OSDN Git Service

* cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
2
3         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
4         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
5         traditional, lang_chill, or lang_fortran.
6
7         * cppfiles.c: #undef strcmp to suppress warning about macros
8         used without arguments.
9         (_cpp_execute_include): Use f, not fname, in "No include path"
10         error.
11         (_cpp_pop_file_buffer): New function.
12         * cpplib.c: Don't include <sys/mman.h>.
13         (cpp_push_buffer): Set line_base and lineno in new buffer.
14         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
15
16         * cpplex.c: Move all prototypes and structure declarations to the
17         top of the file.  Properly parenthesise some macro arguments.
18         (cpp_scan_line): New function.
19         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
20         don't need to walk up the stack counting.
21
22 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23
24         * c-common.c (combine_strings): Emit a pedantic warning when a
25         string length is greater than the minimum ANSI C is required
26         to support.
27
28 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
29
30         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
31         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
32
33 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34
35         * c-decl.c (define_label): Warn about identifier conflicts with
36         labels in traditional C.
37
38         * c-parse.in (unop +): Warn about the unary plus operator for
39         traditional C.
40
41         * c-typeck.c (store_init_value): Warn about automatic aggregate
42         initialization for traditional C.
43
44         * invoke.texi (-Wtraditional): Document new warnings.
45
46 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
47
48         * Makefile.in (c-errors.o): Fix thinko in dependency.
49
50 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
51
52         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
53         -traditional, -ftraditional, or -traditional-cpp was given.
54         Do not pass -traditional to the preprocessor.              
55         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
56         preprocessor does it automatically.
57         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
58
59         * ch/lang-specs.h: Always use tradcpp.  Do not pass
60         -traditional, -trigraphs, or -pedantic to the preprocessor.  
61         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
62         _LANGUAGE_FORTRAN.
63
64 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
65
66         * cppexp.c (LOGICAL): Delete macro.
67         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
68         and && directly.
69
70         * cpphash.c (HASHSIZE): Increase to 4096.
71         (struct hashdummy): Add hash field.
72         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
73         the string values using memcmp.
74         (cpp_lookup): Set dummy.hash.
75
76 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
77
78         * configure.in (m88k-openbsd): Express configuration using new fragment
79         style.
80         * configure: Rebuilt.
81         * m88k/aout-dbx.h: New.
82         * m88k/openbsd.h: New.
83         * m88k/xm-openbsd.h: New.
84
85 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
86
87         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
88
89 2000-07-12  Richard Henderson  <rth@cygnus.com>
90
91         * reload.c (push_secondary_reload): Make sure to add the new
92         reload at the end, after acquiring secondary memory.
93
94 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
95
96         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
97
98         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
99         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
100         
101         * c-parse.in (stmt): Delete unused variables.
102
103         * convert.c (convert_to_vector): Likewise.
104
105         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
106
107         * tree.c (finish_vector_type): Prototype.
108
109 2000-07-12  Bruce Korb  <bkorb@gnu.org>
110
111         * fixinc/fixfixes.c: use xmalloc
112         * fixinc/fixincl.c(initialize): set program name for xmalloc
113         * fixinc/fixlib.c(must_malloc): obsolete
114         (is_cxx_header): no longer used - disabled
115         (skip_quote): inserted and disabled for future use
116         * fixinc/fixlib.h: reflects above
117         * fixinc/fixtests.c: removed dinkleberries
118
119 2000-07-12  Neil Booth  <NeilB@earthling.net>
120
121         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
122         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
123
124         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
125         struct toklist_dummy): New.
126         (cpp_free_definition): Free macros with free_macro.
127         (count_params): Don't save paramter spellings.  Save macro
128         information in a struct macro_info.
129         (parse_define): Don't allocate a token list.
130         (save_expansion): Allocate the macro's token list, and
131         save parameter spellings if necessary.  Use TOKEN_SPELL.
132         (cpp_create_definition): Make list const.
133
134 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
135
136         * c-typeck.c (pedwarn_c99): Move to
137         * c-errors.c: ... Here.
138         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
139         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
140         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
141         (c-errors.o): List dependency.
142
143 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
144
145         * c-parse.c: Remove.
146         * c-parse.h: Likewise.
147         * c-parse.y: Likewise.
148         * objc/objc-parse.c: Likewise.
149         * objc/objc-pasre.y: Likewise.
150         
151 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
152
153         * gcc.texi: Fix minor typos
154         * extend.texi: Fix minor typos
155
156 2000-07-11  Marc Espie <espie@openbsd.org>
157
158         * collect2.c (main): Recognize .lo as object files.
159
160 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
161
162         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
163         true.
164
165         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
166         with MAP_ANONYMOUS and MAP_ANON.
167         * configure, config.in: Rebuilt.
168
169 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
170
171         * diagnostic.c (save_output_state): Remove.
172         (restore_output_state): Likewise.
173         (clear_text_info): New function.
174         (clear_diagnostic_info): Likewise.
175         (output_text_length, is_starting_newline, output_prefix,
176         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
177         prefixing_policy, output_buffer_ptr_to_format_args): New macros
178         (set_real_maximum_length, output_set_maximum_length,
179         output_set_prefix, output_get_prefix, output_set_maximum_length, 
180         output_destroy_prefix, init_output_buffer,
181         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
182         output_add_newline, output_add_character, output_add_space,
183         output_append_r, output_append, wrap_text, output_format,
184         output_do_printf, output_printf, output_do_verbatim,
185         output_verbatim, verbatim): Use them.
186         (output_clear): Split into cleat_text_info and
187         clear_diagnostic_info.
188         (struct output_state): Move to...
189
190         * diagnostic.h: ...Here
191         (struct output_buffer): Adjust. 
192         
193 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
194
195         * cpplex.c (parse_name): No longer inline (premature optimization).
196         (do_pop_context): Fold into pop_context.
197         (pop_context): Returns int.
198         (lex_next): Hoist test for end of directive into pop_context.
199         (push_macro_context): Returns int; takes just reader and token.
200         Hoist test for excessive nesting to caller.
201         (push_arg_context): Returns void; takes just reader and token.
202         Do not call stringify_arg or get_raw_token.
203         (get_raw_token): Convert tail recursion through push_arg_context
204         to a loop at this level.  Call stringify_arg here if appropriate.
205         (maybe_paste_with_next): Convert tail recursion to a while loop.
206         Hoist test of paste_level to caller.
207
208         (stringify_arg): Push arg context at beginning.
209         (cpp_get_token): Split out core into _cpp_get_token.  Call
210         process_directive here.  Throw away CPP_PLACEMARKER tokens.
211         (_cpp_get_token): Convert tail recursion through
212         push_macro_context to a loop at this level.
213         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
214         _cpp_get_raw_token): Use _cpp_get_token.
215         (_cpp_skip_rest_of_line): Drop the context stack directly; do
216         not call pop_context.
217         (_cpp_run_directive): Call lex_next directly.
218
219         * cpphash.h: Prototype _cpp_get_token.
220         * cppexp.c (lex): Use it.
221         * cpphash.c (parse_define): Use it.
222         * cpplib.c (get_define_node, do_undef, parse_include,
223         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
224         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
225         parse_ifdef, validate_else): Use it.
226         (cpp_push_buffer): Tweak error message; abort if anyone tries
227         to push a buffer while macro expansions are stacked.
228
229 2000-07-11  Donn Terry  <donnte@microsoft.com>
230
231         * cpplex.c (free_macro_args, save_token): Cast arg of free
232         and/or xrealloc to PTR.
233         (_cpp_init_input_buffer): Clear all fields of the base context.
234
235 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
236
237         * gensupport.c (process_rtx): Make rtl checking stop
238         complaining about the define_insn while it is being
239         converted from a define_insn_and_split.
240
241 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
242
243         * config/mips/mips.c (simple_memory_operand): Access the
244         INTVAL of the address, not it's containing MEM.
245
246 2000-07-11  Bruce Korb  <bkorb@gnu.org>
247
248         * fixinc/fixtests.c(double_slash): obsolete
249         (else_endif_label): likewise
250         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
251         (libc1_ifdefd_memx): correct initial comment
252         and omit the #if/#endif pair from the memxxx declarations
253         * fixinc/fixincl.x: regen
254
255 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
256
257         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
258
259 2000-07-11  Neil Booth  <NeilB@earthling.net>
260
261         * cpp.texi: Update.
262
263 2000-07-11  Neil Booth  <NeilB@earthling.net>
264
265         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
266         (handle_option): Set digraphs according to standard.
267         Merge OPT_lang_c89 handler with OPT_std_c89.
268
269         * cpplex.c: (lex_line, can_paste): Honour digraphs in
270         accordance with the digraphs flag.
271
272         * cpplib.h: (struct cpp_options): New option digraphs.
273
274 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
275             Bruce Korb  <bkorb@gnu.org>
276
277         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
278         * fixinc/fixincl.x: Regenerate.
279         * fixinc/tests/base/testing.h: Add testcase.
280
281 2000-07-10  Richard Henderson  <rth@cygnus.com>
282
283         * config/ia64/ia64.c (got_symbolic_operand): New.
284         (symbolic_operand, move_operand): Revert 0701 change.
285         * config/ia64/ia64.h (PREDICATE_CODES): Update.
286         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
287         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
288         split the offset into a 14-bit low part instead of a 13-bit low part.
289         (load_fptr): Mark the mem as unchanging.
290         (load_symptr): Use got_symbolic_operand.
291
292 2000-07-10  Nick Clifton  <nickc@cygnus.com>
293
294         * libgcc2.c (next_stack_level): Cast result of computation to
295         (void **) so that the assignment does not generate a warning.
296
297 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
298
299         * flags.h : Add new variable flag_single_precision_constant.
300         * toplev.c (display_help) : Add -fsingle-precision-constant option.
301         (flag_single_precision_constant): New.
302         * c-lex.c (yylex): Convert floating point constant to single
303         precision constant.
304         * invoke.texi : Add documentation for this new option.
305
306 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
307
308         * diagnostic.c (output_octal): Second parameter is unsigned.
309         (output_long_octal): Likewise.
310         (output_hexadecimal): Likewise.
311         (output_long_hexadecimal): Likewise.
312         (output_format): Adjust arguments extraction. Tweak.
313         (output_verbatim, verbatim): End variable argument list.
314         (report_diagnostic): Improve documentation.
315         
316 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
317
318         * c-common.h (build_stmt): Declare.
319         (build_continue_stmt): Likewise.
320         (build_break_stmt): Likewise.
321         (build_return_stmt): Likewise.
322
323         * c-decl.c (do_case): Rewrite to do what previously done in
324         c-parse.in.
325
326         * c-semantics.c (build_stmt): Define.
327         (build_return_stmt): Likewise.
328         (build_break_stmt): Likewise.
329         (build_continue_stmt): Likewise.
330         (build_case_label): Likewise.
331
332         * c-parse.in (BREAK): Change to build tree, then generate RTL.
333         (CONTINUE): Likewise.
334         (RETURN): Likewise.
335         (CASE): Likewise.
336         (DEFAULT): Likewise.
337
338         * c-parse.y: Regenerate.
339         * c-pasre.c: Likewise.
340         
341 2000-07-09  Jason Merrill  <jason@redhat.com>
342
343         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
344
345         * tree.h (STRIP_NOPS): Check for error_mark_node.
346         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
347         (dwarf2out_*): Remove duplicate declarations.
348
349         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
350         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
351
352 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
353
354         * diagnostic.c (wrap_text): New function.
355         (maybe_wrap_text): Likewise.
356         (output_add_string): Use it.
357         (output_format): Likewise.
358         (count_error): Use verbatim instead of notice.
359         (report_error_function): Likewise. Don't use plain fprintf.
360         (finish_diagnostic): New function.
361         (output_do_verbatim): Tweak.  Commonalize functionalities in
362         output_verbatim and verbatim.
363         (output_verbatim): Adjust.
364         (verbatim): Likewise.
365         (report_diagnostic): Define.
366
367         * diagnostic.h (report_diagnostic): Prototype.
368         
369 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
370
371         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
372
373 2000-07-09  Neil Booth  <NeilB@earthling.net>
374
375         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
376         IShspace, ISspace: Update.
377
378         * cppinit.c: ISTABLE: Update.
379         V: New.
380
381         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
382         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
383         (skip_block_comment, skip_line_comment, parse_string,
384         lex_line): Use is_vspace rather than IS_NEWLINE.
385         (skip_whitespace, lex_line): Clean up to use is_nvspace.
386         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
387         gets a BOL flag.
388         (lex_next): Unconditionally stop if within a directive.
389         Treat directives within macro invocations as directives
390         (after parse_args emits error), not as the argument.
391
392 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
393
394         * diagnostic.c (diagnostic_args): New macro.
395         (diagnostic_msg): Likewise.
396         (output_formatted_integer): Likewise.
397         (output_state): New data type.
398         (digit_buffer): Make global.
399         (output_add_integer): Rename to output_decimal. Squeeze
400         digit_buffer. 
401         (output_long_decimal, output_unsigned_decimal,
402         output_long_unsigned_decimal, output_octal, output_long_octal,
403         output_hexadecimal, output_long_hexadecimal): New functions.
404         (output_append_r): New function.
405         (output_append): Tweak.
406         (output_flush_on): Rename to output_to_stream.
407         (output_format): Change prototype.  Improve documentation. Handle
408         more format specifiers.
409         (build_location_prefix): Rename to context_as_prefix.
410         (output_notice): Rename to output_do_printf.
411         (output_printf): Tweak.
412         (line_wrapper_printf): Likewise.
413         (vline_wrapper_message_with_location): Adjust call to renamed
414         functions. 
415         (v_message_with_decl): Likewise.
416         (default_print_error_function): Likewise.
417         (save_output_state): New function.
418         (restore_output_state): Likewise.
419         (output_do_verbatim): Likewise.
420         (output_verbatim): Define.
421         (verbatim): Likewise.
422
423         * diagnostic.h (printer_fn): Change return type from void to int.
424         Improve documentation.
425         (output_add_integer): Rename to output_decimal.
426         (output_flush_on, output_format): Don't export.
427         (output_verbatim, verbatim): Declare.
428
429 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
430
431         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
432         Check whether c divides op1 exactly if operation is not
433         multiplication.
434
435 2000-07-08  Richard Henderson  <rth@cygnus.com>
436
437         * final.c (final): Do not abort when reg-stack introduces
438         a new insn.
439
440 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
441
442         * cpplib.h (struct cpp_name): Now struct cpp_string.
443         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
444         CPP_HEADER_NAME): Change to type S.
445         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
446         field, a cpp_hashnode *.  All references to val.name updated
447         to use val.str or val.node as appropriate.
448         (struct cpp_reader): Add spec_nodes field.
449         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
450
451         * cpphash.h (struct spec_nodes): New.
452         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
453         val.str.  All references to 'spelling > SPELL_NONE' updated to
454         match.
455
456         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
457         pfile->buffer->inc are not NULL before dereferencing them.
458
459         * cpplex.c (parse_name): Take a pointer to the current token,
460         plus current position and limit as args; return the new
461         position; don't copy the text of a name into the string
462         buffer, instead call cpp_lookup and store the node pointer.
463         If extending a token, copy out the text of the old into a
464         scratch buffer, append the new, look that up and store the new
465         node pointer.  Inline.
466         (maybe_paste_with_next): If the result of paste is a NAME,
467         then look up the pasted text and store its node pointer.
468         (lex_line): Adjust for new parse_name interface.  
469         Check for L"str", L'str' using spec_nodes->n_L.
470         (spell_token): SPELL_IDENT tokens have their spelling in
471         val.node->name.  Handle SPELL_STRING tokens that don't have
472         string delimiters.
473         (_cpp_expand_name_space, 
474         (can_paste): Check for L ## "str" using spec_nodes->n_L.
475         (cpp_get_token, special_symbol): No need to call cpp_lookup.
476         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
477         return 1=equal 0=not, not a tristate.
478
479         * cpphash.c (var_args_str): Delete.
480         (find_param): Compare node fields directly.
481         (is__va_args__): Use CPP_PEDANTIC.  Just compare
482         token->val.node with spec_nodes->n__VA_ARGS__.
483         (dump_funlike_macro): Don't use var_args_str.
484
485         * cpplib.c (_cpp_check_directive): Just walk through
486         spec_nodes->dirs comparing pointers.
487         (get_define_node, do_pragma_poison, detect_if_not_defined,
488         parse_ifdef): The identifier has already been looked up.
489         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
490         node.
491         (do_if): Only call detect_if_not_defined at beginning of file.
492         (_cpp_parse_assertion): Only copy string pointers for
493         SPELL_STRING tokens.
494         (pragma_dispatch): Take a node pointer and examine its name
495         field.
496         (_cpp_init_stacks): Also initialize the spec_nodes structure.
497
498         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
499         _cpp_init_macros. 
500         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
501         reverse order from the corresponding _cpp_init_* routines.
502
503         * cppexp.c (parse_number, parse_charconst, parse_defined,
504         lex): Check val.node->type instead of calling cpp_defined.
505         Use spec_nodes entries where appropriate.
506
507         * fix-header.c, scan-decls.c: Update for interface changes.
508
509 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
510
511         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
512         emitting aux_truncdfsf2.
513
514 2000-07-03  Donn Terry  (donnte@microsoft.com)
515
516         * cppinit.c (print_help): split overlong line into ISO C89
517         maximum chunks.
518
519 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
520
521         * cppexp.c: Update all code for new lexer interface.
522         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
523         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
524         * cpplex.c (token_names): Trim leading CPP_ from names; make
525         the strings unsigned.
526         (_cpp_spell_operator): New.
527         (is_macro_disabled): Disable all macros if rescanning
528         preprocessed text.
529         (_cpp_get_directive_token): Remove.
530
531         * cppinit.c: Don't set no_macro_expand.
532         * cpplib.c (read_line_number, do_line): Check only for EOF,
533         not VSPACE.
534         * cpphash.h: Update prototypes.
535         * cpplib.h (CPP_VSPACE): Remove.
536         (struct cpp_reader): Remove no_macro_expand.
537
538 2000-07-08  Neil Booth  <NeilB@earthling.net>
539
540         * cpphash.c (is__va_args__): New function.
541         (count_params): Fix line reported in error messages.  Use
542         is__va_args__.  Don't return ')' on error.  Flag GNU style
543         rest args macro definitions.
544         (parse_define): Check macro name is not __VA_ARGS__.
545         (save_expansion): Check identifier in non-varargs-macro is
546         not __VA_ARGS__.  Don't flag GNU_VARARGS.
547         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
548         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
549          than per-token GNU_VARARGS.
550         * cpplib.h (GNU_VARARGS): Remove.
551         (GNU_REST_ARGS): New.
552
553 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
554
555         * i386.md (call_pop, call, call_value_pop): Do not set
556         current_function_uses_pic_offset_table for calls to static
557         functions or indirect calls.
558
559 2000-07-07  Jim Wilson  <wilson@cygnus.com>
560
561         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
562         is_predicate_reg, then take max write_count of register pair.
563
564 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
565
566         * tradcpp.c (main): Rename label `include' to `add_include' to
567         avoid conflicts with variable `include' in traditional C.
568
569 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
570
571         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
572
573 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
574
575         * sibcall.c (uses_addressof): Add INMEM argument, check for
576         current_function_internal_arg_pointer outside of MEM rtxs in addition
577         to ADDRESSOFs.
578         (sequence_uses_addressof): Update caller.
579
580 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
581
582         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
583         and friends.
584
585 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
586
587         * system.h (UNION_INIT_ZERO): New macro for initializing union
588         members in structs.
589
590         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
591
592 2000-07-07  Neil Booth  <NeilB@earthling.net>
593
594         * cpp.texi: Update.
595
596 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
597
598         * final.c (final): Detect out of bounds array access to
599         the insn_lengths array.
600
601 2000-07-07  Kazu Hirata  <kazu@hxi.com>
602
603         * fold-const.c (fold): Fix a comment typo.
604
605 2000-07-07  Neil Booth  <NeilB@earthling.net>
606
607         * cpp.texi: Update to new lexer.
608
609 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
610
611         * tradcpp.c: New file.
612         * tradcif.y: New file.
613         * tradcif.c: New generated file.
614
615         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
616         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
617         dependencies of C.  Install tradcpp from install-common, in
618         $(libsubdir).
619
620 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
621
622         * cppinit.c: Include cppdefault.h.  Refer to
623         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
624         to GCC_INCLUDE_DIR and its length.
625         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
626         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
627         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
628         cppdefault.h.
629         (include_defaults_array): Move to cppdefault.c.
630
631         * cppdefault.h: New file.
632         * cppdefault.c: New file.
633
634         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
635         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
636         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
637         this file.
638
639 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
640
641         * reload.c (push_reload): When seeing if can reuse a register,
642         check extra registers against widest of INMODE and OUTMODE.
643
644 2000-07-06  Neil Booth  <NeilB@earthling.net>
645
646         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
647         based on full length of predicate.
648
649 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
650
651         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
652         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
653
654 2000-07-05  Kazu Hirata  <kazu@hxi.com>
655
656         * h8300-proto.h: Fix formatting.
657         * h8300.c: Likewise.
658         * h8300.h: Likewise.
659
660 2000-07-05  Jim Wilson  <wilson@cygnus.com>
661
662         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
663         CCmode.
664
665 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
666
667         * invoke.texi: Fix minor typos
668         * md.texi: Fix minor typos
669
670 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
671
672         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
673
674 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
675
676         * cpplex.c: Don't include sys/mman.h.
677         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
678
679         * cpplib.c: Include sys/mman.h and obstack.h.
680         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
681         obstack.
682         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
683         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
684         bother freeing if stack entries (they will be freed with their buffer).
685         (do_endif): Free if stack entries from the buffer obstack.
686         (push_conditional): Allocate if stack entries from the buffer obstack.
687
688         (find_answer): Rename to _cpp_find_answer.
689         (do_assert, do_unassert): Update.
690
691         * cpphash.h: Update prototypes.
692         (xobnew): New convenience macro.
693         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
694         Update comments.
695         (struct cpp_hashnode): Remove disabled field.
696
697         * cppinit.c: Don't include hashtab.h or splay-tree.h.
698         (report_missing_guard): Moved to cppfiles.c.
699         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
700         cpp_init_includes.
701         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
702         cpp_cleanup_includes.  Don't destroy hashtab or
703         all_include_files here.
704         (cpp_finish): Use _cpp_report_missing_guards.
705
706         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
707         (_cpp_init_include_table): Rename _cpp_init_includes.
708         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
709
710         * cppexp.c (parse_assertion): Update for new name of
711         find_answer.
712
713         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
714
715 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
716
717         * cpplib.c (do_ident): s/VSPACE/EOF/
718
719 2000-07-05  Neil Booth  <NeilB@earthling.net>
720
721         * cpplex.c: Fix trigraph replacement within strings.
722
723 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
724
725         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
726
727         * xcoffout.c (assign_type_number): Constify.
728         (xcoffout_source_file): Add static prototype.  Don't needlessly
729         cast away const-ness.
730
731 2000-07-04  Jason Merrill  <jason@redhat.com>
732
733         * frame.h (frame_state): Move base_offset to end.
734
735 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
736
737         * calls.c (emit_library_call_value_1): Revert previous change.
738
739 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
740
741         * fix-header.c (struct partial_proto): Remove unnecessary fields.
742         (recognized_extern, recognized_function, read_scan_file):
743         Update for new scheme.
744         (check_protection): It's still a multiple include guard even
745         if it doesn't always trigger.
746         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
747         new scheme.
748         * scan.h: Declare struct cpp_token.  Update prototypes.
749
750 2000-07-03  Neil Booth  <neilb@earthling.net>
751             Zack Weinberg  <zack@wolery.cumb.org>
752
753         Complete overhaul of the lexer and macro expander.
754
755         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
756         arg, arglist, argdata, reflist, collect_objlike_expansion,
757         collect_funlike_expansion, collect_params,
758         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
759         unsafe_chars, macarg, compare_defs, special_symbol,
760         scan_arguments, stringify, funlike_macroexpand,
761         _cpp_quote_string, monthnames): Delete.
762         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
763         _cpp_create_definition, _cpp_dump_definition,
764         dump_hash_helper): Adjust.
765         (find_param, count_params, parse_define, var_args_str,
766         check_macro_redefinition, save_expansion): New.
767
768         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
769         parse_string, output_line_command, trigraph_replace,
770         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
771         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
772         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
773         _cpp_skip_rest_of_line): Modify.
774
775         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
776         find_position, null_warning, bump_column, expand_name_space,
777         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
778         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
779         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
780         _cpp_prescan): Delete.
781
782         (dump_param_spelling, process_directive, lex_next,
783         is_macro_disabled, stringify_arg, expand_context_stack,
784         output_token, make_string_token, alloc_number_token,
785         special_symbol, duplicate_token, maybe_paste_with_next,
786         can_paste, prevent_macro_expansion, restore_macro_expansion,
787         get_temp_token, release_temp_tokens, quote_string,
788         token_names, token_spellings, _cpp_expand_name_space,
789         _cpp_glue_header_name, _cpp_reserve_name_space,
790         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
791         placemarker_token, eof_token, cpp_context, macro_args,
792         get_raw_token, parse_arg, parse_args, save_token,
793         push_arg_context, push_macro_context, pop_context,
794         do_pop_context, free_macro_args, _cpp_get_line,
795         _cpp_run_directive): New.
796
797         * cpplib.c (validate_else, parse_include, push_conditional,
798         pass_thru_directive, read_line_number, parse_ifdef,
799         detect_if_not_defined, _cpp_check_directive, do_define,
800         do_undef, do_include, do_import, do_include_next, do_error,
801         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
802         top_pragmas, do_pragma_gcc, do_pragma_implementation,
803         do_pragma_poison, do_pragma_system_header,
804         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
805         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
806         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
807         cpp_defined): Update for new scheme.
808         (strtoul_for_line, get_define_node, dump_macro_name,
809         _cpp_check_linemarker, _cpp_parse_assertion): New.
810         (_cpp_handle_directive, do_pragma_default): Delete.
811         
812         * cpphash.h (struct predicate): Now struct answer.
813         (enum spell_type, struct token_spelling, struct directive,
814         directive_handler): New.
815         Update prototypes.  Remove unused macros.
816         * cpplib.h: Update prototypes.  Remove unused macros,
817         structure definitions, and fields.
818
819         * cpperror.c (print_containing_files, v_message): Adjust.
820         * cppexp.c (parse_assertion, lex, parse_escape, 
821         _cpp_parse_expr): Adjust.
822         * cppfiles.c (open_include_file, _cpp_execute_include,
823         _cpp_compare_file_date, cpp_read_file, read_include_file):
824         Adjust.
825         * cppinit.c (dump_special_to_buffer): Delete.
826         (append_include_chain, merge_include_chains, cpp_reader_init,
827         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
828         cpp_finish, handle_option, print_help): Adjust.
829         * cppmain.c (main): Adjust.
830
831 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
832
833         * cppspec.c (lang_specific_driver): Use double quotes in error
834         message.
835
836 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
837
838         * calls.c (emit_library_call_value_1): Use valreg instead
839         of hard_libcall_value.
840
841 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
842
843         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
844         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
845         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
846         (movhi): Likewise.
847         (movqi): Likewise.
848         (movdf): Likewise.
849         (movsf): Likewise.
850         (movdi): Likewise.
851         (movti): Likewise.
852
853         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
854         mode instead of wider_mode is being used.
855
856 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
857
858         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
859         of 'r'. Use q_regs_operand.
860         (andsi_1+2): Use q_regs_operand.
861
862 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
863
864         * builtins.c (get_memory_rtx): Always put into alias set 0.
865
866 2000-07-03  Nick Clifton  <nickc@cygnus.com>
867
868         * config/arm/arm.md: Fix post increment and pre increment
869         peepholes so that they do not generate UNPREDICATBLE opcodes.
870         (ie ones where the increment clobbers the source/destination).
871
872 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
873
874         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
875         change too big for -mtiny-stack" a warning, if larger than 63.
876         (out_set_stack_ptr): Change the logic so -mno-interrupts is
877         always safe to use on possible future devices.
878         (function_prologue): Write SPH before SPL, for consistency.
879         If interrupt_func_p true, we know we have enabled interrupts.
880         (avr_num_arg_regs): New function.  Round up to even number of
881         bytes if no -mpack-args or if calling a libgcc function.
882         (function_arg, function_arg_advance): Use it.
883         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
884         Output "movw" if available.
885         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
886         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
887         (asm_output_section_name): Add blanks for consistent output.
888         (encode_section_info): Set TREE_READONLY for progmem data to
889         avoid gas warnings about changed section attributes.
890         (avr_hard_regno_mode_ok): Force non-QImode data to start in
891         even numbered registers on devices with "movw".
892         * config/avr/avr.h (MASK_*): Define bits for target_flags.
893         (TARGET_SWITCHES): Mark help strings for translation.
894         Add new -mpack-args and -menhanced switches.
895         (TARGET_OPTIONS): Mark help strings for translation.
896         (progmem_section): Add section attributes.
897         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
898         Output "movw" if available.
899         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
900         New patterns.
901         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
902         call convention (arguments aligned on even registers).
903         (_cleanup, _exit): Make weak symbols libc can override.
904
905 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
906
907         * fp-bit.h: New file.
908
909         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
910         Comment #endif statements.
911         (__thenan_sf, __thenan_df): Add missing braces around initializer.
912
913 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
914
915         * gcse.c (compute_pre_data): Compute ae_kill using other local
916         properties instead of calling compute_ae_kill.
917
918         * alias.c (init_alias_analysis): Do not call
919         prologue_epilogue_contains until after reload has completed.
920
921 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
922
923         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
924         (genrtl_finish_compound_stmt): Likewise.
925         (genrtl_compound_stmt): Change to return void.
926
927         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and 
928         move code from here to ...
929         (genrtl_compound_stmt): ... here.
930         (genrtl_finish_compound_stmt): Remove.
931         (expand_stmt): Add comment.
932
933 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
934
935         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
936         and VOID_TYPE_P.
937
938 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
939
940         * cpplib.h (struct cpp_reader): New field include_depth.
941         (struct cpp_printer): Rename last_bsd to last_id.
942         * cppfiles.c (read_include_file): Bump include_depth.
943         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
944         (output_line_command): Output correct #line if a header
945         is including itself and is not protected against multiple inclusion.
946         Use include_depth instead of buffer_stack_depth, last_id instead of
947         last_bsd.
948         * cppinit.c (cpp_start_read): Initialize last_id instead of
949         last_bsd.
950
951 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
952
953         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
954         (c-semantics.o): New target.
955         
956         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
957         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
958         (genrtl_clear_out_block): Likewise.
959         (genrtl_goto_stmt): Likewise.
960         (genrtl_expr_stmt): Likewise.
961         (genrtl_decl_stmt): Likewise.
962         (genrtl_if_stmt): Likewise.
963         (genrtl_while_stmt): Likewise.
964         (genrtl_do_stmt): Likewise.
965         (genrtl_return_stmt): Likewise.
966         (genrtl_for_stmt): Likewise.
967         (genrtl_break_stmt): Likewise.
968         (genrtl_continue_stmt): Likewise.
969         (genrtl_scope_stmt): Likewise.
970         (genrtl_switch_stmt): Likewise.
971         (genrtl_case_label): Likewise.
972         (genrtl_begin_compound_stmt): Likewise.
973         (gerntl_finish_compound_stmt): Likewise.
974         (genrtl_compound_stmt): Likewise.
975         (genrtl_asm_stmt): Likewise.
976         (genrtl_decl_cleanup): Likewise.
977         (DECL_ANON_UNION_ELEMS): Likewise.
978         (emit_local_var): Likewise.
979         (make_rtl_for_local_static): Likewise.
980         (expand_cond): Likewise.
981         (expand_stmt): Likewise.
982         (c_expand_return): Likewise.
983         (c_expand_start_case): Likewise.
984         (do_case): Likewise.
985         (COMPOUND_STMT_NO_SCOPE): Likewise.
986         (c_expand_asm_operands): Likewise.
987         (NEW_FOR_SCOPE_P): New macro.
988         (expand_expr_stmt_fn): New type.
989
990         (set_current_function_name_declared): Likewise.
991         (current_function_name_declared): Likewise.
992         (lang_expand_stmt): Likewise.
993         (stmts_are_full_exprs_p): Likewise.
994         (anon_aggr_type_p): Likewise.
995         (lang_expand_expr_stmt): Likewise.
996         (build_case_label): Likewise.
997         
998         * c-decl.c (lang_expand_expr_stmt): Initialize.
999         (stmts_are_full_exprs_p): Define.
1000         (current_function_name_declared): Likewise.
1001         (do_case): Likewise.
1002         (lang_expand_stmt): Likewise.
1003         (set_current_function_name_declared): Likewise.
1004         (anon_aggr_type_p): Likewise.
1005         
1006         * c-semantics.c: New file.
1007         (expand_cond): Moved from cp/semantics.c.
1008         (genrtl_do_pushlevel): Likewise.
1009         (genrtl_clear_out_block): Likewise.
1010         (genrtl_goto_stmt): Likewise.
1011         (genrtl_expr_stmt): Likewise.
1012         (genrtl_decl_stmt): Likewise.
1013         (genrtl_if_stmt): Likewise.
1014         (genrtl_while_stmt): Likewise.
1015         (genrtl_do_stmt): Likewise.
1016         (genrtl_return_stmt): Likewise.
1017         (genrtl_for_stmt): Likewise.
1018         (genrtl_break_stmt): Likewise.
1019         (genrtl_continue_stmt): Likewise.
1020         (genrtl_scope_stmt): Likewise.
1021         (genrtl_switch_stmt): Likewise.
1022         (genrtl_case_label): Likewise.
1023         (genrtl_begin_compound_stmt): Likewise.
1024         (genrtl_finish_compound_stmt): Likewise.
1025         (genrtl_compound_stmt): Likewise.
1026         (genrtl_asm_stmt): Likewise.
1027         (genrtl_decl_cleanup): Likewise.
1028         (make_rtl_for_local_static): Moved from cp/decl.c.
1029         (emit_local_var): Likewise.
1030         (expand_stmt): Define.
1031
1032         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1033         (c_expand_return): Likewise.
1034         (c_expand_start_case): Likewise.
1035                 
1036 2000-07-01  Richard Henderson  <rth@cygnus.com>
1037
1038         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1039         with the low 13 bits set.
1040         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1041         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1042         of the low 13 bits into a CONST plus an adddi3.
1043         (load_symptr): Set RTX_UNCHANGING_P.
1044
1045 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1046
1047         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1048         * c-common.c (ridpointers): Declare.
1049         * c-common.h (enum rid): Declare.
1050         (NORID): Likewise.
1051         (ridpointers): Likewise.
1052         * c-lex.c (ridpointers): Don't declare.
1053         (init_lex): Initialize ridpointers.
1054         * c-lex.h (enum rid): Don't declare.
1055         (NORID): Likewise.
1056         (RID_FIRST_MODIFIER): Likewise.
1057         (ridpointers): Likewise.
1058         
1059 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1060
1061         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1062         have global scope.
1063
1064 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1065
1066         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1067         always an error.
1068
1069 2000-06-30  Catherine Moore  <clm@cygnus.com>
1070  
1071         * c-common.c (decl_attributes):  Differentiate between
1072         types and type decls for alignment.
1073
1074 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1075
1076         * cpp.texi: Document #pragma GCC dependency
1077         * cppfiles.c (open_include_file): Set date to unknown.
1078         (_cpp_compare_file_date): New function.
1079         (read_include_file): Set file date.
1080         * cpphash.h (struct include_file): Add date member.
1081         (_cpp_compare_file_date): Prototype.
1082         * cpplib.c (parse_include): Add trail parameter. Adjust.
1083         (do_include): Adjust parse_include call.
1084         (do_import): Likewise.
1085         (do_include_next): Likewise.
1086         (gcc_pragmas): Add dependency pragma.
1087         (do_pragma_dependancy): New pragma.
1088
1089 2000-06-29  Jason Merrill  <jason@redhat.com>
1090
1091         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1092         no operands.
1093
1094 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1095
1096         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1097         a volatile mem and FR_REGS.
1098
1099 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1100
1101         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1102         * c-common.h (flag_const_strings): Declare.
1103         (warn_format): Likewise.
1104         (flag_traditional): Likewise.
1105         (flag_isoc99): Likewise.
1106         (warn_parentheses): Likewise.
1107         (warn_conversion): Likewise.
1108         (C_TYPE_OBJECT_P): Likewise.
1109         (C_TYPE_INCOMPLETE_P): Likewise.
1110         (C_TYPE_FUNCTION_P): Likewise.
1111         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1112         (C_EXP_ORIGINAL_CODE): Likewise.
1113         (build_unary_op): Likewise.
1114         (build_binary_op): Likewise.
1115         (lvalue_p): Likewise.
1116         (default_conversion): Likewise.
1117         (common_type): Likewise.
1118         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1119         (C_TYPE_INCOMPLETE_P): Likewise.
1120         (C_TYPE_FUNCTION_P): Likewise.
1121         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1122         (C_EXP_ORIGINAL_CODE): Likewise.
1123         (common_type): Likewise.
1124         (default_conversion): Likewise.
1125         (build_binary_op): Likewise.
1126         (build_unary_op): Likewise.
1127         (lvalue_p): Likewise.
1128         (flag_const_strings): Likewise.
1129         (warn_format): Likewise.
1130         (warn_conversion): Likewise.
1131         (flag_traditional): Likewise.
1132         (flag_isoc99): Likewise.
1133         (warn_parentheses): Likewise.
1134         
1135 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1136
1137         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1138         
1139         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1140         same.  Only tie XFmode with XFmode.
1141
1142 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1143
1144         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1145         * Makefile.in: Update deps.
1146
1147 2000-06-29  Andrew Haley  <aph@cygnus.com>
1148
1149         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1150         to true.
1151
1152 2000-06-29  Andrew Haley  <aph@cygnus.com>
1153
1154         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1155         bytes: remove the multiply by 8.
1156
1157 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1158
1159         * rtl.c : Revert NLS changes.
1160         * gcc.c : Fix bug in display_help introced by my last changes.
1161
1162 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1163
1164         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1165         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1166
1167 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1168
1169         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1170
1171 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1172
1173         * c-decl.c : Mark strings for translation.
1174         (parmlist_tags_warning): Use distinct messages instead
1175         of conditional expressions.
1176         * diagnostic.c (v_message_with_decl): Mark string for translation.
1177         * gcc.c: Mark messages for translation.
1178         (display_help): Combine messages into one string where necessary.
1179         * mips-tfile: Add intl.h. Mark messages for translation.
1180         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1181         messages for translation.
1182         * timevar.c: Mark messages for translation.
1183         * tlink.c: Likewise.
1184         * toplev.c: Likewise.
1185
1186 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1187
1188         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1189
1190         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1191         use -isystem instead of -idirafter.
1192         * i386/i386-interix.h: Likewise.
1193
1194 2000-06-28  Jason Merrill  <jason@redhat.com>
1195
1196         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1197         unless DWARF2_DEBUGGING_INFO is defined.
1198         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1199
1200 2000-06-28  Richard Henderson  <rth@cygnus.com>
1201
1202         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1203
1204 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1205
1206         * cpplex.c (output_line_command): Output correct #line if a header
1207         is including itself and is not protected against multiple inclusion.
1208
1209 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1210
1211         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1212         ENFILE, close all cached file descriptors and try again.      
1213         (_cpp_execute_include): Keep a count of the number of times
1214         each header is included.
1215         (close_cached_fd): New function.
1216         * cpphash.h (struct include_file): Rename before to
1217         include_count; all users updated.  Make include_count and sysp
1218         unsigned short.
1219         * cppinit.c (cpp_finish): If -H, report headers that could use
1220         reinclude guards.
1221         (report_missing_guard): New function.
1222
1223 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1224
1225         * i386.md (prologue_set_got): Set length_immediate field.
1226         (testqi_ccno_1):  Add missing '@' character.
1227
1228 2000-06-27  Jason Merrill  <jason@redhat.com>
1229
1230         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1231         DWARF_FRAME_REGNUM.
1232
1233 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1234
1235         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no 
1236         unsigned macros available.
1237
1238 2000-06-27  Richard Henderson  <rth@cygnus.com>
1239
1240         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1241         epilogue_deallocate_stack.
1242
1243         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1244         completers for UNORDERED and ORDERED as well.
1245         * config/ia64/ia64.md (bunordered, bordered): New.
1246         (sunordered, sordered): New.
1247
1248 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1249
1250         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1251         * i386.c (ix86_attr_length_default): Kill.
1252         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1253         New.
1254         * i386-protos.h (ix86_attr_length_default): Kill
1255         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1256         Add prototype
1257         * i386.md (attribute type): Add "test".
1258         (attribute length_prefix): Kill.
1259         (attribute length_opcode): Kill.
1260         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1261         prefix_rep, prefix_0f, modrm): New.
1262         (attribute length): Compute using the new attributes.
1263         (attribute pent_prefix): New.
1264         (attribute pent_pair): Compute using pent_prefix.
1265         (all insn patterns): Set mode,modrm and immediate_length attributes where
1266         needed.
1267         (cmpsi patterns): Compute sizes propertly for test instruction.
1268         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1269         (movstricthi_xor, movstrictqi_xor): New patterns.
1270         (andsi/andhi): Use splitters to generate xor instructions.
1271         (xorqi_ext_1): New pattern.
1272         (movstricthi->movstricthi_xor peep2): New.
1273
1274 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1275
1276         * i386.md (addqi_low_1): Remove.
1277
1278 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1279
1280         * 1750a.h: Mark help strings for options/switches for translation.
1281         * a29k.h: Likewise.
1282         * alpha.h: Likewise.
1283         * arm.h: Likewise.
1284         * pe.h: Likewise.
1285         * riscix.h: Likewise.
1286         * c4x.h: Likewise.
1287         * clipper.h: Likewise.
1288         * convex.h: Likewise. 
1289         * elxsi.h: Likewise.
1290         * fr30.h: Likewise.
1291         * fx80.h: Likewise.
1292         * h8300.h: Likewise.
1293         * i370.h: Likewise.
1294         * cygwin.h: Likewise.
1295         * dgux.h: Likewise.
1296         * djgpp.h: Likewise.
1297         * i386.h: Likewise.
1298         * osf1elf.h: Likewise.
1299         * osfrose.h: Likewise.
1300         * sco5.h: Likewise.
1301         * win32.h: Likewise.
1302         * i860.h: Likewise.
1303         * paragon.h: Likewise.
1304         * i960.h: Likewise.
1305         * ia64.h: Likewise.
1306         * m32r.h: Likewise.
1307         * mcore.h: Likewise.
1308         * mips.h: Likewise.
1309         * mn10300.h: Likewise.
1310         * ns32k.h: Likewise.
1311         * pdp11.h: Likewise.
1312         * pj.h: Likewise.
1313         * aix.h: Likewise.
1314         * aix41.h: Likewise.
1315         * aix43.h: Likewise.
1316         * beos.h: Likewise.
1317         * rs6000.h: Likewise.
1318         * sysv4.h: Likewise.
1319         * linux.h: Likewise.
1320         * linux64.h: Likewise.
1321         * sp64-elf.h: Likewise.
1322         * sparc.h: Likewise.
1323         * splet.h: Likewise.
1324         * v850.h: Likewise.
1325         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1326         for translation.
1327         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1328         Properly document option and mark for translation.
1329         * sp86x-elf.h: Likewise.
1330
1331 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1332
1333         Add MMX and SSE registers to i386 machine description.
1334         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1335         ix86_local_alignment): Declare.
1336
1337         * i386.h (TARGET_MMX, TARGET_SSE): New.
1338         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1339         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1340         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1341         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1342         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1343         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1344         (RETURN_IN_MEMORY): Handle MMX/SSE.
1345         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1346         also get stack space.
1347         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1348         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1349         (MMX_REGISTER_NAMES): New.
1350         (ALIGN_MODE_128): New macro.
1351         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1352         (DATA_ALIGNMENT): Likewise.
1353         (LOCAL_ALIGNMENT): Likewise.
1354         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1355         TARGET_MMX/TARGET_SSE.
1356         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1357         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1358         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1359         SSE/MMX regs and something else.
1360         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1361         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1362         3 if moving between MMX regs and something else.
1363
1364         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1365         (regclass_map): Add MMX/SSE registers.
1366         (print_operand): Add code to print XMMWORD as appropriate.
1367         (ix86_split_movdi): Abort for MMX regs.
1368         (init_cumulative_args): Also allow SSE_REGS
1369         (function_arg_advance, function_arg): Likewise
1370         (print_reg): Support 'm'.  Add case for TImode.
1371         (override_options): TARGET_SSE implies TARGET_MMX.
1372         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1373         New functions.
1374
1375         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1376         FIRST_SSE_REG.
1377         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1378         memory.
1379         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1380         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1381
1382 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1383
1384         * ssa.c (struct rename_set_data): Change the name of field
1385         'set_dest' to 'old_reg'.  Add comments.
1386         (struct rename_context): Change the name of 'set_data' to
1387         'new_renames'.  Add new field 'done_renames'.
1388         (create_delayed_rename): New function.
1389         (apply_delayed_renames): New function.
1390         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1391         SUBREGs and similar by emitting a move.
1392         (new_registers_for_updates): Delete, functionality moved to
1393         apply_delayed_renames.
1394         (rename_block): Handle moves emitted by rename_insn_1 by putting
1395         them into a SEQUENCE with the original insn.  Add sanity checks
1396         and comments.
1397         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1398         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1399         
1400 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1401             Jason Merrill <jason@redhat.com>
1402
1403         * dwarf2.h (enum dwarf_call_frame_info): Add 
1404         DW_CFA_def_cfa_expression.
1405         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1406         dw_loc_descr_struct entry.
1407         (struct cfa_loc): New structure to track a CFA location.
1408         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1409         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1410         offset, plus handle DW_CFA_def_cfa_expression.
1411         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1412         cfa_loc record.
1413         (dwarf2out_def_cfa): Entry point maintained for compatability.
1414         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1415         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1416         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1417         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1418         cfa_reg.
1419         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1420         sequences for the new DW_CFA_def_cfa_expression record.
1421         (dwarf2out_frame_debug): Use new variables/fields.A
1422         (output_cfi): Handle DW_CFA_def_cfa_expression.
1423         (output_cfa_loc): New function to generate a CFI record for 
1424         DW_CFA_def_cfa_expression.
1425         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1426         a dw_loc_descr sequeunce.
1427         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1428         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1429         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1430         unwind info section.
1431         * frame.h (frame_state): Add base_offset and indirect fields.
1432         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1433         dw_loc_descr operation.
1434         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1435         (struct frame_state): Add base offset and indirect fields.
1436         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1437
1438 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1439
1440         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1441         Make warnings about implicit int be pedwarns in C99.  Don't warn
1442         about duplicate type qualifiers in C99.
1443         (start_function): Make warning about implict int return type be a
1444         pedwarn in C99.
1445         * c-lex.c (yylex): Don't warn about `long long' in C99.
1446         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1447         `return' with no value in function returning non-void.
1448
1449 2000-06-26  Richard Henderson  <rth@cygnus.com>
1450
1451         * c-typeck.c (pedwarn_c99): New.
1452         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1453         * toplev.h: Prototype them.
1454
1455 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1456
1457         * c-typeck.c (digest_init): Return error_mark_node node when
1458         TREE_TYPE (init)  == error_mark_node.
1459
1460 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1461
1462         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1463         test for msgfmt without path instead.
1464         * configure: Rebuilt.
1465
1466 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1467
1468         * gengenrtl.c (special_rtx): Fix typo in comment.
1469
1470 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1471
1472         * mklibgcc.in (LIB2FUNCS): Add missing space.
1473
1474 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1475
1476         * tree.h (enum tree_index): Add vector type nodes.
1477         Add accessor macros for them.
1478         (TYPE_REPRESENATION_TYPE): New macro.
1479         * tree.c (build_common_tree_nodes_2): Build these nodes.
1480         (finish_vector_type): New function.
1481         * c-common.c (type_for_mode): Handle vector modes.
1482         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
1483
1484         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
1485         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
1486         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
1487         (gen_type_die): Likewise.
1488         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
1489         (fundamental_type_code): Likewise.
1490         (type_is_fundamental): VECTOR_TYPEs aren't.
1491         (output_type): Handle VECTOR_TYPEs.
1492
1493 2000-06-25  Kazu Hirata  <kazu@hxi.com>
1494
1495         * config/arm.c: Fix a comment typo.
1496         * config/arm.h: Likewise.
1497
1498 2000-06-25  Philipp Thomas  <pthomas@suse.de>
1499
1500         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
1501         compiler found.
1502         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
1503         * configure: Rebuilt.
1504         
1505 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
1506
1507         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
1508
1509 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1510
1511         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
1512         libgcc.a.
1513
1514 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
1515
1516         * collect2.c (resolve_lib_name): Move '/' check out of loop.
1517
1518 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
1519
1520         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
1521
1522 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
1523
1524         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
1525         last_unconditional_cleanup.
1526
1527 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1528
1529         * tree.def (VECTOR_TYPE): New node type.
1530         * tree.h: Adjust some comments to reflect addition of vector types.
1531         (TYPE_VECTOR_SUBPARTS): New macro.
1532         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
1533         * c-convert.c (convert): Likewise.
1534         * convert.c (convert_to_integer): Handle vector modes.
1535         (convert_to_vector): New function.
1536         * convert.h (convert_to_vector): Declare.
1537         * expr.c (convert_move): Handle vector modes.
1538         * expmed.c (extract_bit_field): Don't abort for vector modes.
1539
1540 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
1541
1542         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
1543         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
1544         New functions, common code moved from function_{prologue,epilogue}
1545         and extended to support the -mtiny-stack option.
1546         (function_prologue, function_epilogue): Use them.
1547         Use lo8/hi8 consistently for asm output readability.
1548         (avr_hard_regno_mode_ok): New function.
1549         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
1550         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
1551         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
1552         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
1553         Write SPH before SPL.
1554         (*movqi): No need to disable interrupts for just one "out"
1555         in alternative 5.  Change length attribute from 4 to 1.
1556         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
1557         Write SPH before SPL.
1558
1559 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1560
1561         * rtl.texi (Vector Operations): New node.
1562         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
1563         (Conversions): Add ss_truncate, us_truncate.
1564         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
1565         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
1566         US_TRUNCATE): New rtx codes.
1567         * machmode.def: Add vector modes.
1568         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
1569         MODE_VECTOR_FLOAT.
1570         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
1571         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
1572         (VECTOR_MODE_P): New.
1573
1574 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
1575
1576         * cpp.texi: Clarify #pragma GCC namespace.      
1577
1578 2000-06-24  Philipp Thomas  <pthomas@suse.de>
1579
1580         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
1581         all catalogs specified in ALL_LINGUAS.
1582         * configure: Rebuilt.
1583
1584 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1585
1586         * config/sparc/sparc.md (reload_outdi+1): Handle
1587         HOST_BITS_PER_WIDE_INT == 64 case correctly.
1588         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
1589
1590 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
1591
1592         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
1593         struct vs. scalar-ness when -fno-strict-aliasing.
1594
1595 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
1596
1597         * cpplib.c (struct pragma_entry): New structure.
1598         (pragma_dispatch): Pragma dispatcher.
1599         (top_pragmas, gcc_pragmas): New static variables.
1600         (do_pragma): Use pragma_dispatch.
1601         (do_pragma_gcc): New pragma handler.
1602         * cpp.texi: Update.
1603
1604 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1605
1606         * calls.c (compute_argument_addresses): Force stack slots into
1607         alias set 0.
1608         * expr.c (emit_push_insn): Force pushes into alias set 0.
1609
1610 2000-06-23  Richard Henderson  <rth@cygnus.com>
1611
1612         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
1613         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
1614
1615 2000-06-22  Jason Merrill  <jason@redhat.com>
1616
1617         * toplev.c (compile_file): Always call timevar_print.
1618         * Makefile.in (calls.o): Depend on TIMEVAR_H.
1619
1620 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
1621
1622         * varasm.c (constant_descriptor): Make contents unsigned char.
1623         (mark_const_hash_entry): Adjust.
1624         (const_hash): Just hash the code of unknown nodes.
1625         (compare_constant_1): Adjust for unsigned char.
1626         Use language specific expander on unknown nodes.
1627         (record_constant_1): Likewise.
1628
1629 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1630
1631         * cppfiles.c (cpp_make_system_header): New function.
1632         * cpplib.h: Prototype it.
1633         * cpplib.c (do_line, do_pragma_system_header): Use it.
1634         * fix-header.c (read_scan_file): Use it.
1635
1636         * fix-header.c (check_macro_names): Cast second arg of
1637         cpp_defined to const unsigned char *.
1638         (read_scan_file): Make getchar_call const unsigned char.
1639
1640 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1641
1642         * cppfiles.c: Include splay-tree.h, not hashtab.h.
1643         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
1644         (destroy_include_file_node): New.
1645         (_cpp_init_include_hash): Rename _cpp_init_include_table.
1646         Create a splay tree, not a hash table.
1647         (open_include_file): Look up the path in the include table,
1648         do the multiple include optimization here, etc.
1649         (cpp_included): Walk the path.
1650         (find_include_file): Just walk the path calling
1651         open_include_file, or call it directly for an absolute path.
1652         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
1653         scheme.
1654         (read_include_file): Update for new scheme.  Don't close the
1655         file unless reading fails.
1656         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
1657
1658         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
1659         (struct include_file): New.
1660         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
1661         macros.
1662         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
1663         Update prototypes.
1664
1665         * cppinit.c: Include splay-tree.h.
1666         (cpp_reader_init, cpp_cleanup): Update.
1667
1668         * cpplib.h (struct cpp_buffer): Change ihash field to 
1669         'struct include_file *inc'.  Remove system_header_p.
1670         (struct cpp_reader): Change all_include_files to a
1671         struct splay_tree_s *.
1672
1673         * cpplex.c: Update all references to cpp_buffer->ihash and/or
1674         cpp_buffer->system_header_p.
1675         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
1676
1677         * Makefile.in (SPLAY_TREE_H): New macro.
1678         (cppfiles.o, cppinit.o): Update dependencies.
1679
1680 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
1681
1682         * invoke.texi (g++): "g++" is not a script anymore.
1683
1684 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1685
1686         * function.c (round_down): Delete obsolete prototype.
1687
1688         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
1689
1690 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
1691
1692         * configure.in: Use 'test a = b' not 'test a == b'.
1693         * configure: Regen.
1694
1695         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
1696
1697         * Makefile.in: Remove all references to HOST_INTLLIBS.
1698
1699         * cpplex.c (parse_name): Don't warn about $ in identifiers if
1700         skipping.
1701
1702 2000-06-20  Philipp Thomas  <pthomas@suse.de>
1703
1704         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
1705         for PA 2.0.
1706
1707 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1708
1709         * Take REG_INC notes into account.
1710
1711 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
1712
1713         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
1714         (primary: IDENTIFIER): Just call build_external_ref.
1715         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
1716         Regenerate.
1717         * c-lex.c (lastiddecl): Remove.
1718         (yylex): Replace all instances of lastiddecl with local
1719         variables.
1720
1721         * c-typeck.c (build_external_ref): New function.  Treat decls
1722         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
1723         Look up the decl from the id here.  Call lookup_objc_ivar.
1724         * c-lang.c (lookup_objc_ivar): Stub.
1725         * objc/objc-act.c (lookup_objc_ivar): New function.
1726
1727         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
1728         * c-lex.h: Don't declare lastiddecl.
1729
1730 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
1731
1732         * c-common.h (IF_COND): Added documentation.
1733         (THEN_CLAUSE): Likewise.
1734         (ELSE_CLAUSE): Likewise.
1735         (WHILE_COND): Likewise.
1736         (WHILE_BODY): Likewise.
1737         (DO_COND): Likewise.
1738         (DO_BODY): Likewise.
1739         (RETURN_EXPR): Likewise.
1740         (EXPR_STMT_EXPR): Likewise.
1741         (FOR_INIT_STMT): Likewise.
1742         (FOR_COND): Likewise.
1743         (FOR_EXPR): Likewise.
1744         (FOR_BODY): Likewise.
1745         (SWITCH_COND): Likewise.
1746         (SWITCH_BODY): Likewise.
1747         (CASE_LOW): Likewise.
1748         (CASE_HIGH): Likewise.
1749         (GOTO_DESTINATION): Likewise.
1750         (COMPOUND_BODY): Likewise.
1751         (ASM_CV_QUAL): Likewise.
1752         (ASM_STRING): Likewise.
1753         (ASM_OUTPUTS): Likewise.
1754         (ASM_INPUTS): Likewise.
1755         (ASM_CLOBBERS): Likewise.
1756         (DECL_STMT_DECL): Likewise.
1757         (STMT_EXPR_STMT): Likewise.
1758         (LABEL_STMT_LABEL): Likewise.
1759
1760         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
1761         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
1762         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
1763         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1764
1765 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1766
1767         * configure.in (--enable-checking): Update --help doc to reflect
1768         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
1769
1770 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1771
1772         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
1773
1774         * function.c (put_var_into_stack): Don't reference DECL_ fields
1775         if input is a SAVE_EXPR.
1776         Use set_mem_attributes in COMPLEX case.
1777
1778 2000-06-18  Richard Henderson  <rth@cygnus.com>
1779
1780         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
1781         (ia64_file_start): Declare.
1782         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
1783         (GR_REGNO_P): Likewise.
1784         * config/ia64/ia64.c: Many prototypes.
1785         (ia64_reg_numbers): Constify.
1786         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
1787         (ia64_section_threshold): Make unsigned.
1788         (ia64_print_operand): Constify.
1789         (fix_range): Constify.
1790         (ia64_init_builtins): Don't compare signed vs unsigned.
1791         (ia64_expand_builtin): Likewise.
1792
1793         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
1794         (CONSTRAINT_OK_FOR_Q): New.
1795         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
1796         (movsf_internal, movdf_internal): Likewise.
1797         (cmovdi_internal): Rewrite so that constraints and predicates match;
1798         simplify splitters.
1799         (cmovsi_internal): Likewise.
1800
1801         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
1802         (ASM_FILE_START): New.
1803         * config/ia64/ia64.c (ia64_file_start): New.
1804         (rtx_needs_barrier): Handle pred.rel.mutex.
1805         (emit_predicate_relation_info): New.
1806         * config/ia64/ia64.md (pred_rel_mutex): New.
1807         * config/ia64/linux.h (ASM_SPEC): Define.
1808         * config/ia64/sysv4.h (ASM_FILE_START): Define.
1809
1810         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
1811         filtering global register variables.
1812
1813 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1814
1815         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
1816
1817 2000-06-17  Michael Meissner  <meissner@redhat.com>
1818
1819         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
1820         not present and there is a field after a '-'.
1821
1822 2000-06-17  Bruce Korb  <bkorb@gnu.org>
1823
1824         * fixinc/check.tpl:  finish the implementation of multiple tests
1825         for a single fix
1826         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
1827         (io_quotes_def): add a second test
1828         (various): reorder `files' so that "limits.h" is never first
1829         * fixinc/tests/base/*: update the testing output
1830
1831 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1832
1833         * gcc.texi: Remove reference to stupid.c.
1834
1835 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
1836
1837         * c-common.c (c_tree_code_type): New array.
1838         (c_tree_code_length): Likewise.
1839         (c_tree_code_name): Likewise.
1840         (add_c_tree_codes): New function.
1841
1842         * c-common.h (add_c_tree_codes): Declare.
1843         (enum c_tree_code): New enum.
1844
1845         * c-lex.c (init_parse): Added call to add_c_tree_codes.
1846
1847 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1848
1849         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
1850         select pattern to also match macro defs with only one argument.
1851
1852 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
1853
1854         * i386.md: Create new [right,left] rotate and right shift
1855         patterns to optimize shift by 1 bit for certain ia32 processors.
1856         Update patterns which perform left shifts to optimize shift by
1857         1 bit for certain ia32 processors.
1858         * i386.c (const_int_1_operand): New predicate.
1859         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
1860         * i386-protos.h (const_int_1_operand): Prototype.
1861
1862 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1863
1864         * mips.c (machine_dependent_reorg): Fix braces for nested if.
1865
1866 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
1867
1868         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
1869         LABEL_REFs.
1870
1871 2000-06-14  Richard Henderson  <rth@cygnus.com>
1872
1873         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
1874
1875         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
1876         auto-inc code.
1877
1878         * print-rtl.c (print_rtx): Emit space before mem alias set.
1879
1880 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
1881
1882         * rs6000.c (expand_block_move): Fix typo in earlier change.
1883         (print_operand): Remove unused variables neg and op.
1884         (toc_hash_mark_entry): Fix prototype.
1885
1886 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
1887
1888         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
1889         (THEN_CLAUSE): Likewise.
1890         (ELSE_CLAUSE): Likewise.
1891         (WHILE_COND): Likewise.
1892         (WHILE_BODY): Likewise.
1893         (DO_COND): Likewise.
1894         (DO_BODY): Likewise.
1895         (RETURN_EXPR): Likewise.
1896         (EXPR_STMT_EXPR): Likewise.
1897         (FOR_INIT_STMT): Likewise.
1898         (FOR_COND): Likewise.
1899         (FOR_EXPR): Likewise.
1900         (FOR_BODY): Likewise.
1901         (SWITCH_COND): Likewise.
1902         (SWITCH_BODY): Likewise.
1903         (CASE_LOW): Likewise.
1904         (CASE_HIGH): Likewise.
1905         (GOTO_DESTINATION): Likewise.
1906         (COMPOUND_BODY): Likewise.
1907         (ASM_CV_QUAL): Likewise.
1908         (ASM_STRING): Likewise.
1909         (ASM_OUTPUTS): Likewise.
1910         (ASM_INPUTS): Likewise.
1911         (ASM_CLOBBERS): Likewise.
1912         (DECL_STMT_DECL): Likewise.
1913         (STMT_EXPR_STMT): Likewise.
1914         (LABEL_STMT_LABEL): Likewise.
1915         (SCOPE_BEGIN_P): Likewise.
1916         (SCOPE_END_P): Likewise.
1917         (SCOPE_STMT_BLOCK): Likewise.
1918         (SCOPE_NULLIFIED_P): Likewise.
1919         (SCOPE_NO_CLEANUPS_P): Likewise.
1920         (SCOPE_PARTIAL_P): Likewise.
1921         (ASM_VOLATILE_P): Likewise.
1922         (STMT_LINENO): Likewise.
1923         (STMT_LINENO_FOR_FN_P): Likewise.
1924
1925         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
1926         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
1927         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
1928         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
1929         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1930
1931         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
1932
1933 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
1934
1935         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
1936         writable in parts of the GCC code.
1937
1938         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
1939         specification match cast.
1940
1941 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
1942
1943         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
1944         * configure, config.in: Rebuilt.
1945         * sys-protos.h: Similarly.
1946
1947 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
1948
1949         * ifcvt.c (EDGE_COMPLEX): Move definition ...
1950         * basic-block.h (EDGE_COMPLEX): ... here.
1951
1952         * loop.c (check_dbra_loop): Specify the register when
1953         generating REG_NONNEG notes and don't generate duplicates.
1954
1955 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1956
1957         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
1958         (struct tree_type, struct tree_decl): Add user_align member.
1959         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
1960         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
1961         and DECL_USER_ALIGN 0, cap alignment to this value.
1962         (place_field): Likewise.
1963         (finalize_type_size): Set TYPE_USER_ALIGN.
1964         (layout_type): Likewise.
1965         (initialize_sizetypes): Likewise.
1966         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
1967         DECL_USER_ALIGN to 1.
1968         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
1969         (xfer_tag): Set TYPE_USER_ALIGN.
1970         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1971         (finish_enum): Likewise.
1972         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
1973         (expand_anon_union_decl): Likewise.
1974         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1975         (build_index_type): Set TYPE_USER_ALIGN.
1976         (build_range_type): Likewise.
1977         (build_common_tree_nodes_2): Likewise.
1978         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
1979
1980 2000-06-13  Andreas Jaeger  <aj@suse.de>
1981
1982         * configure.in: Use --enable-checking=misc,tree,gc by default if
1983         no --enable-checking option is given and for
1984         --enable-checking=yes.
1985         * configure: Rebuilt.
1986
1987 2000-06-13  Richard Henderson  <rth@cygnus.com>
1988
1989         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
1990         (__throw): Don't pass the address of a label.
1991
1992         * config/ia64/ia64.c (ia64_compute_frame_size): Use
1993         current_function_is_leaf.
1994         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
1995         instead of reg_names[RETURN_ADDRESS_REGNUM].
1996         (ia64_init_machine_status): Reset return_address_pointer_rtx.
1997         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
1998         from RETURN_ADDRESS_REGNUM.  Update all uses.
1999         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2000         zero instead of null on failure.
2001         (ELIMINABLE_REGS): Add ra->b0 elimination.
2002         (CAN_ELIMINATE): Update accordingly.
2003         (INITIAL_ELIMINATION_OFFSET): Likewise.
2004         (REGISTER_NAMES): Use an illegal assembler name for
2005         RETURN_ADDRESS_POINTER_REGNUM.
2006
2007 2000-06-13  Richard Henderson  <rth@cygnus.com>
2008
2009         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2010         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2011         (REG_CLASS_NAMES): Likewise.
2012         (REG_CLASS_CONTENTS): Likewise.
2013         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2014         (HARD_REGNO_MODE_OK): Remove references to them.
2015         (REGNO_REG_CLASS): Likewise.
2016         (REG_CLASS_FROM_LETTER): Likewise.
2017         (CLASS_MAX_NREGS): Likewise.
2018         (REGISTER_MOVE_COST): Likewise.
2019         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2020         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2021         (movqi_internal): Special case moves from zero.
2022         (movhi_internal, movsi_internal): Likewise.
2023         (movdi_internal): Likewise.  Fill out "f" constraints.
2024         (movsf_internal): Fill out "r" constraints.
2025         (movdf_internal): Likewise.
2026
2027 2000-06-13  Richard Henderson  <rth@cygnus.com>
2028
2029         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2030         alive before reload.
2031
2032         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2033         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2034         (remove_dependence): Always define.
2035         (set_sched_group_p): New.
2036         (sched_analyze_2): Use it.
2037         (sched_analyze_insn): Don't special-case naked uses.  Look for
2038         and extend in_post_call_group_p.
2039         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2040         (init_deps): Clear in_post_call_group_p.
2041
2042 2000-06-13  Richard Henderson  <rth@cygnus.com>
2043
2044         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2045         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2046         and hard-coded tests.
2047         (simplify_set): Likewise.
2048         (gen_lowpart_for_combine): Likewise.
2049         * emit-rtl.c (gen_lowpart_common): Likewise.
2050         * global.c (find_reg): Likewise.
2051         * local-alloc.c (find_free_reg): Likewise.
2052         * recog.c (register_operand): Likewise.
2053         * regclass.c (init_reg_sets_1): Likewise.
2054         (record_operand_costs, regclass): Likewise.
2055         * reload.c (push_reload): Likewise.
2056         * reload1.c (choose_reload_regs): Likewise.
2057         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2058         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2059         Update all references.
2060         * regs.h (struct reg_info_def): Likewise.
2061         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2062         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2063         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2064
2065         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2066         (CLASS_CANNOT_CHANGE_MODE_P): New.
2067         * config/mips/mips.h: Likewise.
2068         * config/pa/pa32-regs.h: Likewise.
2069         * config/pa/pa64-regs.h: Likewise.
2070         * config/rs6000/rs6000.h: Likewise.
2071         * config/sh/sh.h: Likewise.
2072         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2073         (CLASS_CANNOT_CHANGE_MODE_P): New.
2074         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2075         * config/d30v/d30v.h: Likewise.
2076
2077 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2078
2079         * configure.in: Add AC_TYPE_GETGROUPS test.
2080         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2081         * configure: Rebuilt.
2082         * config.in: Rebuilt.
2083
2084 2000-06-13  Richard Henderson  <rth@cygnus.com>
2085
2086         * explow.c (set_mem_attributes): Do nothing for NULL type.
2087
2088 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2089
2090         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2091         correctly.
2092
2093 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2094
2095         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2096
2097 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2098
2099         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2100
2101 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2102
2103         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2104         * configure: Rebuilt.
2105
2106 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2107
2108         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2109         We now default to ELF for the i386, and a.out is the special case.
2110         * configure:  Rebuilt.
2111
2112 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2113
2114         * final.c (final_scan_insn): Delete notes between cc0 setter and
2115         user when restarting from setter.
2116
2117 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2118
2119         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2120         cast to squelch signed/unsigned warnings.
2121
2122 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2123
2124         * cpplib.c (handle_directive): Print non-NUL-terminated string
2125         with %.*s.
2126
2127 2000-06-12  Michael Meissner  <meissner@redhat.com>
2128
2129         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2130         path if the machine needs extra support to do conditional
2131         execution.
2132
2133 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2134
2135         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2136         to print the alias set.
2137         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2138
2139 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2140
2141         * config/float-vax.h: Add GFLOAT defines.
2142
2143 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2144
2145         * configure.in: Update tm dependencies for MPE.
2146         * configure: Rebuilt.
2147
2148 2000-06-12  H.J. Lu  <hjl@gnu.org>
2149
2150         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2151
2152 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2153
2154         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2155         (CPP_SPEC): Change mthreads to pthread.
2156         (LIB_SPEC): Likewise.
2157         (STARTFILE_SPEC): Likewise.
2158         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2159         (CPP_SPEC): Change mthreads to pthread.
2160         (LIB_SPEC): Likewise.
2161         (STARTFILE_SPEC): Likewise.
2162         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2163         * rs6000.c (reg_or_arith_cint_operand): New.
2164         (num_insns_constant_wide): Decorate unsigned constant.
2165         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2166         * rs6000.md (addsi3): Use new predicate.
2167         (subsi3, adddi3, subdi3): Likewise.
2168
2169 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2170
2171         * c-common.c (lang_get_alias_set): Fix typo.
2172
2173 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2174
2175         * flow.c (mark_used_regs): Revert last change.
2176         (life_analysis): Remove PROP_AUTOINC if running after reload.
2177         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2178
2179 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2180
2181         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2182         has run.
2183
2184 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2185
2186         * bb-reorder.c (build_scope_forest): Initialize variable
2187         `curr_scope'.
2188
2189         * calls.c (expand_call): Likewise for variables
2190         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2191
2192         * i386.c (function_arg_advance, function_arg): Cast to avoid
2193         signed/unsigned warnings.
2194
2195         * i386.h (MEMORY_MOVE_COST): Likewise.
2196
2197         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2198         `else_start' and `else_end'.
2199
2200         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2201
2202         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2203
2204 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2205
2206         * Makefile.in (libintl.a): Depend on intl.all.
2207
2208 2000-06-09  H.J. Lu  (hjl@gnu.org)
2209
2210         * Makefile.in (c-parse.o): Also depend on output.h.
2211
2212 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2213
2214         * mcore-protos.h: discards const warning removal.
2215         * mcore.c: discards const warning removal.
2216
2217 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2218
2219         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2220         the beginning of the file.
2221
2222 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2223
2224         * real.h:  Add prototype for ldexp.
2225
2226 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2227
2228         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2229         it ggc_alloc, drop second argument, never clear returned memory.
2230         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2231         (ggc_alloc_cleared): New.
2232         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2233         ggc_alloc_obj.  Remove ggc_alloc macro.
2234         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2235
2236         * rtl.c (rtvec_alloc): Clear the vector always.
2237         (rtx_alloc): Clear the first word always.  Remove dirty
2238         obstack tricks (this routine is no longer a bottleneck).
2239         * tree.c (make_node): Clear the new node always.
2240         (make_tree_vec): Likewise.
2241         (tree_cons): Clear the common structure always.
2242         (build1): Likewise; also, clear TREE_COMPLEXITY.
2243         * gengenrtl.c: Use puts wherever possible.  Remove extra
2244         newlines.
2245         (gendef): Clear the first word of an RTX in the generator
2246         function, irrespective of ggc_p.  Initialize '0' slots to
2247         NULL.
2248         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2249         thin wrapper macro around obstack_alloc.
2250
2251         * stmt.c (expand_fixup): Use ggc_alloc.
2252         * c-typeck.c (add_pending_init): Use ggc_alloc.
2253         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2254         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2255         const0_rtx when it is created.
2256         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2257         we are not in a function.
2258
2259         * tree.c (tree_class_check_failed): Make second arg an int.
2260         * tree.h: Update prototype.
2261
2262 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2263
2264         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2265         of an error_mark_node.
2266
2267 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2268
2269         * config/avr/avr.c (asm_output_section_name): bugfix.
2270
2271 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2272
2273         * timevar.def: Add TV_EXPAND.
2274         * timevar.c (timevar_print): Update timing information.
2275         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2276
2277         * stmt.c (expand_return): Check for error_mark_node.
2278
2279 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2280
2281         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2282
2283         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2284         variable against filename expansion when it contains "char *".
2285
2286         * system.h (SSIZE_MAX): Delete backup definition.
2287
2288         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2289         instead of SSIZE_MAX.
2290
2291 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2292
2293         * configure.in: Check whether gas supports -relax.
2294         * configure, config.in: Rebuilt.
2295         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2296         (EXTRA_SPECS): Add asm_relax.
2297         (ASM_SPEC): Add %(asm_relax).
2298         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2299         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2300         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2301         (ASM_SPEC): Add %(asm_relax).
2302         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2303         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2304         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2305         instead of mov, so that gas can further optimize it.
2306
2307 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2308
2309         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2310         size_of_sleb128.
2311         (value_format, case dw_val_class_const): Use sdata format.
2312         (output_die): Call output_sleb128.
2313
2314 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2315
2316         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2317         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2318         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2319         (output_die, case dw_val_class_unsigned_const): Correct call to
2320         ASM_OUTPUT_DWARF_DATA8.
2321         (output_die, case dw_val_class_long_long): Use
2322         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2323         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2324         pos is zero.
2325
2326         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2327         (output_function_prologue): Fix mispelling.
2328         (output_function_prologue, output_function_epilogue): Reorder to
2329         match ia64.c definition order.
2330         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2331         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2332         Use r3 instead of r2 for large stack restores.
2333         (ia64_output_end_prologue): New function.
2334         (process_set): Emit ".restore sp" for epilogue stack restores.
2335         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2336
2337 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2338
2339         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2340         incomplete types.
2341
2342 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2343
2344         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2345
2346 2000-06-08  Denis Perchine <dyp@perchine.com>
2347
2348         * frame.c (start_fde_sort): Don't malloc (0).
2349
2350 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2351
2352         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2353         error_mark_node.
2354         * print-tree.c (print_node): The transparent_union_flag means
2355         different things for unions and arrays.  Do not inspect it
2356         with TYPE_TRANSPARENT_UNION.
2357
2358 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2359
2360         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2361         returned NULL.
2362
2363 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2364
2365         * config/avr/avr.c (asm_output_section_name): output section
2366         attributes.
2367         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2368
2369 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2370
2371         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2372         fields into header field.
2373         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2374         macros to access length, flags, and version info from header field.
2375         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2376         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2377         (__do_global_ctors_aux): Fix caller.
2378         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2379         prologue_flag to header.  Pass to read_P_record.
2380         (read_P_record): New argument header.  Implement P4 format.
2381         Multiply P7_T_SIZE by 16.
2382         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2383         get_unwind_record.  Copy r to region_header if r is a header record.
2384         (print_all_records): Likewise.
2385         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2386         (__get_personality, __get_except_table): Likewise.
2387         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2388
2389 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2390
2391         * configure.in (AC_C_INLINE): Added.
2392         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2393         * configure: Regenerate.
2394
2395 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2396
2397         * c-common.h (c_language_kind): New type.
2398         (c_language): New variab.e
2399         * c-common.c (lang_get_alias_set): Don't put structures in
2400         non-zero alias sets in C++.
2401         * c-decl.c (c_language): Define it.
2402         * c-lex.c (doing_objc_thang): Remove.
2403         * c-tree.h (doing_objc_thang): Make it a macro.
2404         * objc/objc-act.c (lang_decode_option): Set c_language, not
2405         doing_objc_thang.
2406
2407 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2408
2409         * diagnostic.c (output_maximum_width): Remove.
2410         (doing_line_wrapping): Tweak.
2411         (diagnostic_buffer): New object.
2412         (global_output_buffer): New object.
2413         (output_destroy_prefix): New function.
2414         (default_initialize_buffer): Likewise.
2415         (reshape_diagnostic_buffer): Likewise.
2416         (initialize_diagnostics): Likewise.
2417         (output_clear): Tweak.
2418         (line_wrapper_printf): Adjust call to init_output_buffer.
2419         (vline_wrapper_message_with_location): Likewise.  Use
2420         output_destroy_prefix.
2421         (v_message_with_decl): Likewise.
2422
2423         * diagnostic.h (struct output_buffer): Constify prefix.
2424         (init_output_buffer, output_get_prefix): Constify.
2425         (diagnostic_message_length_per_line): Likewise.
2426         (reshape_diagnostic_buffer): Declare.
2427         (default_initialize_buffer): Declare.
2428         (initialize_diagnostics): Declare.
2429         (diagnostic_buffer): Declare new obbject.
2430
2431         * toplev.c: #include diagnostic.h
2432         (display_help): Document diagnostic formatting options.
2433         (decode_f_option): Handle diagnostic formatting options.
2434         (main): Setup initialization for diagnostic messages outputter.
2435
2436         * toplev.h (set_message_length): Remove.
2437
2438         * Makefile.in (toplev.o): Depends upon diagnostic.h
2439
2440         * invoke.texi : Document diagnostics formatting options.
2441
2442 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2443
2444         * configure.in (Make the links): Typo fix : the file that must be
2445         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2446         * configure: File rebuilt.
2447
2448 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2449
2450         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2451         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2452         space.
2453         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2454         emergency eh_context buffer, if malloc fails.
2455         (__eh_free): Moved from cp/exception.cc. Release to emergency
2456         eh_context buffer, if appropriate.
2457
2458 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2459
2460         * expr.c (store_expr): Fix typo.
2461
2462 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2463
2464         * m68k.c (legitimize_pic_address): Move prototype ...
2465
2466         * m68k-protos.h (legitimize_pic_address): ... here.
2467
2468         * m68k.md (legitimize_pic_address): Delete prototypes.
2469         (untyped_call): Invoke GEN_CALL(), not gen_call().
2470
2471         * nextstep.c: Include system.h and toplev.h.
2472         (get_directive_line): Don't prototype.
2473         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2474
2475         * nextstep.h (handle_pragma): Prototype.
2476         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2477         objc_section_init ...
2478         (EXTRA_SECTION_FUNCTIONS): ... here.
2479
2480 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2481
2482         * sdbout.c (struct sdb_file): NAME now const.
2483         (sdbout_init): input_file_name now const.
2484         (sdbout_start_new_source_file): FILENAME now const.
2485         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
2486
2487 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2488
2489         * c-typeck.c (build_conditional_expr): Handle complex data types.
2490
2491 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2492
2493         * explow.c (maybe_set_unchanging): New function, broken out from...
2494         (set_mem_attributes): Here.
2495         * expr.h: Declare it.
2496         * stmt.c (expand_decl): Call it.
2497
2498 2000-06-05  Richard Henderson  <rth@cygnus.com>
2499
2500         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
2501         while looking for a register to inherit from.
2502
2503 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2504
2505         * Makefile.in (libgcc.ready): Lose.
2506         (libgcc.mk): Just use mv, not move-if-change.
2507         (LIBGCC_DEPS): New macro.
2508         (libgcc.a): Use it.
2509         (stmp-multilib): Likewise.
2510         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
2511         it rather than the directories themselves.
2512         (LIB2ADD): Depend on the list file rather than 'force'.
2513
2514         * fold-const.c (fold, case COND_EXPR): Elide conversion between
2515         cv-qualified versions of types.
2516
2517 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2518
2519         * config/sparc/sparc.c (short_branch): Correct error in range
2520         computation.
2521
2522 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2523
2524         * fixinc/inclhack.def: New include hacks for ultrix.
2525         * (nested_ultrix): Replaced by ultrix_nested_svc.
2526         * (ultrix_atof_param): test_text string added.
2527         * (ultrix_ifdef): Modified select string.
2528
2529 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
2530
2531         * objc/objc-act.c (generate_method_descriptors): Register
2532         objc_method_prototype_template as a GC root.
2533         (comp_method_with_proto): Register function_type as a GC root.
2534         (comp_proto_with_proto): Replace function_type1 and
2535         function_type2 with a two-element array; register it as a GC root.
2536
2537         (generate_protocols, build_protocol_initializer,
2538         generate_protocol_list, build_category_initializer,
2539         build_shared_structure_initializer): Do not cache cast_type
2540         and/or cast_type2.
2541
2542 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2543
2544         * function.c (assign_parms): Add missing argument to set_mem_attributes
2545         call.
2546
2547 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2548
2549         * tree.h (VOID_TYPE_P): New macro.
2550         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
2551         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
2552         (get_parm_info): Likewise.
2553         (store_parm_decls): Likewise.
2554         (combine_parm_decls): Likewise.
2555         (finish_function): Likewise.
2556         * c-typeck.c (build_function_call): Likewise.
2557         (build_binary_op): Likewise.
2558         (build_conditional_expr): Likewise.
2559         (internal_build_compound_expr): Likewise.
2560         (convert_for_assignment): Likewise.
2561         * stmt.c (expend_expr_stmt): Likewise.
2562         (warn_if_unused_value): Likewise.
2563         (expand_return): Likewise.
2564         * c-parse.in (primary): Likewise.
2565         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
2566         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2567
2568 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2569
2570         * alias.c (get_alias_set): If compnent is addressable, use alias
2571         set of component.
2572         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
2573         (grokdeclarator): Likewise.
2574         * c-typeck.c (common_type): Likewise.
2575
2576 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
2577
2578         * Makefile.in (OBJS): Remove dyn_string.o
2579         (dyn-string.o): Delete rule.
2580         * dyn-string.c: Delete file
2581         * dyn-string.h: Likewise.
2582
2583 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2584
2585         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
2586         subdir.
2587
2588 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
2589
2590         * alias.c (record_component_aliases): Don't inspect
2591         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
2592
2593 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
2594
2595         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
2596         it with the pattern to do machine dependent work.
2597         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
2598         use it to modify the true/false tests used in conditional
2599         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
2600         defined, invoke them if the conversion to conditional execution
2601         was successful or not.
2602
2603         * tm.texi (IFCVT_MODIFY_TESTS): Document.
2604         (IFCVT_MODIFY_INSN): Ditto.
2605         (IFCVT_MODIFY_FINAL): Ditto.
2606         (IFCVT_MODIFY_CANCEL): Ditto.
2607
2608 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
2609
2610         * toplev.c (main): Fix misspellings of possibility and language.
2611
2612 2000-06-03  Richard Henderson  <rth@cygnus.com>
2613
2614         * alias.c (record_alias_subset): Initialize has_zero_child in the
2615         superset.
2616
2617 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
2618
2619         * arm.md (untyped_call): Use GEN_CALL macro.
2620
2621 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
2622
2623         * Makefile.in: Use $(MAKE) not "make"
2624
2625 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2626
2627         * alias.c (struct alias_set_entry): New field has_zero_child.
2628         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
2629         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
2630         do nothing.
2631         Call record_component_aliases for aggregate types.
2632         (record_alias_subset): Set has_zero_child.
2633         (record_component_aliases, case ARRAY_TYPE): Do nothing if
2634         TYPE_NONALIASES_COMPONENT.
2635         (record_component_aliases, case RECORD_TYPE): Test
2636         DECL_NONADDRESSABLE_P.
2637         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
2638         of TREE_ADDRESSABLE.
2639         * calls.c (initialize_argument_information): Only test
2640         TYPE_TRANSPARENT_UNION for UNION_TYPE.
2641         * function.c (assign_parms): Likewise.
2642         * integrate.c (function_cannot_inline_p): Likewise.
2643         * stor-layout.c (finish_record_layout): Don't call
2644         record_component_aliases.
2645         * tree.h (struct tree_int_cst): Use struct tree_common.
2646         (struct tree_real_cst, struct tree_string): Likewise.
2647         (struct tree_complex, struct tree_identifier): Likewise.
2648         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
2649         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
2650         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
2651         (TYPE_NONALIASES_COMPONENT): New macro.
2652         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
2653         (DECL_NONADDRESSABLE_P): New macro.
2654         (struct tree_decl): Reorder bits for clarity of how many left;
2655         add non_adressable.
2656
2657 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
2658
2659         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
2660         * mklibgcc.in (force): New target.
2661         Make LIB2ADD stuff depend on it.
2662
2663 2000-06-02  Richard Henderson  <rth@cygnus.com>
2664
2665         * alias.c (lang_get_alias_set): Remove.
2666         (get_alias_set): Call it directly, not indirectly.
2667         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
2668         * c-common.h (c_get_alias_set): Don't declare.
2669         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
2670         * expr.h (lang_get_alias_set): Declare as function, not pointer.
2671
2672 2000-06-02  Bruce Korb  <bkorb@gnu.org>
2673
2674         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
2675         (server_setup):  define the server's master pid
2676         (close_server):  actually do the deed IFF we are the server's master
2677
2678 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
2679
2680         * c-common.c (c_get_alias_set): Check whether signed_type did not
2681         return its argument before calling get_alias_set on the result.
2682
2683 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
2684
2685         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
2686
2687 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2688
2689         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
2690         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
2691         for TARGET_NOMACSAVE.
2692         (NOMACSAVE_BIT): Define.
2693         (TARGET_NOMACSAVE): Define.
2694         (TARGET_SWITCHES): Add "nomacsave".
2695
2696 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
2697
2698         * sh.md (untyped_call): Remove excess parameters
2699
2700 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
2701
2702         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
2703         match that used before the conversion to c_fix style.
2704         * fixinc/fixincl.x: regenerate
2705
2706 2000-06-01  Stan Cox  <scox@cygnus.com>
2707
2708         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
2709         macro argument typo.
2710
2711 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
2712
2713         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
2714         error message.
2715         * cpplib.c (parse_include): Remove support for VAX-C
2716         "#include starlet" misfeature.
2717
2718 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
2719
2720         * cppfiles.c: conditionally define O_BINARY.
2721         (open_include_file): pass O_BINARY to open().
2722
2723 2000-06-01  Richard Henderson  <rth@cygnus.com>
2724
2725         * i960.c (i960_br_predict_opcode): Remove.
2726         (i960_print_operand) [+]: Emit branch prediction hints.
2727         (i960_function_arg): Return early for VOIDmode.
2728         (i960_round_align): Return early for incomplete types.
2729         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2730         * i960.md (all conditional branches): Add "%+".
2731
2732 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2733
2734         * alias.c (get_alias_set): Don't call language-specific routine more
2735         than is needed and clean up code a bit.
2736         * c-common.c (c_get_alias_set): All references whose type
2737         is char get alias set 0, but character types need not.
2738         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
2739         (make_decl_rtl): Don't call it for FUNCTION_DECL.
2740
2741 2000-06-01  Bruce Korb  <bkorb@gnu.org>
2742
2743         * fixinc/tests/base/...: new base result files
2744
2745 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
2746
2747         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
2748         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
2749         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
2750         will use FCOMI.
2751
2752 2000-06-01  Richard Henderson  <rth@cygnus.com>
2753
2754         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
2755
2756         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2757
2758 2000-05-31  Richard Henderson  <rth@cygnus.com>
2759
2760         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
2761         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
2762         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
2763
2764 2000-05-31  Richard Henderson  <rth@cygnus.com>
2765
2766         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
2767         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
2768         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
2769         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2770         * config/ia64/ia64.md (all branch/call patterns): Use %+.
2771
2772 2000-05-31  Richard Henderson  <rth@cygnus.com>
2773
2774         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
2775
2776 2000-05-31  Richard Henderson  <rth@cygnus.com>
2777
2778         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
2779         remaining edges.
2780         (find_if_block): Allow THEN with no outgoing edges.
2781         * flow.c (merge_blocks_nomove): Remove a barrier not following
2782         a jump as well.
2783
2784 2000-05-31  Richard Henderson  <rth@cygnus.com>
2785
2786         * flow.c (propagate_block): Move initialization of mem_set_list ...
2787         (init_propagate_block_info): ... here.  Also track blocks with
2788         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
2789
2790 2000-05-31  Richard Henderson  <rth@cygnus.com>
2791
2792         * jump.c (jump_optimize_1): Revert 05-18 change.
2793
2794 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
2795
2796         * invoke.texi: Remove documentation for -fguiding-decls.
2797
2798 2000-05-31  Richard Henderson  <rth@cygnus.com>
2799
2800         * configure.in: Fix typo last change.
2801
2802 2000-05-31  Philipp Thomas  <pthomas@suse.de>
2803
2804         * configure.in (enable-nls): Enable if build == host, i.e. when
2805         not building a canadian cross compiler.
2806         (enable-maintainer-mode): Added for use with i18n.
2807         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
2808         cross section of ALL_LINGUAS and LINGUAS.
2809         * configure: Rebuild.
2810
2811 2000-05-31  Bruce Korb  <bkorb@gnu.org>
2812
2813         * fixinc/check.tpl: rework to use test result tree
2814         * fixinc/Makefile.in: change invocation of check script
2815         * fixinc/check.diff: No longer needed
2816         * fixinc/fixincl.x: regenerate
2817         * fixinc/inclhack.def:  add new tests
2818         * fixinc/tests/base/arch/i960/archI960.h:  New test result
2819         * fixinc/tests/base/curses.h: modified test result
2820         * fixinc/tests/base/stdio.h: ditto
2821         * fixinc/tests/base/time.h: ditto
2822         * fixinc/tests/base/sys/asm.h: ditto
2823         * fixinc/tests/base/sys/stat.h: ditto
2824         * fixinc/tests/base/sys/wait.h: ditto
2825
2826 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
2827
2828         * except.c (clear_function_eh_region): Do not free NULL.
2829
2830 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2831
2832         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2833         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
2834         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
2835         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
2836         (find_base_decl): New function, from c_find_base_decl in c-common.c.
2837         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
2838         (get_alias_set): Likewise.
2839         Major rework to do more things and allow language-specific code
2840         to just handle special-cases.
2841         (record_alias_subset): Args are HOST_WIDE_INT.
2842         (record_component_alias): Local vars are HOST_WIDE_INT.
2843         Don't handle COMPLEX_EXPR.
2844         (get_varargs_alias_set): Moved from builtins.c.
2845         (get_frame_alias_set): New function.
2846         * builtins.c (expand_builtin_return_address): Use frame alias set.
2847         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
2848         for setjmp buffer.
2849         (get_memory_rtx): Rework to use set_mem_attributes.
2850         (get_varargs_alias_set): Deleted from here.
2851         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
2852         (c_find_base_decl): Deleted from here.
2853         (c_get_alias_set): Remove many cases and rework to just handle
2854         C-specific cases.
2855         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
2856         * c-decl.c (rtl.h, expr.h): Now included.
2857         (init_decl_processing): Call record_component_aliases on array types.
2858         (grokdeclarator): Likewise.
2859         Set TREE_ADDRESSABLE for all fields that are not bitfields.
2860         * c-typeck.c (common_type): Call record_component_aliases for array.
2861         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
2862         Set all save areas to the frame alias set.
2863         * calls.c (initialie_argument_information): Call set_mem_attributes.
2864         (compute_argument_addresses, expand_call): Likewise.
2865         * explow.c (set_mem_attributes): New function.
2866         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
2867         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
2868         LEN and OFFSET now HOST_WIDE_INT.
2869         (clear_by_pieces): Similar changes.
2870         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
2871         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
2872         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
2873         (clear_by_pieces_1): Likewise.
2874         (emit_push_insn): Call set_mem_attributes.
2875         (expand_expr, case INDIRECT_REF): Likewise.
2876         (expand_expr, case VAR_DECL): Call change_address.
2877         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
2878         tree_low_cst.
2879         (get_varargs_alias_set, get_frame_alias_set): New decls.
2880         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
2881         (new_alias_set, set_mem_attributes): Likewse.
2882         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
2883         (assign_stack_temp_for_type): Likewise.
2884         Can split slot even if alias set since can copy.
2885         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
2886         (assign_temp): Use host_integerp and tree_low_cst.
2887         (put_var_into_stack): Properly handle SAVE_EXPR.
2888         (put_addressof_into_stack): Likewise.
2889         (assign_parms): Call set_mem_attributes.
2890         Delete #if 0 code.
2891         (fix_lexical_address): Put reference to chain into frame alias set.
2892         (expand_function_start): Call set_mem_attributes.
2893         * integrate.c (expand_inline_function): Likewise.
2894         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
2895         * regmove.c (try_apply_stack_adjustment): Likewise.
2896         * reload.c (push_reload, make_memloc): Likewise.
2897         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
2898         * rtl.def (MEM): Update comment.
2899         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
2900         (move_by_pieces): Change length to HOST_WIDE_INT.
2901         (record_base_value, record_alias_subset): Delete from here.
2902         * stmt.c (expand_decl): Call set_mem_attributes.
2903         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
2904         * toplev.c (compile_file): Call init_alias_once earlier.
2905         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
2906         from here: now in alias.c.
2907         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
2908         (struct tree_decl): Likewise.
2909         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
2910         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
2911         (output_constant_def, force_const_mem): Likewise.
2912
2913         * flow.c (propagate_block): If block has no successors, stores to
2914         frame are dead if not used.
2915
2916 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2917
2918         * stmt (expand_end_case): Reorder conversion sequence for jump
2919         table to avoid extra truncations.
2920
2921 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
2922
2923         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
2924         in the block is more than just a simple conditional branch.
2925         (noce_process_if_block): Similarly.
2926
2927 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
2928
2929         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
2930         queue.
2931
2932 2000-05-30  Michael Meissner  <meissner@redhat.com>
2933
2934         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
2935         instructions.  Treat LO_SUM operations as loading the full integer
2936         constant.
2937
2938 2000-05-30  Richard Henderson  <rth@cygnus.com>
2939
2940         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
2941
2942 2000-05-30  Richard Henderson  <rth@cygnus.com>
2943
2944         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
2945
2946 2000-05-30  Bruce Korb  <bkorb@gnu.org>
2947
2948         * fixinc/tests/*:  Added expected result files for fixinc's make check
2949         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
2950
2951 2000-05-30  Richard Henderson  <rth@cygnus.com>
2952
2953         * config/alpha/alpha.md (*setne_internal): Use match_operator
2954         instead of working down from insn.
2955
2956 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2957
2958         * invoke.texi (-Wtraditional): Update WRT function macros.
2959
2960 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
2961
2962         * except.c (free_exception_table): Do not free NULL.
2963
2964 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2965
2966         * cpplib.c (do_if): Don't save and restore only_seen_white here.
2967         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
2968         and skipping here.
2969
2970 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
2971
2972         * flow.c (mark_used_reg): If a register is unconditionally live,
2973         remove any conditional death information.
2974
2975 2000-05-29  Richard Henderson  <rth@cygnus.com>
2976
2977         * final.c (current_output_insn): New.
2978         (final_scan_insn): Set it.
2979         * output.h: Declare it.
2980
2981 2000-05-29  Richard Henderson  <rth@cygnus.com>
2982
2983         * stor-layout.c (finalize_record_size): Fix typo.
2984
2985         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
2986         if nlabel is null.
2987
2988 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2989
2990         * cpplib.h (cpp_reader): Remove if_stack.  Change
2991         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
2992         * cpphash.h (struct ihash): Change control_macro to a
2993         cpp_hashnode * and shorten name to cmacro.
2994         Add NEVER_REINCLUDE constant.
2995
2996         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
2997         Examine the cmacro node directly, no need to call cpp_defined.
2998         (_cpp_execute_include, read_include_file): Set cmacro to
2999         NEVER_REINCLUDE, not U"".
3000         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3001         (cpp_get_token): If pfile->skipping is true, discard text and
3002         keep scanning until we hit a directive; don't expand macros.
3003
3004         * cpplib.c (struct if_stack): Remove if_succeeded, add
3005         was_skipping. Change control_macro to a cpp_hashnode * and
3006         shorten name to cmacro.  Remove typedef IF_STACK.
3007         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3008         (conditional_skip, skip_if_group,
3009         consider_directive_while_skipping): Delete.
3010         (push_conditional): New.
3011         (_cpp_handle_directive): Don't process directives other than
3012         conditionals if we are skipping.
3013
3014         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3015         Update to new scheme.
3016         (validate_else): Skip rest of line here, unconditionally.
3017         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3018         pfile->skipping off.
3019
3020         (all): Remove `scare quotes' from error messages.
3021
3022 2000-05-29  Richard Henderson  <rth@cygnus.com>
3023
3024         * function.c (emit_return_into_block): New line_note arg; emit it.
3025         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3026         for the close brace to accompany HAVE_return.  Move all line notes
3027         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3028
3029 2000-05-29  Richard Henderson  <rth@cygnus.com>
3030
3031         * longlong.h [__alpha] (count_leading_zeros): New.
3032         (count_trailing_zeros): New.
3033         (COUNT_LEADING_ZEROS_0): New.
3034
3035         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3036         (alpha_split_conditional_move): New.
3037         * config/alpha/alpha-protos.h: Prototype them.
3038         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3039         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3040         * config/alpha/alpha.md: Update ffs cix commentary.
3041         (*ze_and_ne): New.
3042         (*nabssf2, *nabsdf2): New.
3043         (*mov[qhsd]icc_internal): Use add_operand.
3044         (if_then_else constant splitters): New.
3045         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3046         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3047
3048 2000-05-29  Richard Henderson  <rth@cygnus.com>
3049
3050         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3051         a constant to NEG or NOT when conditions allow.
3052
3053         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3054         unless both args are general_operand.  Don't canonicalize plus
3055         to ior unless it helps.
3056
3057         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3058         instead track register_life_up_to_date.  Toggle no_new_pseudos
3059         around if_convert.
3060
3061 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3062
3063         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3064         so output_operand doesn't see them.
3065
3066 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3067
3068         * lcm.c (make_preds_opaque): Fix comment.
3069         (optimize_mode_switching): Use NORMAL_MODE instead of
3070         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3071         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3072         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3073         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3074         (MODE_USES_IN_EXIT_BLOCK): Delete.
3075         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3076         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3077         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3078         (MODE_NEEDED): Don't look for USE.
3079         (EPILOGUE_USES): Define.
3080
3081 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3082
3083         * mklibgcc.in (all): Variable initialised to `libgcc'.
3084
3085 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3086
3087         * toplev.h (skip_leading_substring): New macro.
3088         * toplev.c (decode_f_option): Use skip_leading_substring instead
3089         of strncmp.
3090         (decode_W_option): Likewise.
3091
3092 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3093
3094         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3095         modify reg_names.
3096
3097 2000-05-28  Richard Henderson  <rth@cygnus.com>
3098
3099         * regclass.c (record_operand_costs): Protect reg_changes_size
3100         with CLASS_CANNOT_CHANGE_SIZE.
3101
3102         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3103
3104 2000-05-28  Richard Henderson  <rth@cygnus.com>
3105
3106         * function.c (diddle_return_value): A pcc-style struct return
3107         returns a pointer.
3108
3109 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3110
3111         * cppfiles.c: Read files in, using mmap if possible, then
3112         prescan them separately.
3113         (read_file, read_with_read): New functions.
3114         * cpplex.c: Don't define UCHAR_MAX.
3115         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3116         the file here.
3117
3118         * cppinit.c (handle_option): Automatically define __cplusplus,
3119         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3120         the respective -lang switch.
3121
3122         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3123         prototype): Move to...
3124         * cpplib.h: ... here.  Rename struct hashnode to struct
3125         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3126         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3127
3128 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3129
3130         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3131
3132         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3133         (class_can_change_size): New variable.
3134         (reg_changes_size): New variable.
3135         (init_reg_sets_1): Initialise class_can_change_size.
3136         (record_operand_costs): Remove subreg_changes_size.
3137         Don't pass it around.  Instead update reg_changes_size.
3138         (regclass): Initialise and free reg_changes_size.  If a register
3139         changes size, don't preference it to a class that contains
3140         registers that can't change size.
3141         (record_reg_classes): Don't look at subreg_changes_size.
3142
3143 2000-05-27  Richard Henderson  <rth@cygnus.com>
3144
3145         * print-rtl.c (reg_names): Remove const.
3146         * regclass.c (reg_names): Likewise.
3147         * regs.h (reg_names): Likewise.
3148         * hard-reg-set.h (reg_names): Likewise.
3149
3150 2000-05-27  Richard Henderson  <rth@cygnus.com>
3151
3152         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3153
3154 2000-05-27  Richard Henderson  <rth@cygnus.com>
3155
3156         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3157         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3158         (alpha_expand_prologue): Emit prologue_mcount if needed.
3159         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3160         * config/alpha/alpha.md (prologue_mcount): New.
3161         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3162         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3163         * config/alpha/netbsd.h: Likewise.
3164
3165 2000-05-27  Richard Henderson  <rth@cygnus.com>
3166
3167         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3168         change to config/elfos.h.
3169
3170 2000-05-27  Richard Henderson  <rth@cygnus.com>
3171
3172         * Makefile.in (resource.o): Depend on except.h.
3173         * except.h (output_exception_table_data): Prototype.
3174         * genconfig.c (gen_peephole2): Prototype.
3175         * genemit.c (main): Include ggc.h.
3176         * genoutput.c: Revert parts of last change: include errors.h
3177         (main): Set progname.
3178         * recog.c: Include hard-reg-set.h before recog.h.
3179         * resource.c: Include except.h.
3180
3181         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3182         with RTX_CODE.
3183         (alpha_write_linkage): Protect with BUFSIZ.
3184         (alpha_need_linkage): Update prototype.
3185         * config/alpha/alpha.c (function_arg): Move VMS code here.
3186         (alpha_links_base): Remove.
3187         (alpha_links): New.
3188         (mark_alpha_links_node, mark_alpha_links): New.
3189         (alpha_write_one_linkage): New.
3190         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3191         (alpha_write_linkage): Use splay_tree_foreach.
3192         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3193         to get the linkage symbol.
3194         (call_value_vms): Likewise.
3195         * config/alpha/elf.h (output_file_directive): Remove decl.
3196         (ctors_section, dtors_section): Prototype.
3197         (sbss_section, sdata_section): Prototype.
3198         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3199         (readonly_section, link_section, literals_section): Prototype.
3200         (ctors_section, dtors_section): Prototype.
3201         (vms_valid_decl_attribute_p): Remove decl.
3202         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3203
3204 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3205
3206         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3207
3208         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3209         substituting the REG in a (subreg:X (reg:Y ...)).
3210
3211 2000-05-28  Neil Booth  <NeilB@earthling.net>
3212
3213         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3214         first token of a line BOL.  Update EOF code for this.
3215         Remove illegal directive check - it appears in the (not
3216         yet committed) caller.
3217         * cpplib.h (BOL): New flag.
3218
3219 2000-05-28  Neil Booth  <NeilB@earthling.net>
3220
3221         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3222         (_cpp_free_toklist): No comment space to free.
3223         (expand_comment_space): Remove.
3224         (save_comment_space): Place the comment in the current token and
3225         not in a separate comment space.
3226         (_cpp_lex_line): Save comments during plain code and #define
3227         directives only.
3228         * cpplib.h (struct _cpp_toklist): Remove comment space.
3229
3230 2000-05-28  Neil Booth  <NeilB@earthling.net>
3231
3232         * cppexp.c (parse_assertion): Supply extra argument to
3233         _cpp_init_toklist.
3234         * cpplib.c (do_assert, do_unassert): Similarly.
3235         * cpphash.h (_cpp_init_toklist) Update.
3236         (_cpp_expand_token_space): New.
3237         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3238         * cpplex.c (_cpp_init_toklist): New argument.
3239         (parse_string2): New argument multiline_ok.
3240         (spell_token): Take a const cpp_token *.
3241         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3242         (SPELL_ macros): Replace with enum.
3243         (expand_token_space): Replace with _cpp_expand_token_space.
3244         Take COUNT argument.
3245         (IS_DIRECTIVE): Update.
3246         (_cpp_lex_line): Update token structure before parsing number.
3247         Don't assume start at beginning of token list.
3248         (save_comment): Use INIT_TOKEN_NAME.
3249
3250 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3251
3252         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3253         -Wmissing-prototypes.
3254         * configure: Regenerate.
3255         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3256
3257         * builtins.c, calls.c: Change all instances of gen_call_* or
3258         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3259         * calls.c (struct_value_size_rtx): Separate definition from
3260         initialization to avoid unused variable warning.
3261
3262         * genflags.c (gen_macro): New function.
3263         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3264         (gen_nonproto): Delete.
3265         (gen_insn): Put all insns on the same obstack.
3266         (main): Generate prototypes for everything unconditionally.
3267
3268         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3269         out check for wchar_t.
3270         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3271         * system.h: Add infrastructure for defining missing
3272         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3273         definitions of UCHAR_MAX and SSIZE_MAX.
3274         * configure: Regenerate.
3275         * config.in: Regenerate.
3276
3277         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3278         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3279         headers.
3280         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3281         libgcc2.a, or libgcc1.null.
3282
3283 2000-05-27  Richard Henderson  <rth@cygnus.com>
3284
3285         * Makefile.in (recog.o): Don't depend on resource.h.
3286         * recog.c: Don't include resource.h.
3287         (recog_last_allowed_insn): Remove.
3288         (recog_next_insn): Remove.
3289         (struct peep2_insn_data): New.
3290         (peep2_insn_data, peep2_current): New.
3291         (peep2_next_insn): New.
3292         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3293         (peep2_find_free_register): New.
3294         (peephole2_optimize): Track life information by insn as we go.
3295         * recog.h: Update declarations.
3296         * resource.c (find_free_register, reg_dead_p): Remove.
3297         * resource.h: Remove their declarations.
3298         * toplev.c: Include hard-reg-set.h before recog.h.
3299
3300         * genconfig.c (max_insns_per_peep2): New.
3301         (gen_peephole2): New.
3302         (main): Call it.
3303         * genemit.c (output_peephole2_scratches): Generate calls to
3304         peep2_find_free_register; adjust surrounding code.
3305         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3306         * genrecog.c (change_state): Don't track last_insn.
3307         (write_action): Write into *_pmatch_len before accepting.
3308         (write_tree): Adjust peephole2_insns and subroutines to match.
3309
3310         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3311
3312         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3313         (hard_int_register_operand): New.
3314         * config/alpha/alpha-protos.h: Declare it.
3315         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3316         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3317         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3318
3319 2000-05-27  Richard Henderson  <rth@cygnus.com>
3320
3321         * function.c (thread_prologue_epilogue_insns): Don't move the
3322         line note at the head of the chain.  Only force a lineno note
3323         before the end of block 0.
3324
3325 2000-05-27  Richard Henderson  <rth@cygnus.com>
3326
3327         * gensupport.c (collect_insn_data): Record the maximum number
3328         of alternatives, not the last seen.
3329
3330         * genoutput.c: Don't include errors.h.
3331         (struct data): Add lineno member.
3332         (have_error): New.
3333         (scan_operands): Use message_with_line instead of error.
3334         (validate_insn_alternatives): Likewise.
3335         (gen_insn): Accept and store the pattern's line number.
3336         (gen_peephole, gen_expand, gen_split): Likewise.
3337         (main): Don't set progname.  Pass line_no to gen_foo.
3338
3339 2000-05-27  Richard Henderson  <rth@cygnus.com>
3340
3341         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3342         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3343         * config/d30v/d30v.md (attr predicable): New.
3344         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3345         (andsi3*): Unify into one pattern.
3346         (iorsi3*, xorsi3*): Likewise.
3347         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3348         conditional return.
3349         (old cond_exec patterns): Remove.
3350         (define_cond_exec): New.
3351
3352 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3353
3354         * tree.h (TREE_CODE_LENGTH): New macro.
3355         * c-common.c (c_find_base_decl): Use it.
3356         * expr.c (safe_from_p): Likewise.
3357         * print-tree.c (print_node): Likewise.
3358         * tree.c (make_node, copy_node, get_identifier): Likewie.
3359         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3360         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3361         * fold-const.c (make_range): Likewise.
3362         (fold): Likewise; also use first_rtl_op.
3363         * c-iterate.c (collect_iterators): Use first_rtl_op.
3364         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3365         Use IS_EXPR_CODE_CLASS.
3366         (preexpand_calls): Likewise.
3367         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3368         and TREE_CODE_LENGTH.
3369         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3370
3371 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3372
3373         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3374         than '%1(%*)'.
3375         (movdi_internal64): Likewise.
3376
3377         * config/rs6000/rs6000.md: Correct order of operands for DImode
3378         boolean patterns.
3379
3380         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3381         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3382         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3383         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3384         boolean_operator for the boolean patterns without NOTs.
3385
3386         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3387         from reg_or_u_cint_operand.  Change comment and behaviour.
3388         (logical_operand): Clean up, add assertion.
3389         (non_logical_cint_operand): Also check for
3390         reg_or_logical_cint_operand.
3391         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3392         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3393         in the expander.
3394         (xorsi3): Likewise.
3395         (iordi3): Likewise.
3396         (xordi3): Likewise.
3397
3398 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3399
3400         * tree.h (struct record_layout_info): Rename to (struct
3401         record_layout_info_s).
3402         * stor-layout.c (start_record_layout): Replace
3403         `record_layout_info' with `record_layout_info_s'.
3404
3405 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3406
3407         * flow.c (find_label_refs): New function.
3408         (find_basic_blocks_1): Call it for each alternative of a call
3409         placeholder.
3410
3411 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3412
3413         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3414         of get_pc.
3415
3416 2000-05-25  Richard Henderson  <rth@cygnus.com>
3417
3418         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3419         so strict about DImode.
3420         (alpha_swapped_comparison_operator): Likewise.
3421         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3422         any integer output mode.
3423         (*setcc_internal): Likewise.
3424         (*setcc_swapped_internal): Likewise.
3425         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3426         (*mov[qhs]icc_internal): New.
3427         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3428
3429 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3430
3431         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3432
3433 2000-05-25  Richard Henderson  <rth@cygnus.com>
3434
3435         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3436         Remove add_jump; add next; replace flags with visited.
3437         (rbd_init): Remove.
3438         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3439         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3440         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3441         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3442         (RBI): New.
3443         (reorder_index, reorder_last_visited): Remove.
3444         (skip_insns_after_block): Rewrite to use a switch.
3445         (get_common_dest): Remove.
3446         (chain_reorder_blocks): Remove.
3447         (record_effective_endpoints): Split out from reorder_basic_blocks.
3448         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3449         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3450         Only construct the reorder chain, do not move insns.  Try harder
3451         to tail recurse.
3452         (label_for_bb, emit_jump_to_block_after): New.
3453         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3454         and adjust the jump insns appropriately.  Fixup basic_block_info.
3455         (verify_insn_chain): Always define.
3456         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3457         in allocation size.
3458         (make_new_scope): Don't write zeros to calloc'd space.
3459         (build_scope_forest): Rely on xrealloc to DTRT.
3460         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3461         profile_arc_flag.  Streamline EH test.
3462
3463         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3464         * basic-block.h: Declare them.
3465
3466 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3467
3468         * emit-rtl.c (reset_used_decls): New function.
3469         (unshare_all_rtl_again): Call it.
3470
3471 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3472
3473         * cpplex.c (maybe_macroexpand): Warn about function-like
3474         macros used in non-function context, if -Wtraditional.
3475
3476 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3477
3478         * recog.c (peephole2_optimize): Use INSN_P.
3479
3480 2000-05-25  Richard Henderson  <rth@cygnus.com>
3481
3482         * ifcvt.c (seq_contains_jump): New.
3483         (noce_try_store_flag_constants): Use it to fail conversion.
3484         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
3485
3486 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3487
3488         * except.h (can_throw): Declare it.
3489         * except.c (can_throw): Give it external linkage.
3490         * resource.c (find_dead_or_set_registers): Use can_throw.
3491
3492 2000-05-25  Richard Henderson  <rth@cygnus.com>
3493
3494         * flow.c (mark_set_1): Don't record conditionally dead memory.
3495
3496 2000-05-25  Jan Hubicka  <jh@suse.cz>
3497
3498         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
3499         and pc_set at the place of simplejump_p and condjump_p.
3500         * cse.c (record_jump_equiv): Likewise.
3501         * emit-rtl.c (emit): Likewise.
3502         * explow.c (find_next_ref): Likewise.
3503         * flow.c (tidy_fallthru_edge): Likewise.
3504         (init_propagate_block_info): Likewise.
3505         * gcse.c (delete_null_pointer_checks): Likewise.
3506         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
3507         dead_or_predicable): Likewise.
3508         * integrate.c (copy_insn_list): Likewise.
3509         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3510         for_each_insn_in_loop, check_dbra_loop, get_condition,
3511         insert_bct, load_mems): Likewise.
3512         * resource.c (find_dead_or_set_registers): Likewise.
3513         * sibcalls.c (simplejump_p): Likewise.
3514         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
3515
3516 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
3517
3518         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
3519         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
3520         when unaligned.
3521         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
3522         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
3523         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
3524         * rs6000.md: Name various internal patterns.
3525
3526 2000-05-25  Jan Hubicka  <jh@suse.cz>
3527
3528         * jump.c (invert_exp_1): Remove first argument, use pc_set
3529         to get the expression.
3530         (redirect_exp): Make static; redirect only the pc_set expression,
3531         remove first argument.
3532         (invert_exp): Remove first argument, make static.
3533         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
3534         any_onlyjump at most places where we originaly did condjump_p
3535         and simplejump_p.
3536         (jump_back_p, follow_jumps, thread_jumps): Likewise.
3537         (delete_barrier_succesors): Use pc_set.
3538         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
3539         calls of invert_exp and redirect_exp.
3540         * rtl.h (redirect_exp, invert_exp): Remove.
3541         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
3542
3543 2000-05-25  Richard Henderson  <rth@cygnus.com>
3544
3545         * stmt.c (expand_end_bindings): Fix thinko last change.
3546
3547 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
3548             Andrew Haley  <aph@cygnus.com>
3549
3550         * except.c  (func_eh_entry): Add emitted field.
3551         (new_eh_region_entry): Set emitted field to 0;
3552         (output_exception_table_entry): Only emit previously un-emitted data,
3553         and send it to the eh_data section.
3554         (output_exception_table): Break out common parts. Output
3555         exception table for entire compilation unit to eh_data section.
3556         (output_exception_table_data): Common parts of output_exception_table.
3557         Send output to eh_data section.
3558         (output_function_exception_table): Output exception table data for
3559         a single function to eh_data section.
3560         (free_exception_table): New external to free the table.
3561         * except.h (free_exception_table): Add prototype.
3562         (output_function_exception_table): Add prototype.
3563         * final.c (final_end_function): Output function exception table
3564         for IA64_UNWIND_INFO.
3565         (final_scan_insn): Emit any unwind directives for an insn.
3566
3567         * frame-dwarf2.c: New file containing all DWARF 2 specific code
3568         from frame.c.
3569         * frame.c: Remove all DWARF 2 specific code.
3570         * config/ia64/frame-ia64.c: New file.
3571         (gthread_stuff): Make all gthread available with
3572         IA64_UNWIND_INFO.
3573         (dwarf_fde): Define an IA64 struct for dwarf_fde.
3574         (__register_frame_info, __register_frame): Move to common area of file.
3575         (__register_frame_info_table, __register_frame_table): Move to common i
3576         area.
3577         (__deregister_frame_info, __deregister_frame): Move to common area.
3578         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
3579         (read_uleb128): New version for ia64.
3580         (get_unwind_record): Read the next IA-64 unwind record.
3581         (read_R_record): Read a region header record.
3582         (process_a_b_reg_code): X record helper.
3583         (read_X_record): Read an X format record.
3584         (read_B_record): Read a B format record.
3585         (P3_record_types): List of record types matching the P3 format.
3586         (P7_record_types): List of record types matching the P7 format.
3587         (P8_record_types): List of record types matching the P8 format.
3588         (read_P_record): Read a P format record.
3589         (init_ia64_reg_loc): Set default fields for a register.
3590         (init_ia64_unwind_frame): Set defaults for all register records.
3591         (execute_one_ia64_descriptor): Execute one descriptor record.
3592         (rse_address_add): Calculate the position of a local reg in memory.
3593         (normalize_reg_loc): Turn a location descriptor into a memory address.
3594         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
3595         within a specified PC offset range.
3596         (get_real_reg_value): Given a register location, retrieve its value.
3597         (set_real_reg_value): Change the value of a register location.
3598         (copy_reg_value): Copy reg values, if needed.
3599         (copy_saved_reg_state): Copy all registers that need to be copied.
3600         (process_state_between): Normalize all frame register records that
3601         fall within the specified PC range.
3602         (frame_translate): Take a processed frame description, and turn
3603         everything into addresses.
3604         (build_ia64_frame_state ): Find and create frame state record for a PC.
3605         (get_personality): Get the personality routine for a given frame.
3606         (get_except_table): Get the exception table for a given frame.
3607         (record_name): Unwind record names for debugging.
3608         (print_record): Print and unwind record.
3609         (print_all_records): Print an entire unwind image.
3610         (__ia64_backtrace): Print a backtrace.
3611         (ia64_backtrace_helper): New function.
3612         (__register_frame_info_aux): New function.
3613         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
3614
3615         * frame.h (enum unw_record_type): New unwind record types.
3616         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
3617         (struct unw_r_record, unwind_record): New unwind record structs.
3618         (struct unwind_info_ptr): Unwind information layout.
3619         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
3620         descriptors.
3621         (struct ia64_reg_loc): Register location description.
3622         (struct ia64_frame_state): Location of all registers in a frame.
3623         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
3624         * libgcc2.c (__ia64_personality_v1): Personality routine.
3625         (__calc_caller_bsp): Calculate the bsp register for the caller's
3626         frame.
3627         (ia64_throw_helper): Figure out who to return to and set up the
3628         registers.
3629         (__throw): Throw routine.
3630
3631         * output.h (assemble_eh_align, assemble_eh_label): New functions
3632         to generate EH info where we want it.
3633         (assemble_eh_integer): New function.
3634         * toplev.c (compile_file): Output module level exception table for
3635         non-ia64 targets.
3636         (main): Set exceptions_via_longjump and flag_new_exceptions based
3637         on IA64_UNWIND_INFO too.
3638
3639         * varasm.c (assemble_eh_label): Generate a label via
3640         ASM_OUTPUT_EH_LABEL if it has been specified.
3641         (assemble_eh_align): Generate an alignment directive via
3642         ASM_OUTPUT_EH_ALIGN if it has been specified.
3643         (assemble_eh_label): Generate an integer value via
3644         ASM_OUTPUT_EH_type if they have been specified.
3645         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
3646         (ia64_init_builtins): Add __builtin_ia64_bsp
3647         and __builtin_ia64_flushrs.
3648         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
3649         IA64_BUILTIN_FLUSHRS.
3650         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
3651         IA64_BUILTIN_FLUSHRS.
3652
3653         * config/ia64/ia64.md (flushrs): New insn to flush the register
3654         stack.  Add to unspec list.
3655
3656         * config/ia64/crtbegin.asm (frame_object): Change size.
3657         (__do_frame_setup_aux): New function.
3658         * config/ia64/crtend.asm: call __do_frame_setup_aux.
3659         * config/ia64/t-ia64 (LIB2ADDEH): Add.
3660         * Makefile.in (LIB2ADDEH): Add.
3661         (LIB2ADD): Use LIB2ADDEH.
3662
3663 2000-05-24  Richard Henderson  <rth@cygnus.com>
3664
3665         * recog.c (offsettable_address_p): If mode size is zero, assume
3666         BIGGEST_ALIGNMENT.
3667
3668 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
3669
3670         * configure.in: Check for -Wno-long-long option support and improve
3671         handling of warning CFLAGS for stages 1 and 2.
3672         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
3673         * configure: Regenerate.
3674
3675 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
3676
3677         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
3678         * contrib.texi: New file.
3679
3680 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3681
3682         * loop.c (basic_induction_var): Avoid double recording of an increment.
3683
3684 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3685
3686         * Back out this patch:
3687         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
3688           * loop.h (struct induction): Add multi_insn_incr.
3689           * loop.c (basic_induction_var): New multi_insn_incr argument.
3690           Set it if we search back through previous insns for the biv.
3691           (record_biv): New multi_insn_incr argument; fill in struct induction.
3692           (strength_reduce): Discard an iv with multiple bivs, any of
3693           which require multiple insns to increment.
3694
3695         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
3696
3697 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3698
3699         * rtl.h (loc_mentioned_in_p): Declare.
3700         * reload.c (loc_mentioned_in_p): Moved from here...
3701         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
3702         Fix loop increment for 'E' handling.
3703         * loop.c (strength_reduce): When doing biv->giv conversion,
3704         take multi-insn biv increments into account.
3705
3706 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
3707
3708         * stmt.c (expand_end_bindings): Look through NOTEs to find a
3709         BARRIER.
3710
3711 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
3712
3713         * calls.c (expand_call): Handle cleanups in tail-recursion
3714         arguments analagously to cleanups in sibling calls.
3715
3716 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3717
3718         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
3719         All callers changed.
3720
3721 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3722
3723         * expr.c (expand_assignment, store_expr, expand_expr,
3724         expand_expr_unaligned): Set in_check_memory_usage while emitting
3725         chkr_check_addr libcall.
3726
3727 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3728
3729         * fold-const.c (extract_muldiv): When constructing a
3730         multiplier/divisor, do not expect const_binop to correctly
3731         determine if overflow has occured, so check explicitly.
3732
3733 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3734
3735         * c-decl.c (build_enumerator): Don't modify the value's type,
3736         convert it.
3737
3738 2000-05-24  Andreas Jaeger  <aj@suse.de>
3739
3740         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
3741
3742 2000-05-24  Eric Christopher <echristo@cygnus.com>
3743
3744         * configure.in: Redefine inhibit_libc conditions.
3745         * libgcc2.c: Remove inhibit_libc conditional define.
3746         * configure: Regenerate.
3747
3748 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
3749
3750         * configure.in:  For --enable-languages=LIST, check for empty LIST.
3751         * configure:  Regenerate.
3752
3753 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
3754
3755         * pdp11.h (STACK_BOUNDARY): Define.
3756
3757 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
3758
3759         * ifcvt.c (if_convert): Update life info globally.
3760
3761 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3762
3763         * emit-rtl.c (unshare_all_decls): New function.
3764         (unshare_all_rtl): Call it.
3765
3766 2000-05-23  Nick Clifton  <nickc@cygnus.com>
3767
3768         * configure.in: Treat 'strongarm' as if it were 'arm' when
3769         determining cpu type.
3770
3771         * configure: Regenerate.
3772
3773         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
3774         where constant strings are involved.
3775
3776         * config/arm/arm.h (arm_condition_codes): Change type to 'const
3777         char *'.
3778
3779         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
3780         cases where constant strings are involved.
3781
3782 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
3783
3784         * config/sh/sh.c (gen_far_branch, split_branches): Update
3785         to reflect new prototypes for redirect_jump and invert_jump.
3786         (sh_insn_length_adjustment): Get rid of const warnings.
3787
3788 2000-05-23  Kazu Hirata  <kazu@hxi.com>
3789
3790         * invoke.texi (Options for Debugging Your Program or GCC): Update
3791         the names of dump files.
3792
3793 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
3794
3795         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
3796         * configure: Regenerated.
3797
3798 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3799
3800         * simplify-rtx.c (SIGN_EXTEND): New macro.
3801         (simplify_unary_operation, simplify_binary_operation,
3802         simplify_relational_operation): Use SIGN_EXTEND.  Make low
3803         halves of (low, high) pairs unsigned if they weren't already.
3804         (simplify_ternary_operation): Cast INTVAL to unsigned before
3805         comparing to a MODE_BITSIZE.
3806
3807 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3808
3809         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
3810         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
3811
3812         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
3813         gcc_AC_NEED_DECLARATIONS.
3814
3815         * dwarfout.c: Don't prototype time().
3816
3817         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
3818
3819         * system.h: Likewise.
3820
3821         * toplev.c: Likewise.
3822
3823 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3824
3825         * c-decl.c (pushdecl): Invert sense of test for non-global types.
3826
3827 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3828
3829         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
3830
3831 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
3832
3833         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
3834
3835 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3836
3837         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
3838         (alpha_start_function): Never write ..ng label if VMS or NT.
3839         (alpha_align_insns): Remove GP_IN_USE arg.
3840         Alignment now unsigned.
3841         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
3842         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
3843         and two define_insn's.
3844
3845 2000-05-22  Richard Henderson  <rth@cygnus.com>
3846
3847         * combine.c (simplify_comparison): Use trunc_int_for_mode.
3848
3849 2000-05-22  Richard Henderson  <rth@cygnus.com>
3850
3851         * stor-layout.c (place_field): Change rli->size to rli->offset.
3852
3853 2000-05-22  Richard Henderson  <rth@cygnus.com>
3854
3855         * function.c (thread_prologue_and_epilogue_insns): Make sure
3856         existing line number notes appear after the prologue.
3857
3858 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3859
3860         * config/alpha/alpha.c (alpha_fnname): New static variable.
3861         (print_operand, case '~'): New case.
3862         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
3863         (alpha_start_function): Set alpha_fnname.
3864         Write "ng" label if no ldgp; don't write ldgp insn.
3865         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
3866         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
3867
3868 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
3869
3870         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
3871         on deleted labels.
3872
3873 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
3874
3875         * varasm.c (eh_frame_section): Revert change to argument list.
3876
3877 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3878
3879         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
3880         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
3881
3882         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
3883         dangling "else" that causes "break" to be conditional.
3884         Also remove unneeded code at start.
3885
3886 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
3887
3888         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
3889         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
3890         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
3891
3892 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
3893
3894         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
3895         just one argument.
3896
3897 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3898
3899         * alias.c (record_component_aliases): New function.
3900         * tree.h: Clean up some declarations and comments.
3901         (record_component_aliases): New declaration.
3902         * tree.c (get_alias_set): If type and has alias set, use it.
3903
3904 2000-05-22  Richard Henderson  <rth@cygnus.com>
3905
3906         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
3907         IF_THEN_ELSE to a setcc form.
3908         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
3909
3910 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3911
3912         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
3913         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
3914
3915 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3916
3917         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
3918         not a PARALLEL.
3919
3920 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3921
3922         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
3923         * config/mn10300/mn10300.c (print_operand): Likewise.
3924
3925         * final.c (split_double): Right shift of negative values is not
3926         portable.
3927
3928         * ifcvt.c (if_convert): Scan and kill dead code.
3929
3930         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
3931
3932 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
3933
3934         * diagnostic.c: Eliminate implicit int.
3935         * except.c, gcc.c: Add static prototypes.
3936         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
3937         * gensupport.c (process_rtx): Use XVEC to initialize vector
3938         slot of 'split'.
3939
3940         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
3941         debug_reg_names instead of static reg_names.  If not, define
3942         global reg_names.
3943         * regclass.c: Don't define global reg_names unless
3944         DEBUG_REGISTER_NAMES is defined.
3945
3946         * reload1.c (order_regs_for_reload): Remove unused variable.
3947         * varasm.c: Include output.h after defaults.h.  Define
3948         eh_frame_section as function of no args, not of unspecified args.
3949
3950         * gcc.c: Constify argbuf; arguments to store_arg,
3951         process_command, main; elements of struct command and struct
3952         switchstr; local variables in execute, process_command, main.
3953
3954 2000-05-20  Bruce Korb  <bkorb@gnu.org>
3955
3956         * fixinc/inclhack.def:  many applications of c_fix=format + tests
3957         * fixinc/check.diff:  regenerated
3958         * fixinc/fixincl.x:  regenerated
3959
3960 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3961
3962         * alias.c: Clarify some comments.
3963         (record_base_value): REGNO is unsigned.
3964         * rtl.h (record_base_value): Likewise.
3965
3966         * alias.c (aliases_everything_p): Don't special-case QImode here.
3967         * c-common.c (c_get_alias_set): Do it here.
3968         Handle BIT_FIELD_REF by getting alias info for arg.
3969         Use POINTER_TYPE_P.
3970
3971 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3972
3973         * mklibgcc.in: Restore rule to create ${dir}.
3974
3975 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
3976
3977         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
3978         GCC_FOR_TARGET used by MULTILIBS.
3979         * mklibgcc.in: Make sure each .o file depends on the
3980         directory it will be in.
3981         Make the multilib directory depends libgcc.
3982
3983 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
3984
3985         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
3986
3987 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
3988
3989         * fold-const.c (make_range): Handle degenerated intervals.
3990         Fixes c-torture/execute/991221-1.c
3991
3992 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3993
3994         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
3995         * reload.c (find_equiv_reg): Likewise.
3996         * alias.c (init_alias_analysis): Likewise.
3997         Only call prologue_epilogue_contains on insns.
3998         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
3999         * bb-reorder.c (hard-reg-set.h): Include earlier.
4000         * haifa-sched.c (hard-reg-set.h): Likewise.
4001         * ifcvt.c (hard-reg-set.h): Likewise.
4002         * local-alloc.c (hard-reg-set.h): Likewise.
4003         * loop.c (hard-reg-set.h): Likewise.
4004         * predict.c (hard-reg-set.h): Likewise.
4005         * regrename.c (hard-reg-set.h): Likewise.
4006         * flow.c (hard-reg-set.h): Likewise.
4007         (reg_set_to_hard_reg_set): New function.
4008         * bitmap.c (regs.h, basic-block.h): No longer include.
4009         (bitmap.h): Now include.
4010         * conflict.c (hard-reg-set.h): Include.
4011         * profile.c (hard-reg-set.h): Likewise.
4012         * print-rtl.c (hard-reg-set.h): Likewise.
4013         * sbitmap.c (hard-reg-set.h): Likewise.
4014         * toplev.c (hard-reg-set.h): Likewise.
4015         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4016         * hard-reg-set.h (reg_names): Now constant.
4017         * regs.h (reg_names): Likewise.
4018         * regclass.c (reg_names): Likewise.
4019         * loop.h (basic-block.h): No longer include.
4020         (bitmap.h): Now include.
4021         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4022         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4023         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4024
4025 2000-05-19  Jan Hubicka  <jh@suse.cz>
4026             Richard Henderson  <rth@cygnus.com>
4027
4028         * basic-block.h (struct edge_def): New field "count".
4029         (struct basic_block_def): Likewise.
4030         * flow.c (entry_exit_blocks): Add count fileds.
4031         (split_edge): Keep count information up-to-date.
4032         (dump_edge_info, dump_flow_info): Dump count fields.
4033
4034         * final.c (count_instrumented_edges): Rename to edge from arc.
4035         (end_final): Update users.
4036         * profile.c: Include expr.h, basic-block.h.
4037         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4038         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4039         (ignore_next_note, return_label_execution_count): Kill.
4040         (bbg_file_name, da_file_name): Kill.
4041         (edge_info, bb_info): New structures.
4042         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4043         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4044         (total_num_edges_instrumented): Likewise.
4045         (init_arc, expand_spanning_tree): Kill.
4046         (fill_spanning_tree, tablejump_entry_p): Kill.
4047         (instrument_edges):  Rewrite from instrument_arcs to use
4048         commit_edge_insertions infrastructure.
4049         (compute_branch_probabilities): Remove arguments; rewrite for
4050         CFG infrastructure; use rtl_dump_file directly.
4051         (branch_prob, find_spanning_tree): Likewise.
4052         (union_groups, find_group): New.
4053         (init_branch_prob): Make bbg_file_name and da_file_name local.
4054         (end_branch_prob): Use rtl_dump_file directly.
4055         (init_edge_profiler): Rename to edge from arc.
4056         (output_arc_profiler): Kill.
4057         (gen_edge_profiler): New.
4058         (output_func_start_profiler): Turn off profiling.  Make the
4059         constructor static when we can.
4060         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4061
4062         * toplev.c (DFI_flow): Remove.
4063         (DFI_cfg, DFI_life): New.
4064         (dump_file): Update accordingly.
4065         (compile_file): Call end_branch_prob if profile_arc_flag too.
4066         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4067         profiling after the CFG is built.  Move flow1 life analysis to
4068         DFI_life.  Always estimate remaining probabilities.
4069
4070 2000-05-19  Richard Henderson  <rth@cygnus.com>
4071
4072         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4073
4074         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4075
4076 2000-05-19  Richard Henderson  <rth@cygnus.com>
4077
4078         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4079         remove labels and code following when LABEL_NUSES goes to zero.
4080         (invert_jump): Likewise.
4081         (jump_optimize_1): Fix redirect/invert arguments.
4082         (do_cross_jump, thread_jumps): Likewise.
4083         * flow.c (split_edge): Likewise.
4084         * reorg.c (optimize_skip): Likewise.
4085         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4086         * profile.c (instrument_arcs): Likewise.
4087         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4088         * rtl.h: Update prototypes.
4089
4090 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4091
4092         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4093         notes.
4094         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4095         critical edges.
4096
4097 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4098
4099         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4100         past l1 when deleting whitespace and markers.
4101
4102         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4103         * cpplib.c (do_unassert): Put the list to compare against on
4104         the stack.
4105
4106 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4107
4108         * fixinc/README:  cleaned up old documentation
4109         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4110         * fixinc/check.tpl: compute the list of needed directories
4111         emit "#if defined(name)" because of conflict
4112         omit machine name differences from output differences
4113         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4114         (machine_name): change test text to use `sed' markers
4115         * fixinc/fixincl.x: regen
4116
4117 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4118
4119         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4120         a CONSTRUCTOR.
4121
4122 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4123
4124         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4125         it to match the current practice.
4126
4127 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4128
4129         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4130
4131 2000-05-18  Richard Henderson  <rth@cygnus.com>
4132
4133         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4134         * rtl.h (insn_dependant_p): Declare it.
4135         * loop.c (strength_reduce): Use it.
4136
4137 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4138
4139         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4140         16-bit and 64-bit clean-up.
4141
4142 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4143
4144         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4145         * configure: Rebuilt.
4146
4147 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4148
4149         * genopinit.c: Use $ for escape sequences in optab patterns.
4150         Remove backslashes from optab patterns.  Change $A, $B, $C to
4151         expand to (int) whatever instead of just whatever; remove
4152         explicit (int) from all optab patterns.
4153
4154         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4155         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4156         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4157         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4158         xstrdup.
4159
4160 2000-05-18  Richard Henderson  <rth@cygnus.com>
4161
4162         * jump.c (jump_optimize_1): Base minimum insn count during
4163         find_cross_jump on BRANCH_COST.
4164
4165 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4166
4167         * print-rtl.c (print_rtx): Only print note line number as string
4168         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4169         * final.c (final_scan_insn): Do nothing for note line number 0.
4170
4171 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4172
4173         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4174         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4175         NOTE_INSN_DELETED_LABEL.
4176
4177 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4178
4179         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4180         uninitialised data in .rodata not .bss, and do not interpret an
4181         error in the initialisation value as meaning that the variable
4182         should be placed in the .bss section.
4183
4184 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4185
4186         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4187         not `$ac_cv_prog_cc_cc_c_o'.
4188         * configure: Regenerated.
4189
4190 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4191             Richard Henderson  <rth@cygnus.com>
4192
4193         * c-common.h (enum c_tree_index): Add g77 type entries.
4194         (g77_integer_type_node, g77_uinteger_type_node): New.
4195         (g77_longint_type_node, g77_ulongint_type_node): New.
4196         * c-decl.c (init_decl_processing): Initialize them.
4197
4198 2000-05-18  Richard Henderson  <rth@cygnus.com>
4199
4200         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4201
4202         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4203         (small_power_of_two): Likewise; use exact_log2.
4204         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4205         (output_adds_subs): Remove.
4206         (two_insn_adds_subs_operand): New.
4207         (split_adds_subs): New.
4208         * config/h8300/h8300-protos.h: Update.
4209         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4210         (CONST_OK_FOR_L): Match strict adds operands.
4211         (CONST_OK_FOR_N): Match struct subs operands.
4212         * config/h8300/h8300.md (adds_subs insns): Remove.
4213         (addhi patterns): Output adds/subs directly.
4214         (addsi_h8300h): Likewise.
4215         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4216
4217 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4218
4219         * cppexp.c (parse_assertion): New.
4220         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4221         (_cpp_parse_expr): Remove case '#'.  Don't set
4222         parsing_if_directive.
4223         * cpphash.c (collect_objlike_expansion,
4224         collect_funlike_expansion, collect_params,
4225         _cpp_create_definition): The list no longer has a trailing
4226         VSPACE token.
4227         * cpphash.h (enum node_type): Add T_ASSERTION.
4228         (struct hashnode): Remove aschain, add pred.
4229         (struct predicate): New.
4230         Update prototypes.
4231
4232         * cpplex.c (expand_token_space): Handle both offset and
4233         nonoffset lists.
4234         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4235         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4236         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4237         _cpp_equiv_toklists): New.
4238         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4239         stop at any single-character token, not just newline.
4240         (_cpp_lex_token): Remove special cases for #define and #if.
4241         (cpp_get_token): Expect # as a separate token type.  Remove
4242         DIRECTIVE case.
4243         (_cpp_get_directive_token): Remove DIRECTIVE case.
4244         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4245
4246         * cpplib.c (_cpp_check_directive): Set dirno and
4247         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4248         (_cpp_handle_directive): Run # <number> through the same logic
4249         as normal directives.
4250         (do_define): Don't set parsing_define_directive.  Use
4251         _cpp_scan_until.  The list does not have a VSPACE at the end.
4252         (do_if): Save, clear, and restore only_seen_white around
4253         _cpp_parse_expr.
4254         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4255         (do_assert, do_unassert): Rewrite.
4256
4257         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4258         (LIST_OFFSET): New flag.
4259         (struct cpp_toklist): Replace dir_handler and dir_flags with
4260         dirno and flags.
4261         (struct cpp_reader): Remove parsing_if_directive and
4262         parsing_define_directive.
4263
4264 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4265
4266         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4267         following the cabs decl which terminate on the following line.
4268         Add the corresponding test_text case.
4269
4270 2000-05-18  Neil Booth  <NeilB@earthling.net>
4271
4272         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4273         default tab stop size.
4274         (no_num, OPT_ftabstop): New.
4275         (handle_option): Handle "ftabstop=" command-line option.
4276         (print_help): Document it.
4277         * cpplex.c (COLUMN): Remove.
4278         (handle_newline): Reset col_adjust.
4279         (skip_whitespace): Update col_adjust as tabs encountered.
4280         (_cpp_lex_line): Update to use col_adjust.  Call
4281         skip_whitespace for all whitespace.
4282         * cpplib.h (struct cpp_options): New member tabstop.
4283         (struct cpp_reader): New member col_adjust.
4284         (CPP_BUF_COL): Update.
4285         (CPP_BUF_COLUMN): New.
4286         * cpp.texi: Document "-ftabstop=" command line option.
4287
4288 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4289
4290         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4291         files.
4292         * configure: Rebuilt.
4293
4294 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4295
4296         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4297
4298         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4299         HOST_BITS_PER_WIDE_INT is >= 64.
4300
4301 2000-05-17  Richard Henderson  <rth@cygnus.com>
4302
4303         * jump.c (jump_optimize_1): Remove inactive but real insns
4304         in jump-to-next-insn optimization.
4305
4306 2000-05-17  Richard Henderson  <rth@cygnus.com>
4307
4308         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4309         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4310         Don't call recompute_reg_usage if no_new_pseudos is true.
4311         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4312         Return true if we did work; update global life information.
4313         * basic-block.h (optimize_mode_switching): Update decl.
4314
4315 2000-05-17  Neil Booth  <neilb@earthling.net>
4316
4317         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4318
4319 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4320
4321         * cpplib.c: New feature, #pragma system_header.
4322         * cpp.texi: Document special treatment of system headers, and
4323         the various mechanisms to get a header that special treatment.
4324
4325 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4326
4327         * system.h (offsetof): Define at the very end, to ensure we prefer
4328         the platform's definition if available.
4329
4330 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4331
4332         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4333         * fixinc/server.c: likewise
4334         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4335         + #ifdef debugging code + use #def constant for
4336         sub-pattern count
4337         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4338         on C++ math namespace
4339
4340 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4341
4342         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4343         Don't check the return value of sprintf.  Use asprintf to avoid
4344         buffer overflows.
4345
4346 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4347
4348         * flags.h (warn_unused_function, warn_unused_label,
4349         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4350         Replace ``warn_unused''.
4351         (set_Wunused): Add declaration.
4352         * toplev.c (set_Wunused): New function.
4353         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4354         warn_unused_variable, warn_unused_value): New variables.
4355         (W_options): Add -Wunused-function, -Wunused-function,
4356         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4357         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4358
4359         * toplev.c (decode_W_option): Update -Wunused flags by calling
4360         set_Wunused.
4361         * c-decl.c (c_decode_option): Ditto for -Wall.
4362
4363         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4364         warn_about_unused_variables): Replace warn_unused with more
4365         explicit warn_unused_value et.al.
4366         * function.c (expand_function_end): Ditto.
4367         * c-typeck.c (internal_build_compound_expr,
4368         internal_build_compound_expr): Ditto.
4369         * c-decl.c (poplevel, pop_label_level): Ditto.
4370         * toplev.c (check_global_declarations): Replace warn_unused with
4371         check for either warn_unused_function or warn_unused_variable.
4372
4373         * gcc.1, invoke.texi (Warning Options): Document
4374         -Wunused-function, -Wunused-function, -Wunused-label,
4375         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4376
4377 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4378
4379         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4380         $(srcdir), not in the current directory.
4381
4382 2000-05-16  Richard Henderson  <rth@cygnus.com>
4383
4384         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4385         assembler supports it.
4386         (.fini, .init): Use a gp-relative indirect call.
4387         (__do_global_dtors_aux): Preserve the gp; rebundle.
4388         (__do_frame_setup): Likewise.
4389         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4390         (.init): Use a gp-relative indirect call.
4391         (__do_global_ctors_aux): Preserve the gp.
4392
4393 2000-05-16  Richard Henderson  <rth@cygnus.com>
4394
4395         * flow.c (commit_one_edge_insertion): Be prepared for a return
4396         insn to be inserted on the edge with a normal jump.
4397         * jump.c (jump_optimize_1): Don't look to create return isns.
4398
4399         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4400         * jump.c (jump_optimize_1): Likewise.
4401         (returnjump_p): Verify the argument is a JUMP_INSN.
4402         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4403
4404 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4405
4406         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4407         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4408         (large_insn_p): Ditto.
4409         (m32r_is_insn): New function: Return true if the insn contains
4410         an executable instruction.
4411         (m32r_adjust_insn): Use m32r_is_insn.
4412         (m32r_sched_reorder): Use m32r_is_insn.
4413         (m32r_sched_variable_issue): Use m32r_is_insn.
4414
4415 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4416
4417         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4418         VAR_DECL.
4419
4420         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4421
4422         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4423         according to given options.
4424
4425 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4426
4427         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4428         if X has VOIDmode either.
4429         (LIMIT_RELOAD_CLASS): Similarly.
4430
4431         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4432         not "general_operand" to match the processor's capabilities.
4433
4434 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4435
4436         * fixinc/README:  corrected return address
4437         * fixinc/check.diff:  regenerate, now that test works
4438         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4439         (char_macro_def_fix,char_macro_use_fix): corrected and
4440         rewrote to use regex to parse the text
4441         * fixinc/inclhack.def: more testing
4442         * fixinc/fixincl.x:  regenerated
4443
4444         * fixinc/inclhack.def: added several "test_text" attributes
4445         changed several fixes to use `c_fix = format'
4446         re-alphabetized the fixes
4447
4448         * fixinc/check.diff: regenerate
4449         * fixinc/fixincl.x: regenerate
4450         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4451         of created dirs
4452
4453
4454 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4455
4456         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4457
4458 2000-05-15  Richard Henderson  <rth@cygnus.com>
4459
4460         * toplev.c (rest_of_compilation): Run full jump pass before
4461         find_basic_blocks of flow2.
4462
4463 2000-05-15  Richard Henderson  <rth@cygnus.com>
4464
4465         * jump.c: Fix typos and clarify commentary from last change.
4466         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4467         (safe_to_remove_jump_p): Remove.
4468         (condjump_label): Use pc_set.
4469
4470 2000-05-15  Richard Henderson  <rth@cygnus.com>
4471
4472         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4473         that get in the way after reload.
4474         (cond_exec_process_if_block): Skip a label heading THEN block.
4475
4476 2000-05-15  Richard Henderson  <rth@cygnus.com>
4477
4478         * varasm.c (output_constant_pool): Abort instead of converting
4479         (improperly) deleted labels to zero.
4480
4481 2000-05-16  Neil Booth  <NeilB@earthling.net>
4482
4483         * cpplex.c (parse_string2): Update comment.
4484         (cpp_lex_line): No special assertion treatment for '('.
4485         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
4486         * cpplib.h (SYNTAX_ASSERT): Remove.
4487
4488 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4489
4490         * jump.c (condjump_p):  Mark as depreached.
4491         (any_condump_p): New.
4492         (any_uncondump_p): New.
4493         (pc_set): New.
4494         (safe_to_remove_jump_p): New.
4495         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
4496         safe_to_remove_jump_p): Declare.
4497
4498 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4499
4500         * calls.c: Re-install both patches reverted by last patch.
4501         (struct arg_data): New field tail_call_reg.
4502         (initialize_argument_information): Initialize tail_call_reg
4503         (load_register_parameters): New argument flags, use
4504         tail_call_reg when emiting tail call sequence.
4505         (expand_call): Update call of load_register_parameters;
4506         copy unadjusted_args_size to adjusted_args_size.
4507
4508 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4509
4510         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
4511         and bct_p parameters to flags.
4512         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
4513         * rtl.h (loop_optimize): Update prototype.
4514         * toplev.c (rest_of_compilation): Update call of loop_optimize.
4515
4516 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4517
4518         * calls.c (expand_call): Move expand_start_target_temps call after
4519         start_sequence().
4520
4521 2000-05-15  Neil Booth  <NeilB@earthling.net>
4522
4523         * cpphash.c (trad_stringify, warn_trad_stringify,
4524         collect_params): Make some pointers pointers to const.
4525         * cpplex.c (auto_expand_name_space) Guaranteed to always
4526         expand by at least one character.
4527         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
4528         (struct token_spelling): Use const U_CHAR * rather than PTR.
4529         (expand_name_space): Fix up token pointers if name space
4530         is moved when expanding.
4531         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
4532         parse_string2, save_comment, spell_token, cpp_output_list):
4533         Update so the routines handle tokens with a direct pointer to
4534         their text, rather than an offset into the token's list's namebuf.
4535         (_cpp_lex_line): Rearrange for clarity.
4536
4537         * cpplib.c (_cpp_check_directive): Similarly.
4538         (do_define): Make SYM a pointer to const.
4539         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
4540         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
4541         (TOK_OFFSET): Delete.
4542         (TOK_NAME): Update.
4543
4544 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
4545
4546         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
4547         64-bit ABI.
4548
4549         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
4550         into account.
4551         (logical_u_operand): Delete.
4552         (non_logical_cint_operand): Rewrite to take MODE into account.
4553         (non_logical_u_cint_operand): Delete.
4554         (boolean_operator): New function.
4555         (print_operand): Add new %q operand.
4556         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
4557         remove logical_u_operand and non_logical_u_cint_operand,
4558         update logical_operand and non_logical_cint_operand.
4559         * config/rs6000/rs6000.md: Rewrite the patterns for performing
4560         logical operations to use %q.
4561
4562         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
4563         (movdi): Make similar to movsi.
4564         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
4565         is no such thing as a DImode CONST_DOUBLE.
4566         * config/rs6000/rs6000.c (output_toc): Likewise.
4567
4568         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
4569         codes when old mnemonics are in use.  Print register names
4570         for cc registers when requested.
4571
4572         * optabs.c (expand_float): Don't allow mode widening that causes
4573         double rounding.
4574
4575         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
4576         flags to their current names -maix64 and -maix32.
4577
4578 2000-05-14  Bruce Korb  <bkorb@gnu.org>
4579
4580         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
4581         and/or after current text of file
4582         * fixinc/fixlib.c(must_malloc):
4583         * fixinc/fixlib.h(must_malloc): + reformatting
4584         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
4585         with usages of ``c_fix = wrap;''
4586         Add several tests and use the ``c_fix = format'' fixer more.
4587         * fixinc/fixincl.x: regen
4588         * fixinc/check.diff: regen
4589         * fixinc/check.tpl: emit the associated header with the missing
4590         test message
4591
4592 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
4593
4594         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
4595         variables $src and $dst.
4596
4597 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
4598
4599         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
4600         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
4601         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
4602         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
4603         fields.
4604         (set_message_prefixing_rule): Declare.
4605
4606         * diagnostic.c: (current_prefixing_rule): New variable.
4607         (set_message_prefixing_rule): Define.
4608         (output_set_prefix): Adjust buffer->emitted_prefix_p.
4609         (init_output_buffer): Adjust Initialization.
4610         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
4611
4612 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
4613
4614         * ifcvt.c (if_convert): Do not free NULL.
4615
4616 2000-05-12  Nick Clifton  <nickc@cygnus.com>
4617
4618         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
4619         to move a double word value.
4620         (di_operand): New function: Return true if the operand is suitbale
4621         for a double word move operation.
4622         (nonimmediate_di_operand): New function: Return true if the
4623         operand is a DImode register or MEM.
4624
4625         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
4626         nonimmediate_di_operand.
4627
4628         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
4629         nonimmediate_di_operand.
4630
4631         * config/fr30/fr30.md (movdi): New pattern.  Required because
4632         other patterns generate DImode results.
4633         (movdi_insn): New pattern.
4634
4635 2000-05-12  Richard Henderson  <rth@cygnus.com>
4636
4637         * config/alpha/alpha.c (struct shadow_summary): Define
4638         bitfields as type unsigned int.
4639
4640 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
4641
4642         * config/avr/t-avr: Added definition of FLOAT while generates
4643         fp-bit.c
4644
4645         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
4646         peepholes for tst+jump = sbrs/sbrc optimization.
4647
4648 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
4649
4650         * expr.c (emit_push_insn): Do not adjust stack pointer when
4651         preallocating.
4652
4653 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
4654
4655         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
4656         * system.h (offsetof): ... to here.
4657
4658 2000-05-12  Richard Henderson  <rth@cygnus.com>
4659
4660         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
4661         * final.c (final_end_function): Use app_disable.  Rearrange note
4662         handling into a switch.  Emit deleted labels.
4663         (output_asm_label): Generate label strings for deleted labels.
4664         * flow.c (tail_recursion_label_list): New.
4665         (find_basic_blocks_1): Set label_value_list directly.  Collect list
4666         of tail recursion labels from call_placeholders.  Don't add deleted
4667         labels to the label value list.
4668         (cleanup_cfg): Use free_EXPR_LIST_list.
4669         (flow_delete_insn_chain): Turn non-removable labels into notes.
4670         (flow_delete_block): Don't disable deleting the block because of
4671         a non-removable label.
4672         (tail_recursion_label_p): New.
4673         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
4674         because of a label.
4675         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
4676         jump table.
4677         (merge_blocks): Disable a merge because of tail recursion labels.
4678         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
4679         Use a more accurate measure of not merging the join block.
4680         (find_if_block): Don't disable conversion because of a label.
4681         (find_if_case_1, find_if_case_2): Likewise.
4682         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
4683         element when copying.
4684         (squeeze_notes): Also leave EH notes.
4685         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
4686         REG_LABEL notes.
4687         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
4688         deleting a label.
4689         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
4690         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
4691         referring to a deleted label.  Convert tail handling to a switch.
4692         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
4693         for NOTE_INSN_DELETED_LABEL.
4694         (NOTE): Fix commentary.
4695         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
4696         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
4697         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
4698         (LABEL_NUSES, LABEL_REFS): Likewise.
4699         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
4700
4701 2000-05-12  Bruce Korb  <bkorb@gnu.org>
4702
4703         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
4704         * fixinc/check.diff: updated
4705         * fixinc/inclhack.def: corrected & added some test_text-s
4706         * fixinc/genfixes: removed unneeded options to autogen invocation
4707         * fixinc/fixincl.tpl: Specified the output file
4708         * fixinc/fixfixes.c: visual appearance
4709         * fixinc/fixincl.x: regenerate
4710
4711 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
4712
4713         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
4714         CTRL_defn_fix): Delete.
4715         (fix_char_macro_defines, fix_char_macro_uses): Rename to
4716         char_macro_def_fix and char_macro_use_fix, respectively.  Put
4717         them into the FIXUP_TABLE.  Get the string to search for from
4718         a c_fix_arg.
4719
4720         (format_write): New function.
4721         (format_fix): Use it.
4722
4723         (FIX_PROC_HEAD): Constify text parameter.
4724         (machine_name_fix): Constify all char *s.
4725         * fixtests.c (skip_quote): Remove double static.
4726
4727         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
4728         ctrl_use_quotes): Update for new scheme.
4729         * fixincl.x: Regenerate.
4730
4731 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4732
4733         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
4734         DWARF2_DEBUG.
4735         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
4736         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
4737
4738 2000-05-11  Robert Lipe <robertlipe@usa.net>
4739
4740         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
4741         * fixincl.x: Regenerate.
4742
4743 2000-05-11  Richard Henderson  <rth@cygnus.com>
4744
4745         * calls.c: Revert both 05-09 patches.
4746
4747 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
4748
4749         * config/mn10300/mn10300.c (print_operand): Print FP constants in
4750         hexadecimal.
4751         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
4752         for FP values.
4753
4754         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
4755         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
4756
4757 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
4758
4759         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
4760
4761 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4762
4763         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
4764
4765 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
4766
4767         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
4768         * config/avr/avr.c (jump_over_one_insn_p): New function.
4769         * config/avr/avr.md: New peepholes added. Output test and
4770         conditional jump to "sbrc" or "sbrs" command.
4771
4772 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
4773
4774         * cppmain.c (main): Use IS_DIR_SEPARATOR.
4775
4776 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
4777
4778         * except.c (find_exception_handler_labels_1): New function.
4779         (find_exception_handler_labels): Split into two functions, dive
4780         into CALL_PLACEHOLDERs when looking for exception handler labels.
4781
4782 2000-05-11 Stan Cox <scox@cygnus.com>
4783
4784         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
4785         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
4786         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
4787
4788 2000-05-11  Bruce Korb  <bkorb@gnu.org>
4789
4790         * fixinc/fixfixes.c (double_slash_fix):  obsolete
4791         (else_endif_label_fix): obsolete
4792         (format_fix):  new, unused as yet
4793         (main): obsolete
4794         * fixinc/fixlib.h: added fix description struct for use by format_fix
4795         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
4796         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
4797         modules.  Removed the vestiges of the script version.
4798         Added support for "make check".
4799         * fixinc/check.diff: base diff file (needs work!!)
4800         * fixinc/check.tpl: quiet the fixup output
4801         * fixinc/fixtests.c (main): obsolete
4802         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
4803         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
4804
4805 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
4806
4807         * toplev.c (rest_of_compilation): Remove dead code after
4808         combine.
4809
4810 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4811
4812         * cpphash.c (collect_funlike_expansion): Make "# is not
4813         followed by a macro argument name" a pedwarn, not an error.
4814         Preserve the # in the output.  Suppress the warning if lang_asm.
4815
4816 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
4817
4818         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
4819         * configure: Rebuilt.
4820
4821 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
4822
4823         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
4824
4825 2000-05-10  Kazu Hirata  <kazu@hxi.com>
4826
4827         * combine.c (try_combine): Fix a typo.
4828
4829 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
4830
4831         * config/ia64/ia64.md (insv): Add comment.
4832
4833 2000-05-10  Richard Henderson  <rth@cygnus.com>
4834
4835         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
4836         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
4837         dependancies on FPBIT and DPBIT.
4838
4839 2000-05-10  Nick Clifton  <nickc@redhat.com>
4840
4841         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
4842         when optimising for size.
4843         (mark_used_regs:) Ditto.
4844         (try_pre_increment_1): Ditto.
4845
4846 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
4847
4848         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
4849         Make error message friendlier.
4850
4851         * cpphash.h (struct hashnode): Use struct hack for name
4852         member.
4853         * cpphash.c (struct hashdummy): New.
4854         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
4855         (make_HASHNODE): No need to set ->name pointer.  Correct
4856         setting of p.
4857         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
4858
4859 2000-05-10  Richard Henderson  <rth@cygnus.com>
4860
4861         * flow.c (find_basic_blocks_1): Remove any spare bb_note
4862         after completion.
4863
4864 2000-05-10  Bruce Korb  <bkorb@gnu.org>
4865
4866         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
4867
4868 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
4869
4870         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
4871         after we enter .debug.
4872
4873 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
4874
4875         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
4876         abstract instance of a nested inline function.
4877
4878         * stor-layout.c (finish_record_layout): finalize_type_size
4879         before laying out the pending_statics.
4880
4881 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
4882
4883         * cpplex.c (spell_token): New function.
4884         (spell_string, spell_comment, spell_name): fold into
4885         spell_token.
4886         (I, S): Add macros.
4887         (E, H): Remove macros.
4888         (save_comment): Save comment opening characters too.
4889         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
4890         handling.
4891         * cpplib.h (I, S): Add macros.
4892         (E, H): Remove macros.
4893         (TTYPE_TABLE): Update entries for new speller.
4894         (SYNTAX_ASSERT): Remove.
4895
4896 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
4897
4898         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
4899         when removing escaped newlines.  Reverse sense of test for
4900         escaped newline.
4901
4902 2000-05-09  Richard Henderson  <rth@cygnus.com>
4903
4904         * flow.c (find_basic_blocks_1): Do not delete the first
4905         bb_note we run across.
4906         (create_basic_block): Use reorder_insns to move an existing
4907         bb_note to the correct place.
4908
4909 2000-05-09  Richard Henderson  <rth@cygnus.com>
4910
4911         * calls.c (expand_call): Increment currently_expanding_call
4912         before calling optimize_tail_recursion.
4913
4914 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4915
4916         * reload1.c (reload_combine): Fix errors in last change.
4917
4918 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
4919
4920         * gcc.c (used_arg): Skip over a semicolon at the end of the
4921         split-up loop; don't break out of it.
4922
4923         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
4924         (tree.o): Depend on output.h.
4925
4926         * c-decl.c (pending_invalid_xref_file,
4927         current_function_prototype_file): Constify.
4928         (pushdecl): Constify a local char *.
4929         (define_label): Constify filename parameter.
4930         * c-lex.c (init_parse): Constify parameter and return value.
4931         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
4932         * c-tree.h: Update prototypes.
4933         * c-parse.in: Constify filename member of %union, and if_stmt_file.
4934         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
4935         objc/objc-parse.c: Regenerate.
4936
4937         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
4938         * dwarfout.h: Update prototypes.
4939         * expr.c (expand_expr): Constify a local char *.
4940         * flags.h: Constify main_input_filename.
4941         * function.c (expand_function_end): Constify filename parameter.
4942         * genrecog.c (make_insn_sequence): Use a character array for
4943         c_test_pos.
4944         (main): Remove unused variables.
4945         * input.h: Constify input_filename, main_input_filename, and
4946         file_stack.name.  Update prototypes.
4947         * output.h: Declare first_global_object_name and
4948         weak_global_object_name here, as const char *.
4949         * stmt.c (expand_asm_operands): Constify filename parameter.
4950         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
4951         Constify filename parameter.
4952         (input_filename, main_input_filename): Constify.
4953         * toplev.h: Update prototypes.
4954         * tree.c: Include output.h.  Don't declare
4955         first_global_object_name or weak_global_object_name.  Clean up string
4956         bashing in get_file_function_name_long.
4957         * tree.h (struct tree_decl): Constify filename member.
4958         (input_filename): Constify.
4959         Update prototypes.
4960         * varasm.c (first_global_object_name, weak_global_object_name):
4961         Constify.
4962         (assemble_start_function, assemble_variable): Clean up string bashing.
4963
4964         * gcc.c: Constify all spec-related strings initialized,
4965         transitively, from string constants.  Constify all strings
4966         and string variables related to multilibs.
4967         (set_spec, read_specs): Cast argument to free to PTR.
4968         (used_arg): Do not modify multilib_matches.  Use strncmp plus
4969         length comparison to compare multilib switches.
4970         * genmultilib: Constify everything declared in multilib.h.
4971
4972 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
4973
4974         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
4975         as deleted.
4976
4977 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
4978
4979         * config/avr/avr-protos.h (extra_constraint): change a type of
4980         second argument from char to int to avoid warnings.
4981         (asm_output_byte): Likewise.
4982
4983         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
4984         (initial_elimination_offset): Handle elimination from
4985         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
4986         (legitimate_address_p): Use MAX_LD_OFFSET.
4987         (legitimize_address): Likewise.
4988         (out_movqi_r_mr): Likewise.
4989         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
4990         (out_movsi_r_mr): Use MAX_LD_OFFSET.
4991         (out_movsi_mr_r): Likewise.
4992         (out_movqi_mr_r): Likewise.
4993         (out_movhi_mr_r): Likewise.
4994         (notice_update_cc): Correct CC for the ashrqi3 with the shift
4995         count as CONST_INT != 6.
4996         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
4997         shift count is a CONSTANT_P, but not a CONST_INT.
4998         (ashlhi3_out): Coding style modifications.
4999         (ashlsi3_out): Likewise.
5000         (ashrhi3_out): Likewise.
5001         (ashrsi3_out): Likewise.
5002         (lshrhi3_out): Likewise.
5003         (lshrsi3_out): Likewise.
5004         (ashrqi3_out): Generate shift for any known constant count without
5005         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5006         but not a CONST_INT.
5007         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5008         shift count is a CONSTANT_P, but not a CONST_INT.
5009         (extra_constraint): change a type of
5010         second argument from char to int to avoid warnings.
5011         (asm_output_byte): Likewise.
5012         (asm_file_end): Output size generated commands count as a hex
5013         number too.
5014
5015         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5016
5017         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5018         removed.
5019         (ashlqi3): Values of "length" attribute changed. Shift count
5020         uses constraints 'n' instead of 'i'.
5021         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5022         shifts without clobber register.
5023         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5024         (call_insn): Correct test for which_alternative == 1 (was 0).
5025         (call_value_insn): Likewise.
5026
5027         * config/avr/t-avr: Remove definition of FLOAT while generates
5028         fp-bit.c
5029
5030 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5031
5032         * fixinc/check.tpl:  Template for checking fixes
5033         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5034         disable hpux8_bogus_inlines on SCO
5035         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5036
5037 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5038
5039         * calls.c (expand_call): Reorganize somewhat in order
5040         to avoid unnecesary recalculation inside loop and make
5041         tail call failure code cleaner.
5042
5043 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5044
5045         * alias.c (nonlocal_reference_p): Minor reformatting.
5046         * reload.c (find_equiv_reg): Simplify logic for
5047         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5048         some some reformatting.
5049         * reload1.c (reload_combine): Don't assume everything in
5050         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5051
5052 2000-05-08  Richard Henderson  <rth@cygnus.com>
5053
5054         * final.c (current_insn_predicate): New.
5055         (final_scan_insn): Set it.
5056         * output.h (current_insn_predicate): Declare.
5057
5058         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5059         Attach it to call insns.
5060         (cond_exec_process_if_block): Track probability for true and
5061         false branches.
5062         (dead_or_predicable): Likewise.
5063
5064         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5065         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5066         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5067         (estimate_probability, expected_value_to_br_prob): Use them.
5068
5069         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5070         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5071         (ia64_expand_prediction): New.
5072         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5073         as needed after calls.
5074         (ia64_epilogue_uses): Mark b0 used.
5075         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5076         (bne_true, bne_false): Remove.
5077         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5078         (br_true, br_false): New.  Use predicate_operator and
5079         ia64_expand_prediction.
5080         (return_true, return_false): Likewise.
5081         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5082         (call_internal1, call_value_internal): Likewise.
5083         (call_value_internal1, call_multiple_values_internal1): Likewise.
5084
5085         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5086
5087         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5088
5089 2000-05-08  Richard Henderson  <rth@cygnus.com>
5090
5091         * rtlanal.c (may_trap_p): Consider old-style and volatile
5092         asms to trap.
5093
5094 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5095
5096         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5097
5098 2000-05-08  Richard Henderson  <rth@cygnus.com>
5099
5100         * config/ia64/ia64.h (predicate_operator): Declare.
5101
5102         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5103         of existance.
5104
5105         * gensupport.c (process_rtx): Copy and post-process each member
5106         of the define_insn rtvec individually.
5107
5108 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5109
5110         * cpplex.c (spell_token): New function.
5111         (TOKEN_LEN): Add 1 for whitespace.
5112         (_cpp_lex_file): Update to use spell_token.
5113         * cpplib.h (E): Remove.
5114         (TTYPE_TABLE): Update CPP_VSPACE entry.
5115
5116 2000-05-08  Richard Henderson  <rth@cygnus.com>
5117
5118         * flow.c (init_propagate_block_info): Watch out for conditional
5119         branch to next instruction, and thus one outgoing edge.
5120
5121         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5122         for global register variables; don't special case __[CD]TOR_LIST__;
5123         mind ggc_p for string allocation.
5124
5125 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5126
5127         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5128
5129 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5130
5131         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5132         i?86-*-msdosdjgpp* no longer uses fixincludes
5133         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5134         * fixinc/inclhack.sh:  deleted
5135         * fixinc/hackshell.tpl:  deleted
5136         * fixinc/inclhack.tpl:  deleted
5137         * fixinc/Makefile.in:  Remove dependencies on above
5138         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5139
5140 2000-05-08  Andreas Jaeger  <aj@suse.de>
5141
5142         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5143         support.
5144
5145 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5146
5147         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5148         substitutions.
5149
5150 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5151
5152         * cpplex.c: Move new lexer definitions and prototypes
5153         to top.  Conditional include these and the code if
5154         NEW_LEXER is defined.  Rename functions whose names
5155         clash if this code included.
5156
5157 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5158
5159         * rtl.def (COND_EXEC): Clarify.
5160
5161         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5162         same fashion as zero_extendsidi2.
5163
5164 2000-05-06  Richard Henderson  <rth@cygnus.com>
5165
5166         * config/ia64/ia64.c (predicate_operator): New.
5167         (ia64_print_operand): Handle 'J'.
5168         (rtx_needs_barrier): Handle COND_EXEC.
5169         * config/ia64/ia64.h (BRANCH_COST): Define.
5170         (PREDICATE_CODES): Update.
5171         * config/ia64/ia64.md: Docuement used unspec values.
5172         (attr predicable): New.
5173         (movxf, movxf_internal): New.
5174         (extendsfdf2): Don't comment out nop.
5175         (floatdidf2): Remove.
5176         (truncxfsf2, truncxfdf2, floatdixf2): New.
5177         (abssi2, absdi2): Put the neg in the "true" slot.
5178         (conditional branch instructions): Mark not predicable.
5179         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5180         (abs*_internal): Likewise.
5181         (alloc, set_bsp): Mark not predicable.
5182         (barrier, insn_group_barrier, flush_cache): Likewise.
5183         (define_cond_exec): New.
5184
5185 2000-05-06  Richard Henderson  <rth@cygnus.com>
5186
5187         * c-decl.c: Include "tm_p.h".
5188
5189         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5190         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5191         (ia64_expand_op_and_fetch): Declare.
5192         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5193         (setjmp_operand): Constify variables for XSTR.
5194         (ia64_encode_section_info): Likewise.
5195         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5196         values to int.
5197         (ia64_asm_output_external): Constify name.
5198         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5199         (process_for_unwind_directive): Provide switch default.
5200         (ia64_expand_compare_and_swap): Remove unused variables.
5201         (ia64_expand_builtin): Likewise.
5202         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5203         for printing.
5204
5205         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5206         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5207         (shift_count_operand, shift_32bit_count_operand): Likewise.
5208         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5209         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5210         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5211         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5212         (ia64_expand_builtin): Likewise.
5213         (call_multiple_values_operation): Make dest_regno unsigned.
5214
5215 2000-05-06  Richard Henderson  <rth@cygnus.com>
5216
5217         * rtl.def (DEFINE_COND_EXEC): New.
5218         * md.texi: Document it.
5219
5220         * gensupport.c (input_file): Remove.
5221         (struct queue_elem): Add lineno.
5222         (rtx_ready_queue): Remove.
5223         (errors): New.
5224         (predicable_default): New.
5225         (predicable_true, predicable_false): New.
5226         (define_attr_queue, define_attr_tail): New.
5227         (define_insn_queue, define_insn_tail): New.
5228         (define_cond_exec_queue, define_cond_exec_tail): New.
5229         (other_queue, other_tail): New.
5230         (queue_pattern): New.
5231         (process_rtx): Add patterns to the appropriate queues.
5232         (is_predicable, identify_predicable_attribute): New.
5233         (n_alternatives, collect_insn_data): New.
5234         (alter_predicate_for_insn, alter_test_for_insn): New.
5235         (shift_output_template, alter_output_for_insn): New.
5236         (process_one_cond_exec, process_define_cond_exec): New.
5237         (init_md_reader): Read the entire file.  Process define_cond_exec.
5238         (read_md_rtx): Return elements from the queues.
5239
5240 2000-05-06  Richard Henderson  <rth@cygnus.com>
5241
5242         * flow.c (mark_set_1): Don't update conditional life info
5243         if the register is not_dead.
5244
5245 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5246
5247         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5248         (mostlyclean): Also delete fixincl, fixinc.sh, and
5249         specs.ready, and make clean in the fixinc subdir.
5250
5251 2000-05-06  Richard Henderson  <rth@cygnus.com>
5252
5253         * Makefile.in (gensupport.o): Compile for the host.
5254         (host-prefix gensuuprt.o): Remove.
5255         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5256         (genattrtab.o): Likewise.
5257         (gencodes.o): Depend on gensupport.h.
5258         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5259         (genpeep.o, genattr.o, genoutput.o): Likewise.
5260
5261         * gensupport.c (obstack, rtl_obstack): New.
5262         (init_md_reader): Initialize rtl_obstack.
5263         * gensupport.h (rtl_obstack): Declare.
5264         (message_with_line): Declare.
5265
5266         * genattr.c: Remove all traces of obstack manipulation.
5267         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5268         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5269
5270         * genattrtab.c (obstack, rtl_obstack): Remove.
5271         (main): Don't init rtl_obstack.
5272         * genflags.c: Likewise.
5273
5274         * genrecog.c (message_with_line): Move ...
5275         * gensupport.c: ... here.
5276
5277 2000-05-06  Richard Henderson  <rth@cygnus.com>
5278
5279         * c-typeck.c (build_c_cast): Remove dead code.
5280
5281 2000-05-06  Richard Henderson  <rth@cygnus.com>
5282
5283         * flow.c (split_edge): Don't allocate global_live_at_start for
5284         the new block unless the old blocks had them as well.
5285
5286         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5287
5288         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5289         test_bb if a or b uses x.
5290
5291 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5292
5293         * cpphash.h: Remove conditional #define of __extension__.
5294         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5295         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5296         (ENABLE_RTL_CHECKING only).
5297         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5298         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5299         (ENABLE_TREE_CHECKING only).
5300         * varray.h: Add __extension__ to VARRAY_CHECK macro
5301         (ENABLE_CHECKING only).
5302
5303 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5304
5305         Use new tail-calling mechanism on ARM.
5306         * arm.md (sibcall, sibcall_value): New expands.
5307         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5308         (tailcalling peepholes): Delete.
5309         (push_multi): Simplify.
5310         * arm.c (lr_save_eliminated): Delete definition.
5311         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5312         (output_return_instruction): Remove checks on lr_save_eliminated.
5313         (output_arm_prologue): Remove old tail-calling code.
5314         (arm_output_epilogue): New parameter, really_return.  All callers
5315         changed.  Handle tail-calling epilogues.
5316         * arm.h (lr_save_eliminated): Delete declaration.
5317         (frame_pointer_needed): Delete declaration.
5318         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5319
5320         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5321         TARGET_ARM.
5322         * arm.c (thumb_code): Define it.
5323         (arm_override_options): Set it.
5324         * arm.h (thumb_code): Declare it.
5325
5326 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5327
5328         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5329
5330 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5331
5332         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5333         bogus clobber to insns.
5334         (load_multiple_operation, store_mulitple_operation): Don't check
5335         for it.
5336         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5337
5338         * arm.md (and_scc, ior_scc): Add missing mode.
5339
5340         * arm.md (call_value_symbol): Remove predicate from op2.
5341
5342         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5343
5344 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5345
5346         * expr.c (get_subtarget): New function.
5347         (force_operand, expand_expr, do_store_flag): Use it.
5348
5349         * toplev.c (compile_file): Don't take strlen of NAME if null.
5350
5351 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5352
5353         * xcoffout.c (xcoff_current_include_file,
5354         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5355         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5356         char *'.
5357         (xcoffout_declare_function): Make name 'const char *'.
5358         (xcoffout_end_epilogue): Make fname 'const char *'
5359         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5360         xcoffout_declare_function, xcoffout_source_line): Match above.
5361
5362         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5363         -maix64 is error.
5364         * rs6000.c (print_operand): Fix lossage typo.
5365         (output_cbranch): Remove "cr" decoration for now.
5366         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5367
5368 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5369
5370         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5371         constant count.
5372
5373 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5374
5375         * fixinc/genfixes: Improve the matching for make target names
5376
5377 2000-05-05  Catherine Moore  <clm@cygnus.com>
5378
5379         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5380         attribute to the decl.
5381         * c-decl.c (pushdecl): Propagate the USED attribute to the
5382         type copy.
5383
5384 2000-05-05  Richard Henderson  <rth@cygnus.com>
5385
5386         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5387         same way emit_group_load does.
5388
5389 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5390
5391         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5392
5393         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5394         (main): Likewise.
5395
5396 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5397
5398         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5399
5400 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5401
5402         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5403         to support -shared, on platforms with dynamic libraries.
5404
5405 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5406
5407         * system.h (S_ISBLK): Provide fallback definition.
5408
5409 2000-05-05  Geoff Berry  <geoffb@bops.com>
5410
5411         * extend.texi (Extended Asm): Document inability to give asm
5412         statements access to condition codes.
5413
5414 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5415
5416         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5417         as arg 2 of UNIQUE_SECTION.
5418
5419 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5420
5421         * predict.c: Remove May 4 change.
5422         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5423         if we have predicted the branch at 50-50 probability.
5424
5425 2000-05-05  Richard Henderson  <rth@cygnus.com>
5426
5427         * flow.c (init_propagate_block_info): Fix merge error
5428         in HAVE_conditional_execution code.
5429
5430 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5431
5432         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5433         shift cycle for unknown shift count. Also generates dec + brpl.
5434         (ashlqi3_out): Don't generate dec + brpl which now generates by
5435         `out_shift_with_cnt'.
5436         (ashlhi3_out): Likewise.
5437         (ashlsi3_out): Likewise.
5438         (ashrqi3_out): Likewise.
5439         (ashrhi3_out): Likewise.
5440         (ashrsi3_out): Likewise.
5441         (lshrqi3_out): Likewise.
5442         (lshrhi3_out): Likewise.
5443         (lshrsi3_out): Likewise.
5444
5445 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5446
5447         * gcc.c (free_split_directories): Correct typo in explanation
5448         of make_relative_prefix.
5449
5450 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5451
5452         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5453         comparison codes to branch_comparison_operator.
5454
5455 2000-05-04  Richard Henderson  <rth@cygnus.com>
5456
5457         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5458
5459 2000-05-04  Richard Henderson  <rth@cygnus.com>
5460
5461         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5462         (DPBIT_FUNCS): Remove _sf_to_usi.
5463         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5464
5465         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5466         between condition and jump.
5467
5468         * libgcc2.c (near eh_context_specific): Comment #endif string.
5469         * longlong.h: Don't use strings with embedded newlines.
5470
5471 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5472
5473         * config/rs6000/rs6000-protos.h: Add output_cbranch.
5474         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
5475         (print_operand): Delete %t and %T codes.
5476         (output_cbranch): New function.  Support branch prediction.
5477         * config/rs6000/rs6000.md: Use output_cbranch for
5478         conditional branches and returns.
5479
5480 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
5481
5482         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
5483         * stor-layout.c (place_field): Likewise.
5484         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
5485         * expr.c (store_expr): Make align unsigned.
5486         * explow.c (plus_constant_wide): Make low words unsigned.
5487         * expmed.c (choose_multiplier): Likewise.
5488         * fold-const.c (fold):  Likewise.
5489         * tree.h (build_int_2): Likewise.
5490         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
5491         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
5492         (init_emit): Change cast to unsigned char*.
5493         * varasm.c (compare_constant_1): Add cast to char*.
5494         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
5495         * reload1.c (reload): Likewise.
5496
5497         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
5498
5499 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
5500
5501         * predict.c (estimate_probability): If no prediction was found, then
5502         predict the successor that is the next physical block (if such a
5503         successor exists).
5504
5505 2000-05-04  Richard Henderson  <rth@cygnus.com>
5506
5507         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
5508
5509 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5510
5511         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
5512
5513 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
5514
5515         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
5516         attribute macros from here ...
5517         (CPP_SPEC): to here.
5518         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
5519         (CPP_SPEC): Likewise.
5520         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
5521
5522         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
5523         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
5524
5525 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5526
5527         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
5528
5529         * diagnostic (vbuild_message_string, build_message_string,
5530         build_location_prefix, output_get_prefix, init_output_buffer,
5531         output_notice, vline_wrapper_message_with_location,
5532         v_message_with_decl, default_print_error_function): De-constify.
5533         (set_real_maximum_length): Prototype.
5534
5535         * diagnostic.h (struct output_buffer, init_output_buffer,
5536         output_get_prefix, output_set_prefix): De-constify.
5537
5538         * function.c (init_function_start): Constify.
5539
5540         * gensupport.c (remove_constraints, process_rtx): Prototype.
5541
5542         * gthr-posix.h: Indent uses of #pragma.
5543
5544         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
5545         Prototype.
5546
5547         * predict.c (find_expected_value): Delete prototype.
5548         (expected_value_to_br_prob): Initialize variable `ev_reg'.
5549
5550         * sbitmap.h (debug_sbitmap): Prototype.
5551
5552         * ssa.c (compute_coalesced_reg_partition): Prototype.
5553
5554         * stor-layout.c (debug_rli): Prototype.
5555
5556         * tree.h (round_down): Prototype.
5557         (init_function_start): Constify.
5558
5559 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
5560
5561         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
5562         (overly conservative).  Change extern inline wrappers to
5563         static inline, define them always, use PARAMS properly.
5564         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
5565         whitespace warnings for \f and \v at the beginning of a line.
5566
5567 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
5568
5569         * haifa-sched.c (schedule_insns): Free the flow edge list when it
5570         is no longer needed
5571
5572 2000-05-04  Bruce Korb  <bkorb@gnu.org>
5573
5574         * fixincl/inclhack.def: added broken_cabs -
5575         Remove `extern double cabs' declarations from math.h
5576         * fixincl/inclhack.sh: regen
5577         * fixincl/fixincl.x: regen
5578         * fixincl/fixincl.c: Remove BOGOSITY code
5579         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
5580
5581 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5582
5583         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
5584         MEM_ALIAS_SET.
5585         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
5586         when calling MEM_COPY_ATTRIBUTES.
5587         * emit-rtl.c (operand_subword, change_address): Likewise.
5588         * explow.c (stabilize): Likewise.
5589         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
5590         * integrate.c (copy_rtx_and_substitute): Likewise.
5591         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
5592         when calling MEM_COPY_ATTRIBUTES.
5593         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
5594         Likewise.
5595         * cse.c (gen_lowpart_if_possible): Likewise.
5596         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
5597         * optabs.c (gen_move_insn): Likewise.
5598         * recog.c (validate_replace_rtx_1): Likewise.
5599         * simplify-rtx.c (add_mem_for_addr): Likewise.
5600         * stmt.c (expand_anon_union_decl): Likewise.
5601         * config/arm/arm.md: Likewise.
5602         * config/h8300/h7300.c (fix_bit_operand): Likewise.
5603         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
5604         (block_move_no_loop, block_move_sequence): Likewise.
5605         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
5606         * config/alpha/alpha.c (get_aligned_mem): Likewise.
5607         Clear MEM_ALIAS_SET.
5608         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
5609         MEM_COPY_ATTRIBUTES.
5610
5611 2000-05-03  Robert Lipe <robertlipe@usa.net>
5612
5613         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
5614         to suppress libgcc1.
5615         (i[34567]86-*-sco3.2v5*) Likewise.
5616         (i[34567]86-*-sco3.2v4*) Likewise.
5617         (i[34567]86-*-sco) Likewise.
5618         (i[34567]86-*-solaris2) Likewise.
5619         (i[34567]86-*-sysv5*) Likewise.
5620         (i[34567]86-*-sysv4*) Likewise.
5621         (i[34567]86-*-udk*) Likewise.
5622         (i[34567]86-*-sysv*) Likewise.
5623
5624 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5625
5626         * cpphash.h (U): New define, to correct type of string constants.
5627         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
5628         routines, to do casts when passing unsigned strings to libc.
5629         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
5630
5631         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
5632         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
5633         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
5634         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
5635         second argument an U_CHAR *.
5636
5637         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
5638         length field, clean up initializer.
5639         (ISTABLE): Add __extension__ to designated-
5640         initializers version.
5641         * cpplex.c (CHARTAB): Likewise.
5642
5643         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
5644         case so the file won't be empty.
5645
5646 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
5647
5648         * bb-reorder.c (struct reorder_block_def): Member succ removed.
5649         (REORDER_BLOCK_SUCC): Removed.
5650         (enum reorder_skip_type): Removed.
5651         (skip_insns_between_block): Renamed to skip_insns_after_block.
5652         Removed second argument. Removed dead code and cleaned up.
5653         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
5654         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
5655         second parameter to skip_insns_after_block.
5656
5657 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5658
5659         * tree.c (staticp, case LABEL_DECL): New case.
5660
5661 2000-05-03  Richard Henderson  <rth@cygnus.com>
5662
5663         * Makefile.in (start.encap): Do not depend on LIBGCC1.
5664
5665         * mklibgcc1.in: Fix typo last change.
5666
5667 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5668
5669         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
5670         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
5671         (GCC_CFLAGS): Use it.
5672         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
5673         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
5674         objc/Make-lang.in: Use it.
5675
5676 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
5677
5678         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
5679
5680 2000-05-03  Richard Henderson  <rth@cygnus.com>
5681
5682         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
5683         LIBGCC1 empty with libgcc1.null.
5684
5685 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
5686
5687         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
5688         change.
5689
5690 2000-05-03  Greg McGary  <gkm@gnu.org>
5691
5692         * tree.h (tree_common): Add bounded_flag member.  Remove
5693         inaccurate comment about number of remaining bits.
5694         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
5695         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5696         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5697         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5698         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
5699         (TYPE_QUAL_BOUNDED): New constant.
5700         (TYPE_QUALS): Handle bounded qualifier.
5701         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
5702         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5703         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5704         TYPE_AMBIENT_BOUNDEDNESS): New macros.
5705         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
5706         (tree_type): Add pointer_depth member.  Remove
5707         inaccurate comment about number of remaining bits.
5708         (DECL_POINTER_DEPTH): Add macro.
5709         (tree_decl): Add pointer_depth member.
5710
5711 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
5712
5713         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
5714         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
5715         (lshrhi3_out): Likewise.
5716         (ashrsi3_out): bugfix in shift by 8.
5717         (test_hard_reg_class): New function.
5718         * config/avr/avr.md: Bugfix inside conditions in peepholes.
5719         (ashlhi3): removed define_expand of this pattern.
5720         (*ashlhi3_insn): renamed to ashlhi3.
5721         (ashlsi3): removed define_expand of this pattern.
5722         (*ashlsi3_insn): renamed to ashlsi3.
5723         (ashrqi3): removed define_expand of this pattern.
5724         (*ashrqi3_insn): renamed to ashrqi3.
5725         (ashrhi3): removed define_expand of this pattern.
5726         (*ashrhi3_insn): renamed to ashrhi3.
5727         (ashrsi3): removed define_expand of this pattern.
5728         (*ashrsi3_insn): renamed to ashrsi3.
5729         (lshrhi3): removed define_expand of this pattern.
5730         (*lshrhi3_insn): renamed to lshrhi3.
5731         (lshrsi3): removed define_expand of this pattern.
5732         (*lshrsi3_insn): renamed to lshrsi3.
5733
5734 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
5735
5736         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
5737         inclusion of "system.h".
5738
5739 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
5740
5741         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
5742         TREE_ASM_WRITTEN.
5743
5744 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
5745
5746         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
5747         if -mauto-pic is on.
5748         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
5749         -mconstant-gp is in effect and function-descriptors are being used
5750         to make indirect calls.
5751         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
5752         (MASK_AUTO_PIC): Ditto.
5753         (TARGET_CONST_GP): Ditto.
5754         (TARGET_AUTO_PIC): Ditto.
5755         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
5756         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
5757         -mno-pic is in effect.
5758         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
5759         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
5760         -mauto-pic is in effect.
5761         (gprel64_offset): New pattern.
5762         (load_gprel64): Ditto.
5763         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
5764         -mconstant-gp is in effect, no need to preserve gp around direct
5765         calls.
5766         (call_value): Ditto.
5767         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
5768         (FUNCTION_PROFILER): Define.
5769         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
5770         @fptr() directive when -mno-pic or -mauto-pic is in effect.
5771         (ASM_OUTPUT_DESTRUCTOR): Ditto.
5772
5773 2000-05-03  Richard Henderson  <rth@cygnus.com>
5774
5775         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
5776         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
5777         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
5778         (mklibgcc, libgcc.mk): New targets.
5779         (libgcc.a): Use libgcc.mk.
5780         (stmp-multilib): Likewise.
5781         (stmp-multilib-sub): Remove.
5782         (mostlyclean): Don't delete libgcc2 temp files.
5783         * configure.in (AC_PROG_CC_C_O): Add.
5784         (NO_MINUS_C_MINUS_O): Substitute it.
5785         (all_outputs): Add mklibgcc.
5786         * mklibgcc.in: New file.
5787
5788 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5789
5790         * cppexp.c (op_t): Make an int.
5791
5792         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
5793
5794         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
5795
5796         * gensupport.c (process_rtx): Fix macros used.
5797
5798 2000-05-03  Richard Henderson  <rth@cygnus.com>
5799
5800         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
5801         call-clobbered registers of a call.
5802
5803 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
5804
5805         * gensupport.c: New file.
5806         * gensupport.h: New file.
5807         * Makefile.in (HOST_RTL): Depend on gensupport.
5808         (gensupport.o) New rule.
5809         * genattr.c: Use gensupport for reading .md files.
5810         * genattrtab.c: Ditto.
5811         * gencodes.c: Ditto.
5812         * genconfig.c: Ditto.
5813         * genemit.c: Ditto.
5814         * genextract.c: Ditto.
5815         * genflags.c: Ditto.
5816         * genopinit.c: Ditto.
5817         * genoutput.c: Ditto.
5818         * genpeep.c: Ditto.
5819         * genrecog.c: Ditto.
5820         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
5821         * md.texi (Insn Splitting): Document define_insn_and_split.
5822
5823 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
5824
5825         * flow.c (verify_flow_info): Added two more sanity checks. The
5826         first checks that the blocks are numbered consecutively. The second
5827         checks that n_basic_blocks is actually equal to the number of
5828         basic blocks in the insn chain.
5829
5830 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5831
5832         * cpplib.h: Add accessor macros for token lists.
5833         * cpplib.c, cpphash.c, cpplex.c: Use them.
5834
5835 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5836
5837         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
5838         memory usage if not in a function.
5839         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
5840         return address if static.
5841
5842 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5843
5844         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
5845         whether address may trap.
5846
5847 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
5848
5849         * bb-reorder (chain_reorder_blocks): Changed code to test for
5850         EDGE_FALLTHRU rather than making erroneous assumption that the
5851         first outgoing edge is the fall-through edge.
5852
5853 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
5854
5855         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
5856         ABI for varargs, across all MIPS. This is incompatible because the
5857         va_list (__builtin_va_list) structure is different, so a compilation
5858         unit passing a va_list and a compilation unit being passed one, should
5859         both be compiled with the same ABI. (The old structure had two
5860         pointers, now it has three.)
5861
5862 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
5863
5864         * bb-reorder.c (struct reorder_block_def): Remove members end,
5865         block_begin, and block_end.
5866         (REORDER_BLOCK_OLD_END): Delete.
5867         (REORDER_BLOCK_BEGIN): Delete.
5868         (REORDER_BLOCK_END): Delete.
5869         (chain_reorder_blocks): Remove dead code.
5870
5871 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
5872
5873         * bb-reorder.c (remove_scope_notes): Check for both types of scope
5874         notes as the end of a basic block before deleting.
5875
5876 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
5877
5878         * final.c (final_start_function): Fix spelling of "necessary".
5879
5880 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
5881
5882         * toplev.c (debug_ignore_block): Return int.
5883         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
5884         * toplev.h, dwarf2out.h: Adjust.
5885         * emit-rtl.c (remove_unnecessary_notes): Test return value.
5886
5887         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
5888         * toplev.c, final.c, rtl.h: Adjust.
5889
5890 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5891
5892         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
5893         * configure.in: Look for makeinfo in the unified tree, then
5894         for a system makeinfo which is sufficiently new.
5895         * Makefile.in: If configure says makeinfo is too old, don't
5896         build or install Info documentation.
5897
5898 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5899
5900         * cpphash.c (collect_params): Fix off-by-one error.
5901         (dump_hash_helper): Dump all four macro nodetypes.
5902
5903 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5904
5905         * cpphash.c (trad_stringify): Adjust p after stringification as
5906         well.
5907
5908 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5909
5910         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
5911         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
5912
5913         * cppfiles.c (file_cleanup): Delete.
5914         * cpphash.c (macro_cleanup): Delete.
5915         (collect_objlike_expansion, collect_funlike_expansion,
5916         macarg, scan_arguments): Remove CPP_POP case.
5917
5918         * cpplex.c (null_cleanup): Delete.
5919         (cpp_pop_buffer): Do the work that was done in the cleanups
5920         here.  Call _cpp_unwind_if_stack from here.
5921         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
5922         cpp_scan_buffer): Run until we see CPP_EOF and the top of
5923         stack is the buffer _below_ the one we stacked.
5924         (cpp_get_token): Always pop an exhausted buffer.  Return
5925         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
5926         * cpplib.c (skip_if_group): Don't call cpp_get_token to
5927         increment the line number.
5928         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
5929
5930         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
5931         we see CPP_EOF and the top of stack is the buffer _below_ the
5932         one we stacked.
5933         * scan-decls.c: Likewise.
5934
5935 2000-05-02  Andrew Haley  <aph@cygnus.com>
5936
5937         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
5938         where this function is called for the second time on a decl that
5939         has had its section info changed in such a way as to move it out
5940         of small data/bss.
5941         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
5942
5943 2000-05-01  Richard Henderson  <rth@cygnus.com>
5944
5945         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
5946         the sequence we're moving, not to merge_bb->head.
5947
5948 2000-05-01  Richard Henderson  <rth@cygnus.com>
5949
5950         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
5951         reference to alpha/t-linux.
5952         (alpha*-*-linux-gnu*): Likewise.
5953         * configure: Rebuild.
5954
5955         * calls.c (expand_call): Don't emit reg notes for a sibcall.
5956
5957         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
5958         if not in SSA form.
5959
5960         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
5961
5962 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
5963
5964         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
5965         TREE_THIS_VOLATILE.
5966
5967 2000-05-01  Richard Henderson  <rth@cygnus.com>
5968
5969         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
5970         emit_conditional_move.
5971
5972 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
5973
5974         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
5975         as the dynamic linker.
5976
5977 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
5978
5979         * cppfiles.c (open_include_file): Open file in blocking mode.
5980         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
5981         Only exclude block devices and directories.
5982
5983         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
5984         static.  Allocate the hashnode and its string in the same
5985         block of memory.
5986         (del_HASHNODE): Don't free h->name.
5987         (_cpp_lookup): If there is no entry for this string, create
5988         one, of type T_VOID.
5989         (_cpp_lookup_slot): Delete.
5990         * cpphash.h: Update prototypes.
5991
5992         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
5993         not hp == NULL.
5994         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
5995         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
5996         node here, just fill in the value field properly.  "Delete"
5997         entries by setting the value field to T_VOID.  Check for
5998         hp->type == T_VOID, not hp == NULL.
5999
6000         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6001         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6002         hashtab.h.
6003
6004 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6005
6006         * config/mn10300/mn10300.c (print_operand_address): Do not add
6007         zero to SP.
6008
6009         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6010         adjusted by less than 256 bytes, use ret regardless of having any
6011         callee-saved register to restore.
6012
6013 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6014
6015         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6016
6017 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6018
6019         * config/i386/djgpp.h (INT_ASM_OP): Define.
6020         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6021         (ASM_WEAKEN_LABEL): Define.
6022         (MASK_BNU210): Define.
6023         (SUBTARGET_SWITCHES): Define.
6024         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6025         (MAKE_DECL_ONE_ONLY): Define.
6026         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6027
6028 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6029
6030         * i386/cygwin.h (INT_ASM_OP): Define.
6031
6032 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6033
6034         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6035         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6036
6037 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6038
6039         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6040         __tmp_reg__ and __zero_reg__ initialization.
6041
6042 2000-04-30  Richard Henderson  <rth@cygnus.com>
6043
6044         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6045
6046         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6047         referenced bewteen the condition and the jump.  Don't delete
6048         anything but the jump.
6049
6050 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6051
6052         * bb-reorder.c (scope_def): New struct.
6053         (scope_forest_info): New struct.
6054         (struct reorder_block_def): New member "scope".
6055         (REORDER_BLOCK_SCOPE): New macro.
6056         (relate_bbs_with_scopes): New function and prototype.
6057         (make_new_scope): Likewise.
6058         (build_scope_forest): Likewise.
6059         (remove_scope_notes): Likewise.
6060         (insert_intra_1): Likewise.
6061         (insert_intra_bb_scope_notes): Likewise.
6062         (insert_inter_bb_scope_notes): Likewise.
6063         (rebuild_scope_notes): Likewise.
6064         (free_scope_forest_1): Likewise.
6065         (free_scope_forest): Likewise.
6066         (dump_scope_forest): Likewise.
6067         (dump_scope_forest_1): Likewise.
6068         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6069         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6070         block.
6071         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6072         and remove_scope_notes before reordering is done. Added calls to
6073         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6074         after reordering is done.
6075
6076 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6077
6078         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6079         removed two stale entries (defined away with OLD_CPP).
6080         * fixinc/inclhack.sh: regen
6081         * fixinc/fixincl.x: regen
6082
6083 2000-04-30  Richard Henderson  <rth@cygnus.com>
6084
6085         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6086         from the last insn in the sequence.
6087
6088 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6089
6090         * cpplex.c (cpp_idcmp): New function.
6091         * cpplib.h: Prototype it.
6092         * scan_decls.c (scan_decls): Use it to inspect token names.
6093         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6094         the file being run through the preprocessor.
6095         (check_macro_names): Provide length of token to cpp_defined.
6096
6097         * Makefile.in: Remove stale warning message.
6098
6099         * cppfiles.c (redundant_include_p): Provide length of token to
6100         cpp_defined.
6101         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6102         values are unsigned int.
6103         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6104         (_cpp_lookup_slot): Do not calculate the hash, either.
6105         * cpphash.h: Update prototypes.
6106         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6107         Hashes are unsigned int.  Calculate hash here, pass by value
6108         to _cpp_lookup_slot.
6109
6110 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6111
6112         * simplify-rtx.c (check_value_useless): Delete function.
6113         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6114         by hand.
6115         (cselib_invalidate_regno): Likewise.
6116         (cselib_invalidate_mem_1): Likewise.
6117         (references_value_p): Recognize useless values by the fact that they
6118         have no locations.
6119         (discard_useless_values): Likewise.
6120         (cselib_record_set): This may turn a useless value
6121         into a useful one.
6122
6123 2000-04-30  Richard Henderson  <rth@cygnus.com>
6124
6125         * config/d30v: New port.
6126
6127         * configure.in (d30v-*): Set fp format.
6128         * configure: Rebuild.
6129
6130 2000-04-30  Richard Henderson  <rth@cygnus.com>
6131
6132         * ifcvt.c: New file.
6133         * Makefile.in (OBJS): Add it.
6134         (ifcvt.o): New target.
6135         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6136         and conditional arithmetic.
6137         (find_insert_position): Remove.
6138         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6139         * toplev.c (DFI_ce, DFI_ce2): New.
6140         (dump_file): Add ce and ce2 dumps.
6141         (rest_of_compilation): Run if_convert a couple o times.  Set
6142         cse_not_expected after cse2.  Don't set no_new_pseudos until
6143         after sched1 or recompute_reg_usage.
6144
6145 2000-04-30  Richard Henderson  <rth@cygnus.com>
6146
6147         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6148         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6149
6150 2000-04-30  Richard Henderson  <rth@cygnus.com>
6151
6152         * flow.c (struct reg_cond_life_info): New.
6153         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6154         (init_propagate_block_info): Initialize them.
6155         (free_propagate_block_info): Destruct them.
6156         (mark_set_1): Consider conditional life before killing a register.
6157         (mark_regno_cond_dead): New.
6158         (free_reg_cond_life_info): New.
6159         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6160         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6161         (mark_used_reg): Record conditional life.
6162
6163         * haifa-sched.c (schedule_insns): Disable death counting
6164         sanity check for HAVE_conditional_execution.
6165
6166 2000-04-30  Richard Henderson  <rth@cygnus.com>
6167
6168         * Makefile.in (TIMEVAR_H): New.
6169         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6170         (timevar.h): Remove rule.
6171
6172 2000-04-29  Richard Henderson  <rth@cygnus.com>
6173
6174         * config/alpha/crtend.asm: Use C comments instead of #.
6175         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6176
6177         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6178
6179 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6180
6181         * cpphash.h (enum node_type: Take out T_MCONST.
6182         (union hashval): Move into struct hashnode.
6183         (struct hashnode): Pack tighter.  Remove file, line, col
6184         members.
6185         * cpphash.c: Constify most of the macro-definition structures.
6186         (struct definition): Replace by struct object_defn
6187         and struct funct_defn.  Put file, line, column information
6188         here.  All users updated to match.
6189         (_cpp_create_definition, _cpp_macroexpand): Remove special
6190         case for #define WORD OTHERWORD.
6191         * cpplib.c (do_undef): Remove T_MCONST case.
6192
6193         * cpphash.h: Move struct reflist, struct definition, and the
6194         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6195         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6196         * cpphash.c (_cpp_free_definition): Free data pointed to by
6197         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6198         (_cpp_create_definition, del_HASHNODE): Just call
6199         _cpp_free_definition to clear out a hashnode.
6200         * cpplib.c (do_pragma_poison): Likewise.
6201
6202 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6203
6204         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6205         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6206         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6207         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6208         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6209         REGNO_AM33_P): Redefine in terms of the new macros.
6210         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6211         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6212         STRUCT_VALUE): Likewise.
6213         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6214         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6215
6216 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6217
6218         * regmove.c (struct record_stack_memrefs_data): New.
6219         (record_stack_memrefs): New function.
6220         (combine_stack_adjustments_for_block): Use it.
6221
6222 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6223
6224         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6225         use special_function_p to detect alloca.
6226
6227 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6228
6229         * gcc.texi: Fixes for makeinfo 4.0 --html.
6230
6231 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6232
6233         * pcp.h: Delete file.
6234
6235 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6236
6237         * h8300.c (function_epilogue): Clean up flags when the last insn
6238         in a function is a barrier.
6239
6240 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6241
6242         * configure.in (sparc-hal-solaris2*): protect [] glob from
6243         my expansion.
6244         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6245         rather than hard-coded constants in target_cpu_default2.
6246         * configure: Regenerate.
6247
6248 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6249
6250         * tree.c (get_callee_fndecl): Extract the initial value from
6251         a readonly decl.
6252
6253 2000-04-28  Richard Henderson  <rth@cygnus.com>
6254
6255         * varasm.c (record_constant_1): Record the CODE_LABEL when
6256         taking the address of a LABEL_REF.
6257
6258 2000-04-28  Richard Henderson  <rth@cygnus.com>
6259             Jan Hubicka  <jh@suse.cz>
6260
6261         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6262         adjustment; don't do the stack adjust.
6263         (expand_call): Call compute_argument_block_size right before
6264         allocating the block; update comment; don't do alignment sanity
6265         checking for sibling call; use args_size instead of
6266         unadjusted_args_size before args_size is adjusted.  Use
6267         combine_pending_stack_adjustment_and_call to compute stack adjust
6268         for must_preallocate case.
6269
6270         * expr.c (push_block): Remove shadow `temp' in inner scope.
6271
6272 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6273
6274         * toplev.c (rest_of_compilation): Call
6275         note_deferral_of_defined_inline_function even if the function
6276         can't be inlined.
6277
6278 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6279
6280         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6281
6282 2000-04-28  Richard Henderson  <rth@cygnus.com>
6283
6284         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6285
6286 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6287
6288         * timevar.c (init_timevar): DeANSIfy function definition.
6289
6290 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6291
6292         * Makefile.in (timevar.o): Depend on flags.h.
6293         * timevar.c (unused_stack_instances): New variable.
6294         (timevar_push): Take a timevar_stack_def from
6295         unused_stack_instances if available.
6296         (timevar_pop): Push the popped timevar_stack_def onto
6297         unused_stack_instances.
6298         (TIMEVAR_ENABLE): New macro.
6299         (timevar_def): Make standalone a 1-bit field.  Add field used.
6300         (get_time): Rename parameter to now.  Return after clearing it if
6301         not TIMEVAR_ENABLE.
6302         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6303         (timevar_pop): Likewise.
6304         (timevar_stop): Likewise.
6305         (timevar_push): Likewise.  Mark the timing variable as used.
6306         (timevar_start): Likewise.
6307         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6308         timevars that were never used.
6309
6310 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6311
6312         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6313         always TREE_READONLY.
6314
6315 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6316
6317         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6318         for call instruction with mode QImode.
6319
6320 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6321
6322         * Makefile.in (OBJS): Add timevar.o.
6323         (toplev.o): Depend on timevar.h.
6324         (ggc-simple.o): Likewise.
6325         (ggc-page.o): Likewise.
6326         (timevar.o): New rule.
6327         (timevar.h): New rule.
6328
6329         * timevar.h: New file.
6330         * timevar.c: Likewise.
6331         * timevar.def: Likewise.
6332
6333         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6334         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6335         throughout.
6336         (TIMEVAR): Remove macro.
6337         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6338         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6339         flow_time, combine_time, regmove_time, sched_time,
6340         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6341         sched2_time, dbr_sched_time, reorder_blocks_time,
6342         rename_registers_time, shorten_branch_time, stack_reg_time,
6343         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6344         all_time): Remove.
6345         (compile_file): Don't initialize time variables.  Call
6346         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6347         of many calls to print_time.
6348         (rest_of_compilation): Add timing for reload_cse_regs.
6349         (get_run_time): Removed to timevar.c.
6350         (print_time): Likewise.
6351         (get_run_time): Implement using TV_TOTAL time variable.
6352         (print_time): Get total run time from get_run_time.
6353         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6354         computing elapsed time explicitly.
6355         * ggc-simple.c (ggc_collect): Likewise.
6356         (gc_time): Remove declaration.
6357
6358 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6359
6360         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6361         (expand_call): Use it.
6362
6363 2000-04-27  Jan Hubicka  <jh@suse.cz>
6364
6365         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6366         fields.
6367
6368 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6369
6370         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6371         registers.
6372
6373 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6374
6375         * function.c (epilogue_done): Pass whole insn to record_insns.
6376
6377 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6378
6379         * cse.c (CSE_ADDRESS_COST): Remove.
6380         (find_best_addr): Add new parameter "MODE", use address_cost instead
6381         of CSE_ADDRESS_COST
6382         (address_cost): New.
6383         (fold_rtx): Update call of find_best_addr.
6384         * rtl.h (address_cost): Declare.
6385         * loop.c (general_induction_var): Add new parameter "MODE", use
6386         address_cost instead of ADDRESS_COST
6387         (init_loop): Use address_cost instead of ADDRESS_COST.
6388         (check_insn_for_givs): Update call of general_induction_var.
6389         (find_mem_givs): Likewise.
6390         (consec_sets_giv): Likewise.
6391         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6392         * i386.c (ix86_address_cost): New.
6393         * i386-protos.h (ix86_address_cost): Declare.
6394
6395 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6396
6397         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6398         registers.
6399
6400 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6401
6402         * expr.c (store_expr): Use clear_storage instead of direct memset
6403         libcall.
6404
6405 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6406
6407         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6408         ASHIFT, AND and LABEL_REF.
6409
6410 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6411
6412         * invoke.texi (-foptimize-sibling-calls): Fix.
6413
6414 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6415
6416         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6417
6418         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6419         calculation; rename const_equiv array in the preconditioning code
6420         from loop_unroll to loop_unroll_precondition
6421
6422 2000-04-27  Richard Henderson  <rth@cygnus.com>
6423
6424         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6425         add new_set.
6426         (propagate_one_insn): Clear it.  Don't update reg_live here.
6427         (init_propagate_block_info): Update for pbi member changes.
6428         (free_propagate_block_info): Likewise.
6429         (mark_set_1): Know that zero_extract, sign_extract, and
6430         strict_low_part don't kill their argument.  Alter hard subregs.
6431         Update new_set for non-CLOBBER sets.  Update reg_live.
6432         (find_auto_inc): Update reg_live, not new_dead.
6433         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6434         to determine if the reg in question was set this insn.  Only update
6435         reg info with PROP_REG_INFO.
6436
6437 2000-04-26  Richard Henderson  <rth@cygnus.com>
6438
6439         * flow.c (allocate_reg_life_data): Set max_regno here ...
6440         (life_analysis): ... not here.
6441
6442         * flow.c (calculate_global_regs_live): Force stack pointer
6443         live at end.
6444
6445 2000-04-26  Richard Henderson  <rth@cygnus.com>
6446
6447         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6448         commit change group changes.
6449         (invert_exp_1): Similarly.
6450         (redirect_exp, invert_exp): Use them.
6451         (redirect_jump_1): New.
6452         (invert_jump_1): New.
6453         (jump_optimize_1): Remove code subsumed by condexec.c.
6454         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6455
6456 2000-04-26  Richard Henderson  <rth@cygnus.com>
6457
6458         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6459
6460         * genconfig.c (main): Set all HAVE_foo to 1.
6461
6462         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6463
6464 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6465
6466         * invoke.texi: Document -fssa flag.
6467
6468 2000-04-26  Richard Henderson  <rth@cygnus.com>
6469
6470         * flow.c (count_reg_sets_1): Remove.
6471         (count_reg_sets, count_reg_references): Remove.
6472         (recompute_reg_usage): Implement with update_life_info.
6473         Reallocate life data.
6474
6475 2000-04-26  Richard Henderson  <rth@cygnus.com>
6476
6477         * flow.c (update_life_info): Consider blocks null to mean the
6478         universal set.
6479         (calculate_global_regs_live): Likewise.
6480         (life_analysis): Do that instead of collecting all_blocks.
6481
6482 2000-04-26  Richard Henderson  <rth@cygnus.com>
6483
6484         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
6485         a still-valid conditional jump.
6486
6487 2000-04-26  Richard Henderson  <rth@cygnus.com>
6488
6489         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
6490
6491         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
6492         * flow.c (calculate_loop_depth): Remove.
6493         * output.h (calculate_loop_depth): Don't declare.
6494         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
6495         inline; run estimate_probability at the same time.
6496
6497 2000-04-26  Neil Booth  <NeilB@earthling.net>
6498
6499         * cpplib.h: "~=" is not a single pp-token.
6500         * cpplex.c: Correct commentary.
6501
6502 2000-04-26  Richard Henderson  <rth@cygnus.com>
6503
6504         * flow.c (mark_set_1): New arguments code and flags; update all
6505         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
6506         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
6507         loop_depth when optimizing for size.  Do new_dead update after
6508         emitting REG_UNUSED notes.  Merge mark_set_reg code.
6509         (mark_set_reg): Remove.
6510         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
6511         arrange to not emit REG_UNUSED notes.
6512
6513 2000-04-26  Richard Henderson  <rth@cygnus.com>
6514
6515         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
6516         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
6517
6518 2000-04-26  Richard Henderson  <rth@cygnus.com>
6519
6520         * flow.c (propagate_one_insn): Break out from propagate_block.
6521         (init_propagate_block_info): Likewise.
6522         (free_propagate_block_info): Likewise.
6523         (propagate_block): Use them.  Export.
6524         * basic-block.h: Declare them all.
6525
6526 2000-04-26  Richard Henderson  <rth@cygnus.com>
6527
6528         * basic-block.h (life_analysis): Declare here ...
6529         * output.h: ... not here.
6530         * flow.c (life_analysis): Remove nregs parameter; replace
6531         remove_dead_code with flags.  Remove ssa dead code check.
6532         Only init alias analysis if we'll use it.
6533         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
6534         * ssa.c (convert_to_ssa): Likewise.
6535         (convert_from_ssa): Likewise.
6536         * toplev.c (rest_of_compilation): Likewise.
6537
6538 2000-04-26  Richard Henderson  <rth@cygnus.com>
6539
6540         * flow.c (flow_delete_block): Rename from delete_block.  Export.
6541         * basic-block.h (flow_delete_block): Declare.
6542
6543 2000-04-26  David S. Miller  <davem@redhat.com>
6544
6545         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
6546         taking a PATTERN of it.
6547
6548 2000-04-26  <NeilB@earthling.net>
6549
6550         * cpplex.c (spell_other, spell_char): Remove.
6551         (SPELL_CHAR): New.
6552         (token_spelling, trigraph_map): Use unsigned chars.
6553         (_cpp_lex_line): Tidy up the switch statement.
6554         * cpplib.h: Implement spell_char with spell_string.
6555         (C): New.
6556
6557 2000-04-26  <RodneyBrown@pmsc.com>
6558
6559         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6560         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6561
6562 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6563
6564         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
6565         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
6566         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
6567         dwarf2out_return_save, dwarf2out_return_reg,
6568         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
6569         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
6570         gen_compile_unit_die, dwarf2out_init): Constify a char*.
6571
6572         * dwarf2out.h (dwarf2out_init): Likewise.
6573
6574         * dwarfout.c (filename_entry, primary_filename, last_filename,
6575         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
6576
6577         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
6578         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
6579         dwarf2out_return_reg): Likewise.
6580
6581 2000-04-26  Andreas Jaeger  <aj@suse.de>
6582
6583         * extend.texi (Function Attributes): Fix description of pure
6584         attribute.
6585
6586 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6587
6588         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
6589         before calling rest_of_compilation.
6590
6591 2000-04-26  Andreas Jaeger  <aj@suse.de>
6592
6593         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
6594         last patch.
6595
6596 2000-04-25  Richard Henderson  <rth@cygnus.com>
6597
6598         * cse.c (cse_insn): Emit barrier after unconditional jump.
6599
6600         * calls.c (expand_call): Disable tail call generation once
6601         rtx_equal_function_value_matters is false.
6602
6603         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
6604         like EDGE_EH edges.
6605
6606 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
6607
6608         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
6609
6610         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
6611
6612         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
6613         is the primary DIE for a member function.
6614         (gen_decl_die): Call set_decl_origin_self here.
6615         * dwarfout.c (output_decl): And here.
6616         * integrate.c (output_inline_function): Not here.
6617         Don't clear DECL_INLINE until after calling rest_of_compilation.
6618         (set_decl_origin_self): No longer static.
6619         * tree.h: Add prototype.
6620         * toplev.c (note_deferral_of_defined_inline_function): Only write
6621         out abstract instance for actual inlines.
6622
6623 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
6624
6625         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
6626         EXTENDED_REGS only if TARGET_AM33.
6627         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
6628         SP_REGS to register allocation and reloading unless absolutely
6629         necessary.
6630         (movsi3): Remove special-case of adding non-constants to SP.
6631
6632 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6633
6634         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
6635         INCLUDES to search and does not provide any of its own.  Also it
6636         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
6637         parameters.  Also it does not call AC_DEFINE.
6638         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
6639         AC_DEFINE and provides for automatic entries for autoheader.
6640         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
6641
6642         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
6643         so we can pass -I flags and include gansidecl.h/system.h in this
6644         test.
6645
6646         * acconfig.h: Delete all NEED_DECLARATION_* entries.
6647
6648 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6649
6650         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6651         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6652         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
6653
6654         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6655         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6656         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
6657         for these macros.  Clean up spacing and linewraps.
6658
6659 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6660
6661         * calls.c (expand_call): Use get_callee_fndecl.
6662
6663         * print-tree.c (print_node): Print the chain of an _EXPR.
6664
6665 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
6666                           Jim Wilson  <wilson@cygnus.com>
6667                           Andrew Haley  <aph@cygnus.com>
6668
6669         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
6670         and gp save/restore problems.
6671         * config/ia64/crtend.asm: Add IA-64 unwind support.
6672         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
6673         in fr_pad_size calculation.
6674         (save_restore_insns): Move PR save area.  Correct uses of
6675         RTX_FRAME_RELATED_P.
6676         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
6677         (ia64_expand_epilogue): Add eh_epilogue support.
6678         (ia64_function_prologue): Emit .prologue directive.
6679         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
6680         (ia64_override_options): Set init_machine_status and
6681         mark_machine_status.
6682         (rtx_needs_barrier): Handle bsp reads and writes.
6683         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
6684         New static variables.
6685         (process_set, process_for_unwind_directive): New functions.
6686         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
6687         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
6688         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
6689         macros.
6690         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
6691         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
6692         (struct machine_function): Define.
6693         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
6694
6695 2000-04-25  Bruce Korb  <bkorb@gnu.org>
6696
6697         * fixinc/Makefile.in: make the removal of old programs more
6698         robust
6699         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
6700         install-bin and install-sh
6701
6702 2000-04-25  Nick Clifton  <nickc@cygnus.com>
6703
6704         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
6705         defined, define to return zero.
6706         (function_cannot_inline_p): If a function has any target
6707         specific attributes, then use the macro
6708         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
6709         whether it can be inlined.  If it cannot, issue a suitable
6710         explanation.
6711
6712         * tm.texi: Add a new node 'Inlining' to document the new macro
6713         FUNCTION_ATTRIBUTE_INLINABLE_P.
6714
6715 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
6716
6717         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
6718         commentary.
6719
6720 2000-04-25  Neil Booth  <NeilB@earthling.net>
6721
6722         Restore previous patch, plus the following fixes:
6723
6724         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
6725         flags, not CPP_OPEN_PAREN.
6726         * cpplex.c (expand_token_space, init_token_list,
6727         cpp_free_token_list): Put the dummy token at list->tokens[-1].
6728         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
6729
6730 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6731
6732         * config/i386/freebsd.h (INT_ASM_OP): Define.
6733
6734 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6735
6736         * loop.c (strength_reduce): Fix typo in the last checkin.
6737
6738 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6739
6740         * stor-layout.c (finalize_record_size): Simplify to use existing
6741         functions.
6742         (compute_record_mode): No longer static.
6743         * tree.h (compute_record_mode): New declaration.
6744
6745 2000-04-25  Neil Booth  <NeilB@earthling.net>
6746
6747         * Revert my patch below until cause of build failures
6748         determined.
6749
6750 2000-04-25  Richard Henderson  <rth@cygnus.com>
6751
6752         * combine.c (combine_instructions): Add missing argument
6753         to try_combine.
6754
6755         * toplev.c (rest_of_compilation): Delay sibcall optimization
6756         until after emit_eh_context.
6757
6758 2000-04-24  Nick Clifton  <nickc@redhat.com>
6759
6760         * combine.c (combine_instructions): Do not try to combine a
6761         sequence of insns when the second insn has been replaced by a
6762         note.
6763
6764 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
6765
6766         * gcc.c (load_specs): New static function.
6767         (read_specs): Use it.
6768
6769         * gcc.c (lookup_compiler): Make multiple passes for case
6770         insensitive filesystems.
6771
6772 2000-04-24  Neil Booth  <NeilB@earthling.net>
6773
6774         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
6775         * cpphash.h (_cpp_check_directive): new.
6776         * cpplex.c (handle_newline, cpp_free_token_list,
6777         init_trigraph_map, trigraph_ok, trigraph_replace,
6778         backslash_start, skip_block_comment, skip_line_comment,
6779         skip_whitespace, parse_name, parse_number, parse_string,
6780         copy_comment, _cpp_lex_line, spell_char, spell_string,
6781         spell_comment, spell_name, spell_other, _cpp_lex_file,
6782         _cpp_output_list): new.
6783         (expand_name_space): take length argument.
6784         (init_token_list): add comment list initialisation.
6785         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
6786         instead of HSPACE_BEFORE.
6787
6788         * cpplib.c (_cpp_check_directive): new
6789         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
6790         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
6791         (HSPACE_BEFORE): delete.
6792         (TTYPE_TABLE): rearrange.
6793         (struct cpp_toklist): update.
6794
6795 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6796
6797         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
6798         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
6799         argument form of AC_DEFINE.
6800
6801         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
6802         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
6803         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
6804         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
6805         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
6806
6807         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
6808
6809 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6810
6811         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
6812         deduced.h): Use -isystem, not -I, for including system headers.
6813
6814 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6815
6816         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
6817         the source register is the frame pointer or arg pointer.
6818         (addsi3_small_int): Disallow if source register is the frame
6819         pointer or arg pointer.
6820
6821 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6822
6823         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
6824         call to AC_MSG_RESULT.
6825
6826 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6827
6828         * invoke.texi: Correct grammatical errors, document
6829         -fno-gnu-keywords as identical to -fno-asm for C++.
6830
6831 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6832
6833         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
6834         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
6835         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
6836         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
6837         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
6838
6839         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
6840         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
6841         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
6842         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
6843         new macros names.
6844
6845 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
6846
6847         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
6848         (pop_alignment): Likewise.
6849         (handle_pragma_token): Likewise.
6850
6851 2000-04-24  Robert Lipe <robertlipe@usa.net>
6852
6853         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
6854
6855 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
6856
6857         * combine.c (try_combine): Update reg_nonzero_bits of
6858         newi2pat before newpat.
6859
6860 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6861
6862         * loop.c (strength_reduce): Simplify test to INSN_P.
6863         (record_giv): Attempt to simplify the add value, use CONSTANT_P
6864         expressions instead of CONST_INT.
6865         (express_from_1): Likewise.
6866
6867 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
6868
6869         * regs.h (reg_n_max): Don't declare.
6870         * flow.c (reg_n_max): Don't define.
6871         * regclass.c (renumber): Don't initialize to zero.
6872         (regno_allocated): Likewise.
6873         (reg_n_max): Define.
6874         (allocate_reg_info): Don't initialize unnecessarily.
6875
6876 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
6877
6878         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
6879         and blockage_p in the newly allocated attribute.
6880
6881 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
6882
6883         * config/mn10300/mn10300.md (addsi): `inc4' on address
6884         registers does not modify cc, but `inc' on an extended
6885         register does.
6886
6887 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
6888
6889         * reload.c (find_equiv_reg): Checks all valueno regs
6890         as a reload_reg_p regs.
6891
6892 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6893
6894         * cpphash.c (collect_objlike_expansion): Add sanity check.
6895         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
6896         the buffer is the empty string, return.  Mark __DATE__ and
6897         __TIME__ as XCONST nodes, not MCONST.
6898         (_cpp_macroexpand): Avoid pushing an empty buffer.
6899         (funlike_macroexpand): Don't pop token_buffer here.
6900
6901 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
6902
6903         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
6904         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
6905         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
6906         (REGNO_OK_FOR_BASE_P): Define in terms of them.
6907         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
6908         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
6909         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
6910
6911 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6912
6913         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
6914         constant MULT givs.
6915
6916 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6917
6918         * cpphash.h (struct definition): Move file, line, col members...
6919         (struct hashnode): ... here.  Also add 'disabled' flag.
6920         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
6921         T_IDENTITY.  Remove T_DISABLED.
6922         Update prototypes.
6923
6924         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
6925         (collect_expansion): Split into collect_objlike_expansion and
6926         collect_funlike_expansion.
6927         (_cpp_macroexpand): Split out scan_arguments, stringify, and
6928         funlike_macroexpand.
6929         (_cpp_compare_defs): Rename compare_defs, make static.
6930         (_cpp_make_hashnode): Initialize hp->disabled.
6931         (macro_cleanup): Adjust for new token types.  Clear
6932         m->disabled.
6933         (_cpp_create_definition): Move code here to determine what
6934         sort of macro it is, and code to check for redefinitions, from
6935         do_define.  Implement a few simple cases without creating a
6936         full DEFINITION.
6937         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
6938         Handle the simple cases.
6939         (push_macro_expansion): Set buf->has_escapes and hp->disabled
6940         here.
6941
6942         * cppinit.c (builtin_array): Change MCONST to XCONST
6943         everywhere.
6944         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
6945         fix check for disabled and function-like macros.
6946         * cpplib.c (do_define): Move most logic to
6947         _cpp_create_definition.
6948         (do_undef): Handle new special token types.
6949
6950 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6951
6952         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
6953         of CONSTANT_P for mult_val; always use validate_change to update insn.
6954
6955 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
6956
6957         * cpphash.c (trad_stringify, add_pat): New functions.
6958         (collect_expansion): Restore support for -traditional syntax.
6959         Use trad_stringify and add_pat.
6960         (_cpp_macroexpand): Restore support for -traditional semantics.
6961         * cpplex.c (_cpp_scan_line): Don't change space_before if we
6962         get a COMMENT token.
6963         (_cpp_lex_token): Provide COMMENT tokens to caller if
6964         traditional and parsing_define_directive.
6965         (skip_comment): Warn about // comments if -Wtraditional.
6966         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
6967         proper node type.
6968         (do_undef): Don't warn about undefining EMPTY nodes.
6969
6970 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6971
6972         * loop.c (strength_reduce): Fix biv removal code.
6973
6974 2000-04-22  Richard Henderson  <rth@cygnus.com>
6975
6976         * predict.c (estimate_probability): Examine both sides of
6977         a branch for no exits.  Use 90% not 50% for predict taken.
6978         Reorg for one copy of note generation code.
6979
6980 2000-04-22  Richard Henderson  <rth@cygnus.com>
6981
6982         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
6983
6984 2000-04-22  Richard Henderson  <rth@cygnus.com>
6985
6986         * diagnostic.c (init_output_buffer): Don't initialize format_args.
6987         (output_clear): Likewise.
6988         (output_printf): Use va_copy.
6989         (vline_wrapper_message_with_location): Likewise.
6990         (v_message_with_decl): Likewise.
6991         (line_wrapper_printf): VA_START infor buffer.format_args directly.
6992         * system.h (va_copy): Provide default implementation.
6993
6994 2000-04-22  Richard Henderson  <rth@cygnus.com>
6995
6996         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
6997         the collected condition is not a constant.
6998
6999 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7000
7001         * diagnostic.h: New file.
7002
7003         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7004
7005         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7006         various function prototypes.
7007         (diagnostic.h): #include.
7008         (struct output_buffer): Move into diagnostic.h.
7009         (get_output_prefix): Rename to output_get_prefix.  Export.
7010         (init_output_buffer): Export. Break out.  Ajust intialization.
7011         (output_space_left, output_append): Export.
7012         (output_newline): Rename to output_add_newline.  Export.
7013         (output_clear): Nullify additional output_buffer fields.
7014         (output_puts): Rename to output_add_string.  Export.
7015         (dump_output): Rename to output_flush_on.  Export.
7016         (build_location_prefix): Constify return-type.
7017         (emit_output_prefix): Rename to output_emit_prefix. Export.
7018         (set_real_maximum_length): New function.
7019         (output_set_maximum_length): Ditto
7020         (output_clear): Ditto.
7021         (output_add_character): Ditto.
7022         (output_add_integer): Ditto.
7023         (output_add_space): Ditto.
7024         (output_format): Ditto.
7025         (output_printf): Adjust buffer initialization.
7026         (vline_wrapper_message_with_location): Ditto.
7027         (v_message_with_decl): Ditto.  Adjust call to output_puts
7028         and get_output_prefix.
7029         (default_print_error_function): Adjust buffer intialization.
7030
7031 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7032
7033         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7034         of VOID_TYPE.
7035
7036 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7037
7038         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7039         of explicit 0.
7040
7041 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7042
7043         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7044         accurate data about SP moves.
7045
7046 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7047
7048         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7049         aliases to AM33 registers.
7050
7051 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7052
7053         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7054         to all EXTENDED bitmaps.
7055
7056 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7057
7058         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7059         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7060         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7061
7062 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7063
7064         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7065         the operand is not constant.
7066
7067 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7068
7069         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7070         as a call-clobbered regs.
7071
7072 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7073
7074         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7075         * rtl.h: Likewise.
7076         * rtl.def: Update comment.
7077         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7078         * integrate.c (expand_inline_function): Likewise.
7079         * profile.c (branch_prob): Likewise.
7080         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7081         * print-rtl.c (print_rtx): Likewise.
7082         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7083         (reemit_notes): Likewise; also use enum insn_note.
7084
7085         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7086         (place_field): Properly compute know and actual alignment.
7087
7088         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7089         in proper format.
7090
7091         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7092         note for REG1.
7093
7094 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7095
7096         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7097         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7098         (collect_expansion): Rewrite to scan over a token list.
7099         Remove -traditional support.
7100         (collect_formal_parameters): Rename to collect_params; rewrite
7101         to scan over a token list.
7102         (_cpp_create_definition): Adjust to scan a token list.
7103         (_cpp_macroexpand): Remove -traditional support.
7104         (_cpp_compare_defs): Whitespace is now canonicalized.
7105         (comp_def_part): Delete function.
7106
7107         * cpphash.h: Update prototypes.
7108         * cpplex.c (init_token_list): Don't set lineno if there is no
7109         buffer.
7110         (pedantic_whitespace): New function.
7111         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7112         consume a newline.  Use pedantic_whitespace.
7113         (_cpp_lex_token): Remove support for -traditional macros.
7114         (_cpp_get_define_token): Delete.
7115         (_cpp_get_directive_token): Do the real work here.  Use
7116         pedantic_whitespace.
7117         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7118
7119         * cpplib.c (get_macro_name): Delete.
7120         (do_define): Read the entire line into pfile->directbuf, then
7121         feed the token list to _cpp_create_definition.
7122         * cpplib.h (HSPACE_BEFORE): new define.
7123         (struct cpp_reader): Add a toklist member, "directbuf".
7124
7125         * predict.c (estimate_probability): New heuristic: if a jump
7126         branches around a block with no successors, predict it taken.
7127         Disentangle control flow.
7128
7129 2000-04-20  Richard Henderson  <rth@cygnus.com>
7130
7131         * loop.c (emit_iv_add_mult): Revert last change.
7132
7133 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7134
7135         * cpplib.h (enum cpp_ttype): Add token types for all
7136         punctuators.  Distinguish pp-numbers from valid C numbers.
7137         Give some tokens better names.  Initialize from macro.
7138         (struct cpp_name, cpp_token, cpp_toklist): New data
7139         structures.
7140         Update prototypes.
7141         * cpplex.c (bump_column, expand_name_space,
7142         expand_token_space, init_token_list, cpp_output_list,
7143         _cpp_scan_line):  New functions.
7144         (output_line_command): Add third argument, new line number.
7145         * cpphash.h: Update prototypes.
7146         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7147         token names.
7148
7149 2000-04-20  Richard Henderson  <rth@cygnus.com>
7150
7151         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7152
7153 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7154
7155         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7156         object pointed to.
7157
7158 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7159
7160         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7161         REG_EQUAL note explaining the calculated value.
7162
7163         * calls.c (expand_call): Avoid unnecesary precalculation
7164         and outgoing parameters space guarding for sibling calls.
7165         (store_one_arg): Likewise.
7166
7167 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7168
7169         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7170         (rest_of_compilation): Write sibling dump file and account
7171         for time as jump time.
7172         * invoke.texi: Update documentation on dump flags.
7173
7174 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7175
7176         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7177
7178 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7179
7180         * cpphash.c (special_symbol): Represent an empty macro with
7181         "\r \r " not just "\r ".
7182         (_cpp_macroexpand): Correct condition for the foo ( ) special
7183         case.
7184         (unsafe_chars): Handle EOF as second argument.
7185         (push_macro_expansion): Simplify test for removing escape at
7186         end.  Do not trim both escapes if there is no text in between.
7187
7188 2000-04-19  Jim Blandy  <jimb@redhat.com>
7189
7190         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7191         of PTR_SIZE, when appropriate.
7192
7193 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7194
7195         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7196         (USE_ENUM_BITFIELDS): Fix typo.
7197
7198 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7199
7200         * stor-layout.c (place_field): Set rli->offset_align properly.
7201
7202 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7203
7204         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7205         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7206         PARM_BOUNDARY): Remove unnecessary casts.
7207
7208 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7209
7210         * calls.c (precompute_arguments): Remove must_preallocate and
7211         args_size calls.
7212         (expand_call): Update call of precompute_arguments.
7213
7214         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7215         check_insn_for_givs): Break out from ...
7216         (strength_reduce) ... here; use for_every_insn_in_loop to call
7217         check_insn_for_givs.
7218         * loop.h (for_every_insn_in_loop): Declare.
7219         (loop_insn_callback): New type.
7220
7221 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7222
7223         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7224         not nul-terminated.
7225
7226 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7227
7228         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7229         flag_pic and RELOC.
7230
7231 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7232
7233         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7234
7235         * configure.in: Delete --disable-cpplib option and all
7236         references to cpp_main.
7237         * configure: Regenerate.
7238         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7239         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7240         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7241         cpp$(exeext).  Add --no-headers to makeinfo command line when
7242         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7243         cccp.1.
7244         * install.texi: Delete all references to cexp.y/cexp.c.
7245         Delete ancient instructions for compiling GCC on 3b1.
7246         * INSTALL: Regenerate.
7247
7248         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7249         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7250         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7251         cexp.c/cexp.y.
7252         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7253         which is no longer tested anywhere.
7254
7255         * cppinit.c (handle_option): Don't run error message through
7256         gettext twice.
7257
7258 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7259
7260         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7261         * cpperror.c (hashtab.h): Now include.
7262         * cppexp.c (hashtab.h): Likewise.
7263         * cpplex.c (hashtab.h): Likewise.
7264         * cppfiles.c (hashtab.h): Likewise.
7265         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7266         to htab_find_slot_with_hash.
7267         * cpphash.c (hashtab.h): Now include.
7268         (_cpp_lookup_slot): INSERT is now enum insert_option.
7269         * cpphash.h (_cpp_lookup_slot): Likewise.
7270         * cppinit.c (hashtab.h): Include earlier.
7271         (initialize_builtins): Pass enum to htab_find_slot.
7272         * cpplib.c (hashtab.h): Now include.
7273         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7274         (do_pragma_poison, do_assert): Likewise.
7275         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7276         htab_find_slot_with_hash.
7277         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7278         * tree.c (type_hash_add): Likewise.
7279         (build1): Minor cleanup.
7280
7281         * ggc-common.c: Add missing blanks.
7282         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7283         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7284
7285         * stmt.c (mark_case_node): New function.
7286         (mark_case_nesting): Call it.
7287
7288         * expmed.c (emit_store_flag): If comparing two-word integer
7289         with zero, can optimize NE, EQ, GE, and LT.
7290
7291         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7292         * conflict.c: Minor cleanups.
7293         * optabs.c: Add blank line
7294         * simplify-rtx.c: Minor cleanups.
7295
7296 2000-04-18  Stan Cox  <scox@cygnus.com>
7297
7298         * gengenrtl.c (genlegend): Fix misspelling.
7299
7300 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7301
7302         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7303         bitfields of the host compiler are not signed quantities.
7304         * config.in: Regenerate.
7305         * configure: Regenerate.
7306         * system.h (USE_ENUM_BITFIELDS): Added.
7307         (ENUM_BITFIELDS): Added.
7308         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7309         (SHORT_ENUM_BUG): Deleted.
7310         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7311         now ENUM_BITFIELD.
7312         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7313         (CODE_FIELD_BUG): Likewise.
7314         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7315         (OLD_CC): Likewise.
7316         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7317
7318 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7319
7320         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7321         mark is active.
7322
7323 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7324
7325         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7326         * cpplib.c (do_include, do_import, do_include_next,
7327         read_line_number, detect_if_not_defined): Likewise.
7328         * cpphash.c (collect_expansion): Likewise.
7329         (special_symbol, _cpp_macroexpand): Check return from
7330         cpp_file_buffer.
7331         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7332         macros.  Delete all uses.
7333
7334         * gcc.dg/cpp-mi.c: Add two more test cases.
7335         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7336
7337 2000-04-17  Richard Henderson  <rth@cygnus.com>
7338
7339         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7340         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7341
7342 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7343
7344         * function.c (expand_function_start): Use hard_function_value to
7345         compute the RTL to use for DECL_RESULT.
7346
7347 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7348
7349         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7350         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7351          x86_memory_mismatch_stall): New global variables.
7352         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7353         alloved; fix load penalties for Athlon.
7354         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7355         x86_memory_mismatch_stall): Declare.
7356         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7357          TARGET_MEMORY_MISMATCH_STALL): New.
7358         * i386.md (athlon scheduling parameters): Fix latencies according to
7359         Athlon Optimization Manual.
7360         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7361         vector.
7362         (fsqrt instruction patterns): Set athlon_decode to direct.
7363         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7364         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7365         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7366         and TARGET_PARTIAL_REGISTER_STALL machines.
7367         (pushdf_nointeger): New pattern.
7368         (pushdf_integer): Rename from pushdf.
7369         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7370         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7371
7372 2000-04-17  Richard Henderson  <rth@cygnus.com>
7373
7374         * loop.c (canonicalize_condition): Add WANT_REG argument.
7375         Stop the search if we match it.
7376         * expr.h (canonicalize_condition): Update decl.
7377         * predict.c (expected_value_to_br_prob): Use it.  Track last
7378         expected value note.
7379         (find_expected_value): Remove.
7380
7381         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7382
7383 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7384
7385         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7386         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7387         a plain file.
7388         * configure.in: Call AC_FUNC_MMAP_FILE.
7389         * configure: Regenerate.
7390         * config.in: Regenerate.
7391
7392         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7393         * fixinc/fixincl.c: Likewise.
7394
7395 2000-04-17  Richard Henderson  <rth@cygnus.com>
7396
7397         * builtins.c (expand_builtin_expect): New.
7398         (expand_builtin): Call it.
7399         * builtins.def (BUILT_IN_EXPECT): New.
7400         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7401         * extend.texi: Document it.
7402
7403         * predict.c (expected_value_to_br_prob): New.
7404         (find_expected_value): New.
7405         * basic-block.h (expected_value_to_br_prob): Declare.
7406         * toplev.c (rest_of_compilation): Invoke it.
7407
7408         * rtl.h (NOTE_EXPECTED_VALUE): New.
7409         (NOTE_INSN_EXPECTED_VALUE): New.
7410         * rtl.c (note_insn_name): Update.
7411         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7412         cases; handle NOTE_INSN_EXPECTED_VALUE.
7413
7414 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7415
7416         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7417         leaf sibcall delay slot if flag_pic.
7418         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7419
7420 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7421
7422         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7423
7424         * fixproto: If fix-header fails, exit with an error.
7425
7426 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7427
7428         * cse.c (struct check_depdendence_data): New.
7429         (check_dependence): New function.
7430         (invalidate): Use check_depdenence.
7431
7432 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7433
7434         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7435         UNITS_PER_WORD is unsigned.
7436
7437         * tree.h (struct tree_common): Remove misleading comment.
7438
7439 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7440
7441         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7442         message in quotes. Otherwise, IBM's make program treats the '#' as the
7443         start of a comment and ignores the remainder of the line.
7444
7445         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7446         upper case.
7447         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7448         * cexp.y (initialize_random_junk): Likewise.
7449         * cppfiles.c (find_include_file): Cast alloca return value.
7450         * cppinit.c (initialize_standard_includes): Likewise.
7451         * cpplib.c (cpp_define, cpp_undef): Likewise.
7452         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7453         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7454         * fold-const.c (CHARMASK): New.
7455         (real_hex_to_f): Use it.
7456         * real.c (CHARMASK): New.
7457         (etoasc, asctoeg): Use it.
7458         (asctoeg): EBCDIC lower case characters preceed upper case.
7459
7460         * i370.c (mvs_add_label): Change spacing for coding conventions.
7461         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7462         outputing case vectors.
7463         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7464         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7465         since vector in in the data CSECT.
7466         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7467         * i370.md (Many patterns): Put the length in the XL directives.
7468         (movdi): Put back STM and MVC in definition.
7469         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7470         pattern using the TCA.
7471         * oe.h (CPP_SPEC): Added to allow trigraphs.
7472         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
7473         not support the "long long" type.
7474
7475 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7476
7477         * config/mips/mips-protos.h (mips_legitimate_address_p): New
7478         function.
7479         (mips_reg_mode_ok_for_base_p): Likewise.
7480         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
7481         (REG_OK_FOR_INDEX_P): Define unconditionally.
7482         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
7483         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
7484         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
7485         that GET_MODE_SIZE is unsigned.
7486         (mips_reg_mode_ok_for_base_p): Define.
7487         (mips_legitimate_address_p): Likewise.  Adjust now
7488         that GET_MODE_SIZE is unsigned.
7489         (block_move_loop): Make the number of bytes unsigned.
7490         (expand_block_move): Likewise.
7491         (function_arg): Make the loop counter unsigned to match the
7492         boundary condition.
7493
7494 2000-04-16  Richard Henderson  <rth@cygnus.com>
7495
7496         * rtl.h (enum insn_note): New enumeration.  Subsume
7497         NOTE_INSN_DELETED and friends.
7498         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
7499         * rtl.c (note_insn_name): Tweak string order.
7500
7501 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
7502
7503         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
7504         to offset * 2.
7505
7506         * cpplex.c (output_line_command): Remove debugging prints.
7507         (cpp_output_tokens): Don't write out a zero-length buffer or
7508         try to see if it has a newline in it.
7509         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
7510         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
7511         the end of the loop.  Use memmove.  Don't read past the end of
7512         the buffer.  Remove trailing newlines from error messages.
7513
7514 2004-04-16  Neil Booth  <NeilB@earthling.net>
7515
7516         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
7517         * cpplib.c: Add new syntax flags to directive table, and
7518         supporting macros.
7519
7520 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
7521
7522         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
7523         using ret $N.
7524
7525 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7526
7527         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
7528         * haifa-sched.c: Update -fsched-verbose comments to use "=".
7529
7530 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7531
7532         * Makefile.in (ggc-page.o): Now includes toplev.h.
7533         * ggc-page.c (toplev.h): Now included.
7534         (gc_time): Remove declaration.
7535         (ggc_collect): TIME now long.
7536         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
7537         others static.
7538         * toplev.h (gc_time, parse_time, gc_time): New declarations.
7539
7540         * toplev.c: Make *_time variable long to reduce chance of overflow.
7541         (TIMEVAR): Likewise for `otime'.
7542         (print_time): Arg is now long; compute percentage in FP and round.
7543         * toplev.h (print_time): Arg is long.
7544
7545         * tree.c: Minor whitespace changes.
7546
7547         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
7548         * configure: Rebuilt.
7549         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
7550         (__fixunsxfDI): Renamed from __fixunsxfdi.
7551         (__fixunsdfDI): Renamed from __fixunsdfdi.
7552         (__fixunssfDI): Renamed from __fixunssfdi.
7553         (__floatdisf): Use proper type in REP_BIT macro.
7554         (__fixunsxfSI): Renamed from __fixunsxfsi.
7555         (__fixunsdfSI): Renamed from __fixunsdfsi.
7556         (__fixunssfSI): Renamed from __fixunssfsi.
7557         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
7558         Change location of macros and upper-case some names as above.
7559         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
7560         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
7561
7562         * varasm.c (assemble_variable): Add cast to remove warning.
7563         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
7564
7565         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
7566         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
7567         region number to -1.
7568
7569 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
7570
7571         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
7572         call unshare_all_rtl.
7573
7574         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
7575
7576 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
7577
7578         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
7579         Use .s1 not .s0 for all FP instructions.
7580
7581 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
7582
7583         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
7584         interfaces.
7585         (safe_fwrite, output_line_command): New static functions.
7586         (cpp_expand_to_buffer): Now private to cpplib.
7587         (cpp_scan_buffer): Take a printer.
7588
7589         * cpphash.h: Update prototypes.
7590         * cpplib.h: Update prototypes.
7591         (cpp_printer): New.
7592         (cpp_buffer): Remove last_nominal_fname.
7593         (cpp_reader): Remove lineno.
7594
7595         * cppmain.c: Use a cpp_printer.
7596         * fix-header.c: No need to inhibit line commands.  Call
7597         cpp_start_read with no printer.
7598
7599         * cpperror.c (cpp_notice_from_errno): Provide default name.
7600         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
7601         (find_include_file, cpp_read_file): Use make_IHASH.
7602         (file_cleanup): Set control_macro and clear
7603         input_stack_listing_current here.
7604         (_cpp_execute_include): Don't output entering-file marker.
7605         * cpphash.c (special_symbol): Look for the line number in the
7606         buffer, not the reader.
7607         (_cpp_macroexpand): No need to disable line commands.
7608         (_cpp_dump_definition): No need to generate line commands.
7609         (dump_hash_helper): Remove excess newline from output.
7610         * cppinit.c (dump_special_to_buffer): No need to generate line
7611         commands.
7612         (cpp_printer_init): New.
7613         (cpp_start_read): Take a printer, and start it up if it's not
7614         NULL.  No need to generate line commands.
7615         (cpp_finish): Expect no buffers stacked at all.  Take a
7616         printer argument, and flush the output buffer if it's not
7617         NULL.
7618         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
7619         Don't put two hashes at the beginning of an assertion.
7620         (cpp_get_token): Don't increment pfile->lineno or emit line
7621         commands here.  Return EOF if there's no buffer when we get
7622         EOF.
7623         * cpplib.c (do_define, skip_if_group):
7624         No need to disable line commands.
7625         (_cpp_output_line_command): Delete function.
7626         (do_line): Don't emit line commands here, but set things up so
7627         they will be emitted if necessary.  Use _cpp_fake_ihash to
7628         make unique nominal_fnames if necessary.
7629         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
7630         with 0 for column, not -1.
7631         (_cpp_handle_eof): Don't set the control macro here.  Don't
7632         clear input_stack_listing_current here.  Don't emit line
7633         commands.
7634
7635 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
7636
7637         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
7638         always, use the default SVR4 start address.
7639
7640         * config/rs6000/linux.h (LINK_SPEC): Don't define.
7641         (LINK_SHLIB_SPEC): Define.
7642         (LINK_START_DEFAULT_SPEC): Define.
7643         (LINK_OS_DEFAULT_SPEC): Define.
7644
7645         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
7646
7647         * config/rs6000/eabi.asm (__eabi): Call __init rather than
7648         __do_global_ctors to handle constructors.
7649         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
7650         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
7651         (STARTFILE_MVME_SPEC): Likewise.
7652         (STARTFILE_SIM_SPEC): Likewise.
7653         (ENDFILE_ADS_SPEC): Use crtend.
7654         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
7655         (ENDFILE_MVME_SPEC): Likewise.
7656         (ENDFILE_SIM_SPEC): Likewise.
7657         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
7658         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
7659         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
7660         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
7661         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
7662         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
7663         (CRTSTUFF_T_CFLAGS_S): Define.
7664         * config/rs6000/eabi-ctors.c: Delete.
7665
7666         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
7667         boundary.
7668         (__fini): Likewise.
7669         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
7670         boundary.
7671         (__fini): Likewise.
7672
7673 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
7674
7675         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
7676         plus mask size is smaller or equal to the mode size.
7677
7678 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7679
7680         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
7681         not yet set.
7682
7683         * expr.c (reload.h): Now included.
7684         (emit_block_move): Set volatile_ok when checking for movstr.
7685         (emit_move_1): Check for replacements in addresses in multi-word case.
7686         * Makefile.in (expr.o): Now includes reload.h.
7687
7688         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
7689         Never have a LIBCALL end a basic block.
7690         (find_basic_blocks_1): Likewise.
7691         Reorganize CALL_INSN cases.
7692
7693         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
7694
7695 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
7696
7697         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
7698         completers from mov.ret instruction.
7699
7700 2000-04-14  Richard Henderson  <rth@cygnus.com>
7701
7702         * fold-const.c (extract_muldiv): Don't distribute and widen
7703         multiply across plus for non-sizetype unsigned types.
7704
7705 2000-04-14  Richard Henderson  <rth@cygnus.com>
7706
7707         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
7708         If the original source is dead in the incr insn, it's dead now.
7709
7710 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7711
7712         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
7713         see if DECL_BIT_FIELD needs to still be set.
7714
7715         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
7716
7717         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
7718         print_int_cst_octal with something that's not an INTEGER_CST.
7719
7720         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
7721         and not a SUBREG to a FLOAT rtl.
7722
7723 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
7724
7725         * emit-rtl.c (try_split): Avoid infinite loop if the split
7726         results in a sequence that contains the original insn.
7727
7728 2000-04-13  Andreas Jaeger  <aj@suse.de>
7729
7730         * config/mips/mips.c (expand_block_move): Pass alignment
7731         argument to move_by_pieces in bits, not bytes.
7732
7733         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
7734         __pic__ for little endian.
7735
7736 2000-04-13  Andreas Jaeger  <aj@suse.de>
7737
7738         * config/i386/i386-protos.h: Add prototype for
7739         uno_comparison_operator.
7740
7741 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7742
7743         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
7744         * calls.c (ECF_PURE): New flag.
7745         (emit_call_1): Handle ECF_PURE calls.
7746         (initialize_argument_information): Unset ECF_PURE flag too.
7747         (precompute_arguments): Precompute for ECF_PURE too.
7748         (expand_call): Handle ECF_PURE calls too.
7749         (emit_library_call_value_1): Rename no_queue argument to fn_type,
7750         accept value of 2 as pure function.
7751         (emit_library_call_value, emit_library_call): Rename no_queue argument
7752         to fn_type.
7753         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
7754
7755         * tree.h (DECL_IS_PURE): New macro.
7756         (struct tree_decl): Add pure_flag.
7757         * c-common.c (enum attrs): Add attribute "pure".
7758         (init_attributes): Initialize attribute "pure"
7759         (decl_attributes): Handle attribute "pure".
7760         * extend.texi (Attribute "pure"): Document.
7761         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
7762         in pure function.
7763         (flags_from_decl_or_type): Support attribute "pure".
7764
7765 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
7766
7767         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
7768         the token except for numbers and identifiers.
7769
7770 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
7771
7772         * i386.c (ix86_expand_binary_operator,
7773         ix86_expand_unary_operator): Check no_new_pseudos
7774         instead of reload_in_progress and reload_completed.
7775         (ix86_split_ashldi, ix86_split_ashrdi,
7776         ix86_split_lshrdi): Check no_new_pseudos instead
7777         of reload_completed.
7778
7779 2000-04-12  Jeffrey A Law  (law@cygnus.com)
7780
7781         * function.c (purge_addressof): Unshare any shared rtl created by
7782         purge_addressof and its children.
7783
7784 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7785
7786         * function.c (aggregate_value_p): VOID_TYPE nodes are never
7787         aggregates.
7788
7789 2000-04-05  Andreas Jaeger  <aj@suse.de>
7790
7791         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
7792         not compiling PIC code, add flags for mabi=64.
7793         (SUBTARGET_CPP_SIZE_SPEC): New.
7794         (SUBTARGET_CPP_SPEC): New.
7795         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
7796         for MIPS/Linux and lots of code needs these defines.
7797
7798 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
7799
7800         * reorg.c (fill_slots_from_thread): Check side_effects_p when
7801         trying the "opposite arithmetic" approach.
7802
7803 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7804
7805         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
7806         (struct sh_args): Add new field force_mem.
7807         (INIT_CUMULATIVE_ARGS): Initialize it.
7808         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
7809
7810 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7811
7812         * calls.c (expand_call): Do not reverse args in "equal from" field.
7813         (emit_library_call_value_1): Emit_libcall_block for const and pure
7814         function.
7815
7816 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7817
7818         * reload1.c (reload_combine): Don't enable optimization for fixed
7819         registers when encountering a BARRIER.
7820
7821 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7822
7823         * builtins.c (expand_builtin_memcmp): Do expansion even with
7824         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
7825
7826         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
7827         stack is propertly aligned; add sanity checking for aligned
7828         stack pointer.
7829         (expand_library_call_value_1): Add sanity checking for aligned
7830         stack pointer.
7831
7832 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
7833
7834         * calls.c (emit_library_call_value_1): Change 3rd arg to
7835         locate_and_pad_parm to disregard the setting of partial.
7836
7837 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7838
7839         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
7840
7841         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
7842         CALL_INSN from the normal case.
7843
7844 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7845
7846         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7847         New global variables.
7848         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
7849         adjustment.
7850         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7851         Declare,
7852         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
7853          TARGET_ADD_ESP_8): New macros.
7854         * i386.md: Add peep2s to convert esp adjustments to push and pop
7855         instructions.
7856         (pushsi_prologue, popsi_epilogue): New patterns.
7857
7858 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7859
7860         * real.c (toe64): Remove stale #endif from the last change.
7861
7862 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
7863
7864         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
7865         * real.c (toe64): Revert previous change.
7866
7867 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7868
7869         * objc/objc-act.c: Include ggc.h.
7870         (objc_tree_index, objc_global_trees): Convert most of the
7871         static tree variables into a static array with previous names
7872         as defines.
7873         (objc_ellipsis_node): New variable.
7874         (lang_init): Call objc_act_parse_init and c_parse_init.
7875         Create objc_ellipsis_node.
7876         (build_selector_translation_table): Use objc_ellipsis_node instead
7877         of (tree)1.
7878         (hack_method_prototype): Likewise.
7879         (get_arg_type_list): Likewise.
7880         (start_method_def): Likewise.
7881         (continue_method_def): Likewise.
7882         (gen_method_decl): Likewise.
7883         (ggc_mark_imp_list): New function.
7884         (ggc_mark_hash_table): New function.
7885         (objc_act_parse_init): New function.
7886         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
7887         * c-parse.in (c_parse_init): For objc add roots of objc specific
7888         local tree variables.
7889         * objc/objc-parse.y: Rebuilt.
7890         * objc/objc-parse.c: Rebuilt.
7891         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
7892
7893 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
7894
7895         * cse.c (delete_trivially_dead_insns): Also delete insns
7896         that copy a register to itself where the destination is
7897         a strict_low_part.
7898
7899 2000-04-11  Richard Henderson  <rth@cygnus.com>
7900
7901         * flow.c (struct propagate_block_info): Add new_dead, new_live.
7902         (propagate_block): Initialize them.  Use them in parallel instead
7903         of one tmp variable, ie revert much of the 0408 and 0407 functional
7904         changes, but keep the structural changes.
7905         (mark_set_regs): Take new_dead from propagate_block_info instead.
7906         (mark_set_1, mark_set_reg): Likewise.
7907         (mark_used_regs): Likewise with new_live.
7908         (mark_used_reg): Likewise.  Revert 0408 change.
7909
7910 2000-04-11  Nick Clifton  <nickc@cygnus.com>
7911
7912         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
7913         restriction.
7914         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
7915
7916 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7917
7918         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
7919         const section to output a CONSTRUCTOR based on the same conditions
7920         used for VAR_DECLs.
7921
7922 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
7923
7924         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
7925         * pa/pa-protos.h (output_call): Add additional argument indicating
7926         if the call is a sibling/tail call.
7927         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
7928         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
7929         (function_arg, function_arg_partial_nregs): Likewise
7930         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
7931         (emit_move_sequence): Zero extend certain constants as needed
7932         for TARGET_64BIT.
7933         (compute_zdepdi_operands, output_64bit_and): New functions.
7934         (output_64bit_ior, function_arg): Likewise.
7935         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
7936         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
7937         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
7938         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
7939         (output_bvb): Likewise.
7940         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
7941         (output_call): New argument 'sibcall'.  Generate sibcall sequences
7942         as needed.
7943         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
7944         (ouput_arg_descriptor): Do not emit argument descriptors for
7945         TARGET_64BIT.
7946         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
7947         defined.
7948         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
7949         (FUNCTION_OK_FOR_SIBALL): Define.
7950         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
7951         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
7952         (CPP_SPEC): Use new spec infrastructure.
7953         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
7954         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
7955         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
7956         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
7957         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
7958         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
7959         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
7960         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
7961         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
7962         (FUNCTION_ARG); Call out to C code.
7963         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7964         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
7965         (MIN_UNITS_PER_WORD): Likewise.
7966         * pa/pa.md (cmpdi): New expander.
7967         (scc patterns, movstrsi): Not available for TARGET_64BIT.
7968         (64bit conditional arithmetic): New patterns.
7969         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
7970         (movsicc): Not available if modes on all the operands to not match.
7971         (movdicc): New expander and associated patterns.
7972         (64bit branches): New patterns.
7973         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
7974         (pre_ldd, post_std): New patterns.
7975         (64bit addil, load low part): New patterns.
7976         (special movsf constant): Not available for TARGET_64BIT.
7977         (movsf, movdf expanders): Force constants into memory.
7978         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
7979         (64bit movdf/movdi patterns): New patterns.
7980         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
7981         for TARGET_64BIT.
7982         (extendqidi2, extendhidi2, extendsidi2): Similarly.
7983         (adddi3 expander): Allow "arith_operand" for second input.
7984         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
7985         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
7986         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
7987         (muldi3): New expander for TARGET_64BIT.
7988         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
7989         for TARGET_64BIT.
7990         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
7991         patterns for TARGET_64BIT.
7992         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
7993         patterns for TARGET_64BIT.
7994         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
7995         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
7996         (sibcall_epilogue): New expander.
7997         (casesi): Tweak for TARGET_64BIT.
7998         (call expanders): Set & use the outgoing argument pointer.  Use the
7999         64bit call patterns as needed. Add additional arg to output_call.
8000         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8001         (sibcall, sibcall_internal_symref): New expanders.
8002         (sibcall_value, sibcall_value_internal_symref
8003         (interspace_jump): Turn into an expander + matching patterns.
8004         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8005         * pa/pa64-regs.h: Eliminate trigraph sequences.
8006         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8007
8008 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8009
8010         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8011         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8012         cpp_token with cpp_ttype everywhere.
8013         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8014         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8015         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8016         long.
8017         * cpplex.c (cpp_buf_line_and_col): Delete.
8018         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8019         'long lineno' to 'unsigned int lineno'.
8020         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8021
8022 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8023
8024         * extend.texi: ISO C99 is not a draft anymore.
8025         * invoke.texi: ISO C++ is not a draft anymore.
8026         * cpp.texi: __cplusplus is required by the ISO standard.
8027
8028         * extend.texi (-fthis-is-variable): Undocument.
8029         * flags.h (warn_template_debugging): Remove declaration.
8030         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8031         -Wenum-clash, -Wtemplate-debugging): Undocument.
8032
8033 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8034
8035         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8036         integer.
8037         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8038         integer.
8039         (ARM_SIGN_EXTEND): Use HOST_UINT.
8040         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8041         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8042         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8043         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8044
8045         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8046         (arm_gen_constant): Use HOST_UINT.
8047         (arm_canonicalize_constant): Use HOST_UINT.
8048         (arm_reload_in_hi): Use HOST_UINT.
8049         (arm_reload_out_hi): Use HOST_UINT.
8050         (output_multi_immediate): Use HOST_UINT.
8051         (int_log2): Use HOST_UINT.
8052         (arm_poke_function_name): Use HOST_UINT.
8053         (arm_output_epilogue): Use arm_volatile_func().
8054         (output_thumb_prologue): Use arm_strip_name_encoding().
8055
8056 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8057
8058         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8059         of sequence point problems.
8060
8061 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8062
8063         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8064         Recomment.
8065         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8066
8067 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8068
8069         * sbitmap.h: Whitespace changes and use upper-case macro args.
8070         (struct simple_bitmap_def): All sizes now unsigned.
8071         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8072         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8073         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8074         (sbitmap_zero): Cast bzero arg to PTR.
8075         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8076         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8077         loop to make structure clearer.
8078         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8079         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8080         (sbitmap_a_and_b_or_c): Likewise.
8081         (sbitmap_intersection_of_succs): Minor cleanups.
8082         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8083         (sbitmap_union_of_preds): Likewise.
8084         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8085         (debug_sbitmap): New function.
8086
8087         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8088         * c-typeck.c (convert_for_assignment): Likewise.
8089
8090         * expmed.c (init_expmed): Don't free objects we make.
8091         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8092
8093         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8094         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8095
8096         * gcse.c (expr_hash_table_size): Now unsigned.
8097         (compute_ae_gen): Local variable `i' now unsigned.
8098         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8099         (compute_transout, hoist_code): Likewise.
8100         (compute_local_properties): Likewise, also hash_table_size.
8101         (alloc_expr_hash_table): N_INSNS now unsigned.
8102         (delete_null_pointer_checks): Mark arg F as unused.
8103
8104         * regrename.c: Minor cleanups, including chang some variables
8105         to unsigned int.
8106
8107 2000-04-10  Neil Booth  <NeilB@earthling.net>
8108
8109         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8110         than GETC ().
8111         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8112
8113 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8114
8115         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8116         __classof__, and __headof__ from the list of gnu keywords.
8117         (-ansi): Remove -foperator-names from list of implied options.
8118         Do not call it ANSI C++.
8119         (-foperator-names): Document as -fno-operator-names.
8120
8121 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8122
8123         * cpphash.c (timestamp): Delete.
8124         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8125         (special_symbol): Remove unnecessary braces.  Remove
8126         T_VERSION.  Treat T_STDC like T_CONST unless
8127         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8128         when one is encountered, then convert them into T_MCONST
8129         nodes.
8130         * cppinit.c (builtin_array): version_string is T_MCONST.
8131         __STDC__ has a "1" in its cpval.  Don't have a terminator
8132         entry.  Clean up which entries are dumped.
8133         (initialize_builtins): Only __STDC__ gets the special
8134         -traditional treatment.  Count the length of builtin_array.
8135         Render version_string here.
8136         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8137         * cpplib.h (struct cpp_reader): Remove timebuf.
8138
8139 2000-04-09  Richard Henderson  <rth@cygnus.com>
8140
8141         * genrecog.c (pred): Update comparison_operator for the unordered
8142         operators.
8143
8144         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8145         operators.
8146         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8147         (uno_comparison_operator): New.
8148         (put_condition_code): Handle UNORDERED/ORDERED.
8149         (unsigned_comparison): Likewise.
8150         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8151         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8152         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8153         update all callers.  Handle all 8 unordered operators.
8154         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8155         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8156         * config/i386/i386.h (PREDICATE_CODES): Update.
8157         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8158         (ix86_expand_branch, ix86_expand_setcc): Update.
8159         * config/i386/i386.md (sunordered, sordered): New.
8160         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8161         (bunordered, bordered): New.
8162         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8163         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8164         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8165
8166 2000-04-09  Philip Blundell  <philb@gnu.org>
8167
8168         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8169
8170 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8171
8172         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8173         fix_truncxfhi2): New patterns.
8174         * i386.c (output_fix_trunc): Handle converting to HImode.
8175
8176 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8177
8178         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8179         life_analysis.
8180         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8181         (for_each_successor_phi): Change parameter to basic_block.
8182         (coalesce_regs_in_successor_phi_nodes): Likewise.
8183         (coalesce_regs_in_copies): Likewise.
8184         (compute_coalesced_reg_partition): Use basic_block instead of index.
8185         * rtl.h (convert_to_ssa): Delete.
8186         (convert_from_ssa): Likewise.
8187         (successor_phi_fn): Likewise.
8188         (for_each_successor_phi): Likewise.
8189         (in_ssa_form): Likewise.
8190         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8191         (convert_from_ssa): Likewise.
8192         (successor_phi_fn): Likewise.
8193         (in_ssa_form): Likewise.
8194         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8195         * flow.c (calculate_global_regs_live): Pass a basic_block to
8196         for_each_successor_phi.
8197
8198 2000-04-08  Richard Henderson  <rth@cygnus.com>
8199
8200         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8201         was modified in the current insn.
8202
8203 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8204
8205         * arm/thumb.md: Delete.
8206         * arm/thumb-protos.h: Delete.
8207
8208 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8209
8210         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8211
8212         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8213
8214         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8215         into branch.
8216
8217         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8218         define_expand.
8219         (*arm_nop, *thumb_nop): Delete.
8220
8221         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8222         constants.  Use casts instead.
8223         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8224         output_multi_immediate, arm_poke_function_name): Likewise.
8225         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8226         MASK_RETURN_ADDDR): Likewise.
8227
8228         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8229
8230         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8231         into branch.
8232
8233         * arm.md (eh_epilogue): New function.
8234         * arm.h (struct machine_function): Move to here ...
8235         * arm.c: ... from here.
8236         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8237         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8238         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8239
8240         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8241
8242         * config/arm/semi.h (ASM_SPEC): Restore definition.
8243         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8244
8245         * config/arm/elf.h (ASM_SPEC): Restore definition.
8246         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8247
8248         * config/arm/arm.h (ASM_SPEC): Remove definition.
8249         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8250
8251         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8252
8253         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8254
8255         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8256
8257         Various formating tidyups, elimination of compile time
8258         warnings and synchronisation with internal sources:
8259
8260         * config/arm/arm-protos.h (assemble_align): Add prototype.
8261         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8262         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8263         (arm_return_addr_rtx): Rename to arm_return_addr.
8264
8265         * config/arm/arm.c: Include except.h.
8266         Define shorter typenames for strict minipool_node and struct
8267         minipool_fix.
8268         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8269         in memory.
8270         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8271         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8272
8273         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8274         already defined.
8275         (ASM_SPEC): Define if not already defined.
8276         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8277
8278         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8279         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8280         arm_gen_compare_reg.
8281         (indirect_jump):  Only accept register operands.
8282         (load_indirect_jump): Keep this pattern since combine can generate
8283         it.
8284
8285         * config/arm/coff.h: Include aout.h.
8286         (MULTILIB_DEFAULTS): Only define if not already defined.
8287
8288         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8289         into arm.h (so that COFF ports can support thumb based aliases).
8290         (ASM_SPEC): Move definition into arm.h
8291
8292         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8293         redundant apcs spec.
8294         (ASM_SPEC): Move definition to arm.h
8295
8296         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8297
8298         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8299         for entries in the .bss section
8300
8301         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8302
8303         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8304         to thumb_far_jump_used_p.
8305
8306         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8307         single integer parameter.
8308
8309         * config/arm/arm.c (struct machine_function): Add two new
8310         fields, 'far_jump_used' and 'arg_pointer_live'.
8311         (thumb_far_jump_used_p): Once the decision has been made that
8312         far jumps might be used, always return true.
8313         If being called from the initial elimination offset macro then
8314         do not bother to perform the test if the arg pointer is not
8315         being used.
8316         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8317         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8318
8319         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8320
8321         * arm.c (output_return_instruction): Handle more cases where we can
8322         return from a function with an ldr instruction.
8323         (arm_output_epilogue): Likewise.
8324
8325         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8326         if we need to push a large stack frame and there are no callee-saved
8327         registers.
8328
8329         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8330         in ARM code if the frame pointer has been eliminated.
8331
8332         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8333         unspec_volatile arguments to avoid duplicates.
8334         (consttable_1, consttable_2): Fixes for big-endian mode.
8335
8336         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8337         as appropriate.
8338
8339         Re-write constant pool code.
8340         * arm.c (minipool_node, minipool_fix): New types.
8341         (minifix): Delete type.
8342         (arm_add_minipool_constant): Delete.
8343         (arm_compute_minipool_offsets, arm_find_barrier,
8344         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8345         (get_jump_table_size): Now returns HOST_WIDE_INT.
8346         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8347         functions.
8348         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8349         (assign_minipool_offsets, arm_print_value): Likewise.
8350         (dump_minipool): Rewrite.
8351         (arm_barrier_cost): New function.
8352         (create_fix_barrier): New function.
8353         (push_minipool_barrier): New function.
8354         (push_minipool_fix): Record additional information about the fixup
8355         required.
8356         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8357         check the mode of what needs fixing.
8358         (arm_reorg): Rewrite.
8359
8360         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8361
8362         * config/arm/arm.md (indirect_jump): Force constant addresses into
8363         a register.
8364
8365         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8366
8367         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8368
8369         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8370
8371         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8372         adjust is word aligned.
8373         (thumb_expand_epilogue): Make sure that stack adjust is word
8374         aligned.
8375
8376         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8377
8378         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8379
8380         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8381         pointer relative addresses.
8382
8383         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8384
8385         * arm.c (find_barrier): Find the last barrier within the allowed
8386         range.
8387
8388         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8389
8390         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8391
8392         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8393
8394         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8395         ARM_FUNCTION_PROFILER.
8396
8397         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8398         ARM_FUNCTION_PROFILER.
8399
8400         * config/arm/linux-oldld.h: Imported from mainline sources.
8401
8402         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8403
8404         * config/arm/lib1funcs.asm: Merge in thumb functions from
8405         lib1thumb.asm.
8406
8407         * config/arm/lib1thumb.asm: Delete.
8408
8409         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8410
8411         * config/arm/arm.c: Sychronised with current Red hat local
8412         sources.
8413         * config/arm/arm.h: Ditto.
8414         * config/arm/arm-protos.h: Ditto.
8415
8416         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8417
8418         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8419
8420         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8421         byte stores.
8422
8423         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8424
8425         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8426
8427         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8428         (return) was emited using an emit_insn() call.
8429
8430         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8431
8432         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8433         thumb stack frame.
8434         (thumb_exit): Move frame pointer back into hard frame pointer
8435         register if backtracing is being used.
8436
8437         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8438
8439         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8440         into branch.
8441
8442         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8443
8444         * config/arm/arm.md (neg_pool_offset): Provide default for new
8445         attribute.
8446         (arm_movsi_insn): Add neg_pool_offset attribute.
8447         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8448         rtx for the insn that starts the scan and an unsigned long for its
8449         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8450         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8451         instructions in *PINSERTED.
8452         (struct minipool_fixup): Add MIN_ADDRESS elt.
8453         (sort_fixups): Compute it.
8454         (arm_reorg): Changes to support inserting pools before the insn to be
8455         fixed up.
8456
8457         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8458
8459         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8460         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8461         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8462
8463         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8464
8465         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8466         defined.
8467         (TARGET_DEFAULT): Do not define if already defined.
8468
8469         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8470
8471         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8472         (iordi3): Allow disjoint source operands.
8473         (xordi3): Allow disjoint source operands.
8474         (negdi2): Permit construction for ARM and Thumb.
8475         (arm_negdi2): Renamed version of old negdi2 pattern.
8476         (thumb_negdi2): New pattern: Only permit non-overlapping
8477         source and destination.
8478
8479         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
8480
8481         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
8482         scratch low register so that it will not be deleted.
8483
8484         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
8485
8486         * config/arm/pe.h (ARM_PE): Define.
8487
8488         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
8489         interfacearm attribute if this is a PE toolchain.
8490         (output_return_instruction): Do not emit anything if the function
8491         has the naked attribute set.
8492         (is_called_in_ARM_mode): If the function has the interfacearm
8493         attribute then return true.
8494         (thumb_expand_prologue): Do not generate a prologue for naked
8495         functions.
8496         (thumb_expand_epilogue): Do not generate an epilogie for a naked
8497         function.
8498         (output_thumb_prologue): Do not bother if the function is naked.
8499         Strip PE encoding from function name before emitting.
8500
8501         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
8502
8503         * arm.md (pic_load_addr): Fix constraints.
8504
8505         * arm.md (casesi_insn): Fix mis-applied patch.
8506
8507         * arm.md ("core" function unit): Add rules for single- and
8508         multi-cycle insns.
8509         (All TARGET_THUMB patterns): Add "type" attribute information
8510         where needed.
8511         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
8512         the following insn is a CALL.
8513
8514         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
8515         pointer.
8516         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
8517         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
8518         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
8519
8520         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
8521
8522         * config/arm/linux-gas.h: oops - this file was missed out when the
8523         branch was created...
8524
8525         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
8526
8527         * thumb.c: Deleted.  Move contents to ...
8528         * arm.c: ... here.
8529         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
8530         rule for thumb.o
8531         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
8532         * configure: Regen.
8533
8534         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
8535         declare a prototype for asm_output_align();
8536
8537         * arm.c (thumb_condition_code): Delete.
8538         (arm_print_operand): Always use arm_condition_code array.
8539
8540         * arm.c (thumb_return_addr_rtx): Delete.
8541         (arm_save_machine_status, arm_restore_machine_status): Delete.
8542         (arm_init_machine_status, arm_mark_machine_status): New functions.
8543         (arm_init_expanders): Update accordingly.
8544         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
8545         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
8546         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
8547
8548         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
8549
8550         * configure.in : Fix arm-*-aout target to use new t-arm-aout
8551         script.
8552         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
8553         targets.
8554
8555         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
8556
8557         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
8558         stack backtrace structure.
8559
8560         * config/arm/arm-protos.h: Add prototypes for functions defined in
8561         arm/pe.h.
8562
8563         * config/arm/arm.c (arm_override_options): Fix selection of
8564         attributes of default processor.
8565
8566         * config/arm/coff.h: Delete needless #include.
8567
8568         * config/arm/pe.c: Delete unused code.
8569
8570         * config/arm/pe.h (CPP_DEFINES): Delete
8571         (SUBTARGET_CPP_SPEC): Define.
8572         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
8573
8574         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
8575
8576         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
8577
8578         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
8579         updated.
8580         (CAN_DEBUG_WITHOUT_FP): Define.
8581         (FIXED_REGISTERS): Make r11 call-saved.
8582         (CALL_USED_REGISTERS): Likewise.
8583         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
8584         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
8585         frame-pointer is required.
8586         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
8587         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
8588         if the target normally needs a stack frame in non-leaf functions.
8589         (use_return_insn): Correct logic for determining when a return
8590         instruction can be used.
8591         (output_return_instruction): Handle the frame-pointer register as
8592         a normal register when not TARGET_APCS_FRAME.
8593         (arm_output_prologue): Likewise.
8594         (arm_output_epilogue): Likewise.
8595         (output_func_epilogue): Likewise.
8596         (arm_expand_prologue): Likewise.
8597         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
8598
8599         * arm.c (use_return_insn): No need to check floating point regs if
8600         TARGET_SOFT_FLOAT.
8601         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
8602         the code of value stored in the minipool array.
8603         (arm_add_minipool_constant): Likewise.
8604
8605 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8606
8607         * basic-block.h (conflict_graph_enum_fn): K&R fix.
8608
8609 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8610
8611         * tree.c (tree_expr_nonnegative_p): New function.
8612
8613         * tree.h (tree_expr_nonnegative_p): Declare.
8614
8615         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
8616         elide some sign_compare warnings.
8617         (build_conditional_expr): Likewise.
8618
8619 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
8620
8621         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
8622
8623         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
8624         * i386.c (print_operand): Use the proper suffix for a 387 HImode
8625         operand.  Abort if a 387 operand has an unsupported size.
8626
8627 2000-04-08  Neil Booth  <NeilB@earthling.net>
8628
8629         * cppexp.c (parse_charconst): Null does not end character
8630         constants.
8631         * cppinit.c (ISTABLE): Null character handled as whitespace.
8632         * cpplex.c (null_warning):  new function.
8633         (skip_string): Emit warning if nulls encountered.
8634         (_cpp_skip_hspace): Emit warning if nulls encountered.
8635         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
8636         them.
8637         * cpp.texi: Update.
8638
8639 2000-04-07  Richard Henderson  <rth@cygnus.com>
8640
8641         * flow.c (loop_depth): Remove.
8642         (reg_next_use, cc0_live, mem_set_list): Replace with ...
8643         (struct propagate_block_info): New.
8644         (life_analysis): Don't allocate reg_next_use.
8645         (propagate_block_delete_insn): Break out of propagate_block.
8646         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
8647         (propagate_block_delete_libcall): Likewise.
8648         (propagate_block): Create a propagate_block_info struct to pass
8649         to subroutines.  Allocate one not two temporary regsets.  Don't
8650         clobber memory for const calls.  Look for clobbers in
8651         CALL_INSN_FUNCTION_USAGE.
8652         (mark_set_regs): Recognize COND_EXEC.
8653         (mark_set_reg): Break out of mark_set_1.
8654         (mark_used_reg): Break out of mark_used_regs.
8655         (mark_used_regs): Recognize COND_EXEC.
8656         (insn_dead_p): Use propagate_block_info struct.
8657         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
8658         (find_auto_inc, try_pre_increment_1): Likewise.
8659         (print_rtl_with_bb): Dump regs live at end too.
8660         (count_reg_sets_1): Pass in loop_depth.
8661         (count_reg_sets, count_reg_references): Likewise.
8662         (recompute_reg_usage): Provide it.
8663
8664 2000-04-07  Richard Henderson  <rth@cygnus.com>
8665
8666         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
8667         not the raw files.
8668
8669 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8670
8671         * cpplib.c (do_elif): Skip the rest of the line if we're
8672         not going to bother evaluating it.
8673         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
8674         to avoid pointless calls to the lexer.
8675
8676 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
8677
8678         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
8679
8680 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
8681
8682         * calls.c (expand_call): emit_queue if we're trying a sibcall.
8683
8684 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
8685
8686         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
8687
8688 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
8689
8690         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
8691         crtend so they can be multilibbed.
8692         (STAGESTUFF): Remove s-crt and s-crtS.
8693
8694 2000-04-07  Richard Henderson  <rth@cygnus.com>
8695
8696         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
8697         if we discover we need a pseudo and no_new_pseudos is true.
8698         * config/alpha/alpha.md (ne:DI insn): New.
8699         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
8700
8701 2000-04-07  Richard Henderson  <rth@cygnus.com>
8702
8703         * rtl.def (COND_EXEC): New.
8704         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
8705         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
8706
8707         * genconfig.c (have_cond_arith_flag): Remove.
8708         (have_cond_exec_flag): New.
8709         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
8710         (main): Print HAVE_conditional_execution.
8711
8712         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
8713         (sched_analyze_insn, print_pattern): Likewise.
8714         * reload.c (find_equiv_reg): Likewise.
8715         * rtlanal.c (reg_referenced_p): Likewise.
8716         (note_stores, dead_or_set_regno_p): Likewise.
8717         (reg_overlap_mentioned_p): Rewrite to use a switch.
8718
8719         * ggc.h (struct rtx_def): Forward declare.
8720
8721         * print-rtl.c (debug_rtx_range): New.
8722         * rtl.h (debug_rtx_range): Declare.
8723
8724         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
8725
8726         * gcse.c (gcse_main): Don't rebuild the CFG here.
8727         (delete_null_pointer_checks): Likewise.
8728         * ssa.c (convert_to_ssa): Likewise.
8729         * toplev.c (rest_of_compilation): Do it here instead.  Combine
8730         sequential calls to TIMEVAR.  Consistently use `insns' instead of
8731         `get_insns()'.  Always split insns after reload when optimizing.
8732
8733         * basic-block.h (merge_blocks_nomove): Declare.
8734         (tidy_fallthru_edge): Declare.
8735         * flow.c (merge_blocks_nomove): Document as merging into previous
8736         blocks.  Remove cruft from between blocks; remove all edges out of A.
8737         (tidy_fallthru_edge): Export.
8738
8739 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8740
8741         * ssa.c (compute_conservative_reg_partition): Declare with
8742         void arguments.
8743         * toplev.c (clean_dump_file): Remove previously-deleted function
8744         inadvertantly merged back in.
8745         * conflict.c (conflict_graph_add): Use a single call to
8746         htab_find_slot to look up and insert.
8747
8748 2000-04-06  Richard Henderson  <rth@cygnus.com>
8749
8750         * genrecog.c (*): Rename _last_insn to last_insn.
8751         (make_insn_sequence): Set the position of the peephole2 C test
8752         to be at the last insn.
8753
8754 2000-04-06  Richard Henderson  <rth@cygnus.com>
8755
8756         * flow.c (compute_flow_dominators): Free worklist.
8757
8758 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
8759
8760         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
8761
8762 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8763
8764         * rtl.h (INSN_P): New macro.
8765         (successor_phi_fn): New typedef.
8766         (for_each_successor_phi): New prototype.
8767         (in_ssa_form): New variable.
8768         (PHI_NODE_P): Likewise.
8769         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
8770         phi nodes in successors.
8771         (mark_used_regs): Add PHI case.
8772         (set_phi_alternative_reg): New function.
8773         (life_analysis): Assert that dead code elimination is not selected
8774         when in SSA form.
8775         * toplev.c (to_ssa_time): New variable.
8776         (from_ssa_time): Likewise.
8777         (compile_file): Zero to_ssa_time and from_ssa_time.
8778         Print time to convert to and from SSA.
8779         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
8780         (print_time): Compute percent fraction as integer.
8781         * ssa.c (PHI_NODE_P): Moved to rtl.h.
8782         (convert_to_ssa): Check if we're already in SSA.
8783         Don't eliminate dead code in life_analysis.
8784         Rerun flow and life analysis at bottom.
8785         (eliminate_phi): Use canonical regnos when adding nodes.
8786         (mark_reg_in_phi): New function.
8787         (mark_phi_and_copy_regs): Likewise.
8788         (convert_from_ssa): Rerun life analysis at top.
8789         Use coalesced partition.
8790         Check for removing a phi node at the end of the block.
8791         (compute_coalesced_reg_partition): New function.
8792         (coalesce_regs_in_copies): Likewise.
8793         (coalesce_reg_in_phi): Likewise.
8794         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
8795         (for_each_successor_phi): Likewise.
8796         (rename_context): New struct.
8797         (rename_block): Use a rename_context with rename_insn_1.  When
8798         renaming sets of a subreg, emit a copy of the entire reg first.
8799         (rename_insn_1): Treat data as a rename_context *.  Save current
8800         insn in set_data.
8801         (rename_set_data): Add field set_insn.
8802         * Makefile.in (HASHTAB_H): Move up in file.
8803         (OBSTACK_H): New macro.
8804         (collect2.o): Use OBSTACK_H in dependencies.
8805         (sdbout.o): Likewise.
8806         (emit-rtl.o): Likewise.
8807         (simplify-rtx.o): Likewise.
8808         (fix-header.o): Likewise.
8809         (OBJS): Add conflict.o.
8810         (conflict.o): New rule.
8811         * basic-block.h: Include partition.h.
8812         (conflict_graph): New typedef.
8813         (conflict_graph_enum_fn): Likewise.
8814         (conflict_graph_new): New prototype.
8815         (conflict_graph_delete): Likewise.
8816         (conflict_graph_add): Likewise.
8817         (conflict_graph_conflict_p): Likewise.
8818         (conflict_graph_enum): Likewise.
8819         (conflict_graph_merge_regs): Likewise.
8820         (conflict_graph_print): Likewise.
8821         (conflict_graph_compute): Likewise.
8822         * conflict.c: New file.
8823
8824 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
8825
8826         * tlink.c (read_repo_files): Don't look for .rpo info for
8827         linker flags.
8828
8829 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8830
8831         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
8832
8833 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8834
8835         * config/sh/lib1funcs.asm (___udivsi3_i4):
8836         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
8837         only depends on FMOVD_WORKS.
8838
8839 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8840
8841         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
8842         make double constant 8-byte aligned.
8843
8844 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
8845
8846         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
8847         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
8848         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
8849         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
8850         Accept storing GENERAL_REGS into offsetable memory.
8851         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
8852         building a TFmode constant other than 0.0L into GENERAL_REGS.
8853
8854 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
8855
8856         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
8857
8858 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
8859
8860         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
8861         (macro_cleanup): No need to cast pbuf->macro.
8862         (collect_expansion): Use _cpp_get_define_token.  Goto done if
8863         it returns VSPACE.  Remove check for trailing space after
8864         CPP_COMMENT.
8865         (_cpp_create_definition): Don't diddle flags here.  Return
8866         directly on error.
8867         (unsafe_chars): Handle c1 being EOF.
8868         (push_macro_expansion): Use unsafe_chars for both accidental-paste
8869         checks.  Don't push the buffer till after we're done with
8870         them.
8871         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
8872         (PEEKN, FORWARD, GETC, PEEKC): Use them.
8873         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
8874         appropriately.
8875         (_cpp_parse_assertion): Don't NUL terminate.
8876         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
8877         hspace before calling _cpp_parse_assertion.  Remove all sets
8878         of only_seen_white. Treat '\f' as hspace.  Don't do anything
8879         special with '\n' here.
8880         (maybe_macroexpand): Handle T_EMPTY hash entries without
8881         pushing a buffer at all.
8882         (cpp_get_token): Handle clearing only_seen_white here.  Handle
8883         incrementing the line number here.  Clear
8884         potential_control_macro as well as only_seen_white, if
8885         appropriate.
8886         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
8887         (_cpp_get_define_token): New function, basically like
8888         _cpp_get_directive_token was but doesn't eat horizontal space.
8889         Don't do anything with only_seen_white here.
8890         (_cpp_get_directive_token): Just call _cpp_get_define_token
8891         repeatedly till it returns non-hspace.
8892
8893         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
8894         (conditional_skip, skip_if_group): Return int.
8895         (DIRECTIVE_TABLE): Change origin of all conditional directives
8896         to "COND".
8897         (TRAD_DIRECT_P): New macro.
8898         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
8899         an error for a bogus directive, unless -lang-asm.  Use
8900         TRAD_DIRECT_P. Loop calling handler functions till one returns
8901         zero.
8902         (get_macro_name): Don't diddle flags here.
8903         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
8904         Create T_EMPTY nodes for #define macro /* nothing */.
8905         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
8906         Use hp->name when calling pass_thru_directive.
8907         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
8908         Return the result of conditional_skip and/or skip_if_group.
8909         Don't call _cpp_output_line_command.
8910         (consider_directive_while_skipping): Use _cpp_get_directive_token.
8911         Issue -Wtraditional warnings as appropriate.  Don't complain
8912         about unrecognized directives.  If we are to stop skipping,
8913         return the number of the directive that ended the skip.
8914         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
8915         expansion and line commands while skipping.  Return the result
8916         of consider_directive_while_skipping, if nonzero.
8917         (do_endif): Just set potential_control_macro here.
8918         (validate_else): Use _cpp_get_directive_token.
8919         (do_assert, do_unassert): Don't save pointers into the
8920         token_buffer across calls to the lexer.  Use
8921         _cpp_get_directive_token.
8922
8923         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
8924         pointer, not an offset.  Replace 'data', which was a generic
8925         pointer, with 'macro', which points to a struct hashnode.
8926         (cpp_reader): Add 'potential_control_macro' pointer.
8927         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
8928         (CPP_BUF_GET, CPP_FORWARD): Delete.
8929         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
8930         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
8931         ACTIVE_MARK_P): Update.
8932         (_cpp_get_define_token): New internal function.
8933         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
8934
8935 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
8936
8937         * configure.in: And here.
8938         * configure: Regenerate.
8939         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
8940         --enable-libstdcxx-v3 is passed at configure time.
8941         * config.h.in: Regenerate.
8942
8943 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
8944
8945         * final.c (final): Use xcalloc to allocate line_note_exists.
8946         * function.c (free_after_compilation): Free the temp_slots.
8947         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
8948         (combine_temp_slot): Free temp_slots when they get combined.
8949         (purge_addressof): Fix typo in comment.
8950         * stmt.c (mark_goto_fixup): Mark the fixup itself.
8951         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
8952
8953         * ggc.h: Include varray.h.
8954         (ggc_pending_trees): Declare.
8955         (ggc_mark_tree_children): Remove declaration.
8956         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
8957         * ggc-common.c (ggc_pending_trees): New variable.
8958         (ggc_mark_roots): Call ggc_mark_trees.
8959         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
8960         the ggc_pending_trees.
8961         * Makefile.in (GGC_H): New variable.  Use it throughout in place
8962         of ggc.h.
8963
8964 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8965
8966         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
8967         GET_MODE_SIZE.
8968
8969 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8970
8971         * sh.c (sh_insn_length_adjustment): New function.
8972         * sh-protos.h (sh_insn_length_adjustment): Declare.
8973         * sh.h (ADJUST_INSN_LENGTH): Use it.
8974
8975 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
8976
8977         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
8978         from the insn where REG_RETVAL is added.
8979         (emit_no_conflict_block): Ditto.
8980
8981         * md.texi (Standard Names): Clarify when movX is needed.
8982
8983         * combine.c (simplify_comparison) [MINUS]: Do not replace
8984         all (op (minus A B) 0) with (op A B).
8985
8986 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
8987                           J"orn Rennecke <amylaar@cygnus.co.uk>
8988
8989         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
8990         (block_lump_real): Likewise.
8991
8992 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
8993
8994         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
8995         remaining non-zero debugging masks.
8996
8997 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
8998
8999         * basic-block.h (verify_flow_info): Declare.
9000         (flow_loop_outside_edge_p): Declare.
9001         * flow.c (verify_flow_info): Remove declaration.
9002         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9003
9004 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9005
9006         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9007         not C++ comments.
9008
9009 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9010
9011         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9012         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9013         seqdi_zero_trunc+1): Allow splits only if registers are
9014         different.
9015
9016 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9017
9018         * acconfig.h: Add HAVE_GAS_HIDDEN.
9019         * config.in: Regenerated.
9020         * configure.in: Add test for .hidden pseudo-op in gas.
9021         * configure: Regenerated.
9022         * crtstuff.c: Include auto-host.h.
9023         Emit additional .hidden pseudo-op for __dso_handle if the
9024         assembler knows about it.
9025
9026 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9027
9028         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9029         before freeing argnames.
9030         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9031
9032 2000-04-05  Michael Meissner  <meissner@redhat.com>
9033
9034         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9035         Walton <jonboy@gordian.com> to make memory references with update
9036         work wtih -mregnames.
9037
9038 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9039
9040         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9041         (regrename_optimize): Rename variables `def_uses' and
9042         `ext_basic_blocks' to avoid conflicts with similarly named
9043         typedefs in traditional C.
9044
9045         * calls.c (initialize_argument_information): Fix typo in previous
9046         change.
9047
9048 2000-04-04  Richard Henderson  <rth@cygnus.com>
9049
9050         * regrename.c (consider_available): Test fixed_regs not
9051         PIC_OFFSET_TABLE_REGNUM.
9052
9053 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9054
9055         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9056         crtend.
9057         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9058         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9059         (ENDFILE_LINUX_SPEC): Always use crtend.
9060         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9061         (powerpc-*-linux-gnu): Likewise.
9062         * configure: Regenerate.
9063
9064         * config/rs6000/eabi.h: Don't include sysv4.h.
9065         (MULTILIB_DEFAULTS): Don't define.
9066         * config/rs6000/eabiaix.h: Don't include eabi.h.
9067         * config/rs6000/eabile.h: Delete.
9068         * config/rs6000/eabilesim.h: Delete.
9069         * config/rs6000/eabisim.h: Don't include eabi.h.
9070         * config/rs6000/linux.h: Don't include sysv4.h.
9071         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9072         (MULTILIB_DEFAULTS): Don't redefine.
9073         * config/rs6000/rtems.h: Don't include eabi.h.
9074         * config/rs6000/sol2.h: Don't include sysv4le.h.
9075         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9076         * config/rs6000/t-ppc: Delete.
9077         * config/rs6000/t-ppcgas: Correct comment.
9078         * config/rs6000/t-ppcos: Correct comment.  Don't build
9079         multilibs for -fPIC, rather use -fPIC -mstrict-align
9080         as default.
9081         * config/rs6000/t-ppc: Delete.
9082         * config/rs6000/vxppc.h: Don't include sysv4.h.
9083         * config/rs6000/vxppcle.h: Delete.
9084         * configure.in: Use multiple header files for p2pc ELF targets
9085         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9086         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9087         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9088         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9089         always available for these platforms.
9090
9091 2000-04-04  Richard Henderson  <rth@cygnus.com>
9092
9093         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9094
9095 2000-04-04  Stan Cox  <scox@cygnus.com>
9096
9097         * Makefile.in: Add rules for regrename.o
9098         * regrename.c: New file.
9099         * rtl.h (regrename_optimize): Add prototype.
9100         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9101         (compile_file, decode_d_option): Add support for -frename-registers.
9102         (rest_of_compilation): Call regrename_optimize.
9103         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9104         New macros.
9105
9106 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9107
9108         * Makefile (gccbug): New target.
9109         (doc): Depend on it.
9110         * gcc.texi (Bugs): Link subnodes.
9111         (gccbug): New node.
9112         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9113         Document severities, priorities, and classes in bug form.
9114
9115 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9116
9117         * cpplex.c (trigraph_map, speccase): Combine into single
9118         table, chartab.
9119         (NORMAL, NONTRI): New macros.
9120         (_cpp_read_and_prescan): Change to use unified table.  Use
9121         is_hspace to test for whitespace.
9122
9123         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9124         definition that doesn't provoke the "empty body in an
9125         if-statement" warning.
9126
9127 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9128
9129         * builtins.c (expand_builtin_strlen): Force the source to
9130         be a memory address.
9131
9132 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133
9134         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9135
9136 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9137
9138         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9139          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9140         (ECF_IS_CONST): Rename to ECF_CONST.
9141         (special_function_p): Make static, change interface.
9142         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9143         (expand_call) ... here; convert number of variables to flags.
9144         (emit_library_call_vlue_1): Likewise.
9145         (setjmp_call_p): New function.
9146         (initialize_argument_information): Accepts flags as argument;
9147         return flags.
9148         (precompute_arguments): Likewise.
9149         * tree.h (special_function_p): Remove.
9150         (setjmp_call_p): Add prototype.
9151
9152 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9153
9154         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9155         so that addresses are offsetable by up to 16 bytes.
9156         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9157         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9158         offsetable.
9159
9160         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9161         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9162         (movsf): Don't force any constant to memory if target is integer
9163         hard register.
9164         Move fp_zero_operand check below the const0_rtx check.
9165         (movtf): Likewise. Also allow fp_zero_operand for stores into
9166         memory.
9167         (movdf): Likewise. Also allow fp_zero_operand for stores into
9168         memory and into integer hard registers.
9169         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9170         movdf_const_intreg_sp64): Remove.
9171         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9172         conditions.
9173         (movdf_no_e_insn_v9_sp32): New pattern.
9174         (movdf_insn_v9only): Remove.
9175         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9176         (movdf_insn_sp64): Remove.
9177         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9178         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9179         (following splits): Rewrite conditions. Add two new splits
9180         for storing 0.0 into memory and registers.
9181         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9182         (movtf_insn_sp32): Redo constraints and conditions.
9183         (movtf_insn_vis_sp32): New pattern.
9184         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9185         (movtf_insn_hq_sp64): Likewise.
9186         (movtf_insn_hq_vis_sp64): New pattern.
9187         (movtf_insn_sp64): Redo constraints and conditions.
9188         (movtf_insn_vis_sp64): New pattern.
9189         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9190         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9191         or memory.
9192         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9193         -mvis or -m64 to take down the number of various reload patterns.
9194
9195 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9196
9197         * pa/pa-64.h: New file.
9198         * pa/pa64-regs.h: New file.
9199         * pa/pa64-start.h: New file.
9200         * pa/t-pa64: New file.
9201         * pa/xm-pa64hpux.h: New file.
9202
9203 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9204
9205         * sparc.c (output_restore_regs): Prototype.
9206         (sparc_emit_float_lib_cmp): Constification.
9207
9208         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9209
9210         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9211         Prototype.
9212
9213         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9214         (get_value_hash, hash_rtx): Likewise.
9215
9216         * ssa.c (compute_conservative_reg_partition): Prototype.
9217
9218         * tree.c (mark_hash_entry): Prototype.
9219
9220 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9221
9222         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9223         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9224         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9225
9226         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9227         * objc/lang-specs.h: Likewise.
9228
9229 2000-04-03  Neil Booth  <NeilB@earthling.net>
9230
9231         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9232         and SYNTAX_ERROR2. Replace `' in messages with ''.
9233         (op_to_str): Make re-entrant.
9234         (_cpp_parse_expr): Implement new error macros. Use | rather
9235         than || to logically or 2 boolean integers.  Simply expression
9236         checking we have a left operand iff needed.
9237
9238 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9239
9240         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9241
9242 2000-04-03  Philip Blundell  <philb@gnu.org>
9243
9244         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9245
9246 2000-04-03  Felix Lee  <flee@cygnus.com>
9247
9248         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9249         (run_shell): Use it.
9250
9251 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9252
9253         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9254         (stmp-fixproto): ...rather than here.
9255
9256 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9257
9258         * pa.c (print_operand): Compute 'base' only inside the code paths
9259         that use it.
9260
9261 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9262
9263         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9264         CEIL_DIV_EXPR.
9265
9266 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9267
9268         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9269
9270 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9271
9272         * Makefile.in (alias.o): Depend on $(TREE_H).
9273
9274 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9275
9276         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9277         processing C++.
9278         * cpplib.c (_cpp_handle_directive): Improve warnings for
9279         traditional C and indented directives.
9280
9281         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9282         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9283         fixinc/inclhack.def: Indent the # of #include_next one space.
9284         * cp/rtti.c: Un-indent #if and #endif.
9285
9286         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9287         syntax error, but an error has already been printed.
9288         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9289         message when called with nothing remaining on the line.
9290         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9291         OTHER token, not an ASSERTION.
9292         * cpplib.c (do_assert): When we create a 'base' node, clear
9293         its aschain pointer.
9294
9295 2000-04-02  Neil Booth <NeilB@earthling.net>
9296
9297         * cppexp.c:  New typedef op_t.  struct operation and struct
9298         token updated to use it.
9299         (op_to_str): New function.
9300         (_cpp_parse_expr): Error messages modified to use op_to_str.
9301
9302 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9303
9304         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9305         before checking MUST_PASS_IN_STACK.
9306
9307 2000-04-02  Neil Booth <NeilB@earthling.net>
9308
9309         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9310         flags and initial priority into a single constant.  New
9311         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9312         (_parse_cpp_expr): Implement new constants.  Take left operand
9313         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9314         parse indicated by reducing FINISHED token.  Remove new lines
9315         from cpp_error messages.
9316
9317 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9318
9319         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9320         permanent obstack.
9321
9322 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9323
9324         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9325         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9326         the strings and function names on the fly.  Take the #sccs
9327         entry out of the table if SCCS_DIRECTIVE is not defined.
9328         (_cpp_handle_directive): Decide if the # was at the beginning
9329         of the line here.  Issue -pedantic warnings for extended
9330         directives here.  Warn about K+R directives with the #
9331         indented, and C89/extended directives with the # not indented,
9332         here.
9333         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9334         do_assert, do_unassert): Don't issue pedantic warning here.
9335
9336         * cpphash.h: Add CPP_WTRADITIONAL macro.
9337         * cpplib.h (struct cpp_options): Rename warn_stringify to
9338         warn_traditional; update comments.
9339         * cppinit.c (handle_option): Set warn_traditional not
9340         warn_stringify.
9341         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9342         CPP_WTRADITIONAL (pfile).
9343         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9344         be ignored in -traditional mode here.
9345
9346         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9347         to initialize speccase[] and trigraph_map[].  Delete all
9348         references to pfile->input_speccase.  Always treat '?' as a
9349         special character.  Remove table-initialization code from
9350         _cpp_init_input_buffer.
9351
9352         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9353         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9354
9355 2000-04-01  Richard Henderson  <rth@cygnus.com>
9356
9357         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9358         (mostlyclean): Likewise.
9359
9360         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9361         (struct dump_file_info, enum dump_file_index, dump_file): New.
9362         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9363         not a string.  Clean out file if we havn't yet done so.  Do nothing
9364         if the dump isn't enabled.
9365         (close_dump_file): Do nothing if the dump isn't open.  Dump
9366         graph data if requested.
9367         (dump_rtl, clean_dump_file): Remove.
9368         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9369         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9370         .combine dump if optimizing.  Iterate over dump_file to finalize the
9371         graph dumps.
9372         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9373         Convert all uses of dump_rtl.
9374         (decode_d_option): Iterate over dump_file to implement 'a' and to
9375         locate pass-specific dumps.
9376
9377 2000-04-01  Neil Booth <NeilB@earthling.net>
9378
9379         * cppexp.c: Redefine priority constants.
9380         (_cpp_parse_expr): Replace left and right priority scheme with
9381         single priority logic.  Move LOGICAL to same place as COMPARE.
9382         Remove bogus check for multiple unary +/- operators.
9383
9384 2000-04-01  Neil Booth <NeilB@earthling.net>
9385
9386         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9387         within the switch statement.  Binary operations break out of
9388         the switch naturally.  '(' tokens handled by forcing
9389         immediate shift.  ')' handled by forcing immediate reduce to
9390         the previous '('.  New error messages.
9391
9392 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9393
9394         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9395         part', it's already in use.  Use %K instead.  Add a return at the
9396         end of what is now %K.
9397         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9398
9399 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9400
9401         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9402         allocate_dynamic_stack_space.
9403         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9404         update stack_pointer_delta; do not update arg_size_so_far.
9405         (compute_argument_block_size): Use stack_delta instead of
9406         stack_pointer_pending and arg_size_so_far.
9407         (expand_call): Add sanity checking for stack_pointer_delta;
9408         save and restore stack_pointer_delta for SIB, use
9409         stack_pointer_delta for alignment; do not update arg_space_so_far.
9410         (emit_library_call_value): Use stack_pointer_delta for alignment.
9411         (store_one_arg): Do not update arg_space_so_far.
9412         * explow.c (adjust_stack, anti_adjust_stack): Update
9413         stack_pointer_delta.
9414         (allocate_dynamic_stack_space): Add sanity checking for
9415         stack_pointer_delta.
9416         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9417         stack_pointer_delta.
9418         (emit_push_insn): Update stack_pointer_delta.
9419         * function.h (struct expr_status): Add x_stack_pointer_delta;
9420         remove x_arg_space_so_far.
9421         (arg_space_so_far): Remove.
9422         (stack_pointer_delta): New macro.
9423
9424 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9425
9426         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9427         Reorder struct cpp_options and struct cpp_reader for better
9428         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9429         takes two args.  Change all 'char' flags to 'unsigned char'.
9430         Move show_column flag into struct cpp_options.  Don't
9431         prototype cpp_options_init.
9432         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9433         cppinit.c, cpplex.c, cpplib.c:
9434         Replace CPP_OPTIONS (pfile)->whatever with
9435         CPP_OPTION (pfile, whatever), and likewise for
9436         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9437
9438         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9439         Extract CPP_OPTION (pfile, pending) and work with that
9440         directly.
9441         (cpp_options_init): Delete.
9442         (cpp_reader_init): Turn on on-by-default options here.
9443         Allocate the pending structure here.
9444         (cl_options, enum opt_code): Define these from the same table,
9445         kept in a large macro.  Add -fshow-column and -fno-show-column
9446         options.
9447
9448         * cpperror.c (v_message): If show_column is off, don't print
9449         the column number.
9450
9451         * cppmain.c: Update for new interface.
9452         * fix-header.c: Likewise.
9453
9454 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9455
9456         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9457         definition.
9458         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9459         are passed to any invocation of AR_FOR_TARGET.
9460         (AR_CREATE_FOR_TARGET): New macro.
9461         (AR_EXTRACT_FOR_TARGET): New macro.
9462         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9463         AR_EXTRACT_FOR_TARGET.
9464         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9465         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9466         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9467         AR_EXTRACT_FOR_TARGET to sub-makes.
9468
9469 2000-03-31  Neil Booth <NeilB@earthling.net>
9470
9471         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9472         PAREN_INNER_PRIO.
9473         (_cpp_parse_expr): Check for multiple unary +/- operators.
9474         Correct priorities of ':' and '?'.  Treat ')' as having a
9475         value.  Ensure conditional expression is not void.
9476
9477 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
9478
9479         * alias.c (canon_rtx): Make it global.
9480         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
9481         equality.
9482         * cse.c (struct table_elt): Add canon_exp.
9483         (insert): Clear it.
9484         (invalidate): Canonicalize expressions only once.
9485         * rtl.h (canon_rtx): Declare.
9486
9487 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
9488
9489         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
9490         * alias.c (reg_known_value): Add comments.
9491         (init_alias_analysis): Likewise.
9492         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
9493         address.
9494         (cse_basic_block): Fix typo in comment.
9495         * emit-rtl.c: Include hashtab.h.
9496         (const_int_htab): New variable.
9497         (const_int_htab_hash): New function.
9498         (const_int_htab_eq): Likewise.
9499         (rtx_htab_mark_1): Likewise.
9500         (rtx_htab_mark): Likewise.
9501         (gen_rtx_CONST_INT): Cache all CONST_INTs.
9502         (unshare_all_rtx): Fix formatting.
9503         (init_emit_once): Initialize const_int_htab.
9504         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
9505         address.
9506         * rtl.texi: Document the fact that all CONST_INTs with the same
9507         value are shared.
9508
9509 2000-03-30  Richard Henderson  <rth@cygnus.com>
9510
9511         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
9512
9513 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
9514
9515         * configure.in: Comment out --enable-c-cpplib stanza.
9516         * configure: Regenerate.
9517
9518 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9519
9520         * expr.c (store_constructor): Properly compute displacement and
9521         alignment when offset is variable.
9522
9523         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
9524         cases of alignment in bytes.
9525
9526 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
9527
9528         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
9529         since it is used to generate c-parse.y.
9530         * objc-parse.c, objc-parse.y: Regenerated.
9531
9532         * function.c (expand_function_end): Pass alignment argument to
9533         emit_block_move in bits, not bytes.
9534
9535 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9536
9537         * expr.c (move_by_pieces_ninsns): Fix one more missing align
9538         correction.
9539
9540         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
9541
9542         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
9543         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
9544         * function.c (assign_parms): Likewise.
9545         * integrate.c (expand_inline_function): Likewise.
9546         * stmt.c (expand_decl): Likewise.
9547         (copy_rtx_and_substitute): Likewise.
9548         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
9549         (clear_by_pieces): Fix error in last change.
9550         * emit-rtl.c (init_emit): Set known registers alignment in bits.
9551         * function.h (regno_pointer_align): Now unsigned.
9552         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
9553         is in bits.
9554         * config/i386/i386.c (aligned_operand): Likewise.
9555         * config/sparc/sparc.c (mem_min_alignment): Likewise.
9556         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
9557         (unaligned_memory_operand): Likewise.
9558         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
9559         Also make alignments and sizes unsigned and some whitespace cleanup.
9560         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
9561
9562         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
9563         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
9564         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
9565         (expand_builtin_memset): Likewise, but to clear_storage.
9566         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
9567         (restore_fixed_argument_area): Likewise.
9568         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
9569         (load_register_parameters): Likewise, to emit_group_load.
9570         (expand_call): Likewise, to emit_group_store and emit_block_move.
9571         (emit_library_call_value_1): Likewise, to emit_block_move.
9572         (store_one_arg): Likewise, and to emit_push_insn.
9573         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
9574         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
9575         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
9576         (emit_block_move, emit_group_load, emit_group_store): Likewise.
9577         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
9578         (expand_assigment, store_expr, store_constructor_field): Likewise.
9579         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
9580         (store_constructor, store_field, get_inner_reference): Likewise.
9581         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
9582         (expand_expr, case COMPONENT_REF): Likewise.
9583         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
9584         and positions; reindent code.
9585         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
9586         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
9587         (assign_parms): Likewise to emit_group_store.
9588         * optabs.c (prepare_cmp_insn): Alignment is in bits.
9589         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
9590         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
9591         (expand_return): Likewise to {extract,store}_bit_field.
9592         * stor-layout.c (get_mode_alignment): Minor cleanup.
9593         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
9594         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
9595
9596 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9597
9598         * config/arm/arm.h: Undo effects of previous delta:
9599         (ASM_SPEC): Do not define.
9600         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
9601
9602         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
9603         typo.
9604
9605 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9606
9607         * cppinit.c (cpp_start_read): Call initialize_dependency_output
9608         only after reading in the primary source file.
9609
9610 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
9611
9612         * c-common.c (c_common_nodes_and_builtins): The first parameter to
9613         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
9614         or a reference to a va_list.
9615         * builtins.c (stabilize_va_list): Simplify now we don't have to
9616         work around C array address decay.
9617         * c-typeck.c (convert_for_assignment): Handle assignment to
9618         a reference parameter by taking the address of the RHS.
9619         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
9620         (va_copy): Likewise.
9621         (__va_copy): Likewise.
9622         * ginclude/varargs.h (va_start): Likewise.
9623         (__va_copy): Likewise.
9624
9625 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
9626
9627         * i386/djgpp.h: Remove extraneous "+".
9628
9629         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
9630
9631         * calls.c (expand_call): Fix typo in last change.
9632
9633 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9634
9635         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
9636         been expanded.
9637
9638 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9639
9640         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
9641         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
9642         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
9643         * tree.c (bit_position, byte_position): Likewise.
9644         * tree.h: Declare new functions.
9645
9646 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9647
9648         * config/arm/arm.c: Minor formatting changes/
9649         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
9650         already defined.
9651         (ASM_SPEC): Define if not already defined.
9652
9653 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9654
9655         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
9656         _cpp_calc_hash.
9657
9658 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
9659
9660         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
9661         value, don't output it as unsigned.
9662
9663 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
9664
9665         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
9666
9667 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9668
9669         * c-common.c (c_common_nodes_and_builtins): Don't special case
9670         cplus_mode when declaring builtin bzero/bcmp, always avoid
9671         prototype arguments.
9672
9673 2000-03-29  Bruce Korb  <bkorb@gnu.org>
9674
9675         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
9676         to a non-file
9677
9678 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9679
9680         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
9681         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
9682         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
9683         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
9684         (save_fixed_argument_area, restore_fixed_argument_area):
9685         conditionize by #ifdef REG_PARM_STACK_SPACE only.
9686         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
9687         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
9688         (precompute_register_parameters): Avoid #ifdefs on
9689         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
9690         (stire_one_args): Likewise.
9691         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
9692         (emit_library_call_value_1): Likewise.
9693         (compute_argument_block_size): Align to STACK_BOUNDARY only for
9694         ACCUMULATE_OUTGOING_ARGS.
9695         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
9696         value.
9697         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
9698         (use_crosses_set_p): Likewise.
9699         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
9700         #define ACCUMULATE_OUTGOING_ARGS 1.
9701         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
9702         frames.
9703         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
9704         constants.
9705         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
9706         (TARGET_SWITCHES): Add push-args, no-push-args,
9707         accumulate-outgoing-args and no-accumulate-outgoing-args.
9708         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
9709         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
9710         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
9711         and PUSH_ROUNDING.
9712         (emit_push_insn): Likewise.
9713         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9714         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
9715         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9716         (STACK_DYNAMIC_OFFSET): Define correctly for both
9717         ACCUMULATE_OUTGOING_ARGS and normal mode.
9718         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
9719         * tm.texi (PUSH_ARGS): Document.
9720         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
9721
9722 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9723
9724         * flags.h (flag_optimize_sibling_calls): Declare.
9725         * calls.c (expand_call): Fail sibcall when
9726         !flag_optimize_sibling_calls
9727         * invoke.texi (flag_optimize_sibling_calls): Document.
9728         * toplev.c (flag_optimize_sibling_calls): New global variable.
9729         (f_options): Add flag_optimize_sibling_calls.
9730         (rest_of_compilation): Conditionize
9731         optimize_sibling_and_tail_recursive_calls by
9732         flag_optimize_sibling_calls.
9733         (main): Set flag_optimize_sibling_calls for -O2.
9734         * stmt.c (expand_return): Conditionize tail recursion by
9735         flag_optimize_sibling_calls.
9736
9737 2000-03-29  Richard Henderson  <rth@cygnus.com>
9738
9739         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
9740         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
9741
9742 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
9743
9744         * except.c (add_eh_table_entry): Mark type_info's as referenced.
9745
9746 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9747
9748         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
9749         is given.
9750         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
9751         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
9752         * config/rs6000/aix.h: then modified likewise.
9753
9754 2000-03-28  Richard Henderson  <rth@cygnus.com>
9755
9756         * rtl.h: Redistribute enum reg_note documentation.
9757         Kill trailing whitespace.
9758         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
9759         Kill trailing whitespace.
9760
9761 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
9762
9763         * cppfiles.c (hash_IHASH): Just return i->hash.
9764         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
9765         htab_find_with_hash.
9766         (cpp_read_file): Likewise.
9767         (find_include_file): Likewise.  Properly initialize
9768         ih->nshort.  Share ih->name and ih->nshort if possible.
9769         * cpphash.c (_cpp_calc_hash): New function.
9770         (hash_HASHNODE): Just return h->hash.
9771         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
9772         htab_find_with_hash.
9773         * cpphash.h: Prototype _cpp_calc_hash.
9774         * cppinit.c (initialize_builtins): Provide a valid hash
9775         to _cpp_make_hashnode, using _cpp_calc_hash.
9776
9777         * cpphash.c (collect_expansion): # is not a special character
9778         in object-like macros.  In -traditional mode, /**/ is not
9779         token paste at the beginning or end of the line.
9780         * cpplib.c (do_include, do_import, do_include_next): If
9781         parse_include fails, return immediately.
9782
9783 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
9784
9785         * config/arm/arm.md (return peepholes): Update to reflect the new
9786         call insn patterns.
9787         * config/arm/arm.c (arm_volatile_func): Also check
9788         current_function_nothrow.
9789         (output_return_instruction, output_func_prologue): Use it.
9790         (arm_output_epilogue, arm_expand_prologue): Likewise.
9791
9792 2000-03-27  Tom Tromey  <tromey@cygnus.com>
9793
9794         * gcc.c (handle_braces): In {x*...} case, break out of loop if
9795         switch is found.
9796
9797 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9798
9799         * expr.c (store_constructor): SIZE now signed.
9800         For EXPR_SIZE, don't evaluate size; just needed if constant.
9801         * fold-const.c (fold): Fix a number of cases when folded tree is
9802         wrong type.
9803         * function.c (flush_addressof): Reenable.
9804         * tree.h (flush_addressof): Likewise.
9805         * toplev.c (independent_decode_option): Look at strings_processed.
9806         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
9807
9808 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
9809
9810         * sibcall.c (indentify_call_return_value): Find last call in the chain;
9811         Allow stack adjustment after function call.
9812
9813         * regmove.c (struct csa_memlist): Make mem field rtx *.
9814         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
9815         (try_apply_stack_adjustment): Replace whole MEM rtx.
9816         (combine_stack_adjustments_for_block): Update calls
9817         to record_one_stack_ref.
9818
9819 2000-03-28  Neil Booth  <NeilB@earthling.net>
9820
9821         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
9822         '\\' rather than a null character, so nulls are not special.  Fix
9823         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
9824         speed trigraph conversion.
9825         (_cpp_init_input_buffer): Initialize trigraph map.
9826
9827 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
9828
9829         * config/i386/i386.c (output_387_binary_op): Correct intel
9830         mode assembly output, and add spaces after commas in AT&T
9831         output.  Correct Unixware assembler comment.  Document input
9832         constraints.  Comment fp operations.  Reduce profligate buffer
9833         size.  Remove extraneous abort.  Localize temp var.
9834         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
9835         (output_fix_trunc): Add spaces after commas in assembly output.
9836
9837 2000-03-27  Richard Henderson  <rth@cygnus.com>
9838
9839         * i386-protos.h (ix86_match_ccmode): Declare.
9840         * i386.c (ix86_match_ccmode): New.
9841         (ix86_expand_fp_compare): Update for pattern renames.
9842         (ix86_expand_strlensi_unroll_1): Likewise.
9843         * i386.h (EXTRA_CC_MODES): Add CCZ.
9844         (SELECT_CC_MODE): Use it for EQ/NE zero.
9845         * i386.md (cmpsi_ccz_1): New.
9846         (cmpqi_ccz_1): New.
9847         (*testsi_ccz_1): New.
9848         (testqi_ccz_1): New.
9849         (cmpsi_ccno_1): Rename from cmpsi_0.
9850         (testsi_ccno_1): Rename from testsi_1.
9851         (testqi_ccno_1): Rename from testqi_1.
9852         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
9853         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
9854         (*cmphi_0): Use ix86_match_ccmode.
9855         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
9856         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
9857         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
9858         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
9859         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
9860         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
9861         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
9862         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
9863         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
9864         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
9865         (appropriate peepholes): Likewise.
9866         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
9867         (*subsi_3, *subhi_3, *subqi_3): Remove.
9868         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
9869         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
9870         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
9871         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
9872         (x86_shift_adj_1): Use CCZ.
9873         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
9874
9875 2000-03-27  Stan Cox  <scox@cygnus.com>
9876
9877         * resource.h (mark_resource_type): New.
9878         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
9879         find_free_register): Use mark_resource_type.
9880         (mark_set_resources): Change include_delayed_effects
9881         to mark_resource_type.
9882         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
9883         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
9884         Use mark_resource_type.
9885
9886 2000-03-27  Richard Henderson  <rth@cygnus.com>
9887
9888         * i386.md (call_pop_0, call_value_pop_0): New.
9889         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
9890         (call_value_pop_1): Likewise.
9891         (call_0, call_value_0): New.
9892         (call_1, call_value_1): Remove constraint from unused arg.
9893
9894 2000-03-27  Nick Clifton  <nickc@cygnus.com>
9895
9896         * invoke.texi (Spec Files): Document new spec % command created by
9897         Tom Tromey's recent patch.
9898
9899 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
9900
9901         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
9902         if not defined.
9903
9904 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9905
9906         * expr.c (expand_assignment): Fix typo in last change.
9907
9908         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
9909
9910 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9911
9912         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
9913         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
9914         and DECL_INLINE if FUNCTION_DECL.
9915         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
9916         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
9917         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
9918         (combine_parm_decls): Likewise.
9919         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
9920         * print-tree.c (print_node): Likewise.
9921         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
9922         DECL_TRANSPARENT_UNION on proper decl types.
9923         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
9924         * stor-layout.c (layout_decl): Only check DECL_PACKED and
9925         DECL_BIT_FIELD of FIELD_DECL.
9926         * tree.h (DECL_RESULT_FLD): New macro.
9927
9928         * expr.c (expand_assignment): Add code to handle variable-sized
9929         BLKmode case.
9930
9931 2000-03-26  Richard Henderson  <rth@cygnus.com>
9932
9933         * calls.c (expand_call): Pass parms not original exp to
9934         optimize_tail_recursion.  Mind return value instead of looking
9935         for a barrier.
9936         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
9937         call_expr.  Move checks for call_expr and current_function_decl ...
9938         (expand_return): ... here.
9939
9940 2000-03-26  Tom Tromey  <tromey@cygnus.com>
9941
9942         * gcc.c (handle_braces): Recognize `%{<S}' construct.
9943         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
9944         defines.
9945         (process_command): Use them.
9946         (check_live_switch): Likewise.
9947         (give_switch): Skip ignored switches.
9948
9949 2000-03-26  Jan Hubicka  <jh@suse.cz>
9950
9951         * jump.c (jump_optimize_1): Fix typo in elide optimizations
9952         for minimal jump pass test.
9953
9954 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
9955
9956         * integrate.c (function_cannot_inline_p): Do inline functions that
9957         return `void'.
9958
9959 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9960
9961         * stor-layout.c (layout_type, set_sizetype): early_type_list is
9962         now a list of TREE_LIST entries, not types.
9963         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
9964
9965         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
9966         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
9967         int_bit_position.
9968         * config/mips/mips.c (function_arg): Likewise; also remove cast
9969         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
9970         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
9971         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
9972         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
9973         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
9974         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
9975         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
9976         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
9977         num_adjusts now unsigned.
9978         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
9979         * config/sparc/sparc.c (struct function_arg_record_value_parms):
9980         NREGS now unsigned.
9981         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
9982         as is BITPOS variable; use host_integerp and int_bit_position.
9983         (function_arg_record_value_2): Likewise.
9984         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
9985         Variable REGNO now unsigned.
9986         (function_arg_record_value): NREGS now unsigned.
9987
9988 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
9989
9990         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
9991
9992 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9993
9994         * Rework fields used to describe positions of bitfields and
9995         modify sizes to be unsigned and use HOST_WIDE_INT.
9996         * alias.c (reg_known_value_size): Now unsigned.
9997         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
9998         (really_start_incremental_init): Use bitsize_zero_node.
9999         (push_init_level, pop_init_level, output_init_element): Likewise.
10000         Use bitsize_unit_node and bitsize_one_node.
10001         (output_pending_init_elements, process_init_element): Likewise.
10002         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10003         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10004         HOST_WIDE_INT, respectively.
10005         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10006         (num_sign_bit_copies): Returns unsigned.
10007         BITWIDTH now unsigned; rework arithmetic.
10008         Remove recursive call from arg to MAX.
10009         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10010         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10011         REGNO now unsigned.
10012         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10013         (find_split_point, expand_compound_operation, make_extraction): LEN
10014         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10015         (make_field_assignment): Likewise.
10016         (combine_simplify_rtx): Add cast.
10017         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10018         (force_to_mode): WIDTH now unsigned; add cast.
10019         (if_then_else_cond): SIZE now unsigned.
10020         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10021         (extended_count): Now returns unsigned.
10022         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10023         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10024         (simplify_comparison): MODE_WIDTH now unsigned.
10025         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10026         (mark_used_regs_combine): Likewise; rework arithmetic.
10027         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10028         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10029         (record_promoted_value): REGNO now unsigned.
10030         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10031         (get_last_value): REGNO now unsigned.
10032         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10033         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10034         (remove_death): Arg REGNO now unsigned.
10035         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10036         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10037         now unsigned.
10038         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10039         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10040         (struct cse_reg_info): REGNO now unsigned.
10041         (cached_regno): Now unsigned.
10042         (REGNO_QTY_VALID_P): Add cast.
10043         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10044         (remove_invalid_regs): Likewise.
10045         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10046         as are variables END and I.
10047         (get_cse_reg_info, insert): Likewise.
10048         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10049         (canon_hash): Likewise.
10050         (insert_regs, lookup_for_remove): REGNO now unsigned.
10051         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10052         New variable RN.
10053         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10054         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10055         * emit-rtl.c (subreg_realpart_p): Add cast.
10056         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10057         (operand_subword_force): Arg I is now unsigned.
10058         * except.c (eh_regs): Variable I is now unsigned.
10059         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10060         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10061         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10062         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10063         (extract_split_bit_field, store_bit_field, extract_bit_field):
10064         Likewise.
10065         * expr.c (store_constructor_fields, store_constructor, store_field):
10066         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10067         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10068         (do_jump): Likewise.
10069         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10070         MAX_SIZE is now unsigned.
10071         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10072         (emit_group_store): Likewise.
10073         (emit_move_insn): I now unsigned.
10074         (store_constructor): Use host_integerp, tree_low_cst, and
10075         bitsize_unit_node.
10076         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10077         Rework all calculations to use trees and new fields.
10078         * expr.h (promoted_input_arg): Regno now unsigned.
10079         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10080         (mark_seen_cases): Arg is HOST_WIDE_INT.
10081         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10082         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10083         precisions and alignments are unsigned.
10084         (optimize_bit_field_compare, fold_truthop): Likewise.
10085         (int_const_binop): Adjust threshold for size_int_type_wide call.
10086         (fold_convert): Likewise.
10087         (size_int_type_wide): Make table larger and fix thinko that only
10088         had half of table used.
10089         (all_ones_mask_p, fold): Precisions are unsigned.
10090         * function.c (put_reg_info_stack): REGNO is unsigned.
10091         (instantiate_decl): Size is HOST_WIDE_INT.
10092         (instantiate_virtual_regs): I is unsigned.
10093         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10094         (promoted_input_arg): REGNO is unsigned.
10095         * function.h (struct function): x_max_parm_reg is now unsigned.
10096         * gcse.c (max_gcse_regno): Now unsigned.
10097         (struct null_pointer_info): min_reg and max_reg now unsigned.
10098         (lookup_set, next_set): REGNO arg now unsigned.
10099         (compute_hash_table): REGNO and I now unsigned.
10100         (handle_avail_expr): regnum_for_replacing now unsigned.
10101         (cprop_insn): REGNO now unsigned.
10102         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10103         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10104         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10105         * hard-reg-set.h (reg_class_size): Now unsigned.
10106         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10107         * jump.c (mark_modified_reg): I now unsigned; add cast.
10108         (rtx_equal_for_thread_p): Add cast.
10109         * loop.c (max_reg_before_loop): Now unsigned.
10110         (struct_movable): REGNO now unsigned.
10111         (try_copy_prop): REGNO arg unsigned.
10112         (regs_match_p): XN and YN now unsigned.
10113         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10114         (strength_reduce): Likewise; NREGS also unsigned.
10115         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10116         * loop.h (struct iv_class): REGNO now unsigned.
10117         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10118         Now unsigned.
10119         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10120         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10121         * optabs.c (expand_binop): I and NWORDS now unsigned.
10122         (expand_unop): I now unsigned.
10123         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10124         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10125         * real.c (significand_size): Now returns unsigned.
10126         * real.h (significand_size): Likewise.
10127         * regclass.c (reg_class_size): Now unsigned.
10128         (choose_hard_reg_mode): Both operands now unsigned.
10129         (record_reg_classes): REGNO and NR now unsigned.
10130         (reg_scan): NREGS now unsigned.
10131         (reg_scan_update): old_max_regno now unsigned.
10132         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10133         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10134         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10135         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10136         Likewise for variable R.
10137         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10138         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10139         (find_equiv_reg): Add casts.
10140         (regno_clobbered_p): Arg REGNO now unsigned.
10141         * reload.h (struct reload): NREGS now unsigned.
10142         (refers_to_regno_for_reload_p): Regno args are unsigned.
10143         (regno_clobbered_p): Likewise.
10144         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10145         (compute_use_by_pseudos): REGNO now unsigned.
10146         (find_reg): I and J now unsigned, new variable K, and change loop
10147         variables accordingly; THIS_NREGS now unsigned.
10148         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10149         (spill_hard_reg): REGNO arg now unsigned; add casts.
10150         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10151         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10152         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10153         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10154         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10155         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10156         (emit_reload_insns): REGNO now unsigned.
10157         (reload_cse_move2add): Add cast.
10158         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10159         and rework loop.
10160         * resource.c (mark_referenced_resources, mark_set_resources): New
10161         variable R; REGNO and LAST_REGNO now unsigned.
10162         (mark_target_live_regs): J and REGNO now unsigned.
10163         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10164         * rtl.h (union rtunion_def): New field rtuint.
10165         (XCUINT): New macro.
10166         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10167         (operand_subword, operand_subword_force): Word number is unsigned.
10168         (choose_hard_reg_mode): Operands are unsigned.
10169         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10170         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10171         (regno_use_in, combine_instructions, remove_death): Likewise.
10172         (reg_scan, reg_scan_update): Likewise.
10173         (extended_count): Return is unsigned.
10174         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10175         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10176         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10177         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10178         (reg_reg_last_1): FIRS and LAST now unsigned.
10179         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10180         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10181         now unsigned.
10182         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10183         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10184         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10185         (replace_regs): Arg NREGS now unsigned.
10186         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10187         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10188         (simplify_binary_operation): Likewise.
10189         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10190         THIS_LAST now unsigned.
10191         (cselib_record_set): Add cast.
10192         * ssa.c (ssa_max_reg_num): Now unsigned.
10193         (rename_block): REGNO now unsigned.
10194         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10195         sizes now unsigned.
10196         (all_cases_count): Just return -1 not -2.
10197         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10198         Rework tests to use trees whenever possible.
10199         Use host_integerp and tree_low_cst.
10200         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10201         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10202         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10203         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10204         (smallest_mode_for_size): Likewise.
10205         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10206         KNOWN_ALIGN is now an alignment, so simplify code.
10207         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10208         (start_record_layout): Renamed from new_record_layout_info.
10209         Update to new fields.
10210         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10211         New functions.
10212         (place_union_field): Renamed from layout_union_field.
10213         Update to use new fields in rli.
10214         (place_field): Renamed from layout_field.
10215         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10216         (finalize_record_size): Rework to use new fields in rli and handle
10217         union.
10218         (compute_record_mode): Rework to simplify and to use new DECL fields.
10219         (finalize_type_size): Make rounding more consistent.
10220         (finish_union_layout): Deleted.
10221         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10222         (layout_type, case RECORD_TYPE): Call new function names.
10223         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10224         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10225         (get_best_mode): UNIT is now unsigned; remove casts.
10226         * tree.c (bit_position): Compute from new fields.
10227         (byte_position, int_byte_position): New functions.
10228         (print_type_hash_statistics): Cast to remove warning.
10229         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10230         (build_index_type): Likewise; make subtype of sizetype.
10231         (build_index_2_type): Pass sizetype to build_range_type.
10232         (build_common_tree_nodes): Use size_int and bitsize_int to
10233         initialize nodes; add bitsize_{zero,one,unit}_node.
10234         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10235         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10236         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10237         (DECL_FIELD_BITPOS): Deleted.
10238         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10239         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10240         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10241         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10242         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10243         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10244         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10245         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10246         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10247         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10248         (DECL_ALIGN): Adjust to new field in union.
10249         (DECL_OFFSET_ALIGN): New field.
10250         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10251         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10252         (union tree_decl): Add struct for both aligns.
10253         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10254         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10255         (struct record_layout_info): Rework fields to have offset
10256         alignment and byte and bit position.
10257         (start_record_layout, place_field): Renamed from old names.
10258         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10259         (byte_position, int_byte_position): Likewise.
10260         (get_inner_reference): Change types of position and length.
10261         * unroll.c (unroll_loop): New variable R; use for some loops.
10262         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10263         (calculate_giv_inc): Arg REGNO now unsigned.
10264         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10265         * varasm.c (assemble_variable): Clean up handling of size using
10266         host_integerp and tree_low_cst.
10267         (decode_addr_const): Use byte, not bit, position.
10268         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10269         use tree_low_cst and int_bit_position.
10270         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10271
10272 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10273
10274         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10275         (reorder_block_def): New members eff_head and eff_end.
10276         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10277         (verify_insn_chain): New function.
10278         (skip_insns_between_block): Add code to skip deleted insns.
10279         Check for note before using.
10280         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10281         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10282         Check for note before using.
10283         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10284         (fixup_reorder_chain): Restructure, clean up, defect removal.
10285         (reorder_basic_blocks): Remove last_insn and references to it.
10286         Moved insn chain verification code into a new function (see above).
10287         Delete defective code that sets last insn.
10288         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10289         all blocks.
10290
10291 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10292
10293         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10294
10295 2000-03-24  Richard Henderson  <rth@cygnus.com>
10296
10297         * tree.c (lang_safe_for_unsave): Remove.
10298         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10299         allowing for two levels of unsafeness.  Remove lang hook.
10300         * tree.h: Update declarations.
10301         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10302         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10303         Always fail sibcalls when there are pending cleanups.
10304
10305 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10306
10307         * flow.c (propagate_block): When we delete an ADDR_VEC,
10308         also delete the BARRIER following it if there is one.
10309
10310 2000-03-24  Richard Henderson  <rth@cygnus.com>
10311
10312         * builtins.c (expand_builtin_bzero): Convert `length' argument
10313         to sizetype.
10314
10315 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10316
10317         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10318         comparison if regno's are equal.
10319         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10320         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10321         (expand_call): Update caller.
10322         Avoid making a sibling call if argument size of the callee is larger
10323         than argument size of the caller.
10324         Call hard_function_value with outgoing set if in sibcall pass.
10325         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10326
10327         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10328         Change LEAF_REGISTERS from an array initializer to actual array
10329         identifier. Move static global variable into the function.
10330         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10331         sequences for leaf functions.
10332         * global.c (global_alloc): Likewise.
10333         * tm.texi (LEAF_REGISTERS): Update documentation.
10334
10335         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10336         TARGET_FLAT leaf disabling hack.
10337         (LEAF_REGISTERS): Changed from an array initializer to actual array
10338         identifier to avoid duplication and remove the above hack.
10339         (FUNCTION_OK_FOR_SIBCALL): Define.
10340         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10341         always like call attribute.
10342         (eligible_for_sibcall_delay): New attribute.
10343         (sibcall): New delay type.
10344         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10345         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10346         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10347         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10348         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10349         New functions.
10350         (output_function_epilogue): Move part of the code into
10351         output_restore_regs.
10352         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10353         TYPE_SIBCALL.
10354         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10355         prototypes.
10356
10357         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10358         until infrastructure is finished.
10359
10360 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10361
10362         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10363         (save_parm_insns): Not here.
10364
10365 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10366
10367         * builtins.c (expand_builtin_bzero): New function.
10368         (expand_builtin): Handle bzero.
10369
10370         * builtins.def: Add BUILT_IN_BZERO.
10371
10372         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10373         prototype & function for bzero.
10374
10375 2000-03-23  Michael Meissner  <meissner@redhat.com>
10376
10377         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10378         change adding TARGET_FP to the TF floating point insns, except for
10379         trunctfsf2, which generates direct calls to truncdfsf2.
10380
10381 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10382
10383         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10384         try to protect against middle-end changes that break binary
10385         compatibility.
10386         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10387
10388 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10389
10390         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10391
10392 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10393
10394         * calls.c (expand_call): If TARGET is passed by reference and
10395         is readonly, write a CLOBBER.
10396
10397 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10398
10399         * builtins.c (expand_builtin): Handle bcmp.
10400
10401         * builtins.def: Add BUILT_IN_BCMP.
10402
10403         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10404         prototype & function for bcmp.
10405
10406 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10407
10408         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10409         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10410         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10411
10412 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10413
10414         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10415         alternative when using -fp64 -gp32.
10416
10417 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10418
10419         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10420         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10421         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10422
10423         * frame.h (frame_state): Revert last change.
10424         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10425         * libgcc2.c (throw_helper): Revert last change.
10426
10427 2000-03-22  Richard Henderson  <rth@cygnus.com>
10428
10429         * stmt.c (expand_asm_operands): Don't promote the temporary.
10430
10431 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10432
10433         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10434         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10435           c_get_alias_set): Likewise.
10436         * c-decl.c (duplicate_decls): Likewise.
10437         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10438         * calls.c (initialize_argument_information): Likewise.
10439         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10440         Likewise.
10441         * dwarfout.c (decl_class_context,output_type): Likewise.
10442         * expr.c (get_inner_reference): Likewise.
10443         * fold-const.c (simple_operand_p,fold): Likewise.
10444         * function.c (aggregate_value_p): Likewise.
10445         * stmt.c (expand_asm_operands): Likewise.
10446         * varasm.c (named_section): Likewise.
10447
10448 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10449
10450         Implement dwarf2 exception handling for the ARM.
10451         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10452         (DWARF_FRAME_RETURN_COLUMN): Define.
10453         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10454         REG_FRAME_RELATED_EXPR note.
10455         (emit_sfm): Likewise.
10456         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10457         * dwarf2out.c (reg_save): Handle saving a register to itself.
10458         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10459         * except.c (eh_regs): Don't use the static chain reg if it's
10460         callee-saved.
10461         * frame.h (frame_state): Add cfa_saved field.
10462         * frame.c (execute_cfa_insn): Set it.
10463         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10464         the epilogue.
10465         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10466         Now takes a parm.
10467         (instantiate_virtual_regs): Adjust.
10468         * tm.texi: Adjust.
10469         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10470         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10471         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10472
10473         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
10474         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
10475
10476 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10477
10478         * builtins.def: New file.
10479
10480         * Makefile.in (TREE_H): Depend on builtins.def.
10481
10482         * builtins.c (built_in_names): Use builtins.def.
10483
10484         * tree.h (built_in_function): Likewise.
10485
10486 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
10487
10488         * tree.c (size_in_bytes): Return size_zero_node, not
10489         integer_zero_node.
10490
10491 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10492
10493         * config/fp-bit.c (pack_d): Correct the case when a denormal
10494         is rounded up and stops being denormal.
10495
10496 2000-03-21  Richard Henderson  <rth@cygnus.com>
10497
10498         * config/alpha/alpha.c (function_arg): Check for void_type_node
10499         before using MUST_PASS_IN_STACK.
10500
10501 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
10502
10503         * regmove.c (combine_stack_adjustments_for_block): Check that
10504         the stack pointer is a valid memory address.
10505
10506 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
10507
10508         * calls.c: re-install Mar 16 emit_library_call merge.
10509
10510 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10511
10512         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
10513         we cannot be sure that if reload_completed base register will
10514         be properly aligned.
10515
10516 2000-03-21  Richard Henderson  <rth@cygnus.com>
10517
10518         * flow.c (delete_block): Fix typo last change.
10519
10520 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
10521
10522         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
10523         not COMPLETE_TYPE_P, to check the type of the expression.
10524
10525 2000-03-21  Michael Meissner  <meissner@redhat.com>
10526
10527         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
10528         all floating point insns that just tested the macro
10529         TARGET_HAS_XFLOATING_LIBS.
10530         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
10531         used to only use the gprs.
10532
10533 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10534
10535         * tree.h (COMPLETE_TYPE_P): New macro.
10536         (COMPLETE_OR_VOID_TYPE_P): New macro.
10537         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
10538         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
10539         * c-aux-info.c (gen_type): Use them.
10540         * c-common.c (c_expand_expr_stmt): Likewise.
10541         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
10542         grokdeclarator, grokparms, finish_struct, start_function,
10543         store_parm_decls, combine_parm_decls): Likewise.
10544         * c-parse.y (cast_expr): Likewise.
10545         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
10546         c_size_in_bytes, c_alignof, build_component_ref,
10547         build_indirect_ref, build_array_ref, convert_arguments,
10548         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
10549         * calls.c (initialize_argument_information): Likewise.
10550         * convert.c (convert_to_integer): Likewise.
10551         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
10552         * dwarfout.c (location_or_const_value_attribute,
10553         output_enumeration_type_die, output_structure_type_die,
10554         output_union_type_die, output_type): Likewise.
10555         * expr.c (safe_from_p, expand_expr): Likewise.
10556         * function.c (assign_parms): Likewise.
10557         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
10558         * tree.c (build_array_type, build_function_type,
10559         build_method_type, build_offset_type, build_complex_type): Likewise.
10560         * c-parse.c, c-parse.h: Regenerated.
10561
10562 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10563
10564         * config/c4x/rtems.h: Include config/rtems.h.
10565
10566 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
10567
10568         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
10569         decl is a FUNCTION_DECL
10570
10571 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
10572
10573         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
10574         function uses output registers.  Don't save RP for leaf functions.
10575         Do save RP even if no epilogue.
10576         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
10577         (CALL_USED_REGISTERS): Unmark in registers.
10578         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
10579         to near the middle.
10580
10581 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10582
10583         * config/rs6000/rs6000.md (bunordered): New expander.
10584         (bordered): New expander.
10585         (buneq): New expander.
10586         (bunge): New expander.
10587         (bungt): New expander.
10588         (bunle): New expander.
10589         (bunlt): New expander.
10590         (bltgt): New expander.
10591
10592         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
10593         (ccr_bit_negated_p): New function.
10594         (print_operand): For %C, generate appropriate cror for UNEQ,
10595         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
10596
10597 2000-03-20  Andreas Jaeger  <aj@suse.de>
10598
10599         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
10600         warning.
10601
10602         * tree.h (safe_for_unsave): Prototype.
10603
10604 2000-03-20  Richard Henderson  <rth@cygnus.com>
10605
10606         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
10607         (combine_stack_adjustments_for_block): Don't allow sp references
10608         in the side of a set we're not fixing up.
10609         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
10610         after life_analysis.
10611
10612 2000-03-20  Richard Henderson  <rth@cygnus.com>
10613
10614         * calls.c (expand_call): Don't bother generating tail call
10615         sequences if there are pending cleanups.  Use
10616         expand_start_target_temps/expand_end_target_temps to elide
10617         cleanups created during sibcall expansion.
10618
10619 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10620
10621         * configure.in: Set $IFS to a value if it doesn't already have one
10622         in the --enable-checking handling.
10623         * configure: Regenerate.
10624
10625 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10626
10627         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
10628         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10629         Regenerated.
10630
10631 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
10632
10633         * jump.c (delete_noop_moves): Remove code attempting to
10634         combine stack adjustments.
10635
10636 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10637
10638         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
10639         * except.c (emit_cleanup_handler): Use them.
10640         (expand_end_all_catch): Likewise.
10641         * function.c (fixup_var_refs): Likewise.
10642         (expand_function_end): Clear catch_clauses_last.
10643         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
10644         * except.h (struct eh_status): New field x_catch_clauses_last.
10645         (catch_clauses_last): New define.
10646
10647         * Makefile.in (tree.o): Depend on HASHTAB_H.
10648         * tree.c: Include hashtab.h.
10649         (struct type_hash): Remove next field.
10650         (TYPE_HASH_SIZE): Remove.
10651         (TYPE_HASH_INITIAL_SIZE): New define.
10652         (type_hash_table): Change type to htab_t.
10653         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
10654         mark_hash_entry): New functions.
10655         (init_obstacks): Allocate type hash.
10656         (type_hash_lookup): Use htab functions.
10657         (type_hash_add, mark_type_hash): Likewise.
10658         (dump_tree_statistics): Call print_type_hash_statistics.
10659
10660 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10661
10662         * rs6000/t-aix41: New file.
10663
10664         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
10665
10666 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
10667
10668         * tm.texi (Driver): Fix typos and tweak entry for
10669         INCLUDE_DEFAULTS.
10670         Move misplaced STRUCT_FORCE_BLK entry ...
10671         (Storage Layout): ... to here.
10672         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
10673
10674 2000-03-19  Richard Henderson  <rth@cygnus.com>
10675
10676         * flow.c (delete_block): Delete the addr_vec along with the block.
10677         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
10678         reference labels.
10679
10680         * fold-const.c (extract_muldiv): Apply type check for defined
10681         overflow to multiply as well as divide.
10682
10683         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
10684
10685 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10686
10687         * emit-rtl.c (remove_unncessary_notes): Check that all
10688         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
10689         associated NOTE_BLOCK.
10690         * function.h (identify_blocks): Update comments.
10691         (reorder_blocks): Declare.
10692         * function.c (identify_blocks): Don't take paramters.
10693         (reorder_blocks): Don't take parameters.
10694         * loop.h (find_loop_tree_blocks): Remove.
10695         (unroll_block_trees): Likewise.
10696         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
10697         reorder_blocks instead of unroll_block_trees.h
10698         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
10699         * stmt.c (find_loop_tree_blocks): Remove.
10700         (unroll_block_trees): Likewise.
10701         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
10702         in whole-function mode.
10703         * tree.h (reorder_blocks): Remove declaration.
10704
10705         * expr.c: Include intl.h.
10706         * Makefile.in (expr.o): Depend on intl.h.
10707
10708 2000-03-18  Richard Henderson  <rth@cygnus.com>
10709
10710         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
10711
10712 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10713
10714         * tree.h (tree_index): Remove enumerals for integer types.
10715         (integer_type_kind): New type.
10716         (integer_types): New variable.
10717         (char_type_node): Adjust.
10718         (signed_char_type_node): Likewise.
10719         (unsigned_char_type_node): Likewise.
10720         (short_integer_type_node): Likewise.
10721         (short_unsigned_type_node): Likewise.
10722         (integer_type_node): Likewise.
10723         (unsigned_type_node): Likewise.
10724         (long_integer_type_node): Likewise.
10725         (long_unsigned_type_node): Likewise.
10726         (long_long_integer_type_node): Likewise.
10727         (long_long_unsigned_type_node): Likewise.
10728         * tree.c (integer_types): New variable.
10729         (init_obstacks): Register it as a root.
10730
10731 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
10732
10733         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
10734         NEXT_INSN. Update last insn in chain.
10735
10736 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
10737
10738         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
10739         with TYPE_DECL_SUPPRESS_DEBUG set.
10740
10741 2000-03-18  Richard Henderson  <rth@cygnus.com>
10742
10743         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
10744
10745 2000-03-18  Richard Henderson  <rth@cygnus.com>
10746
10747         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
10748         care for HALF_PIC_P.
10749         (expander_call_insn_operand): Remove.
10750         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
10751         * i386.h (PREDICATE_CODES): Update.
10752         * i386.md (all call expanders): Remove predicates, remove special
10753         handling for half-pic.
10754         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
10755         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
10756         (sibcall_epilogue): New.
10757
10758 2000-03-17  Richard Henderson  <rth@cygnus.com>
10759
10760         * rtlanal.c (single_set): Reject if the parallel has anything
10761         except SET or USE or CLOBBER.
10762
10763 2000-03-17  Jeff Law  <law@cygnus.com>
10764             Richard Henderson  <rth@cygnus.com>
10765
10766         * Makefile.in (OBJS): Add sibcall.o.
10767         (sibcall.o): New.
10768         * sibcall.c: New file.
10769         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
10770         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
10771         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
10772         Emit sibcall patterns when requested.  Update all callers.
10773         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
10774         elimination seems feasable.
10775         * final.c (leaf_function_p): Sibling calls don't discount being
10776         a leaf function.
10777         * flow.c (HAVE_sibcall_epilogue): Provide default.
10778         (find_basic_blocks_1): Sibling calls don't throw.
10779         (make_edges): Make edge from sibling call to EXIT.
10780         (propagate_block): Don't remove sibcall_epilogue insns.
10781         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
10782         (sibcall_epilogue): New.
10783         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
10784         (identify_blocks_1): Likewise.  Break out from ...
10785         (identify_blocks): ... here.
10786         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
10787         (reorder_blocks): ... here.
10788         (init_function_for_compilation): Zap prologue/epilogue as varrays.
10789         (record_insns): Extend a varray instead of mallocing new memory.
10790         (contains): Read a varray not array of ints.
10791         (sibcall_epilogue_contains): New.
10792         (thread_prologue_and_epilogue_insns): Emit and record
10793         sibcall_epilogue patterns.
10794         (init_function_once): Allocate prologue/epilogue varrays.
10795         * genflags.c (gen_insn): Treat sibcall patterns as calls.
10796         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
10797         Broken out from ...
10798         (save_for_inline_nocopy): ... here.
10799         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
10800         Broken out from ...
10801         (expand_inline_function): ... here.
10802         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
10803         (subst_constants): Handle 'n' formats.
10804         * jump.c (jump_optimize_minimal): New.
10805         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
10806         optimizations if it's set.
10807         * rtl.c (copy_rtx): Do copy jump & call for insns.
10808         * rtl.h (struct rtx_def): Document use of jump and call for insns.
10809         (SIBLING_CALL_P): New.
10810         (sibcall_use_t): New.
10811         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
10812         Invoke optimize_sibling_and_tail_recursive_calls.
10813         * tree.c (lang_safe_for_unsave): New.
10814         (safe_for_unsave): New.
10815         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
10816
10817         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
10818         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
10819         (*sibcall_osf_1, *sibcall_value_osf_1): New.
10820
10821 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
10822
10823         * objc/objc-act.c (encode_method_prototype): Pass types, not
10824         PARM_DECLs, to int_size_in_bytes.
10825
10826 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
10827
10828         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
10829
10830         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
10831         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
10832
10833 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10834
10835         * Clean up usages of TREE_INT_CST_LOW.
10836         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
10837         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10838         Regenerated.
10839         * c-tree.h (min_precision): Move declaration to here.
10840         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
10841         (build_unary_op, add_pending_init): Use bit_position.
10842         (pending_init_member, process_init_element): Likewise.
10843         (really_start_incremental_init, push_init_level, pop_init_level):
10844         Don't make copies of nodes or modify them in place, use consistent
10845         types when tracking positions, and use tree routines computations.
10846         (set_init_index, output_init_element): Likewise.
10847         (output_pending_init_elements, process_init_element): Likewise.
10848         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
10849         tree_low_cst and int_bit_position; also minor cleanup.
10850         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
10851         (print_cst_octal): Precision is unsigned.
10852         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
10853         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
10854         (simple_type_align_in_bits): Result is unsigned int.
10855         Use tree_int_low_cst and host_integerp.
10856         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
10857         (field_byte_offset): Result is HOST_WIDE_INT.
10858         Change types of internal variables so alignments are unsigned int,
10859         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
10860         Use host_integerp, tree_low_cst, and int_bit_position.
10861         (add_bit_offset_attribute): Likewise.
10862         (add_data_member_location_attribute): Use tree_cst_low.
10863         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
10864         (add_bit_size_attribute): Use tree_low_cst.
10865         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
10866         * dwarfout.c: Similar changes to dwarf2out.c.
10867         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
10868         * genoutput.c (n_occurences): Return -1 for null string.
10869         (strip_whitespace): Accept null string and make into function.
10870         (scan_operands): Reflect above changes.
10871         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
10872         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
10873         * ssa.c (rename_registers): Add missing cast of arg to bzero.
10874         * tree.c (int_size_in_bytes): Check for too big to represent.
10875         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
10876         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
10877         New declarations.
10878         (min_precision): Delete from here.
10879         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
10880         and int_bit_position.
10881         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
10882         (encode_method_def): Likewise.
10883         (build_ivar_list_initializer): Use int_bit_position.
10884         (generate_shared_structures): Convert size.
10885         (encode_type, encode_complete_bitfield): Use integer_zerop.
10886         (encode_bitfield): Use tree_low_cst and int_bit_position.
10887
10888 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10889
10890         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
10891
10892 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10893
10894         * call.c (special_function_p): It is only malloc if it returns
10895         Pmode.
10896
10897 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10898
10899         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
10900         (C33_FLAG, TARGET_C3X): Add macros.
10901         (TARGET_SWITCHES): Add -m33 option.
10902         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
10903
10904 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10905
10906         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
10907         (PARALLEL_PACK_FLAG): Delete.
10908         (TARGET_SWITCHES): Update.
10909         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
10910
10911 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10912
10913         * fold-const.c (fold): Fix a few cases when the returned result
10914         is not of the same type as the input.
10915
10916 2000-03-16  Nick Clifton  <nickc@cygnus.com>
10917
10918         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
10919         warning.
10920
10921 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10922
10923         * libgcc2.h: Move prototypes above macros with the same name.
10924         Wrap some function prototypes in the conditional which indicates
10925         whether they are supported, i.e. "BITS_PER_UNIT == 8".
10926
10927 2000-03-16  Richard Henderson  <rth@cygnus.com>
10928
10929         * calls.c: Revert last two changes.
10930
10931 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10932
10933         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
10934         has exponent 0 is a zero.
10935
10936         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
10937         HASH may already be nonzero.  Add code/mode into hash value
10938         immediately after repeat label.
10939         (cselib_lookup): Don't leave the hash table in an inconsistent
10940         state before a hash lookup operation.
10941
10942 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
10943
10944         * i386.md (all HI and QI mode non-move patterns):  Conditionize
10945         by TARGET_[HQ]IMODE_MATH.
10946         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10947         x86_promote_qi_regs): Declare.
10948         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
10949         TARGET_PROMOTE_QI_REGS): New macros.
10950         (PROMOTE_MODE): New macro.
10951         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10952         x86_promote_qi_regs): New global variables.
10953
10954 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
10955
10956         * calls.c (emit_library_call_value_1): Break out from ...; handle
10957         VOIDmode function calls too.
10958         (emit_library_call_value): ... here.
10959         (emit_library_call): Implement by calling emit_library_call_value_1.
10960
10961 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
10962
10963         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
10964         Update arg_space_so_far on stack adjustments.
10965         (emit_library_call, emit_library_call_value): Likewise; take into
10966         account arg_space_so_far and pending_stack_adjust when calculcating
10967         the boundary.
10968
10969 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
10970
10971         * flow.c: Move all basic block reordering code into its own file.
10972         (create_basic_block): Externalize.
10973         * bb-reorder.c: New file. Copy all basic block reordering code from
10974         flow.c to this file.
10975         (reorder_basic_blocks): Fix fencepost error in for-loop.
10976         (reorder_basic_blocks): Remove braces from single statement for-loops.
10977         * basic-block.h: Add declaration for create_basic_block.
10978         * Makefile.in: Add rules for bb-reorder.o.
10979
10980 2000-03-16  Neil Booth  <NeilB@earthling.net>
10981
10982         * cppinit.c (handle_option):  Implement #unassert directive
10983         as -A- command line option.
10984         (print_help):  Update.
10985         * cpptexi.c:  Update.
10986
10987 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10988
10989         * md.texi (Standard Names): Document `jump'.
10990
10991 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
10992
10993         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
10994         gotos.
10995
10996 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
10997
10998         Merge changes from newppc-branch onto trunk.
10999
11000         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11001
11002         * rs6000.c (toc_hash_table): Update for new hash table functions.
11003         (toc_hash_function): Likewise.
11004         (toc_hash_eq): Likewise.
11005         (toc_hash_mark_entry): Likewise.
11006         (toc_hash_mark_table): Likewise.
11007         (output_toc): Likewise.
11008         (rs6000_add_gc_roots): Likewise.
11009
11010         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11011
11012         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11013         (AR_FLAGS_FOR_TARGET): here.  New macro.
11014
11015         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11016
11017         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11018         fpmem_operand) Delete.
11019         (xer_operand) New.
11020         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11021         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11022         (rs6000_save_machine_status, rs6000_restore_machine_status,
11023         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11024         references to above variables.
11025         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11026         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11027         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11028         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11029         (XER_REGNO_P, XER_REGNO): New.
11030         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11031         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11032         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11033         XER_REGNO_P.
11034         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11035         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11036         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11037
11038         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11039
11040         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11041         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11042         * rs6000.h: from here.
11043
11044         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11045         (rs6000_select_rtx_section): Likewise.
11046         (rs6000_encode_section_info): Likewise.
11047         (sdata_section): Likewise.
11048         (sdata2_section): Likewise.
11049         (sbss_section): Likewise.
11050         * sysv4.h (rs6000_select_section): Delete prototype.
11051         (rs6000_select_rtx_section): Likewise.
11052         (rs6000_encode_section_info): Likewise.
11053         (sdata_section): Likewise.
11054         (sdata2_section): Likewise.
11055         (sbss_section): Likewise.
11056         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11057
11058         * sysv4.h: Delete various unnecessary #undef's and put a comment
11059         on the remaining ones.
11060         Change various comments according to coding standard.
11061
11062         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11063
11064         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11065         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11066         (CR0_REGNO_P) Remove.
11067         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11068         setup_incoming_varargs, mtcrf_operation, print_operand,
11069         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11070         Use the above macros.
11071
11072         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11073
11074         * config/rs6000/rs6000.md: Added a new alternative for each
11075         pattern that had a 'x' alternative but no 'y' alternative.
11076         Added a new split for each of the above patterns.
11077
11078         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11079
11080         * aix41.h (ASM_CPU_SPEC): Delete.
11081         (CPP_CPU_SPEC): Delete.
11082
11083         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11084         (ASM_OUTPUT_LABEL): Define.
11085         (ASM_GLOBALIZE_LABEL): Define.
11086         (STRIP_NAME_ENCODING): Define.
11087         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11088         (STRIP_NAME_ENCODING): Don't define.
11089         (ASM_OUTPUT_LABEL): Don't define.
11090         (ASM_GLOBALIZE_LABEL): Don't define.
11091         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11092         names, and ASM_OUTPUT_LABEL to output labels, rather than
11093         asm_fprintf.
11094         (ASM_OUTPUT_LABEL): Define.
11095         (ASM_OUTPUT_INT): Use assemble_name.
11096         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11097         (STRIP_NAME_ENCODING): Don't undefine first.
11098         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11099         ELF.
11100         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11101         specified with 'asm' even with -fleading-underscore.
11102         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11103         (output_epilog): Likewise.
11104         (output_toc): Likewise.
11105         * tramp.asm: Handle -fleading-underscore correctly.
11106
11107         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11108         -mminimal-toc.
11109         (nonlocal_goto_receiver): Delete.
11110         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11111
11112         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11113         (SET_ASM_OP): Define.
11114         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11115
11116         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11117         (ASM_LONG): Define.
11118
11119         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11120         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11121
11122         * rs6000.h: Add 'u' to more constants.
11123
11124         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11125
11126         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11127
11128         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11129
11130         * rs6000.c (reg_or_u_cint_operand): New function.
11131         (logical_operand): Handle 64-bit hosts.
11132         (logical_u_operand): New function.
11133         (non_logical_cint_operand): Handle 64-bit hosts.
11134         (non_logical_u_cint_operand): New function.
11135         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11136         (PREDICATE_CODES): Define new functions.
11137         * rs6000-protos.h: Declare new functions.
11138         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11139         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11140         CONST_DOUBLE for 32-bit values.
11141         (scc insns): Generate DImode compares.
11142         (mfcr insns): Create DImode versions.
11143         (sge matchers): New patterns.
11144
11145         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11146
11147         * rs6000.md: Correct instructions length attributes and
11148         constraints on unsigned compare instructions.
11149         (*ne0): Disable for PowerPC64.
11150
11151         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11152
11153         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11154         quantity, fix profile1.C test failure under -fPIC.
11155
11156         * rs6000.c: Add 'u' to many constants to suppress warnings.
11157         (constant_pool_expr_1): Make static.
11158         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11159         * rs6000.h: Add 'u' to many constants to suppress warnings.
11160
11161         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11162         for the start of the TOC, instead of LCTOC..0.
11163         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11164         of the TOC.
11165         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11166         (load_toc_aix_di): Use LCTOC..1.
11167
11168         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11169         * rs6000.c (rs6000_legitimize_address): New function from
11170         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11171         symbols in the constant pool that really are TOC references.
11172         (print_operand_address): For ELF, write TOC offsets under
11173         -fPIC as subtractions in the insn.
11174         (output_toc): For ELF, define symbols in TOC as normal labels,
11175         to match RTL.
11176         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11177         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11178         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11179         * rs6000.md (movsi): Only use create_TOC_reference on
11180         symbols in the constant pool that really are TOC references.
11181
11182         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11183         * rs6000.c (rs6000_reorg): Delete.
11184         * rs6000-protos.h (rs6000_reorg): Delete.
11185
11186         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11187
11188         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11189
11190         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11191         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11192         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11193         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11194         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11195         rs6000_aix_emit_builtin_unwind_init.
11196         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11197         rs6000_emit_eh_toc_restore on AIX.
11198         (return_eh_si): Use r2.
11199         (return_eh_di): Use r2.
11200
11201         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11202         since we're breaking binary compatibility anyway.
11203
11204         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11205
11206         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11207         constant_pool_expr_p): Declare them.
11208         (constant_pool_expr_p): Declare it.
11209         * config/rs6000/rs6000.c (toc_label_name): Define.
11210         (rs6000_override_options): Set toc_label_name.
11211         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11212         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11213         uses_TOC): New functions.
11214         (print_operand): Delete old '*' case.
11215         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11216         and strip off rtl for TOC before calling output_addr_const.
11217         (rs6000_emit_load_toc_table): Use toc_label_name.
11218         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11219         the default.
11220         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11221         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11222         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11223         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11224         into explicit TOC_REGISTER offsets.
11225         (TOC_REGISTER): New macro.
11226         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11227         TARGET_TOC to reference TOC_REGISTER.
11228         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11229         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11230         uses_TOC before emitting label references.
11231
11232         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11233
11234         * rs6000.md (stack_tie): Fix warning.
11235
11236         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11237         to handle -fleading-underscore.
11238         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11239         (USER_LABEL_PREFIX): New macro.
11240         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11241         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11242         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11243         call-linux can use the same multilibs.
11244         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11245         and call-linux multilibs.  Do multilib with -fleading-underscore.
11246         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11247         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11248         to call-aix.
11249
11250         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11251         have MASK_SOFT_FLOAT set.
11252         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11253         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11254         CPP_FLOAT_DEFAULT_SPEC.
11255
11256         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11257         * rs6000.md: Whitespace change.
11258         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11259         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11260
11261         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11262
11263         * rs6000.md (eh_epilogue): New expander.
11264         (eh_reg_restore): New expand/split/insn combination.
11265         (return_eh_si): New insn.
11266         (return_eh_di): New insn.
11267
11268         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11269         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11270         * eabi-ctors.c (__do_global_ctors): Register this object's
11271         frame.  Clean up.  Call atexit() after the constructors.
11272         (__do_global_dtors): Deregister this object's frame.  Clean up.
11273         Allow for recursive calls to exit().
11274         * rs6000.c (fixuplabelno): New variable.
11275         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11276         TARGET_RELOCATABLE, it slows down exec() under linux.
11277         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11278
11279         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11280         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11281         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11282         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11283         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11284         (ASM_OUTPUT_DWARF_ADDR): New macro.
11285         (ASM_OUTPUT_DWARF_DATA4): New macro.
11286         (ASM_OUTPUT_DWARF_DATA2): New macro.
11287         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11288         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11289         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11290
11291         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11292
11293         * rs6000.c (rs6000_sr_alias_set): New variable.
11294         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11295         (rs6000_emit_stack_tie): New function.
11296         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11297         in a way that dwarf2out can understand.
11298         (rs6000_frame_related): New function.
11299         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11300         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11301         Use rs6000_emit_stack_tie when needed.
11302         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11303         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11304         * rs6000.md (stack_tie): New insn.
11305         (return_internal_si): Allow return value to be in the count
11306         register.
11307         (return_internal_di): Likewise.
11308
11309         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11310
11311         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11312
11313         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11314
11315         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11316
11317         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11318
11319         * rs6000.md (stmw): Use the right POWER opcode.
11320         (lmw): Likewise.
11321
11322         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11323
11324         * rs6000-protos.h: New file.
11325
11326         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11327
11328         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11329         warnings.
11330
11331         * sysv4.h: Likewise.
11332
11333         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11334
11335         * ../../configure.in: Delete powerpcle-*-winnt*
11336         and powerpcle-*-pe|powerpcle-*-cygwin*.
11337         * ../../configure: Regenerated.
11338         * cygwin.h: Delete.
11339         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11340         (TARGET_WINDOWS_NT): Delete.
11341         (ABI_NT): Delete.
11342         (CALL_NT_DLLIMPORT): Delete.
11343         Delete NT-specific code.
11344         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11345         * win-nt.h: Delete.
11346         * t-winnt: Delete.
11347         * nt-ci.asm: Delete.
11348         * nt-cn.asm: Delete.
11349         * ntstack.asm: Delete.
11350
11351         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11352
11353         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11354         (ASM_FILE_START): Likewise.
11355         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11356         (ASM_OUTPUT_LABELREF): Likewise.
11357         (ASM_OUTPUT_SKIP): Likewise.
11358         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11359         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11360         (ASM_OUTPUT_CASE_LABEL): Likewise.
11361         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11362         (ASM_OUTPUT_ASCII): Likewise.
11363
11364         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11365
11366         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11367         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11368         increment rs6000_pic_labelno here.
11369         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11370         and increment rs6000_pic_labelno here.
11371
11372         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11373
11374         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11375         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11376         allocation knows (reg) is dead before the insn.
11377
11378         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11379
11380         * rs6000.md (movsi_to_cr): Correct typo in output template.
11381
11382         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11383
11384         * rs6000.c (rs6000_pic_labelno): Always define.
11385         (rs6000_pic_func_labelno): Delete.
11386         (lmw_operation): Check for a zero base register,
11387         which doesn't mean what we want.
11388         (stmw_operation): New function.
11389         (print_operand): Define new 'l' modifier.
11390         (rs6000_stack_info): We must save all 64 bits of the registers
11391         if TARGET_POWERPC64.
11392         (rs6000_output_load_toc_table): Delete.
11393         (rs6000_emit_load_toc_table): New function.
11394         (rs6000_allocate_stack_space): Delete.
11395         (rs6000_emit_allocate_stack): New function.
11396         (rs6000_emit_prologue): New function.
11397         (output_prolog): Use rs6000_emit_prologue.
11398         (rs6000_emit_epilogue): Change a few variable names to be
11399         more accurate.  Restore all 64 bits of the registers if
11400         TARGET_POWERPC64.  Only restore the FP registers which were used
11401         if they are being saved/restored one-at-a-time.
11402         (output_mi_thunk): Delete inefficient code generation.
11403         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11404         * rs6000.h: Declare rs6000_emit_load_toc_table,
11405         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11406         rs6000_output_load_toc_table.
11407         * rs6000.md (elf_high): Allow register 0, but discourage it
11408         heavily.
11409         (elf_low): Support loading into register 0.
11410         (load_toc_aix_si): New pattern.
11411         (load_toc_aix_di): New pattern.
11412         (load_toc_v4_pic_si): New pattern.
11413         (load_toc_v4_pic_di): New pattern.
11414         (load_toc_v4_PIC_1): New pattern.
11415         (load_toc_v4_PIC_1b): New pattern.
11416         (load_toc_v4_PIC_2): New pattern.
11417         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11418         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11419         (prologue): New expander.
11420         (movesi_from_cr): New pattern.
11421         (stmw): New pattern.
11422         (save_fpregs_si): New pattern.
11423         (save_fpregs_di): New pattern.
11424
11425         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11426
11427         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11428         (movdi): Likewise.
11429         (movhi): Likewise.
11430         (movqi): Likewise.
11431
11432         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11433
11434         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11435         at present.
11436         (movsi_got_internal): Likewise.
11437         (movsi_got_internal+1): Likewise.
11438         (set_sp): 'unspec 7' does a SImode clobber.
11439
11440         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11441
11442         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11443         allocate a stack temporary.
11444         (floatsidf2_internal): Likewise.
11445         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11446         with unspec.
11447         (floatunssidf2): Don't use the fpmem "register", just
11448         allocate a stack temporary.
11449         (floatunssidf2_internal): Likewise.
11450         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11451         with unspec.
11452         (floatsidf2_loadaddr): Delete.
11453         (floatsidf2_store1): Delete.
11454         (floatsidf2_store2): Delete.
11455         (floatsidf2_load): Delete.
11456         (fix_truncdfsi2): Don't use the fpmem "register", just
11457         allocate a stack temporary.
11458         (fix_truncdfsi2_internal_si): Delete.
11459         (fix_truncdfsi2_internal_di): Delete.
11460         (fix_truncdfsi2_internal): New insn.
11461         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11462         (fix_truncdfsi2_store): Delete.
11463         (fix_truncdfsi2_load): Delete.
11464         (fctiwz): Produce gen_fctiwz.
11465
11466         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11467
11468         * eabi.h (INVOKE__main): Define.
11469         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11470         specially.
11471         (rs6000_emit_prologue): Likewise.
11472         * rs6000.h (struct rs6000_stack): Don't keep track of whether
11473         this is the main program.
11474
11475         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11476
11477         * rs6000.c (rs6000_va_arg): Delete some unused variables.
11478
11479         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11480
11481         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
11482         goes after the argument.
11483
11484         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11485
11486         * rs6000.md: Document 'unspec' values used.
11487         (epilogue): New expander.
11488         (movesi_to_cr_one): New expander.
11489         (movesi_to_cr and following): New pattern.
11490         (lmw): New pattern.
11491         (return_internal_si): New pattern.
11492         (return_internal_di): New pattern.
11493         (return_and_restore_fpregs_si): New pattern.
11494         (return_and_restore_fpregs_di): New pattern.
11495         * rs6000.h: Declare new functions.
11496         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
11497         rather than rs6000_calls_p.
11498         (rs6000_makes_calls): Delete.
11499         (lmw_operation): New function.
11500         (mtcrf_operation): New function.
11501         (rs6000_emit_epilogue): New function.
11502         (output_epilog): Call rs6000_emit_epilogue and final if
11503         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
11504
11505         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11506
11507         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
11508         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
11509         * aix.h (SUBTARGET_SWITCHES): Document switches.
11510         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
11511         sched-prolog and sched-epilog the same.  Document all the
11512         switches.
11513         (TARGET_OPTIONS): No longer allow -mdebug-.
11514
11515         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11516
11517         * rs6000.h (ASM_FILE_END): Move to aix.h.
11518         (EXTRA_SECTIONS): Move to aix.h.
11519         (READONLY_DATA_SECTION): Move to aix.h.
11520         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
11521         (SELECT_SECTION): Move to aix.h.
11522         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
11523         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
11524         (LINK_REGISTER_REGNUM): New definition.
11525         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
11526         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
11527         AIX and SVR4.
11528         * sysv4.h: Delete the code between the inclusion of rs6000.h
11529         and svr4.h.
11530         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
11531         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
11532         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
11533         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
11534         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
11535         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
11536         (fix_truncdfsi2_internal_di): New pattern.
11537         (fix_truncdfsi2_store): The second arg here is Pmode too.
11538         (fix_truncdfsi2_load): The second arg here is Pmode too.
11539         (tablejumpdi): Now that switch tables hold only SImode values,
11540         gcc needs to know how to add them to the pc which is DImode.
11541         * rs6000.c (rs6000_stack_info): Use symbolic name for
11542         LINK_REGISTER_REGNUM.
11543         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
11544         (output_toc): Delete unused variables s1 and s2.
11545         (output_ascii): Use fputs not fprintf on a variable string.
11546
11547         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11548
11549         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11550         * aix43.h: Revert Aug 2 change.
11551         (HAS_INIT_SECTION): Define, not visible yet.
11552         (LD_INIT_SWITCH): Define, not visible yet.
11553         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11554
11555         2000-01-04  Joel Sherrill (joel@OARcorp.com>
11556
11557         * config/rs6000/rtems.h: Include config/rtems.h.
11558
11559         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11560
11561         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11562         (SLOW_UNALIGNED_ACCESS): Define.
11563         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11564         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11565         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11566         (toc_section): Likewise and .toc pseudo-op.
11567         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11568         64-bit mode.
11569         (TEXT_SECTION_ASM_OP): Likewise.
11570         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11571         32-bit offsets.
11572
11573         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11574
11575         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
11576         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11577         compiling libgcc2.
11578
11579         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11580
11581         * rs6000.h: Move more stuff from here...
11582         * aix.h: to here.
11583         * sysv4.h: Cleanup accordingly.
11584         * netware.h: Likewise
11585
11586         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11587
11588         * rs6000.h: Continue cleanup.
11589         * aix.h: Likewise.
11590         * lynx.h: Likewise.
11591         * netware.h: Likewise.
11592         * sol2.h: Likewise.
11593         * sysv4.h: Likewise.
11594         * win-nt.h: Likewise.
11595
11596         * rs6000.h (TARGET_SWITCHES): Add descriptions.
11597         (TARGET_OPTIONS): Likewise.
11598
11599         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
11600         (SUBTARGET_OPTIONS): Likewise.
11601
11602         * rs6000.md: Fix compile time warnings.
11603
11604         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11605
11606         vxworks patches from the Cygnus tree originally by
11607         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
11608         <vmakarov@cygnus.com>.
11609         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
11610         (ENDFILE_SPEC): Likewise.
11611         (LIB_VXWORKS_SPEC): New macro.
11612         (STARTFILE_VXWORKS_SPEC): New macro.
11613         (ENDFILE_VXWORKS_SPEC): New macro.
11614         (LINK_START_VXWORKS_SPEC): New macro.
11615         (LINK_OS_VXWORKS_SPEC): New macro.
11616         (CPP_OS_VXWORKS_SPEC): New macro.
11617         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
11618         * vxppc.h: Rewrite to use proper configuration method.
11619         * vxppcle.h: New file.
11620         * ../../configure.in: Add powerpcle-wrs-vxworks*.
11621         * ../../configure: Rebuilt.
11622
11623         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11624
11625         Lots of changes to rs6000.h, sysv4.h, aix.h,
11626         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
11627         with the aim that rs6000.h is the first header
11628         included and the others override it.
11629         * aix.h: New file.
11630
11631         * x-aix41-gld: Remove.
11632         * x-aix43: Remove.
11633         * x-aix41: Remove target-specific switches, and don't specify
11634         -Wl,-bbigtoc as we don't need it any more.
11635         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
11636         Use t-aix43 for AIX 4.3 and above.
11637         * ../../configure: Regenerated.
11638
11639         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
11640         options, that don't do anything yet.
11641         (MASK_SCHED_PROLOG): New macro.
11642         (MASK_SCHED_EPILOG): New macro.
11643         (TARGET_SCHED_PROLOG): New macro.
11644         (TARGET_SCHED_EPILOG): New macro.
11645
11646         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11647
11648         * rs6000.c: Correct comment, the `minimal' TOCs are actually
11649         one per translation unit, not one per function.
11650         (output_toc): Also do duplicate constant elimination
11651         for per-translation-unit TOCs.
11652
11653         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
11654         a comment explaining _exactly_ when this pattern gets used.
11655         (builtin_setjmp_receiver): New pattern for better clarity.
11656         (init_v4_pic): Move it into a section dealing with TOC registers.
11657
11658         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
11659
11660         * rs6000.c (toc_hash_table): New variable.
11661         (rs6000_hash_constant): New function.
11662         (toc_hash_function): New function.
11663         (toc_hash_eq): New function.
11664         (toc_hash_mark_entry): New function.
11665         (toc_hash_mark_table): New function.
11666         (output_toc): Don't output duplicate TOC entries in
11667         a single file.
11668         (rs6000_add_gc_roots): Add the hash table as a GC root.
11669         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
11670         where they clearly shouldn't be.  This may need to be fixed
11671         later when there is a GNU ar for AIX.
11672         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
11673         Don't define BOOT_LDFLAGS as it is now not necessary.
11674
11675         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
11676
11677         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
11678         for va_list on AIX.  Use unsigned_char_type_node rather than
11679         constructing our own version on svr4.
11680
11681         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
11682
11683         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
11684         since patently it's not.
11685
11686         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
11687
11688         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
11689         define_expand/define_insn pair, and handle restore of the
11690         SVR4 -fpic register.
11691
11692 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
11693
11694         * acconfig.h (HAVE_GAS_WEAK): New define.
11695         * configure.in (assembler weak support): Check for .weak support.
11696         * config.in, configure: Rebuilt.
11697         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
11698         HAVE_GAS_WEAK is defined.
11699
11700 2000-03-15  Nick Clifton  <nickc@cygnus.com>
11701
11702         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
11703         asm_fprintf().
11704
11705 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
11706
11707         * cppfiles.c (open_include_file): New function.
11708         (find_include_file, cpp_read_file): Use it.
11709
11710 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11711
11712         * cpphash.c (dump_hash_helper): Take the slot, not the element.
11713
11714 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
11715
11716         * flow.c (verify_flow_info): Check for unconditional return.
11717
11718 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
11719
11720         * config/ia64/ia64.md (restore_stack_nonlocal): New.
11721         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
11722         (__ia64_restore_stack_nonlocal): New.
11723         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
11724
11725 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11726
11727         * cpphash.c (collect_formal_parameters): Do not complain about
11728         parameter names that just start with `__VA_ARGS__'.
11729
11730 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
11731
11732         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
11733         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
11734         * i386.c (pentiumpro_cost): Set mul cost to 4.
11735         (x86_use_movx): Set for PPro.
11736
11737 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
11738
11739         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
11740         STACK_BOUNDARY for empty frames now.
11741
11742 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11743
11744         * stor-layout.c (layout_union): Remove.
11745         (layout_union_field): New function, split out from layout_union.
11746         (finish_union_layout): Likewise.
11747         (layout_field): Handle unions by calling layout_union_field.
11748         (finish_record_layout): Handle unions.
11749         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
11750         QUAL_UNION_TYPE handling.
11751
11752 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
11753
11754         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
11755         end of basic block is jump_insn, not barrier; use create_basic_block
11756         instead of creating basic block by hand.
11757
11758 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
11759
11760         * flow.c (reorder_basic_blocks): Account for barriers when writing
11761         over NEXT_INSN (last_bb->end).
11762         (verify_flow_info): Add check for missing barriers.
11763
11764 2000-03-14  Greg McGary  <gkm@gnu.org>
11765
11766         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
11767         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
11768         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
11769         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
11770         __unbounded, __unbounded__): New keywords.
11771         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
11772         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
11773         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
11774
11775 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
11776
11777         * cselib.h: New file.
11778         * alias.c: Include "cselib.h".
11779         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
11780         MEMs as two new arguments.
11781         (get_addr): New static function.
11782         (find_base_term): Handle VALUEs.
11783         (memrefs_conflict_p): Likewise.
11784         (true_dependence): Call get_addr on the addresses.
11785         Call fixed_scalar_and_varying_struct_p with addresses that have been
11786         passed through get_addr and canon_rtx.
11787         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
11788         with true_dependence.
11789         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
11790         * loop.c: Include "cselib.h".
11791         (load_mems): Process extended basic block that enters the loop with
11792         cselib.  Use that information to change initialization of the shadow
11793         register so that a constant equivalence is seen by later passes.
11794         * reload1.c: Include "cselib.h".
11795         (reload_cse_invalidate_regno): Delete function.
11796         (reload_cse_mem_conflict_p): Likewise.
11797         (reload_cse_invalidate_mem): Likewise.
11798         (reload_cse_invalidate_rtx): Likewise.
11799         (reload_cse_regno_equal_p): Likewise.
11800         (reload_cse_check_clobber): Likewise.
11801         (reload_cse_record_set): Likewise.
11802         (reg_values): Delete static variable.
11803         (invalidate_regno_rtx): Likewise.
11804         (reload_cse_delete_noop_set): New static function.
11805         (reload_cse_simplify): New static function, broken out of
11806         reload_cse_regs_1.
11807         (reload_cse_noop_set_p): Delete unused argument INSN.
11808         Just call rtx_equal_for_cselib_p on set source and destination.
11809         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
11810         reload_cse_delete_noop_set.  Delete code to keep track of values; use
11811         cselib functions instead.  Delete code to push/pop obstacks.
11812         (reload_cse_simplify_set): Use cselib to find equivalent values.
11813         Delete code to push/pop obstacks.
11814         (reload_cse_simplify_operands): Likewise.
11815         * rtl.def (VALUE): New rtx code.
11816         * rtl.h (union rtunion_def): New elt rt_cselib.
11817         (X0CSELIB, CSELIB_VAL_PTR): New macros.
11818         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
11819         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
11820         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
11821         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
11822         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
11823         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
11824         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
11825         cselib_record_set, cselib_record_sets): New static functions.
11826         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
11827         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
11828         references_value_p): New functions.
11829         (MAX_USELESS_VALUES, REG_VALUES): New macros.
11830         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
11831         n_useless_values, reg_values, callmem, cselib_obstack,
11832         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
11833         New static variables.
11834         * varray.h (union varray_data_tag): New elt te.
11835         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
11836         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
11837         dependencies.
11838
11839 2000-03-14  Nick Clifton  <nickc@cygnus.com>
11840
11841         * gcc.c (do_spec_1): Catch the case where %* is used in a
11842         substitution pattern, but it has not been initialised.
11843         Issue a meaningful error message if an unrecognised operator
11844         is encountered in a spec string.
11845
11846 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
11847
11848         * function.c (prepare_function_start): Correctly initialize
11849         cfun->stack_alignment_needed.
11850
11851 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
11852
11853         * cppfiles.c (find_include_file): Don't assume nshort is a
11854         substring of name.
11855
11856 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
11857
11858         * configure.in (hppa configurations): Add pa32-regs.h to the
11859         list of tm files as appropriate.
11860         * configure: Rebuilt.
11861         * pa.c (compute_frame_size): Remove explicit knowledge about FP
11862         register numbering.
11863         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
11864         (fmpyaddoperands, fmpysuboperands): Likewise.
11865         * pa.h: Remove various definitions which depend on knowing
11866         how registers are numbered.
11867         * pa32-regs.h: New file with PA32 register numbering specific
11868         definitions.
11869
11870 2000-03-14  Richard Henderson  <rth@cygnus.com>
11871
11872         * regmove.c (combine_stack_adjustments): New.
11873         (stack_memref_p, single_set_for_csa): New.
11874         (free_csa_memlist, record_one_stack_memref): New.
11875         (try_apply_stack_adjustment): New.
11876         (combine_stack_adjustments_for_block): New.
11877         * rtl.h (combine_stack_adjustments): Declare.
11878         * toplev.c (rest_of_compilation): Call it.
11879
11880         * i386.md: Revert 2000-01-16 change.
11881
11882 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11883
11884         * gccbug.in: Add web category, gcc specific classes.
11885
11886 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
11887
11888         * stor-layout.c (finalize_record_size): Fix typo.
11889
11890 2000-03-14  Stan Shebs  <shebs@apple.com>
11891
11892         * c-typeck.c (c_alignof): Error on incomplete types.
11893         * extend.texi (Alignment): Document this.
11894
11895 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11896
11897         * cppfiles.c: Include mkdeps.h.
11898         (find_include_file, read_include_file): Remove _cpp_ prefix
11899         from name, make static.
11900         (_cpp_execute_include): New function, broken out of
11901         do_include.
11902
11903         * cpplib.c: Don't include mkdeps.h.
11904         (struct directive): Remove type field. Reorder entries.  The
11905         function takes only one argument.
11906         (struct if_stack): Make type field an int.
11907         (directive_table): Rename to dtable.  Generate it, the
11908         prototypes of the directive handlers, and the enum for the
11909         directive numbers, from a template macro.
11910         (do_ifndef, do_include_next, do_import): New functions.
11911         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
11912         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
11913         do_ident, do_assert, do_unassert, do_sccs): Take only one
11914         argument.
11915         (do_sccs): Define always, but alter behavior based on
11916         SCCS_DIRECTIVE.
11917         (_cpp_handle_directive, consider_directive_while_skipping):
11918         Restructure for new directive table layout.
11919
11920         (pass_thru_directive): Take a directive number, not a pointer
11921         to a struct directive.
11922         (parse_include): New function, broken out of do_include.
11923         (do_include, do_import, do_include_next): Use parse_include
11924         and _cpp_execute_include.
11925         (do_elif, do_else): Test for T_ELSE specifically when checking
11926         for #elif/#else after #else.
11927         (parse_ifdef): New function, broken out of do_ifdef.
11928         (validate_else): Expect a name arg without a leading #.
11929         (if_directive_name): Delete.
11930         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
11931         directive handlers with only one argument.
11932
11933         * cpphash.h: Update prototypes.
11934         (enum node_type): Remove entries for directives.
11935         * Makefile.in: Update dependencies.
11936
11937         * cpphash.c (dump_hash_helper): Only dump nodes of type
11938         T_MACRO.  Emit a newline after each definition.
11939
11940 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11941
11942         * gccbug.in: New file.
11943         * configure.in (all_outputs): Add gccbug.
11944         * Makefile.in (install-common): Install gccbug.
11945         (GCCBUG_INSTALL_NAME): New variable.
11946         * configure: Rebuilt.
11947
11948 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11949
11950         * function.c (put_var_into_stack): Use type_for_mode to calculate
11951         part_type.  Use MEM_SET_IN_STRUCT_P.
11952         * expr.c (store_field): Handle CONCAT.
11953         (store_constructor): Use fields_length.
11954         * tree.c (fields_length): New fn.
11955         * tree.h: Declare it.
11956
11957 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11958
11959         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
11960         (cpplex.o): New target.
11961         * po/POTFILES.in: Add cpplex.c.
11962
11963         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
11964         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
11965         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
11966         skip_block_comment, skip_line_comment, skip_comment,
11967         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
11968         _cpp_parse_name, skip_string, parse_string,
11969         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
11970         _cpp_get_directive_token, find_position,
11971         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
11972         (maybe_macroexpand, _cpp_lex_token): New functions.
11973
11974         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
11975         parse_goto_mark): Delete.
11976         (_cpp_handle_eof): New function.
11977         (_cpp_handle_directive): Rename from handle_directive.
11978         (_cpp_output_line_command): Rename from output_line_command.
11979         (do_if, do_elif): Call _cpp_parse_expr directly.
11980         * cppfiles.c (_cpp_read_include_file): Don't call
11981         init_input_buffer here.
11982         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
11983         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
11984         here; pop the token_buffer and skip the rest of the line here.
11985         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
11986         here.
11987
11988         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
11989         Define here.
11990         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
11991         CPP_GOTO_MARK): New macros.
11992         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
11993         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
11994         _cpp_read_and_prescan, _cpp_init_input_buffer,
11995         _cpp_grow_token_buffer, _cpp_get_directive_token,
11996         _cpp_handle_directive, _cpp_handle_eof,
11997         _cpp_output_line_command): Prototype them here.
11998         * cpplib.h (enum cpp_token): Add CPP_MACRO.
11999         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12000         quote_string, output_line_command): Remove.
12001
12002 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12003
12004         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12005         whether it is too large we must also verify that it isn't negative.
12006
12007 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12008
12009         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12010         (movsi_zero_liveg0): Remove.
12011         (movsf_insn_novis_liveg0): Remove.
12012         (negsi2): Remove.
12013         (negsi2_not_liveg0): Rename to negsi2.
12014         (one_cmplsi2): Remove.
12015         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12016         (one_cmplsi2_liveg0): Remove.
12017         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12018         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12019         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12020         (PREDICATE_CODES): Remove zero_operand.
12021         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12022         TARGET_BROKEN_SAVERESTORE.
12023         (zero_operand): Remove.
12024         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12025         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12026         options.
12027         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12028         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12029         TARGET_BROKEN_SAVERESTORE): Remove.
12030         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12031         Remove.
12032         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12033         Remove.
12034         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12035         Remove.
12036
12037         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12038
12039 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12040
12041         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12042         truncating a string.  Don't assume tokens are nul terminated.
12043         Problem noted by Andreas Jaeger <aj@suse.de>
12044
12045 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12046
12047         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12048         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12049         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12050
12051 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12052
12053         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12054         STRUCTURE_SIZE_BOUNDARY.
12055
12056 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12057
12058         * tree.h (record_layout_info_s): New structure.
12059         (record_layout_info): New type.
12060         (new_record_layout_info): New function.
12061         (layout_field): Likewise.
12062         (finish_record_layout): Likewise.
12063         * stor-layout.c (layout_record): Remove.
12064         (new_record_layout_info): New function.
12065         (layout_field): New function, broken out from layout_record.
12066         (finalize_record_size): Likewise.
12067         (compute_record_mode): Likewise.
12068         (finalize_type_size): New function, broken out from layout_type.
12069         (finish_record_layout): Likewise.
12070         (layout_type): Use them.
12071
12072 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12073
12074         * cpphash.c: Don't include version.h.
12075         (special_symbol) [case T_VERSION]: Look for the string in
12076         hp->value.cpval; don't use version_string.
12077         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12078         __VERSION__ to version_string.
12079         * Makefile.in (cpphash.o): Update deps.
12080
12081 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12082
12083         Convert cpplib to use libiberty/hashtab.c.
12084
12085         * cpplib.h (struct cpp_reader): Make hashtab and
12086         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12087         and ALL_INCLUDE_HASHSIZE macros.
12088
12089         * cpphash.h: Update prototypes.
12090         (struct hashnode): Remove next, prev, and bucket_hdr members.
12091         Make length a size_t.  Add hash member.
12092         (struct ihash): Remove next member.  Add hash member.  Make
12093         name a flexible array member.
12094
12095         * cppfiles.c: Include hashtab.h.
12096         (include_hash): Delete.
12097         (IHASHSIZE): New macro.
12098         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12099         (cpp_included): Do the hash lookup here.
12100         (_cpp_find_include_file): Rewrite.
12101         (cpp_read_file): Put the "fake" hash entry into the hash
12102         table.  Honor the control_macro, if it turns out we've seen
12103         the file before.  Don't push the buffer here.
12104         (_cpp_read_include_file): Push the buffer here.
12105         (OMODES): New macro.  Use it whenever we call open(2).
12106
12107         * cpphash.c: Include hashtab.h.
12108         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12109         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12110         _cpp_lookup_slot): New functions.
12111         (HASHSIZE): new macro.
12112         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12113         (_cpp_lookup): Use hashtab.h routines.
12114
12115         * cppinit.c: Include hashtab.h.
12116         (cpp_reader_init): Call _cpp_init_macro_hash and
12117         _cpp_init_include_hash.  Don't allocate hashtab directly.
12118         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12119         pfile->all_include_files.
12120         (initialize_builtins): Use _cpp_make_hashnode and
12121         htab_find_slot to add hash entries.
12122         (cpp_finish): Just call _cpp_dump_macro_hash.
12123         * cpplib.c: Include hashtab.h.
12124         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12125         create hash entries.
12126         (do_pragma_poison, do_assert): Likewise.
12127         (do_include): Don't push the buffer here.  Don't increment
12128         system_include_depth unless _cpp_read_include_file succeeds.
12129         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12130         or htab_remove_elt.
12131         (do_pragma_implementation): Use alloca to create copy.
12132
12133         * Makefile.in: Update dependencies.
12134
12135 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12136
12137         * cppinit.c (cl_directive_handler): More K&R fixing.
12138
12139 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12140
12141         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12142         STACK_BOUNDARY.
12143         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12144
12145 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12146
12147         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12148         Change from char[] to macros.
12149
12150 2000-03-12  Neil Booth  <NeilB@earthling.net>
12151
12152         * cppinit.c (cpp_start_read): Update indirect function
12153         call to K&R C.
12154
12155 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12156
12157         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12158         entry.
12159
12160         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12161         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12162
12163 2000-03-11  Neil Booth  <NeilB@earthling.net>
12164
12165         * cppinit.c (struct pending option): Replace undef with a
12166         pointer to a directive handling routine.
12167         (struct cpp_pending): Replace separate assert_ and define_
12168         lists with one directive_ list.
12169         (new_pending_define): Rename new_pending_directive. Extra
12170         argument is the directive's handling routine.
12171         (handle_option): Update to use new_pending_directive.
12172
12173 2000-03-11  Neil Booth  <NeilB@earthling.net>
12174
12175         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12176         remap_filename, _cpp_read_include_file, actual_directory,
12177         hack_vms_include_specification): Replace bcopy(), index() etc
12178         calls.  Add casts to some allocations.  Make some variables
12179         pointers to const [unsigned] char.
12180         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12181         collect_formal_parameters): Similarly.
12182         * cppinit.c (struct pending_option, append_include_chain,
12183         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12184         cpp_start_read, new_pending_define, handle_option): Similarly.
12185         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12186         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12187         do_pragma_implementation, detect_if_not_defined,
12188         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12189         do_assert, do_unassert): Similarly.
12190         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12191         function prototypes.
12192         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12193
12194 2000-03-10  Richard Henderson  <rth@cygnus.com>
12195
12196         * builtins.c (expand_builtin_strlen): Revert last change.
12197         Use emit_insn_before if we're at the beginning of a sequence.
12198
12199 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12200
12201         * builtins.c (expand_builtin_strlen): Make sure that we have something
12202         at the beginning of the sequence.
12203
12204         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12205         deferred inlines.
12206
12207         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12208
12209 2000-03-10  Richard Henderson  <rth@cygnus.com>
12210
12211         * except.c (can_throw): Use INTVAL on a CONST_INT.
12212         (reachable_handlers): Likewise.
12213         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12214
12215 2000-03-10  Andreas Jaeger  <aj@suse.de>
12216
12217         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12218         MD_STARTFILE_PREFIX since those are not needed on linux.
12219         (ASM_FILE_START): New, from mips/gnu.h.
12220
12221 2000-03-09  Richard Henderson  <rth@cygnus.com>
12222             Alex Samuel  <samuel@codesourcery.com> and others
12223
12224         * Makefile.in (ssa.o): New rule.
12225         (OBJS): Add ssa.o.
12226         (STAGESTUFF): Add *.ssa and *.ussa.
12227         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12228         * rtl.def (PHI): New RTL expression.
12229         * rtl.h (clear_log_links): New declaration.
12230         (convert_to_ssa): Likewise.
12231         (convert_from_ssa): Likewise.
12232         * flow.c (split_edge): If the entry node falls through to the
12233         split edge's source block, split the entry edge.
12234         (clear_log_links): New function.
12235         * toplev.c (ssa_dump): New variable.
12236         (flag_ssa): Likewise.
12237         (f_options): Add "ssa".
12238         (compile_file): Create SSA dump files.
12239         (rest_of_compilation): Go to and from SSA if enabled.
12240         (decide_d_option): Handle -de for SSA dump files.
12241         * ssa.c: New file.
12242
12243 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12244
12245         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12246         same as VAR_DECL.
12247
12248 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12249
12250         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12251
12252 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12253
12254         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12255         (MD_STARTFILE_PREFIX_1): New macro.
12256
12257 2000-03-09  Robert Lipe  <robertl@sco.com>
12258
12259         * config/ia64/ia64.c: Include system.h.
12260
12261 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12262
12263         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12264         (init_eh_nesting_info): Likewise.
12265
12266         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12267         (TREE_NOTHROW): Rename from TREE_RAISES.
12268         * toplev.c (rest_of_compilation): Set it.
12269         * print-tree.c (print_node): Adjust.
12270         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12271         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12272         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12273         REG_EH_REGION note as appropriate.
12274         (libfunc_nothrow): New fn.
12275         (emit_library_call, emit_library_call_value): Use it.
12276         (expand_call): Check TREE_NOTHROW.
12277
12278         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12279         DECL_ASSEMBLER_NAME.
12280
12281 2000-03-09  Andreas Jaeger  <aj@suse.de>
12282
12283         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12284         (TARGET_MEM_FUNCTIONS): Define.
12285
12286 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12287
12288         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12289
12290         * except.c (can_throw): See through a SEQUENCE.
12291         (nothrow_function_p): New fn.
12292         * except.h: Declare it.
12293         * function.c (current_function_nothrow): New var.
12294         (prepare_function_start): Initialize it.
12295         * output.h: Declare it.
12296         * toplev.c (rest_of_compilation): Set it.
12297         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12298
12299 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12300
12301         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12302         match.  (cpp_compare_defs): Count the nul separator when
12303         advancing over argument names.
12304
12305 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12306
12307         * recog.c (preprocess_constraints): Matching constraints affect
12308         same alternative/different operand, not same operand/different
12309         alternative.
12310
12311         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12312         register and a constant specially.
12313
12314 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12315
12316         * libgcc2.h: New file.
12317         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12318
12319 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12320
12321         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12322         * configure: Regenerate.
12323         * config/ia64: New.
12324
12325 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12326
12327         * Makefile.in (LIBCPP_DEPS): New macro.
12328         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12329         it to declare deps.
12330         * cpperror.c: Include cpphash.h.
12331         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12332         dingleberry.
12333         (lex): Don't use CPP_WARN_UNDEF.
12334         (_cpp_parse_expr): Return an int, the truth value.
12335         * cppfiles.c: Include cpphash.h.
12336         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12337         * cppinit.c (include_defaults_array): Disentangle.
12338         (cpp_cleanup): Don't free the if stack here.
12339         (cpp_finish): Pop off all buffers, not just one.
12340         * cpplib.c (eval_if_expr): Return int.
12341         (do_xifdef): Rename do_ifdef.
12342         (handle_directive): Don't use CPP_PREPROCESSED.
12343         (cpp_get_token): Don't use CPP_C89.
12344         * fix-header.c: Don't use CPP_OPTIONS.
12345
12346         * cpplib.h: Move U_CHAR, enum node_type, struct
12347         file_name_list, struct ihash, is_idchar, is_idstart,
12348         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12349         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12350         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12351         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12352         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12353         of _cpp_simplify_pathname, _cpp_find_include_file,
12354         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12355         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12356         cppinit.c.
12357         Change all uses of U_CHAR to be unsigned char instead.
12358         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12359
12360 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12361
12362         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12363         (dwarf2out_begin_prologue): Set it.
12364         (output_call_frame_info): Don't emit EH unwind info for leaves.
12365
12366         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12367         can occur outside of an EH region.
12368         * except.c: Correct comments about rethrow behavior.
12369         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12370
12371 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12372
12373         * flow.c (make_edges): Always call make_eh_edge for calls.
12374
12375 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12376
12377         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12378         (struct cpp_buffer): Remove fname and underflow fields.
12379         (struct cpp_reader): Remove get_token field.
12380         (struct include_hash): Rename to struct ihash.  Add typedef to
12381         IHASH.
12382         (struct if_stack): Remove fname field.
12383         (IF_STACK_FRAME): Rename to IF_STACK.
12384
12385         * cpperror.c (print_containing_files): Trust that there are no
12386         macro buffers below the top file buffer.
12387         * cppfiles.c: Replace all references to 'struct include_hash'
12388         with 'IHASH'.  Rename initialize_input_buffer to
12389         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12390         use buffer->ihash->name instead.
12391         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12392         not CPP_NULL_BUFFER.
12393         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12394         IF_STACK_FRAME, IHASH not struct include_hash.
12395         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12396         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12397         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12398         references to cpp_buffer->fname (delete entirely, or use
12399         ->ihash->name instead) and IF_STACK->fname.
12400         (cpp_push_buffer): Don't set new->underflow.
12401         (do_include): Use cpp_file_buffer.
12402
12403         * cpphash.c (collect_formal_parameters): Remove duplicate
12404         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12405         used as a macro argument name.  Don't append "..." to namebuf
12406         for varargs macros.  After we're done scanning, go through
12407         namebuf and make it NUL separated, not comma separated.
12408         (_cpp_compare_defs): Remove register tag from variables.
12409         Expect defn->argnames to be NUL separated.
12410         (_cpp_dump_definition): Expect defn->argnames to be NUL
12411         separated and in forward order.
12412         * cpphash.h: Update documentation of argnames field.
12413
12414 2000-03-08  Richard Henderson  <rth@cygnus.com>
12415
12416         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12417         to fail.  Don't pre-expand the source operand.
12418
12419         * i386.md (strlensi): Initialize eoschar and align before use.
12420
12421 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12422
12423         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12424         CONSTRUCTOR element.
12425
12426 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12427
12428         * mips.c (mips_expand_prologue): If the last
12429         named argument is the vararg marker "va_list", treat it as
12430         an unnamed argument.
12431
12432 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12433
12434         * dbxout.c (dbxout_parms): When correcting for promoted
12435         big-endian parameters, use the mode of the DECL_RTL rather
12436         than UNITS_PER_WORD.
12437
12438 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12439
12440         * c-common.h (make_fname_decl): Declare.
12441         * c-common.c (make_fname_decl): Define.
12442         (declare_hidden_char_array): Remove.
12443         (declare_function_name): Use make_fname_decl.
12444         * c-decl.c (c_make_fname_decl): New function.
12445         (init_decl_processing): Set make_fname_decl.
12446
12447 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12448
12449         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12450
12451 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12452
12453         * po/POTFILES.in: Remove cppalloc.c from file list.
12454
12455 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12456
12457         * pj.c (pj_expand_prologue): current_function->args_info is
12458         now current_function_args_info.
12459
12460         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12461         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12462         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12463
12464 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12465
12466         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12467         output as hexadecimal rather than the default octal.
12468
12469 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12470
12471         * cpphash.c (special_symbol): Fix thinko in previous commit.
12472
12473 2000-03-07  Neil Booth  <NeilB@earthling.net>
12474
12475         * cppexp.c (struct operation, left_shift, right_shift,
12476         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
12477         "int"s to "unsigned int"s.
12478         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
12479         Similarly.
12480         * cpplib.h: Update for above.
12481         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
12482         returned from allocations.
12483
12484         * cppinit.c (opt_comp, parse_options): New functions.
12485         (handle_option): Use parse_option to parse a single command
12486         line option, that possibly takes an argument.
12487         (cpp_handle_options): Sort the array of command line options on
12488         first invocation (non-ASCII hosts only).
12489         (print_help): Update.
12490
12491 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12492
12493         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
12494         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
12495
12496         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
12497         initialized.
12498         * cppinit.c (cpp_cleanup): Free imp->nshort also.
12499
12500         * cpperror.c (cpp_print_containing_files,
12501         cpp_print_file_and_line, v_cpp_message): Rename to
12502         print_containing_files, print_file_and_line, and v_message.
12503         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
12504         to _cpp_parse_expr, parse_escape, and lex.
12505         (parse_charconst): Remove broken multibyte support.
12506         * cppfiles.c (include_hash): Make static.
12507         (cpp_included): New function.
12508         (merge_include_chains, find_include_file, finclude,
12509         simplify_pathname): Rename to _cpp_merge_include_chains,
12510         _cpp_find_include_file, _cpp_read_include_file, and
12511         _cpp_simplify_pathname.
12512         * cpphash.c (cpp_lookup, free_definition, delete_macro,
12513         cpp_install, create_definition, macroexpand, compare_defs,
12514         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
12515         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
12516         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
12517         * cppinit.c (cpp_handle_option): Rename to handle_option, make
12518         static.
12519         * cpplib.c: Remove extern prototype of cpp_parse_expr.
12520
12521         * cpphash.h: Update prototypes.
12522         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
12523
12524 2000-03-07  Andrew Haley  <aph@cygnus.com>
12525
12526         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
12527         PTRDIFF_TYPE should be based solely on Pmode.
12528         (SIZE_TYPE): ditto.
12529
12530 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12531
12532         * rtl.h (rtunion_def): Constify member `rtstr'.
12533         (emit_line_note_after, emit_line_note, emit_line_note_force,
12534         emit_note, decode_asm_operands): Constify.
12535
12536         * cse.c (canon_hash): Likewise.
12537
12538         * dbxout.c (dbxout_block): Likewise.
12539
12540         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
12541         v_warning_for_asm): Likewise.
12542
12543         * dwarfout.c (function_start_label): Likewise.
12544
12545         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
12546         emit_line_note_force): Likewise.
12547
12548         * final.c (last_filename, asm_insn_count, final_scan_insn,
12549         output_source_line): Likewise.
12550
12551         * function.h (struct emit_status): Likewise.
12552
12553         * gcse.c (hash_expr_1): Likewise.
12554
12555         * genattr.c (gen_attr, main): Likewise.
12556
12557         * genattrtab.c (struct function_unit, current_alternative_string,
12558         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
12559         attr_numeral, check_attr_test, check_attr_value,
12560         convert_set_attr_alternative, convert_set_attr,
12561         compute_alternative_mask, simplify_by_exploding, gen_attr,
12562         gen_unit): Likewise.
12563
12564         * genflags.c (gen_insn): Likewise.
12565
12566         * gengenrtl.c (type_from_format): Likewise.
12567
12568         * genopinit.c (gen_insn): Likewise.
12569
12570         * genoutput.c (n_occurrences, process_template, process_template):
12571         Likewise.
12572
12573         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12574         Likewise.
12575
12576         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12577         Likewise.
12578
12579         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
12580         ggc_set_mark, ggc_get_size): Likewise.
12581
12582         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
12583
12584         * optabs.c (init_one_libfunc): Likewise.
12585
12586         * output.h (assemble_start_function): Likewise.
12587
12588         * recog.c (decode_asm_operands): Likewise.
12589
12590         * toplev.c (rest_of_compilation): Likewise.
12591
12592         * tree.h (emit_line_note_after, emit_line_note,
12593         emit_line_note_force): Likewise.
12594
12595         * varasm.c (asm_output_bss, asm_output_aligned_bss,
12596         asm_emit_uninitialised, assemble_start_function,
12597         assemble_variable, const_hash, compare_constant_1,
12598         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
12599
12600         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
12601
12602         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
12603
12604         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
12605
12606         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
12607
12608         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
12609         arm_dllimport_name_p): Likewise.
12610
12611         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
12612         Likewise.
12613
12614         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
12615
12616         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12617
12618         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
12619         arm_mark_dllexport, arm_mark_dllimport,
12620         arm_pe_encode_section_info): Likewise.
12621
12622         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
12623         ASM_FINISH_DECLARE_OBJECT): Likewise.
12624
12625         * arm/thumb.c (thumb_function_prologue): Likewise.
12626
12627         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
12628
12629         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12630
12631         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
12632
12633         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
12634
12635         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
12636
12637         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12638
12639         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
12640         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
12641
12642         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
12643
12644         * i386/i386.c (asm_output_function_prefix): Likewise.
12645
12646         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
12647
12648         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12649
12650         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
12651
12652         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
12653         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
12654         ASM_OUTPUT_SECTION_NAME): Likewise.
12655
12656         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
12657
12658         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
12659
12660         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
12661
12662         * m32r/m32r.c (m32r_encode_section_info): Likewise.
12663
12664         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12665
12666         * mcore/mcore.c (mcore_encode_section_info): Likewise.
12667
12668         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12669
12670         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12671
12672         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12673
12674         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
12675
12676         * mips/mips.md (movdi, movsi): Likewise.
12677
12678         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12679
12680         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12681
12682         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12683
12684         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
12685         ASM_OUTPUT_ASCII): Likewise.
12686
12687         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
12688         output_mi_thunk, output_toc): Likewise.
12689
12690         * rs6000/rs6000.md (movsi): Likewise.
12691
12692         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
12693
12694         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
12695
12696         * v850/v850.c (print_operand, print_operand_address,
12697         v850_encode_data_area): Likewise.
12698
12699 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
12700
12701         * config/mips/mips.md (zero_extendsidi2): Always force operand
12702         one to memory for mips16.
12703
12704 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12705
12706         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
12707         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
12708         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
12709         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
12710         (min_precision): Result is unsigned.
12711         (add_double, neg_double, mul_double): Low word is unsigned.
12712         (lshift_double, rshift_double, lrotate_double): Likewise.
12713         (rrotate_double, div_and_round_double): Likewise.
12714         (tree_floor_log2, compare_tree_int): New functions.
12715         (preserve_rtl_expr_temps): New declaration.
12716         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
12717         (decl_attributes): Use tree_log2 to find alignment.
12718         Check for TREE_INT_CST_HIGH for format args.
12719         (min_precision): Now unsigned.
12720         Use tree_floor_log2.
12721         (truthvalue_conversion): Delete long-disabled code.
12722         * c-decl.c (finish_struct): Clean up tests on field width.
12723         (finish_function): Use compare_tree_int.
12724         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
12725         * c-typeck.c (comptypes): Use tree_int_cst_equal.
12726         (default_conversion, digest_init): Use compare_tree_int.
12727         (build_binary_op): Use integer_all_onesp and compare_tree_int.
12728         Fix type errors in forming masks.
12729         * calls.c (initialize_argument_information): Use compare_tree_int.
12730         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12731         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
12732         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
12733         (store_field): Use compare_tree_int.
12734         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
12735         (expand_expr, case ARRAY_REF): Use compare_tree_int.
12736         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
12737         (do_store_flag): Use compare_tree_int.
12738         * fold-const.c (encode, decode): Low part is always unsigned.
12739         (force_fit_type, add_double, neg_double, mul_double): Likewise.
12740         (lshift_double, rshift_double, lrotate_double): Likewise.
12741         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
12742         (fold_convert): Use compare_tree_int.
12743         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
12744         (invert_truthvalue, case INTEGER_CST): Likewise.
12745         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
12746         * mkdeps.c (deps_dummy_targets): Make I unsigned.
12747         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
12748         (lshift_double, rshift_double, lrotate_double, rrotate_double):
12749         Likewise.
12750         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
12751         (expand_end_case): Use compare_tree_int.
12752         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12753         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
12754         (layout_decl): Likewise.
12755         (layout_record, layout_union): Make sizes unsigned.
12756         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
12757         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
12758         * tree.c (struct type_hash): hashcode is unsigned.
12759         (build_type_attribute_variant, type_hash_list): Likewise.
12760         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
12761         (attribute_hash_list, build_array_type, build_method_type): Likewise.
12762         (build_complex_type): Likewise.
12763         (real_value_from_int_cst): Remove unneeded casts.
12764         (integer_all_onesp): Add casts.
12765         (tree_floor_log2, compare_tree_int): New functions.
12766         (build_index_type): Use tree_int_cst_sgn.
12767         * varasm.c (assemble_variable): Use compare_tree_int.
12768
12769 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
12770
12771         * cpphash.c (collect_expansion): Also catch ## at start of macro.
12772
12773         * varasm.c (make_decl_rtl): Don't add a number to members of
12774         local classes.
12775         (make_function_rtl): Likewise.
12776
12777 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12778
12779         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
12780         patch from 2000-01-28.
12781
12782 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
12783
12784         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
12785         filled with an insn from the jump target.
12786
12787 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12788
12789         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
12790         (c4x_external_ref): Likewise.
12791         * config/c4x/c4x.c (struct name_list): Likewise.
12792
12793 1999-12-16  Ben Collins  <bcollins@debian.org>
12794
12795         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
12796         argument to genmultilib.
12797         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
12798         the contents into the multilib.h header.
12799         * gcc.c: Declare multilib_exclusions for the specs file.
12800         (set_multilib_dir): Use it.
12801         (print_multilib_info): Likewise.
12802         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
12803         to pass to genmultilib.
12804
12805 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12806
12807         * builtins.c (built_in_class_names, built_in_names): Constify a
12808         char*.
12809
12810         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
12811         int.
12812         (_mcleanup): Ensure value matches format specifier in sprintf.
12813
12814         * cpphash.c (special_symbol): Don't needlessly cast away
12815         const-ness.
12816
12817         * cppinit.c (base_name): Delete unused prototype.
12818
12819         * mkdeps.c (deps_init): Make definition K&R safe.
12820
12821         * tree.h (built_in_class_names, built_in_names): Constify a
12822         char*.
12823
12824 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
12825
12826         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
12827         floating point instructions for epilogue delay.
12828
12829         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
12830         to gas if it supports .register pseudo.
12831
12832         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
12833         LONG_DOUBLE_TYPE_SIZE if not defined.
12834         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
12835         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
12836         * real.c: Likewise.
12837         * gengenrtl.c: Likewise.
12838         * print-rtl.c: Likewise.
12839         * rtl.c: Likewise.
12840         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
12841         MASK_LONG_DOUBLE_128.
12842         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
12843         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
12844         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
12845         (SUBTARGET_SWITCHES): Define.
12846         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
12847         with -mlong-double-128.
12848         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12849         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12850         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12851         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
12852         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
12853         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
12854         with -mlong-double-128.
12855         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12856         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12857         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12858         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
12859         TARGET_LONG_DOUBLE_128): Define.
12860         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
12861         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
12862         long double on TARGET_ARCH64.
12863
12864 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
12865
12866         * function.c (free_temps_for_rtl_expr): Don't free slots
12867         that have been pushed into a higher level.
12868
12869         Revert this patch:
12870         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12871
12872 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12873
12874         * basic-block.h (ALLOCA_REG_SET): Remove.
12875         (INITIALIZE_REG_SET): New macro.
12876         * flow.c (update_life_info): Use it.
12877         (calculate_global_regs_live): Likewise.
12878         (propagate_block): Likewise.
12879         * global.c (build_insn_chain): Likewise.
12880         * haifa-sched.c (schedule_region): Likewise.
12881
12882 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
12883
12884         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
12885         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
12886         (DWARF_ARANGES_PAD_SIZE): New define.
12887         (output_aranges): Use it to pad the address range header.
12888         (DWARF_ROUND): Fix for non power of 2 rounding.
12889
12890 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
12891
12892         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
12893
12894 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12895
12896         * tree.def (RTL_EXPR): Update documentation.
12897         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
12898         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
12899         * function.c (preserve_rtl_expr_temp): New function.
12900         (preserve_rtl_expr_temps): Likewise.
12901         (preserve_rtl_expr_result): Use it.
12902
12903         Revert this patch:
12904         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12905
12906 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
12907
12908         * regmove.c (copy_src_to_dest)  Do not create src->dest move
12909         for unchanging destination.
12910
12911 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12912
12913         * function.h (struct sequence_stack): Remove rtl_expr.
12914         (struct emit_staus): Likewise.
12915         (seq_rtl_expr): Remove.
12916         * tree.h (free_temps_for_rtl_expr): Don't declare.
12917         (start_sequence_for_rtl_expr): Likewise.
12918         * rtl.h (preserve_rtl_expr_result): Likewise.
12919         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
12920         (start_sequence_for_rtl_expr): Remove.
12921         (push_topmost_sequence): Don't save sequence_rtl_expr.
12922         (pop_topmost_sequence): Remove comment about not restoring it.
12923         (end_sequence): Don't set seq_rtl_expr.
12924         (init_emit): Don't initialize it.
12925         (mark_sequence_stack): Don't mark it.
12926         (mark_emit_status): Likewise.
12927         * except.c (protect_with_terminate): Use
12928         start_sequence_for_rtl_expr, not start_sequence.
12929         * expr.c (expand_expr, case RTL_EXPR): Don't call
12930         preserve_rtl_expr_result or free_temps_for_rtl_expr.
12931         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
12932         (preserve_rtl_expr_result): Remove.
12933         (free_temps_for_rtl_expr): Likewise.
12934         (pop_temp_slots): Likewise.
12935         (mark_temp_slot): Don't mark the rtl_expr.
12936         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
12937         start_sequence_for_rtl_expr.
12938
12939 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
12940
12941         * mkdeps.c, mkdeps.h: New files.
12942         * po/POTFILES.in: Add them.
12943         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
12944         (cpplib.o, cppinit.o): Depend on mkdeps.h.
12945         (mkdeps.o): New target.
12946
12947         * cppfiles.c: Delete deps_output.
12948         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
12949         OBJECT_SUFFIX, and base_name.
12950         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
12951         the include hash.
12952         (initialize_dependency_output): Use deps_init,
12953         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
12954         all the unnecessary string bashing.
12955         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
12956         level.
12957         * cpplib.c (do_include): Use deps_add_dep.
12958         * cpplib.h (struct cpp_reader): Replace deps_buffer,
12959         deps_allocated_size, deps_size, deps_column members with
12960         single pointer to a struct deps.  Delete prototype of
12961         deps_output.
12962
12963         * cppinit.c: Fix thinko in previous patch.
12964
12965 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12966
12967         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
12968         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
12969         (mode_for_size_tree): New function.
12970         (layout_decl, layout_type): Call it and clean up BLKmode checks.
12971         * tree.h (mode_for_size_tree): New declaration.
12972
12973         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
12974
12975 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
12976
12977         * stmt.c (is_body_block): Move...
12978         * dwarfout.c, dwarf2out.c: ...from here.
12979         * tree.h: Declare it.
12980         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
12981         * final.c (final_start_function): Do call remove_unnecessary_notes
12982         when scheduling.
12983
12984 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12985
12986         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
12987
12988         * cpplib.h (_dollar_ok): New macro.
12989         (is_idchar, is_idstart): Use it.
12990         (IStable): Rename to _cpp_IStable.  Declare it const if
12991         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
12992         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
12993         is_space): Update for renamed IStable.
12994
12995         * cppinit.c: Delete all references to FAKE_CONST and CAT
12996         macros. Define init_IStable as empty macro if gcc >=2.7 or
12997         C99. Change TABLE() to ISTABLE and hardcode name of table.
12998         (cpp_start_read): Don't change the IStable based on
12999         dollars_in_ident.
13000
13001         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13002         changed.  Handle '$' for char1 correctly.
13003         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13004
13005         * cppexp.c (tokentab2): Make const.
13006         (cpp_lex): Make toktab const.
13007         * cppinit.c (include_defaults_array): Make const.
13008         (initialize_standard_includes): Make default_include const.
13009
13010 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13011
13012         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13013         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13014         (gen_decl_die): Likewise.
13015         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13016         (output_decl): Likewise.
13017
13018         * varasm.c (make_function_rtl): If we change the name used in the
13019         rtl, update DECL_ASSEMBLER_NAME accordingly.
13020         (make_decl_rtl): Likewise.
13021
13022         * toplev.c (rest_of_compilation): Tweak formatting.
13023
13024         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13025         remove_unnecessary_notes.
13026         (debug_ignore_block): New fn.
13027         * toplev.h: Declare it.
13028         * emit-rtl.c (remove_unncessary_notes): Call it.
13029         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13030         * dwarf2out.h: Declare it.
13031         * final.c (final_start_function): Don't call remove_unnecessary_notes
13032         if we did insn scheduling.
13033
13034 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13035
13036         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13037         * cpplib.h: Delete SET_CPP_PEDANTIC.
13038
13039 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13040
13041         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13042         result is a RECORD_TYPE.
13043
13044 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13045
13046         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13047
13048 2000-03-03  Richard Henderson  <rth@cygnus.com>
13049
13050         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13051         addition over compliments over shifts.
13052
13053 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13054
13055         * reload1.c (reload_combine_note_use): Handle return register USEs.
13056         REG case: Handle multi-hard-register hard regs.
13057
13058 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13059
13060         * md.texi: Document use of '*' in insn pattern name.
13061
13062 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13063
13064         * calls.c (special_function_p): operator new may not be malloc-like.
13065
13066         * gcse.c (dump_hash_table): Really fix error in last change.
13067
13068 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13069
13070         * avr.c (print_operand): Use print_operand_address instead of
13071         output_addr_const.
13072         * avr/libgcc.S: Cleanup code.
13073
13074 2000-03-02  Richard Henderson  <rth@cygnus.com>
13075
13076         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13077
13078 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13079
13080         * tree.h (TYPE_ALIGN_UNIT): New macro.
13081
13082 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13083
13084         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13085
13086 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13087
13088         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13089         for the buffer.
13090         (SET_CPP_PEDANTIC): New macro.
13091         * cpplib.c (do_include): Don't bother checking system_header_p.
13092         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13093         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13094
13095         * function.h (struct expr_status): Add x_arg_space_so_far.
13096         (arg_space_so_far): New macro.
13097         * expr.c (init_expr): Initialize it.
13098         * calls.c (emit_call_1): Reset it.
13099         (compute_argument_block_size, expand_call): Use it.
13100         (expand_call, store_one_arg): Increment it.
13101
13102 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13103
13104         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13105         a UNION_TYPE.
13106
13107 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13108
13109         * cppfiles.c (cpp_read_file): New function.
13110
13111         * cpphash.c (collect_expansion): Make sure to reset last_token
13112         to NORM when we hit a string.  Handle trailing whitespace
13113         properly when the expansion is empty.
13114         (create_definition): Disable line commands while parsing the
13115         directive line.
13116         (dump_definition): If pfile->lineno == 0, output a line
13117         command ahead of the dump, and add a trailing newline.
13118
13119         * cppinit.c (append_include_chain): Add fifth argument, which
13120         indicates whether or not system headers are C++ aware.
13121         (initialize_standard_includes): New function,
13122         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13123         the include_defaults_array on to append_include_chain.
13124         (dump_special_to_buffer): Const-ify char array.
13125         (builtin_array): Don't dump __BASE_FILE__.
13126         (cpp_start_read): Use cpp_read_file.  Reorder code for
13127         clarity.  Don't output line commands here for -D/-A/-U
13128         switches.  Don't call deps_output for files included with
13129         -include or -imacros.
13130
13131         * cpplib.c (do_define): Don't pay any attention to the second
13132         argument.
13133         (cpp_expand_to_buffer): Disable line commands while scanning.
13134         (output_line_command): Work in the file buffer.
13135         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13136         Fix formatting of comments.  Prototype cpp_read_file.
13137
13138 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13139
13140         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13141         reference the language-equivalent of sizetype.
13142         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13143         * fold-const.c (size_binop, size_diffop): Put back checks.
13144         * gcse.c (dump_hash_table): Fix minor error in last change.
13145         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13146         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13147         all sizetypes.
13148
13149 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13150
13151         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13152         with inhibit_defer_pop set.
13153
13154 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13155
13156         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13157         the DECL_SIZE for a FIELD_DECL.
13158
13159 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13160
13161         * fixinc/inclhack.tpl: remove unused symlinks
13162         * fixinc/README: GCC Maintainer info
13163         * fixinc/inclhack.sh: regen
13164         * fixinc/fixincl.sh: regen
13165
13166 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13167
13168         * cpphash.c (collect_expansion): Trim trailing white space
13169         from macro definitions, but don't go past the last insertion
13170         point.
13171
13172 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13173
13174         * i386.md (mulqi3): New pattern.
13175
13176 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13177
13178         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13179         token types.
13180         (struct cpp_reader): Add parsing_if_directive and
13181         parsing_define_directive flags.
13182         (struct cpp_options): Remove output_conditionals flag.
13183         (check_macro_name): Delete prototype.
13184
13185         * cpphash.h (struct macrodef): Delete.
13186         (struct reflist): Separate from struct definition.
13187         (struct definition): Remove unused fields.  Add column number.
13188         (create_definition): Returns a DEFINITION *.  Takes a
13189         cpp_reader * and an int.
13190
13191         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13192         (PEEKC): Copy defn from cpplib.c.
13193         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13194         (struct arg): New.
13195         (struct arglist): Simplify.
13196         (collect_expansion): Rewrite.  Get tokens by calling
13197         cpp_get_token.  Add more error checking.
13198         (collect_formal_parameters): New function, broken out of
13199         create_definition and reworked to use get_directive_token.
13200         (create_definition): All real work is now in collect_expansion
13201         and collect_formal_parameters.  do_define handles finding the
13202         macro name.  Return a DEFINITION, not a MACRODEF.
13203         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13204         character-at-a-time copy loop with memcpy and pointer increments.
13205         (compare-defs): d1->argnames / d2->argnames might be null.
13206
13207         * cpplib.c (copy_rest_of_line): Delete function.
13208         (skip_rest_of_line): Do all the work ourselves.
13209         (skip_string): New function.
13210         (parse_string): Use skip_string.
13211         (get_macro_name): New function.
13212         (check_macro_name): Delete.
13213         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13214         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13215         (handle_directive): ICE if we're called on a macro buffer.
13216         (do_define): Determine macro name and type (funlike/objlike)
13217         here.  Expunge all uses of MACRODEF.
13218         (cpp_push_buffer): Set line_base to NULL.
13219         (do_undef, read_line_number): Don't worry about getting a POP token.
13220         (eval_if_expression): Set/reset parsing_if_directive around
13221         cpp_parse_expr. Don't clear only_seen_white.
13222         (skip_if_group): Remove output_conditionals logic.  Use
13223         skip_rest_of_line.
13224         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13225         tokens under appropriate conditions.
13226         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13227
13228         * cppexp.c (parse_defined): New function, break out of
13229         cpp_lex.
13230         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13231         ourselves, with cpp_defined.
13232         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13233
13234         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13235         * gcc.dg/strpaste-2.c: New.
13236
13237 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13238
13239         * fold-const.c (size_binop): Don't asert inputs are the same and
13240         have TYPE_IS_SIZETYPE set.
13241         (size_diffop): Likewise.
13242
13243 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13244
13245         * dwarfout.c (output_block): Output abstract blocks even if they
13246         don't have TREE_ASM_WRITTEN set.
13247
13248         * calls.c (emit_library_call): Check for null REG.
13249
13250 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13251
13252         * c-decl.c (current_function_decl): Move to toplev.c.
13253         (init_decl_processing): Don't add current_function_decl as a ggc
13254         root here.
13255         * dbxout.c (dbxout_symbol): Change return type to int.
13256         (dbxout_symbol_location, dbxout_syms): Likewise.
13257         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13258         any locals. Use current_function_func_begin_label if set.
13259         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13260         * dwarf2out.c (dwarf2out_begin_prologue): Set
13261         current_function_func_begin_label.
13262         * final.c (final_start_function): Reset it.
13263         * toplev.c (current_function_decl): Define it here.
13264         (current_function_func_begin_label): New variable.
13265         (main): Add both as ggc roots.
13266         * tree.h (current_function_func_begin_label): Declare.
13267
13268 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13269
13270         * gcse.c: Cleanups throughout: mostly white-space, but also
13271         some minor rearrangement of code.
13272
13273 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13274
13275         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13276         returns a PARALLEL.  Use emit_group_load and use_group_regs
13277         as needed.
13278         (emit_library_call_value): Similarly.
13279
13280         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13281         * pa/quadlib.asm: Remove.
13282         * pa/quadlib.c: New file.
13283
13284         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13285         * configure: Rebuilt.
13286
13287 2000-02-29  Philip Blundell  <pb@futuretv.com>
13288
13289         * config/arm/conix-elf.h: New file.
13290         * configure.in (arm*-*-conix*): New configuration.
13291         * configure: Regenerate.
13292
13293 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13294
13295         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13296         don't have TREE_ASM_WRITTEN set.
13297
13298 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13299
13300         * Eliminate DECL_FIELD_SIZE.
13301         * builtins.c (built_in_class_names, built_in_names): New variables.
13302         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13303         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13304         DECL_SIZE, not DECL_FIELD_SIZE.
13305         * print-tree.c (print_node): Remove code that prints extra blank
13306         lines in some cases.
13307         Properly handle inline and builtin function cases.
13308         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13309         * tree.h (built_in_class_named, built_in_names): New declarations.
13310         (union tree_decl): Rename internal unions to u1 and u2 and change
13311         some of their components.
13312         Add new field built_in_class.
13313         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13314         Reflect above changes.
13315         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13316         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13317         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13318         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13319
13320 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13321
13322         * extend.texi: Document ARM's support for long/short calls.
13323
13324         * invoke.texi: Document ARM's -mlong-calls command line switch.
13325
13326         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13327         (arm_encode_call_attribute): Add prototype.
13328         (arm_set_default_type_attribute): Add prototype.
13329         (arm_strip_name_encoding): Add prototype.
13330
13331         * config/arm/arm.c (arm_init_cumulative_args): replace
13332         initialisation og 'long_calls' field with initialisation of
13333         'call_cookie' field.
13334         (enum arm_pragma_enum): New enum.
13335         (arm_pragma_long_calls): New static variable.
13336         (arm_process_pragma): Also process "#pragma long_calls_off".
13337         (arm_valid_type_attribute_p): Accept short_call attribute.
13338         (arm_comp_type_attributes): Check long/short call attributes.
13339         (arm_encode_call_attribute):  New function:  Encode long_call
13340         or short_call attribute in function name.
13341         (arm_set_default_type_attributes): New function: Assign
13342         default attributes to newly defined type.
13343         (current_file_function_operand): New function: Return true if
13344         the symbol is a function which has already been compiled.
13345         (arm_is_longcall_p): New function: Return true if the
13346         indicated function should be called via a long call.
13347         (arm_get_strip_length): New function.  Returns number of
13348         prefix characters to be stripped from a function's name.
13349         (arm_strip_name_encoding): New function.  Strip prefix characters
13350         from a function's name.
13351
13352         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13353         with 'call_cookie'.
13354         (SHORT_CALL_FAG_CHAR): Define.
13355         (LONG_CALL_FAG_CHAR): Define.
13356         (ENCODED_SHORT_CALL_ATTR_P): Define.
13357         (ENCODED_LONG_CALL_ATTR_P): Define.
13358         (ARM_NAME_ENCODING_LENGTHS): Define.
13359         (STRIP_NAME_ENCODING): Define.
13360         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13361         (ARM_ENCODE_CALL_TYPE): Define.
13362         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13363         (ARM_DECLARE_FUNCTION_SIZE): Define.
13364         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13365
13366         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13367         if a long call is needed.
13368         (call_value): Ditto.
13369         (call_symbol): Ditto.
13370
13371         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13372         ARM_DECLARE_FUNCTION_SIZE.
13373
13374         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13375         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13376         (ARM_STRIP_NAME_ENCODING): Undefine.
13377         (STRIP_NAME_ENCODING): Undefine.
13378         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13379         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13380         (ASM_OUTPUT_COMMON): Ditto.
13381         (ASM_DECLARE_OBJECT_NAME): Ditto.
13382
13383         * config/arm/pe.c (arm_dllexport_name_p): Check for
13384         ARM_PE_FLAG_CHAR.
13385         (arm_dllimport_name_p): Ditto.
13386         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13387         (arm_mark_dllimport): Ditto.
13388
13389 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13390
13391         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13392
13393 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13394
13395         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13396
13397 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13398
13399         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13400         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13401         NO_BUILTIN_WCHAR_TYPE is not defined.
13402         (CPP_WCHAR_TYPE): Delete.
13403         * cccp.c (main): Don't change wchar_type if cplusplus.
13404         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13405
13406 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13407
13408         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13409
13410 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13411
13412         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13413         (ASM_WEAKEN_LABEL): Define.
13414
13415 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13416
13417         * expr.c (store_constructor): Do not emit USE.
13418         * rtl.h (stupid_life_analysis): Remove.
13419
13420 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13421
13422         * function.c (number_blocks): Reset next_block_index based on
13423         what debugging format is used, not what is defined.
13424
13425         * lcm.c: Minor reformatting throughout.
13426         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13427
13428         * toplev.c (rest_of_compilation): Account for time in
13429         optimize_mode_switching.
13430
13431         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13432         if only marking labels.
13433
13434 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13435
13436         * calls.c (expand_call): Attempt to combine stack adjustments with
13437         pending stack adjustments.
13438
13439 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13440
13441         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13442         to the end of the function.
13443
13444 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13445
13446         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13447         blocks.
13448         * final.c (next_block_index): Remove.
13449         (max_block_depth): Likewise.
13450         (pending_blocks): Likewise.
13451         (init_final): Don't initialize them.
13452         (final_start_function): Don't set next_block_index.  Set up
13453         BLOCK_NUMBER.
13454         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13455         * function.h (number_blocks): New function.
13456         * function.c (get_block_vector): New function.
13457         (identify_blocks): Use it.
13458         (reorder_blocks): Set NOTE_BLOCK.
13459         (number_blocks): New function.
13460         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13461         * tree.h (BLOCK_NUMBER): New macro.
13462         (tree_block): Add block_num field.
13463         * dbxout.c (next_block_number): Remove.
13464         (dbxout_init): Don't set it.
13465         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13466         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13467         block numbers.
13468         * toplev.c (rest_of_compilation): Always call
13469         find_loop_tree_blocks.  Fix indentation.
13470         * dwarf2out.c (next_block_number): Remove.
13471         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13472         to determine block numbers.
13473         (gen_inlined_subroutine_die): Likewise.
13474         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
13475         (decls_for_scope): Don't increment next_block_number.
13476         * dwarfout.c (next_block_number): Remove.
13477         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13478         to determine block numbers.
13479         (output_inlined_subroutine_die): Likewise.
13480         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
13481         (output_decls_for_scope): Don't increment next_block_number.
13482         * sdbout.c (next_block_number): Remove.
13483         (sdbout_block): Use BLOCK_NUMBER.
13484         (sdbout_begin_block): Simplify.
13485         * xcoffout.c (next_block_number): Remove.
13486         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
13487         (xcoffout_begin_block): Don't set next_block_number.
13488         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
13489         next_block_number.
13490
13491 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13492
13493         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
13494         (expand_builtin_strcpy): Pass correct type to size_binop.
13495         (expand_builtin_strcmp): Likewise.
13496         Clean up conditional structure.
13497         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
13498         (complete_array_type): Don't use size_binop for MAXINDEX.
13499         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
13500         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
13501         (c_alignof): Use size_one_node.
13502         (build_unary_op): Pass arg of proper type to size_binop.
13503         (really_start_incremental_init, push_init_level): Use sizetype for
13504         constructor{,_bit,_unfilled}_index.
13505         (pop_init_label, output_init_element): Likewise.
13506         (output_pending_init_elements, process_init_element): Likewise.
13507         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
13508         * expr.c (store_expr): Use size_int.
13509         (store_constructor): Use proper types for size_binop args.
13510         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
13511         (expand_expr_unaligned): Likewise.
13512         (string_contant): Return object of sizetype.
13513         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
13514         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
13515         (ARGS_SIZE_TREE): Pass proper types to size_binop.
13516         * fold-const.c (int_const_binop): Refine when size_int is called.
13517         (fold_convert): Likewise.
13518         (size_int_wide): Rework to take KIND as arg, only take low order
13519         bits, handle new sizetype_tab datatype, and chain entries in
13520         size_table.
13521         (size_int_type_wide): New function.
13522         (size_binop): Validate types of arguments.
13523         (ssize_binop): Deleted.
13524         (size_diffop): New function.
13525         (extract_muldiv): Only fold division into multiplication for sizetypes.
13526         * function.c (assign_parms): Use size_diffop and make sure
13527         VAR field is of ssizetype; also pass proper type to size_binop.
13528         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
13529         (round_down): Deleted from here.
13530         * store-layout.c (sizetype_tab): Now an array.
13531         (sizetype_set, early_root_list): New variables.
13532         (variable_size): Use size_one_node.
13533         (round_up): Pass proper type to size_binop.
13534         (round_down): Moved to here and corrected as above.
13535         (layout_record): Pass proper arg types to size_binop.
13536         (layout_type): Likewise.
13537         If sizetype_set is zero, record the type just laid out.
13538         (make_unsigned_type): Don't call set_sizetype;
13539         (make_signed_type): Likewise; also, call fixup_signed_type.
13540         (initialize_sizetypes): New function.
13541         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
13542         set name of bitsizetype to "bit_size_type".
13543         Fix up type of sizes of all types made before call.
13544         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
13545         * tree.c (fix_sizetype): Deleted.
13546         (build_common_tree_nodes): Call initialize_sizetypes.
13547         (build_common_tree_nodes_2): Don't call fix_sizetype.
13548         * tree.h (TYPE_IS_SIZETYPE): New macro.
13549         (initialize_sizetype): New declaration.
13550         (enum size_type_kind): New type.
13551         (struct sizetype_tab): Deleted.
13552         (sizetype_tab): Now array; adjust sizetype macros.
13553         (size_diffop, size_int_type_wide): New functions.
13554         (size_int_wide): Change number of args and type; access macros changed.
13555         (ssize_int, sbitsize_int): New macros.
13556         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
13557         (ROUND_TYPE_SIZE_UNIT): New macro.
13558
13559 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
13560
13561         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
13562
13563 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13564
13565         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
13566         Mark as possibly unused.
13567
13568         * cse.c (cse_insn): Delete dead code involving tablejump.
13569         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
13570
13571         * Makefile.in (libcpp.a): Start by deleting it.
13572
13573 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13574
13575         * cpplib.h (enum file_change_code): Added rename_file.
13576         * cpplib.c (do_line): If a filename is given, set file_change to
13577         rename_file.
13578         (output_line_command): If file_change is rename_file, always
13579         output a # directive with the file name.
13580
13581         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
13582
13583 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
13584
13585         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
13586         when copying a PARM_DECL or RESULT_DECL.
13587
13588 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13589
13590         * fix-header.c (recognized_function): Also fix prototypes for
13591         functions taking "void".
13592
13593 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13594
13595         * reload1.c (do_output_reload): Check reg_reloaded_valid before
13596         looking at reg_reloaded_contents.
13597
13598 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
13599
13600         * Makefile.in (STMP_FIXINC): New toggle.
13601         (LIBGCC2_DEPS): Delete all references.
13602         (stmp-headers): Delete target.  All references either deleted
13603         or changed to stmp-int-headers.
13604         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
13605         (LIBCPP_OBJS): Take out cppalloc.o.
13606         (cppalloc.o): Delete target.
13607         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
13608         (gen-protos, fix-header): Link with libiberty.a.
13609         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
13610         to empty.
13611
13612         * configure.in: Remove refs to strerror.
13613         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
13614         * system.h: Take out strerror stanza.
13615
13616         * cpperror.c (my_strerror): Delete function.
13617         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
13618         * cppmain.c (main): Call xmalloc_set_program_name first thing.
13619         * cppalloc.c: Delete file.
13620         * gen-protos.c: Don't provide xrealloc.
13621
13622         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
13623         xstrerror throughout.
13624
13625 2000-02-26  Bruce Korb  <bkorb@gnu.org>
13626
13627         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
13628         match for DOS headers, too.
13629         * fixinc/inclhack.sh,fixincl.x: Regenerate.
13630
13631 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13632
13633         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
13634         is right for most ELF targets.
13635         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
13636         Let the default file use %U properly.
13637         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
13638         default.
13639
13640         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
13641         numbers.
13642
13643 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13644
13645         * toplev.c (documented_lang_options): Correct spelling error.
13646         (decode_d_option, decode_f_option, main): Likewise.
13647
13648         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
13649
13650         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
13651         to tell assembler it is permitted to expand large constants.
13652
13653 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
13654
13655         * protoize.c: (AUX_INFO_SUFFIX): New macro.
13656         (aux_info_suffix): Use.
13657         (SAVE_SUFFIX): New macro.
13658         (save_suffix): Use.
13659         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
13660         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
13661         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
13662
13663         * invoke.texi (Running Protoize): Update documentation.
13664
13665 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
13666
13667         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
13668
13669 2000-02-25  John Wehle  (john@feith.com)
13670
13671         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
13672
13673 2000-02-25  Anthony Green  <green@cygnus.com>
13674
13675         * toplev.c (rest_of_compilation): Rebuild jump labels if
13676         combine_instructions has created a new direct jump.
13677         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
13678         when appropriate.
13679         (combine_instructions): Call try_combine with new argument.
13680         Return non-null value when new direct jump instruction is created.
13681         * rtl.h: combine_instructions returns an int.
13682
13683 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
13684
13685         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
13686         jump when changing a computed jump into a jump to a known
13687         target.
13688
13689 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
13690
13691         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
13692         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
13693
13694         * i386.md (define_expand "clrstrsi"): Fix typo.
13695
13696 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
13697
13698         * rtl.texi: Fix typo.
13699
13700 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13701
13702         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
13703         UNITS_PER_WORD.  Change caller initial_elimination_offset.
13704         (rounded_frame_size): Take into account that argument pushed has
13705         changed.  Fix TARGET_ALIGN_DOUBLE problem.
13706
13707 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13708
13709         * haifa-sched.c (schedule_block): Explain the real reason
13710         we delete REG_SAVE_NOTEs on the first insn of a block.
13711         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
13712
13713 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
13714
13715         * input.h (push_srcloc): New function.
13716         (pop_srcloc): Likewise.
13717         * toplev.c (push_srcloc): Define it.
13718         (pop_srcloc): Likewise.
13719
13720 2000-02-24  Richard Henderson  <rth@cygnus.com>
13721
13722         * flow.c (life_analysis): When collecting reg info, clear
13723         regs_ever_live.
13724
13725 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13726
13727         Fix bug exposed by reload.c no longer rounding the frame
13728         size to BIGGEST_ALIGNMENT:
13729         * sh.c (rounded_frame_size): New function.
13730         (sh_expand_prologue, sh_expand_epilogue): Use it.
13731         (initial_elimination_offset): Likewise.
13732
13733 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13734
13735         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
13736         * sh-protos.h (sh_need_epilogue): Declare.
13737         * sh.c (sh_need_epilogue_known): New static variable.
13738         (sh_need_epilogue): New function.
13739         (function_epilogue): Clear need_epilogue_known.
13740         * sh.md (return): Split into expander / insn pattern.
13741         Make the expander conditional on ! sh_need_epilogue ().
13742
13743 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13744
13745         * machmode.h (get_mode_alignment): Declare.
13746         (GET_MODE_ALIGNMENT): Call it.
13747         * stor-layout.c (get_mode_alignment): New function. Make
13748         sure alignment is always power of 2.
13749
13750 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13751
13752         * i386.h: Remove useless definition of "I386" and misleading
13753         comment above it.
13754
13755 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13756
13757         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
13758         under which TREE_PERMANENT will be set.
13759         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
13760         build1): Use TREE_SET_PERMANENT.
13761         * print-tree.c (print_node): Don't report value of
13762         TREE_PERMANENT if ggc_p is true.
13763
13764         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
13765         decide whether to give a type a new alias set.
13766         * objc/objc-act.c (build_objc_string_object): Never copy the string.
13767         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
13768         of value of 'obstack'.
13769
13770
13771 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13772
13773         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
13774
13775 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13776
13777         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
13778         * cpplib.c (cpp_get_token): Produce them.
13779         * cppexp.c (cpp_lex): Handle them.
13780
13781 2000-02-23  Nick Clifton  <nickc@cygnus.com>
13782
13783         * config/arm/arm.c (arm_comp_type_attributes): Simply and
13784         comment tests on type attributes.
13785
13786 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13787
13788         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
13789         conform to documentation.
13790         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
13791         to check for special cases.
13792         * sh-protos.h (sh_loop_align): Declare.
13793         * sh.c (sh_loop_align): Define.
13794
13795 2000-02-22  Andrew Haley  <aph@cygnus.com>
13796
13797         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
13798         (SIZE_TYPE): Is 32 bits when using -mgp32.
13799         (PTRDIFF_TYPE): Ditto.
13800
13801 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13802
13803         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
13804
13805 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13806
13807         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
13808         BIGGEST_FIELD_ALIGNMENT a constant.
13809
13810 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
13811
13812         * dwarf2out.c (output_line_info): Put the marker for the end of
13813         the line number info at the actual end.
13814         (gen_struct_or_union_type_die): Use decl_function_context
13815         to check for local classes.
13816         * dwarfout.c (output_type): Likewise.
13817
13818 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
13819
13820         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
13821         for arguments with a mode, but no type.
13822         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
13823         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
13824         * pa/long_double.h: New file.
13825         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
13826         both have 128bit wide long doubles.
13827         * configure: Rebuilt.
13828
13829 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13830
13831         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
13832
13833         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
13834         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
13835         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
13836
13837         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
13838
13839         * integrate.c (compare_blocks, find_block): Likewise.
13840
13841         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
13842
13843         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
13844
13845         * stmt.c (stmt_status, set_file_and_line_for_stmt,
13846         expand_asm_operands): Likewise.
13847
13848 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
13849
13850         * predict.c (estimate_probability): Added the pointer heuristic to
13851         the collection of static branch predictors.
13852
13853 2000-02-21  Catherine Moore  <clm@cygnus.com>
13854
13855         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
13856         * invoke.texi (-mfix7000): Document.
13857
13858 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
13859
13860         * diagnostic.c (init_output_buffer): Make it possible to output at
13861         least 32 characters if we're given a too long prefix.
13862
13863 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
13864
13865         * varasm.c (initializer_constant_valid_p): Call
13866         lang_expand_constant to simplify the constant.
13867
13868 2000-02-20  Bruce Korb  <bkorb@gnu.org>
13869
13870         * fixinc/inclhack.def(stdio_va_list):
13871         typedef needs to be disabled.
13872         * fixinc/inclhack.sh: regen
13873         * fixinc/fixincl.x: regen
13874
13875 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
13876
13877         * print-rtl.c (print_rtx): Don't print addresses when
13878         flag_dump_unnumbered.
13879
13880 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13881
13882         * sparc.c (sparc_output_scratch_registers): Mark parameter with
13883         ATTRIBUTE_UNUSED.
13884         (sparc_va_arg, sparc_flat_output_function_prologue,
13885         sparc_flat_output_function_epilogue): Cast value to unsigned in
13886         comparison.
13887         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
13888
13889         * sparc.md: Add default case in switch.
13890
13891 2000-02-19  Richard Henderson  <rth@cygnus.com>
13892
13893         * c-typeck.c (add_pending_init): Don't abort for multiple
13894         fields at the same offset.
13895         (pending_init_member): Test the correct member.
13896
13897 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13898
13899         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
13900         instead of SImode.
13901         (start_catch_handler) : Same.
13902
13903 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
13904
13905         * Makefile.in: Have flow.o depend on $(EXPR_H)
13906
13907 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13908
13909         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
13910         * c-decl.c (duplicate_decls, finish_enum): Likewise.
13911         (finish_decl): Remove -Wlarger-than code from here.
13912         * flags.h (id_clash_len): Now int.
13913         (larger_than_size): Now HOST_WIDE_INT.
13914         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
13915         Clean up checking to see if in table.
13916         (make_bit_field_ref): Remove extra parm to bitsize_int.
13917         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
13918         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
13919         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
13920         and for computing size of decl.
13921         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
13922         Move -Wlarger-than code to here.
13923         (layout_record): Remove extra arg to bitsize_int.
13924         Set TYPE_BINFO_SIZE_UNIT.
13925         (layout_union): Remove extra arg to bitsize_int.
13926         Use proper type for size of QUAL_UNION.
13927         (layout_type): Remove extra arg to bitsize_int.
13928         * toplev.c (id_clash_len): Now int.
13929         (larger_than_size): Now HOST_WIDE_INT.
13930         (decode_W_option): Clean up id-clash and larger-than- cases.
13931         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
13932         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
13933         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
13934         (struct tree_decl): New field size_unit.
13935         (size_int_wide): No HIGH operand; NUMBER is now signed.
13936         (size_int_2): Deleted.
13937         (size_int, bitsize_int): Don't use it and rework args.
13938         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
13939
13940 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
13941
13942         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
13943
13944 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
13945
13946         * invoke.texi (Warning Options): Add an explanation of why
13947         you might want the -Wfloat-equal flag.
13948
13949 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13950
13951         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
13952         * cppinit.c (new_pending_define): Add cast to avoid warning.
13953         * expmed.c (extract_bit_field): Likewise.
13954         * flow.c (enum reorder_skip_type): New type.
13955         (skip_insns_between_blcok): New it.
13956         Rework to avoid warning about possibly undefined variable.
13957         * function.c (assign_parms): Make thisparm_boundary unsigned.
13958         * genrecog.c (write_switch): Cast XWINT result to int.
13959         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
13960         * mips-tfile.c (init_file): Make two versions of FDR intializer:
13961         one for MIPS and one for Alpha.
13962         (get_tag, copy_object): Add casts to avoid warnings.
13963         * optabs.c (init_one_libfunc): Cast NAME to (char *).
13964         * reload.c (find_reloads): Make TYPE enum reload_type.
13965         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
13966         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
13967         * varasm.c (compare_constant_1): Add cast to avoid warning.
13968         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
13969         to (char *).
13970         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
13971         Cast switch operand of size to int.
13972         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
13973         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
13974         in unhandled case.
13975
13976 2000-02-18  Nick Clifton  <nickc@cygnus.com>
13977
13978         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
13979         anything for an alignment of zero.
13980
13981         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
13982         anything for an alignment of zero.
13983
13984 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13985
13986         * gcc.texi (Bug Reporting): Refer to bugs.html.
13987         (Bug Lists): Likewise.
13988         * system.h (GCCBUGURL): New preprocessor define.
13989         * rtl.c (fancy_abort): Use it.
13990         * gcc.c (main): Likewise.
13991
13992 2000-02-18  Richard Henderson  <rth@cygnus.com>
13993
13994         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
13995         (life_analysis_1): Subsume into ...
13996         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
13997         Use update_life_info for the relaxation.
13998         (update_life_info): Update REG_BASIC_BLOCK for registers live on
13999         entry and regs_live_at_setjmp.
14000         (set_noop_p): Simplify.
14001         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14002         (record_volatile_insns): Split into ...
14003         (delete_noop_moves): ... here,
14004         (notice_stack_pointer_modification): ... here,
14005         (insn_dead_p): ... and here.
14006         (propagate_block): Don't query INSN_VOLATILE.
14007         (mark_used_regs): Mind !PROP_REG_INFO.
14008         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14009         not in life_analysis.
14010
14011 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14012
14013         * loop.c (canonicalize_condition): New function,
14014         broken out of get_condition.
14015         (get_condition): Use it.
14016         * expr.h (canonicalize_condition): Prototype it.
14017
14018         * tree.h (tree_int_cst_msb): Declare.
14019         * tree.c (tree_int_cst_msb): New function.
14020
14021 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14022
14023         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14024         isn't set.
14025
14026         * invoke.texi (-fmessage-length=n): Document.
14027
14028 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14029
14030         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14031
14032 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14033
14034         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14035         after the prologue.
14036
14037 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14038
14039         * config/arm/thumb.c: Replace includes of system headers with
14040         #include "system.h".
14041
14042 2000-02-16  Richard Henderson  <rth@cygnus.com>
14043
14044         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14045         Add crtbeginS.o and crtendS.o.
14046         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14047         (ENDFILE_SPEC): Use crtendS.o.
14048         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14049
14050         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14051         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14052         shared and present.
14053         (__dso_handle): New variable.
14054         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14055         bias to __CTOR_END__.
14056
14057 2000-02-16  Richard Henderson  <rth@cygnus.com>
14058
14059         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14060
14061 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14062
14063         * longlong.h (__clz_tab): Declare as static to match definition.
14064
14065 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14066
14067         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14068         (XREF_FILE_NAME): Define.
14069
14070         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14071         (EH_FRAME_SECTION_ASM_OP): Define.
14072         (IDENT_ASM_OP): Define.
14073         (TEXT_SECTION_ASM_OP): Define.
14074         (CPP_SPEC): Define.
14075         (CTORS_SECTION_ASM_OP): Define.
14076         (CTOR_SECTION_FUNCTION): Use it.
14077         (DTORS_SECTION_ASM_OP): Define.
14078         (DTOR_SECTION_FUNCTION): Use it.
14079
14080 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14081
14082         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14083         NOTE_BASIC_BLOCK.
14084
14085         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14086         debug_bb_n): New functions.
14087         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14088         * basic-block.h: Prototype new functions.
14089
14090 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14091
14092         * configure.in: Add support for avr target.
14093         * configure: Rebuilt.
14094
14095         * invoke.texi: Add AVR invocation docs.
14096         * install.texi: Add information about AVR.
14097         * md.texi: Add AVR constraint letters description.
14098         * extend.texi: Add description for AVR specific attributes.
14099
14100 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14101
14102         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14103
14104 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14105
14106         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14107         (make_insn_raw): Move RTL check here.
14108
14109 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14110
14111         * version.c: Include gansidecl.h and version.h.
14112
14113         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14114
14115         * configure.in (gcc_version): When setting, narrow search to
14116         lines containing `version_string'.
14117
14118         * Makefile.in (mainversion): Likewise.
14119         (GCC_H): New variable.
14120         (gcc.h): Delete target.
14121         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14122         (version.o): Depend on version.h.
14123         (dbxout.o): Don't depend on gcc.h.
14124
14125 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14126                           Michael Meissner  <meissner@cygnus.com>
14127
14128         * md.texi (Simple Constraints): Add item about whitespace.
14129         * genoutput.c (strip_whitespace): New.
14130         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14131         strip_whitespace for constraints.
14132         Test pointer using NULL, not 0.
14133
14134 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14135
14136         * cpplib.c (do_line): Pedwarn for #line > 32767.
14137
14138         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14139
14140 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14141
14142         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14143         to default cpp spec.
14144         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14145         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14146         * cpp.1: Likewise.
14147
14148         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14149         default spec.
14150
14151 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14152
14153         * configure.in: Add support for avr target.
14154
14155 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14156
14157         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14158         (sh_addr_diff_vec_mode): Don't declare.
14159         * sh.c (sh_addr_diff_vec_mode): Delete.
14160
14161 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14162
14163         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14164
14165 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14166
14167         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14168         (smulsi3_highpart_i): Name.
14169         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14170         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14171         (smulsi3_highpart, umulsi3_highpart): Likewise.
14172
14173         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14174         correctly independent of endianness.
14175         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14176         confuse the optimizers.
14177         (mulsidi3+1, umulsidi3+1): New define_split.
14178
14179 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14180
14181         * config/sh/sh.md: Guard insn splits against illegal registers.
14182         * config/sh/sh.h: Correct comment about macros.
14183
14184 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14185                           Andrew MacLeod  <amacleod@cygnus.com>
14186
14187         * Makefile.in (lcm.o): Depend on insn-attr.h.
14188         * basic-block.h (optimize_mode_switching): Declare.
14189         * lcm.c (tm_p.h, insn-attr.h): #include.
14190         (seginfo, bb_info): New structs.
14191         (antic, transp, comp, delete, insert) : New file-scope static variables.
14192         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14193         (reg_becomes_live, optimize_mode_switching): Likewise.
14194         * tm.texi: Add description of mode switching macros.
14195         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14196
14197         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14198         (fldi_ok, fpscr_set_from_mem): New prototypes.
14199         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14200         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14201         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14202         (sh_flag_remove_dead_before_cse): Remove declaration.
14203         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14204         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14205         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14206         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14207         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14208         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14209         (fldi_ok): New function.
14210         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14211         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14212         (emit_df_insn): Likewise.
14213         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14214         (sh_flag_remove_dead_before_cse): Delete.
14215         (get_free_reg, fpscr_set_from_mem): New functions.
14216         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14217         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14218
14219 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14220
14221         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14222
14223 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14224
14225         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14226         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14227
14228         * cccp.c: Include version.h and/or don't declare `version_string'.
14229         * collect2.c: Likewise.
14230         * alpha.c: Likewise.
14231         * arm/aof.h: Likewise.
14232         * arm/coff.h: Likewise.
14233         * arm/elf.h: Likewise.
14234         * arm/pe.h: Likewise.
14235         * arm/tcoff.h: Likewise.
14236         * arm/telf.h: Likewise.
14237         * arm/tpe.h: Likewise.
14238         * arm/vxarm.h: Likewise.
14239         * convex/convex.c: Likewise.
14240         * i386/dgux.c: Likewise.
14241         * i386/sun386.h: Likewise.
14242         * m88k/m88k.c: Likewise.
14243         * mcore/mcore-pe.h: Likewise.
14244         * mips/mips.h: Likewise.
14245         * romp/romp.h: Likewise.
14246         * sh/sh.c: Likewise.
14247         * cpphash.c: Likewise.
14248         * cppinit.c: Likewise.
14249         * dwarf2out.c: Likewise.
14250         * dwarfout.c: Likewise.
14251         * gcc.c: Likewise.
14252         * gcc.h: Likewise.
14253         * mips-tfile.c: Likewise.
14254         * protoize.c: Likewise.
14255         * toplev.c: Likewise.
14256         * tree.h: Likewise.
14257
14258         * version.c (version_string): Constify a char*.
14259
14260         * version.h: New file.
14261
14262 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14263
14264         * configure.in: Add mcore-elf and mcore-pe targets.
14265         * configure: Regenerate.
14266
14267         * NEWS: Add note that MCore port has been contributed.
14268
14269         * invoke.texi: Document command line switches for MCore port.
14270         * install.texi: Add MCore to list of supported targets.
14271
14272 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14273
14274         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14275         then we will need to import the frame handling functions.
14276         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14277         to import the frames themselves.
14278
14279 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14280                           Jason Eckhardt  <jle@cygnus.com>
14281
14282         * basic_block.h: Added prototype for reorder_basic_blocks.
14283         * toplev.c: Changes to add -freorder-blocks and graph dump after
14284         block reordering is done.
14285         * flow.c (reorder_block_def): New structure for use during block
14286         reordering.
14287         (REORDER_BLOCK_*): New macros to access members of above structure.
14288         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14289         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14290         functions for block reordering.
14291
14292 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14293
14294         * gcc.texi (Passes): Fix typo.
14295         * md.texi (Standard Names): Ditto.
14296         * tm.texi (Storage Layout): Ditto.
14297
14298 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14299
14300         * cpplib.c (do_define): Only free the old definition if it
14301         actually had one.
14302
14303 2000-02-13   Neil Booth  <NeilB@earthling.net>
14304
14305         * cppfiles.c (read_and_prescan): When emitting deferred
14306         newlines, test speccase[] again instead of checking each
14307         possible whitespace character in turn.  When we encounter \r,
14308         look behind for \n first, then ahead.
14309
14310 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14311
14312         * cse.c (cse_altered): New internal flag.
14313         (cse_insn): Set it if we changed an insn.
14314         (cse_main): Clear cse_altered before each basic block.
14315         Only garbage collect if cse_altered is true afterward.
14316
14317 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14318
14319         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14320
14321 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14322
14323         * combine.c (simplify_comparison): Fix typo.
14324
14325 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14326
14327         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14328         consistently.
14329
14330 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14331
14332         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14333         previously inserted node instead of root node.  Caller changed.
14334
14335 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14336
14337         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14338
14339 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14340
14341         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14342         __dereg_frame_dtor): Add prototype argument.
14343
14344         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14345
14346         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14347
14348         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14349
14350         * gthr-vxworks.h (__gthread_once): Likewise.
14351
14352         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14353
14354 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14355
14356         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14357         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14358         stack pointer in functions w/o saved registers, output LEAVE more often
14359         on TARGET_USE_LEAVE machines.
14360
14361 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14362
14363         * config/arm/arm.c (arm_init_cumulative_args); New function:
14364         Initlaise the CUMULATIE_ARGS strcuture for a function
14365         defintion.
14366         (arm_function_arg): New function: Determine where to place a
14367         function's argument.  Also handles deciding the function's
14368         call cookie.
14369         (current_file_function_operand): New function: Return true if
14370         the symbol is a function which has already been compiled.
14371         (arm_is_long_call_p): New function: Return true if the
14372         indicated function should be called via a long call.
14373         (arm_valid_type_attribute_p): New function: Return true if the
14374         attribute is a valid, arm specific, attribute.
14375         (arm_comp_type_attribute): New function: Return true if the
14376         two types have compatable, arm specific, attributes.
14377
14378         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14379         structure.
14380         (FUNCTION_ARG): Redefine to call arm_function_arg.
14381         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14382         structure field.
14383         (INIT_CUMULATIVE_ARGS): Redefine to call
14384         arm_init_cumulative_args.
14385         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14386         field.
14387         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14388         field.
14389         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14390         functions.
14391         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14392         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14393         (COMP_TYPE_ATTRIBUTES): Define.
14394
14395         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14396         if a long call is needed.
14397         (call_value): Call arm_is_long_call_p to decide if a long call
14398         is needed.
14399         (call_symbol): Call arm_is_long_call_p to decide if a long call
14400         is needed.
14401
14402         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14403
14404 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14405
14406         * README.AVR: New file with information about the avr ports.
14407         * config/avr: New directory with avr port files.
14408
14409 2000-02-11  Andreas Jaeger  <aj@suse.de>
14410
14411         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14412
14413 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14414
14415         * cpphash.c: Fix formatting, update commentary.
14416         (dump_definition): Take three separate arguments instead of a
14417         MACRODEF structure argument.
14418         * cpphash.h: Update prototype of dump_definition.
14419         * cppinit.c (cpp_finish): Update call of dump_definition.
14420
14421         * cpplib.c (do_define): Always create new hash entry with
14422         T_MACRO type.  Remove redundant check for redefinition of
14423         poisoned identifier.  Update call of dump_definition.
14424         (do_undef): Don't call check_macro_name.  Rename sym_length to
14425         len.
14426         (do_error, do_warning): Don't use copy_rest_of_line or
14427         SKIP_WHITE_SPACE.
14428         (do_warning): Don't use pedwarn for the actual warning,
14429         only the notice about its not being in the standard.  (Fixes
14430         bug with #warning in system headers.)
14431         (do_ident): Stricter argument checking - accept only a single
14432         string after #ident.  Also, macro-expand the line.
14433         (do_xifdef): Use cpp_defined.  De-obfuscate.
14434
14435         (do_pragma): Split out specific pragma handling to separate
14436         functions.  Use get_directive_token.  Update commentary.  Do
14437         not pass on #pragma once or #pragma poison to the front end.
14438         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14439         do_pragma_default): New.
14440
14441 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14442
14443         * jump.c (jump_optimize_1): The first operand in a relational
14444         can be a CONST_INT.
14445         * optabs.c (emit_conditional_move): Handle relationals which
14446         have a known true/false result.
14447
14448 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14449
14450         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14451         a RETURN insn into a block which already ends with a jump.
14452
14453 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14454
14455         * haifa-sched.c (BUF_LEN): Increase a lot.
14456
14457 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14458
14459         * configure.in: Add tm_p_file specification for thumb targets.
14460         * configure: Regenerate.
14461
14462         * config/arm/thumb-protos.h: New file: Prototypes for exported
14463         functions defined in thumb.c.
14464
14465 2000-02-11  Robert Lipe  <robertl@sco.com>
14466
14467         * Makefile.in (bootstrap-lean): Remove additional files.
14468         (bootstrap2-lean): Likewise.
14469         (VOL_FILES): List of files for above.
14470
14471 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14472
14473         * cpphash.c (special_symbol): Remove spurious argument to
14474         cpp_lookup.
14475
14476 2000-02-11  Joel Sherrill (joel@OARcorp.com>
14477
14478         * configure.in: (i*86-*-rtems*): Swapped elf and coff
14479         stanzas.
14480         * configure: Rebuilt.
14481
14482 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
14483
14484         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
14485
14486 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
14487
14488         * pa.c, pa.h: Remove trigraph sequences within comments.
14489
14490 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
14491
14492         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
14493
14494 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
14495
14496         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
14497
14498 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14499
14500         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
14501
14502 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14503
14504         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
14505         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
14506         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
14507         (ASM_FILE_END): Use c4x_file_end.
14508         * config/c4x/c4x.c (c4x_global_label): New function.
14509         (c4x_external_ref, c4x_file_end): Likewise.
14510
14511         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
14512         (c4x_external_ref, c4x_end_file): Likewise.
14513
14514 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
14515
14516         * cppexp.c: Don't include cpphash.h.
14517         (parse_charconst, cpp_lex): Use cpp_defined.
14518         (cpp_lex): Use get_directive_token throughout.  Remove
14519         unnecessary cases from switch.  Move assertion-handling code
14520         down to OTHER case.
14521         (cpp_parse_expr): If we see '+' or '-', check the context to
14522         determine if they are unary or binary operators.  Streamline
14523         the jumps a bit.  Do not call skip_rest_of_line.
14524
14525         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
14526         static.  Export get_directive_token.  Update commentary.
14527         (cpp_defined): New function.
14528         (do_define): Remove reference to T_PCSTRING.  Call
14529         free_definition to release memory for old definition, when
14530         redefining a macro.
14531         (eval_if_expression): Set only_seen_white to 0 before calling
14532         cpp_parse_expr.  Call skip_rest_of_line after it returns.
14533         (cpp_read_check_assertion): Don't preserve a pointer into the
14534         token buffer across a call to cpp_get_token.
14535
14536         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
14537         * cppfiles.c (redundant_include_p): Use cpp_defined.
14538         * cpphash.c (free_definition): New function.
14539         (delete_macro): Use it.  Update commentary.
14540         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
14541         free_definition.
14542         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
14543         from enum node_type.  Prototype cpp_defined and get_directive_token.
14544         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
14545
14546         * fix-header.c (check_macro_names): Use cpp_defined.
14547         (read_scan_file): Set inhibit_warnings and inhibit_errors in
14548         the options structure.
14549
14550 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14551
14552         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
14553
14554 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
14555
14556         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
14557         rather than die->die_tag.
14558
14559 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14560
14561         * combine.c (make_extraction, force_to_mode): Avoid warning on
14562         mixed-signedness conditionals.
14563         (make_field_assignment, nonzero_bits): Likewise.
14564         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
14565         (store_split_bit_field, extract_split_bit_field): Likewise.
14566         (extract_fixed_bit_field, store_bit_field,
14567         * expr.c: Change alignment to be unsigned everywhere.
14568         (move_by_pieces, store_constructor_field, store_constructor):
14569         Alignment parm is unsigned.
14570         (emit_block_move, emit_group_load, emit_group_store): Likewise.
14571         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14572         (do_compare_rtx_and_jump): Likewise.
14573         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
14574         Compare align with GET_MODE_ALIGNMENT.
14575         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
14576         (get_inner_reference): Likewise.
14577         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
14578         (expand_assignment): Local vars for alignment now unsigned.
14579         (store_constructor, store_field, expand_expr, do_jump): Likewise.
14580         (do_compare_and_jump): Likewise.
14581         (store_field): Call new function expr_align.
14582         * expr.h (emit_block_move, emit_group_load, emit_group_store):
14583         Alignment arg now unsigned.
14584         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14585         (do_compare_rtx_and_jump, store_bit_field): Likewise.
14586         (extract_bit_field): Likewise.
14587         * fold-const.c (add_double): Add cast to eliminate signedness warning.
14588         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
14589         (get_best_mode): Alignment arg is unsigned.
14590         * rtl.h (move_by_pieces): Likewise.
14591         * store-layout.c (maximum_field_alignment, set_alignment):
14592         Now unsigned.
14593         (layout_decl): Alignment arg is now unsigned.
14594         Remove unneeded casts.
14595         (layout_record, layout_union, layout_type): Remove unneeded casts.
14596         Local alignment variables now unsigned.
14597         (get_best_mode): Alignment arg now unsigned.
14598         * tree.c (expr_align): New function.
14599         * tree.h (expr_align): Likewise.
14600         (maximum_field_alignment, set_alignment): Now unsigned.
14601         (get_inner_reference): Alignment argument is now pointer to unsigned.
14602         * varasm.c (assemble_variable): Add cast to eliminate warning.
14603
14604 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
14605
14606         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
14607         then store directly into op0.
14608
14609         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
14610         the CALL_INSN, and emit the note immediately after it.
14611
14612 2000-02-10  Nick Clifton  <nickc@cygnus.com>
14613
14614         * config/arm/thumb.md (epilogue): Include a (return) in the
14615         generated insn, and emit it using emit_jump_insn not
14616         emit_insn.
14617
14618 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
14619
14620         * function.c (assign_temp): Change zero-sized arrays to size 1.
14621         * integrate.c (expand_inline_function): Do not update
14622         stack_alignment_needed
14623         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
14624         add some sanity checking, remove optimization for function with
14625         zero frame size.
14626
14627 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14628
14629         * flow.c (mark_regs_live_at_end): Delete unused variables.
14630
14631         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
14632
14633         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
14634         in macro FRAME_GROWS_DOWNWARD.
14635
14636         * stmt.c (expand_end_bindings): Delete unused variable.
14637
14638         * unroll.c (iteration_info): Mark parameter `loop' with
14639         ATTRIBUTE_UNUSED.
14640
14641 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14642
14643         * fixinc/server.c (load_data): Return NULL if the marker line is
14644         not found.
14645         (run_shell): If load_data returns NULL, retry the command once, in
14646         a new shell.
14647
14648         * configure: Rebuilt.
14649
14650 2000-02-09  Bruce Korb  <bkorb@gnu.org>
14651
14652         * gcc/fixincludes:  ** DELETED **
14653         * gcc/fixcpp:  ** DELETED **
14654         * gcc/fixinc-nt.sed:  ** DELETED **
14655         * gcc/just-fixinc:  ** DELETED **
14656         * gcc/Makefile.in:  Removed out-dated commentary
14657         * gcc/configure.in: Removed fast-fixincludes disablement.
14658         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
14659
14660 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14661         * function.c (thread_prologue_and_epilogue_insns): Uncomment
14662         last change.
14663
14664 2000-02-09  Richard Henderson  <rth@cygnus.com>
14665
14666         * jump.c (delete_insn): Don't delete user labels at -O0.
14667
14668 2000-02-09  Robert Lipe  <robertl@sco.com>
14669
14670         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
14671         Don't link with HOST_LIBS.
14672
14673 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14674
14675         * configure.in: Correct --help text for --with-dwarf2.
14676         Put tm-dwarf2.h after other tm files, if it's requested.
14677         * configure: Regenerate.
14678         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
14679         defining it.
14680
14681 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14682
14683         * cpplib.h: Provide HASHNODE typedef and forward decl of
14684         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
14685         DEFINITION, struct hashnode, struct macrodef, struct
14686         definition, scan_decls prototype, default defn of
14687         INCLUDE_LEN_FUDGE moved elsewhere.
14688
14689         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
14690         definition, and struct hashnode moved here. Remove the unused
14691         'predefined' field from struct definition.  Replace the 'args'
14692         union with its sole member.  All users updated (cpphash.c).
14693         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
14694         multiple include guard.
14695
14696         * cpphash.c (hashf): Make static; use better algorithm; drop
14697         HASHSIZE parameter; return an unsigned int.
14698         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
14699         used. Calculate HASHSIZE modulus here.
14700         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
14701         here.
14702         (create_definition): Drop PREDEFINITION parameter.
14703         * cpplib.c (do_define): Don't calculate a hash value here.
14704         Don't pass (keyword == NULL) to create_definition.
14705
14706         * scan.h: Prototype scan_decls here.
14707         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
14708         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
14709         callers of cpp_lookup and cpp_install updated.
14710
14711         * cpphash.c (macarg): Hoist all the flag diddling out of the
14712         function...
14713         (macroexpand): ... and out of the loop that calls macarg.
14714         Skip over the initial paren before macro arguments with
14715         cpp_get_non_space_token; point may be some distance before
14716         that paren.  Abort if it's not there.
14717
14718         * cpplib.c (parse_clear_mark): Delete function.
14719         (parse_set_mark, parse_goto_mark): Make static.
14720         (ACTIVE_MARK_P): New macro.
14721         (skip_block_comment, skip_line_comment): Do not bump the line
14722         if ACTIVE_MARK_P is true.
14723         (cpp_pop_buffer): The buffer to be popped may not have an
14724         active mark.
14725         (cpp_get_token): When looking for the initial paren before
14726         macro arguments, only set a mark in a file buffer, Always
14727         return to that mark before proceeding to call macroexpand or
14728         return a NAME token.
14729
14730         * cpplib.h: Remove prototypes of parse_set_mark,
14731         parse_clear_mark, parse_goto_mark.
14732         (struct cpp_options): Rename 'put_out_comments' to
14733         'discard_comments' and invert its sense.
14734         * cppinit.c, cpphash.c, cpplib.c: All users of
14735         put_out_comments changed to use discard_comments, with
14736         opposite sense.
14737
14738 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14739
14740         * function.c (thread_prologue_and_epilogue_insns): Don't delete
14741         the edge from a block that both jumps and falls through to the
14742         fallthru block.
14743
14744 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
14745
14746         * config/arm/arm.md (movsi): In PIC mode, make sure that a
14747         constant source address is legitimate.
14748
14749 2000-02-09  Philip Blundell  <pb@futuretv.com>
14750
14751         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
14752         correctly.
14753
14754         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
14755         generating PIC.
14756         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
14757
14758 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14759
14760         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
14761         ends with a newline and a NUL.  Don't be so clever manipulating
14762         strings.
14763
14764 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
14765
14766         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
14767         not to BIGGEST_ALIGNMENT.
14768
14769 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
14770
14771         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
14772         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
14773         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
14774         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
14775         * frame.c (execute_cfa_insn): Handle
14776         DW_CFA_GNU_negative_offset_extended.
14777
14778 2000-02-08  Richard Henderson  <rth@cygnus.com>
14779
14780         * flow.c (tidy_fallthru_edges): Split out from ...
14781         (delete_unreachable_blocks): ... here.
14782         (find_basic_blocks): Use it.
14783
14784 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14785
14786         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
14787
14788 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
14789
14790         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
14791         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
14792         (fix-header.o): Don't depend on cpphash.h.
14793
14794         * scan.c (hashstr): New function.
14795         * scan.h: Prototype it.
14796         * fix-header.c: Don't include cpphash.h.  Use hashstr.
14797         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
14798         hashstr.  Report hash table statistics.  Add private
14799         definition of xrealloc.
14800
14801 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14802
14803         * i386.h (TARGET_SWITCHES): Fix typo in option name.
14804
14805 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
14806
14807         * function.c (thread_prologue_and_epilogue_insns): Don't replace
14808         jumps with returns unless they are jumps to the fallthru block.
14809
14810 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
14811
14812         * i386.md (addqi3_cc): Fix contraints.
14813
14814 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14815
14816         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
14817
14818 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14819
14820         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
14821         carriage return after a macro name.
14822
14823 2000-02-07  Fred Fish  <fnf@be.com>
14824
14825         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
14826         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
14827
14828 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
14829
14830         * cppfiles.c (deps_output): Count spacers in deps_column.
14831
14832 2000-02-07  Neil Booth  <NeilB@earthling.net>
14833
14834         * cppinit.c (initialize_dependency_output): If there is no
14835         suffix, don't try to look for known suffixes.  Use strrchr.
14836         (cpp_start_read): Remove duplicate initialization.
14837
14838 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
14839
14840         * calls.c (compute_argument_block_size): New argument
14841         preferred_stack_boundary.
14842         (expand_call): update cfun->preferred_stack_boundary, update call of
14843         compute_argument_block_size
14844         (emit_library_call): Increate cfun->preferred_stack_boundary
14845         to PREFERRED_STACK_BOUNDARY
14846         (emit_library_call_value): Likewise.
14847         * explow.c (allocate_dynamic_stack_spave): Likewise.
14848         * function.c (prepare_function_start): Set
14849         cfun->preferred_stack_boundary
14850         * function.h (struct function): Add preferred_stack_boundary field.
14851         * integrate.c (expand_inline_function): Update
14852         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
14853         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
14854         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
14855
14856 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
14857
14858         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
14859         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
14860         cpp_pedwarn, cpp_pedwarn_with_line,
14861         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
14862         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
14863         v_cpp_error_with_line, v_cpp_warning_with_line,
14864         cpp_message_from_errno, cpp_perror_with_name): Delete.
14865
14866         * cpperror.c (cpp_print_containing_files): Take starting
14867         buffer as argument.
14868         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
14869         (v_cpp_message): Now called directly by all entry points.
14870         Remove -1 case.
14871         (cpp_pfatal_with_name, cpp_message): Delete.
14872         (cpp_notice_from_errno, cpp_ice): New functions.
14873         (cpp_notice): Is now for reporting error conditions, just
14874         without an associated file.
14875         (cpp_error, cpp_error_with_line): Don't do anything if
14876         opts->inhibit_errors is on.
14877         (cpp_pedwarn_with_file_and_line): Take column argument also.
14878
14879         * cpplib.h: Update prototypes of exported functions.
14880         (struct cpp_options): Add inhibit_errors.
14881
14882         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
14883         non-error messages.  Include intl.h.
14884
14885         * cppinit.c, cppmain.c: Likewise.  Also, use
14886         cpp_notice_from_errno instead of cpp_perror_with_name or
14887         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
14888
14889         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
14890         report internal errors.
14891
14892         * cpplib.c (do_define): Switch bcopy to memcpy.
14893         Give cpp_pedwarn_with_file_and_line a dummy column argument.
14894
14895         * cpplib.c (copy_rest_of_line): Revert previous change: don't
14896         bail out early if we hit a line comment.
14897
14898 2000-02-06  Richard Henderson  <rth@cygnus.com>
14899
14900         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
14901         * basic-block.h: Declare them.
14902         * emit-rtl.h (active_insn_p): New.
14903         (next_active_insn, prev_active_insn): Use it.
14904         * rtl.h: Declare it.
14905         * function.c (emit_return_into_block): New.
14906         (thread_prologue_and_epilogue_insns): Insert return insns instead
14907         of epilogues when possible.
14908         * jump.c (jump_optimize_1): Remove code to insert a return insn
14909         on the fallthru to the exit block.
14910
14911         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
14912         and for non-empty stack frames.
14913         * i386.md (return): Expand to return-pop as needed.
14914
14915 2000-02-06  Richard Henderson  <rth@cygnus.com>
14916
14917         * simplify-rtx.c (simplify_relational_operation): Canonicalize
14918         constant to op1 for testing.
14919
14920 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14921
14922         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
14923         (fixuns_truncqfqi2): Use it.
14924
14925 2000-02-06  Richard Henderson  <rth@cygnus.com>
14926
14927         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
14928         as a TYPE_LEA insn.
14929
14930         * i386.md (widening and peepholes): Mask the constant instead of
14931         using gen_lowpart.
14932
14933 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14934
14935         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
14936         input pointer before possibly branching off to the backslash
14937         code.
14938         * cpphash.c (macroexpand): Correctly delete \r escapes when
14939         stringifying parameters.
14940         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
14941         if we can; bail out early if we hit a line comment.
14942         (handle_directive): Treat '# 123' in an .S file just like
14943         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
14944         Return 1 for '# not_a_directive'.
14945         (get_directive_token): Pop macro buffers here, so that
14946         cpp_get_token can't sneakily move past a newline.
14947         Add sanity checks.
14948         (cpp_get_token): goto randomchar if handle_directive returns 0.
14949
14950         * cppalloc.c: Update copyright.
14951         * cpplib.c: Merge all the static function prototypes into one
14952         block.
14953         * cpplib.h: Remove #if 0 block.
14954
14955         * cpperror.c: Remove #ifdef EMACS block.
14956         * cppmain.c: Likewise.
14957         * cpphash.c: Remove #if 0 blocks.
14958         * cppinit.c: Remove #if 0 blocks, and the -lint option.
14959         * cpplib.c: Remove #if 0 blocks and code referencing
14960         pcp_inside_if or for_lint.  Remove duplicate error message.
14961         Fix error messages for #else after #else or #elif.  Reformat.
14962         Remove archaic TODO list.
14963         * cpplib.h: Remove pcp_inside_if and for_lint flags.
14964
14965 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14966
14967         * i386/osf1elf.h: Add missing backslash to multiline string.
14968
14969 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14970
14971         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
14972
14973 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14974
14975         * Makefile.in (c-common.o): Depend on $(EXPR_H).
14976
14977         * c-common.c: Include expr.h.
14978
14979         * c-pragma.c (mark_align_stack): Add prototype.
14980
14981         * caller-save.c (add_stored_regs): Likewise.
14982
14983         * combine.c (record_promoted_value): Likewise.
14984
14985         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
14986         Likewise.
14987
14988         * cppinit.c (new_pending_define): Likewise.
14989
14990         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
14991
14992         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
14993         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14994         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
14995         class_scope_p): Likewise.
14996
14997         * dwarf2out.h (dwarf2out_set_demangle_name_func,
14998         dwarf2out_add_library_unit_info): Likewise.
14999
15000         * ggc.h (ggc_page_print_statistics): Likewise.
15001
15002         * haifa-sched.c (propagate_deps): Likewise.
15003
15004         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15005
15006         * rtl.h (set_stack_check_libfunc): Likewise.
15007
15008         * toplev.h (set_fatal_function): Likewise.
15009
15010         * toplev.c (set_fatal_function): Delete prototype.
15011
15012         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15013
15014 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15015
15016         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15017         (FUNC_END): Likewise.
15018
15019 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15020
15021         * caller-save.c: Include tm_p.h.
15022
15023 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15024
15025         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15026
15027 2000-02-04  Neil Booth  <NeilB@earthling.net>
15028
15029         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15030         it to strcmp.
15031
15032 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15033
15034         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15035         * genflags.c: Use the max_operand_1 logic from genemit.c to
15036         calculate how many arguments gen_insn prototypes have.  Remove
15037         NO_MD_PROTOTYPES ifdefs from the generated file.
15038         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15039         file.  Cast gen_insn initializers to insn_gen_fn.
15040         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15041         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15042
15043 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15044
15045         * fixinc/Makefile.in (HDR): Add machname.h.
15046         (clean): Likewise.
15047
15048 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15049
15050         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15051         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15052         (c4x_cpu_version): Ditto.
15053         * config/c4x/c4x-protos.h: ... here.
15054
15055 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15056
15057         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15058         gen_abstract_function on our context if we're a nested function.
15059
15060 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15061
15062         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15063         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15064
15065 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15066
15067         * fixinc/genfixes(machname.h):
15068         Move the functionality from gen-machine.h into this file.
15069         UNdef MN_NAME_PAT if there are no names to change.
15070         Also, be a little kinder when AutoGen is not present.
15071
15072         * fixinc/Makefile.in(machname.h):
15073         Change the generation rule to use genfixes.
15074
15075         * fixinc/fixfixes.c(machine_name):
15076         machine_name_fix's functionality now dependent upon whether
15077         MN_NAME_PAT is defined.
15078
15079         * fixinc/fixtests.c(machine_name):
15080         ditto.
15081
15082         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15083         of MN_NAME_PAT.
15084
15085         * fixinc/fixlib.h(mn_get_regexps):
15086         ditto
15087
15088         * fixinc/gen-machine.h: DELETED
15089
15090 2000-02-04  Jan Hubicka  <jh@suse.cz>
15091             Richard Henderson  <rth@cygnus.com>
15092
15093         * i386.c (SAVE_REGS_FIRST): Remove.
15094         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15095         (ix86_compute_frame_size): Likewise.
15096         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15097         (ix86_emit_restore_regs): Remove.
15098         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15099         when a frame pointer is in use.
15100         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15101         instead of pop to restore a register when profitable; emit leave
15102         when profitable.
15103         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15104         as a TYPE_LEA insn.
15105         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15106         * i386.md (prologue_allocate_stack): Remove.
15107         (epilogue_deallocate_stack): Remove.
15108         (pro_epilogue_adjust_stack): New.
15109
15110 2000-02-04  Richard Henderson  <rth@cygnus.com>
15111
15112         * function.c (diddle_return_value): Rework to use a callback function.
15113         Use current_function_return_rtx if it's been set up.
15114         (do_clobber_return_reg, clobber_return_register): New.
15115         (do_use_return_reg, use_return_register): New.
15116         (expand_function_end): Use them.
15117         * stmt.c (expand_null_return): Likewise.
15118         * function.h: Declare them.
15119         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15120         (mark_reg): Change arguments as appropriate for callback.
15121         * integrate.c (expand_inline_function): Revert 19 Jan change.
15122
15123 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15124
15125         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15126         (Misc): Say the scheduler, not the Haifa scheduler.
15127
15128 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15129
15130         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15131         when in_mem is set.  Update all callers.
15132
15133 2000-02-04  Richard Henderson  <rth@cygnus.com>
15134
15135         * i386/openbsd.h (INT_ASM_OP): Define.
15136
15137 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15138
15139         * tm.texi: Fix various typos.
15140
15141 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15142
15143         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15144         (MD_STARTFILE_PREFIX_1): New macro.
15145
15146 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15147
15148         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15149         destination when needed.
15150         (strmovsi, strsetsi): New expander.
15151         (strmovsi_1, strsetsi_1): New pattern.
15152         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15153         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15154         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15155         * invoke.texi (align-stringops, inline-all-stringops): Document.
15156
15157 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15158
15159         * i386/netbsd.h (INT_ASM_OP): Define.
15160
15161 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15162
15163         * cpplib.h (cpp_reader): Add new flag, no_directives.
15164         * cpphash.c (macarg): Set it.
15165         * cpplib.c (handle_directive): If no_directives is on and we
15166         find a directive, issue an error and discard the line.
15167
15168 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15169
15170         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15171         FP constants.  Add ! TARGET_FPU check for FP constants.
15172
15173 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15174
15175         * flow.c (find_basic_blocks): Don't kill label_value_list
15176         here.
15177         (cleanup_cfg): Kill it here.
15178
15179 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15180
15181         * expr.c (store_field): Ensure ALIGN is no stricter than the
15182         alignment of EXP.
15183
15184 2000-02-02  Richard Henderson  <rth@cygnus.com>
15185
15186         * jump.c (delete_insn): Partially revert 19 Jan change;
15187         don't convert unused code labels to notes at -O0.
15188
15189 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15190
15191         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15192         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15193
15194 2000-02-01  Richard Henderson  <rth@cygnus.com>
15195
15196         * i386.c (general_no_elim_operand): New.
15197         (nonmemory_no_elim_operand): New.
15198         (ix86_expand_move): Copy eliminable operands before a push.
15199         * i386-protos.h: Declare new functions.
15200         * i386.h (CAN_ELIMINATE): Simplify.
15201         (PREDICATE_CODES): Update.
15202         * i386.md (push insns): Don't allow eliminable register operands.
15203
15204 2000-02-01  Richard Henderson  <rth@cygnus.com>
15205
15206         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15207         replace BLKmode with DECL_RTL's mode.
15208
15209 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15210
15211         * frame.c (find_fde): Convert for loop to do-while so compiler
15212         sees it's always executed at least once.
15213         * libgcc2.c (BBINBUFSIZE): Kill.
15214         (__bb_init_prg): Use fgets.
15215         (__bb_exit_trace_func): Don't paste strings.
15216         * unroll.c (unroll_loop): Initialize unroll_type, not
15217         unroll_number, and tweak logic to match.
15218
15219         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15220         all failure paths.
15221         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15222         (ix86_sched_reorder): Break guts out to
15223         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15224         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15225         any possible use.
15226
15227         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15228         use string concatenation.  Don't save and restore esi.
15229
15230         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15231         (machname.h): Remove script to separate file.  Use two-step
15232         sequence so target is not created if script fails.
15233         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15234         identifiers are defined.
15235         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15236         an empty string, machine_name doesn't need to do anything at
15237         all.
15238         (is_cxx_header): Add more cases to regexp.
15239         * fixinc/fixlib.h: Update prototype.
15240         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15241         mn_get_regexps.
15242         * fixinc/fixincl.c: Define NO_BOGOSITY.
15243
15244         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15245         (hp_sysfile): Add missing comma.
15246         (math_exception): Put the wrapper ifdefs at the beginning and
15247         the end of the file.
15248         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15249
15250 2000-02-01  Richard Henderson  <rth@cygnus.com>
15251
15252         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15253         Use CONST0_RTX.  Update all callers.
15254         * sparc.h, sparc-protos.h: Update accordingly.
15255         * sparc.md (fp mov insns): Use fp_zero_operand directly
15256         where applicable.
15257
15258 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15259
15260         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15261         example.
15262
15263 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15264
15265         * Makefile.in (specs.ready): New target.
15266         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15267
15268 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15269
15270         * fixinc.irix: Use unique filenames for writing into /tmp,
15271         * fixinc.ptx: Likewise.
15272         * fixinc.sco: Likewise.
15273         * fixinc.svr4: Likewise.
15274         * fixinc.winnt: Likewise.
15275
15276 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15277
15278         * tsystem.h: New file.
15279
15280         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15281         s-crtS): Depend on tsystem.h.
15282
15283         * crtstuff.c: Include tsystem.h.
15284         * frame.c: Likewise.
15285         * libgcc2.c: Likewise.
15286
15287 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15288
15289         * builtins.c (expand_builtin_memset): Expand for variable sized
15290         lengths too.
15291
15292 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15293
15294         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15295         on ABI.
15296
15297 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15298
15299         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15300
15301         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15302
15303 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15304
15305         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15306         case 3->2 combining (combining with splitting) in which 2 is CC0
15307         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15308         checked at the begining of the function with the aid of calling
15309         function 'can_combine_p'.
15310
15311 2000-01-31  Dave Brolley  <brolley@redhat.com>
15312
15313         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15314
15315 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15316
15317         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15318         new label.
15319
15320 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15321
15322         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15323
15324         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15325         PROTO -> PARAMS.
15326
15327 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15328
15329         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15330         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15331         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15332         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15333         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15334         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15335         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15336         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15337         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15338         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15339
15340         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15341         Add %(cpp_cpu) to CPP_SPEC.
15342
15343         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15344         Add %(cc1_cpu) to CC1_SPEC.
15345
15346 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15347
15348         * c-decl.c (c_decode_option): Accept optional numeric argument to
15349         -Wformat and set warn_format.
15350         * c-common.c: Don't emit warning about non-constant printf format
15351         string unless warn_format > 1.
15352
15353 2000-01-30  Richard Henderson  <rth@cygnus.com>
15354
15355         * alpha.md (return_internal): Allow after reload only.
15356
15357 2000-01-30  Richard Henderson  <rth@cygnus.com>
15358
15359         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15360         local frame size is zero.
15361
15362 2000-01-30  Richard Henderson  <rth@cygnus.com>
15363
15364         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15365         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15366         * alpha.md (return): Turn into an expander.
15367         (return_internal): Don't use $26.
15368         (epilogue): Emit the return insn.
15369
15370 2000-01-30  Richard Henderson  <rth@cygnus.com>
15371
15372         * alpha.md (negtf2, abstf2): Fix word order thinko.
15373         (extendsftf2): New.
15374         (trunctfsf2): Avoid intermediate rounding errors.
15375
15376 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15377
15378         * cppfiles.c (find_position): Drop 'colp' argument, return the
15379         new line base.
15380         (read_and_prescan): Adjust to match.  Don't ever manipulate
15381         line or line_base except via find_position.
15382
15383 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15384
15385         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15386         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15387         Regenerate.
15388
15389 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15390
15391         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15392         just print "<command line>".  If 'filename' is null or an
15393         empty string, print "<stdin>" for the filename.
15394         * cpplib.c (do_define): Don't print the 'location of the
15395         previous definition' message if we're still parsing the
15396         command line.
15397         (cpp_pedwarn_with_file_and_line): Always call
15398         cpp_file_line_for_message.
15399
15400 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15401
15402         * flow.c (mark_regs_live_at_end): Fix typo.
15403
15404 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15405
15406         * c-common.c: Adjust variable names, comments, help strings to c99.
15407         * c-lex.c: Likewise.
15408         * c-parse.y: Likewise.
15409         * c-tree.h: Likewise.
15410         * cccp.c: Likewise.
15411         * cpplib.h: Likewise.
15412         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15413         * cppinit.c: Likewise.
15414
15415 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15416
15417         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15418         * c4x.c: Define the optab rtx values.
15419         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15420         (c4x_emit_libcall): Use new optab rtx values.
15421         (c4x_emit_libcall3): Likewise.
15422         (c4x_emit_libcall_mulhi): Likewise.
15423         * c4x-protos.h: Add prototypes for optab rtx values and change
15424         prototypes for above c4x_emit_libcall functions.
15425
15426 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15427
15428         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15429         syntax is used.
15430         (c4x_function_prologue): Use regnames intead of float_reg_names when
15431         TI syntax is used.
15432         (c4x_function_epilogue): Likewise.
15433         (c4x_print_operand): Likewise.
15434         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15435         * c4x.md (set_high): Disable for TARGET_TI.
15436
15437 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15438
15439         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15440         of framepointer + constant to ADDR_REGS class.
15441         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15442         * c4x.c (std_or_reg_operand): New function.
15443         * c4x-protos.h (std_or_reg_operand): Prototype it.
15444
15445 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15446
15447         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15448                 object names as libgcc2.c.
15449         * libgcc.S: Use newly defined names.
15450
15451 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15452         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15453         function.
15454         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15455         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15456         (FLOW_LOOP_LAST_BLOCK): Likewise.
15457
15458 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15459
15460         * basic-block.h (struct loop): New fields 'first' and 'last'.
15461         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15462         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15463         and loop->last to check for NOTE_INSN_LOOP_END.
15464
15465 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15466
15467         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15468         of the loop descriptor rather than HEADER and LATCH. Also added
15469         missing break statements as well making some coding style modifications
15470         as suggested by Michael Hayes.
15471
15472 2000-01-28  Richard Henderson  <rth@cygnus.com>
15473
15474         * flow.c (find_basic_blocks): Remove do_cleanup argument.
15475         Break out that code ...
15476         (cleanup_cfg): ... here.
15477         (commit_one_edge_insertion): Detect a return instruction being
15478         emitted to an edge.  Emit a barrier following; clear fallthru.
15479         (commit_edge_insertions): Verify CFG consistency.
15480         * function.c (expand_function_start): Kill unused variable.
15481         (expand_function_end): Likewise.
15482         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
15483         to insert the epilogue.
15484
15485         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
15486         (delete_null_pointer_checks): Likewise.
15487         * output.h: Likewise.
15488         * reg-stack.c (reg_to_stack): Likewise.
15489         * toplev.c (rest_of_compilation): Likewise.  Run
15490         thread_prologue_and_epilogue_insns after rebuilding the CFG.
15491
15492 2000-01-28  Richard Henderson  <rth@cygnus.com>
15493
15494         * Makefile.in (flow.o): Revert 24 Jan change.
15495         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
15496         FUNCTION_VALUE result to DECL_RESULT's mode.
15497
15498         * haifa-sched.c (schedule_insns): Don't recompute reg info
15499         after reload.
15500
15501 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
15502
15503         * configure.in: Make --enable-cpplib the default.
15504         * configure: Regenerate.
15505         * gcc.dg/990119-1.c: No longer expected to fail.
15506
15507 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
15508
15509         * jump.c (jump_optimize_1): Delete an optimization that is also done
15510         by merge_blocks in flow.
15511
15512 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15513
15514         * diagnostic.c (build_message_string, output_printf,
15515         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
15516         (build_location_prefix): Fix non-literal format string.
15517
15518 2000-01-27  Richard Henderson  <rth@cygnus.com>
15519
15520         * alpha.md (trunctfsf2): New.
15521
15522 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
15523
15524         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
15525
15526 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15527
15528         * cppinit.c (cpp_handle_option): Recognize C++ comments under
15529         -std=gnu89.
15530         * cpplib.c (skip_block_comment, skip_line_comment): Split code
15531         out of...
15532         (skip_comment) ... here.  Permit C++ comments in system
15533         headers always.  Warn about C++ comments in user code under
15534         -std=gnu89 -pedantic.
15535         (copy_comment): Use skip_comment.
15536         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
15537         return EOF.
15538         (consider_directive_while_skipping, do_else, do_endif): Call
15539         validate_else unconditionally.
15540         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
15541         text after the conditional in a system header.
15542         * cpplib.h (struct cpp_buffer): Add flag
15543         warned_cplusplus_comments.
15544
15545 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15546
15547         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
15548         Use unshare_all_rtl_1.
15549         (unshare_all_rtl_again): New function.
15550         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
15551
15552         * function.c (purge_addressof_1): Use unshare_all_rtl_again
15553         rather than resetting the 'used' flags ourself.
15554
15555         * toplev.c (rest_of_compilation): Add current_function_decl
15556         to the unshare_all_rtl call.
15557         * tree.h: Prototype unshare_all_rtl.
15558         * rtl.h: Prototype unshare_all_rtl_again here.
15559
15560 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15561
15562         * genoutput.c (output_prologue): Include ggc.h in generated
15563         files.
15564         * Makefile.in (insn-output.o): Depends on ggc.h.
15565
15566 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15567             Hans-Peter Nilsson  <hp@bitrange.com>
15568
15569         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
15570         Remove redundant include of xm-ns32k.h.
15571         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
15572         Remove redundant include of xm-ns32k.h.
15573         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
15574         Remove redundant include of xm-ns32k.h.
15575         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
15576
15577         * ns32k/ns32k.h: Update comment on multiply-add instructions.
15578         (TARGET_SWITCHES): Add documentation strings.
15579         (DWARF_FRAME_REGNUM): Override default definition.
15580         (REG_CLASS_CONTENTS): Add comments.
15581         (SUBSET_P): Format to reduce line length.
15582         (SMALL_REGISTER_CLASSES): Make a run time option.
15583         (GO_IF_NONINDEXED_ADDRESS): Reformat.
15584         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
15585         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
15586         (regclass_map): fix typo in comment.
15587         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
15588         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
15589         (trace, reg_or_mem_operand): Delete, unused function.
15590         (calc_address_cost): Small offsets are cheaper than large ones.
15591         (expand_block_move): Generate more efficient code when bytes is a
15592         known at compile time.
15593         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
15594         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
15595         instead of reg_or_mem_operand.
15596
15597         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
15598         not general_operand.  Similarly use "=rm" or stricter, not "=g".
15599         For input operands, use stricter constraints than "g" if not
15600         general_operand.  Similarly use stricter predicate than
15601         "general_operand" when stricter constraints than "g" are present,
15602         except for matching constraints.
15603         (movstrsi): Use "memory_operand" for operands 0 and 1.
15604         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
15605         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
15606         not reg_or_mem_operand.
15607         (udivmoddisi4): Ditto.
15608         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
15609         Use nonimmediate_operand for operand 3, not register_operand.
15610         (udivmoddiqi4_internal): Use register_operand for operand 1, not
15611         reg_or_mem_operand.
15612
15613 2000-01-27  Fred Fish  <fnf@be.com>
15614
15615         * gthr-posix.h: Fix typo; compatibily -> compatibility.
15616         * gthr-single.h: Likewise.
15617         * gthr-solaris.h: Likewise.
15618         * gthr-vxworks.h: Likewise.
15619         * gthr-win32.h: Likewise.
15620         * gthr.h: Likewise.
15621
15622 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15623
15624         * cppinit.c: Add " (cpplib)" to end of string printed by
15625         -v / --version.
15626
15627 2000-01-27  Richard Henderson  <rth@cygnus.com>
15628
15629         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
15630         testing for a signed comparison.
15631         (alpha_emit_floatuns): New.
15632         * alpha-protos.h: Declare it.
15633         * alpha.md (floatunsdisf2, floatunsdidf2): New.
15634         (extendsfdf2): Tidy.
15635
15636 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
15637
15638         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
15639         no -g option specifying debugging format, default to -gstabs+.
15640
15641 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
15642
15643         * calls.c (special_function_p): New argument fork_or_exec.
15644         (expand_call): When profile_arc_flag is set and the function
15645         is in the fork_or_exec group, call __bb_fork_func first.
15646         * libgcc2.c, _bb module (__bb_fork_func): New function.
15647         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
15648         output file.
15649         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
15650         * tree.h (special_function_p): Update prototype.
15651
15652 2000-01-26  Richard Henderson  <rth@cygnus.com>
15653
15654         * alpha.c (alpha_split_tfmode_pair): New.
15655         * alpha-protos.h: Declare it.
15656         * alpha.md (abstf2, negtf2): New.
15657         (movtf insn): Add input G constraint.
15658         (movtf splitter): Use alpha_split_tfmode_pair.
15659
15660 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15661
15662         * i386/cygwin.h: PROTO -> PARAMS.
15663
15664 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
15665
15666         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
15667         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
15668         using _Qp_cmp/_Q_cmp and testing the return value.
15669         (print_operand): Call reverse_condition_maybe_unordered if
15670         we are handling CCFPmode or CCFPEmode.
15671         Handle ORDERED, UN* and LTGT comparisons.
15672         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
15673         if not TARGET_HARD_QUAD.
15674         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
15675         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
15676         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
15677         Adjust gen_b* calls so that they reflect return comparison of
15678         sparc_emit_float_lib_cmp.
15679
15680 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15681
15682         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
15683         incoming operands array is large enough for one more operand.
15684         (alpha_emit_xfloating_arith): Likewise.
15685
15686 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15687
15688         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
15689         file with one line and no trailing newline.
15690         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
15691         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
15692         checking if the match is on the line.
15693         * fixinc/gnu-regex.c: Provide regerror not __regerror.
15694
15695 2000-01-25  Richard Henderson  <rth@cygnus.com>
15696
15697         * sparc.c (output_cbranch): Fix accidental squashing of the
15698         fp branch pre-delay nop.
15699
15700 2000-01-25  Richard Henderson  <rth@cygnus.com>
15701
15702         * tree.def (UNNE_EXPR): Remove.
15703         * c-typeck.c (build_binary_op): Don't handle it.
15704         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
15705
15706         * rtl.def (UNNE): Remove.
15707         (LTGT): Add.
15708         * jump.c (reverse_condition): Update accordingly.
15709         (swap_condition): Likewise.
15710         (comparison_dominates_p): Handle unordered comparisons.
15711         (reverse_condition_maybe_unordered): New.
15712         * rtl.h (reverse_condition_maybe_unordered): Declare.
15713
15714         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
15715         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
15716         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
15717         * sparc.md (bltgt): New.
15718
15719 2000-01-25  Nick Clifton  <nickc@redhat.com>
15720
15721         * emit-rtl.c (emit_insn): Only check machine class insns for
15722         improper emission of a RETURN.
15723
15724 2000-01-25  Richard Henderson  <rth@cygnus.com>
15725
15726         * Makefile.in (flow.o): Depend on $(EXPR_H).
15727         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
15728         duplicate the structure of diddle_return_value for keeping regs live.
15729
15730 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15731
15732         * loop.c (current_loop_info): Delete.
15733         (consec_sets_invariant_p): Add loop argument, update callers.
15734         (get_condition_for_loop): Likewise.
15735         (count_nonfixed_reads, update_giv_derive): Likewise.
15736         (simplify_giv_expr, general_induction_var): Likewise.
15737         (consec_sets_giv, recombine_givs): Likewise.
15738         (move_movables): Delete loop_start and loop_end arguments,
15739         add loop argument, and update callers.
15740         (find_mem_givs, check_final_value): Likewise.
15741         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
15742         (loop_invariant_p): Rename from invariant_p, add loop argument, and
15743         update callers.
15744         (basic_induction_var): Add loop argument, delete loop_level argument,
15745         and update callers.
15746         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
15747         add loop argument, and update callers.
15748         (find_splittable_regs, find_splittable_givs): Likewise.
15749         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
15750         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
15751         (biv_total_increment): Delete loop_start and loop_end arguments;
15752         update callers.
15753         (precondition_loop_p): Delete loop_start and loop_info arguments;
15754         update callers.
15755         * loop.h (get_condition_for_loop): Add loop argument.
15756         (biv_total_increment): Delete loop_start and loop_end arguments.
15757         (precondition_loop_p): Delete loop_start and loop_info arguments;
15758         add loop argument.
15759         (final_biv_value): Delete loop_start and loop_end arguments;
15760         add loop argument.
15761         (final_giv_value, back_branch_in_range_p): Likewise.
15762
15763 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15764
15765         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
15766
15767 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15768
15769         * Makefile.in (c-gperf.h) : Change the "See" pointer to
15770         point to the new "generated_files" doc.
15771
15772 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15773
15774         * config/fp-bit.c (_unord_f2): Fix typo.
15775
15776 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15777
15778         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
15779         c-typeck.c, objc/objc-act.c: Remove all references to obstack
15780         functions obsoleted by GC, such as push_obstacks_nochange,
15781         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
15782         and code which existed only to decide whether or not to call
15783         them.  Remove now-unused NESTED argument from start_function;
15784         all callers changed.  Do not change behavior based on ggc_p.
15785         The use of the ixp_obstack in c-iterate.c and the util_obstack
15786         in objc/objc-act.c remain; these are not obsoleted by garbage
15787         collection.
15788         * c-tree.h: Update prototype for start_function.
15789
15790         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
15791
15792 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15793
15794         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
15795         mips16.
15796
15797 2000-01-25  Richard Henderson  <rth@cygnus.com>
15798
15799         * sparc-protos.h (select_cc_mode): Declare.
15800         * sparc.c (select_cc_mode): New.  Handle unordered compares.
15801         (output_cbranch): Always reverse via code change.  Handle
15802         unordered compares.  Factor tests and string updates.
15803         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
15804         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
15805         * sparc.md (bunordered, bordered): New.
15806         (bungt, bunlt, buneq, bunge, bunle): New.
15807
15808 2000-01-25  Richard Henderson  <rth@cygnus.com>
15809
15810         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
15811         * ggc-common.c (ggc_add_rtx_varray_root): New.
15812         (ggc_mark_rtx_varray): New.
15813         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
15814         functions down below ggc_mark_foo.
15815         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
15816
15817 2000-01-25  Richard Henderson  <rth@cygnus.com>
15818
15819         * alpha.c (secondary_reload_class): Don't allocate a secondary
15820         for integral mode memories into FLOAT_REGS.  Rearrange the more
15821         complicated memory expression inward.
15822
15823 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15824
15825         * inclhack.def: Fixes to play nicer with FreeBSD, and
15826         corrections to comments.
15827         (cxx_unready): Add select expression.
15828         (irix_sockaddr): Add bypass expression.
15829         (machine_ansi_h_va_list): New fix.
15830         (stdio_va_list): No need to edit _BSD_VA_LIST_.
15831         Split out addition of "#include <stdarg.h>" to...
15832         (stdio_stdarg_h): ... here.
15833         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
15834         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
15835         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
15836         size_t.
15837         (ultrix_ifdef): Tighten up select expression.
15838
15839         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
15840         re_ct and max_mach to avoid use of shell.  Make printed names
15841         match names in inclhack.def.  Use static copyright date.
15842         Don't count c_test and test expressions as requiring regex_t
15843         slots.  Add some commentary.
15844         * inclhack.tpl: Do not include the 'This script contains N
15845         fixup scripts' line if PROGRAM is defined.  Use static
15846         copyright date.
15847
15848 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15849
15850         * dwarf2out.c: include "varray.h", not dyn-string.h.
15851         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
15852         (addr_const_to_string, addr_to_string): Lose.
15853         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
15854         (struct dw_val_struct): val_addr is now an rtx.
15855         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
15856         (used_rtx_varray): New varray.
15857         (dwarf2out_init): Initialize it.
15858         (save_rtx): New fn.
15859         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
15860         addr_to_string.
15861         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
15862         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
15863         * Makefile.in (dwarf2out.o): Update dependencies.
15864
15865 2000-01-24  Richard Henderson  <rth@cygnus.com>
15866
15867         * i386.c (i386_dwarf_output_addr_const): New.
15868         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
15869
15870         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
15871         if defined.
15872         * dwarfout.c (output_mem_loc_descriptor): Likewise.
15873         * i386.c (i386_simplify_dwarf_addr): New.
15874         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
15875
15876 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
15877
15878         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
15879         TYPE_STUB_DECL is NULL.
15880
15881 2000-01-24  Richard Henderson  <rth@cygnus.com>
15882
15883         * builtins.c (expand_tree_builtin): Move ...
15884         * c-common.c (expand_tree_builtin): ... here.
15885
15886 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15887
15888         * loop.h (LOOP_INFO): New accessor macro.
15889         * basic-block.h (struct loop): Rename field `info' to `aux'.
15890         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
15891         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
15892         * unroll.c (loop_iterations, unroll_loop): Likewise.
15893
15894 2000-01-24  Christopher Faylor <cgf@cygnus.com>
15895
15896         * config/i386/t-cygwin: Accomodate new winsup directory layout
15897         when searching for include files.
15898
15899 2000-01-24  Richard Henderson  <rth@cygnus.com>
15900
15901         * rtl.def: Add unordered fp comparisions.
15902         * tree.def: Likewise.
15903         * tree.h: Add ISO C 9x unordered fp comparision builtins.
15904
15905         * builtins.c (expand_tree_builtin): New function.
15906         * c-typeck.c (build_function_call): Use it.
15907         (build_binary_op): Support unordered compares.
15908         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
15909
15910         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
15911         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
15912         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
15913         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
15914         * jump.c (reverse_condition): Don't abort for UNLE etc, but
15915         return UNKNOWN.
15916         (swap_condition): Handle unordered compares.
15917         (thread_jumps): Check can_reverse before reversing.
15918         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
15919         reversed for FP.
15920
15921         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
15922         setcc is present before acking for cmp_optab.  Update all callers.
15923         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
15924         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
15925         * expr.c (expand_expr): Likewise.  Support unordered compares.
15926         (do_jump, do_store_flag): Likewise.
15927         * expr.h (enum libfunc_index): Add unordered compares.
15928
15929         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
15930         (DPBIT_FUNCS): Add _unord_df.
15931         * config/fp-bit.c (_unord_f2): New.
15932         * fp-test.c (main): Try unordered compare builtins.
15933
15934         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
15935         * alpha.c (alpha_comparison_operator): Check mode properly.
15936         (alpha_swapped_comparison_operator): Likewise.
15937         (signed_comparison_operator): Likewise.
15938         (alpha_fp_comparison_operator): New.
15939         (alpha_emit_conditional_branch): Handle unordered compares.
15940         * alpha.h (PREDICATE_CODES): Update.
15941         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
15942         (bunordered, bordered): New.
15943
15944 2000-01-24  Richard Henderson  <rth@cygnus.com>
15945
15946         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
15947         * alpha.md (movtf): New expander, insn, and splitter.
15948
15949 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
15950
15951         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15952         dead registers.
15953
15954 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
15955
15956         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
15957         (FIXED_REGISTERS, CALL_USED_REGISTERS,
15958          REG_ALLOC_ORDER): Add frame pointer
15959         (FRAME_POINTER_REGNUM): Set to 20
15960         (HARD_FRAME_POINTER_REGNUM): New macro.
15961         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
15962         to HARD_FRAME_POINTER.
15963         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
15964         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
15965         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
15966         (HI_REGISTER_NAMES): Add "frame".
15967         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
15968         (debug_reg): Handle FRAME_POINTER_REGNUM.
15969         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
15970         GENERAL_REGS and INDEX_REGS.
15971         * i386.c (SAVED_REGS_FIRST): new macro.
15972         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
15973         (ix86_decompose_address, memory_address_length): Likewise.
15974         (regclass_map): Add frame pointer.
15975         (call_insn_operand): Handle frame_pointer_rtx.
15976         (reg_no_sp_operand): Likewise.
15977         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
15978         (print_operand, legitimize_pic_address): Fix formating.
15979         (ix86_compute_frame_size): Make static, update prototype, new
15980         parameters padding1, padding2, use ix86_nsaved_regs, use
15981         stack_alignment_needed.
15982         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
15983         to HARD_FRAME_POINTER_REGNUM conversions.
15984         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
15985         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
15986         (print_reg): Abort on FRAME_POINTER_REGNUM
15987
15988 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15989
15990         * i386.h (PREDICATE_CODES): Add aligned_operand.
15991         * i386.c (aligned_operand): New function.
15992         (ix86_aligned_p): Kill.
15993         * i386.md (movhi_1): Emit mov for aligned operands.
15994         (promoting peep2s): Use aligned_operand.
15995
15996 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
15997
15998         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
15999         expression to allow underscores in macro names.
16000         (fix_char_macro_defines): Increment scanning pointer.
16001
16002 2000-01-23  Richard Henderson  <rth@cygnus.com>
16003
16004         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16005         * alpha/osf5.h: New file.
16006         * configure.in (alpha-*-osf5): Add it to tm_file.
16007
16008         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16009
16010         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16011         (alpha_emit_xfloating_cvt, function_arg): Declare.
16012         * alpha.c (alpha_emit_conditional_branch): Call
16013         alpha_emit_xfloating_compare for TFmode compares.
16014         (alpha_lookup_xfloating_lib_func): New.
16015         (alpha_compute_xfloating_mode_arg): New.
16016         (alpha_emit_xfloating_libcall): New.
16017         (alpha_emit_xfloating_arith): New.
16018         (alpha_emit_xfloating_compare): New.
16019         (alpha_emit_xfloating_cvt): New.
16020         (print_operand): Add default abort case.
16021         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16022         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16023         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16024         (RETURN_IN_MEMORY): True for TF/TCmode.
16025         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16026         (FUNCTION_ARG): Move to function_arg.
16027         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16028         (ASM_OUTPUT_LONG_DOUBLE): New.
16029         (ASM_OUTPUT_DOUBLE): Always output bits.
16030         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16031         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16032         (extenddftf2, trunctfdf2): New.
16033
16034 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16035
16036         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16037         * config/sparc/sol2.h: ... here.
16038
16039 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16040
16041         * basic-block.h (struct loops): New field `levels'.
16042         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16043         (flow_loop_level_compute): Initialise level to 1.
16044         (flow_loops_find): Set loops->levels.
16045         (flow_loops_dump): Print loops->levels.
16046
16047 2000-01-23  Richard Henderson  <rth@cygnus.com>
16048
16049         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16050         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16051
16052 2000-01-23  Richard Henderson  <rth@cygnus.com>
16053
16054         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16055         * i386.h (DBX_REGISTER_NUMBER): Use them.
16056         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16057         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16058         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16059         * i386/sequent.h: Kill incorrect comment.
16060
16061 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16062
16063         * ggc-page.c (struct page_entry): Make `context_depth' an
16064         `unsigned short'.
16065         (struct globals): Likewise.
16066
16067 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16068
16069         * loop.c (check_dbra_loop): When checking a loop for
16070         reversability, check the source of any stores to ensure
16071         they don't depend on an initial value.
16072
16073 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16074
16075         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16076
16077 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16078
16079         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16080         'pz_scan' into scope of entire function.  Only affects
16081         compiles with -DDEBUG.
16082
16083 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16084
16085         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16086         section naming to that prior to 2000-01-07 patch.
16087         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16088         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16089         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16090         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16091         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16092
16093 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16094
16095         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16096         constant.
16097
16098 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16099
16100         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16101         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16102
16103 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16104
16105         * cpphash.c (change_newlines): Delete function.
16106         (struct argdata): Delete 'newlines' and 'use_count' fields.
16107         (macroexpand): Remove code referencing those fields.
16108
16109 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16110
16111         * loop.c (loops_info): New variable.
16112         (loop_optimize): Allocate loops->array and free it on exit.
16113         Allocate memory for loops_info and assign to each loop,
16114         replacing alloca.
16115         (find_and_verify_loops): Do not allocate loops->array.
16116
16117 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16118
16119         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16120
16121 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16122
16123         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16124         pseudos if expanded after first flow.
16125         (movdi_pic_label_ref): Likewise.
16126
16127 2000-01-20  Richard Henderson  <rth@cygnus.com>
16128
16129         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16130
16131 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16132
16133         * Makefile.in (fixinc.sh): Depend on specs.
16134         * fixinc/Makefile.in: Add rule to create machname.h.
16135         (fixlib.o): Depend on machname.h.
16136         * fixinc/fixtests.c (machine_name): New test.
16137         * fixinc/fixfixes.c (machine_name): New fix.
16138         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16139         the machine_name test and fix.
16140         * fixinc/fixlib.h: Prototype it.
16141         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16142         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16143
16144         * gcc.c (do_spec_1) [case P]: Take care not to create
16145         identifiers with three leading or trailing underscores.
16146
16147         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16148         (fixincl): Don't specify libraries twice on link line.
16149         (gnu-regex.o): Remove special rule.
16150         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16151         defined by config.h.  Do not define _REGEX_RE_COMP.
16152         (regcomp): Allocate and initialize a fastmap.
16153         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16154
16155 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16156
16157         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16158
16159 2000-01-19  Richard Henderson  <rth@cygnus.com>
16160
16161         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16162         arguments with BB.  Update all callers.  Tidy line wrapping.
16163
16164 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16165
16166         * emit-rtl.c (try_split): Return last_insn if we split the
16167         last_insn.
16168
16169 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16170
16171         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16172         (ix86_initial_elimination_offset): Declare.
16173         * i386.c (ix86_nsaved_regs): Break out from ...
16174         (ix86_can_use_return_insn_p): ... here.
16175         (ix86_emit_save_regs): Break out from ...
16176         (ix86_expand_prologue): ... here.
16177         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16178         out from ...
16179         (ix86_expand_epilogue): ... here.
16180         (ix86_compute_frame_size): Make static, add prototype.
16181         (ix86_initial_elimination_offset): Break out from ...
16182         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16183
16184 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16185
16186         * recog.h (OUT_FCN): Delete.
16187
16188         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16189
16190 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16191
16192         * cppalloc.c: PROTO -> PARAMS.
16193         * cpperror.c: Likewise.
16194         * cppfiles.c: Likewise.
16195         * cpplib.c: Likewise.
16196         * cpplib.h: Likewise.
16197
16198         * config/arm/arm-protos.h: PROTO -> PARAMS.
16199         * config/arm/arm.c: Likewise.
16200         * config/c4x/c4x.c: Likewise.
16201         * config/fr30/fr30-protos.h: Likewise.
16202         * config/nextstep.c: Likewise.
16203         * config/pa/pa.c: Likewise.
16204         * config/pj/pj.c: Likewise.
16205         * config/rs6000/rs6000.c: Likewise.
16206         * config/v850/v850-protos.h: Likewise.
16207         * config/v850/v850.c: Likewise.
16208
16209 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16210
16211         * i370-protos.h: New file.
16212
16213         * i370.c: Include tm_p.h.  Fix compile time warnings.
16214
16215         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16216         warnings.
16217
16218         * i370.md: Likewise.
16219
16220 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16221
16222         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16223         (target_isinf, target_isnan, eisnan): Mark parameter with
16224         ATTRIBUTE_UNUSED.
16225         (eiisinf): Wrap in INFINITY.
16226         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16227         (ibmtoe): Remove unused variable `rndsav'.
16228
16229 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16230
16231         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16232         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16233
16234 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16235
16236         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16237         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16238         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16239
16240         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16241         Recognize Emacs mode markers also.
16242         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16243         C++ comments in C++ headers.  Call is_cxx_header only if
16244         necessary.
16245
16246         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16247         bypass for ncurses.
16248         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16249         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16250         ... these, which use the new C fixes.
16251         (math_exception): Escape literal '+' in bypass expression.
16252
16253         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16254         Regenerate.
16255
16256 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16257
16258         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16259         inside the MEM.
16260
16261 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16262
16263         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16264         prior to calling scan_loop.
16265
16266 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16267
16268         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16269         (split_branches, calc_live_regs): Likewise.
16270
16271 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16272
16273         * sh.md (fpu_single, fp_mode): New attributes.
16274
16275 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16276
16277         * loop.c (current_loop_info): Renamed from loop_info_data
16278         and changed to a pointer.
16279         (loop_optimize): Allocate loop_info structure for each loop
16280         and initialise to zero.
16281         (scan_loop): Set current_loop_info.
16282
16283         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16284         on iteration_var.
16285
16286 2000-01-19  Richard Henderson  <rth@cygnus.com>
16287
16288         * stupid.c: Die die die.
16289         * Makefile.in (OBJS): Remove stupid.o.
16290         (stupid.o): Likewise.
16291
16292         * except.c (emit_eh_context): Don't emit USEs for stupid.
16293         * explow.c (probe_stack_range): Likewise.
16294         * flags.h (obey_regdecls): Remove.
16295         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16296         when not optimizing.
16297         (life_analysis): Limit data collection when not optimizing.
16298         (mark_regs_live_at_end): Always mark the return value registers.
16299         (mark_used_regs): Remove dummy RETURN case.
16300         (print_rtl_with_bb): Don't consult obey_regdecls.
16301         * function.c (use_variable, use_variable_after): Remove.
16302         (assign_parms): Consult optimize not obey_regdecls.
16303         (expand_function_start): Don't emit USEs for stupid.
16304         (expand_function_end): Likewise.
16305         * global.c (build_insn_chain): Export.
16306         * integrate.c (expand_inline_function): Kill return-value USE
16307         handling code.
16308         * jump.c (jump_optimize_1): Do simple jump optimizations and
16309         dead code elimination.
16310         (calculate_can_reach_end): Remove check_deleted argument.
16311         (delete_insn): Patch out insns even when not optimizing.
16312         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16313         * rtl.h (use_variable, use_variable_after): Remove declarations.
16314         (build_insn_chain): Declare.
16315         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16316         (expand_end_bindings): Likewise.
16317         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16318         * toplev.c (obey_regdecls): Remove.
16319         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16320         flow1, local-alloc, and reload.
16321         (main): Don't set obey_regdecls.
16322
16323         * config/nextstep.c (handle_pragma): Likewise.
16324
16325         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16326
16327         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16328
16329 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16330
16331         * alpha-protos.h: PROTO -> PARAMS.
16332         * alpha.c: Likewise.
16333         * elf.h: Likewise.
16334         * h8300.c: Likewise.
16335         * i386-protos.h: Likewise.
16336         * i386.c: Likewise.
16337         * m32r-protos.h: Likewise.
16338         * m32r.c: Likewise.
16339         * mips.c: Likewise.
16340         * mips.md: Likewise.
16341         * gmon-sol2.c: Likewise.
16342         * sparc.c: Likewise.
16343
16344 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16345
16346         * ns32k-protos.h: New file.
16347
16348         * ns32k.c: Fix compile time warnings.
16349
16350         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16351         warnings.
16352
16353         * ns32k.md: Likewise.
16354
16355 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16356
16357         * vax-protos.h: New file.
16358
16359         * vax.c: Fix compile time warnings.
16360
16361         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16362         warnings.
16363
16364         * vax.md: Likewise.
16365
16366         * vaxv.md: Likewise.
16367
16368 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16369
16370         * romp-protos.h: New file.
16371
16372         * romp.c: Fix compile time warnings.
16373
16374         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16375         warnings.
16376
16377         * romp.md: Likewise.
16378
16379 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16380
16381         * we32k-protos.h: New file.
16382
16383         * we32k.c: Fix compile time warnings.
16384
16385         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16386         warnings.
16387
16388 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16389
16390         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16391
16392         * except.c (eh_regs): Likewise.
16393
16394         * final.c (output_operand): Likewise.
16395
16396         * fold-const.c (target_isinf, target_isnan): Likewise.
16397
16398 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16399
16400         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16401         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16402
16403         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16404         when optimize_size.
16405         (clrstrsi): Rewrite.
16406         (strsethi, strsetqi): New expanders.
16407         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16408         (cmpstrsi): Emit compare insn before cmpstrsi_1
16409         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16410         (strlensi_1): Likewise.
16411         (cmpstrsi_1): Likewise; do not output compare.
16412         (strlen expander): Do not unroll when optimizing for size.
16413         (*subsi3_carry): Rename to subsi3_carry
16414         (addqi3_cc): New pattern.
16415         * i386.h (processor_costs): Add move_ratio field.
16416         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16417         * i386.c (*_cost): Set move_ratio.
16418         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16419         (x86_expand_strlensi_1): Rewrite the main loop.
16420
16421 2000-01-17  Richard Henderson  <rth@cygnus.com>
16422
16423         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16424         * cse.c (find_comparison_args, fold_rtx): Likewise.
16425         * integrate.c (subst_constants): Likewise.
16426         * loop.c (get_condition): Likewise.
16427
16428         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16429
16430         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16431
16432 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16433
16434         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16435         (RESTORE_WARN_FLAGS): Unpack it.
16436         Change semantic type of extension to ttype.
16437         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16438         * c-parse.y, c-parse.c, objc/objc-parse.y,
16439         objc/objc-parse.c: Regenerate.
16440
16441 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16442
16443         * fixinc/fixlib.c: Add copyright notice.
16444         (compile_re): New function.
16445         * fixinc/fixlib.h: Prototype compile_re.
16446
16447         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16448         Use compile_re to compile regular expressions.
16449
16450         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16451         where the pattern matched.
16452
16453         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16454         use 'replace'.
16455         (ultrix_ansi_compat): Likewise.
16456         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16457         add egrep test.
16458         (interactv_add2, interactv_add3): Delete.
16459         (x11_sprintf): Don't use filename glob.
16460         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16461         Regenerate.
16462
16463 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16464
16465         * print-rtl.c: PROTO -> PARAMS.
16466         * real.c: Likewise.
16467         * reg-stack.c: Likewise.
16468         * resource.c: Likewise.
16469         * sdbout.h: Likewise.
16470         * simplify-rtx.c: Likewise.
16471         * stor-layout.c: Likewise.
16472         * stupid.c: Likewise.
16473         * xcoffout.c: Likewise.
16474         * xcoffout.h: Likewise.
16475
16476 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16477
16478         * toplev.c: PROTO -> PARAMS.
16479         * toplev.h: Likewise.
16480         * tree.c: Likewise.
16481         * tree.h: Likewise.
16482         * unroll.c: Likewise.
16483         * varasm.c: Likewise.
16484         * varray.c: Likewise.
16485         * varray.h: Likewise.
16486
16487 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16488
16489         * reload.c: PROTO -> PARAMS.
16490         * reload.h: Likewise.
16491         * reload1.c: Likewise.
16492         * reorg.c: Likewise.
16493         * resource.h: Likewise.
16494         * rtl.c: Likewise.
16495         * rtl.h: Likewise.
16496         * rtlanal.c: Likewise.
16497         * sbitmap.h: Likewise.
16498         * sdbout.c: Likewise.
16499         * stack.h: Likewise.
16500         * stmt.c: Likewise.
16501         * system.h: Likewise.
16502
16503 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16504
16505         * machmode.h: PROTO -> PARAMS.
16506         * mbchar.h: Likewise.
16507         * mips-tdump.c: Likewise.
16508         * mips-tfile.c: Likewise.
16509         * optabs.c: Likewise.
16510         * output.h: Likewise.
16511         * prefix.c: Likewise.
16512         * profile.c: Likewise.
16513         * protoize.c: Likewise.
16514         * real.h: Likewise.
16515         * recog.c: Likewise.
16516         * recog.h: Likewise.
16517         * regclass.c: Likewise.
16518         * regmove.c: Likewise.
16519         * regs.h: Likewise.
16520
16521 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16522
16523         * ggc-common.c: PROTO -> PARAMS.
16524         * ggc-page.c: Likewise.
16525         * ggc-simple.c: Likewise.
16526         * ggc.h: Likewise.
16527         * global.c: Likewise.
16528         * graph.c: Likewise.
16529         * gthr-win32.h: Likewise.
16530         * haifa-sched.c: Likewise.
16531         * halfpic.h: Likewise.
16532         * integrate.c: Likewise.
16533         * integrate.h: Likewise.
16534         * jump.c: Likewise.
16535         * lcm.c: Likewise.
16536         * local-alloc.c: Likewise.
16537         * loop.c: Likewise.
16538         * loop.h: Likewise.
16539
16540 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16541
16542         * genattr.c: PROTO -> PARAMS.
16543         * genattrtab.c: Likewise.
16544         * gencheck.c: Likewise.
16545         * gencodes.c: Likewise.
16546         * genconfig.c: Likewise.
16547         * genemit.c: Likewise.
16548         * genextract.c: Likewise.
16549         * genflags.c: Likewise.
16550         * gengenrtl.c: Likewise.
16551         * genopinit.c: Likewise.
16552         * genoutput.c: Likewise.
16553         * genpeep.c: Likewise.
16554         * genrecog.c: Likewise.
16555
16556 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
16557
16558         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
16559
16560 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16561
16562         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
16563         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
16564         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
16565         * configure, config.in: Rebuilt.
16566
16567 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
16568
16569         * config/i386/i386.md: Add peephole to merge successive stack
16570         adjusts.
16571
16572 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
16573
16574         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
16575         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
16576         when walking backwards to find all the parameter loads when
16577         the basic block ends in a call.
16578
16579 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16580
16581         * loop.c (this_loop_info): Delete.
16582         (uid_loop): Add in place of uid_loop_num.  All uses updated.
16583         (loop_number_exit_count): Delete and replace with entry in loop
16584         structure.  All uses updated.
16585         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16586         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16587         (loop_outer_loop): Likewise.
16588         (loop_invalid, loop_number_exit_labels): Likewise.
16589         (loop_used_count_register): Delete and replace with entry in
16590         loop_info structure.
16591         (find_and_verify_loops): Add loops argument.
16592         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
16593         loop_end, etc. arguments with loop structure pointer.  All callers
16594         changed.
16595         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
16596         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
16597         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
16598         (insert_bct): Likewise.
16599         (basic_induction_var): New argument level.
16600         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
16601         vtop, and cont.  Add used_count_register.
16602         (uid_loop): Delete declaration.
16603         (loop_number_exit_count): Likewise.
16604         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16605         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16606         (loop_outer_loop, loop_used_count_register): Likewise.
16607         (loop_invalid, loop_number_exit_labels): Likewise.
16608         (unroll_loop): Replace loop_start and loop_end arguments
16609         with loop structure pointer.
16610         (loop_precondition_p, loop_iterations): Likewise.
16611         Include basic-block.h.
16612         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
16613         with loop structure pointer.
16614         (loop_precondition_p, loop_iterations): Likewise.
16615         * basic-block.h (struct loop): New entries vtop, cont,
16616         cont_dominator, start, end, top, scan_start, exit_labels,
16617         exit_count.
16618         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
16619
16620 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16621
16622         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
16623
16624 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
16625
16626         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
16627
16628 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16629
16630         * pdp11-protos.h: New file.
16631
16632         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
16633         time warnings.
16634
16635         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
16636         warnings.
16637
16638         * pdp11.md: Likewise.
16639
16640         * 2bsd.h: Likewise.
16641
16642 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16643
16644         * mn10300-protos.h: New file.
16645
16646         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16647         time warnings.
16648
16649         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
16650         warnings.
16651
16652         * mn10300.md: Likewise.
16653
16654 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16655
16656         * mn10200-protos.h: New file.
16657
16658         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
16659         time warnings.
16660
16661         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
16662         warnings.
16663
16664         * mn10200.md: Likewise.
16665
16666 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16667
16668         * h8300-protos.h: New file.
16669
16670         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16671         time warnings.
16672
16673         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
16674         warnings.
16675
16676         * h8300.md: Likewise.
16677
16678 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16679
16680         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
16681         (asm_emit_uninitialised): Likewise.
16682
16683 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
16684
16685         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
16686         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
16687
16688 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16689
16690         * config/mips/mips.c (override_options): Don't turn on extra
16691         alignment for mips16.
16692
16693 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16694
16695         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
16696         eabi, and make sure queued POSTINCREMENT rtl is emitted at
16697         the right point.
16698
16699 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16700
16701         * builtins.c (PAD_VARARGS_DOWN): Define.
16702         (std_expand_builtin_va_arg): Use the above macro.
16703         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
16704         * tm.texi (Register Arguments): Document the above macro.
16705
16706 2000-01-14  Nick Clifton  <nickc@cygnus.com>
16707
16708         * emit-rtl.c (emit_insn): If checking is enabled, make sure
16709         that this function has not been used to emit a jump
16710         instruction.
16711
16712         * jump.c (return_jump_1): Cope with being passed a null rtx.
16713
16714 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16715
16716         * eh-common.h: PROTO -> PARAMS.
16717         * emit-rtl.c: Likewise.
16718         * errors.c: Likewise.
16719         * errors.h: Likewise.
16720         * except.c: Likewise.
16721         * except.h: Likewise.
16722         * explow.c: Likewise.
16723         * expmed.c: Likewise.
16724         * expr.c: Likewise.
16725         * expr.h: Likewise.
16726         * final.c: Likewise.
16727         * fix-header.c: Likewise.
16728         * flow.c: Likewise.
16729         * fold-const.c: Likewise.
16730         * function.c: Likewise.
16731         * function.h: Likewise.
16732         * gcc.c: Likewise.
16733         * gcov-io.h: Likewise.
16734         * gcov.c: Likewise.
16735         * gcse.c: Likewise.
16736
16737 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16738
16739         * sh-protos.h: New file.
16740
16741         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
16742         Add static prototypes.  Fix compile time warnings.
16743
16744         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
16745         * sh.md: Likewise.
16746         * elf.h: Likewise.
16747
16748 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16749
16750         * arc-protos.h: New file.
16751
16752         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
16753         time warnings.
16754
16755         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
16756         warnings.
16757
16758         * arc.md: Likewise.
16759
16760 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16761
16762         * dsp16xx-protos.h: New file.
16763
16764         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
16765         time warnings.
16766
16767         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
16768         warnings.
16769
16770         * dsp16xx.md: Likewise.
16771
16772 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16773
16774         * convex-protos.h: New file.
16775
16776         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
16777         time warnings.
16778
16779         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
16780         warnings.
16781
16782 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16783
16784         * elxsi-protos.h: New file.
16785
16786         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
16787         time warnings.
16788
16789         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
16790         warnings.
16791
16792         * elxsi.md: Likewise.
16793
16794 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16795
16796         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
16797         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
16798         match the comment for MIPS16.
16799
16800 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
16801
16802         * flow.c (split_edge): Do not call set_block_for_insn if we
16803         do not have a basic_block_for_insn structure.
16804
16805         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
16806         and destination functions are 32bit aligned within the trampoline.
16807         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
16808         (TRAMPOLINE_ALIGNMENT): Define.
16809
16810         * cse.c (cse_insn): When changing (set (pc) (reg)) to
16811         (set (pc) (label_ref)), verify the change creates a valid insn.
16812
16813         * fr30.c (call_operand): Tighten and rework to match rules for
16814         call RTL expressions.
16815         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
16816         * fr30.md (call patterns): Improve constraints.
16817
16818 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
16819
16820         * fr30.c (fr30_expand_epilogue): Revert last change.
16821         Use emit_jump_insn for the return insn.
16822
16823 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
16824                           Stan Cox  <scox@cygnus.com>
16825
16826         * predict.c: New file. Preliminary infrastructure work for static
16827         branch prediction and basic block reordering.
16828         * basic-block.h: Add prototype for estimate_probability.
16829         * Makefile.in: Add rules for predict.o.
16830
16831 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
16832
16833         * fixincludes (va_list): Use __not_va_list__ for the dummy.
16834         * fixinc/*: Likewise.
16835
16836 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16837
16838         * cccp.c: PROTO -> PARAMS.
16839         * cexp.y: Likewise.
16840         * collect2.c: Likewise.
16841         * combine.c: Likewise.
16842         * convert.h: Likewise.
16843         * cse.c: Likewise.
16844         * dbxout.c: Likewise.
16845         * dbxout.h: Likewise.
16846         * diagnostic.c: Likewise.
16847         * doprint.c: Likewise.
16848         * dwarf2out.c: Likewise.
16849         * dwarf2out.h: Likewise.
16850         * dwarfout.c: Likewise.
16851         * dwarfout.h: Likewise.
16852         * dyn-string.h: Likewise.
16853
16854 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16855
16856         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
16857         macro conditionals guarding use.
16858
16859         * dwarf2out.c: Include "tm_p.h".
16860
16861         * function.c (locate_and_pad_parm): Mark parameter with
16862         ATTRIBUTE_UNUSED.
16863         (expand_function_end): Likewise for variable `context'.
16864
16865         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
16866
16867 2000-01-13  Nick Clifton  <nickc@cygnus.com>
16868
16869         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
16870         register to prevent compile time warnings.
16871
16872 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
16873
16874         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
16875         to avoid -Wtraditional warning.
16876
16877 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16878
16879         * 1750a-protos.h: New file.
16880
16881         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
16882         time warnings.
16883
16884         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
16885         warnings.
16886
16887         * 1750a.md: Likewise.
16888
16889 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16890
16891         * a29k-protos.h: New file.
16892
16893         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16894         time warnings.
16895
16896         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
16897         warnings.
16898
16899 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16900
16901         * clipper-protos.h: New file.
16902
16903         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
16904         time warnings.
16905
16906         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
16907         warnings.
16908
16909 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16910
16911         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
16912
16913 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
16914
16915         * configure.in (--enable-new-gxx-abi): New option.
16916         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
16917         * Makefile.in (GXX_ABI_FLAG): New variable.
16918         * configure: Regenerate.
16919
16920 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16921
16922         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
16923         * tm.texi (FORCE_STRUCT_BLK): Document.
16924         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
16925
16926 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
16927
16928         * config/ns32k/ns32k.md: Revert Jan 9 change.
16929
16930         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
16931         to a mode-test, if the predicate is address_operand.
16932
16933 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
16934
16935         * combine.c (if_then_else_cond): Be careful about what kinds
16936         of RTL expressions are passed to operand_subword.
16937
16938         * flow.c (split_edge): If we have to insert a new jump, make
16939         sure to associate it with a basic block.
16940
16941         * flow.c (commit_one_edge_insertion): A block with one successor
16942         can end in a JUMP_INSN that is not a simplejump.
16943
16944 2000-01-12  Robert Lipe  <robertl@sco.com>
16945
16946         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
16947         (BUILD_VA_LIST_TYPE): Define.
16948         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
16949         with crtstuff.c.
16950
16951 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
16952
16953         * cccp.c (do_pragma): Add cast to (char *).
16954
16955 2000-01-12  Richard Henderson  <rth@cygnus.com>
16956             Fred Fish  <fnf@be.com>
16957             Jason Merrill  <jason@cygnus.com>
16958
16959         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
16960         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
16961         * i386/beos-elf.h, i386/beos-pe.h: New files.
16962
16963         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
16964         * cross-make (SYSTEM_HEADER_DIR): Define using
16965         CROSS_SYSTEM_HEADER_DIR.
16966
16967         * gcc.c (LIBRARY_PATH_ENV): Provide default.
16968         (process_command): Use it.
16969         (main): Likewise.  Kill trailing = from env vars.
16970         (build_search_list): Put it back.
16971         * collect2.c (main): Use LIBRARY_PATH_ENV.
16972
16973         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
16974         * toplev.c: Use NEED_DECLARATION_ENVIRON.
16975
16976         * tm.texi (Frame Layout): Document SMALL_STACK.
16977         * c-common.c (c_common_nodes_and_builtins): Check it.
16978
16979         * system.h: Undef alloca after including glibc's <stdlib.h>,
16980         if USE_C_ALLOCA is defined.
16981
16982         * gcc.c (set_input): New fn.
16983         (main): After all input files are compiled, reset the input file
16984         info to the first.
16985
16986         * aclocal.m4 (rindex, index): If already defined, don't attempt
16987         to redefine.
16988
16989         * ginclude/varargs.h: (__va_list__): Define ifndef.
16990         * ginclude/stdarg.h: Likewise.
16991
16992         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
16993         instead of unsigned char.
16994
16995         * hash.h (true, false, boolean): Undef before enum.
16996
16997         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
16998         proper type of "HOST_WIDE_INT *", rather than their natural type of
16999         "unsigned HOST_WIDE_INT *".
17000
17001 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17002
17003         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17004
17005         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17006
17007         * regclass.c (choose_hard_reg_mode): Likewise.
17008
17009         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17010
17011         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17012
17013 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17014
17015         * c-common.c: PROTO -> PARAMS.
17016         * c-common.h: Likewise.
17017         * c-decl.c: Likewise.
17018         * c-iterate.c: Likewise.
17019         * c-lang.c: Likewise.
17020         * c-lex.c: Likewise.
17021         * c-lex.h: Likewise.
17022         * c-parse.in: Likewise.
17023         * c-pragma.c: Likewise.
17024         * c-pragma.h: Likewise.
17025         * c-tree.h: Likewise.
17026         * c-typeck.c: Likewise.
17027         * objc/objc-act.c: Likewise.
17028         * objc/objc-act.h: Likewise.
17029
17030 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17031
17032         * m88k-protos.h: New file.
17033
17034         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17035         time warnings.
17036
17037         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17038
17039         * m88k.md: Likewise.
17040
17041         * tekXD88.h: Likewise.
17042
17043 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17044
17045         * m68k-protos.h: New file.
17046
17047         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17048         time warnings.
17049
17050         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17051
17052         * mot3300.h: Likewise.
17053
17054 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17055
17056         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17057         extract_bitlst.
17058         (extract_bitlist): Declare bitlen.
17059
17060 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17061
17062         * cccp.c: Accept and ignore -lang-fortran.
17063
17064         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17065         qualifiers don't match at any level of pointerness.
17066
17067 2000-01-12  Robert Lipe  <robertl@sco.com>
17068
17069         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17070
17071 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17072
17073         * reload1.c (reload_reg_unavailable): New static variable.
17074         (reload_reg_free_p): Test it.
17075         (reload_reg_free_for_value_p): Test it instead of
17076         reload_reg_used.
17077         (choose_reload_regs_init): Compute it.
17078
17079 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17080
17081         * reorg.c (fill_slots_from_thread): Check modified_in_p
17082         before replacing.
17083
17084 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17085
17086         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17087         these nodes even if INTERNALS is not set.
17088
17089 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17090
17091         * gcse.c (delete_null_pointer_checks_1): Cope when
17092         get_condition cannot determine the condition.
17093
17094 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17095
17096         * toplev.h (set_message_length): Declare.
17097
17098         * diagnostic.c (obstack_chunk_alloc): Define macro.
17099         (obstack_chunk_free): Likewise.
17100         (struct output_buffer): New data structure.
17101         (vmessage): Remove.
17102         (output_maximum_width): New variable.
17103         (doing_line_wrapping, set_message_length, init_output_buffer,
17104         get_output_prefix, output_space_left, emit_output_prefix,
17105         output_newline, output_append, output_puts, dump_output,
17106         vbuild_message_string, build_message_string, build_location_prefix,
17107         voutput_notice, output_printf, line_wrapper_printf,
17108         vline_wrapper_message_with_location):  New functions. Implement
17109         automatic line wrapping.
17110         (v_message_with_decl): Make it handle automatic line wrapping.
17111         (v_error_with_file_and_line): Likewise.
17112         (v_warning_with_file_and_line): Likewise.
17113         (announce_function): Likewise.
17114         (default_print_error_function): Likewise.
17115
17116 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17117
17118         * cpplib.h (struct cpp_options): Change lang_asm to char.
17119         Add lang_fortran.
17120         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17121         done in cpp_handle_option now.
17122         (initialize_builtins): Take out special case code used only by
17123         __STDC_VERSION__.
17124         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17125         if -traditional.  Recognize -lang-fortran and set
17126         lang_fortran, also turn off cplusplus_comments.
17127         (print_help): Document -lang-fortran.
17128         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17129         lang_asm. Ignore all directives other than `# 123 "file"' if
17130         CPP_PREPROCESSED.
17131         (cpp_get_token): If -traditional, don't recognize directives
17132         unless the # is in column 1.
17133         (parse_string): If lang_fortran or lang_asm, silently
17134         terminate strings ('' or "") at end of line.
17135         Remove unnecessary braces.
17136
17137 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17138             Richard Henderson  <rth@cygnus.com>
17139
17140         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17141         as used.
17142         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17143         strict_low_part when possible.
17144
17145 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17146
17147         * alias.c: PROTO -> PARAMS.
17148         * basic-block.h: Likewise.
17149         * bitmap.c: Likewise.
17150         * bitmap.h: Likewise.
17151         * builtins.c: Likewise.
17152         * c-aux-info.c: Likewise.
17153         * caller-save.c: Likewise.
17154         * calls.c: Likewise.
17155
17156 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17157
17158         * Makefile.in (toplev.o): Depend on regs.h.
17159
17160         * output.h (tdesc_section): Prototype.
17161
17162         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17163
17164         * sdbout.c: Include "tm_p.h".
17165
17166         * toplev.c: Include "regs.h".
17167
17168 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17169
17170         * unroll.c (unroll_loop): Add EH support.
17171
17172 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17173
17174         * pa-protos.h: New file.
17175
17176         * pa.c: Include recog.h and tm_p.h.
17177         (compute_zdepwi_operands, compute_movstrsi_length,
17178         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17179         find_addr_reg, import_milli): Add static prototypes.
17180         (pa_cpu_string, pa_arch_string): Constify a char*.
17181         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17182         (read_only_operand): Add argument `mode'.
17183         (singlemove_string, output_move_double, output_fp_move_double,
17184         output_block_move, output_and, output_ior, output_ascii,
17185         remove_useless_addtr_insns, milli_names, output_mul_insn,
17186         output_div_insn, output_mod_insn, output_arg_descriptor,
17187         output_cbranch, output_bb, output_bvb, output_dbra, ,
17188         output_millicode_call, output_call, hppa_encode_label,
17189         output_parallel_movb, output_parallel_addb): Constify a char*.
17190         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17191         (output_parallel_addb): Remove extra arg to `constrain_operands'
17192
17193         * pa.h:  Move all prototypes to pa-protos.h.
17194         (pa_cpu_string, pa_arch_string): Constify a char*.
17195         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17196
17197         * pa.md: Call `function_label_operand' with mode argument.
17198         Likewise for `read_only_operand'.
17199         Fix nesting of parens in call to `symbolic_operand'.
17200
17201 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17202
17203         * i860-protos.h: New file.
17204
17205         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17206         time warnings.
17207
17208         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17209
17210         * i860.md: Likewise.
17211
17212 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17213
17214         * i386.md (movstrsi expander): Rewrite.
17215         (movstrsi_1 insn): Deleted.
17216         (strmovhi, strmovqi expander): New expanders.
17217         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17218         * i386.c (x86_single_stringop): New global variable.
17219         * i386.h (x86_single_stringop): Declare.
17220         (TARGET_SINGLE_STRINGOP): New macro.
17221
17222 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17223
17224         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17225         integer vararg POSTINCREMENT before the destination of the jump
17226         for the hard fp case.
17227         (function_arg_pass_by_reference): Pass a copy of CUM to
17228         FUNCTION_ARG.
17229
17230         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17231         for CONSTANT_ADDRESS_P above while loop for subreg.
17232
17233 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17234
17235         * flow.c (propagate_block): When a prologue/epilogue insn
17236         is marked dead, unconditionally clear libcall_is_dead and
17237         insn_is_dead, and only dump rtl if warnings aren't being
17238         suppressed.
17239
17240 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17241
17242         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17243         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17244         (FIXED_REGISTERS): Set dirflag as fixed.
17245         (CALL_USED_REGISTERS): Set dirflag as used.
17246         (REG_ALLOC_ORDER): Set dirflag as last one.
17247         (DIRFLAG_REG): New macro.
17248         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17249         (HI_REGISTER_NAMES): Add dirflag.
17250         (DEBUF_PRINT_REG): Handle dirflag.
17251         * i386.md (type attribute): New cld and str types.
17252         (length_opcode attribute): Set cld and str to 1.
17253         (memory attribute): Set str to unknown - it is not clear from the
17254         patterns.
17255         (pent_np function unit): Prefixed string operations takes 12 cycles
17256         minimally; cld takes 2 cycles.
17257         (ppro_uops attribute): Str is "many" and cld is "few".
17258         (ppro_p0 unit): Handle cld here.
17259         (k6_alux unit): Handle cld and str types.
17260         (k6_load unit): It is ocupied by str opcodes.
17261         (k6_store unit): It is ocupied by str opcodes.
17262         (athlon_decode): Str is vector decoded.
17263         (athlon_ieu): Handle str and cld.
17264         (cld pattern): New.
17265         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17266         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17267         cmpstrsi_nz_1 insn): Do not output cld instruction
17268
17269 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17270
17271         * gcc.texi (G++ and GCC): Add Java and Chill.
17272         (Bug Critera): Don't list languages.
17273
17274         * gcc.texi (Incompatibilities): No longer claim most C compilers
17275         are K&R.
17276
17277         * gcc.texi (G++ and GCC): Update other front-ends list.
17278
17279 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17280
17281         * i386.c (ix86_expand_setcc): Fix typo.
17282         (ix86_expand_movcc): Similarly.
17283
17284         * Band-aid until haifa's bitset implementation is nuked.
17285         * haifa-sched.c (extract_bitlst): New parameter for size of the
17286         bitset in bits.  All callers changed.  Avoid looking at undefined
17287         bits in the bitset.
17288         (edgeset_bitsize): New variable.
17289         (schedule_region): Initialize edgeset_bitsize.
17290
17291 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17292
17293         * Makefile.in (optabs.o): Depend on real.h
17294         (resource.o): Depend on insn-attr.h
17295
17296         * builtins.c (result_vector): Wrap prototype in macro conditions
17297         governing definition and use.
17298
17299         * c-common.c: Include tm_p.h.
17300
17301         * c-lex.c: Likewise.
17302
17303         * elfos.h: Constify a char*.
17304
17305         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17306         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17307         parameter with ATTRIBUTE_UNUSED.
17308
17309         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17310         CHECK_FLOAT_VALUE.
17311
17312         * haifa-sched.c (schedule_insns): Mark parameter with
17313         ATTRIBUTE_UNUSED.
17314
17315         * optabs.c: Include real.h.
17316
17317         * real.h (ereal_atof): Add prototype arguments.
17318
17319         * resource.c: Include insn-attr.h.
17320
17321         * sdbout.c (sdbout_queue_anonymous_type,
17322         sdbout_dequeue_anonymous_types): Wrap in macro
17323         SDB_ALLOW_FORWARD_REFERENCES.
17324         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17325         ATTRIBUTE_UNUSED.
17326
17327         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17328
17329         * stupid.c: Include tm_p.h.
17330
17331         * tree.c (real_value_from_int_cst): Mark parameter with
17332         ATTRIBUTE_UNUSED.
17333
17334 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17335
17336         * i960-protos.h: New file.
17337
17338         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17339         time warnings.
17340
17341         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17342
17343 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17344
17345         * combine.c (expand_field_assignment): Do not discard SUBREGs
17346         while computing nonzero_bits.
17347
17348 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17349
17350         * config/arm/arm.c: Fix compile time warnings about signed vs
17351         unsigned constants.
17352         * config/arm/arm.h: Fix compile time warnings about signed vs
17353         unsigned constants.
17354
17355 2000-01-09  Philip Blundell  <philb@gnu.org>
17356
17357         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17358         than `ldm' with only one register.
17359         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17360         only one register.
17361
17362         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17363         clobbered.
17364
17365 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17366
17367         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17368         must have SImode.
17369
17370 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17371
17372         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17373         assignment used as truth value.
17374
17375         * function.c (assign_temp): Mark parameter `dont_promote' with
17376         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17377         PROMOTE_FOR_CALL_ONLY.
17378
17379         * genrecog.c (write_subroutine): Mark variable `operands' with
17380         ATTRIBUTE_UNUSED.
17381
17382         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17383         ATTRIBUTE_UNUSED.
17384
17385         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17386         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17387
17388         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17389         for `decl'.
17390
17391 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17392
17393         * config/c4x.h: Tidy up comments.
17394         * config/c4x.c: Likewise.
17395
17396 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17397
17398         * fold-const.c (lshift_double, rshift_double): Handle
17399         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17400
17401 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17402
17403         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17404         in prepare_function_start().
17405
17406 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17407
17408         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17409         longer allocate extra stack for function calls.
17410
17411 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17412
17413         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17414
17415 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17416
17417         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17418
17419 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17420
17421         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17422         * aix43.h: Revert Aug 2 change.
17423         (HAS_INIT_SECTION): Define, not visible yet.
17424         (LD_INIT_SWITCH): Define, not visible yet.
17425         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17426
17427         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17428
17429         * collect2.c (main): Expand ld2 size further.
17430         (export_object_lst): Cast assignment to avoid warning.
17431         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17432         (scan_prog_file, COFF): Do not collect initialization or
17433         finalization functions generated for entire shared object if
17434         init/fini support present.
17435
17436 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17437
17438         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17439         that .section directives are always prefixed by a tab.
17440
17441         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17442         definitions.
17443
17444 2000-01-07  Matt Austern  <austern@sgi.com>
17445
17446         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17447         expon.
17448
17449 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17450
17451         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17452         crtstuff.c.
17453         (crtbegin.o, s-crtS): Likewise.
17454
17455 2000-01-06  Richard Henderson  <rth@cygnus.com>
17456
17457         * alpha.md (adddi_2+1): Limit offset such that it will be
17458         loadable with a single ldah+lda pair.
17459         (adddi_2+2): Explicitly fail split if we can't make it work.
17460
17461 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17462
17463         * protoize.c: Conditionally include unistd.h.
17464         (IS_SAME_PATH_CHAR): New macro.
17465         (IS_SAME_PATH): New macro.
17466         (CPLUS_FILE_SUFFIX): New macro.
17467         (cplus_suffix): New static variable.
17468         (is_abspath): New static function.
17469         (in_system_include_dir): Handle DOS style pathnames.
17470         (file_could_be_converted): Likewise.
17471         (file_normally_convertible): Likewise.
17472         (directory_specified_p): Likewise.
17473         (file_excluded_p): Likewise.
17474         (abspath): Likewise.
17475         (shortpath): Likewise.
17476         (referenced_file_is_newer): Likewise.
17477         (save_def_or_dec): Likewise.
17478         (do_processing): Likewise.
17479         (main): Likewise.
17480         (edit_file): Likewise. Use rename instead of link.
17481         (rename_c_file): Likewise. Don't rename syscalls file.
17482         (munge_compile_params): Define null device for DOS based systems.
17483         (process_aux_info_file): Use binary mode if appliable.
17484         (edit_file): Likewise.
17485         * invoke.texi (Running Protoize): Document C++ suffixes used.
17486
17487         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
17488         IS_DIR_SEPARATOR macros.
17489         * collect2.c: Likewise.
17490         * cppinit.c: Likewise.
17491         * dwarf2out.c: Likewise.
17492         * gcc.c: Likewise.
17493         * gcov.c: Likewise.
17494         * prefix.c: Likewise.
17495         * rtl.c: Likewise.
17496         * toplev.c: Likewise.
17497         * system.h: And move to here.
17498
17499         * prefix.c (update_path): Fix typo in variable name.
17500
17501 2000-01-06  Richard Henderson  <rth@cygnus.com>
17502
17503         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
17504         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
17505         (count_reg_sets_1, count_reg_references): Likewise.
17506         (flow_loops_level_compute): Start counting actual loop depth at 1.
17507         (flow_loops_find): Likewise.
17508         * local-alloc.c (update_equiv_regs): Likewise.
17509         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
17510
17511 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
17512
17513         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
17514         FIRST_PSEUDO_REGISTER
17515         * dwarf2out.c: Don't include frame.h
17516         * dwarfout.c: Likewise
17517         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
17518         frame.h
17519
17520 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
17521
17522         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
17523         dead registers.
17524
17525         * i386.c (movsf splitter): Fix typo in my last checkin.
17526
17527 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17528
17529         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
17530         own definition of this macro.
17531         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
17532         flag_data_sections or UNIQUE_SECTION_P are true.
17533
17534         * tm.texi (UNIQUE_SECTION): Document that it can be called for
17535         unitialised data decls.
17536
17537         * config/i386/winnt.c (i386_pe_unique_section): Cope with
17538         being called for uninitialised data.
17539
17540         * config/i386/interix.c (i386_pe_unique_section): Cope with
17541         being called for uninitialised data.
17542
17543         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
17544         for uninitialised data.
17545
17546         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
17547         for uninitialised data.
17548
17549         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
17550         for uninitialised data.
17551
17552         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
17553         (UNIQUE_SECTION_P): Always generate a unique section if
17554         flag_data_sections is true.
17555         (UNIQUE_SECTION): Also generate unique sections for
17556         uninitialised data.
17557         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
17558         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
17559         named_section().
17560
17561 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17562
17563         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
17564         SI, or DI.
17565
17566 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17567
17568         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
17569         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
17570         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
17571         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
17572         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
17573
17574         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
17575
17576 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
17577
17578         * c-decl.c (finish_enum): Simplify code to determine minimum and
17579         maximum values of the enum, and calculate the type.  Remove check
17580         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
17581         the DECL_INITIAL of each enumeration constant with a copy converted
17582         to the enumeration type.  When updating variant types, don't bother
17583         updating the type itself.
17584
17585         * c-typeck.c (build_binary_op): Simplify conditional expressions
17586         when weeding out spurious signed-unsigned warnings.  Add new
17587         spurious warning category: if the unsigned quantity is an enum
17588         and its maximum value fits in signed_type(result_type).  Update
17589         commentary.
17590         (build_conditional_expr): Warn here if one alternative is signed
17591         and the other is unsigned.
17592
17593 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17594
17595         * config/fr30/fr30.h: Remove extraneous comments.
17596
17597 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
17598
17599         * reload1.c (choose_reload_regs): When disabling a reload, also
17600         set reload_spill_index to -1.
17601
17602 2000-01-04  Joel Sherrill (joel@OARcorp.com>
17603
17604         * configure.in (m68*-*-rtemscoff*): New target, formal name for
17605         old m68*-*-rtems*.
17606         (m68*-*-rtemself*): New target.
17607         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
17608         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
17609         (sparc*-*-rtemself*): New target.
17610         (sparc*-*-rtems*): Now elf not a.out.
17611         * config/i386/rtems.h: Include config/rtems.h.
17612         * config/i386/rtemself.h: Include config/rtems.h.
17613         * config/i960/rtems.h: Include config/rtems.h.
17614         * config/m68k/rtems.h: Include config/rtems.h.
17615         * config/m68k/rtemself.h: Include config/rtems.h.
17616         * config/mips/rtems64.h: Include config/rtems.h.
17617         * config/pa/rtems.h: Include config/rtems.h.
17618         * config/rs6000/rtems.h: Include config/rtems.h.
17619         * config/sh/rtems.h: Include config/rtems.h.
17620         * config/sh/rtemself.h: Include config/rtems.h.
17621         * config/sparc/rtems.h: Include config/rtems.h.
17622         * config/sparc/rtemself.h: Include config/rtems.h
17623
17624 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
17625
17626         * final.c (shorten_branches): Correctly compute length of
17627         asms without operands.
17628
17629 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
17630
17631         * configure.in: Add pj target.
17632         * configure: Regenerate.
17633         * config/pj: New directory.
17634         * config/pj/lib1funcs.S: New file.
17635         * config/pj/linux.h: New file.
17636         * config/pj/pj.c: New file.
17637         * config/pj/pj.md: New file.
17638         * config/pj/pjl.h: New file.
17639         * config/pj/t-pj: New file.
17640         * config/pj/xm-pj.h: New file
17641
17642 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
17643
17644         * toplev.c (rest_of_compilation): Run shorten-branches before
17645         reg-stack for now.
17646
17647 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17648
17649         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
17650         macros so that they're consistent with their names.
17651         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17652         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17653
17654 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17655
17656         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
17657         modified inadvertently.
17658
17659 2000-01-04  Joel Sherrill <joel@OARcorp.com>
17660
17661         * configure.in (v850*-*-rtems*): New target.
17662         * configure: Regenerate.
17663         * config/v850/rtems.h: New file.
17664
17665 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
17666
17667         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
17668         (__gthread_key_create): Likewise.
17669         (__gthread_key_dtor):  Likewise.
17670         (__gthread_once): Fix logic.
17671         (__gthread_key_delete): Cast away constness.
17672
17673         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
17674         * invoke.texi: Document.
17675         * i386/mingw32.h (CPP_SPEC): Use.
17676         (LIBGCC_SPEC): Likewise.
17677         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
17678
17679 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17680
17681         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
17682         (HANDLE_PRAGMA_PACK): Undefine.
17683         (SLOW_UNALIGNED_ACCESS): Define.
17684
17685 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17686
17687         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17688         to default definition.
17689         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
17690         (store_fixed_bit_field): Call macro with word_mode and alignment.
17691         (extract_bit_field): Call macro with relevant mode and alignment.
17692         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17693         to default definition.
17694         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
17695         and alignment.
17696         (move_by_pieces_ninsns): Likewise.
17697         (clear_by_pieces): Likewise.
17698         (emit_push_insn): Likewise.
17699         (store_field): Call macro with relevant mode and alignment.
17700         (expand_expr): Likewise.
17701         (expand_expr_unaligned): Likewise.
17702
17703         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
17704         (SLOW_UNALIGNED_ACCESS): Define.
17705         (CASE_VECTOR_MODE): Always use 32-bit offsets.
17706         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
17707         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
17708         (toc_section): Likewise and .toc pseudo-op.
17709         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
17710         64-bit mode.
17711         (TEXT_SECTION_ASM_OP): Likewise.
17712         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
17713         32-bit offsets.
17714
17715         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
17716         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
17717         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
17718         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
17719         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
17720
17721 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
17722
17723         * regclass.c: Revert my Jan 4 change to loop cost computation.
17724
17725 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17726
17727         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
17728         compilation.
17729
17730 2000-01-04  Stan Cox  <scox@cygnus.com>
17731
17732         * haifa-sched.c (build_control_flow): Change unreachable simple
17733         loop test to check if current block has only one predecessor.
17734         (find_rgns): Initialize degree.  Use dest as degree index, not src.
17735
17736 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17737
17738         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
17739
17740         * calls.c (expand_call): Likewise for
17741         `old_stack_arg_under_construction'.
17742
17743         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
17744
17745         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
17746         `save_constant'.
17747
17748         * gcc.c (execute): Likewise for `ut' and `st'.
17749
17750         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
17751
17752         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
17753
17754         * jump.c (jump_optimize_1): Likewise for `temp2'.
17755
17756         * local-alloc.c (block_alloc): Likewise for `r1'.
17757
17758         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
17759
17760         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
17761         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
17762
17763         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
17764         and `set2'.
17765
17766         * reload.c (find_reloads): Likewise for `goal_alternative_number'
17767         and `goal_earlyclobber'.
17768
17769         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
17770
17771         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
17772
17773         * stupid.c (stupid_life_analysis): Likewise for `chain'.
17774
17775         * unroll.c (copy_loop_body): Likewise for `copy'.
17776
17777         * varasm.c (output_constructor): Likewise for `byte'.
17778
17779 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17780
17781         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
17782         all FP constants for constant->reg moves.
17783         (ix86_split_to_parts): Try to convert memory address into immediate
17784         when available in the constant pool.
17785         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
17786         moves.
17787         (LEGITIMATE_CONSTANT_P): Return 1.
17788         * i386.md (pushsf): New splitter to convert constant pool memory
17789         reference to immediate.
17790         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
17791         reload.
17792
17793 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
17794
17795         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
17796         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
17797         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
17798         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
17799         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
17800
17801 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17802
17803         * ginclude/stdbool.h:  Support compilation as C++.
17804
17805 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17806
17807         * fold-const.c (make_range): Don't try to reverse an unbounded range.
17808
17809 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
17810
17811         * regclass.c (regclass): Properly compute loop_cost.  Adjust
17812         comments.
17813
17814         * regclass.c: Fix minor whitespace problems.
17815
17816 2000-01-03  Anthony Green  <green@cygnus.com>
17817
17818         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
17819         Restore the pic register if required.
17820
17821 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17822
17823         * c-common.c (format_char_info): Update comment.
17824         (check_format_info): Recognize 'z' modifier in the same way 'Z'
17825         was recognized.  Emit warning for formats new in ISO C99 only
17826         if flag_isoc9x is not set.
17827
17828 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
17829
17830         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
17831
17832 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17833
17834         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
17835         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
17836         (make_compound_operation): Choose cheaper alternative between
17837         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
17838
17839         * regclass.c (op_costs): Remove global variable.
17840         (record_reg_classes): New parameter "op_costs" and "reg_pref".
17841         (record_operand_costs): Break out from ...
17842         (scan_one_insn): ... here.
17843         (dump_regclass): Make dumps nicer.
17844         (regclass): Dump preferrences choosed and changes done during passes.
17845
17846 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17847
17848         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
17849
17850 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17851
17852         * config/sparc/sparc.c (gen_df_reg): New function.
17853         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
17854         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
17855         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
17856         movtf_cc_reg_sp64+1): Use it.
17857
17858 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17859
17860         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
17861         copied LABEL_DECLs.
17862
17863 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
17864
17865         * config/i386/i386.c (ix86_expand_unary_operator): Function
17866         definition made void.
17867         (ix86_expand_binary_operator): Update outdated preceding comment.
17868         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
17869         prototype.
17870
17871         * config/i386/i386.c (override_options): Fix option-name typo.
17872
17873 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17874
17875         * system.h (CEIL): Define.
17876         * builtins.c (CEIL): Remove.
17877         * expmed.c (CEIL): Likewise.
17878         * expr.c (CEIL): Likewise.
17879         * stor-layout.c (CEIL): Likewise.
17880
17881 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17882
17883         * expr.c (store_constructor_field): Fix typo introduced with last
17884         gcc2 merge.
17885
17886 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17887
17888         * tree.h (BINFO_N_BASETYPES): New macro.
17889
17890 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
17891
17892         * expmed.c (emit_store_flag): Prevent losing a pending stack
17893         adjust the same way we prevent losing queued increments.
17894
17895 See ChangeLog.2 for earlier changes.