OSDN Git Service

2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2
3         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
4         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove. 
5         (v_message_with_decl): Rename to ...
6         (format_with_decl): ... this. Tweak
7         (diagnostic_for_decl): New function.
8         (fatal_io_error): Use verbatim in lieu of notice.
9         (announce_function): Use verbatim.
10         (default_print_error_function): Likewise.
11         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
12         infratructure. 
13
14 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15
16         * mips.c (function_arg_pass_by_reference): Don't do automatic
17         aggregate initialization.
18         (machine_dependent_reorg): Initialize variable `mode'.
19         
20         * mips.md (absdi2): Change variable `regno1' to unsigned int.
21         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
22         conflicts with sys/param.h macro of the same name.
23         (reload_outdi): Likewise.
24
25 2000-07-15  Michael Meissner  <meissner@redhat.com>
26
27         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
28         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
29         create a new node instead.
30
31 2000-07-15  Neil Booth  <NeilB@earthling.net>
32
33         * README.Portability: Correct example about calling a function
34         through a pointer to function.  Format wide paragraphs.
35
36 2000-07-15  Michael Meissner  <meissner@redhat.com>
37
38         * README.Portability: Update integer suffixes and function
39         prototype sections.
40
41 2000-07-15  Neil Booth  <NeilB@earthling.net>
42
43         * README.Portability: Small update.
44
45 2000-07-15  Neil Booth  <NeilB@earthling.net>
46
47         * README.Portability: New file.
48
49 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
50
51         * INSTALL: Give special instructions for building GCC on Irix 6.
52         * config/mips/x-iris6 (CC): Don't set it.
53         (OLDCC): Likewise.
54
55 2000-07-14  Jason Merrill  <jason@redhat.com>
56
57         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA 
58         register in the stack and later in another register, use the new
59         register.
60
61 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
62
63         * config/mips/mips.md: (absdi2): Handle sign_extend for
64         second operand.
65
66 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
67
68         * cpplib.c (do_pragma_dependency): Tidy warning messages.
69
70 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
71
72         * .cvsignore: Correct typo.
73
74 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
75
76         * .cvsignore: Add generated YACC files.
77         * objc/.cvsignore: New file.
78         
79 2000-07-14  Neil Booth  <NeilB@earthling.net>
80
81         * cpplex.c (adjust_column): New funcion.
82         (skip_whitespace): Use it.
83         (skip_block_comment): Use it, and warn about /*/* with
84         -Wcomments.
85
86 2000-07-14  Neil Booth  <NeilB@earthling.net>
87
88         * cpphash.c (struct macro_info): Add new members.
89         (_cpp_free_definition): Delete the macro directly.
90         (count_params): Return void, with first token of
91         expansion in struct macro_info on success.
92         (parse_define): Return int.  Hoist syntax checking from
93         save_macro_expansion.  Leave call to save_expansion to
94         _cpp_create_definition.
95         (alloc_macro): Needs just 2 arguments.
96         (free_macro): Delete.
97         (save_expansion): Don't perform syntax check.
98         (_cpp_create_definition): Call save_expansion.
99
100 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
101
102         * genrecog.c (write_header): Split long string.
103
104         * cpphash.c (macro_info): Don't use the `signed' keyword.
105
106         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
107
108 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
109
110         * calls.c (stored_args_map): New variable.
111         (check_sibcall_argument_overlap_1): New.
112         (check_sibcall_argument_overlap): New.
113         (expand_call): Initialize stored_args_map.
114         Call check_sibcall_argument_overlap.
115
116 2000-07-13  Bruce Korb  <bkorb@gnu.org>
117
118         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
119         (emit_gnu_type): utility procedure for gnu_type_fix
120         (gnu_type_fix): implement various pre-processor guards around
121         standard types so these types can be defined over and over
122         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
123         types alluded to above will have GNU-compliant base types
124         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
125         * fixinc/inclhack.def: add test_text entries and utilize the new
126         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
127         * fixinc/fixincl.x: regenerate
128
129 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
130
131         * diagnostic.c (vline_wrapper_message_with_location,
132         v_message_with_file_and_line, v_error_with_file_and_file,
133         v_error_for_asm, v_warning_for_asm, vfatal,
134         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
135         vsorry, verror, vwarning, vpedwarn): Remove.
136         (diagnostic_for_asm): New function.
137         (pedwarn, error, warning, pedwarn_with_file_and_line,
138         error_with_file_and_line, warning_with_file_and_line, sorry,
139         error_for_asm, warning_for_asm, fatal): Reimplement.
140         (finish_diagnostic): Clear diagnostic info as well.
141         
142 2000-07-13  Neil Booth  <NeilB@earthling.net>
143
144         * c-common.h (flag_digraphs): New.
145         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
146         * c-lex.c (yylex): Use flag_digraphs to decide whether to
147         honour digraphs.
148         
149 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
150
151         * gcc.c (do_spec_1): Add new %B operator.
152         (set_input): Prepare for %B.
153
154         (link_command_spec): Move up with the other tm.h-
155         overrideable specs.  Factor out the portion conditional on
156         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
157         (struct compiler): Just have a single spec string.  All users
158         updated.
159         (default_compilers): Remove unnecessary braces.
160         (static_specs): Update.
161
162         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
163         named specs.
164         (C and assembly specs): Use the new named specs, as appropriate.
165
166         * objc/lang-specs.h: Use the new named specs.  
167         Remove unnecessary braces.
168
169 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
170
171         * gcc.c (execute): If a subprocess gets a fatal signal, report
172         strsignal() of the signal number, and ask for a bug report.
173         Do not do this for SIGPIPE if there's already been an error.
174
175         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
176         Delete pipe_closed.
177
178         * tradcif.c: Remove.
179
180 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
181
182         * final.c (profile_function): Do not emit profile counters in
183         the data section, if NO_PROFILE_COUNTERS is defined.
184         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
185         FUNCTION_PROFILER.
186
187         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
188         (FUNCTION_PROFILER): Just emit a call to mcount.
189
190 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
191
192         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
193
194         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
195         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
196         traditional, lang_chill, or lang_fortran.
197
198         * cppfiles.c: #undef strcmp to suppress warning about macros
199         used without arguments.
200         (_cpp_execute_include): Use f, not fname, in "No include path"
201         error.
202         (_cpp_pop_file_buffer): New function.
203         * cpplib.c: Don't include <sys/mman.h>.
204         (cpp_push_buffer): Set line_base and lineno in new buffer.
205         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
206
207         * cpplex.c: Move all prototypes and structure declarations to the
208         top of the file.  Properly parenthesise some macro arguments.
209         (cpp_scan_line): New function.
210         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
211         don't need to walk up the stack counting.
212
213 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
214
215         * c-common.c (combine_strings): Emit a pedantic warning when a
216         string length is greater than the minimum ANSI C is required
217         to support.
218
219 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
220
221         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
222         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
223
224 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
225
226         * c-decl.c (define_label): Warn about identifier conflicts with
227         labels in traditional C.
228
229         * c-parse.in (unop +): Warn about the unary plus operator for
230         traditional C.
231
232         * c-typeck.c (store_init_value): Warn about automatic aggregate
233         initialization for traditional C.
234
235         * invoke.texi (-Wtraditional): Document new warnings.
236
237 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
238
239         * Makefile.in (c-errors.o): Fix thinko in dependency.
240
241 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
242
243         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
244         -traditional, -ftraditional, or -traditional-cpp was given.
245         Do not pass -traditional to the preprocessor.
246         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
247         preprocessor does it automatically.
248         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
249
250         * ch/lang-specs.h: Always use tradcpp.  Do not pass
251         -traditional, -trigraphs, or -pedantic to the preprocessor.
252         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
253         _LANGUAGE_FORTRAN.
254
255 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
256
257         * cppexp.c (LOGICAL): Delete macro.
258         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
259         and && directly.
260
261         * cpphash.c (HASHSIZE): Increase to 4096.
262         (struct hashdummy): Add hash field.
263         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
264         the string values using memcmp.
265         (cpp_lookup): Set dummy.hash.
266
267 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
268
269         * configure.in (m88k-openbsd): Express configuration using new fragment
270         style.
271         * configure: Rebuilt.
272         * m88k/aout-dbx.h: New.
273         * m88k/openbsd.h: New.
274         * m88k/xm-openbsd.h: New.
275
276 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
277
278         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
279
280 2000-07-12  Richard Henderson  <rth@cygnus.com>
281
282         * reload.c (push_secondary_reload): Make sure to add the new
283         reload at the end, after acquiring secondary memory.
284
285 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
286
287         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
288
289         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
290         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
291
292         * c-parse.in (stmt): Delete unused variables.
293
294         * convert.c (convert_to_vector): Likewise.
295
296         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
297
298         * tree.c (finish_vector_type): Prototype.
299
300 2000-07-12  Bruce Korb  <bkorb@gnu.org>
301
302         * fixinc/fixfixes.c: use xmalloc
303         * fixinc/fixincl.c(initialize): set program name for xmalloc
304         * fixinc/fixlib.c(must_malloc): obsolete
305         (is_cxx_header): no longer used - disabled
306         (skip_quote): inserted and disabled for future use
307         * fixinc/fixlib.h: reflects above
308         * fixinc/fixtests.c: removed dinkleberries
309
310 2000-07-12  Neil Booth  <NeilB@earthling.net>
311
312         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
313         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
314
315         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
316         struct toklist_dummy): New.
317         (cpp_free_definition): Free macros with free_macro.
318         (count_params): Don't save paramter spellings.  Save macro
319         information in a struct macro_info.
320         (parse_define): Don't allocate a token list.
321         (save_expansion): Allocate the macro's token list, and
322         save parameter spellings if necessary.  Use TOKEN_SPELL.
323         (cpp_create_definition): Make list const.
324
325 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
326
327         * c-typeck.c (pedwarn_c99): Move to
328         * c-errors.c: ... Here.
329         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
330         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
331         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
332         (c-errors.o): List dependency.
333
334 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
335
336         * c-parse.c: Remove.
337         * c-parse.h: Likewise.
338         * c-parse.y: Likewise.
339         * objc/objc-parse.c: Likewise.
340         * objc/objc-pasre.y: Likewise.
341
342 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
343
344         * gcc.texi: Fix minor typos
345         * extend.texi: Fix minor typos
346
347 2000-07-11  Marc Espie <espie@openbsd.org>
348
349         * collect2.c (main): Recognize .lo as object files.
350
351 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
352
353         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
354         true.
355
356         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
357         with MAP_ANONYMOUS and MAP_ANON.
358         * configure, config.in: Rebuilt.
359
360 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
361
362         * diagnostic.c (save_output_state): Remove.
363         (restore_output_state): Likewise.
364         (clear_text_info): New function.
365         (clear_diagnostic_info): Likewise.
366         (output_text_length, is_starting_newline, output_prefix,
367         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
368         prefixing_policy, output_buffer_ptr_to_format_args): New macros
369         (set_real_maximum_length, output_set_maximum_length,
370         output_set_prefix, output_get_prefix, output_set_maximum_length,
371         output_destroy_prefix, init_output_buffer,
372         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
373         output_add_newline, output_add_character, output_add_space,
374         output_append_r, output_append, wrap_text, output_format,
375         output_do_printf, output_printf, output_do_verbatim,
376         output_verbatim, verbatim): Use them.
377         (output_clear): Split into cleat_text_info and
378         clear_diagnostic_info.
379         (struct output_state): Move to...
380
381         * diagnostic.h: ...Here
382         (struct output_buffer): Adjust.
383
384 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
385
386         * cpplex.c (parse_name): No longer inline (premature optimization).
387         (do_pop_context): Fold into pop_context.
388         (pop_context): Returns int.
389         (lex_next): Hoist test for end of directive into pop_context.
390         (push_macro_context): Returns int; takes just reader and token.
391         Hoist test for excessive nesting to caller.
392         (push_arg_context): Returns void; takes just reader and token.
393         Do not call stringify_arg or get_raw_token.
394         (get_raw_token): Convert tail recursion through push_arg_context
395         to a loop at this level.  Call stringify_arg here if appropriate.
396         (maybe_paste_with_next): Convert tail recursion to a while loop.
397         Hoist test of paste_level to caller.
398
399         (stringify_arg): Push arg context at beginning.
400         (cpp_get_token): Split out core into _cpp_get_token.  Call
401         process_directive here.  Throw away CPP_PLACEMARKER tokens.
402         (_cpp_get_token): Convert tail recursion through
403         push_macro_context to a loop at this level.
404         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
405         _cpp_get_raw_token): Use _cpp_get_token.
406         (_cpp_skip_rest_of_line): Drop the context stack directly; do
407         not call pop_context.
408         (_cpp_run_directive): Call lex_next directly.
409
410         * cpphash.h: Prototype _cpp_get_token.
411         * cppexp.c (lex): Use it.
412         * cpphash.c (parse_define): Use it.
413         * cpplib.c (get_define_node, do_undef, parse_include,
414         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
415         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
416         parse_ifdef, validate_else): Use it.
417         (cpp_push_buffer): Tweak error message; abort if anyone tries
418         to push a buffer while macro expansions are stacked.
419
420 2000-07-11  Donn Terry  <donnte@microsoft.com>
421
422         * cpplex.c (free_macro_args, save_token): Cast arg of free
423         and/or xrealloc to PTR.
424         (_cpp_init_input_buffer): Clear all fields of the base context.
425
426 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
427
428         * gensupport.c (process_rtx): Make rtl checking stop
429         complaining about the define_insn while it is being
430         converted from a define_insn_and_split.
431
432 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
433
434         * config/mips/mips.c (simple_memory_operand): Access the
435         INTVAL of the address, not it's containing MEM.
436
437 2000-07-11  Bruce Korb  <bkorb@gnu.org>
438
439         * fixinc/fixtests.c(double_slash): obsolete
440         (else_endif_label): likewise
441         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
442         (libc1_ifdefd_memx): correct initial comment
443         and omit the #if/#endif pair from the memxxx declarations
444         * fixinc/fixincl.x: regen
445
446 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
447
448         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
449
450 2000-07-11  Neil Booth  <NeilB@earthling.net>
451
452         * cpp.texi: Update.
453
454 2000-07-11  Neil Booth  <NeilB@earthling.net>
455
456         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
457         (handle_option): Set digraphs according to standard.
458         Merge OPT_lang_c89 handler with OPT_std_c89.
459
460         * cpplex.c: (lex_line, can_paste): Honour digraphs in
461         accordance with the digraphs flag.
462
463         * cpplib.h: (struct cpp_options): New option digraphs.
464
465 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
466             Bruce Korb  <bkorb@gnu.org>
467
468         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
469         * fixinc/fixincl.x: Regenerate.
470         * fixinc/tests/base/testing.h: Add testcase.
471
472 2000-07-10  Richard Henderson  <rth@cygnus.com>
473
474         * config/ia64/ia64.c (got_symbolic_operand): New.
475         (symbolic_operand, move_operand): Revert 0701 change.
476         * config/ia64/ia64.h (PREDICATE_CODES): Update.
477         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
478         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
479         split the offset into a 14-bit low part instead of a 13-bit low part.
480         (load_fptr): Mark the mem as unchanging.
481         (load_symptr): Use got_symbolic_operand.
482
483 2000-07-10  Nick Clifton  <nickc@cygnus.com>
484
485         * libgcc2.c (next_stack_level): Cast result of computation to
486         (void **) so that the assignment does not generate a warning.
487
488 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
489
490         * flags.h : Add new variable flag_single_precision_constant.
491         * toplev.c (display_help) : Add -fsingle-precision-constant option.
492         (flag_single_precision_constant): New.
493         * c-lex.c (yylex): Convert floating point constant to single
494         precision constant.
495         * invoke.texi : Add documentation for this new option.
496
497 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
498
499         * diagnostic.c (output_octal): Second parameter is unsigned.
500         (output_long_octal): Likewise.
501         (output_hexadecimal): Likewise.
502         (output_long_hexadecimal): Likewise.
503         (output_format): Adjust arguments extraction. Tweak.
504         (output_verbatim, verbatim): End variable argument list.
505         (report_diagnostic): Improve documentation.
506
507 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
508
509         * c-common.h (build_stmt): Declare.
510         (build_continue_stmt): Likewise.
511         (build_break_stmt): Likewise.
512         (build_return_stmt): Likewise.
513
514         * c-decl.c (do_case): Rewrite to do what previously done in
515         c-parse.in.
516
517         * c-semantics.c (build_stmt): Define.
518         (build_return_stmt): Likewise.
519         (build_break_stmt): Likewise.
520         (build_continue_stmt): Likewise.
521         (build_case_label): Likewise.
522
523         * c-parse.in (BREAK): Change to build tree, then generate RTL.
524         (CONTINUE): Likewise.
525         (RETURN): Likewise.
526         (CASE): Likewise.
527         (DEFAULT): Likewise.
528
529         * c-parse.y: Regenerate.
530         * c-pasre.c: Likewise.
531
532 2000-07-09  Jason Merrill  <jason@redhat.com>
533
534         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
535
536         * tree.h (STRIP_NOPS): Check for error_mark_node.
537         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
538         (dwarf2out_*): Remove duplicate declarations.
539
540         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
541         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
542
543 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
544
545         * diagnostic.c (wrap_text): New function.
546         (maybe_wrap_text): Likewise.
547         (output_add_string): Use it.
548         (output_format): Likewise.
549         (count_error): Use verbatim instead of notice.
550         (report_error_function): Likewise. Don't use plain fprintf.
551         (finish_diagnostic): New function.
552         (output_do_verbatim): Tweak.  Commonalize functionalities in
553         output_verbatim and verbatim.
554         (output_verbatim): Adjust.
555         (verbatim): Likewise.
556         (report_diagnostic): Define.
557
558         * diagnostic.h (report_diagnostic): Prototype.
559
560 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
561
562         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
563
564 2000-07-09  Neil Booth  <NeilB@earthling.net>
565
566         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
567         IShspace, ISspace: Update.
568
569         * cppinit.c: ISTABLE: Update.
570         V: New.
571
572         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
573         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
574         (skip_block_comment, skip_line_comment, parse_string,
575         lex_line): Use is_vspace rather than IS_NEWLINE.
576         (skip_whitespace, lex_line): Clean up to use is_nvspace.
577         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
578         gets a BOL flag.
579         (lex_next): Unconditionally stop if within a directive.
580         Treat directives within macro invocations as directives
581         (after parse_args emits error), not as the argument.
582
583 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
584
585         * diagnostic.c (diagnostic_args): New macro.
586         (diagnostic_msg): Likewise.
587         (output_formatted_integer): Likewise.
588         (output_state): New data type.
589         (digit_buffer): Make global.
590         (output_add_integer): Rename to output_decimal. Squeeze
591         digit_buffer.
592         (output_long_decimal, output_unsigned_decimal,
593         output_long_unsigned_decimal, output_octal, output_long_octal,
594         output_hexadecimal, output_long_hexadecimal): New functions.
595         (output_append_r): New function.
596         (output_append): Tweak.
597         (output_flush_on): Rename to output_to_stream.
598         (output_format): Change prototype.  Improve documentation. Handle
599         more format specifiers.
600         (build_location_prefix): Rename to context_as_prefix.
601         (output_notice): Rename to output_do_printf.
602         (output_printf): Tweak.
603         (line_wrapper_printf): Likewise.
604         (vline_wrapper_message_with_location): Adjust call to renamed
605         functions.
606         (v_message_with_decl): Likewise.
607         (default_print_error_function): Likewise.
608         (save_output_state): New function.
609         (restore_output_state): Likewise.
610         (output_do_verbatim): Likewise.
611         (output_verbatim): Define.
612         (verbatim): Likewise.
613
614         * diagnostic.h (printer_fn): Change return type from void to int.
615         Improve documentation.
616         (output_add_integer): Rename to output_decimal.
617         (output_flush_on, output_format): Don't export.
618         (output_verbatim, verbatim): Declare.
619
620 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
621
622         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
623         Check whether c divides op1 exactly if operation is not
624         multiplication.
625
626 2000-07-08  Richard Henderson  <rth@cygnus.com>
627
628         * final.c (final): Do not abort when reg-stack introduces
629         a new insn.
630
631 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
632
633         * cpplib.h (struct cpp_name): Now struct cpp_string.
634         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
635         CPP_HEADER_NAME): Change to type S.
636         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
637         field, a cpp_hashnode *.  All references to val.name updated
638         to use val.str or val.node as appropriate.
639         (struct cpp_reader): Add spec_nodes field.
640         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
641
642         * cpphash.h (struct spec_nodes): New.
643         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
644         val.str.  All references to 'spelling > SPELL_NONE' updated to
645         match.
646
647         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
648         pfile->buffer->inc are not NULL before dereferencing them.
649
650         * cpplex.c (parse_name): Take a pointer to the current token,
651         plus current position and limit as args; return the new
652         position; don't copy the text of a name into the string
653         buffer, instead call cpp_lookup and store the node pointer.
654         If extending a token, copy out the text of the old into a
655         scratch buffer, append the new, look that up and store the new
656         node pointer.  Inline.
657         (maybe_paste_with_next): If the result of paste is a NAME,
658         then look up the pasted text and store its node pointer.
659         (lex_line): Adjust for new parse_name interface.
660         Check for L"str", L'str' using spec_nodes->n_L.
661         (spell_token): SPELL_IDENT tokens have their spelling in
662         val.node->name.  Handle SPELL_STRING tokens that don't have
663         string delimiters.
664         (_cpp_expand_name_space,
665         (can_paste): Check for L ## "str" using spec_nodes->n_L.
666         (cpp_get_token, special_symbol): No need to call cpp_lookup.
667         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
668         return 1=equal 0=not, not a tristate.
669
670         * cpphash.c (var_args_str): Delete.
671         (find_param): Compare node fields directly.
672         (is__va_args__): Use CPP_PEDANTIC.  Just compare
673         token->val.node with spec_nodes->n__VA_ARGS__.
674         (dump_funlike_macro): Don't use var_args_str.
675
676         * cpplib.c (_cpp_check_directive): Just walk through
677         spec_nodes->dirs comparing pointers.
678         (get_define_node, do_pragma_poison, detect_if_not_defined,
679         parse_ifdef): The identifier has already been looked up.
680         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
681         node.
682         (do_if): Only call detect_if_not_defined at beginning of file.
683         (_cpp_parse_assertion): Only copy string pointers for
684         SPELL_STRING tokens.
685         (pragma_dispatch): Take a node pointer and examine its name
686         field.
687         (_cpp_init_stacks): Also initialize the spec_nodes structure.
688
689         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
690         _cpp_init_macros.
691         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
692         reverse order from the corresponding _cpp_init_* routines.
693
694         * cppexp.c (parse_number, parse_charconst, parse_defined,
695         lex): Check val.node->type instead of calling cpp_defined.
696         Use spec_nodes entries where appropriate.
697
698         * fix-header.c, scan-decls.c: Update for interface changes.
699
700 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
701
702         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
703         emitting aux_truncdfsf2.
704
705 2000-07-03  Donn Terry  (donnte@microsoft.com)
706
707         * cppinit.c (print_help): split overlong line into ISO C89
708         maximum chunks.
709
710 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
711
712         * cppexp.c: Update all code for new lexer interface.
713         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
714         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
715         * cpplex.c (token_names): Trim leading CPP_ from names; make
716         the strings unsigned.
717         (_cpp_spell_operator): New.
718         (is_macro_disabled): Disable all macros if rescanning
719         preprocessed text.
720         (_cpp_get_directive_token): Remove.
721
722         * cppinit.c: Don't set no_macro_expand.
723         * cpplib.c (read_line_number, do_line): Check only for EOF,
724         not VSPACE.
725         * cpphash.h: Update prototypes.
726         * cpplib.h (CPP_VSPACE): Remove.
727         (struct cpp_reader): Remove no_macro_expand.
728
729 2000-07-08  Neil Booth  <NeilB@earthling.net>
730
731         * cpphash.c (is__va_args__): New function.
732         (count_params): Fix line reported in error messages.  Use
733         is__va_args__.  Don't return ')' on error.  Flag GNU style
734         rest args macro definitions.
735         (parse_define): Check macro name is not __VA_ARGS__.
736         (save_expansion): Check identifier in non-varargs-macro is
737         not __VA_ARGS__.  Don't flag GNU_VARARGS.
738         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
739         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
740          than per-token GNU_VARARGS.
741         * cpplib.h (GNU_VARARGS): Remove.
742         (GNU_REST_ARGS): New.
743
744 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
745
746         * i386.md (call_pop, call, call_value_pop): Do not set
747         current_function_uses_pic_offset_table for calls to static
748         functions or indirect calls.
749
750 2000-07-07  Jim Wilson  <wilson@cygnus.com>
751
752         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
753         is_predicate_reg, then take max write_count of register pair.
754
755 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
756
757         * tradcpp.c (main): Rename label `include' to `add_include' to
758         avoid conflicts with variable `include' in traditional C.
759
760 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
761
762         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
763
764 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
765
766         * sibcall.c (uses_addressof): Add INMEM argument, check for
767         current_function_internal_arg_pointer outside of MEM rtxs in addition
768         to ADDRESSOFs.
769         (sequence_uses_addressof): Update caller.
770
771 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
772
773         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
774         and friends.
775
776 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
777
778         * system.h (UNION_INIT_ZERO): New macro for initializing union
779         members in structs.
780
781         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
782
783 2000-07-07  Neil Booth  <NeilB@earthling.net>
784
785         * cpp.texi: Update.
786
787 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
788
789         * final.c (final): Detect out of bounds array access to
790         the insn_lengths array.
791
792 2000-07-07  Kazu Hirata  <kazu@hxi.com>
793
794         * fold-const.c (fold): Fix a comment typo.
795
796 2000-07-07  Neil Booth  <NeilB@earthling.net>
797
798         * cpp.texi: Update to new lexer.
799
800 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
801
802         * tradcpp.c: New file.
803         * tradcif.y: New file.
804         * tradcif.c: New generated file.
805
806         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
807         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
808         dependencies of C.  Install tradcpp from install-common, in
809         $(libsubdir).
810
811 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
812
813         * cppinit.c: Include cppdefault.h.  Refer to
814         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
815         to GCC_INCLUDE_DIR and its length.
816         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
817         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
818         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
819         cppdefault.h.
820         (include_defaults_array): Move to cppdefault.c.
821
822         * cppdefault.h: New file.
823         * cppdefault.c: New file.
824
825         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
826         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
827         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
828         this file.
829
830 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
831
832         * reload.c (push_reload): When seeing if can reuse a register,
833         check extra registers against widest of INMODE and OUTMODE.
834
835 2000-07-06  Neil Booth  <NeilB@earthling.net>
836
837         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
838         based on full length of predicate.
839
840 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
841
842         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
843         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
844
845 2000-07-05  Kazu Hirata  <kazu@hxi.com>
846
847         * h8300-proto.h: Fix formatting.
848         * h8300.c: Likewise.
849         * h8300.h: Likewise.
850
851 2000-07-05  Jim Wilson  <wilson@cygnus.com>
852
853         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
854         CCmode.
855
856 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
857
858         * invoke.texi: Fix minor typos
859         * md.texi: Fix minor typos
860
861 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
862
863         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
864
865 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
866
867         * cpplex.c: Don't include sys/mman.h.
868         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
869
870         * cpplib.c: Include sys/mman.h and obstack.h.
871         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
872         obstack.
873         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
874         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
875         bother freeing if stack entries (they will be freed with their buffer).
876         (do_endif): Free if stack entries from the buffer obstack.
877         (push_conditional): Allocate if stack entries from the buffer obstack.
878
879         (find_answer): Rename to _cpp_find_answer.
880         (do_assert, do_unassert): Update.
881
882         * cpphash.h: Update prototypes.
883         (xobnew): New convenience macro.
884         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
885         Update comments.
886         (struct cpp_hashnode): Remove disabled field.
887
888         * cppinit.c: Don't include hashtab.h or splay-tree.h.
889         (report_missing_guard): Moved to cppfiles.c.
890         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
891         cpp_init_includes.
892         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
893         cpp_cleanup_includes.  Don't destroy hashtab or
894         all_include_files here.
895         (cpp_finish): Use _cpp_report_missing_guards.
896
897         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
898         (_cpp_init_include_table): Rename _cpp_init_includes.
899         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
900
901         * cppexp.c (parse_assertion): Update for new name of
902         find_answer.
903
904         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
905
906 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
907
908         * cpplib.c (do_ident): s/VSPACE/EOF/
909
910 2000-07-05  Neil Booth  <NeilB@earthling.net>
911
912         * cpplex.c: Fix trigraph replacement within strings.
913
914 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
915
916         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
917
918         * xcoffout.c (assign_type_number): Constify.
919         (xcoffout_source_file): Add static prototype.  Don't needlessly
920         cast away const-ness.
921
922 2000-07-04  Jason Merrill  <jason@redhat.com>
923
924         * frame.h (frame_state): Move base_offset to end.
925
926 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
927
928         * calls.c (emit_library_call_value_1): Revert previous change.
929
930 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
931
932         * fix-header.c (struct partial_proto): Remove unnecessary fields.
933         (recognized_extern, recognized_function, read_scan_file):
934         Update for new scheme.
935         (check_protection): It's still a multiple include guard even
936         if it doesn't always trigger.
937         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
938         new scheme.
939         * scan.h: Declare struct cpp_token.  Update prototypes.
940
941 2000-07-03  Neil Booth  <neilb@earthling.net>
942             Zack Weinberg  <zack@wolery.cumb.org>
943
944         Complete overhaul of the lexer and macro expander.
945
946         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
947         arg, arglist, argdata, reflist, collect_objlike_expansion,
948         collect_funlike_expansion, collect_params,
949         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
950         unsafe_chars, macarg, compare_defs, special_symbol,
951         scan_arguments, stringify, funlike_macroexpand,
952         _cpp_quote_string, monthnames): Delete.
953         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
954         _cpp_create_definition, _cpp_dump_definition,
955         dump_hash_helper): Adjust.
956         (find_param, count_params, parse_define, var_args_str,
957         check_macro_redefinition, save_expansion): New.
958
959         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
960         parse_string, output_line_command, trigraph_replace,
961         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
962         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
963         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
964         _cpp_skip_rest_of_line): Modify.
965
966         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
967         find_position, null_warning, bump_column, expand_name_space,
968         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
969         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
970         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
971         _cpp_prescan): Delete.
972
973         (dump_param_spelling, process_directive, lex_next,
974         is_macro_disabled, stringify_arg, expand_context_stack,
975         output_token, make_string_token, alloc_number_token,
976         special_symbol, duplicate_token, maybe_paste_with_next,
977         can_paste, prevent_macro_expansion, restore_macro_expansion,
978         get_temp_token, release_temp_tokens, quote_string,
979         token_names, token_spellings, _cpp_expand_name_space,
980         _cpp_glue_header_name, _cpp_reserve_name_space,
981         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
982         placemarker_token, eof_token, cpp_context, macro_args,
983         get_raw_token, parse_arg, parse_args, save_token,
984         push_arg_context, push_macro_context, pop_context,
985         do_pop_context, free_macro_args, _cpp_get_line,
986         _cpp_run_directive): New.
987
988         * cpplib.c (validate_else, parse_include, push_conditional,
989         pass_thru_directive, read_line_number, parse_ifdef,
990         detect_if_not_defined, _cpp_check_directive, do_define,
991         do_undef, do_include, do_import, do_include_next, do_error,
992         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
993         top_pragmas, do_pragma_gcc, do_pragma_implementation,
994         do_pragma_poison, do_pragma_system_header,
995         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
996         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
997         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
998         cpp_defined): Update for new scheme.
999         (strtoul_for_line, get_define_node, dump_macro_name,
1000         _cpp_check_linemarker, _cpp_parse_assertion): New.
1001         (_cpp_handle_directive, do_pragma_default): Delete.
1002
1003         * cpphash.h (struct predicate): Now struct answer.
1004         (enum spell_type, struct token_spelling, struct directive,
1005         directive_handler): New.
1006         Update prototypes.  Remove unused macros.
1007         * cpplib.h: Update prototypes.  Remove unused macros,
1008         structure definitions, and fields.
1009
1010         * cpperror.c (print_containing_files, v_message): Adjust.
1011         * cppexp.c (parse_assertion, lex, parse_escape,
1012         _cpp_parse_expr): Adjust.
1013         * cppfiles.c (open_include_file, _cpp_execute_include,
1014         _cpp_compare_file_date, cpp_read_file, read_include_file):
1015         Adjust.
1016         * cppinit.c (dump_special_to_buffer): Delete.
1017         (append_include_chain, merge_include_chains, cpp_reader_init,
1018         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
1019         cpp_finish, handle_option, print_help): Adjust.
1020         * cppmain.c (main): Adjust.
1021
1022 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1023
1024         * cppspec.c (lang_specific_driver): Use double quotes in error
1025         message.
1026
1027 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1028
1029         * calls.c (emit_library_call_value_1): Use valreg instead
1030         of hard_libcall_value.
1031
1032 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
1033
1034         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
1035         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
1036         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
1037         (movhi): Likewise.
1038         (movqi): Likewise.
1039         (movdf): Likewise.
1040         (movsf): Likewise.
1041         (movdi): Likewise.
1042         (movti): Likewise.
1043
1044         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
1045         mode instead of wider_mode is being used.
1046
1047 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1048
1049         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
1050         of 'r'. Use q_regs_operand.
1051         (andsi_1+2): Use q_regs_operand.
1052
1053 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1054
1055         * builtins.c (get_memory_rtx): Always put into alias set 0.
1056
1057 2000-07-03  Nick Clifton  <nickc@cygnus.com>
1058
1059         * config/arm/arm.md: Fix post increment and pre increment
1060         peepholes so that they do not generate UNPREDICATBLE opcodes.
1061         (ie ones where the increment clobbers the source/destination).
1062
1063 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
1064
1065         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
1066         change too big for -mtiny-stack" a warning, if larger than 63.
1067         (out_set_stack_ptr): Change the logic so -mno-interrupts is
1068         always safe to use on possible future devices.
1069         (function_prologue): Write SPH before SPL, for consistency.
1070         If interrupt_func_p true, we know we have enabled interrupts.
1071         (avr_num_arg_regs): New function.  Round up to even number of
1072         bytes if no -mpack-args or if calling a libgcc function.
1073         (function_arg, function_arg_advance): Use it.
1074         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1075         Output "movw" if available.
1076         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1077         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1078         (asm_output_section_name): Add blanks for consistent output.
1079         (encode_section_info): Set TREE_READONLY for progmem data to
1080         avoid gas warnings about changed section attributes.
1081         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1082         even numbered registers on devices with "movw".
1083         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1084         (TARGET_SWITCHES): Mark help strings for translation.
1085         Add new -mpack-args and -menhanced switches.
1086         (TARGET_OPTIONS): Mark help strings for translation.
1087         (progmem_section): Add section attributes.
1088         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1089         Output "movw" if available.
1090         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1091         New patterns.
1092         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1093         call convention (arguments aligned on even registers).
1094         (_cleanup, _exit): Make weak symbols libc can override.
1095
1096 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1097
1098         * fp-bit.h: New file.
1099
1100         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1101         Comment #endif statements.
1102         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1103
1104 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1105
1106         * gcse.c (compute_pre_data): Compute ae_kill using other local
1107         properties instead of calling compute_ae_kill.
1108
1109         * alias.c (init_alias_analysis): Do not call
1110         prologue_epilogue_contains until after reload has completed.
1111
1112 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1113
1114         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1115         (genrtl_finish_compound_stmt): Likewise.
1116         (genrtl_compound_stmt): Change to return void.
1117
1118         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1119         move code from here to ...
1120         (genrtl_compound_stmt): ... here.
1121         (genrtl_finish_compound_stmt): Remove.
1122         (expand_stmt): Add comment.
1123
1124 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1125
1126         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1127         and VOID_TYPE_P.
1128
1129 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1130
1131         * cpplib.h (struct cpp_reader): New field include_depth.
1132         (struct cpp_printer): Rename last_bsd to last_id.
1133         * cppfiles.c (read_include_file): Bump include_depth.
1134         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1135         (output_line_command): Output correct #line if a header
1136         is including itself and is not protected against multiple inclusion.
1137         Use include_depth instead of buffer_stack_depth, last_id instead of
1138         last_bsd.
1139         * cppinit.c (cpp_start_read): Initialize last_id instead of
1140         last_bsd.
1141
1142 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1143
1144         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1145         (c-semantics.o): New target.
1146
1147         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1148         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1149         (genrtl_clear_out_block): Likewise.
1150         (genrtl_goto_stmt): Likewise.
1151         (genrtl_expr_stmt): Likewise.
1152         (genrtl_decl_stmt): Likewise.
1153         (genrtl_if_stmt): Likewise.
1154         (genrtl_while_stmt): Likewise.
1155         (genrtl_do_stmt): Likewise.
1156         (genrtl_return_stmt): Likewise.
1157         (genrtl_for_stmt): Likewise.
1158         (genrtl_break_stmt): Likewise.
1159         (genrtl_continue_stmt): Likewise.
1160         (genrtl_scope_stmt): Likewise.
1161         (genrtl_switch_stmt): Likewise.
1162         (genrtl_case_label): Likewise.
1163         (genrtl_begin_compound_stmt): Likewise.
1164         (gerntl_finish_compound_stmt): Likewise.
1165         (genrtl_compound_stmt): Likewise.
1166         (genrtl_asm_stmt): Likewise.
1167         (genrtl_decl_cleanup): Likewise.
1168         (DECL_ANON_UNION_ELEMS): Likewise.
1169         (emit_local_var): Likewise.
1170         (make_rtl_for_local_static): Likewise.
1171         (expand_cond): Likewise.
1172         (expand_stmt): Likewise.
1173         (c_expand_return): Likewise.
1174         (c_expand_start_case): Likewise.
1175         (do_case): Likewise.
1176         (COMPOUND_STMT_NO_SCOPE): Likewise.
1177         (c_expand_asm_operands): Likewise.
1178         (NEW_FOR_SCOPE_P): New macro.
1179         (expand_expr_stmt_fn): New type.
1180
1181         (set_current_function_name_declared): Likewise.
1182         (current_function_name_declared): Likewise.
1183         (lang_expand_stmt): Likewise.
1184         (stmts_are_full_exprs_p): Likewise.
1185         (anon_aggr_type_p): Likewise.
1186         (lang_expand_expr_stmt): Likewise.
1187         (build_case_label): Likewise.
1188
1189         * c-decl.c (lang_expand_expr_stmt): Initialize.
1190         (stmts_are_full_exprs_p): Define.
1191         (current_function_name_declared): Likewise.
1192         (do_case): Likewise.
1193         (lang_expand_stmt): Likewise.
1194         (set_current_function_name_declared): Likewise.
1195         (anon_aggr_type_p): Likewise.
1196
1197         * c-semantics.c: New file.
1198         (expand_cond): Moved from cp/semantics.c.
1199         (genrtl_do_pushlevel): Likewise.
1200         (genrtl_clear_out_block): Likewise.
1201         (genrtl_goto_stmt): Likewise.
1202         (genrtl_expr_stmt): Likewise.
1203         (genrtl_decl_stmt): Likewise.
1204         (genrtl_if_stmt): Likewise.
1205         (genrtl_while_stmt): Likewise.
1206         (genrtl_do_stmt): Likewise.
1207         (genrtl_return_stmt): Likewise.
1208         (genrtl_for_stmt): Likewise.
1209         (genrtl_break_stmt): Likewise.
1210         (genrtl_continue_stmt): Likewise.
1211         (genrtl_scope_stmt): Likewise.
1212         (genrtl_switch_stmt): Likewise.
1213         (genrtl_case_label): Likewise.
1214         (genrtl_begin_compound_stmt): Likewise.
1215         (genrtl_finish_compound_stmt): Likewise.
1216         (genrtl_compound_stmt): Likewise.
1217         (genrtl_asm_stmt): Likewise.
1218         (genrtl_decl_cleanup): Likewise.
1219         (make_rtl_for_local_static): Moved from cp/decl.c.
1220         (emit_local_var): Likewise.
1221         (expand_stmt): Define.
1222
1223         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1224         (c_expand_return): Likewise.
1225         (c_expand_start_case): Likewise.
1226
1227 2000-07-01  Richard Henderson  <rth@cygnus.com>
1228
1229         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1230         with the low 13 bits set.
1231         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1232         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1233         of the low 13 bits into a CONST plus an adddi3.
1234         (load_symptr): Set RTX_UNCHANGING_P.
1235
1236 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1237
1238         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1239         * c-common.c (ridpointers): Declare.
1240         * c-common.h (enum rid): Declare.
1241         (NORID): Likewise.
1242         (ridpointers): Likewise.
1243         * c-lex.c (ridpointers): Don't declare.
1244         (init_lex): Initialize ridpointers.
1245         * c-lex.h (enum rid): Don't declare.
1246         (NORID): Likewise.
1247         (RID_FIRST_MODIFIER): Likewise.
1248         (ridpointers): Likewise.
1249
1250 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1251
1252         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1253         have global scope.
1254
1255 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1256
1257         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1258         always an error.
1259
1260 2000-06-30  Catherine Moore  <clm@cygnus.com>
1261
1262         * c-common.c (decl_attributes):  Differentiate between
1263         types and type decls for alignment.
1264
1265 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1266
1267         * cpp.texi: Document #pragma GCC dependency
1268         * cppfiles.c (open_include_file): Set date to unknown.
1269         (_cpp_compare_file_date): New function.
1270         (read_include_file): Set file date.
1271         * cpphash.h (struct include_file): Add date member.
1272         (_cpp_compare_file_date): Prototype.
1273         * cpplib.c (parse_include): Add trail parameter. Adjust.
1274         (do_include): Adjust parse_include call.
1275         (do_import): Likewise.
1276         (do_include_next): Likewise.
1277         (gcc_pragmas): Add dependency pragma.
1278         (do_pragma_dependancy): New pragma.
1279
1280 2000-06-29  Jason Merrill  <jason@redhat.com>
1281
1282         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1283         no operands.
1284
1285 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1286
1287         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1288         a volatile mem and FR_REGS.
1289
1290 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1291
1292         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1293         * c-common.h (flag_const_strings): Declare.
1294         (warn_format): Likewise.
1295         (flag_traditional): Likewise.
1296         (flag_isoc99): Likewise.
1297         (warn_parentheses): Likewise.
1298         (warn_conversion): Likewise.
1299         (C_TYPE_OBJECT_P): Likewise.
1300         (C_TYPE_INCOMPLETE_P): Likewise.
1301         (C_TYPE_FUNCTION_P): Likewise.
1302         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1303         (C_EXP_ORIGINAL_CODE): Likewise.
1304         (build_unary_op): Likewise.
1305         (build_binary_op): Likewise.
1306         (lvalue_p): Likewise.
1307         (default_conversion): Likewise.
1308         (common_type): Likewise.
1309         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1310         (C_TYPE_INCOMPLETE_P): Likewise.
1311         (C_TYPE_FUNCTION_P): Likewise.
1312         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1313         (C_EXP_ORIGINAL_CODE): Likewise.
1314         (common_type): Likewise.
1315         (default_conversion): Likewise.
1316         (build_binary_op): Likewise.
1317         (build_unary_op): Likewise.
1318         (lvalue_p): Likewise.
1319         (flag_const_strings): Likewise.
1320         (warn_format): Likewise.
1321         (warn_conversion): Likewise.
1322         (flag_traditional): Likewise.
1323         (flag_isoc99): Likewise.
1324         (warn_parentheses): Likewise.
1325
1326 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1327
1328         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1329
1330         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1331         same.  Only tie XFmode with XFmode.
1332
1333 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1334
1335         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1336         * Makefile.in: Update deps.
1337
1338 2000-06-29  Andrew Haley  <aph@cygnus.com>
1339
1340         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1341         to true.
1342
1343 2000-06-29  Andrew Haley  <aph@cygnus.com>
1344
1345         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1346         bytes: remove the multiply by 8.
1347
1348 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1349
1350         * rtl.c : Revert NLS changes.
1351         * gcc.c : Fix bug in display_help introced by my last changes.
1352
1353 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1354
1355         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1356         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1357
1358 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1359
1360         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1361
1362 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1363
1364         * c-decl.c : Mark strings for translation.
1365         (parmlist_tags_warning): Use distinct messages instead
1366         of conditional expressions.
1367         * diagnostic.c (v_message_with_decl): Mark string for translation.
1368         * gcc.c: Mark messages for translation.
1369         (display_help): Combine messages into one string where necessary.
1370         * mips-tfile: Add intl.h. Mark messages for translation.
1371         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1372         messages for translation.
1373         * timevar.c: Mark messages for translation.
1374         * tlink.c: Likewise.
1375         * toplev.c: Likewise.
1376
1377 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1378
1379         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1380
1381         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1382         use -isystem instead of -idirafter.
1383         * i386/i386-interix.h: Likewise.
1384
1385 2000-06-28  Jason Merrill  <jason@redhat.com>
1386
1387         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1388         unless DWARF2_DEBUGGING_INFO is defined.
1389         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1390
1391 2000-06-28  Richard Henderson  <rth@cygnus.com>
1392
1393         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1394
1395 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1396
1397         * cpplex.c (output_line_command): Output correct #line if a header
1398         is including itself and is not protected against multiple inclusion.
1399
1400 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1401
1402         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1403         ENFILE, close all cached file descriptors and try again.
1404         (_cpp_execute_include): Keep a count of the number of times
1405         each header is included.
1406         (close_cached_fd): New function.
1407         * cpphash.h (struct include_file): Rename before to
1408         include_count; all users updated.  Make include_count and sysp
1409         unsigned short.
1410         * cppinit.c (cpp_finish): If -H, report headers that could use
1411         reinclude guards.
1412         (report_missing_guard): New function.
1413
1414 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1415
1416         * i386.md (prologue_set_got): Set length_immediate field.
1417         (testqi_ccno_1):  Add missing '@' character.
1418
1419 2000-06-27  Jason Merrill  <jason@redhat.com>
1420
1421         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1422         DWARF_FRAME_REGNUM.
1423
1424 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1425
1426         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
1427         unsigned macros available.
1428
1429 2000-06-27  Richard Henderson  <rth@cygnus.com>
1430
1431         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1432         epilogue_deallocate_stack.
1433
1434         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1435         completers for UNORDERED and ORDERED as well.
1436         * config/ia64/ia64.md (bunordered, bordered): New.
1437         (sunordered, sordered): New.
1438
1439 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1440
1441         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1442         * i386.c (ix86_attr_length_default): Kill.
1443         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1444         New.
1445         * i386-protos.h (ix86_attr_length_default): Kill
1446         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1447         Add prototype
1448         * i386.md (attribute type): Add "test".
1449         (attribute length_prefix): Kill.
1450         (attribute length_opcode): Kill.
1451         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1452         prefix_rep, prefix_0f, modrm): New.
1453         (attribute length): Compute using the new attributes.
1454         (attribute pent_prefix): New.
1455         (attribute pent_pair): Compute using pent_prefix.
1456         (all insn patterns): Set mode,modrm and immediate_length attributes where
1457         needed.
1458         (cmpsi patterns): Compute sizes propertly for test instruction.
1459         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1460         (movstricthi_xor, movstrictqi_xor): New patterns.
1461         (andsi/andhi): Use splitters to generate xor instructions.
1462         (xorqi_ext_1): New pattern.
1463         (movstricthi->movstricthi_xor peep2): New.
1464
1465 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1466
1467         * i386.md (addqi_low_1): Remove.
1468
1469 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1470
1471         * 1750a.h: Mark help strings for options/switches for translation.
1472         * a29k.h: Likewise.
1473         * alpha.h: Likewise.
1474         * arm.h: Likewise.
1475         * pe.h: Likewise.
1476         * riscix.h: Likewise.
1477         * c4x.h: Likewise.
1478         * clipper.h: Likewise.
1479         * convex.h: Likewise.
1480         * elxsi.h: Likewise.
1481         * fr30.h: Likewise.
1482         * fx80.h: Likewise.
1483         * h8300.h: Likewise.
1484         * i370.h: Likewise.
1485         * cygwin.h: Likewise.
1486         * dgux.h: Likewise.
1487         * djgpp.h: Likewise.
1488         * i386.h: Likewise.
1489         * osf1elf.h: Likewise.
1490         * osfrose.h: Likewise.
1491         * sco5.h: Likewise.
1492         * win32.h: Likewise.
1493         * i860.h: Likewise.
1494         * paragon.h: Likewise.
1495         * i960.h: Likewise.
1496         * ia64.h: Likewise.
1497         * m32r.h: Likewise.
1498         * mcore.h: Likewise.
1499         * mips.h: Likewise.
1500         * mn10300.h: Likewise.
1501         * ns32k.h: Likewise.
1502         * pdp11.h: Likewise.
1503         * pj.h: Likewise.
1504         * aix.h: Likewise.
1505         * aix41.h: Likewise.
1506         * aix43.h: Likewise.
1507         * beos.h: Likewise.
1508         * rs6000.h: Likewise.
1509         * sysv4.h: Likewise.
1510         * linux.h: Likewise.
1511         * linux64.h: Likewise.
1512         * sp64-elf.h: Likewise.
1513         * sparc.h: Likewise.
1514         * splet.h: Likewise.
1515         * v850.h: Likewise.
1516         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1517         for translation.
1518         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1519         Properly document option and mark for translation.
1520         * sp86x-elf.h: Likewise.
1521
1522 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1523
1524         Add MMX and SSE registers to i386 machine description.
1525         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1526         ix86_local_alignment): Declare.
1527
1528         * i386.h (TARGET_MMX, TARGET_SSE): New.
1529         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1530         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1531         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1532         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1533         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1534         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1535         (RETURN_IN_MEMORY): Handle MMX/SSE.
1536         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1537         also get stack space.
1538         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1539         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1540         (MMX_REGISTER_NAMES): New.
1541         (ALIGN_MODE_128): New macro.
1542         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1543         (DATA_ALIGNMENT): Likewise.
1544         (LOCAL_ALIGNMENT): Likewise.
1545         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1546         TARGET_MMX/TARGET_SSE.
1547         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1548         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1549         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1550         SSE/MMX regs and something else.
1551         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1552         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1553         3 if moving between MMX regs and something else.
1554
1555         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1556         (regclass_map): Add MMX/SSE registers.
1557         (print_operand): Add code to print XMMWORD as appropriate.
1558         (ix86_split_movdi): Abort for MMX regs.
1559         (init_cumulative_args): Also allow SSE_REGS
1560         (function_arg_advance, function_arg): Likewise
1561         (print_reg): Support 'm'.  Add case for TImode.
1562         (override_options): TARGET_SSE implies TARGET_MMX.
1563         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1564         New functions.
1565
1566         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1567         FIRST_SSE_REG.
1568         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1569         memory.
1570         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1571         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1572
1573 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1574
1575         * ssa.c (struct rename_set_data): Change the name of field
1576         'set_dest' to 'old_reg'.  Add comments.
1577         (struct rename_context): Change the name of 'set_data' to
1578         'new_renames'.  Add new field 'done_renames'.
1579         (create_delayed_rename): New function.
1580         (apply_delayed_renames): New function.
1581         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1582         SUBREGs and similar by emitting a move.
1583         (new_registers_for_updates): Delete, functionality moved to
1584         apply_delayed_renames.
1585         (rename_block): Handle moves emitted by rename_insn_1 by putting
1586         them into a SEQUENCE with the original insn.  Add sanity checks
1587         and comments.
1588         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1589         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1590
1591 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1592             Jason Merrill <jason@redhat.com>
1593
1594         * dwarf2.h (enum dwarf_call_frame_info): Add
1595         DW_CFA_def_cfa_expression.
1596         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1597         dw_loc_descr_struct entry.
1598         (struct cfa_loc): New structure to track a CFA location.
1599         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1600         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1601         offset, plus handle DW_CFA_def_cfa_expression.
1602         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1603         cfa_loc record.
1604         (dwarf2out_def_cfa): Entry point maintained for compatability.
1605         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1606         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1607         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1608         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1609         cfa_reg.
1610         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1611         sequences for the new DW_CFA_def_cfa_expression record.
1612         (dwarf2out_frame_debug): Use new variables/fields.A
1613         (output_cfi): Handle DW_CFA_def_cfa_expression.
1614         (output_cfa_loc): New function to generate a CFI record for
1615         DW_CFA_def_cfa_expression.
1616         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1617         a dw_loc_descr sequeunce.
1618         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1619         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1620         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1621         unwind info section.
1622         * frame.h (frame_state): Add base_offset and indirect fields.
1623         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1624         dw_loc_descr operation.
1625         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1626         (struct frame_state): Add base offset and indirect fields.
1627         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1628
1629 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1630
1631         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1632         Make warnings about implicit int be pedwarns in C99.  Don't warn
1633         about duplicate type qualifiers in C99.
1634         (start_function): Make warning about implict int return type be a
1635         pedwarn in C99.
1636         * c-lex.c (yylex): Don't warn about `long long' in C99.
1637         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1638         `return' with no value in function returning non-void.
1639
1640 2000-06-26  Richard Henderson  <rth@cygnus.com>
1641
1642         * c-typeck.c (pedwarn_c99): New.
1643         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1644         * toplev.h: Prototype them.
1645
1646 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1647
1648         * c-typeck.c (digest_init): Return error_mark_node node when
1649         TREE_TYPE (init)  == error_mark_node.
1650
1651 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1652
1653         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1654         test for msgfmt without path instead.
1655         * configure: Rebuilt.
1656
1657 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1658
1659         * gengenrtl.c (special_rtx): Fix typo in comment.
1660
1661 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1662
1663         * mklibgcc.in (LIB2FUNCS): Add missing space.
1664
1665 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1666
1667         * tree.h (enum tree_index): Add vector type nodes.
1668         Add accessor macros for them.
1669         (TYPE_REPRESENATION_TYPE): New macro.
1670         * tree.c (build_common_tree_nodes_2): Build these nodes.
1671         (finish_vector_type): New function.
1672         * c-common.c (type_for_mode): Handle vector modes.
1673         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
1674
1675         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
1676         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
1677         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
1678         (gen_type_die): Likewise.
1679         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
1680         (fundamental_type_code): Likewise.
1681         (type_is_fundamental): VECTOR_TYPEs aren't.
1682         (output_type): Handle VECTOR_TYPEs.
1683
1684 2000-06-25  Kazu Hirata  <kazu@hxi.com>
1685
1686         * config/arm.c: Fix a comment typo.
1687         * config/arm.h: Likewise.
1688
1689 2000-06-25  Philipp Thomas  <pthomas@suse.de>
1690
1691         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
1692         compiler found.
1693         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
1694         * configure: Rebuilt.
1695
1696 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
1697
1698         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
1699
1700 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1701
1702         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
1703         libgcc.a.
1704
1705 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
1706
1707         * collect2.c (resolve_lib_name): Move '/' check out of loop.
1708
1709 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
1710
1711         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
1712
1713 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
1714
1715         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
1716         last_unconditional_cleanup.
1717
1718 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1719
1720         * tree.def (VECTOR_TYPE): New node type.
1721         * tree.h: Adjust some comments to reflect addition of vector types.
1722         (TYPE_VECTOR_SUBPARTS): New macro.
1723         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
1724         * c-convert.c (convert): Likewise.
1725         * convert.c (convert_to_integer): Handle vector modes.
1726         (convert_to_vector): New function.
1727         * convert.h (convert_to_vector): Declare.
1728         * expr.c (convert_move): Handle vector modes.
1729         * expmed.c (extract_bit_field): Don't abort for vector modes.
1730
1731 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
1732
1733         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
1734         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
1735         New functions, common code moved from function_{prologue,epilogue}
1736         and extended to support the -mtiny-stack option.
1737         (function_prologue, function_epilogue): Use them.
1738         Use lo8/hi8 consistently for asm output readability.
1739         (avr_hard_regno_mode_ok): New function.
1740         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
1741         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
1742         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
1743         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
1744         Write SPH before SPL.
1745         (*movqi): No need to disable interrupts for just one "out"
1746         in alternative 5.  Change length attribute from 4 to 1.
1747         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
1748         Write SPH before SPL.
1749
1750 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1751
1752         * rtl.texi (Vector Operations): New node.
1753         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
1754         (Conversions): Add ss_truncate, us_truncate.
1755         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
1756         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
1757         US_TRUNCATE): New rtx codes.
1758         * machmode.def: Add vector modes.
1759         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
1760         MODE_VECTOR_FLOAT.
1761         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
1762         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
1763         (VECTOR_MODE_P): New.
1764
1765 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
1766
1767         * cpp.texi: Clarify #pragma GCC namespace.
1768
1769 2000-06-24  Philipp Thomas  <pthomas@suse.de>
1770
1771         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
1772         all catalogs specified in ALL_LINGUAS.
1773         * configure: Rebuilt.
1774
1775 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1776
1777         * config/sparc/sparc.md (reload_outdi+1): Handle
1778         HOST_BITS_PER_WIDE_INT == 64 case correctly.
1779         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
1780
1781 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
1782
1783         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
1784         struct vs. scalar-ness when -fno-strict-aliasing.
1785
1786 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
1787
1788         * cpplib.c (struct pragma_entry): New structure.
1789         (pragma_dispatch): Pragma dispatcher.
1790         (top_pragmas, gcc_pragmas): New static variables.
1791         (do_pragma): Use pragma_dispatch.
1792         (do_pragma_gcc): New pragma handler.
1793         * cpp.texi: Update.
1794
1795 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1796
1797         * calls.c (compute_argument_addresses): Force stack slots into
1798         alias set 0.
1799         * expr.c (emit_push_insn): Force pushes into alias set 0.
1800
1801 2000-06-23  Richard Henderson  <rth@cygnus.com>
1802
1803         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
1804         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
1805
1806 2000-06-22  Jason Merrill  <jason@redhat.com>
1807
1808         * toplev.c (compile_file): Always call timevar_print.
1809         * Makefile.in (calls.o): Depend on TIMEVAR_H.
1810
1811 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
1812
1813         * varasm.c (constant_descriptor): Make contents unsigned char.
1814         (mark_const_hash_entry): Adjust.
1815         (const_hash): Just hash the code of unknown nodes.
1816         (compare_constant_1): Adjust for unsigned char.
1817         Use language specific expander on unknown nodes.
1818         (record_constant_1): Likewise.
1819
1820 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1821
1822         * cppfiles.c (cpp_make_system_header): New function.
1823         * cpplib.h: Prototype it.
1824         * cpplib.c (do_line, do_pragma_system_header): Use it.
1825         * fix-header.c (read_scan_file): Use it.
1826
1827         * fix-header.c (check_macro_names): Cast second arg of
1828         cpp_defined to const unsigned char *.
1829         (read_scan_file): Make getchar_call const unsigned char.
1830
1831 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1832
1833         * cppfiles.c: Include splay-tree.h, not hashtab.h.
1834         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
1835         (destroy_include_file_node): New.
1836         (_cpp_init_include_hash): Rename _cpp_init_include_table.
1837         Create a splay tree, not a hash table.
1838         (open_include_file): Look up the path in the include table,
1839         do the multiple include optimization here, etc.
1840         (cpp_included): Walk the path.
1841         (find_include_file): Just walk the path calling
1842         open_include_file, or call it directly for an absolute path.
1843         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
1844         scheme.
1845         (read_include_file): Update for new scheme.  Don't close the
1846         file unless reading fails.
1847         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
1848
1849         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
1850         (struct include_file): New.
1851         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
1852         macros.
1853         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
1854         Update prototypes.
1855
1856         * cppinit.c: Include splay-tree.h.
1857         (cpp_reader_init, cpp_cleanup): Update.
1858
1859         * cpplib.h (struct cpp_buffer): Change ihash field to
1860         'struct include_file *inc'.  Remove system_header_p.
1861         (struct cpp_reader): Change all_include_files to a
1862         struct splay_tree_s *.
1863
1864         * cpplex.c: Update all references to cpp_buffer->ihash and/or
1865         cpp_buffer->system_header_p.
1866         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
1867
1868         * Makefile.in (SPLAY_TREE_H): New macro.
1869         (cppfiles.o, cppinit.o): Update dependencies.
1870
1871 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
1872
1873         * invoke.texi (g++): "g++" is not a script anymore.
1874
1875 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1876
1877         * function.c (round_down): Delete obsolete prototype.
1878
1879         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
1880
1881 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
1882
1883         * configure.in: Use 'test a = b' not 'test a == b'.
1884         * configure: Regen.
1885
1886         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
1887
1888         * Makefile.in: Remove all references to HOST_INTLLIBS.
1889
1890         * cpplex.c (parse_name): Don't warn about $ in identifiers if
1891         skipping.
1892
1893 2000-06-20  Philipp Thomas  <pthomas@suse.de>
1894
1895         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
1896         for PA 2.0.
1897
1898 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1899
1900         * Take REG_INC notes into account.
1901
1902 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
1903
1904         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
1905         (primary: IDENTIFIER): Just call build_external_ref.
1906         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
1907         Regenerate.
1908         * c-lex.c (lastiddecl): Remove.
1909         (yylex): Replace all instances of lastiddecl with local
1910         variables.
1911
1912         * c-typeck.c (build_external_ref): New function.  Treat decls
1913         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
1914         Look up the decl from the id here.  Call lookup_objc_ivar.
1915         * c-lang.c (lookup_objc_ivar): Stub.
1916         * objc/objc-act.c (lookup_objc_ivar): New function.
1917
1918         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
1919         * c-lex.h: Don't declare lastiddecl.
1920
1921 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
1922
1923         * c-common.h (IF_COND): Added documentation.
1924         (THEN_CLAUSE): Likewise.
1925         (ELSE_CLAUSE): Likewise.
1926         (WHILE_COND): Likewise.
1927         (WHILE_BODY): Likewise.
1928         (DO_COND): Likewise.
1929         (DO_BODY): Likewise.
1930         (RETURN_EXPR): Likewise.
1931         (EXPR_STMT_EXPR): Likewise.
1932         (FOR_INIT_STMT): Likewise.
1933         (FOR_COND): Likewise.
1934         (FOR_EXPR): Likewise.
1935         (FOR_BODY): Likewise.
1936         (SWITCH_COND): Likewise.
1937         (SWITCH_BODY): Likewise.
1938         (CASE_LOW): Likewise.
1939         (CASE_HIGH): Likewise.
1940         (GOTO_DESTINATION): Likewise.
1941         (COMPOUND_BODY): Likewise.
1942         (ASM_CV_QUAL): Likewise.
1943         (ASM_STRING): Likewise.
1944         (ASM_OUTPUTS): Likewise.
1945         (ASM_INPUTS): Likewise.
1946         (ASM_CLOBBERS): Likewise.
1947         (DECL_STMT_DECL): Likewise.
1948         (STMT_EXPR_STMT): Likewise.
1949         (LABEL_STMT_LABEL): Likewise.
1950
1951         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
1952         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
1953         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
1954         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1955
1956 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1957
1958         * configure.in (--enable-checking): Update --help doc to reflect
1959         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
1960
1961 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1962
1963         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
1964
1965         * function.c (put_var_into_stack): Don't reference DECL_ fields
1966         if input is a SAVE_EXPR.
1967         Use set_mem_attributes in COMPLEX case.
1968
1969 2000-06-18  Richard Henderson  <rth@cygnus.com>
1970
1971         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
1972         (ia64_file_start): Declare.
1973         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
1974         (GR_REGNO_P): Likewise.
1975         * config/ia64/ia64.c: Many prototypes.
1976         (ia64_reg_numbers): Constify.
1977         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
1978         (ia64_section_threshold): Make unsigned.
1979         (ia64_print_operand): Constify.
1980         (fix_range): Constify.
1981         (ia64_init_builtins): Don't compare signed vs unsigned.
1982         (ia64_expand_builtin): Likewise.
1983
1984         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
1985         (CONSTRAINT_OK_FOR_Q): New.
1986         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
1987         (movsf_internal, movdf_internal): Likewise.
1988         (cmovdi_internal): Rewrite so that constraints and predicates match;
1989         simplify splitters.
1990         (cmovsi_internal): Likewise.
1991
1992         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
1993         (ASM_FILE_START): New.
1994         * config/ia64/ia64.c (ia64_file_start): New.
1995         (rtx_needs_barrier): Handle pred.rel.mutex.
1996         (emit_predicate_relation_info): New.
1997         * config/ia64/ia64.md (pred_rel_mutex): New.
1998         * config/ia64/linux.h (ASM_SPEC): Define.
1999         * config/ia64/sysv4.h (ASM_FILE_START): Define.
2000
2001         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
2002         filtering global register variables.
2003
2004 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2005
2006         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
2007
2008 2000-06-17  Michael Meissner  <meissner@redhat.com>
2009
2010         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
2011         not present and there is a field after a '-'.
2012
2013 2000-06-17  Bruce Korb  <bkorb@gnu.org>
2014
2015         * fixinc/check.tpl:  finish the implementation of multiple tests
2016         for a single fix
2017         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
2018         (io_quotes_def): add a second test
2019         (various): reorder `files' so that "limits.h" is never first
2020         * fixinc/tests/base/*: update the testing output
2021
2022 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2023
2024         * gcc.texi: Remove reference to stupid.c.
2025
2026 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
2027
2028         * c-common.c (c_tree_code_type): New array.
2029         (c_tree_code_length): Likewise.
2030         (c_tree_code_name): Likewise.
2031         (add_c_tree_codes): New function.
2032
2033         * c-common.h (add_c_tree_codes): Declare.
2034         (enum c_tree_code): New enum.
2035
2036         * c-lex.c (init_parse): Added call to add_c_tree_codes.
2037
2038 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2039
2040         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
2041         select pattern to also match macro defs with only one argument.
2042
2043 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
2044
2045         * i386.md: Create new [right,left] rotate and right shift
2046         patterns to optimize shift by 1 bit for certain ia32 processors.
2047         Update patterns which perform left shifts to optimize shift by
2048         1 bit for certain ia32 processors.
2049         * i386.c (const_int_1_operand): New predicate.
2050         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
2051         * i386-protos.h (const_int_1_operand): Prototype.
2052
2053 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2054
2055         * mips.c (machine_dependent_reorg): Fix braces for nested if.
2056
2057 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
2058
2059         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
2060         LABEL_REFs.
2061
2062 2000-06-14  Richard Henderson  <rth@cygnus.com>
2063
2064         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
2065
2066         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
2067         auto-inc code.
2068
2069         * print-rtl.c (print_rtx): Emit space before mem alias set.
2070
2071 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
2072
2073         * rs6000.c (expand_block_move): Fix typo in earlier change.
2074         (print_operand): Remove unused variables neg and op.
2075         (toc_hash_mark_entry): Fix prototype.
2076
2077 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2078
2079         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2080         (THEN_CLAUSE): Likewise.
2081         (ELSE_CLAUSE): Likewise.
2082         (WHILE_COND): Likewise.
2083         (WHILE_BODY): Likewise.
2084         (DO_COND): Likewise.
2085         (DO_BODY): Likewise.
2086         (RETURN_EXPR): Likewise.
2087         (EXPR_STMT_EXPR): Likewise.
2088         (FOR_INIT_STMT): Likewise.
2089         (FOR_COND): Likewise.
2090         (FOR_EXPR): Likewise.
2091         (FOR_BODY): Likewise.
2092         (SWITCH_COND): Likewise.
2093         (SWITCH_BODY): Likewise.
2094         (CASE_LOW): Likewise.
2095         (CASE_HIGH): Likewise.
2096         (GOTO_DESTINATION): Likewise.
2097         (COMPOUND_BODY): Likewise.
2098         (ASM_CV_QUAL): Likewise.
2099         (ASM_STRING): Likewise.
2100         (ASM_OUTPUTS): Likewise.
2101         (ASM_INPUTS): Likewise.
2102         (ASM_CLOBBERS): Likewise.
2103         (DECL_STMT_DECL): Likewise.
2104         (STMT_EXPR_STMT): Likewise.
2105         (LABEL_STMT_LABEL): Likewise.
2106         (SCOPE_BEGIN_P): Likewise.
2107         (SCOPE_END_P): Likewise.
2108         (SCOPE_STMT_BLOCK): Likewise.
2109         (SCOPE_NULLIFIED_P): Likewise.
2110         (SCOPE_NO_CLEANUPS_P): Likewise.
2111         (SCOPE_PARTIAL_P): Likewise.
2112         (ASM_VOLATILE_P): Likewise.
2113         (STMT_LINENO): Likewise.
2114         (STMT_LINENO_FOR_FN_P): Likewise.
2115
2116         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2117         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2118         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2119         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2120         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2121
2122         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2123
2124 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2125
2126         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2127         writable in parts of the GCC code.
2128
2129         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2130         specification match cast.
2131
2132 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2133
2134         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2135         * configure, config.in: Rebuilt.
2136         * sys-protos.h: Similarly.
2137
2138 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2139
2140         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2141         * basic-block.h (EDGE_COMPLEX): ... here.
2142
2143         * loop.c (check_dbra_loop): Specify the register when
2144         generating REG_NONNEG notes and don't generate duplicates.
2145
2146 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2147
2148         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2149         (struct tree_type, struct tree_decl): Add user_align member.
2150         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2151         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2152         and DECL_USER_ALIGN 0, cap alignment to this value.
2153         (place_field): Likewise.
2154         (finalize_type_size): Set TYPE_USER_ALIGN.
2155         (layout_type): Likewise.
2156         (initialize_sizetypes): Likewise.
2157         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2158         DECL_USER_ALIGN to 1.
2159         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2160         (xfer_tag): Set TYPE_USER_ALIGN.
2161         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2162         (finish_enum): Likewise.
2163         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2164         (expand_anon_union_decl): Likewise.
2165         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2166         (build_index_type): Set TYPE_USER_ALIGN.
2167         (build_range_type): Likewise.
2168         (build_common_tree_nodes_2): Likewise.
2169         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2170
2171 2000-06-13  Andreas Jaeger  <aj@suse.de>
2172
2173         * configure.in: Use --enable-checking=misc,tree,gc by default if
2174         no --enable-checking option is given and for
2175         --enable-checking=yes.
2176         * configure: Rebuilt.
2177
2178 2000-06-13  Richard Henderson  <rth@cygnus.com>
2179
2180         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2181         (__throw): Don't pass the address of a label.
2182
2183         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2184         current_function_is_leaf.
2185         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2186         instead of reg_names[RETURN_ADDRESS_REGNUM].
2187         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2188         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2189         from RETURN_ADDRESS_REGNUM.  Update all uses.
2190         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2191         zero instead of null on failure.
2192         (ELIMINABLE_REGS): Add ra->b0 elimination.
2193         (CAN_ELIMINATE): Update accordingly.
2194         (INITIAL_ELIMINATION_OFFSET): Likewise.
2195         (REGISTER_NAMES): Use an illegal assembler name for
2196         RETURN_ADDRESS_POINTER_REGNUM.
2197
2198 2000-06-13  Richard Henderson  <rth@cygnus.com>
2199
2200         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2201         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2202         (REG_CLASS_NAMES): Likewise.
2203         (REG_CLASS_CONTENTS): Likewise.
2204         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2205         (HARD_REGNO_MODE_OK): Remove references to them.
2206         (REGNO_REG_CLASS): Likewise.
2207         (REG_CLASS_FROM_LETTER): Likewise.
2208         (CLASS_MAX_NREGS): Likewise.
2209         (REGISTER_MOVE_COST): Likewise.
2210         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2211         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2212         (movqi_internal): Special case moves from zero.
2213         (movhi_internal, movsi_internal): Likewise.
2214         (movdi_internal): Likewise.  Fill out "f" constraints.
2215         (movsf_internal): Fill out "r" constraints.
2216         (movdf_internal): Likewise.
2217
2218 2000-06-13  Richard Henderson  <rth@cygnus.com>
2219
2220         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2221         alive before reload.
2222
2223         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2224         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2225         (remove_dependence): Always define.
2226         (set_sched_group_p): New.
2227         (sched_analyze_2): Use it.
2228         (sched_analyze_insn): Don't special-case naked uses.  Look for
2229         and extend in_post_call_group_p.
2230         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2231         (init_deps): Clear in_post_call_group_p.
2232
2233 2000-06-13  Richard Henderson  <rth@cygnus.com>
2234
2235         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2236         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2237         and hard-coded tests.
2238         (simplify_set): Likewise.
2239         (gen_lowpart_for_combine): Likewise.
2240         * emit-rtl.c (gen_lowpart_common): Likewise.
2241         * global.c (find_reg): Likewise.
2242         * local-alloc.c (find_free_reg): Likewise.
2243         * recog.c (register_operand): Likewise.
2244         * regclass.c (init_reg_sets_1): Likewise.
2245         (record_operand_costs, regclass): Likewise.
2246         * reload.c (push_reload): Likewise.
2247         * reload1.c (choose_reload_regs): Likewise.
2248         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2249         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2250         Update all references.
2251         * regs.h (struct reg_info_def): Likewise.
2252         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2253         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2254         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2255
2256         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2257         (CLASS_CANNOT_CHANGE_MODE_P): New.
2258         * config/mips/mips.h: Likewise.
2259         * config/pa/pa32-regs.h: Likewise.
2260         * config/pa/pa64-regs.h: Likewise.
2261         * config/rs6000/rs6000.h: Likewise.
2262         * config/sh/sh.h: Likewise.
2263         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2264         (CLASS_CANNOT_CHANGE_MODE_P): New.
2265         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2266         * config/d30v/d30v.h: Likewise.
2267
2268 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2269
2270         * configure.in: Add AC_TYPE_GETGROUPS test.
2271         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2272         * configure: Rebuilt.
2273         * config.in: Rebuilt.
2274
2275 2000-06-13  Richard Henderson  <rth@cygnus.com>
2276
2277         * explow.c (set_mem_attributes): Do nothing for NULL type.
2278
2279 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2280
2281         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2282         correctly.
2283
2284 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2285
2286         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2287
2288 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2289
2290         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2291
2292 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2293
2294         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2295         * configure: Rebuilt.
2296
2297 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2298
2299         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2300         We now default to ELF for the i386, and a.out is the special case.
2301         * configure:  Rebuilt.
2302
2303 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2304
2305         * final.c (final_scan_insn): Delete notes between cc0 setter and
2306         user when restarting from setter.
2307
2308 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2309
2310         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2311         cast to squelch signed/unsigned warnings.
2312
2313 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2314
2315         * cpplib.c (handle_directive): Print non-NUL-terminated string
2316         with %.*s.
2317
2318 2000-06-12  Michael Meissner  <meissner@redhat.com>
2319
2320         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2321         path if the machine needs extra support to do conditional
2322         execution.
2323
2324 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2325
2326         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2327         to print the alias set.
2328         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2329
2330 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2331
2332         * config/float-vax.h: Add GFLOAT defines.
2333
2334 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2335
2336         * configure.in: Update tm dependencies for MPE.
2337         * configure: Rebuilt.
2338
2339 2000-06-12  H.J. Lu  <hjl@gnu.org>
2340
2341         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2342
2343 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2344
2345         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2346         (CPP_SPEC): Change mthreads to pthread.
2347         (LIB_SPEC): Likewise.
2348         (STARTFILE_SPEC): Likewise.
2349         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2350         (CPP_SPEC): Change mthreads to pthread.
2351         (LIB_SPEC): Likewise.
2352         (STARTFILE_SPEC): Likewise.
2353         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2354         * rs6000.c (reg_or_arith_cint_operand): New.
2355         (num_insns_constant_wide): Decorate unsigned constant.
2356         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2357         * rs6000.md (addsi3): Use new predicate.
2358         (subsi3, adddi3, subdi3): Likewise.
2359
2360 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2361
2362         * c-common.c (lang_get_alias_set): Fix typo.
2363
2364 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2365
2366         * flow.c (mark_used_regs): Revert last change.
2367         (life_analysis): Remove PROP_AUTOINC if running after reload.
2368         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2369
2370 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2371
2372         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2373         has run.
2374
2375 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2376
2377         * bb-reorder.c (build_scope_forest): Initialize variable
2378         `curr_scope'.
2379
2380         * calls.c (expand_call): Likewise for variables
2381         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2382
2383         * i386.c (function_arg_advance, function_arg): Cast to avoid
2384         signed/unsigned warnings.
2385
2386         * i386.h (MEMORY_MOVE_COST): Likewise.
2387
2388         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2389         `else_start' and `else_end'.
2390
2391         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2392
2393         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2394
2395 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2396
2397         * Makefile.in (libintl.a): Depend on intl.all.
2398
2399 2000-06-09  H.J. Lu  (hjl@gnu.org)
2400
2401         * Makefile.in (c-parse.o): Also depend on output.h.
2402
2403 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2404
2405         * mcore-protos.h: discards const warning removal.
2406         * mcore.c: discards const warning removal.
2407
2408 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2409
2410         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2411         the beginning of the file.
2412
2413 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2414
2415         * real.h:  Add prototype for ldexp.
2416
2417 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2418
2419         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2420         it ggc_alloc, drop second argument, never clear returned memory.
2421         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2422         (ggc_alloc_cleared): New.
2423         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2424         ggc_alloc_obj.  Remove ggc_alloc macro.
2425         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2426
2427         * rtl.c (rtvec_alloc): Clear the vector always.
2428         (rtx_alloc): Clear the first word always.  Remove dirty
2429         obstack tricks (this routine is no longer a bottleneck).
2430         * tree.c (make_node): Clear the new node always.
2431         (make_tree_vec): Likewise.
2432         (tree_cons): Clear the common structure always.
2433         (build1): Likewise; also, clear TREE_COMPLEXITY.
2434         * gengenrtl.c: Use puts wherever possible.  Remove extra
2435         newlines.
2436         (gendef): Clear the first word of an RTX in the generator
2437         function, irrespective of ggc_p.  Initialize '0' slots to
2438         NULL.
2439         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2440         thin wrapper macro around obstack_alloc.
2441
2442         * stmt.c (expand_fixup): Use ggc_alloc.
2443         * c-typeck.c (add_pending_init): Use ggc_alloc.
2444         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2445         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2446         const0_rtx when it is created.
2447         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2448         we are not in a function.
2449
2450         * tree.c (tree_class_check_failed): Make second arg an int.
2451         * tree.h: Update prototype.
2452
2453 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2454
2455         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2456         of an error_mark_node.
2457
2458 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2459
2460         * config/avr/avr.c (asm_output_section_name): bugfix.
2461
2462 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2463
2464         * timevar.def: Add TV_EXPAND.
2465         * timevar.c (timevar_print): Update timing information.
2466         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2467
2468         * stmt.c (expand_return): Check for error_mark_node.
2469
2470 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2471
2472         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2473
2474         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2475         variable against filename expansion when it contains "char *".
2476
2477         * system.h (SSIZE_MAX): Delete backup definition.
2478
2479         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2480         instead of SSIZE_MAX.
2481
2482 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2483
2484         * configure.in: Check whether gas supports -relax.
2485         * configure, config.in: Rebuilt.
2486         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2487         (EXTRA_SPECS): Add asm_relax.
2488         (ASM_SPEC): Add %(asm_relax).
2489         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2490         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2491         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2492         (ASM_SPEC): Add %(asm_relax).
2493         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2494         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2495         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2496         instead of mov, so that gas can further optimize it.
2497
2498 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2499
2500         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2501         size_of_sleb128.
2502         (value_format, case dw_val_class_const): Use sdata format.
2503         (output_die): Call output_sleb128.
2504
2505 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2506
2507         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2508         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2509         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2510         (output_die, case dw_val_class_unsigned_const): Correct call to
2511         ASM_OUTPUT_DWARF_DATA8.
2512         (output_die, case dw_val_class_long_long): Use
2513         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2514         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2515         pos is zero.
2516
2517         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2518         (output_function_prologue): Fix mispelling.
2519         (output_function_prologue, output_function_epilogue): Reorder to
2520         match ia64.c definition order.
2521         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2522         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2523         Use r3 instead of r2 for large stack restores.
2524         (ia64_output_end_prologue): New function.
2525         (process_set): Emit ".restore sp" for epilogue stack restores.
2526         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2527
2528 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2529
2530         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2531         incomplete types.
2532
2533 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2534
2535         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2536
2537 2000-06-08  Denis Perchine <dyp@perchine.com>
2538
2539         * frame.c (start_fde_sort): Don't malloc (0).
2540
2541 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2542
2543         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2544         error_mark_node.
2545         * print-tree.c (print_node): The transparent_union_flag means
2546         different things for unions and arrays.  Do not inspect it
2547         with TYPE_TRANSPARENT_UNION.
2548
2549 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2550
2551         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2552         returned NULL.
2553
2554 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2555
2556         * config/avr/avr.c (asm_output_section_name): output section
2557         attributes.
2558         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2559
2560 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2561
2562         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2563         fields into header field.
2564         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2565         macros to access length, flags, and version info from header field.
2566         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2567         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2568         (__do_global_ctors_aux): Fix caller.
2569         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2570         prologue_flag to header.  Pass to read_P_record.
2571         (read_P_record): New argument header.  Implement P4 format.
2572         Multiply P7_T_SIZE by 16.
2573         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2574         get_unwind_record.  Copy r to region_header if r is a header record.
2575         (print_all_records): Likewise.
2576         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2577         (__get_personality, __get_except_table): Likewise.
2578         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2579
2580 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2581
2582         * configure.in (AC_C_INLINE): Added.
2583         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2584         * configure: Regenerate.
2585
2586 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2587
2588         * c-common.h (c_language_kind): New type.
2589         (c_language): New variab.e
2590         * c-common.c (lang_get_alias_set): Don't put structures in
2591         non-zero alias sets in C++.
2592         * c-decl.c (c_language): Define it.
2593         * c-lex.c (doing_objc_thang): Remove.
2594         * c-tree.h (doing_objc_thang): Make it a macro.
2595         * objc/objc-act.c (lang_decode_option): Set c_language, not
2596         doing_objc_thang.
2597
2598 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2599
2600         * diagnostic.c (output_maximum_width): Remove.
2601         (doing_line_wrapping): Tweak.
2602         (diagnostic_buffer): New object.
2603         (global_output_buffer): New object.
2604         (output_destroy_prefix): New function.
2605         (default_initialize_buffer): Likewise.
2606         (reshape_diagnostic_buffer): Likewise.
2607         (initialize_diagnostics): Likewise.
2608         (output_clear): Tweak.
2609         (line_wrapper_printf): Adjust call to init_output_buffer.
2610         (vline_wrapper_message_with_location): Likewise.  Use
2611         output_destroy_prefix.
2612         (v_message_with_decl): Likewise.
2613
2614         * diagnostic.h (struct output_buffer): Constify prefix.
2615         (init_output_buffer, output_get_prefix): Constify.
2616         (diagnostic_message_length_per_line): Likewise.
2617         (reshape_diagnostic_buffer): Declare.
2618         (default_initialize_buffer): Declare.
2619         (initialize_diagnostics): Declare.
2620         (diagnostic_buffer): Declare new obbject.
2621
2622         * toplev.c: #include diagnostic.h
2623         (display_help): Document diagnostic formatting options.
2624         (decode_f_option): Handle diagnostic formatting options.
2625         (main): Setup initialization for diagnostic messages outputter.
2626
2627         * toplev.h (set_message_length): Remove.
2628
2629         * Makefile.in (toplev.o): Depends upon diagnostic.h
2630
2631         * invoke.texi : Document diagnostics formatting options.
2632
2633 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2634
2635         * configure.in (Make the links): Typo fix : the file that must be
2636         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2637         * configure: File rebuilt.
2638
2639 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2640
2641         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2642         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2643         space.
2644         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2645         emergency eh_context buffer, if malloc fails.
2646         (__eh_free): Moved from cp/exception.cc. Release to emergency
2647         eh_context buffer, if appropriate.
2648
2649 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2650
2651         * expr.c (store_expr): Fix typo.
2652
2653 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2654
2655         * m68k.c (legitimize_pic_address): Move prototype ...
2656
2657         * m68k-protos.h (legitimize_pic_address): ... here.
2658
2659         * m68k.md (legitimize_pic_address): Delete prototypes.
2660         (untyped_call): Invoke GEN_CALL(), not gen_call().
2661
2662         * nextstep.c: Include system.h and toplev.h.
2663         (get_directive_line): Don't prototype.
2664         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2665
2666         * nextstep.h (handle_pragma): Prototype.
2667         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2668         objc_section_init ...
2669         (EXTRA_SECTION_FUNCTIONS): ... here.
2670
2671 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2672
2673         * sdbout.c (struct sdb_file): NAME now const.
2674         (sdbout_init): input_file_name now const.
2675         (sdbout_start_new_source_file): FILENAME now const.
2676         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
2677
2678 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2679
2680         * c-typeck.c (build_conditional_expr): Handle complex data types.
2681
2682 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2683
2684         * explow.c (maybe_set_unchanging): New function, broken out from...
2685         (set_mem_attributes): Here.
2686         * expr.h: Declare it.
2687         * stmt.c (expand_decl): Call it.
2688
2689 2000-06-05  Richard Henderson  <rth@cygnus.com>
2690
2691         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
2692         while looking for a register to inherit from.
2693
2694 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2695
2696         * Makefile.in (libgcc.ready): Lose.
2697         (libgcc.mk): Just use mv, not move-if-change.
2698         (LIBGCC_DEPS): New macro.
2699         (libgcc.a): Use it.
2700         (stmp-multilib): Likewise.
2701         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
2702         it rather than the directories themselves.
2703         (LIB2ADD): Depend on the list file rather than 'force'.
2704
2705         * fold-const.c (fold, case COND_EXPR): Elide conversion between
2706         cv-qualified versions of types.
2707
2708 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2709
2710         * config/sparc/sparc.c (short_branch): Correct error in range
2711         computation.
2712
2713 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2714
2715         * fixinc/inclhack.def: New include hacks for ultrix.
2716         * (nested_ultrix): Replaced by ultrix_nested_svc.
2717         * (ultrix_atof_param): test_text string added.
2718         * (ultrix_ifdef): Modified select string.
2719
2720 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
2721
2722         * objc/objc-act.c (generate_method_descriptors): Register
2723         objc_method_prototype_template as a GC root.
2724         (comp_method_with_proto): Register function_type as a GC root.
2725         (comp_proto_with_proto): Replace function_type1 and
2726         function_type2 with a two-element array; register it as a GC root.
2727
2728         (generate_protocols, build_protocol_initializer,
2729         generate_protocol_list, build_category_initializer,
2730         build_shared_structure_initializer): Do not cache cast_type
2731         and/or cast_type2.
2732
2733 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2734
2735         * function.c (assign_parms): Add missing argument to set_mem_attributes
2736         call.
2737
2738 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2739
2740         * tree.h (VOID_TYPE_P): New macro.
2741         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
2742         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
2743         (get_parm_info): Likewise.
2744         (store_parm_decls): Likewise.
2745         (combine_parm_decls): Likewise.
2746         (finish_function): Likewise.
2747         * c-typeck.c (build_function_call): Likewise.
2748         (build_binary_op): Likewise.
2749         (build_conditional_expr): Likewise.
2750         (internal_build_compound_expr): Likewise.
2751         (convert_for_assignment): Likewise.
2752         * stmt.c (expend_expr_stmt): Likewise.
2753         (warn_if_unused_value): Likewise.
2754         (expand_return): Likewise.
2755         * c-parse.in (primary): Likewise.
2756         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
2757         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2758
2759 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2760
2761         * alias.c (get_alias_set): If compnent is addressable, use alias
2762         set of component.
2763         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
2764         (grokdeclarator): Likewise.
2765         * c-typeck.c (common_type): Likewise.
2766
2767 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
2768
2769         * Makefile.in (OBJS): Remove dyn_string.o
2770         (dyn-string.o): Delete rule.
2771         * dyn-string.c: Delete file
2772         * dyn-string.h: Likewise.
2773
2774 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2775
2776         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
2777         subdir.
2778
2779 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
2780
2781         * alias.c (record_component_aliases): Don't inspect
2782         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
2783
2784 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
2785
2786         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
2787         it with the pattern to do machine dependent work.
2788         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
2789         use it to modify the true/false tests used in conditional
2790         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
2791         defined, invoke them if the conversion to conditional execution
2792         was successful or not.
2793
2794         * tm.texi (IFCVT_MODIFY_TESTS): Document.
2795         (IFCVT_MODIFY_INSN): Ditto.
2796         (IFCVT_MODIFY_FINAL): Ditto.
2797         (IFCVT_MODIFY_CANCEL): Ditto.
2798
2799 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
2800
2801         * toplev.c (main): Fix misspellings of possibility and language.
2802
2803 2000-06-03  Richard Henderson  <rth@cygnus.com>
2804
2805         * alias.c (record_alias_subset): Initialize has_zero_child in the
2806         superset.
2807
2808 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
2809
2810         * arm.md (untyped_call): Use GEN_CALL macro.
2811
2812 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
2813
2814         * Makefile.in: Use $(MAKE) not "make"
2815
2816 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2817
2818         * alias.c (struct alias_set_entry): New field has_zero_child.
2819         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
2820         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
2821         do nothing.
2822         Call record_component_aliases for aggregate types.
2823         (record_alias_subset): Set has_zero_child.
2824         (record_component_aliases, case ARRAY_TYPE): Do nothing if
2825         TYPE_NONALIASES_COMPONENT.
2826         (record_component_aliases, case RECORD_TYPE): Test
2827         DECL_NONADDRESSABLE_P.
2828         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
2829         of TREE_ADDRESSABLE.
2830         * calls.c (initialize_argument_information): Only test
2831         TYPE_TRANSPARENT_UNION for UNION_TYPE.
2832         * function.c (assign_parms): Likewise.
2833         * integrate.c (function_cannot_inline_p): Likewise.
2834         * stor-layout.c (finish_record_layout): Don't call
2835         record_component_aliases.
2836         * tree.h (struct tree_int_cst): Use struct tree_common.
2837         (struct tree_real_cst, struct tree_string): Likewise.
2838         (struct tree_complex, struct tree_identifier): Likewise.
2839         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
2840         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
2841         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
2842         (TYPE_NONALIASES_COMPONENT): New macro.
2843         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
2844         (DECL_NONADDRESSABLE_P): New macro.
2845         (struct tree_decl): Reorder bits for clarity of how many left;
2846         add non_adressable.
2847
2848 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
2849
2850         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
2851         * mklibgcc.in (force): New target.
2852         Make LIB2ADD stuff depend on it.
2853
2854 2000-06-02  Richard Henderson  <rth@cygnus.com>
2855
2856         * alias.c (lang_get_alias_set): Remove.
2857         (get_alias_set): Call it directly, not indirectly.
2858         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
2859         * c-common.h (c_get_alias_set): Don't declare.
2860         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
2861         * expr.h (lang_get_alias_set): Declare as function, not pointer.
2862
2863 2000-06-02  Bruce Korb  <bkorb@gnu.org>
2864
2865         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
2866         (server_setup):  define the server's master pid
2867         (close_server):  actually do the deed IFF we are the server's master
2868
2869 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
2870
2871         * c-common.c (c_get_alias_set): Check whether signed_type did not
2872         return its argument before calling get_alias_set on the result.
2873
2874 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
2875
2876         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
2877
2878 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2879
2880         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
2881         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
2882         for TARGET_NOMACSAVE.
2883         (NOMACSAVE_BIT): Define.
2884         (TARGET_NOMACSAVE): Define.
2885         (TARGET_SWITCHES): Add "nomacsave".
2886
2887 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
2888
2889         * sh.md (untyped_call): Remove excess parameters
2890
2891 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
2892
2893         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
2894         match that used before the conversion to c_fix style.
2895         * fixinc/fixincl.x: regenerate
2896
2897 2000-06-01  Stan Cox  <scox@cygnus.com>
2898
2899         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
2900         macro argument typo.
2901
2902 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
2903
2904         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
2905         error message.
2906         * cpplib.c (parse_include): Remove support for VAX-C
2907         "#include starlet" misfeature.
2908
2909 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
2910
2911         * cppfiles.c: conditionally define O_BINARY.
2912         (open_include_file): pass O_BINARY to open().
2913
2914 2000-06-01  Richard Henderson  <rth@cygnus.com>
2915
2916         * i960.c (i960_br_predict_opcode): Remove.
2917         (i960_print_operand) [+]: Emit branch prediction hints.
2918         (i960_function_arg): Return early for VOIDmode.
2919         (i960_round_align): Return early for incomplete types.
2920         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2921         * i960.md (all conditional branches): Add "%+".
2922
2923 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2924
2925         * alias.c (get_alias_set): Don't call language-specific routine more
2926         than is needed and clean up code a bit.
2927         * c-common.c (c_get_alias_set): All references whose type
2928         is char get alias set 0, but character types need not.
2929         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
2930         (make_decl_rtl): Don't call it for FUNCTION_DECL.
2931
2932 2000-06-01  Bruce Korb  <bkorb@gnu.org>
2933
2934         * fixinc/tests/base/...: new base result files
2935
2936 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
2937
2938         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
2939         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
2940         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
2941         will use FCOMI.
2942
2943 2000-06-01  Richard Henderson  <rth@cygnus.com>
2944
2945         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
2946
2947         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2948
2949 2000-05-31  Richard Henderson  <rth@cygnus.com>
2950
2951         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
2952         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
2953         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
2954
2955 2000-05-31  Richard Henderson  <rth@cygnus.com>
2956
2957         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
2958         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
2959         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
2960         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2961         * config/ia64/ia64.md (all branch/call patterns): Use %+.
2962
2963 2000-05-31  Richard Henderson  <rth@cygnus.com>
2964
2965         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
2966
2967 2000-05-31  Richard Henderson  <rth@cygnus.com>
2968
2969         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
2970         remaining edges.
2971         (find_if_block): Allow THEN with no outgoing edges.
2972         * flow.c (merge_blocks_nomove): Remove a barrier not following
2973         a jump as well.
2974
2975 2000-05-31  Richard Henderson  <rth@cygnus.com>
2976
2977         * flow.c (propagate_block): Move initialization of mem_set_list ...
2978         (init_propagate_block_info): ... here.  Also track blocks with
2979         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
2980
2981 2000-05-31  Richard Henderson  <rth@cygnus.com>
2982
2983         * jump.c (jump_optimize_1): Revert 05-18 change.
2984
2985 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
2986
2987         * invoke.texi: Remove documentation for -fguiding-decls.
2988
2989 2000-05-31  Richard Henderson  <rth@cygnus.com>
2990
2991         * configure.in: Fix typo last change.
2992
2993 2000-05-31  Philipp Thomas  <pthomas@suse.de>
2994
2995         * configure.in (enable-nls): Enable if build == host, i.e. when
2996         not building a canadian cross compiler.
2997         (enable-maintainer-mode): Added for use with i18n.
2998         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
2999         cross section of ALL_LINGUAS and LINGUAS.
3000         * configure: Rebuild.
3001
3002 2000-05-31  Bruce Korb  <bkorb@gnu.org>
3003
3004         * fixinc/check.tpl: rework to use test result tree
3005         * fixinc/Makefile.in: change invocation of check script
3006         * fixinc/check.diff: No longer needed
3007         * fixinc/fixincl.x: regenerate
3008         * fixinc/inclhack.def:  add new tests
3009         * fixinc/tests/base/arch/i960/archI960.h:  New test result
3010         * fixinc/tests/base/curses.h: modified test result
3011         * fixinc/tests/base/stdio.h: ditto
3012         * fixinc/tests/base/time.h: ditto
3013         * fixinc/tests/base/sys/asm.h: ditto
3014         * fixinc/tests/base/sys/stat.h: ditto
3015         * fixinc/tests/base/sys/wait.h: ditto
3016
3017 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
3018
3019         * except.c (clear_function_eh_region): Do not free NULL.
3020
3021 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3022
3023         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
3024         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
3025         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
3026         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
3027         (find_base_decl): New function, from c_find_base_decl in c-common.c.
3028         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
3029         (get_alias_set): Likewise.
3030         Major rework to do more things and allow language-specific code
3031         to just handle special-cases.
3032         (record_alias_subset): Args are HOST_WIDE_INT.
3033         (record_component_alias): Local vars are HOST_WIDE_INT.
3034         Don't handle COMPLEX_EXPR.
3035         (get_varargs_alias_set): Moved from builtins.c.
3036         (get_frame_alias_set): New function.
3037         * builtins.c (expand_builtin_return_address): Use frame alias set.
3038         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
3039         for setjmp buffer.
3040         (get_memory_rtx): Rework to use set_mem_attributes.
3041         (get_varargs_alias_set): Deleted from here.
3042         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
3043         (c_find_base_decl): Deleted from here.
3044         (c_get_alias_set): Remove many cases and rework to just handle
3045         C-specific cases.
3046         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
3047         * c-decl.c (rtl.h, expr.h): Now included.
3048         (init_decl_processing): Call record_component_aliases on array types.
3049         (grokdeclarator): Likewise.
3050         Set TREE_ADDRESSABLE for all fields that are not bitfields.
3051         * c-typeck.c (common_type): Call record_component_aliases for array.
3052         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
3053         Set all save areas to the frame alias set.
3054         * calls.c (initialie_argument_information): Call set_mem_attributes.
3055         (compute_argument_addresses, expand_call): Likewise.
3056         * explow.c (set_mem_attributes): New function.
3057         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
3058         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
3059         LEN and OFFSET now HOST_WIDE_INT.
3060         (clear_by_pieces): Similar changes.
3061         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
3062         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
3063         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
3064         (clear_by_pieces_1): Likewise.
3065         (emit_push_insn): Call set_mem_attributes.
3066         (expand_expr, case INDIRECT_REF): Likewise.
3067         (expand_expr, case VAR_DECL): Call change_address.
3068         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
3069         tree_low_cst.
3070         (get_varargs_alias_set, get_frame_alias_set): New decls.
3071         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
3072         (new_alias_set, set_mem_attributes): Likewse.
3073         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3074         (assign_stack_temp_for_type): Likewise.
3075         Can split slot even if alias set since can copy.
3076         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3077         (assign_temp): Use host_integerp and tree_low_cst.
3078         (put_var_into_stack): Properly handle SAVE_EXPR.
3079         (put_addressof_into_stack): Likewise.
3080         (assign_parms): Call set_mem_attributes.
3081         Delete #if 0 code.
3082         (fix_lexical_address): Put reference to chain into frame alias set.
3083         (expand_function_start): Call set_mem_attributes.
3084         * integrate.c (expand_inline_function): Likewise.
3085         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3086         * regmove.c (try_apply_stack_adjustment): Likewise.
3087         * reload.c (push_reload, make_memloc): Likewise.
3088         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3089         * rtl.def (MEM): Update comment.
3090         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3091         (move_by_pieces): Change length to HOST_WIDE_INT.
3092         (record_base_value, record_alias_subset): Delete from here.
3093         * stmt.c (expand_decl): Call set_mem_attributes.
3094         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3095         * toplev.c (compile_file): Call init_alias_once earlier.
3096         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3097         from here: now in alias.c.
3098         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3099         (struct tree_decl): Likewise.
3100         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3101         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3102         (output_constant_def, force_const_mem): Likewise.
3103
3104         * flow.c (propagate_block): If block has no successors, stores to
3105         frame are dead if not used.
3106
3107 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3108
3109         * stmt (expand_end_case): Reorder conversion sequence for jump
3110         table to avoid extra truncations.
3111
3112 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3113
3114         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3115         in the block is more than just a simple conditional branch.
3116         (noce_process_if_block): Similarly.
3117
3118 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3119
3120         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3121         queue.
3122
3123 2000-05-30  Michael Meissner  <meissner@redhat.com>
3124
3125         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3126         instructions.  Treat LO_SUM operations as loading the full integer
3127         constant.
3128
3129 2000-05-30  Richard Henderson  <rth@cygnus.com>
3130
3131         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3132
3133 2000-05-30  Richard Henderson  <rth@cygnus.com>
3134
3135         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3136
3137 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3138
3139         * fixinc/tests/*:  Added expected result files for fixinc's make check
3140         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3141
3142 2000-05-30  Richard Henderson  <rth@cygnus.com>
3143
3144         * config/alpha/alpha.md (*setne_internal): Use match_operator
3145         instead of working down from insn.
3146
3147 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3148
3149         * invoke.texi (-Wtraditional): Update WRT function macros.
3150
3151 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3152
3153         * except.c (free_exception_table): Do not free NULL.
3154
3155 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3156
3157         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3158         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3159         and skipping here.
3160
3161 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3162
3163         * flow.c (mark_used_reg): If a register is unconditionally live,
3164         remove any conditional death information.
3165
3166 2000-05-29  Richard Henderson  <rth@cygnus.com>
3167
3168         * final.c (current_output_insn): New.
3169         (final_scan_insn): Set it.
3170         * output.h: Declare it.
3171
3172 2000-05-29  Richard Henderson  <rth@cygnus.com>
3173
3174         * stor-layout.c (finalize_record_size): Fix typo.
3175
3176         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3177         if nlabel is null.
3178
3179 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3180
3181         * cpplib.h (cpp_reader): Remove if_stack.  Change
3182         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3183         * cpphash.h (struct ihash): Change control_macro to a
3184         cpp_hashnode * and shorten name to cmacro.
3185         Add NEVER_REINCLUDE constant.
3186
3187         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3188         Examine the cmacro node directly, no need to call cpp_defined.
3189         (_cpp_execute_include, read_include_file): Set cmacro to
3190         NEVER_REINCLUDE, not U"".
3191         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3192         (cpp_get_token): If pfile->skipping is true, discard text and
3193         keep scanning until we hit a directive; don't expand macros.
3194
3195         * cpplib.c (struct if_stack): Remove if_succeeded, add
3196         was_skipping. Change control_macro to a cpp_hashnode * and
3197         shorten name to cmacro.  Remove typedef IF_STACK.
3198         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3199         (conditional_skip, skip_if_group,
3200         consider_directive_while_skipping): Delete.
3201         (push_conditional): New.
3202         (_cpp_handle_directive): Don't process directives other than
3203         conditionals if we are skipping.
3204
3205         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3206         Update to new scheme.
3207         (validate_else): Skip rest of line here, unconditionally.
3208         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3209         pfile->skipping off.
3210
3211         (all): Remove `scare quotes' from error messages.
3212
3213 2000-05-29  Richard Henderson  <rth@cygnus.com>
3214
3215         * function.c (emit_return_into_block): New line_note arg; emit it.
3216         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3217         for the close brace to accompany HAVE_return.  Move all line notes
3218         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3219
3220 2000-05-29  Richard Henderson  <rth@cygnus.com>
3221
3222         * longlong.h [__alpha] (count_leading_zeros): New.
3223         (count_trailing_zeros): New.
3224         (COUNT_LEADING_ZEROS_0): New.
3225
3226         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3227         (alpha_split_conditional_move): New.
3228         * config/alpha/alpha-protos.h: Prototype them.
3229         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3230         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3231         * config/alpha/alpha.md: Update ffs cix commentary.
3232         (*ze_and_ne): New.
3233         (*nabssf2, *nabsdf2): New.
3234         (*mov[qhsd]icc_internal): Use add_operand.
3235         (if_then_else constant splitters): New.
3236         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3237         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3238
3239 2000-05-29  Richard Henderson  <rth@cygnus.com>
3240
3241         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3242         a constant to NEG or NOT when conditions allow.
3243
3244         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3245         unless both args are general_operand.  Don't canonicalize plus
3246         to ior unless it helps.
3247
3248         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3249         instead track register_life_up_to_date.  Toggle no_new_pseudos
3250         around if_convert.
3251
3252 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3253
3254         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3255         so output_operand doesn't see them.
3256
3257 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3258
3259         * lcm.c (make_preds_opaque): Fix comment.
3260         (optimize_mode_switching): Use NORMAL_MODE instead of
3261         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3262         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3263         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3264         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3265         (MODE_USES_IN_EXIT_BLOCK): Delete.
3266         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3267         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3268         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3269         (MODE_NEEDED): Don't look for USE.
3270         (EPILOGUE_USES): Define.
3271
3272 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3273
3274         * mklibgcc.in (all): Variable initialised to `libgcc'.
3275
3276 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3277
3278         * toplev.h (skip_leading_substring): New macro.
3279         * toplev.c (decode_f_option): Use skip_leading_substring instead
3280         of strncmp.
3281         (decode_W_option): Likewise.
3282
3283 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3284
3285         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3286         modify reg_names.
3287
3288 2000-05-28  Richard Henderson  <rth@cygnus.com>
3289
3290         * regclass.c (record_operand_costs): Protect reg_changes_size
3291         with CLASS_CANNOT_CHANGE_SIZE.
3292
3293         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3294
3295 2000-05-28  Richard Henderson  <rth@cygnus.com>
3296
3297         * function.c (diddle_return_value): A pcc-style struct return
3298         returns a pointer.
3299
3300 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3301
3302         * cppfiles.c: Read files in, using mmap if possible, then
3303         prescan them separately.
3304         (read_file, read_with_read): New functions.
3305         * cpplex.c: Don't define UCHAR_MAX.
3306         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3307         the file here.
3308
3309         * cppinit.c (handle_option): Automatically define __cplusplus,
3310         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3311         the respective -lang switch.
3312
3313         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3314         prototype): Move to...
3315         * cpplib.h: ... here.  Rename struct hashnode to struct
3316         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3317         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3318
3319 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3320
3321         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3322
3323         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3324         (class_can_change_size): New variable.
3325         (reg_changes_size): New variable.
3326         (init_reg_sets_1): Initialise class_can_change_size.
3327         (record_operand_costs): Remove subreg_changes_size.
3328         Don't pass it around.  Instead update reg_changes_size.
3329         (regclass): Initialise and free reg_changes_size.  If a register
3330         changes size, don't preference it to a class that contains
3331         registers that can't change size.
3332         (record_reg_classes): Don't look at subreg_changes_size.
3333
3334 2000-05-27  Richard Henderson  <rth@cygnus.com>
3335
3336         * print-rtl.c (reg_names): Remove const.
3337         * regclass.c (reg_names): Likewise.
3338         * regs.h (reg_names): Likewise.
3339         * hard-reg-set.h (reg_names): Likewise.
3340
3341 2000-05-27  Richard Henderson  <rth@cygnus.com>
3342
3343         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3344
3345 2000-05-27  Richard Henderson  <rth@cygnus.com>
3346
3347         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3348         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3349         (alpha_expand_prologue): Emit prologue_mcount if needed.
3350         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3351         * config/alpha/alpha.md (prologue_mcount): New.
3352         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3353         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3354         * config/alpha/netbsd.h: Likewise.
3355
3356 2000-05-27  Richard Henderson  <rth@cygnus.com>
3357
3358         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3359         change to config/elfos.h.
3360
3361 2000-05-27  Richard Henderson  <rth@cygnus.com>
3362
3363         * Makefile.in (resource.o): Depend on except.h.
3364         * except.h (output_exception_table_data): Prototype.
3365         * genconfig.c (gen_peephole2): Prototype.
3366         * genemit.c (main): Include ggc.h.
3367         * genoutput.c: Revert parts of last change: include errors.h
3368         (main): Set progname.
3369         * recog.c: Include hard-reg-set.h before recog.h.
3370         * resource.c: Include except.h.
3371
3372         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3373         with RTX_CODE.
3374         (alpha_write_linkage): Protect with BUFSIZ.
3375         (alpha_need_linkage): Update prototype.
3376         * config/alpha/alpha.c (function_arg): Move VMS code here.
3377         (alpha_links_base): Remove.
3378         (alpha_links): New.
3379         (mark_alpha_links_node, mark_alpha_links): New.
3380         (alpha_write_one_linkage): New.
3381         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3382         (alpha_write_linkage): Use splay_tree_foreach.
3383         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3384         to get the linkage symbol.
3385         (call_value_vms): Likewise.
3386         * config/alpha/elf.h (output_file_directive): Remove decl.
3387         (ctors_section, dtors_section): Prototype.
3388         (sbss_section, sdata_section): Prototype.
3389         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3390         (readonly_section, link_section, literals_section): Prototype.
3391         (ctors_section, dtors_section): Prototype.
3392         (vms_valid_decl_attribute_p): Remove decl.
3393         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3394
3395 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3396
3397         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3398
3399         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3400         substituting the REG in a (subreg:X (reg:Y ...)).
3401
3402 2000-05-28  Neil Booth  <NeilB@earthling.net>
3403
3404         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3405         first token of a line BOL.  Update EOF code for this.
3406         Remove illegal directive check - it appears in the (not
3407         yet committed) caller.
3408         * cpplib.h (BOL): New flag.
3409
3410 2000-05-28  Neil Booth  <NeilB@earthling.net>
3411
3412         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3413         (_cpp_free_toklist): No comment space to free.
3414         (expand_comment_space): Remove.
3415         (save_comment_space): Place the comment in the current token and
3416         not in a separate comment space.
3417         (_cpp_lex_line): Save comments during plain code and #define
3418         directives only.
3419         * cpplib.h (struct _cpp_toklist): Remove comment space.
3420
3421 2000-05-28  Neil Booth  <NeilB@earthling.net>
3422
3423         * cppexp.c (parse_assertion): Supply extra argument to
3424         _cpp_init_toklist.
3425         * cpplib.c (do_assert, do_unassert): Similarly.
3426         * cpphash.h (_cpp_init_toklist) Update.
3427         (_cpp_expand_token_space): New.
3428         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3429         * cpplex.c (_cpp_init_toklist): New argument.
3430         (parse_string2): New argument multiline_ok.
3431         (spell_token): Take a const cpp_token *.
3432         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3433         (SPELL_ macros): Replace with enum.
3434         (expand_token_space): Replace with _cpp_expand_token_space.
3435         Take COUNT argument.
3436         (IS_DIRECTIVE): Update.
3437         (_cpp_lex_line): Update token structure before parsing number.
3438         Don't assume start at beginning of token list.
3439         (save_comment): Use INIT_TOKEN_NAME.
3440
3441 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3442
3443         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3444         -Wmissing-prototypes.
3445         * configure: Regenerate.
3446         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3447
3448         * builtins.c, calls.c: Change all instances of gen_call_* or
3449         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3450         * calls.c (struct_value_size_rtx): Separate definition from
3451         initialization to avoid unused variable warning.
3452
3453         * genflags.c (gen_macro): New function.
3454         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3455         (gen_nonproto): Delete.
3456         (gen_insn): Put all insns on the same obstack.
3457         (main): Generate prototypes for everything unconditionally.
3458
3459         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3460         out check for wchar_t.
3461         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3462         * system.h: Add infrastructure for defining missing
3463         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3464         definitions of UCHAR_MAX and SSIZE_MAX.
3465         * configure: Regenerate.
3466         * config.in: Regenerate.
3467
3468         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3469         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3470         headers.
3471         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3472         libgcc2.a, or libgcc1.null.
3473
3474 2000-05-27  Richard Henderson  <rth@cygnus.com>
3475
3476         * Makefile.in (recog.o): Don't depend on resource.h.
3477         * recog.c: Don't include resource.h.
3478         (recog_last_allowed_insn): Remove.
3479         (recog_next_insn): Remove.
3480         (struct peep2_insn_data): New.
3481         (peep2_insn_data, peep2_current): New.
3482         (peep2_next_insn): New.
3483         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3484         (peep2_find_free_register): New.
3485         (peephole2_optimize): Track life information by insn as we go.
3486         * recog.h: Update declarations.
3487         * resource.c (find_free_register, reg_dead_p): Remove.
3488         * resource.h: Remove their declarations.
3489         * toplev.c: Include hard-reg-set.h before recog.h.
3490
3491         * genconfig.c (max_insns_per_peep2): New.
3492         (gen_peephole2): New.
3493         (main): Call it.
3494         * genemit.c (output_peephole2_scratches): Generate calls to
3495         peep2_find_free_register; adjust surrounding code.
3496         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3497         * genrecog.c (change_state): Don't track last_insn.
3498         (write_action): Write into *_pmatch_len before accepting.
3499         (write_tree): Adjust peephole2_insns and subroutines to match.
3500
3501         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3502
3503         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3504         (hard_int_register_operand): New.
3505         * config/alpha/alpha-protos.h: Declare it.
3506         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3507         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3508         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3509
3510 2000-05-27  Richard Henderson  <rth@cygnus.com>
3511
3512         * function.c (thread_prologue_epilogue_insns): Don't move the
3513         line note at the head of the chain.  Only force a lineno note
3514         before the end of block 0.
3515
3516 2000-05-27  Richard Henderson  <rth@cygnus.com>
3517
3518         * gensupport.c (collect_insn_data): Record the maximum number
3519         of alternatives, not the last seen.
3520
3521         * genoutput.c: Don't include errors.h.
3522         (struct data): Add lineno member.
3523         (have_error): New.
3524         (scan_operands): Use message_with_line instead of error.
3525         (validate_insn_alternatives): Likewise.
3526         (gen_insn): Accept and store the pattern's line number.
3527         (gen_peephole, gen_expand, gen_split): Likewise.
3528         (main): Don't set progname.  Pass line_no to gen_foo.
3529
3530 2000-05-27  Richard Henderson  <rth@cygnus.com>
3531
3532         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3533         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3534         * config/d30v/d30v.md (attr predicable): New.
3535         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3536         (andsi3*): Unify into one pattern.
3537         (iorsi3*, xorsi3*): Likewise.
3538         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3539         conditional return.
3540         (old cond_exec patterns): Remove.
3541         (define_cond_exec): New.
3542
3543 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3544
3545         * tree.h (TREE_CODE_LENGTH): New macro.
3546         * c-common.c (c_find_base_decl): Use it.
3547         * expr.c (safe_from_p): Likewise.
3548         * print-tree.c (print_node): Likewise.
3549         * tree.c (make_node, copy_node, get_identifier): Likewie.
3550         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3551         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3552         * fold-const.c (make_range): Likewise.
3553         (fold): Likewise; also use first_rtl_op.
3554         * c-iterate.c (collect_iterators): Use first_rtl_op.
3555         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3556         Use IS_EXPR_CODE_CLASS.
3557         (preexpand_calls): Likewise.
3558         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3559         and TREE_CODE_LENGTH.
3560         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3561
3562 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3563
3564         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3565         than '%1(%*)'.
3566         (movdi_internal64): Likewise.
3567
3568         * config/rs6000/rs6000.md: Correct order of operands for DImode
3569         boolean patterns.
3570
3571         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3572         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3573         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3574         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3575         boolean_operator for the boolean patterns without NOTs.
3576
3577         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3578         from reg_or_u_cint_operand.  Change comment and behaviour.
3579         (logical_operand): Clean up, add assertion.
3580         (non_logical_cint_operand): Also check for
3581         reg_or_logical_cint_operand.
3582         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3583         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3584         in the expander.
3585         (xorsi3): Likewise.
3586         (iordi3): Likewise.
3587         (xordi3): Likewise.
3588
3589 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3590
3591         * tree.h (struct record_layout_info): Rename to (struct
3592         record_layout_info_s).
3593         * stor-layout.c (start_record_layout): Replace
3594         `record_layout_info' with `record_layout_info_s'.
3595
3596 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3597
3598         * flow.c (find_label_refs): New function.
3599         (find_basic_blocks_1): Call it for each alternative of a call
3600         placeholder.
3601
3602 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3603
3604         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3605         of get_pc.
3606
3607 2000-05-25  Richard Henderson  <rth@cygnus.com>
3608
3609         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3610         so strict about DImode.
3611         (alpha_swapped_comparison_operator): Likewise.
3612         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3613         any integer output mode.
3614         (*setcc_internal): Likewise.
3615         (*setcc_swapped_internal): Likewise.
3616         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3617         (*mov[qhs]icc_internal): New.
3618         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3619
3620 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3621
3622         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3623
3624 2000-05-25  Richard Henderson  <rth@cygnus.com>
3625
3626         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3627         Remove add_jump; add next; replace flags with visited.
3628         (rbd_init): Remove.
3629         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3630         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3631         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3632         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3633         (RBI): New.
3634         (reorder_index, reorder_last_visited): Remove.
3635         (skip_insns_after_block): Rewrite to use a switch.
3636         (get_common_dest): Remove.
3637         (chain_reorder_blocks): Remove.
3638         (record_effective_endpoints): Split out from reorder_basic_blocks.
3639         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3640         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3641         Only construct the reorder chain, do not move insns.  Try harder
3642         to tail recurse.
3643         (label_for_bb, emit_jump_to_block_after): New.
3644         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3645         and adjust the jump insns appropriately.  Fixup basic_block_info.
3646         (verify_insn_chain): Always define.
3647         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3648         in allocation size.
3649         (make_new_scope): Don't write zeros to calloc'd space.
3650         (build_scope_forest): Rely on xrealloc to DTRT.
3651         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3652         profile_arc_flag.  Streamline EH test.
3653
3654         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3655         * basic-block.h: Declare them.
3656
3657 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3658
3659         * emit-rtl.c (reset_used_decls): New function.
3660         (unshare_all_rtl_again): Call it.
3661
3662 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3663
3664         * cpplex.c (maybe_macroexpand): Warn about function-like
3665         macros used in non-function context, if -Wtraditional.
3666
3667 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3668
3669         * recog.c (peephole2_optimize): Use INSN_P.
3670
3671 2000-05-25  Richard Henderson  <rth@cygnus.com>
3672
3673         * ifcvt.c (seq_contains_jump): New.
3674         (noce_try_store_flag_constants): Use it to fail conversion.
3675         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
3676
3677 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3678
3679         * except.h (can_throw): Declare it.
3680         * except.c (can_throw): Give it external linkage.
3681         * resource.c (find_dead_or_set_registers): Use can_throw.
3682
3683 2000-05-25  Richard Henderson  <rth@cygnus.com>
3684
3685         * flow.c (mark_set_1): Don't record conditionally dead memory.
3686
3687 2000-05-25  Jan Hubicka  <jh@suse.cz>
3688
3689         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
3690         and pc_set at the place of simplejump_p and condjump_p.
3691         * cse.c (record_jump_equiv): Likewise.
3692         * emit-rtl.c (emit): Likewise.
3693         * explow.c (find_next_ref): Likewise.
3694         * flow.c (tidy_fallthru_edge): Likewise.
3695         (init_propagate_block_info): Likewise.
3696         * gcse.c (delete_null_pointer_checks): Likewise.
3697         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
3698         dead_or_predicable): Likewise.
3699         * integrate.c (copy_insn_list): Likewise.
3700         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3701         for_each_insn_in_loop, check_dbra_loop, get_condition,
3702         insert_bct, load_mems): Likewise.
3703         * resource.c (find_dead_or_set_registers): Likewise.
3704         * sibcalls.c (simplejump_p): Likewise.
3705         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
3706
3707 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
3708
3709         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
3710         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
3711         when unaligned.
3712         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
3713         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
3714         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
3715         * rs6000.md: Name various internal patterns.
3716
3717 2000-05-25  Jan Hubicka  <jh@suse.cz>
3718
3719         * jump.c (invert_exp_1): Remove first argument, use pc_set
3720         to get the expression.
3721         (redirect_exp): Make static; redirect only the pc_set expression,
3722         remove first argument.
3723         (invert_exp): Remove first argument, make static.
3724         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
3725         any_onlyjump at most places where we originaly did condjump_p
3726         and simplejump_p.
3727         (jump_back_p, follow_jumps, thread_jumps): Likewise.
3728         (delete_barrier_succesors): Use pc_set.
3729         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
3730         calls of invert_exp and redirect_exp.
3731         * rtl.h (redirect_exp, invert_exp): Remove.
3732         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
3733
3734 2000-05-25  Richard Henderson  <rth@cygnus.com>
3735
3736         * stmt.c (expand_end_bindings): Fix thinko last change.
3737
3738 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
3739             Andrew Haley  <aph@cygnus.com>
3740
3741         * except.c  (func_eh_entry): Add emitted field.
3742         (new_eh_region_entry): Set emitted field to 0;
3743         (output_exception_table_entry): Only emit previously un-emitted data,
3744         and send it to the eh_data section.
3745         (output_exception_table): Break out common parts. Output
3746         exception table for entire compilation unit to eh_data section.
3747         (output_exception_table_data): Common parts of output_exception_table.
3748         Send output to eh_data section.
3749         (output_function_exception_table): Output exception table data for
3750         a single function to eh_data section.
3751         (free_exception_table): New external to free the table.
3752         * except.h (free_exception_table): Add prototype.
3753         (output_function_exception_table): Add prototype.
3754         * final.c (final_end_function): Output function exception table
3755         for IA64_UNWIND_INFO.
3756         (final_scan_insn): Emit any unwind directives for an insn.
3757
3758         * frame-dwarf2.c: New file containing all DWARF 2 specific code
3759         from frame.c.
3760         * frame.c: Remove all DWARF 2 specific code.
3761         * config/ia64/frame-ia64.c: New file.
3762         (gthread_stuff): Make all gthread available with
3763         IA64_UNWIND_INFO.
3764         (dwarf_fde): Define an IA64 struct for dwarf_fde.
3765         (__register_frame_info, __register_frame): Move to common area of file.
3766         (__register_frame_info_table, __register_frame_table): Move to common i
3767         area.
3768         (__deregister_frame_info, __deregister_frame): Move to common area.
3769         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
3770         (read_uleb128): New version for ia64.
3771         (get_unwind_record): Read the next IA-64 unwind record.
3772         (read_R_record): Read a region header record.
3773         (process_a_b_reg_code): X record helper.
3774         (read_X_record): Read an X format record.
3775         (read_B_record): Read a B format record.
3776         (P3_record_types): List of record types matching the P3 format.
3777         (P7_record_types): List of record types matching the P7 format.
3778         (P8_record_types): List of record types matching the P8 format.
3779         (read_P_record): Read a P format record.
3780         (init_ia64_reg_loc): Set default fields for a register.
3781         (init_ia64_unwind_frame): Set defaults for all register records.
3782         (execute_one_ia64_descriptor): Execute one descriptor record.
3783         (rse_address_add): Calculate the position of a local reg in memory.
3784         (normalize_reg_loc): Turn a location descriptor into a memory address.
3785         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
3786         within a specified PC offset range.
3787         (get_real_reg_value): Given a register location, retrieve its value.
3788         (set_real_reg_value): Change the value of a register location.
3789         (copy_reg_value): Copy reg values, if needed.
3790         (copy_saved_reg_state): Copy all registers that need to be copied.
3791         (process_state_between): Normalize all frame register records that
3792         fall within the specified PC range.
3793         (frame_translate): Take a processed frame description, and turn
3794         everything into addresses.
3795         (build_ia64_frame_state ): Find and create frame state record for a PC.
3796         (get_personality): Get the personality routine for a given frame.
3797         (get_except_table): Get the exception table for a given frame.
3798         (record_name): Unwind record names for debugging.
3799         (print_record): Print and unwind record.
3800         (print_all_records): Print an entire unwind image.
3801         (__ia64_backtrace): Print a backtrace.
3802         (ia64_backtrace_helper): New function.
3803         (__register_frame_info_aux): New function.
3804         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
3805
3806         * frame.h (enum unw_record_type): New unwind record types.
3807         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
3808         (struct unw_r_record, unwind_record): New unwind record structs.
3809         (struct unwind_info_ptr): Unwind information layout.
3810         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
3811         descriptors.
3812         (struct ia64_reg_loc): Register location description.
3813         (struct ia64_frame_state): Location of all registers in a frame.
3814         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
3815         * libgcc2.c (__ia64_personality_v1): Personality routine.
3816         (__calc_caller_bsp): Calculate the bsp register for the caller's
3817         frame.
3818         (ia64_throw_helper): Figure out who to return to and set up the
3819         registers.
3820         (__throw): Throw routine.
3821
3822         * output.h (assemble_eh_align, assemble_eh_label): New functions
3823         to generate EH info where we want it.
3824         (assemble_eh_integer): New function.
3825         * toplev.c (compile_file): Output module level exception table for
3826         non-ia64 targets.
3827         (main): Set exceptions_via_longjump and flag_new_exceptions based
3828         on IA64_UNWIND_INFO too.
3829
3830         * varasm.c (assemble_eh_label): Generate a label via
3831         ASM_OUTPUT_EH_LABEL if it has been specified.
3832         (assemble_eh_align): Generate an alignment directive via
3833         ASM_OUTPUT_EH_ALIGN if it has been specified.
3834         (assemble_eh_label): Generate an integer value via
3835         ASM_OUTPUT_EH_type if they have been specified.
3836         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
3837         (ia64_init_builtins): Add __builtin_ia64_bsp
3838         and __builtin_ia64_flushrs.
3839         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
3840         IA64_BUILTIN_FLUSHRS.
3841         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
3842         IA64_BUILTIN_FLUSHRS.
3843
3844         * config/ia64/ia64.md (flushrs): New insn to flush the register
3845         stack.  Add to unspec list.
3846
3847         * config/ia64/crtbegin.asm (frame_object): Change size.
3848         (__do_frame_setup_aux): New function.
3849         * config/ia64/crtend.asm: call __do_frame_setup_aux.
3850         * config/ia64/t-ia64 (LIB2ADDEH): Add.
3851         * Makefile.in (LIB2ADDEH): Add.
3852         (LIB2ADD): Use LIB2ADDEH.
3853
3854 2000-05-24  Richard Henderson  <rth@cygnus.com>
3855
3856         * recog.c (offsettable_address_p): If mode size is zero, assume
3857         BIGGEST_ALIGNMENT.
3858
3859 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
3860
3861         * configure.in: Check for -Wno-long-long option support and improve
3862         handling of warning CFLAGS for stages 1 and 2.
3863         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
3864         * configure: Regenerate.
3865
3866 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
3867
3868         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
3869         * contrib.texi: New file.
3870
3871 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3872
3873         * loop.c (basic_induction_var): Avoid double recording of an increment.
3874
3875 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3876
3877         * Back out this patch:
3878         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
3879           * loop.h (struct induction): Add multi_insn_incr.
3880           * loop.c (basic_induction_var): New multi_insn_incr argument.
3881           Set it if we search back through previous insns for the biv.
3882           (record_biv): New multi_insn_incr argument; fill in struct induction.
3883           (strength_reduce): Discard an iv with multiple bivs, any of
3884           which require multiple insns to increment.
3885
3886         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
3887
3888 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3889
3890         * rtl.h (loc_mentioned_in_p): Declare.
3891         * reload.c (loc_mentioned_in_p): Moved from here...
3892         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
3893         Fix loop increment for 'E' handling.
3894         * loop.c (strength_reduce): When doing biv->giv conversion,
3895         take multi-insn biv increments into account.
3896
3897 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
3898
3899         * stmt.c (expand_end_bindings): Look through NOTEs to find a
3900         BARRIER.
3901
3902 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
3903
3904         * calls.c (expand_call): Handle cleanups in tail-recursion
3905         arguments analagously to cleanups in sibling calls.
3906
3907 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3908
3909         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
3910         All callers changed.
3911
3912 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3913
3914         * expr.c (expand_assignment, store_expr, expand_expr,
3915         expand_expr_unaligned): Set in_check_memory_usage while emitting
3916         chkr_check_addr libcall.
3917
3918 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3919
3920         * fold-const.c (extract_muldiv): When constructing a
3921         multiplier/divisor, do not expect const_binop to correctly
3922         determine if overflow has occured, so check explicitly.
3923
3924 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3925
3926         * c-decl.c (build_enumerator): Don't modify the value's type,
3927         convert it.
3928
3929 2000-05-24  Andreas Jaeger  <aj@suse.de>
3930
3931         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
3932
3933 2000-05-24  Eric Christopher <echristo@cygnus.com>
3934
3935         * configure.in: Redefine inhibit_libc conditions.
3936         * libgcc2.c: Remove inhibit_libc conditional define.
3937         * configure: Regenerate.
3938
3939 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
3940
3941         * configure.in:  For --enable-languages=LIST, check for empty LIST.
3942         * configure:  Regenerate.
3943
3944 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
3945
3946         * pdp11.h (STACK_BOUNDARY): Define.
3947
3948 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
3949
3950         * ifcvt.c (if_convert): Update life info globally.
3951
3952 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3953
3954         * emit-rtl.c (unshare_all_decls): New function.
3955         (unshare_all_rtl): Call it.
3956
3957 2000-05-23  Nick Clifton  <nickc@cygnus.com>
3958
3959         * configure.in: Treat 'strongarm' as if it were 'arm' when
3960         determining cpu type.
3961
3962         * configure: Regenerate.
3963
3964         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
3965         where constant strings are involved.
3966
3967         * config/arm/arm.h (arm_condition_codes): Change type to 'const
3968         char *'.
3969
3970         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
3971         cases where constant strings are involved.
3972
3973 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
3974
3975         * config/sh/sh.c (gen_far_branch, split_branches): Update
3976         to reflect new prototypes for redirect_jump and invert_jump.
3977         (sh_insn_length_adjustment): Get rid of const warnings.
3978
3979 2000-05-23  Kazu Hirata  <kazu@hxi.com>
3980
3981         * invoke.texi (Options for Debugging Your Program or GCC): Update
3982         the names of dump files.
3983
3984 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
3985
3986         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
3987         * configure: Regenerated.
3988
3989 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3990
3991         * simplify-rtx.c (SIGN_EXTEND): New macro.
3992         (simplify_unary_operation, simplify_binary_operation,
3993         simplify_relational_operation): Use SIGN_EXTEND.  Make low
3994         halves of (low, high) pairs unsigned if they weren't already.
3995         (simplify_ternary_operation): Cast INTVAL to unsigned before
3996         comparing to a MODE_BITSIZE.
3997
3998 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3999
4000         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4001         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
4002
4003         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
4004         gcc_AC_NEED_DECLARATIONS.
4005
4006         * dwarfout.c: Don't prototype time().
4007
4008         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
4009
4010         * system.h: Likewise.
4011
4012         * toplev.c: Likewise.
4013
4014 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4015
4016         * c-decl.c (pushdecl): Invert sense of test for non-global types.
4017
4018 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4019
4020         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
4021
4022 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
4023
4024         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
4025
4026 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4027
4028         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
4029         (alpha_start_function): Never write ..ng label if VMS or NT.
4030         (alpha_align_insns): Remove GP_IN_USE arg.
4031         Alignment now unsigned.
4032         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
4033         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
4034         and two define_insn's.
4035
4036 2000-05-22  Richard Henderson  <rth@cygnus.com>
4037
4038         * combine.c (simplify_comparison): Use trunc_int_for_mode.
4039
4040 2000-05-22  Richard Henderson  <rth@cygnus.com>
4041
4042         * stor-layout.c (place_field): Change rli->size to rli->offset.
4043
4044 2000-05-22  Richard Henderson  <rth@cygnus.com>
4045
4046         * function.c (thread_prologue_and_epilogue_insns): Make sure
4047         existing line number notes appear after the prologue.
4048
4049 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4050
4051         * config/alpha/alpha.c (alpha_fnname): New static variable.
4052         (print_operand, case '~'): New case.
4053         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
4054         (alpha_start_function): Set alpha_fnname.
4055         Write "ng" label if no ldgp; don't write ldgp insn.
4056         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
4057         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
4058
4059 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
4060
4061         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
4062         on deleted labels.
4063
4064 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
4065
4066         * varasm.c (eh_frame_section): Revert change to argument list.
4067
4068 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4069
4070         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
4071         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
4072
4073         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4074         dangling "else" that causes "break" to be conditional.
4075         Also remove unneeded code at start.
4076
4077 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4078
4079         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4080         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4081         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4082
4083 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4084
4085         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4086         just one argument.
4087
4088 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4089
4090         * alias.c (record_component_aliases): New function.
4091         * tree.h: Clean up some declarations and comments.
4092         (record_component_aliases): New declaration.
4093         * tree.c (get_alias_set): If type and has alias set, use it.
4094
4095 2000-05-22  Richard Henderson  <rth@cygnus.com>
4096
4097         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4098         IF_THEN_ELSE to a setcc form.
4099         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4100
4101 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4102
4103         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4104         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4105
4106 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4107
4108         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4109         not a PARALLEL.
4110
4111 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4112
4113         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4114         * config/mn10300/mn10300.c (print_operand): Likewise.
4115
4116         * final.c (split_double): Right shift of negative values is not
4117         portable.
4118
4119         * ifcvt.c (if_convert): Scan and kill dead code.
4120
4121         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4122
4123 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4124
4125         * diagnostic.c: Eliminate implicit int.
4126         * except.c, gcc.c: Add static prototypes.
4127         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4128         * gensupport.c (process_rtx): Use XVEC to initialize vector
4129         slot of 'split'.
4130
4131         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4132         debug_reg_names instead of static reg_names.  If not, define
4133         global reg_names.
4134         * regclass.c: Don't define global reg_names unless
4135         DEBUG_REGISTER_NAMES is defined.
4136
4137         * reload1.c (order_regs_for_reload): Remove unused variable.
4138         * varasm.c: Include output.h after defaults.h.  Define
4139         eh_frame_section as function of no args, not of unspecified args.
4140
4141         * gcc.c: Constify argbuf; arguments to store_arg,
4142         process_command, main; elements of struct command and struct
4143         switchstr; local variables in execute, process_command, main.
4144
4145 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4146
4147         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4148         * fixinc/check.diff:  regenerated
4149         * fixinc/fixincl.x:  regenerated
4150
4151 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4152
4153         * alias.c: Clarify some comments.
4154         (record_base_value): REGNO is unsigned.
4155         * rtl.h (record_base_value): Likewise.
4156
4157         * alias.c (aliases_everything_p): Don't special-case QImode here.
4158         * c-common.c (c_get_alias_set): Do it here.
4159         Handle BIT_FIELD_REF by getting alias info for arg.
4160         Use POINTER_TYPE_P.
4161
4162 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4163
4164         * mklibgcc.in: Restore rule to create ${dir}.
4165
4166 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4167
4168         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4169         GCC_FOR_TARGET used by MULTILIBS.
4170         * mklibgcc.in: Make sure each .o file depends on the
4171         directory it will be in.
4172         Make the multilib directory depends libgcc.
4173
4174 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4175
4176         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4177
4178 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4179
4180         * fold-const.c (make_range): Handle degenerated intervals.
4181         Fixes c-torture/execute/991221-1.c
4182
4183 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4184
4185         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4186         * reload.c (find_equiv_reg): Likewise.
4187         * alias.c (init_alias_analysis): Likewise.
4188         Only call prologue_epilogue_contains on insns.
4189         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4190         * bb-reorder.c (hard-reg-set.h): Include earlier.
4191         * haifa-sched.c (hard-reg-set.h): Likewise.
4192         * ifcvt.c (hard-reg-set.h): Likewise.
4193         * local-alloc.c (hard-reg-set.h): Likewise.
4194         * loop.c (hard-reg-set.h): Likewise.
4195         * predict.c (hard-reg-set.h): Likewise.
4196         * regrename.c (hard-reg-set.h): Likewise.
4197         * flow.c (hard-reg-set.h): Likewise.
4198         (reg_set_to_hard_reg_set): New function.
4199         * bitmap.c (regs.h, basic-block.h): No longer include.
4200         (bitmap.h): Now include.
4201         * conflict.c (hard-reg-set.h): Include.
4202         * profile.c (hard-reg-set.h): Likewise.
4203         * print-rtl.c (hard-reg-set.h): Likewise.
4204         * sbitmap.c (hard-reg-set.h): Likewise.
4205         * toplev.c (hard-reg-set.h): Likewise.
4206         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4207         * hard-reg-set.h (reg_names): Now constant.
4208         * regs.h (reg_names): Likewise.
4209         * regclass.c (reg_names): Likewise.
4210         * loop.h (basic-block.h): No longer include.
4211         (bitmap.h): Now include.
4212         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4213         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4214         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4215
4216 2000-05-19  Jan Hubicka  <jh@suse.cz>
4217             Richard Henderson  <rth@cygnus.com>
4218
4219         * basic-block.h (struct edge_def): New field "count".
4220         (struct basic_block_def): Likewise.
4221         * flow.c (entry_exit_blocks): Add count fileds.
4222         (split_edge): Keep count information up-to-date.
4223         (dump_edge_info, dump_flow_info): Dump count fields.
4224
4225         * final.c (count_instrumented_edges): Rename to edge from arc.
4226         (end_final): Update users.
4227         * profile.c: Include expr.h, basic-block.h.
4228         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4229         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4230         (ignore_next_note, return_label_execution_count): Kill.
4231         (bbg_file_name, da_file_name): Kill.
4232         (edge_info, bb_info): New structures.
4233         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4234         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4235         (total_num_edges_instrumented): Likewise.
4236         (init_arc, expand_spanning_tree): Kill.
4237         (fill_spanning_tree, tablejump_entry_p): Kill.
4238         (instrument_edges):  Rewrite from instrument_arcs to use
4239         commit_edge_insertions infrastructure.
4240         (compute_branch_probabilities): Remove arguments; rewrite for
4241         CFG infrastructure; use rtl_dump_file directly.
4242         (branch_prob, find_spanning_tree): Likewise.
4243         (union_groups, find_group): New.
4244         (init_branch_prob): Make bbg_file_name and da_file_name local.
4245         (end_branch_prob): Use rtl_dump_file directly.
4246         (init_edge_profiler): Rename to edge from arc.
4247         (output_arc_profiler): Kill.
4248         (gen_edge_profiler): New.
4249         (output_func_start_profiler): Turn off profiling.  Make the
4250         constructor static when we can.
4251         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4252
4253         * toplev.c (DFI_flow): Remove.
4254         (DFI_cfg, DFI_life): New.
4255         (dump_file): Update accordingly.
4256         (compile_file): Call end_branch_prob if profile_arc_flag too.
4257         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4258         profiling after the CFG is built.  Move flow1 life analysis to
4259         DFI_life.  Always estimate remaining probabilities.
4260
4261 2000-05-19  Richard Henderson  <rth@cygnus.com>
4262
4263         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4264
4265         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4266
4267 2000-05-19  Richard Henderson  <rth@cygnus.com>
4268
4269         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4270         remove labels and code following when LABEL_NUSES goes to zero.
4271         (invert_jump): Likewise.
4272         (jump_optimize_1): Fix redirect/invert arguments.
4273         (do_cross_jump, thread_jumps): Likewise.
4274         * flow.c (split_edge): Likewise.
4275         * reorg.c (optimize_skip): Likewise.
4276         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4277         * profile.c (instrument_arcs): Likewise.
4278         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4279         * rtl.h: Update prototypes.
4280
4281 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4282
4283         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4284         notes.
4285         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4286         critical edges.
4287
4288 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4289
4290         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4291         past l1 when deleting whitespace and markers.
4292
4293         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4294         * cpplib.c (do_unassert): Put the list to compare against on
4295         the stack.
4296
4297 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4298
4299         * fixinc/README:  cleaned up old documentation
4300         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4301         * fixinc/check.tpl: compute the list of needed directories
4302         emit "#if defined(name)" because of conflict
4303         omit machine name differences from output differences
4304         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4305         (machine_name): change test text to use `sed' markers
4306         * fixinc/fixincl.x: regen
4307
4308 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4309
4310         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4311         a CONSTRUCTOR.
4312
4313 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4314
4315         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4316         it to match the current practice.
4317
4318 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4319
4320         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4321
4322 2000-05-18  Richard Henderson  <rth@cygnus.com>
4323
4324         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4325         * rtl.h (insn_dependant_p): Declare it.
4326         * loop.c (strength_reduce): Use it.
4327
4328 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4329
4330         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4331         16-bit and 64-bit clean-up.
4332
4333 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4334
4335         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4336         * configure: Rebuilt.
4337
4338 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4339
4340         * genopinit.c: Use $ for escape sequences in optab patterns.
4341         Remove backslashes from optab patterns.  Change $A, $B, $C to
4342         expand to (int) whatever instead of just whatever; remove
4343         explicit (int) from all optab patterns.
4344
4345         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4346         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4347         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4348         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4349         xstrdup.
4350
4351 2000-05-18  Richard Henderson  <rth@cygnus.com>
4352
4353         * jump.c (jump_optimize_1): Base minimum insn count during
4354         find_cross_jump on BRANCH_COST.
4355
4356 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4357
4358         * print-rtl.c (print_rtx): Only print note line number as string
4359         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4360         * final.c (final_scan_insn): Do nothing for note line number 0.
4361
4362 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4363
4364         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4365         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4366         NOTE_INSN_DELETED_LABEL.
4367
4368 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4369
4370         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4371         uninitialised data in .rodata not .bss, and do not interpret an
4372         error in the initialisation value as meaning that the variable
4373         should be placed in the .bss section.
4374
4375 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4376
4377         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4378         not `$ac_cv_prog_cc_cc_c_o'.
4379         * configure: Regenerated.
4380
4381 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4382             Richard Henderson  <rth@cygnus.com>
4383
4384         * c-common.h (enum c_tree_index): Add g77 type entries.
4385         (g77_integer_type_node, g77_uinteger_type_node): New.
4386         (g77_longint_type_node, g77_ulongint_type_node): New.
4387         * c-decl.c (init_decl_processing): Initialize them.
4388
4389 2000-05-18  Richard Henderson  <rth@cygnus.com>
4390
4391         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4392
4393         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4394         (small_power_of_two): Likewise; use exact_log2.
4395         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4396         (output_adds_subs): Remove.
4397         (two_insn_adds_subs_operand): New.
4398         (split_adds_subs): New.
4399         * config/h8300/h8300-protos.h: Update.
4400         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4401         (CONST_OK_FOR_L): Match strict adds operands.
4402         (CONST_OK_FOR_N): Match struct subs operands.
4403         * config/h8300/h8300.md (adds_subs insns): Remove.
4404         (addhi patterns): Output adds/subs directly.
4405         (addsi_h8300h): Likewise.
4406         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4407
4408 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4409
4410         * cppexp.c (parse_assertion): New.
4411         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4412         (_cpp_parse_expr): Remove case '#'.  Don't set
4413         parsing_if_directive.
4414         * cpphash.c (collect_objlike_expansion,
4415         collect_funlike_expansion, collect_params,
4416         _cpp_create_definition): The list no longer has a trailing
4417         VSPACE token.
4418         * cpphash.h (enum node_type): Add T_ASSERTION.
4419         (struct hashnode): Remove aschain, add pred.
4420         (struct predicate): New.
4421         Update prototypes.
4422
4423         * cpplex.c (expand_token_space): Handle both offset and
4424         nonoffset lists.
4425         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4426         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4427         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4428         _cpp_equiv_toklists): New.
4429         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4430         stop at any single-character token, not just newline.
4431         (_cpp_lex_token): Remove special cases for #define and #if.
4432         (cpp_get_token): Expect # as a separate token type.  Remove
4433         DIRECTIVE case.
4434         (_cpp_get_directive_token): Remove DIRECTIVE case.
4435         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4436
4437         * cpplib.c (_cpp_check_directive): Set dirno and
4438         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4439         (_cpp_handle_directive): Run # <number> through the same logic
4440         as normal directives.
4441         (do_define): Don't set parsing_define_directive.  Use
4442         _cpp_scan_until.  The list does not have a VSPACE at the end.
4443         (do_if): Save, clear, and restore only_seen_white around
4444         _cpp_parse_expr.
4445         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4446         (do_assert, do_unassert): Rewrite.
4447
4448         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4449         (LIST_OFFSET): New flag.
4450         (struct cpp_toklist): Replace dir_handler and dir_flags with
4451         dirno and flags.
4452         (struct cpp_reader): Remove parsing_if_directive and
4453         parsing_define_directive.
4454
4455 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4456
4457         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4458         following the cabs decl which terminate on the following line.
4459         Add the corresponding test_text case.
4460
4461 2000-05-18  Neil Booth  <NeilB@earthling.net>
4462
4463         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4464         default tab stop size.
4465         (no_num, OPT_ftabstop): New.
4466         (handle_option): Handle "ftabstop=" command-line option.
4467         (print_help): Document it.
4468         * cpplex.c (COLUMN): Remove.
4469         (handle_newline): Reset col_adjust.
4470         (skip_whitespace): Update col_adjust as tabs encountered.
4471         (_cpp_lex_line): Update to use col_adjust.  Call
4472         skip_whitespace for all whitespace.
4473         * cpplib.h (struct cpp_options): New member tabstop.
4474         (struct cpp_reader): New member col_adjust.
4475         (CPP_BUF_COL): Update.
4476         (CPP_BUF_COLUMN): New.
4477         * cpp.texi: Document "-ftabstop=" command line option.
4478
4479 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4480
4481         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4482         files.
4483         * configure: Rebuilt.
4484
4485 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4486
4487         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4488
4489         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4490         HOST_BITS_PER_WIDE_INT is >= 64.
4491
4492 2000-05-17  Richard Henderson  <rth@cygnus.com>
4493
4494         * jump.c (jump_optimize_1): Remove inactive but real insns
4495         in jump-to-next-insn optimization.
4496
4497 2000-05-17  Richard Henderson  <rth@cygnus.com>
4498
4499         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4500         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4501         Don't call recompute_reg_usage if no_new_pseudos is true.
4502         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4503         Return true if we did work; update global life information.
4504         * basic-block.h (optimize_mode_switching): Update decl.
4505
4506 2000-05-17  Neil Booth  <neilb@earthling.net>
4507
4508         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4509
4510 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4511
4512         * cpplib.c: New feature, #pragma system_header.
4513         * cpp.texi: Document special treatment of system headers, and
4514         the various mechanisms to get a header that special treatment.
4515
4516 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4517
4518         * system.h (offsetof): Define at the very end, to ensure we prefer
4519         the platform's definition if available.
4520
4521 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4522
4523         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4524         * fixinc/server.c: likewise
4525         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4526         + #ifdef debugging code + use #def constant for
4527         sub-pattern count
4528         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4529         on C++ math namespace
4530
4531 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4532
4533         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4534         Don't check the return value of sprintf.  Use asprintf to avoid
4535         buffer overflows.
4536
4537 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4538
4539         * flags.h (warn_unused_function, warn_unused_label,
4540         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4541         Replace ``warn_unused''.
4542         (set_Wunused): Add declaration.
4543         * toplev.c (set_Wunused): New function.
4544         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4545         warn_unused_variable, warn_unused_value): New variables.
4546         (W_options): Add -Wunused-function, -Wunused-function,
4547         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4548         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4549
4550         * toplev.c (decode_W_option): Update -Wunused flags by calling
4551         set_Wunused.
4552         * c-decl.c (c_decode_option): Ditto for -Wall.
4553
4554         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4555         warn_about_unused_variables): Replace warn_unused with more
4556         explicit warn_unused_value et.al.
4557         * function.c (expand_function_end): Ditto.
4558         * c-typeck.c (internal_build_compound_expr,
4559         internal_build_compound_expr): Ditto.
4560         * c-decl.c (poplevel, pop_label_level): Ditto.
4561         * toplev.c (check_global_declarations): Replace warn_unused with
4562         check for either warn_unused_function or warn_unused_variable.
4563
4564         * gcc.1, invoke.texi (Warning Options): Document
4565         -Wunused-function, -Wunused-function, -Wunused-label,
4566         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4567
4568 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4569
4570         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4571         $(srcdir), not in the current directory.
4572
4573 2000-05-16  Richard Henderson  <rth@cygnus.com>
4574
4575         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4576         assembler supports it.
4577         (.fini, .init): Use a gp-relative indirect call.
4578         (__do_global_dtors_aux): Preserve the gp; rebundle.
4579         (__do_frame_setup): Likewise.
4580         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4581         (.init): Use a gp-relative indirect call.
4582         (__do_global_ctors_aux): Preserve the gp.
4583
4584 2000-05-16  Richard Henderson  <rth@cygnus.com>
4585
4586         * flow.c (commit_one_edge_insertion): Be prepared for a return
4587         insn to be inserted on the edge with a normal jump.
4588         * jump.c (jump_optimize_1): Don't look to create return isns.
4589
4590         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4591         * jump.c (jump_optimize_1): Likewise.
4592         (returnjump_p): Verify the argument is a JUMP_INSN.
4593         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4594
4595 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4596
4597         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4598         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4599         (large_insn_p): Ditto.
4600         (m32r_is_insn): New function: Return true if the insn contains
4601         an executable instruction.
4602         (m32r_adjust_insn): Use m32r_is_insn.
4603         (m32r_sched_reorder): Use m32r_is_insn.
4604         (m32r_sched_variable_issue): Use m32r_is_insn.
4605
4606 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4607
4608         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4609         VAR_DECL.
4610
4611         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4612
4613         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4614         according to given options.
4615
4616 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4617
4618         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4619         if X has VOIDmode either.
4620         (LIMIT_RELOAD_CLASS): Similarly.
4621
4622         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4623         not "general_operand" to match the processor's capabilities.
4624
4625 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4626
4627         * fixinc/README:  corrected return address
4628         * fixinc/check.diff:  regenerate, now that test works
4629         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4630         (char_macro_def_fix,char_macro_use_fix): corrected and
4631         rewrote to use regex to parse the text
4632         * fixinc/inclhack.def: more testing
4633         * fixinc/fixincl.x:  regenerated
4634
4635         * fixinc/inclhack.def: added several "test_text" attributes
4636         changed several fixes to use `c_fix = format'
4637         re-alphabetized the fixes
4638
4639         * fixinc/check.diff: regenerate
4640         * fixinc/fixincl.x: regenerate
4641         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4642         of created dirs
4643
4644
4645 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4646
4647         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4648
4649 2000-05-15  Richard Henderson  <rth@cygnus.com>
4650
4651         * toplev.c (rest_of_compilation): Run full jump pass before
4652         find_basic_blocks of flow2.
4653
4654 2000-05-15  Richard Henderson  <rth@cygnus.com>
4655
4656         * jump.c: Fix typos and clarify commentary from last change.
4657         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4658         (safe_to_remove_jump_p): Remove.
4659         (condjump_label): Use pc_set.
4660
4661 2000-05-15  Richard Henderson  <rth@cygnus.com>
4662
4663         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4664         that get in the way after reload.
4665         (cond_exec_process_if_block): Skip a label heading THEN block.
4666
4667 2000-05-15  Richard Henderson  <rth@cygnus.com>
4668
4669         * varasm.c (output_constant_pool): Abort instead of converting
4670         (improperly) deleted labels to zero.
4671
4672 2000-05-16  Neil Booth  <NeilB@earthling.net>
4673
4674         * cpplex.c (parse_string2): Update comment.
4675         (cpp_lex_line): No special assertion treatment for '('.
4676         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
4677         * cpplib.h (SYNTAX_ASSERT): Remove.
4678
4679 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4680
4681         * jump.c (condjump_p):  Mark as depreached.
4682         (any_condump_p): New.
4683         (any_uncondump_p): New.
4684         (pc_set): New.
4685         (safe_to_remove_jump_p): New.
4686         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
4687         safe_to_remove_jump_p): Declare.
4688
4689 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4690
4691         * calls.c: Re-install both patches reverted by last patch.
4692         (struct arg_data): New field tail_call_reg.
4693         (initialize_argument_information): Initialize tail_call_reg
4694         (load_register_parameters): New argument flags, use
4695         tail_call_reg when emiting tail call sequence.
4696         (expand_call): Update call of load_register_parameters;
4697         copy unadjusted_args_size to adjusted_args_size.
4698
4699 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4700
4701         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
4702         and bct_p parameters to flags.
4703         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
4704         * rtl.h (loop_optimize): Update prototype.
4705         * toplev.c (rest_of_compilation): Update call of loop_optimize.
4706
4707 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4708
4709         * calls.c (expand_call): Move expand_start_target_temps call after
4710         start_sequence().
4711
4712 2000-05-15  Neil Booth  <NeilB@earthling.net>
4713
4714         * cpphash.c (trad_stringify, warn_trad_stringify,
4715         collect_params): Make some pointers pointers to const.
4716         * cpplex.c (auto_expand_name_space) Guaranteed to always
4717         expand by at least one character.
4718         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
4719         (struct token_spelling): Use const U_CHAR * rather than PTR.
4720         (expand_name_space): Fix up token pointers if name space
4721         is moved when expanding.
4722         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
4723         parse_string2, save_comment, spell_token, cpp_output_list):
4724         Update so the routines handle tokens with a direct pointer to
4725         their text, rather than an offset into the token's list's namebuf.
4726         (_cpp_lex_line): Rearrange for clarity.
4727
4728         * cpplib.c (_cpp_check_directive): Similarly.
4729         (do_define): Make SYM a pointer to const.
4730         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
4731         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
4732         (TOK_OFFSET): Delete.
4733         (TOK_NAME): Update.
4734
4735 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
4736
4737         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
4738         64-bit ABI.
4739
4740         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
4741         into account.
4742         (logical_u_operand): Delete.
4743         (non_logical_cint_operand): Rewrite to take MODE into account.
4744         (non_logical_u_cint_operand): Delete.
4745         (boolean_operator): New function.
4746         (print_operand): Add new %q operand.
4747         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
4748         remove logical_u_operand and non_logical_u_cint_operand,
4749         update logical_operand and non_logical_cint_operand.
4750         * config/rs6000/rs6000.md: Rewrite the patterns for performing
4751         logical operations to use %q.
4752
4753         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
4754         (movdi): Make similar to movsi.
4755         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
4756         is no such thing as a DImode CONST_DOUBLE.
4757         * config/rs6000/rs6000.c (output_toc): Likewise.
4758
4759         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
4760         codes when old mnemonics are in use.  Print register names
4761         for cc registers when requested.
4762
4763         * optabs.c (expand_float): Don't allow mode widening that causes
4764         double rounding.
4765
4766         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
4767         flags to their current names -maix64 and -maix32.
4768
4769 2000-05-14  Bruce Korb  <bkorb@gnu.org>
4770
4771         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
4772         and/or after current text of file
4773         * fixinc/fixlib.c(must_malloc):
4774         * fixinc/fixlib.h(must_malloc): + reformatting
4775         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
4776         with usages of ``c_fix = wrap;''
4777         Add several tests and use the ``c_fix = format'' fixer more.
4778         * fixinc/fixincl.x: regen
4779         * fixinc/check.diff: regen
4780         * fixinc/check.tpl: emit the associated header with the missing
4781         test message
4782
4783 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
4784
4785         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
4786         variables $src and $dst.
4787
4788 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
4789
4790         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
4791         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
4792         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
4793         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
4794         fields.
4795         (set_message_prefixing_rule): Declare.
4796
4797         * diagnostic.c: (current_prefixing_rule): New variable.
4798         (set_message_prefixing_rule): Define.
4799         (output_set_prefix): Adjust buffer->emitted_prefix_p.
4800         (init_output_buffer): Adjust Initialization.
4801         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
4802
4803 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
4804
4805         * ifcvt.c (if_convert): Do not free NULL.
4806
4807 2000-05-12  Nick Clifton  <nickc@cygnus.com>
4808
4809         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
4810         to move a double word value.
4811         (di_operand): New function: Return true if the operand is suitbale
4812         for a double word move operation.
4813         (nonimmediate_di_operand): New function: Return true if the
4814         operand is a DImode register or MEM.
4815
4816         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
4817         nonimmediate_di_operand.
4818
4819         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
4820         nonimmediate_di_operand.
4821
4822         * config/fr30/fr30.md (movdi): New pattern.  Required because
4823         other patterns generate DImode results.
4824         (movdi_insn): New pattern.
4825
4826 2000-05-12  Richard Henderson  <rth@cygnus.com>
4827
4828         * config/alpha/alpha.c (struct shadow_summary): Define
4829         bitfields as type unsigned int.
4830
4831 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
4832
4833         * config/avr/t-avr: Added definition of FLOAT while generates
4834         fp-bit.c
4835
4836         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
4837         peepholes for tst+jump = sbrs/sbrc optimization.
4838
4839 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
4840
4841         * expr.c (emit_push_insn): Do not adjust stack pointer when
4842         preallocating.
4843
4844 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
4845
4846         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
4847         * system.h (offsetof): ... to here.
4848
4849 2000-05-12  Richard Henderson  <rth@cygnus.com>
4850
4851         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
4852         * final.c (final_end_function): Use app_disable.  Rearrange note
4853         handling into a switch.  Emit deleted labels.
4854         (output_asm_label): Generate label strings for deleted labels.
4855         * flow.c (tail_recursion_label_list): New.
4856         (find_basic_blocks_1): Set label_value_list directly.  Collect list
4857         of tail recursion labels from call_placeholders.  Don't add deleted
4858         labels to the label value list.
4859         (cleanup_cfg): Use free_EXPR_LIST_list.
4860         (flow_delete_insn_chain): Turn non-removable labels into notes.
4861         (flow_delete_block): Don't disable deleting the block because of
4862         a non-removable label.
4863         (tail_recursion_label_p): New.
4864         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
4865         because of a label.
4866         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
4867         jump table.
4868         (merge_blocks): Disable a merge because of tail recursion labels.
4869         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
4870         Use a more accurate measure of not merging the join block.
4871         (find_if_block): Don't disable conversion because of a label.
4872         (find_if_case_1, find_if_case_2): Likewise.
4873         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
4874         element when copying.
4875         (squeeze_notes): Also leave EH notes.
4876         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
4877         REG_LABEL notes.
4878         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
4879         deleting a label.
4880         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
4881         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
4882         referring to a deleted label.  Convert tail handling to a switch.
4883         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
4884         for NOTE_INSN_DELETED_LABEL.
4885         (NOTE): Fix commentary.
4886         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
4887         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
4888         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
4889         (LABEL_NUSES, LABEL_REFS): Likewise.
4890         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
4891
4892 2000-05-12  Bruce Korb  <bkorb@gnu.org>
4893
4894         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
4895         * fixinc/check.diff: updated
4896         * fixinc/inclhack.def: corrected & added some test_text-s
4897         * fixinc/genfixes: removed unneeded options to autogen invocation
4898         * fixinc/fixincl.tpl: Specified the output file
4899         * fixinc/fixfixes.c: visual appearance
4900         * fixinc/fixincl.x: regenerate
4901
4902 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
4903
4904         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
4905         CTRL_defn_fix): Delete.
4906         (fix_char_macro_defines, fix_char_macro_uses): Rename to
4907         char_macro_def_fix and char_macro_use_fix, respectively.  Put
4908         them into the FIXUP_TABLE.  Get the string to search for from
4909         a c_fix_arg.
4910
4911         (format_write): New function.
4912         (format_fix): Use it.
4913
4914         (FIX_PROC_HEAD): Constify text parameter.
4915         (machine_name_fix): Constify all char *s.
4916         * fixtests.c (skip_quote): Remove double static.
4917
4918         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
4919         ctrl_use_quotes): Update for new scheme.
4920         * fixincl.x: Regenerate.
4921
4922 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4923
4924         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
4925         DWARF2_DEBUG.
4926         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
4927         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
4928
4929 2000-05-11  Robert Lipe <robertlipe@usa.net>
4930
4931         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
4932         * fixincl.x: Regenerate.
4933
4934 2000-05-11  Richard Henderson  <rth@cygnus.com>
4935
4936         * calls.c: Revert both 05-09 patches.
4937
4938 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
4939
4940         * config/mn10300/mn10300.c (print_operand): Print FP constants in
4941         hexadecimal.
4942         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
4943         for FP values.
4944
4945         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
4946         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
4947
4948 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
4949
4950         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
4951
4952 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4953
4954         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
4955
4956 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
4957
4958         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
4959         * config/avr/avr.c (jump_over_one_insn_p): New function.
4960         * config/avr/avr.md: New peepholes added. Output test and
4961         conditional jump to "sbrc" or "sbrs" command.
4962
4963 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
4964
4965         * cppmain.c (main): Use IS_DIR_SEPARATOR.
4966
4967 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
4968
4969         * except.c (find_exception_handler_labels_1): New function.
4970         (find_exception_handler_labels): Split into two functions, dive
4971         into CALL_PLACEHOLDERs when looking for exception handler labels.
4972
4973 2000-05-11 Stan Cox <scox@cygnus.com>
4974
4975         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
4976         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
4977         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
4978
4979 2000-05-11  Bruce Korb  <bkorb@gnu.org>
4980
4981         * fixinc/fixfixes.c (double_slash_fix):  obsolete
4982         (else_endif_label_fix): obsolete
4983         (format_fix):  new, unused as yet
4984         (main): obsolete
4985         * fixinc/fixlib.h: added fix description struct for use by format_fix
4986         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
4987         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
4988         modules.  Removed the vestiges of the script version.
4989         Added support for "make check".
4990         * fixinc/check.diff: base diff file (needs work!!)
4991         * fixinc/check.tpl: quiet the fixup output
4992         * fixinc/fixtests.c (main): obsolete
4993         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
4994         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
4995
4996 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
4997
4998         * toplev.c (rest_of_compilation): Remove dead code after
4999         combine.
5000
5001 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5002
5003         * cpphash.c (collect_funlike_expansion): Make "# is not
5004         followed by a macro argument name" a pedwarn, not an error.
5005         Preserve the # in the output.  Suppress the warning if lang_asm.
5006
5007 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
5008
5009         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
5010         * configure: Rebuilt.
5011
5012 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
5013
5014         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
5015
5016 2000-05-10  Kazu Hirata  <kazu@hxi.com>
5017
5018         * combine.c (try_combine): Fix a typo.
5019
5020 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
5021
5022         * config/ia64/ia64.md (insv): Add comment.
5023
5024 2000-05-10  Richard Henderson  <rth@cygnus.com>
5025
5026         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
5027         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
5028         dependancies on FPBIT and DPBIT.
5029
5030 2000-05-10  Nick Clifton  <nickc@redhat.com>
5031
5032         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5033         when optimising for size.
5034         (mark_used_regs:) Ditto.
5035         (try_pre_increment_1): Ditto.
5036
5037 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
5038
5039         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
5040         Make error message friendlier.
5041
5042         * cpphash.h (struct hashnode): Use struct hack for name
5043         member.
5044         * cpphash.c (struct hashdummy): New.
5045         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
5046         (make_HASHNODE): No need to set ->name pointer.  Correct
5047         setting of p.
5048         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
5049
5050 2000-05-10  Richard Henderson  <rth@cygnus.com>
5051
5052         * flow.c (find_basic_blocks_1): Remove any spare bb_note
5053         after completion.
5054
5055 2000-05-10  Bruce Korb  <bkorb@gnu.org>
5056
5057         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
5058
5059 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
5060
5061         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
5062         after we enter .debug.
5063
5064 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
5065
5066         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
5067         abstract instance of a nested inline function.
5068
5069         * stor-layout.c (finish_record_layout): finalize_type_size
5070         before laying out the pending_statics.
5071
5072 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5073
5074         * cpplex.c (spell_token): New function.
5075         (spell_string, spell_comment, spell_name): fold into
5076         spell_token.
5077         (I, S): Add macros.
5078         (E, H): Remove macros.
5079         (save_comment): Save comment opening characters too.
5080         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5081         handling.
5082         * cpplib.h (I, S): Add macros.
5083         (E, H): Remove macros.
5084         (TTYPE_TABLE): Update entries for new speller.
5085         (SYNTAX_ASSERT): Remove.
5086
5087 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5088
5089         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5090         when removing escaped newlines.  Reverse sense of test for
5091         escaped newline.
5092
5093 2000-05-09  Richard Henderson  <rth@cygnus.com>
5094
5095         * flow.c (find_basic_blocks_1): Do not delete the first
5096         bb_note we run across.
5097         (create_basic_block): Use reorder_insns to move an existing
5098         bb_note to the correct place.
5099
5100 2000-05-09  Richard Henderson  <rth@cygnus.com>
5101
5102         * calls.c (expand_call): Increment currently_expanding_call
5103         before calling optimize_tail_recursion.
5104
5105 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5106
5107         * reload1.c (reload_combine): Fix errors in last change.
5108
5109 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5110
5111         * gcc.c (used_arg): Skip over a semicolon at the end of the
5112         split-up loop; don't break out of it.
5113
5114         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5115         (tree.o): Depend on output.h.
5116
5117         * c-decl.c (pending_invalid_xref_file,
5118         current_function_prototype_file): Constify.
5119         (pushdecl): Constify a local char *.
5120         (define_label): Constify filename parameter.
5121         * c-lex.c (init_parse): Constify parameter and return value.
5122         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5123         * c-tree.h: Update prototypes.
5124         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5125         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5126         objc/objc-parse.c: Regenerate.
5127
5128         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5129         * dwarfout.h: Update prototypes.
5130         * expr.c (expand_expr): Constify a local char *.
5131         * flags.h: Constify main_input_filename.
5132         * function.c (expand_function_end): Constify filename parameter.
5133         * genrecog.c (make_insn_sequence): Use a character array for
5134         c_test_pos.
5135         (main): Remove unused variables.
5136         * input.h: Constify input_filename, main_input_filename, and
5137         file_stack.name.  Update prototypes.
5138         * output.h: Declare first_global_object_name and
5139         weak_global_object_name here, as const char *.
5140         * stmt.c (expand_asm_operands): Constify filename parameter.
5141         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5142         Constify filename parameter.
5143         (input_filename, main_input_filename): Constify.
5144         * toplev.h: Update prototypes.
5145         * tree.c: Include output.h.  Don't declare
5146         first_global_object_name or weak_global_object_name.  Clean up string
5147         bashing in get_file_function_name_long.
5148         * tree.h (struct tree_decl): Constify filename member.
5149         (input_filename): Constify.
5150         Update prototypes.
5151         * varasm.c (first_global_object_name, weak_global_object_name):
5152         Constify.
5153         (assemble_start_function, assemble_variable): Clean up string bashing.
5154
5155         * gcc.c: Constify all spec-related strings initialized,
5156         transitively, from string constants.  Constify all strings
5157         and string variables related to multilibs.
5158         (set_spec, read_specs): Cast argument to free to PTR.
5159         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5160         length comparison to compare multilib switches.
5161         * genmultilib: Constify everything declared in multilib.h.
5162
5163 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5164
5165         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5166         as deleted.
5167
5168 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5169
5170         * config/avr/avr-protos.h (extra_constraint): change a type of
5171         second argument from char to int to avoid warnings.
5172         (asm_output_byte): Likewise.
5173
5174         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5175         (initial_elimination_offset): Handle elimination from
5176         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5177         (legitimate_address_p): Use MAX_LD_OFFSET.
5178         (legitimize_address): Likewise.
5179         (out_movqi_r_mr): Likewise.
5180         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5181         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5182         (out_movsi_mr_r): Likewise.
5183         (out_movqi_mr_r): Likewise.
5184         (out_movhi_mr_r): Likewise.
5185         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5186         count as CONST_INT != 6.
5187         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5188         shift count is a CONSTANT_P, but not a CONST_INT.
5189         (ashlhi3_out): Coding style modifications.
5190         (ashlsi3_out): Likewise.
5191         (ashrhi3_out): Likewise.
5192         (ashrsi3_out): Likewise.
5193         (lshrhi3_out): Likewise.
5194         (lshrsi3_out): Likewise.
5195         (ashrqi3_out): Generate shift for any known constant count without
5196         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5197         but not a CONST_INT.
5198         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5199         shift count is a CONSTANT_P, but not a CONST_INT.
5200         (extra_constraint): change a type of
5201         second argument from char to int to avoid warnings.
5202         (asm_output_byte): Likewise.
5203         (asm_file_end): Output size generated commands count as a hex
5204         number too.
5205
5206         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5207
5208         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5209         removed.
5210         (ashlqi3): Values of "length" attribute changed. Shift count
5211         uses constraints 'n' instead of 'i'.
5212         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5213         shifts without clobber register.
5214         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5215         (call_insn): Correct test for which_alternative == 1 (was 0).
5216         (call_value_insn): Likewise.
5217
5218         * config/avr/t-avr: Remove definition of FLOAT while generates
5219         fp-bit.c
5220
5221 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5222
5223         * fixinc/check.tpl:  Template for checking fixes
5224         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5225         disable hpux8_bogus_inlines on SCO
5226         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5227
5228 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5229
5230         * calls.c (expand_call): Reorganize somewhat in order
5231         to avoid unnecesary recalculation inside loop and make
5232         tail call failure code cleaner.
5233
5234 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5235
5236         * alias.c (nonlocal_reference_p): Minor reformatting.
5237         * reload.c (find_equiv_reg): Simplify logic for
5238         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5239         some some reformatting.
5240         * reload1.c (reload_combine): Don't assume everything in
5241         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5242
5243 2000-05-08  Richard Henderson  <rth@cygnus.com>
5244
5245         * final.c (current_insn_predicate): New.
5246         (final_scan_insn): Set it.
5247         * output.h (current_insn_predicate): Declare.
5248
5249         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5250         Attach it to call insns.
5251         (cond_exec_process_if_block): Track probability for true and
5252         false branches.
5253         (dead_or_predicable): Likewise.
5254
5255         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5256         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5257         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5258         (estimate_probability, expected_value_to_br_prob): Use them.
5259
5260         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5261         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5262         (ia64_expand_prediction): New.
5263         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5264         as needed after calls.
5265         (ia64_epilogue_uses): Mark b0 used.
5266         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5267         (bne_true, bne_false): Remove.
5268         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5269         (br_true, br_false): New.  Use predicate_operator and
5270         ia64_expand_prediction.
5271         (return_true, return_false): Likewise.
5272         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5273         (call_internal1, call_value_internal): Likewise.
5274         (call_value_internal1, call_multiple_values_internal1): Likewise.
5275
5276         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5277
5278         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5279
5280 2000-05-08  Richard Henderson  <rth@cygnus.com>
5281
5282         * rtlanal.c (may_trap_p): Consider old-style and volatile
5283         asms to trap.
5284
5285 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5286
5287         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5288
5289 2000-05-08  Richard Henderson  <rth@cygnus.com>
5290
5291         * config/ia64/ia64.h (predicate_operator): Declare.
5292
5293         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5294         of existance.
5295
5296         * gensupport.c (process_rtx): Copy and post-process each member
5297         of the define_insn rtvec individually.
5298
5299 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5300
5301         * cpplex.c (spell_token): New function.
5302         (TOKEN_LEN): Add 1 for whitespace.
5303         (_cpp_lex_file): Update to use spell_token.
5304         * cpplib.h (E): Remove.
5305         (TTYPE_TABLE): Update CPP_VSPACE entry.
5306
5307 2000-05-08  Richard Henderson  <rth@cygnus.com>
5308
5309         * flow.c (init_propagate_block_info): Watch out for conditional
5310         branch to next instruction, and thus one outgoing edge.
5311
5312         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5313         for global register variables; don't special case __[CD]TOR_LIST__;
5314         mind ggc_p for string allocation.
5315
5316 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5317
5318         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5319
5320 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5321
5322         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5323         i?86-*-msdosdjgpp* no longer uses fixincludes
5324         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5325         * fixinc/inclhack.sh:  deleted
5326         * fixinc/hackshell.tpl:  deleted
5327         * fixinc/inclhack.tpl:  deleted
5328         * fixinc/Makefile.in:  Remove dependencies on above
5329         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5330
5331 2000-05-08  Andreas Jaeger  <aj@suse.de>
5332
5333         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5334         support.
5335
5336 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5337
5338         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5339         substitutions.
5340
5341 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5342
5343         * cpplex.c: Move new lexer definitions and prototypes
5344         to top.  Conditional include these and the code if
5345         NEW_LEXER is defined.  Rename functions whose names
5346         clash if this code included.
5347
5348 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5349
5350         * rtl.def (COND_EXEC): Clarify.
5351
5352         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5353         same fashion as zero_extendsidi2.
5354
5355 2000-05-06  Richard Henderson  <rth@cygnus.com>
5356
5357         * config/ia64/ia64.c (predicate_operator): New.
5358         (ia64_print_operand): Handle 'J'.
5359         (rtx_needs_barrier): Handle COND_EXEC.
5360         * config/ia64/ia64.h (BRANCH_COST): Define.
5361         (PREDICATE_CODES): Update.
5362         * config/ia64/ia64.md: Docuement used unspec values.
5363         (attr predicable): New.
5364         (movxf, movxf_internal): New.
5365         (extendsfdf2): Don't comment out nop.
5366         (floatdidf2): Remove.
5367         (truncxfsf2, truncxfdf2, floatdixf2): New.
5368         (abssi2, absdi2): Put the neg in the "true" slot.
5369         (conditional branch instructions): Mark not predicable.
5370         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5371         (abs*_internal): Likewise.
5372         (alloc, set_bsp): Mark not predicable.
5373         (barrier, insn_group_barrier, flush_cache): Likewise.
5374         (define_cond_exec): New.
5375
5376 2000-05-06  Richard Henderson  <rth@cygnus.com>
5377
5378         * c-decl.c: Include "tm_p.h".
5379
5380         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5381         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5382         (ia64_expand_op_and_fetch): Declare.
5383         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5384         (setjmp_operand): Constify variables for XSTR.
5385         (ia64_encode_section_info): Likewise.
5386         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5387         values to int.
5388         (ia64_asm_output_external): Constify name.
5389         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5390         (process_for_unwind_directive): Provide switch default.
5391         (ia64_expand_compare_and_swap): Remove unused variables.
5392         (ia64_expand_builtin): Likewise.
5393         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5394         for printing.
5395
5396         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5397         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5398         (shift_count_operand, shift_32bit_count_operand): Likewise.
5399         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5400         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5401         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5402         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5403         (ia64_expand_builtin): Likewise.
5404         (call_multiple_values_operation): Make dest_regno unsigned.
5405
5406 2000-05-06  Richard Henderson  <rth@cygnus.com>
5407
5408         * rtl.def (DEFINE_COND_EXEC): New.
5409         * md.texi: Document it.
5410
5411         * gensupport.c (input_file): Remove.
5412         (struct queue_elem): Add lineno.
5413         (rtx_ready_queue): Remove.
5414         (errors): New.
5415         (predicable_default): New.
5416         (predicable_true, predicable_false): New.
5417         (define_attr_queue, define_attr_tail): New.
5418         (define_insn_queue, define_insn_tail): New.
5419         (define_cond_exec_queue, define_cond_exec_tail): New.
5420         (other_queue, other_tail): New.
5421         (queue_pattern): New.
5422         (process_rtx): Add patterns to the appropriate queues.
5423         (is_predicable, identify_predicable_attribute): New.
5424         (n_alternatives, collect_insn_data): New.
5425         (alter_predicate_for_insn, alter_test_for_insn): New.
5426         (shift_output_template, alter_output_for_insn): New.
5427         (process_one_cond_exec, process_define_cond_exec): New.
5428         (init_md_reader): Read the entire file.  Process define_cond_exec.
5429         (read_md_rtx): Return elements from the queues.
5430
5431 2000-05-06  Richard Henderson  <rth@cygnus.com>
5432
5433         * flow.c (mark_set_1): Don't update conditional life info
5434         if the register is not_dead.
5435
5436 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5437
5438         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5439         (mostlyclean): Also delete fixincl, fixinc.sh, and
5440         specs.ready, and make clean in the fixinc subdir.
5441
5442 2000-05-06  Richard Henderson  <rth@cygnus.com>
5443
5444         * Makefile.in (gensupport.o): Compile for the host.
5445         (host-prefix gensuuprt.o): Remove.
5446         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5447         (genattrtab.o): Likewise.
5448         (gencodes.o): Depend on gensupport.h.
5449         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5450         (genpeep.o, genattr.o, genoutput.o): Likewise.
5451
5452         * gensupport.c (obstack, rtl_obstack): New.
5453         (init_md_reader): Initialize rtl_obstack.
5454         * gensupport.h (rtl_obstack): Declare.
5455         (message_with_line): Declare.
5456
5457         * genattr.c: Remove all traces of obstack manipulation.
5458         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5459         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5460
5461         * genattrtab.c (obstack, rtl_obstack): Remove.
5462         (main): Don't init rtl_obstack.
5463         * genflags.c: Likewise.
5464
5465         * genrecog.c (message_with_line): Move ...
5466         * gensupport.c: ... here.
5467
5468 2000-05-06  Richard Henderson  <rth@cygnus.com>
5469
5470         * c-typeck.c (build_c_cast): Remove dead code.
5471
5472 2000-05-06  Richard Henderson  <rth@cygnus.com>
5473
5474         * flow.c (split_edge): Don't allocate global_live_at_start for
5475         the new block unless the old blocks had them as well.
5476
5477         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5478
5479         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5480         test_bb if a or b uses x.
5481
5482 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5483
5484         * cpphash.h: Remove conditional #define of __extension__.
5485         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5486         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5487         (ENABLE_RTL_CHECKING only).
5488         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5489         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5490         (ENABLE_TREE_CHECKING only).
5491         * varray.h: Add __extension__ to VARRAY_CHECK macro
5492         (ENABLE_CHECKING only).
5493
5494 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5495
5496         Use new tail-calling mechanism on ARM.
5497         * arm.md (sibcall, sibcall_value): New expands.
5498         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5499         (tailcalling peepholes): Delete.
5500         (push_multi): Simplify.
5501         * arm.c (lr_save_eliminated): Delete definition.
5502         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5503         (output_return_instruction): Remove checks on lr_save_eliminated.
5504         (output_arm_prologue): Remove old tail-calling code.
5505         (arm_output_epilogue): New parameter, really_return.  All callers
5506         changed.  Handle tail-calling epilogues.
5507         * arm.h (lr_save_eliminated): Delete declaration.
5508         (frame_pointer_needed): Delete declaration.
5509         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5510
5511         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5512         TARGET_ARM.
5513         * arm.c (thumb_code): Define it.
5514         (arm_override_options): Set it.
5515         * arm.h (thumb_code): Declare it.
5516
5517 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5518
5519         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5520
5521 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5522
5523         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5524         bogus clobber to insns.
5525         (load_multiple_operation, store_mulitple_operation): Don't check
5526         for it.
5527         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5528
5529         * arm.md (and_scc, ior_scc): Add missing mode.
5530
5531         * arm.md (call_value_symbol): Remove predicate from op2.
5532
5533         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5534
5535 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5536
5537         * expr.c (get_subtarget): New function.
5538         (force_operand, expand_expr, do_store_flag): Use it.
5539
5540         * toplev.c (compile_file): Don't take strlen of NAME if null.
5541
5542 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5543
5544         * xcoffout.c (xcoff_current_include_file,
5545         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5546         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5547         char *'.
5548         (xcoffout_declare_function): Make name 'const char *'.
5549         (xcoffout_end_epilogue): Make fname 'const char *'
5550         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5551         xcoffout_declare_function, xcoffout_source_line): Match above.
5552
5553         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5554         -maix64 is error.
5555         * rs6000.c (print_operand): Fix lossage typo.
5556         (output_cbranch): Remove "cr" decoration for now.
5557         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5558
5559 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5560
5561         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5562         constant count.
5563
5564 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5565
5566         * fixinc/genfixes: Improve the matching for make target names
5567
5568 2000-05-05  Catherine Moore  <clm@cygnus.com>
5569
5570         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5571         attribute to the decl.
5572         * c-decl.c (pushdecl): Propagate the USED attribute to the
5573         type copy.
5574
5575 2000-05-05  Richard Henderson  <rth@cygnus.com>
5576
5577         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5578         same way emit_group_load does.
5579
5580 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5581
5582         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5583
5584         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5585         (main): Likewise.
5586
5587 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5588
5589         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5590
5591 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5592
5593         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5594         to support -shared, on platforms with dynamic libraries.
5595
5596 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5597
5598         * system.h (S_ISBLK): Provide fallback definition.
5599
5600 2000-05-05  Geoff Berry  <geoffb@bops.com>
5601
5602         * extend.texi (Extended Asm): Document inability to give asm
5603         statements access to condition codes.
5604
5605 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5606
5607         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5608         as arg 2 of UNIQUE_SECTION.
5609
5610 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5611
5612         * predict.c: Remove May 4 change.
5613         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5614         if we have predicted the branch at 50-50 probability.
5615
5616 2000-05-05  Richard Henderson  <rth@cygnus.com>
5617
5618         * flow.c (init_propagate_block_info): Fix merge error
5619         in HAVE_conditional_execution code.
5620
5621 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5622
5623         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5624         shift cycle for unknown shift count. Also generates dec + brpl.
5625         (ashlqi3_out): Don't generate dec + brpl which now generates by
5626         `out_shift_with_cnt'.
5627         (ashlhi3_out): Likewise.
5628         (ashlsi3_out): Likewise.
5629         (ashrqi3_out): Likewise.
5630         (ashrhi3_out): Likewise.
5631         (ashrsi3_out): Likewise.
5632         (lshrqi3_out): Likewise.
5633         (lshrhi3_out): Likewise.
5634         (lshrsi3_out): Likewise.
5635
5636 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5637
5638         * gcc.c (free_split_directories): Correct typo in explanation
5639         of make_relative_prefix.
5640
5641 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5642
5643         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5644         comparison codes to branch_comparison_operator.
5645
5646 2000-05-04  Richard Henderson  <rth@cygnus.com>
5647
5648         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5649
5650 2000-05-04  Richard Henderson  <rth@cygnus.com>
5651
5652         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5653         (DPBIT_FUNCS): Remove _sf_to_usi.
5654         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5655
5656         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5657         between condition and jump.
5658
5659         * libgcc2.c (near eh_context_specific): Comment #endif string.
5660         * longlong.h: Don't use strings with embedded newlines.
5661
5662 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5663
5664         * config/rs6000/rs6000-protos.h: Add output_cbranch.
5665         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
5666         (print_operand): Delete %t and %T codes.
5667         (output_cbranch): New function.  Support branch prediction.
5668         * config/rs6000/rs6000.md: Use output_cbranch for
5669         conditional branches and returns.
5670
5671 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
5672
5673         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
5674         * stor-layout.c (place_field): Likewise.
5675         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
5676         * expr.c (store_expr): Make align unsigned.
5677         * explow.c (plus_constant_wide): Make low words unsigned.
5678         * expmed.c (choose_multiplier): Likewise.
5679         * fold-const.c (fold):  Likewise.
5680         * tree.h (build_int_2): Likewise.
5681         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
5682         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
5683         (init_emit): Change cast to unsigned char*.
5684         * varasm.c (compare_constant_1): Add cast to char*.
5685         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
5686         * reload1.c (reload): Likewise.
5687
5688         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
5689
5690 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
5691
5692         * predict.c (estimate_probability): If no prediction was found, then
5693         predict the successor that is the next physical block (if such a
5694         successor exists).
5695
5696 2000-05-04  Richard Henderson  <rth@cygnus.com>
5697
5698         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
5699
5700 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5701
5702         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
5703
5704 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
5705
5706         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
5707         attribute macros from here ...
5708         (CPP_SPEC): to here.
5709         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
5710         (CPP_SPEC): Likewise.
5711         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
5712
5713         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
5714         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
5715
5716 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5717
5718         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
5719
5720         * diagnostic (vbuild_message_string, build_message_string,
5721         build_location_prefix, output_get_prefix, init_output_buffer,
5722         output_notice, vline_wrapper_message_with_location,
5723         v_message_with_decl, default_print_error_function): De-constify.
5724         (set_real_maximum_length): Prototype.
5725
5726         * diagnostic.h (struct output_buffer, init_output_buffer,
5727         output_get_prefix, output_set_prefix): De-constify.
5728
5729         * function.c (init_function_start): Constify.
5730
5731         * gensupport.c (remove_constraints, process_rtx): Prototype.
5732
5733         * gthr-posix.h: Indent uses of #pragma.
5734
5735         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
5736         Prototype.
5737
5738         * predict.c (find_expected_value): Delete prototype.
5739         (expected_value_to_br_prob): Initialize variable `ev_reg'.
5740
5741         * sbitmap.h (debug_sbitmap): Prototype.
5742
5743         * ssa.c (compute_coalesced_reg_partition): Prototype.
5744
5745         * stor-layout.c (debug_rli): Prototype.
5746
5747         * tree.h (round_down): Prototype.
5748         (init_function_start): Constify.
5749
5750 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
5751
5752         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
5753         (overly conservative).  Change extern inline wrappers to
5754         static inline, define them always, use PARAMS properly.
5755         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
5756         whitespace warnings for \f and \v at the beginning of a line.
5757
5758 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
5759
5760         * haifa-sched.c (schedule_insns): Free the flow edge list when it
5761         is no longer needed
5762
5763 2000-05-04  Bruce Korb  <bkorb@gnu.org>
5764
5765         * fixincl/inclhack.def: added broken_cabs -
5766         Remove `extern double cabs' declarations from math.h
5767         * fixincl/inclhack.sh: regen
5768         * fixincl/fixincl.x: regen
5769         * fixincl/fixincl.c: Remove BOGOSITY code
5770         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
5771
5772 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5773
5774         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
5775         MEM_ALIAS_SET.
5776         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
5777         when calling MEM_COPY_ATTRIBUTES.
5778         * emit-rtl.c (operand_subword, change_address): Likewise.
5779         * explow.c (stabilize): Likewise.
5780         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
5781         * integrate.c (copy_rtx_and_substitute): Likewise.
5782         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
5783         when calling MEM_COPY_ATTRIBUTES.
5784         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
5785         Likewise.
5786         * cse.c (gen_lowpart_if_possible): Likewise.
5787         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
5788         * optabs.c (gen_move_insn): Likewise.
5789         * recog.c (validate_replace_rtx_1): Likewise.
5790         * simplify-rtx.c (add_mem_for_addr): Likewise.
5791         * stmt.c (expand_anon_union_decl): Likewise.
5792         * config/arm/arm.md: Likewise.
5793         * config/h8300/h7300.c (fix_bit_operand): Likewise.
5794         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
5795         (block_move_no_loop, block_move_sequence): Likewise.
5796         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
5797         * config/alpha/alpha.c (get_aligned_mem): Likewise.
5798         Clear MEM_ALIAS_SET.
5799         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
5800         MEM_COPY_ATTRIBUTES.
5801
5802 2000-05-03  Robert Lipe <robertlipe@usa.net>
5803
5804         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
5805         to suppress libgcc1.
5806         (i[34567]86-*-sco3.2v5*) Likewise.
5807         (i[34567]86-*-sco3.2v4*) Likewise.
5808         (i[34567]86-*-sco) Likewise.
5809         (i[34567]86-*-solaris2) Likewise.
5810         (i[34567]86-*-sysv5*) Likewise.
5811         (i[34567]86-*-sysv4*) Likewise.
5812         (i[34567]86-*-udk*) Likewise.
5813         (i[34567]86-*-sysv*) Likewise.
5814
5815 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5816
5817         * cpphash.h (U): New define, to correct type of string constants.
5818         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
5819         routines, to do casts when passing unsigned strings to libc.
5820         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
5821
5822         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
5823         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
5824         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
5825         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
5826         second argument an U_CHAR *.
5827
5828         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
5829         length field, clean up initializer.
5830         (ISTABLE): Add __extension__ to designated-
5831         initializers version.
5832         * cpplex.c (CHARTAB): Likewise.
5833
5834         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
5835         case so the file won't be empty.
5836
5837 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
5838
5839         * bb-reorder.c (struct reorder_block_def): Member succ removed.
5840         (REORDER_BLOCK_SUCC): Removed.
5841         (enum reorder_skip_type): Removed.
5842         (skip_insns_between_block): Renamed to skip_insns_after_block.
5843         Removed second argument. Removed dead code and cleaned up.
5844         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
5845         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
5846         second parameter to skip_insns_after_block.
5847
5848 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5849
5850         * tree.c (staticp, case LABEL_DECL): New case.
5851
5852 2000-05-03  Richard Henderson  <rth@cygnus.com>
5853
5854         * Makefile.in (start.encap): Do not depend on LIBGCC1.
5855
5856         * mklibgcc1.in: Fix typo last change.
5857
5858 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5859
5860         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
5861         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
5862         (GCC_CFLAGS): Use it.
5863         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
5864         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
5865         objc/Make-lang.in: Use it.
5866
5867 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
5868
5869         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
5870
5871 2000-05-03  Richard Henderson  <rth@cygnus.com>
5872
5873         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
5874         LIBGCC1 empty with libgcc1.null.
5875
5876 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
5877
5878         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
5879         change.
5880
5881 2000-05-03  Greg McGary  <gkm@gnu.org>
5882
5883         * tree.h (tree_common): Add bounded_flag member.  Remove
5884         inaccurate comment about number of remaining bits.
5885         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
5886         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5887         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5888         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5889         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
5890         (TYPE_QUAL_BOUNDED): New constant.
5891         (TYPE_QUALS): Handle bounded qualifier.
5892         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
5893         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5894         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5895         TYPE_AMBIENT_BOUNDEDNESS): New macros.
5896         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
5897         (tree_type): Add pointer_depth member.  Remove
5898         inaccurate comment about number of remaining bits.
5899         (DECL_POINTER_DEPTH): Add macro.
5900         (tree_decl): Add pointer_depth member.
5901
5902 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
5903
5904         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
5905         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
5906         (lshrhi3_out): Likewise.
5907         (ashrsi3_out): bugfix in shift by 8.
5908         (test_hard_reg_class): New function.
5909         * config/avr/avr.md: Bugfix inside conditions in peepholes.
5910         (ashlhi3): removed define_expand of this pattern.
5911         (*ashlhi3_insn): renamed to ashlhi3.
5912         (ashlsi3): removed define_expand of this pattern.
5913         (*ashlsi3_insn): renamed to ashlsi3.
5914         (ashrqi3): removed define_expand of this pattern.
5915         (*ashrqi3_insn): renamed to ashrqi3.
5916         (ashrhi3): removed define_expand of this pattern.
5917         (*ashrhi3_insn): renamed to ashrhi3.
5918         (ashrsi3): removed define_expand of this pattern.
5919         (*ashrsi3_insn): renamed to ashrsi3.
5920         (lshrhi3): removed define_expand of this pattern.
5921         (*lshrhi3_insn): renamed to lshrhi3.
5922         (lshrsi3): removed define_expand of this pattern.
5923         (*lshrsi3_insn): renamed to lshrsi3.
5924
5925 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
5926
5927         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
5928         inclusion of "system.h".
5929
5930 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
5931
5932         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
5933         TREE_ASM_WRITTEN.
5934
5935 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
5936
5937         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
5938         if -mauto-pic is on.
5939         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
5940         -mconstant-gp is in effect and function-descriptors are being used
5941         to make indirect calls.
5942         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
5943         (MASK_AUTO_PIC): Ditto.
5944         (TARGET_CONST_GP): Ditto.
5945         (TARGET_AUTO_PIC): Ditto.
5946         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
5947         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
5948         -mno-pic is in effect.
5949         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
5950         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
5951         -mauto-pic is in effect.
5952         (gprel64_offset): New pattern.
5953         (load_gprel64): Ditto.
5954         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
5955         -mconstant-gp is in effect, no need to preserve gp around direct
5956         calls.
5957         (call_value): Ditto.
5958         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
5959         (FUNCTION_PROFILER): Define.
5960         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
5961         @fptr() directive when -mno-pic or -mauto-pic is in effect.
5962         (ASM_OUTPUT_DESTRUCTOR): Ditto.
5963
5964 2000-05-03  Richard Henderson  <rth@cygnus.com>
5965
5966         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
5967         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
5968         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
5969         (mklibgcc, libgcc.mk): New targets.
5970         (libgcc.a): Use libgcc.mk.
5971         (stmp-multilib): Likewise.
5972         (stmp-multilib-sub): Remove.
5973         (mostlyclean): Don't delete libgcc2 temp files.
5974         * configure.in (AC_PROG_CC_C_O): Add.
5975         (NO_MINUS_C_MINUS_O): Substitute it.
5976         (all_outputs): Add mklibgcc.
5977         * mklibgcc.in: New file.
5978
5979 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5980
5981         * cppexp.c (op_t): Make an int.
5982
5983         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
5984
5985         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
5986
5987         * gensupport.c (process_rtx): Fix macros used.
5988
5989 2000-05-03  Richard Henderson  <rth@cygnus.com>
5990
5991         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
5992         call-clobbered registers of a call.
5993
5994 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
5995
5996         * gensupport.c: New file.
5997         * gensupport.h: New file.
5998         * Makefile.in (HOST_RTL): Depend on gensupport.
5999         (gensupport.o) New rule.
6000         * genattr.c: Use gensupport for reading .md files.
6001         * genattrtab.c: Ditto.
6002         * gencodes.c: Ditto.
6003         * genconfig.c: Ditto.
6004         * genemit.c: Ditto.
6005         * genextract.c: Ditto.
6006         * genflags.c: Ditto.
6007         * genopinit.c: Ditto.
6008         * genoutput.c: Ditto.
6009         * genpeep.c: Ditto.
6010         * genrecog.c: Ditto.
6011         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
6012         * md.texi (Insn Splitting): Document define_insn_and_split.
6013
6014 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
6015
6016         * flow.c (verify_flow_info): Added two more sanity checks. The
6017         first checks that the blocks are numbered consecutively. The second
6018         checks that n_basic_blocks is actually equal to the number of
6019         basic blocks in the insn chain.
6020
6021 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6022
6023         * cpplib.h: Add accessor macros for token lists.
6024         * cpplib.c, cpphash.c, cpplex.c: Use them.
6025
6026 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6027
6028         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
6029         memory usage if not in a function.
6030         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
6031         return address if static.
6032
6033 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6034
6035         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
6036         whether address may trap.
6037
6038 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
6039
6040         * bb-reorder (chain_reorder_blocks): Changed code to test for
6041         EDGE_FALLTHRU rather than making erroneous assumption that the
6042         first outgoing edge is the fall-through edge.
6043
6044 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
6045
6046         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
6047         ABI for varargs, across all MIPS. This is incompatible because the
6048         va_list (__builtin_va_list) structure is different, so a compilation
6049         unit passing a va_list and a compilation unit being passed one, should
6050         both be compiled with the same ABI. (The old structure had two
6051         pointers, now it has three.)
6052
6053 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
6054
6055         * bb-reorder.c (struct reorder_block_def): Remove members end,
6056         block_begin, and block_end.
6057         (REORDER_BLOCK_OLD_END): Delete.
6058         (REORDER_BLOCK_BEGIN): Delete.
6059         (REORDER_BLOCK_END): Delete.
6060         (chain_reorder_blocks): Remove dead code.
6061
6062 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
6063
6064         * bb-reorder.c (remove_scope_notes): Check for both types of scope
6065         notes as the end of a basic block before deleting.
6066
6067 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
6068
6069         * final.c (final_start_function): Fix spelling of "necessary".
6070
6071 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
6072
6073         * toplev.c (debug_ignore_block): Return int.
6074         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6075         * toplev.h, dwarf2out.h: Adjust.
6076         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6077
6078         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6079         * toplev.c, final.c, rtl.h: Adjust.
6080
6081 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6082
6083         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6084         * configure.in: Look for makeinfo in the unified tree, then
6085         for a system makeinfo which is sufficiently new.
6086         * Makefile.in: If configure says makeinfo is too old, don't
6087         build or install Info documentation.
6088
6089 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6090
6091         * cpphash.c (collect_params): Fix off-by-one error.
6092         (dump_hash_helper): Dump all four macro nodetypes.
6093
6094 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6095
6096         * cpphash.c (trad_stringify): Adjust p after stringification as
6097         well.
6098
6099 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6100
6101         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6102         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6103
6104         * cppfiles.c (file_cleanup): Delete.
6105         * cpphash.c (macro_cleanup): Delete.
6106         (collect_objlike_expansion, collect_funlike_expansion,
6107         macarg, scan_arguments): Remove CPP_POP case.
6108
6109         * cpplex.c (null_cleanup): Delete.
6110         (cpp_pop_buffer): Do the work that was done in the cleanups
6111         here.  Call _cpp_unwind_if_stack from here.
6112         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6113         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6114         stack is the buffer _below_ the one we stacked.
6115         (cpp_get_token): Always pop an exhausted buffer.  Return
6116         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6117         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6118         increment the line number.
6119         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6120
6121         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6122         we see CPP_EOF and the top of stack is the buffer _below_ the
6123         one we stacked.
6124         * scan-decls.c: Likewise.
6125
6126 2000-05-02  Andrew Haley  <aph@cygnus.com>
6127
6128         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6129         where this function is called for the second time on a decl that
6130         has had its section info changed in such a way as to move it out
6131         of small data/bss.
6132         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6133
6134 2000-05-01  Richard Henderson  <rth@cygnus.com>
6135
6136         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6137         the sequence we're moving, not to merge_bb->head.
6138
6139 2000-05-01  Richard Henderson  <rth@cygnus.com>
6140
6141         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6142         reference to alpha/t-linux.
6143         (alpha*-*-linux-gnu*): Likewise.
6144         * configure: Rebuild.
6145
6146         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6147
6148         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6149         if not in SSA form.
6150
6151         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6152
6153 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6154
6155         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6156         TREE_THIS_VOLATILE.
6157
6158 2000-05-01  Richard Henderson  <rth@cygnus.com>
6159
6160         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6161         emit_conditional_move.
6162
6163 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6164
6165         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6166         as the dynamic linker.
6167
6168 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6169
6170         * cppfiles.c (open_include_file): Open file in blocking mode.
6171         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6172         Only exclude block devices and directories.
6173
6174         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6175         static.  Allocate the hashnode and its string in the same
6176         block of memory.
6177         (del_HASHNODE): Don't free h->name.
6178         (_cpp_lookup): If there is no entry for this string, create
6179         one, of type T_VOID.
6180         (_cpp_lookup_slot): Delete.
6181         * cpphash.h: Update prototypes.
6182
6183         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6184         not hp == NULL.
6185         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6186         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6187         node here, just fill in the value field properly.  "Delete"
6188         entries by setting the value field to T_VOID.  Check for
6189         hp->type == T_VOID, not hp == NULL.
6190
6191         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6192         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6193         hashtab.h.
6194
6195 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6196
6197         * config/mn10300/mn10300.c (print_operand_address): Do not add
6198         zero to SP.
6199
6200         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6201         adjusted by less than 256 bytes, use ret regardless of having any
6202         callee-saved register to restore.
6203
6204 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6205
6206         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6207
6208 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6209
6210         * config/i386/djgpp.h (INT_ASM_OP): Define.
6211         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6212         (ASM_WEAKEN_LABEL): Define.
6213         (MASK_BNU210): Define.
6214         (SUBTARGET_SWITCHES): Define.
6215         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6216         (MAKE_DECL_ONE_ONLY): Define.
6217         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6218
6219 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6220
6221         * i386/cygwin.h (INT_ASM_OP): Define.
6222
6223 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6224
6225         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6226         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6227
6228 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6229
6230         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6231         __tmp_reg__ and __zero_reg__ initialization.
6232
6233 2000-04-30  Richard Henderson  <rth@cygnus.com>
6234
6235         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6236
6237         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6238         referenced bewteen the condition and the jump.  Don't delete
6239         anything but the jump.
6240
6241 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6242
6243         * bb-reorder.c (scope_def): New struct.
6244         (scope_forest_info): New struct.
6245         (struct reorder_block_def): New member "scope".
6246         (REORDER_BLOCK_SCOPE): New macro.
6247         (relate_bbs_with_scopes): New function and prototype.
6248         (make_new_scope): Likewise.
6249         (build_scope_forest): Likewise.
6250         (remove_scope_notes): Likewise.
6251         (insert_intra_1): Likewise.
6252         (insert_intra_bb_scope_notes): Likewise.
6253         (insert_inter_bb_scope_notes): Likewise.
6254         (rebuild_scope_notes): Likewise.
6255         (free_scope_forest_1): Likewise.
6256         (free_scope_forest): Likewise.
6257         (dump_scope_forest): Likewise.
6258         (dump_scope_forest_1): Likewise.
6259         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6260         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6261         block.
6262         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6263         and remove_scope_notes before reordering is done. Added calls to
6264         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6265         after reordering is done.
6266
6267 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6268
6269         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6270         removed two stale entries (defined away with OLD_CPP).
6271         * fixinc/inclhack.sh: regen
6272         * fixinc/fixincl.x: regen
6273
6274 2000-04-30  Richard Henderson  <rth@cygnus.com>
6275
6276         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6277         from the last insn in the sequence.
6278
6279 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6280
6281         * cpplex.c (cpp_idcmp): New function.
6282         * cpplib.h: Prototype it.
6283         * scan_decls.c (scan_decls): Use it to inspect token names.
6284         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6285         the file being run through the preprocessor.
6286         (check_macro_names): Provide length of token to cpp_defined.
6287
6288         * Makefile.in: Remove stale warning message.
6289
6290         * cppfiles.c (redundant_include_p): Provide length of token to
6291         cpp_defined.
6292         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6293         values are unsigned int.
6294         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6295         (_cpp_lookup_slot): Do not calculate the hash, either.
6296         * cpphash.h: Update prototypes.
6297         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6298         Hashes are unsigned int.  Calculate hash here, pass by value
6299         to _cpp_lookup_slot.
6300
6301 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6302
6303         * simplify-rtx.c (check_value_useless): Delete function.
6304         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6305         by hand.
6306         (cselib_invalidate_regno): Likewise.
6307         (cselib_invalidate_mem_1): Likewise.
6308         (references_value_p): Recognize useless values by the fact that they
6309         have no locations.
6310         (discard_useless_values): Likewise.
6311         (cselib_record_set): This may turn a useless value
6312         into a useful one.
6313
6314 2000-04-30  Richard Henderson  <rth@cygnus.com>
6315
6316         * config/d30v: New port.
6317
6318         * configure.in (d30v-*): Set fp format.
6319         * configure: Rebuild.
6320
6321 2000-04-30  Richard Henderson  <rth@cygnus.com>
6322
6323         * ifcvt.c: New file.
6324         * Makefile.in (OBJS): Add it.
6325         (ifcvt.o): New target.
6326         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6327         and conditional arithmetic.
6328         (find_insert_position): Remove.
6329         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6330         * toplev.c (DFI_ce, DFI_ce2): New.
6331         (dump_file): Add ce and ce2 dumps.
6332         (rest_of_compilation): Run if_convert a couple o times.  Set
6333         cse_not_expected after cse2.  Don't set no_new_pseudos until
6334         after sched1 or recompute_reg_usage.
6335
6336 2000-04-30  Richard Henderson  <rth@cygnus.com>
6337
6338         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6339         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6340
6341 2000-04-30  Richard Henderson  <rth@cygnus.com>
6342
6343         * flow.c (struct reg_cond_life_info): New.
6344         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6345         (init_propagate_block_info): Initialize them.
6346         (free_propagate_block_info): Destruct them.
6347         (mark_set_1): Consider conditional life before killing a register.
6348         (mark_regno_cond_dead): New.
6349         (free_reg_cond_life_info): New.
6350         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6351         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6352         (mark_used_reg): Record conditional life.
6353
6354         * haifa-sched.c (schedule_insns): Disable death counting
6355         sanity check for HAVE_conditional_execution.
6356
6357 2000-04-30  Richard Henderson  <rth@cygnus.com>
6358
6359         * Makefile.in (TIMEVAR_H): New.
6360         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6361         (timevar.h): Remove rule.
6362
6363 2000-04-29  Richard Henderson  <rth@cygnus.com>
6364
6365         * config/alpha/crtend.asm: Use C comments instead of #.
6366         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6367
6368         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6369
6370 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6371
6372         * cpphash.h (enum node_type: Take out T_MCONST.
6373         (union hashval): Move into struct hashnode.
6374         (struct hashnode): Pack tighter.  Remove file, line, col
6375         members.
6376         * cpphash.c: Constify most of the macro-definition structures.
6377         (struct definition): Replace by struct object_defn
6378         and struct funct_defn.  Put file, line, column information
6379         here.  All users updated to match.
6380         (_cpp_create_definition, _cpp_macroexpand): Remove special
6381         case for #define WORD OTHERWORD.
6382         * cpplib.c (do_undef): Remove T_MCONST case.
6383
6384         * cpphash.h: Move struct reflist, struct definition, and the
6385         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6386         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6387         * cpphash.c (_cpp_free_definition): Free data pointed to by
6388         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6389         (_cpp_create_definition, del_HASHNODE): Just call
6390         _cpp_free_definition to clear out a hashnode.
6391         * cpplib.c (do_pragma_poison): Likewise.
6392
6393 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6394
6395         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6396         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6397         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6398         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6399         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6400         REGNO_AM33_P): Redefine in terms of the new macros.
6401         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6402         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6403         STRUCT_VALUE): Likewise.
6404         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6405         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6406
6407 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6408
6409         * regmove.c (struct record_stack_memrefs_data): New.
6410         (record_stack_memrefs): New function.
6411         (combine_stack_adjustments_for_block): Use it.
6412
6413 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6414
6415         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6416         use special_function_p to detect alloca.
6417
6418 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6419
6420         * gcc.texi: Fixes for makeinfo 4.0 --html.
6421
6422 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6423
6424         * pcp.h: Delete file.
6425
6426 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6427
6428         * h8300.c (function_epilogue): Clean up flags when the last insn
6429         in a function is a barrier.
6430
6431 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6432
6433         * configure.in (sparc-hal-solaris2*): protect [] glob from
6434         my expansion.
6435         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6436         rather than hard-coded constants in target_cpu_default2.
6437         * configure: Regenerate.
6438
6439 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6440
6441         * tree.c (get_callee_fndecl): Extract the initial value from
6442         a readonly decl.
6443
6444 2000-04-28  Richard Henderson  <rth@cygnus.com>
6445
6446         * varasm.c (record_constant_1): Record the CODE_LABEL when
6447         taking the address of a LABEL_REF.
6448
6449 2000-04-28  Richard Henderson  <rth@cygnus.com>
6450             Jan Hubicka  <jh@suse.cz>
6451
6452         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6453         adjustment; don't do the stack adjust.
6454         (expand_call): Call compute_argument_block_size right before
6455         allocating the block; update comment; don't do alignment sanity
6456         checking for sibling call; use args_size instead of
6457         unadjusted_args_size before args_size is adjusted.  Use
6458         combine_pending_stack_adjustment_and_call to compute stack adjust
6459         for must_preallocate case.
6460
6461         * expr.c (push_block): Remove shadow `temp' in inner scope.
6462
6463 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6464
6465         * toplev.c (rest_of_compilation): Call
6466         note_deferral_of_defined_inline_function even if the function
6467         can't be inlined.
6468
6469 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6470
6471         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6472
6473 2000-04-28  Richard Henderson  <rth@cygnus.com>
6474
6475         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6476
6477 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6478
6479         * timevar.c (init_timevar): DeANSIfy function definition.
6480
6481 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6482
6483         * Makefile.in (timevar.o): Depend on flags.h.
6484         * timevar.c (unused_stack_instances): New variable.
6485         (timevar_push): Take a timevar_stack_def from
6486         unused_stack_instances if available.
6487         (timevar_pop): Push the popped timevar_stack_def onto
6488         unused_stack_instances.
6489         (TIMEVAR_ENABLE): New macro.
6490         (timevar_def): Make standalone a 1-bit field.  Add field used.
6491         (get_time): Rename parameter to now.  Return after clearing it if
6492         not TIMEVAR_ENABLE.
6493         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6494         (timevar_pop): Likewise.
6495         (timevar_stop): Likewise.
6496         (timevar_push): Likewise.  Mark the timing variable as used.
6497         (timevar_start): Likewise.
6498         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6499         timevars that were never used.
6500
6501 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6502
6503         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6504         always TREE_READONLY.
6505
6506 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6507
6508         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6509         for call instruction with mode QImode.
6510
6511 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6512
6513         * Makefile.in (OBJS): Add timevar.o.
6514         (toplev.o): Depend on timevar.h.
6515         (ggc-simple.o): Likewise.
6516         (ggc-page.o): Likewise.
6517         (timevar.o): New rule.
6518         (timevar.h): New rule.
6519
6520         * timevar.h: New file.
6521         * timevar.c: Likewise.
6522         * timevar.def: Likewise.
6523
6524         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6525         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6526         throughout.
6527         (TIMEVAR): Remove macro.
6528         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6529         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6530         flow_time, combine_time, regmove_time, sched_time,
6531         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6532         sched2_time, dbr_sched_time, reorder_blocks_time,
6533         rename_registers_time, shorten_branch_time, stack_reg_time,
6534         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6535         all_time): Remove.
6536         (compile_file): Don't initialize time variables.  Call
6537         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6538         of many calls to print_time.
6539         (rest_of_compilation): Add timing for reload_cse_regs.
6540         (get_run_time): Removed to timevar.c.
6541         (print_time): Likewise.
6542         (get_run_time): Implement using TV_TOTAL time variable.
6543         (print_time): Get total run time from get_run_time.
6544         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6545         computing elapsed time explicitly.
6546         * ggc-simple.c (ggc_collect): Likewise.
6547         (gc_time): Remove declaration.
6548
6549 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6550
6551         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6552         (expand_call): Use it.
6553
6554 2000-04-27  Jan Hubicka  <jh@suse.cz>
6555
6556         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6557         fields.
6558
6559 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6560
6561         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6562         registers.
6563
6564 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6565
6566         * function.c (epilogue_done): Pass whole insn to record_insns.
6567
6568 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6569
6570         * cse.c (CSE_ADDRESS_COST): Remove.
6571         (find_best_addr): Add new parameter "MODE", use address_cost instead
6572         of CSE_ADDRESS_COST
6573         (address_cost): New.
6574         (fold_rtx): Update call of find_best_addr.
6575         * rtl.h (address_cost): Declare.
6576         * loop.c (general_induction_var): Add new parameter "MODE", use
6577         address_cost instead of ADDRESS_COST
6578         (init_loop): Use address_cost instead of ADDRESS_COST.
6579         (check_insn_for_givs): Update call of general_induction_var.
6580         (find_mem_givs): Likewise.
6581         (consec_sets_giv): Likewise.
6582         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6583         * i386.c (ix86_address_cost): New.
6584         * i386-protos.h (ix86_address_cost): Declare.
6585
6586 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6587
6588         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6589         registers.
6590
6591 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6592
6593         * expr.c (store_expr): Use clear_storage instead of direct memset
6594         libcall.
6595
6596 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6597
6598         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6599         ASHIFT, AND and LABEL_REF.
6600
6601 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6602
6603         * invoke.texi (-foptimize-sibling-calls): Fix.
6604
6605 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6606
6607         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6608
6609         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6610         calculation; rename const_equiv array in the preconditioning code
6611         from loop_unroll to loop_unroll_precondition
6612
6613 2000-04-27  Richard Henderson  <rth@cygnus.com>
6614
6615         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6616         add new_set.
6617         (propagate_one_insn): Clear it.  Don't update reg_live here.
6618         (init_propagate_block_info): Update for pbi member changes.
6619         (free_propagate_block_info): Likewise.
6620         (mark_set_1): Know that zero_extract, sign_extract, and
6621         strict_low_part don't kill their argument.  Alter hard subregs.
6622         Update new_set for non-CLOBBER sets.  Update reg_live.
6623         (find_auto_inc): Update reg_live, not new_dead.
6624         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6625         to determine if the reg in question was set this insn.  Only update
6626         reg info with PROP_REG_INFO.
6627
6628 2000-04-26  Richard Henderson  <rth@cygnus.com>
6629
6630         * flow.c (allocate_reg_life_data): Set max_regno here ...
6631         (life_analysis): ... not here.
6632
6633         * flow.c (calculate_global_regs_live): Force stack pointer
6634         live at end.
6635
6636 2000-04-26  Richard Henderson  <rth@cygnus.com>
6637
6638         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6639         commit change group changes.
6640         (invert_exp_1): Similarly.
6641         (redirect_exp, invert_exp): Use them.
6642         (redirect_jump_1): New.
6643         (invert_jump_1): New.
6644         (jump_optimize_1): Remove code subsumed by condexec.c.
6645         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6646
6647 2000-04-26  Richard Henderson  <rth@cygnus.com>
6648
6649         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6650
6651         * genconfig.c (main): Set all HAVE_foo to 1.
6652
6653         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6654
6655 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6656
6657         * invoke.texi: Document -fssa flag.
6658
6659 2000-04-26  Richard Henderson  <rth@cygnus.com>
6660
6661         * flow.c (count_reg_sets_1): Remove.
6662         (count_reg_sets, count_reg_references): Remove.
6663         (recompute_reg_usage): Implement with update_life_info.
6664         Reallocate life data.
6665
6666 2000-04-26  Richard Henderson  <rth@cygnus.com>
6667
6668         * flow.c (update_life_info): Consider blocks null to mean the
6669         universal set.
6670         (calculate_global_regs_live): Likewise.
6671         (life_analysis): Do that instead of collecting all_blocks.
6672
6673 2000-04-26  Richard Henderson  <rth@cygnus.com>
6674
6675         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
6676         a still-valid conditional jump.
6677
6678 2000-04-26  Richard Henderson  <rth@cygnus.com>
6679
6680         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
6681
6682         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
6683         * flow.c (calculate_loop_depth): Remove.
6684         * output.h (calculate_loop_depth): Don't declare.
6685         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
6686         inline; run estimate_probability at the same time.
6687
6688 2000-04-26  Neil Booth  <NeilB@earthling.net>
6689
6690         * cpplib.h: "~=" is not a single pp-token.
6691         * cpplex.c: Correct commentary.
6692
6693 2000-04-26  Richard Henderson  <rth@cygnus.com>
6694
6695         * flow.c (mark_set_1): New arguments code and flags; update all
6696         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
6697         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
6698         loop_depth when optimizing for size.  Do new_dead update after
6699         emitting REG_UNUSED notes.  Merge mark_set_reg code.
6700         (mark_set_reg): Remove.
6701         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
6702         arrange to not emit REG_UNUSED notes.
6703
6704 2000-04-26  Richard Henderson  <rth@cygnus.com>
6705
6706         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
6707         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
6708
6709 2000-04-26  Richard Henderson  <rth@cygnus.com>
6710
6711         * flow.c (propagate_one_insn): Break out from propagate_block.
6712         (init_propagate_block_info): Likewise.
6713         (free_propagate_block_info): Likewise.
6714         (propagate_block): Use them.  Export.
6715         * basic-block.h: Declare them all.
6716
6717 2000-04-26  Richard Henderson  <rth@cygnus.com>
6718
6719         * basic-block.h (life_analysis): Declare here ...
6720         * output.h: ... not here.
6721         * flow.c (life_analysis): Remove nregs parameter; replace
6722         remove_dead_code with flags.  Remove ssa dead code check.
6723         Only init alias analysis if we'll use it.
6724         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
6725         * ssa.c (convert_to_ssa): Likewise.
6726         (convert_from_ssa): Likewise.
6727         * toplev.c (rest_of_compilation): Likewise.
6728
6729 2000-04-26  Richard Henderson  <rth@cygnus.com>
6730
6731         * flow.c (flow_delete_block): Rename from delete_block.  Export.
6732         * basic-block.h (flow_delete_block): Declare.
6733
6734 2000-04-26  David S. Miller  <davem@redhat.com>
6735
6736         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
6737         taking a PATTERN of it.
6738
6739 2000-04-26  <NeilB@earthling.net>
6740
6741         * cpplex.c (spell_other, spell_char): Remove.
6742         (SPELL_CHAR): New.
6743         (token_spelling, trigraph_map): Use unsigned chars.
6744         (_cpp_lex_line): Tidy up the switch statement.
6745         * cpplib.h: Implement spell_char with spell_string.
6746         (C): New.
6747
6748 2000-04-26  <RodneyBrown@pmsc.com>
6749
6750         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6751         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6752
6753 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6754
6755         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
6756         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
6757         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
6758         dwarf2out_return_save, dwarf2out_return_reg,
6759         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
6760         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
6761         gen_compile_unit_die, dwarf2out_init): Constify a char*.
6762
6763         * dwarf2out.h (dwarf2out_init): Likewise.
6764
6765         * dwarfout.c (filename_entry, primary_filename, last_filename,
6766         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
6767
6768         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
6769         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
6770         dwarf2out_return_reg): Likewise.
6771
6772 2000-04-26  Andreas Jaeger  <aj@suse.de>
6773
6774         * extend.texi (Function Attributes): Fix description of pure
6775         attribute.
6776
6777 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6778
6779         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
6780         before calling rest_of_compilation.
6781
6782 2000-04-26  Andreas Jaeger  <aj@suse.de>
6783
6784         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
6785         last patch.
6786
6787 2000-04-25  Richard Henderson  <rth@cygnus.com>
6788
6789         * cse.c (cse_insn): Emit barrier after unconditional jump.
6790
6791         * calls.c (expand_call): Disable tail call generation once
6792         rtx_equal_function_value_matters is false.
6793
6794         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
6795         like EDGE_EH edges.
6796
6797 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
6798
6799         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
6800
6801         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
6802
6803         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
6804         is the primary DIE for a member function.
6805         (gen_decl_die): Call set_decl_origin_self here.
6806         * dwarfout.c (output_decl): And here.
6807         * integrate.c (output_inline_function): Not here.
6808         Don't clear DECL_INLINE until after calling rest_of_compilation.
6809         (set_decl_origin_self): No longer static.
6810         * tree.h: Add prototype.
6811         * toplev.c (note_deferral_of_defined_inline_function): Only write
6812         out abstract instance for actual inlines.
6813
6814 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
6815
6816         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
6817         EXTENDED_REGS only if TARGET_AM33.
6818         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
6819         SP_REGS to register allocation and reloading unless absolutely
6820         necessary.
6821         (movsi3): Remove special-case of adding non-constants to SP.
6822
6823 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6824
6825         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
6826         INCLUDES to search and does not provide any of its own.  Also it
6827         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
6828         parameters.  Also it does not call AC_DEFINE.
6829         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
6830         AC_DEFINE and provides for automatic entries for autoheader.
6831         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
6832
6833         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
6834         so we can pass -I flags and include gansidecl.h/system.h in this
6835         test.
6836
6837         * acconfig.h: Delete all NEED_DECLARATION_* entries.
6838
6839 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6840
6841         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6842         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6843         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
6844
6845         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6846         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6847         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
6848         for these macros.  Clean up spacing and linewraps.
6849
6850 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6851
6852         * calls.c (expand_call): Use get_callee_fndecl.
6853
6854         * print-tree.c (print_node): Print the chain of an _EXPR.
6855
6856 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
6857                           Jim Wilson  <wilson@cygnus.com>
6858                           Andrew Haley  <aph@cygnus.com>
6859
6860         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
6861         and gp save/restore problems.
6862         * config/ia64/crtend.asm: Add IA-64 unwind support.
6863         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
6864         in fr_pad_size calculation.
6865         (save_restore_insns): Move PR save area.  Correct uses of
6866         RTX_FRAME_RELATED_P.
6867         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
6868         (ia64_expand_epilogue): Add eh_epilogue support.
6869         (ia64_function_prologue): Emit .prologue directive.
6870         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
6871         (ia64_override_options): Set init_machine_status and
6872         mark_machine_status.
6873         (rtx_needs_barrier): Handle bsp reads and writes.
6874         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
6875         New static variables.
6876         (process_set, process_for_unwind_directive): New functions.
6877         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
6878         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
6879         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
6880         macros.
6881         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
6882         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
6883         (struct machine_function): Define.
6884         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
6885
6886 2000-04-25  Bruce Korb  <bkorb@gnu.org>
6887
6888         * fixinc/Makefile.in: make the removal of old programs more
6889         robust
6890         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
6891         install-bin and install-sh
6892
6893 2000-04-25  Nick Clifton  <nickc@cygnus.com>
6894
6895         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
6896         defined, define to return zero.
6897         (function_cannot_inline_p): If a function has any target
6898         specific attributes, then use the macro
6899         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
6900         whether it can be inlined.  If it cannot, issue a suitable
6901         explanation.
6902
6903         * tm.texi: Add a new node 'Inlining' to document the new macro
6904         FUNCTION_ATTRIBUTE_INLINABLE_P.
6905
6906 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
6907
6908         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
6909         commentary.
6910
6911 2000-04-25  Neil Booth  <NeilB@earthling.net>
6912
6913         Restore previous patch, plus the following fixes:
6914
6915         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
6916         flags, not CPP_OPEN_PAREN.
6917         * cpplex.c (expand_token_space, init_token_list,
6918         cpp_free_token_list): Put the dummy token at list->tokens[-1].
6919         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
6920
6921 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6922
6923         * config/i386/freebsd.h (INT_ASM_OP): Define.
6924
6925 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6926
6927         * loop.c (strength_reduce): Fix typo in the last checkin.
6928
6929 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6930
6931         * stor-layout.c (finalize_record_size): Simplify to use existing
6932         functions.
6933         (compute_record_mode): No longer static.
6934         * tree.h (compute_record_mode): New declaration.
6935
6936 2000-04-25  Neil Booth  <NeilB@earthling.net>
6937
6938         * Revert my patch below until cause of build failures
6939         determined.
6940
6941 2000-04-25  Richard Henderson  <rth@cygnus.com>
6942
6943         * combine.c (combine_instructions): Add missing argument
6944         to try_combine.
6945
6946         * toplev.c (rest_of_compilation): Delay sibcall optimization
6947         until after emit_eh_context.
6948
6949 2000-04-24  Nick Clifton  <nickc@redhat.com>
6950
6951         * combine.c (combine_instructions): Do not try to combine a
6952         sequence of insns when the second insn has been replaced by a
6953         note.
6954
6955 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
6956
6957         * gcc.c (load_specs): New static function.
6958         (read_specs): Use it.
6959
6960         * gcc.c (lookup_compiler): Make multiple passes for case
6961         insensitive filesystems.
6962
6963 2000-04-24  Neil Booth  <NeilB@earthling.net>
6964
6965         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
6966         * cpphash.h (_cpp_check_directive): new.
6967         * cpplex.c (handle_newline, cpp_free_token_list,
6968         init_trigraph_map, trigraph_ok, trigraph_replace,
6969         backslash_start, skip_block_comment, skip_line_comment,
6970         skip_whitespace, parse_name, parse_number, parse_string,
6971         copy_comment, _cpp_lex_line, spell_char, spell_string,
6972         spell_comment, spell_name, spell_other, _cpp_lex_file,
6973         _cpp_output_list): new.
6974         (expand_name_space): take length argument.
6975         (init_token_list): add comment list initialisation.
6976         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
6977         instead of HSPACE_BEFORE.
6978
6979         * cpplib.c (_cpp_check_directive): new
6980         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
6981         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
6982         (HSPACE_BEFORE): delete.
6983         (TTYPE_TABLE): rearrange.
6984         (struct cpp_toklist): update.
6985
6986 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6987
6988         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
6989         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
6990         argument form of AC_DEFINE.
6991
6992         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
6993         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
6994         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
6995         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
6996         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
6997
6998         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
6999
7000 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7001
7002         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
7003         deduced.h): Use -isystem, not -I, for including system headers.
7004
7005 2000-04-24  Nick Clifton  <nickc@cygnus.com>
7006
7007         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
7008         the source register is the frame pointer or arg pointer.
7009         (addsi3_small_int): Disallow if source register is the frame
7010         pointer or arg pointer.
7011
7012 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7013
7014         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
7015         call to AC_MSG_RESULT.
7016
7017 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7018
7019         * invoke.texi: Correct grammatical errors, document
7020         -fno-gnu-keywords as identical to -fno-asm for C++.
7021
7022 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7023
7024         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
7025         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
7026         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
7027         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
7028         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
7029
7030         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
7031         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
7032         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
7033         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
7034         new macros names.
7035
7036 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
7037
7038         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
7039         (pop_alignment): Likewise.
7040         (handle_pragma_token): Likewise.
7041
7042 2000-04-24  Robert Lipe <robertlipe@usa.net>
7043
7044         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
7045
7046 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
7047
7048         * combine.c (try_combine): Update reg_nonzero_bits of
7049         newi2pat before newpat.
7050
7051 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7052
7053         * loop.c (strength_reduce): Simplify test to INSN_P.
7054         (record_giv): Attempt to simplify the add value, use CONSTANT_P
7055         expressions instead of CONST_INT.
7056         (express_from_1): Likewise.
7057
7058 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
7059
7060         * regs.h (reg_n_max): Don't declare.
7061         * flow.c (reg_n_max): Don't define.
7062         * regclass.c (renumber): Don't initialize to zero.
7063         (regno_allocated): Likewise.
7064         (reg_n_max): Define.
7065         (allocate_reg_info): Don't initialize unnecessarily.
7066
7067 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
7068
7069         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
7070         and blockage_p in the newly allocated attribute.
7071
7072 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7073
7074         * config/mn10300/mn10300.md (addsi): `inc4' on address
7075         registers does not modify cc, but `inc' on an extended
7076         register does.
7077
7078 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7079
7080         * reload.c (find_equiv_reg): Checks all valueno regs
7081         as a reload_reg_p regs.
7082
7083 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7084
7085         * cpphash.c (collect_objlike_expansion): Add sanity check.
7086         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7087         the buffer is the empty string, return.  Mark __DATE__ and
7088         __TIME__ as XCONST nodes, not MCONST.
7089         (_cpp_macroexpand): Avoid pushing an empty buffer.
7090         (funlike_macroexpand): Don't pop token_buffer here.
7091
7092 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7093
7094         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7095         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7096         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7097         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7098         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7099         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7100         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7101
7102 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7103
7104         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7105         constant MULT givs.
7106
7107 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7108
7109         * cpphash.h (struct definition): Move file, line, col members...
7110         (struct hashnode): ... here.  Also add 'disabled' flag.
7111         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7112         T_IDENTITY.  Remove T_DISABLED.
7113         Update prototypes.
7114
7115         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7116         (collect_expansion): Split into collect_objlike_expansion and
7117         collect_funlike_expansion.
7118         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7119         funlike_macroexpand.
7120         (_cpp_compare_defs): Rename compare_defs, make static.
7121         (_cpp_make_hashnode): Initialize hp->disabled.
7122         (macro_cleanup): Adjust for new token types.  Clear
7123         m->disabled.
7124         (_cpp_create_definition): Move code here to determine what
7125         sort of macro it is, and code to check for redefinitions, from
7126         do_define.  Implement a few simple cases without creating a
7127         full DEFINITION.
7128         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7129         Handle the simple cases.
7130         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7131         here.
7132
7133         * cppinit.c (builtin_array): Change MCONST to XCONST
7134         everywhere.
7135         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7136         fix check for disabled and function-like macros.
7137         * cpplib.c (do_define): Move most logic to
7138         _cpp_create_definition.
7139         (do_undef): Handle new special token types.
7140
7141 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7142
7143         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7144         of CONSTANT_P for mult_val; always use validate_change to update insn.
7145
7146 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7147
7148         * cpphash.c (trad_stringify, add_pat): New functions.
7149         (collect_expansion): Restore support for -traditional syntax.
7150         Use trad_stringify and add_pat.
7151         (_cpp_macroexpand): Restore support for -traditional semantics.
7152         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7153         get a COMMENT token.
7154         (_cpp_lex_token): Provide COMMENT tokens to caller if
7155         traditional and parsing_define_directive.
7156         (skip_comment): Warn about // comments if -Wtraditional.
7157         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7158         proper node type.
7159         (do_undef): Don't warn about undefining EMPTY nodes.
7160
7161 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7162
7163         * loop.c (strength_reduce): Fix biv removal code.
7164
7165 2000-04-22  Richard Henderson  <rth@cygnus.com>
7166
7167         * predict.c (estimate_probability): Examine both sides of
7168         a branch for no exits.  Use 90% not 50% for predict taken.
7169         Reorg for one copy of note generation code.
7170
7171 2000-04-22  Richard Henderson  <rth@cygnus.com>
7172
7173         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7174
7175 2000-04-22  Richard Henderson  <rth@cygnus.com>
7176
7177         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7178         (output_clear): Likewise.
7179         (output_printf): Use va_copy.
7180         (vline_wrapper_message_with_location): Likewise.
7181         (v_message_with_decl): Likewise.
7182         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7183         * system.h (va_copy): Provide default implementation.
7184
7185 2000-04-22  Richard Henderson  <rth@cygnus.com>
7186
7187         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7188         the collected condition is not a constant.
7189
7190 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7191
7192         * diagnostic.h: New file.
7193
7194         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7195
7196         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7197         various function prototypes.
7198         (diagnostic.h): #include.
7199         (struct output_buffer): Move into diagnostic.h.
7200         (get_output_prefix): Rename to output_get_prefix.  Export.
7201         (init_output_buffer): Export. Break out.  Ajust intialization.
7202         (output_space_left, output_append): Export.
7203         (output_newline): Rename to output_add_newline.  Export.
7204         (output_clear): Nullify additional output_buffer fields.
7205         (output_puts): Rename to output_add_string.  Export.
7206         (dump_output): Rename to output_flush_on.  Export.
7207         (build_location_prefix): Constify return-type.
7208         (emit_output_prefix): Rename to output_emit_prefix. Export.
7209         (set_real_maximum_length): New function.
7210         (output_set_maximum_length): Ditto
7211         (output_clear): Ditto.
7212         (output_add_character): Ditto.
7213         (output_add_integer): Ditto.
7214         (output_add_space): Ditto.
7215         (output_format): Ditto.
7216         (output_printf): Adjust buffer initialization.
7217         (vline_wrapper_message_with_location): Ditto.
7218         (v_message_with_decl): Ditto.  Adjust call to output_puts
7219         and get_output_prefix.
7220         (default_print_error_function): Adjust buffer intialization.
7221
7222 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7223
7224         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7225         of VOID_TYPE.
7226
7227 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7228
7229         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7230         of explicit 0.
7231
7232 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7233
7234         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7235         accurate data about SP moves.
7236
7237 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7238
7239         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7240         aliases to AM33 registers.
7241
7242 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7243
7244         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7245         to all EXTENDED bitmaps.
7246
7247 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7248
7249         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7250         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7251         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7252
7253 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7254
7255         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7256         the operand is not constant.
7257
7258 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7259
7260         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7261         as a call-clobbered regs.
7262
7263 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7264
7265         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7266         * rtl.h: Likewise.
7267         * rtl.def: Update comment.
7268         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7269         * integrate.c (expand_inline_function): Likewise.
7270         * profile.c (branch_prob): Likewise.
7271         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7272         * print-rtl.c (print_rtx): Likewise.
7273         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7274         (reemit_notes): Likewise; also use enum insn_note.
7275
7276         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7277         (place_field): Properly compute know and actual alignment.
7278
7279         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7280         in proper format.
7281
7282         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7283         note for REG1.
7284
7285 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7286
7287         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7288         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7289         (collect_expansion): Rewrite to scan over a token list.
7290         Remove -traditional support.
7291         (collect_formal_parameters): Rename to collect_params; rewrite
7292         to scan over a token list.
7293         (_cpp_create_definition): Adjust to scan a token list.
7294         (_cpp_macroexpand): Remove -traditional support.
7295         (_cpp_compare_defs): Whitespace is now canonicalized.
7296         (comp_def_part): Delete function.
7297
7298         * cpphash.h: Update prototypes.
7299         * cpplex.c (init_token_list): Don't set lineno if there is no
7300         buffer.
7301         (pedantic_whitespace): New function.
7302         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7303         consume a newline.  Use pedantic_whitespace.
7304         (_cpp_lex_token): Remove support for -traditional macros.
7305         (_cpp_get_define_token): Delete.
7306         (_cpp_get_directive_token): Do the real work here.  Use
7307         pedantic_whitespace.
7308         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7309
7310         * cpplib.c (get_macro_name): Delete.
7311         (do_define): Read the entire line into pfile->directbuf, then
7312         feed the token list to _cpp_create_definition.
7313         * cpplib.h (HSPACE_BEFORE): new define.
7314         (struct cpp_reader): Add a toklist member, "directbuf".
7315
7316         * predict.c (estimate_probability): New heuristic: if a jump
7317         branches around a block with no successors, predict it taken.
7318         Disentangle control flow.
7319
7320 2000-04-20  Richard Henderson  <rth@cygnus.com>
7321
7322         * loop.c (emit_iv_add_mult): Revert last change.
7323
7324 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7325
7326         * cpplib.h (enum cpp_ttype): Add token types for all
7327         punctuators.  Distinguish pp-numbers from valid C numbers.
7328         Give some tokens better names.  Initialize from macro.
7329         (struct cpp_name, cpp_token, cpp_toklist): New data
7330         structures.
7331         Update prototypes.
7332         * cpplex.c (bump_column, expand_name_space,
7333         expand_token_space, init_token_list, cpp_output_list,
7334         _cpp_scan_line):  New functions.
7335         (output_line_command): Add third argument, new line number.
7336         * cpphash.h: Update prototypes.
7337         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7338         token names.
7339
7340 2000-04-20  Richard Henderson  <rth@cygnus.com>
7341
7342         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7343
7344 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7345
7346         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7347         object pointed to.
7348
7349 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7350
7351         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7352         REG_EQUAL note explaining the calculated value.
7353
7354         * calls.c (expand_call): Avoid unnecesary precalculation
7355         and outgoing parameters space guarding for sibling calls.
7356         (store_one_arg): Likewise.
7357
7358 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7359
7360         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7361         (rest_of_compilation): Write sibling dump file and account
7362         for time as jump time.
7363         * invoke.texi: Update documentation on dump flags.
7364
7365 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7366
7367         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7368
7369 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7370
7371         * cpphash.c (special_symbol): Represent an empty macro with
7372         "\r \r " not just "\r ".
7373         (_cpp_macroexpand): Correct condition for the foo ( ) special
7374         case.
7375         (unsafe_chars): Handle EOF as second argument.
7376         (push_macro_expansion): Simplify test for removing escape at
7377         end.  Do not trim both escapes if there is no text in between.
7378
7379 2000-04-19  Jim Blandy  <jimb@redhat.com>
7380
7381         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7382         of PTR_SIZE, when appropriate.
7383
7384 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7385
7386         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7387         (USE_ENUM_BITFIELDS): Fix typo.
7388
7389 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7390
7391         * stor-layout.c (place_field): Set rli->offset_align properly.
7392
7393 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7394
7395         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7396         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7397         PARM_BOUNDARY): Remove unnecessary casts.
7398
7399 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7400
7401         * calls.c (precompute_arguments): Remove must_preallocate and
7402         args_size calls.
7403         (expand_call): Update call of precompute_arguments.
7404
7405         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7406         check_insn_for_givs): Break out from ...
7407         (strength_reduce) ... here; use for_every_insn_in_loop to call
7408         check_insn_for_givs.
7409         * loop.h (for_every_insn_in_loop): Declare.
7410         (loop_insn_callback): New type.
7411
7412 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7413
7414         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7415         not nul-terminated.
7416
7417 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7418
7419         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7420         flag_pic and RELOC.
7421
7422 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7423
7424         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7425
7426         * configure.in: Delete --disable-cpplib option and all
7427         references to cpp_main.
7428         * configure: Regenerate.
7429         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7430         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7431         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7432         cpp$(exeext).  Add --no-headers to makeinfo command line when
7433         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7434         cccp.1.
7435         * install.texi: Delete all references to cexp.y/cexp.c.
7436         Delete ancient instructions for compiling GCC on 3b1.
7437         * INSTALL: Regenerate.
7438
7439         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7440         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7441         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7442         cexp.c/cexp.y.
7443         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7444         which is no longer tested anywhere.
7445
7446         * cppinit.c (handle_option): Don't run error message through
7447         gettext twice.
7448
7449 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7450
7451         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7452         * cpperror.c (hashtab.h): Now include.
7453         * cppexp.c (hashtab.h): Likewise.
7454         * cpplex.c (hashtab.h): Likewise.
7455         * cppfiles.c (hashtab.h): Likewise.
7456         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7457         to htab_find_slot_with_hash.
7458         * cpphash.c (hashtab.h): Now include.
7459         (_cpp_lookup_slot): INSERT is now enum insert_option.
7460         * cpphash.h (_cpp_lookup_slot): Likewise.
7461         * cppinit.c (hashtab.h): Include earlier.
7462         (initialize_builtins): Pass enum to htab_find_slot.
7463         * cpplib.c (hashtab.h): Now include.
7464         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7465         (do_pragma_poison, do_assert): Likewise.
7466         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7467         htab_find_slot_with_hash.
7468         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7469         * tree.c (type_hash_add): Likewise.
7470         (build1): Minor cleanup.
7471
7472         * ggc-common.c: Add missing blanks.
7473         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7474         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7475
7476         * stmt.c (mark_case_node): New function.
7477         (mark_case_nesting): Call it.
7478
7479         * expmed.c (emit_store_flag): If comparing two-word integer
7480         with zero, can optimize NE, EQ, GE, and LT.
7481
7482         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7483         * conflict.c: Minor cleanups.
7484         * optabs.c: Add blank line
7485         * simplify-rtx.c: Minor cleanups.
7486
7487 2000-04-18  Stan Cox  <scox@cygnus.com>
7488
7489         * gengenrtl.c (genlegend): Fix misspelling.
7490
7491 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7492
7493         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7494         bitfields of the host compiler are not signed quantities.
7495         * config.in: Regenerate.
7496         * configure: Regenerate.
7497         * system.h (USE_ENUM_BITFIELDS): Added.
7498         (ENUM_BITFIELDS): Added.
7499         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7500         (SHORT_ENUM_BUG): Deleted.
7501         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7502         now ENUM_BITFIELD.
7503         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7504         (CODE_FIELD_BUG): Likewise.
7505         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7506         (OLD_CC): Likewise.
7507         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7508
7509 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7510
7511         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7512         mark is active.
7513
7514 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7515
7516         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7517         * cpplib.c (do_include, do_import, do_include_next,
7518         read_line_number, detect_if_not_defined): Likewise.
7519         * cpphash.c (collect_expansion): Likewise.
7520         (special_symbol, _cpp_macroexpand): Check return from
7521         cpp_file_buffer.
7522         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7523         macros.  Delete all uses.
7524
7525         * gcc.dg/cpp-mi.c: Add two more test cases.
7526         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7527
7528 2000-04-17  Richard Henderson  <rth@cygnus.com>
7529
7530         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7531         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7532
7533 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7534
7535         * function.c (expand_function_start): Use hard_function_value to
7536         compute the RTL to use for DECL_RESULT.
7537
7538 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7539
7540         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7541         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7542          x86_memory_mismatch_stall): New global variables.
7543         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7544         alloved; fix load penalties for Athlon.
7545         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7546         x86_memory_mismatch_stall): Declare.
7547         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7548          TARGET_MEMORY_MISMATCH_STALL): New.
7549         * i386.md (athlon scheduling parameters): Fix latencies according to
7550         Athlon Optimization Manual.
7551         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7552         vector.
7553         (fsqrt instruction patterns): Set athlon_decode to direct.
7554         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7555         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7556         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7557         and TARGET_PARTIAL_REGISTER_STALL machines.
7558         (pushdf_nointeger): New pattern.
7559         (pushdf_integer): Rename from pushdf.
7560         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7561         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7562
7563 2000-04-17  Richard Henderson  <rth@cygnus.com>
7564
7565         * loop.c (canonicalize_condition): Add WANT_REG argument.
7566         Stop the search if we match it.
7567         * expr.h (canonicalize_condition): Update decl.
7568         * predict.c (expected_value_to_br_prob): Use it.  Track last
7569         expected value note.
7570         (find_expected_value): Remove.
7571
7572         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7573
7574 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7575
7576         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7577         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7578         a plain file.
7579         * configure.in: Call AC_FUNC_MMAP_FILE.
7580         * configure: Regenerate.
7581         * config.in: Regenerate.
7582
7583         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7584         * fixinc/fixincl.c: Likewise.
7585
7586 2000-04-17  Richard Henderson  <rth@cygnus.com>
7587
7588         * builtins.c (expand_builtin_expect): New.
7589         (expand_builtin): Call it.
7590         * builtins.def (BUILT_IN_EXPECT): New.
7591         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7592         * extend.texi: Document it.
7593
7594         * predict.c (expected_value_to_br_prob): New.
7595         (find_expected_value): New.
7596         * basic-block.h (expected_value_to_br_prob): Declare.
7597         * toplev.c (rest_of_compilation): Invoke it.
7598
7599         * rtl.h (NOTE_EXPECTED_VALUE): New.
7600         (NOTE_INSN_EXPECTED_VALUE): New.
7601         * rtl.c (note_insn_name): Update.
7602         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7603         cases; handle NOTE_INSN_EXPECTED_VALUE.
7604
7605 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7606
7607         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7608         leaf sibcall delay slot if flag_pic.
7609         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7610
7611 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7612
7613         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7614
7615         * fixproto: If fix-header fails, exit with an error.
7616
7617 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7618
7619         * cse.c (struct check_depdendence_data): New.
7620         (check_dependence): New function.
7621         (invalidate): Use check_depdenence.
7622
7623 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7624
7625         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7626         UNITS_PER_WORD is unsigned.
7627
7628         * tree.h (struct tree_common): Remove misleading comment.
7629
7630 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7631
7632         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7633         message in quotes. Otherwise, IBM's make program treats the '#' as the
7634         start of a comment and ignores the remainder of the line.
7635
7636         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7637         upper case.
7638         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7639         * cexp.y (initialize_random_junk): Likewise.
7640         * cppfiles.c (find_include_file): Cast alloca return value.
7641         * cppinit.c (initialize_standard_includes): Likewise.
7642         * cpplib.c (cpp_define, cpp_undef): Likewise.
7643         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7644         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7645         * fold-const.c (CHARMASK): New.
7646         (real_hex_to_f): Use it.
7647         * real.c (CHARMASK): New.
7648         (etoasc, asctoeg): Use it.
7649         (asctoeg): EBCDIC lower case characters preceed upper case.
7650
7651         * i370.c (mvs_add_label): Change spacing for coding conventions.
7652         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7653         outputing case vectors.
7654         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7655         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7656         since vector in in the data CSECT.
7657         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7658         * i370.md (Many patterns): Put the length in the XL directives.
7659         (movdi): Put back STM and MVC in definition.
7660         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7661         pattern using the TCA.
7662         * oe.h (CPP_SPEC): Added to allow trigraphs.
7663         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
7664         not support the "long long" type.
7665
7666 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7667
7668         * config/mips/mips-protos.h (mips_legitimate_address_p): New
7669         function.
7670         (mips_reg_mode_ok_for_base_p): Likewise.
7671         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
7672         (REG_OK_FOR_INDEX_P): Define unconditionally.
7673         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
7674         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
7675         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
7676         that GET_MODE_SIZE is unsigned.
7677         (mips_reg_mode_ok_for_base_p): Define.
7678         (mips_legitimate_address_p): Likewise.  Adjust now
7679         that GET_MODE_SIZE is unsigned.
7680         (block_move_loop): Make the number of bytes unsigned.
7681         (expand_block_move): Likewise.
7682         (function_arg): Make the loop counter unsigned to match the
7683         boundary condition.
7684
7685 2000-04-16  Richard Henderson  <rth@cygnus.com>
7686
7687         * rtl.h (enum insn_note): New enumeration.  Subsume
7688         NOTE_INSN_DELETED and friends.
7689         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
7690         * rtl.c (note_insn_name): Tweak string order.
7691
7692 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
7693
7694         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
7695         to offset * 2.
7696
7697         * cpplex.c (output_line_command): Remove debugging prints.
7698         (cpp_output_tokens): Don't write out a zero-length buffer or
7699         try to see if it has a newline in it.
7700         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
7701         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
7702         the end of the loop.  Use memmove.  Don't read past the end of
7703         the buffer.  Remove trailing newlines from error messages.
7704
7705 2004-04-16  Neil Booth  <NeilB@earthling.net>
7706
7707         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
7708         * cpplib.c: Add new syntax flags to directive table, and
7709         supporting macros.
7710
7711 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
7712
7713         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
7714         using ret $N.
7715
7716 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7717
7718         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
7719         * haifa-sched.c: Update -fsched-verbose comments to use "=".
7720
7721 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7722
7723         * Makefile.in (ggc-page.o): Now includes toplev.h.
7724         * ggc-page.c (toplev.h): Now included.
7725         (gc_time): Remove declaration.
7726         (ggc_collect): TIME now long.
7727         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
7728         others static.
7729         * toplev.h (gc_time, parse_time, gc_time): New declarations.
7730
7731         * toplev.c: Make *_time variable long to reduce chance of overflow.
7732         (TIMEVAR): Likewise for `otime'.
7733         (print_time): Arg is now long; compute percentage in FP and round.
7734         * toplev.h (print_time): Arg is long.
7735
7736         * tree.c: Minor whitespace changes.
7737
7738         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
7739         * configure: Rebuilt.
7740         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
7741         (__fixunsxfDI): Renamed from __fixunsxfdi.
7742         (__fixunsdfDI): Renamed from __fixunsdfdi.
7743         (__fixunssfDI): Renamed from __fixunssfdi.
7744         (__floatdisf): Use proper type in REP_BIT macro.
7745         (__fixunsxfSI): Renamed from __fixunsxfsi.
7746         (__fixunsdfSI): Renamed from __fixunsdfsi.
7747         (__fixunssfSI): Renamed from __fixunssfsi.
7748         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
7749         Change location of macros and upper-case some names as above.
7750         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
7751         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
7752
7753         * varasm.c (assemble_variable): Add cast to remove warning.
7754         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
7755
7756         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
7757         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
7758         region number to -1.
7759
7760 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
7761
7762         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
7763         call unshare_all_rtl.
7764
7765         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
7766
7767 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
7768
7769         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
7770         Use .s1 not .s0 for all FP instructions.
7771
7772 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
7773
7774         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
7775         interfaces.
7776         (safe_fwrite, output_line_command): New static functions.
7777         (cpp_expand_to_buffer): Now private to cpplib.
7778         (cpp_scan_buffer): Take a printer.
7779
7780         * cpphash.h: Update prototypes.
7781         * cpplib.h: Update prototypes.
7782         (cpp_printer): New.
7783         (cpp_buffer): Remove last_nominal_fname.
7784         (cpp_reader): Remove lineno.
7785
7786         * cppmain.c: Use a cpp_printer.
7787         * fix-header.c: No need to inhibit line commands.  Call
7788         cpp_start_read with no printer.
7789
7790         * cpperror.c (cpp_notice_from_errno): Provide default name.
7791         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
7792         (find_include_file, cpp_read_file): Use make_IHASH.
7793         (file_cleanup): Set control_macro and clear
7794         input_stack_listing_current here.
7795         (_cpp_execute_include): Don't output entering-file marker.
7796         * cpphash.c (special_symbol): Look for the line number in the
7797         buffer, not the reader.
7798         (_cpp_macroexpand): No need to disable line commands.
7799         (_cpp_dump_definition): No need to generate line commands.
7800         (dump_hash_helper): Remove excess newline from output.
7801         * cppinit.c (dump_special_to_buffer): No need to generate line
7802         commands.
7803         (cpp_printer_init): New.
7804         (cpp_start_read): Take a printer, and start it up if it's not
7805         NULL.  No need to generate line commands.
7806         (cpp_finish): Expect no buffers stacked at all.  Take a
7807         printer argument, and flush the output buffer if it's not
7808         NULL.
7809         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
7810         Don't put two hashes at the beginning of an assertion.
7811         (cpp_get_token): Don't increment pfile->lineno or emit line
7812         commands here.  Return EOF if there's no buffer when we get
7813         EOF.
7814         * cpplib.c (do_define, skip_if_group):
7815         No need to disable line commands.
7816         (_cpp_output_line_command): Delete function.
7817         (do_line): Don't emit line commands here, but set things up so
7818         they will be emitted if necessary.  Use _cpp_fake_ihash to
7819         make unique nominal_fnames if necessary.
7820         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
7821         with 0 for column, not -1.
7822         (_cpp_handle_eof): Don't set the control macro here.  Don't
7823         clear input_stack_listing_current here.  Don't emit line
7824         commands.
7825
7826 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
7827
7828         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
7829         always, use the default SVR4 start address.
7830
7831         * config/rs6000/linux.h (LINK_SPEC): Don't define.
7832         (LINK_SHLIB_SPEC): Define.
7833         (LINK_START_DEFAULT_SPEC): Define.
7834         (LINK_OS_DEFAULT_SPEC): Define.
7835
7836         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
7837
7838         * config/rs6000/eabi.asm (__eabi): Call __init rather than
7839         __do_global_ctors to handle constructors.
7840         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
7841         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
7842         (STARTFILE_MVME_SPEC): Likewise.
7843         (STARTFILE_SIM_SPEC): Likewise.
7844         (ENDFILE_ADS_SPEC): Use crtend.
7845         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
7846         (ENDFILE_MVME_SPEC): Likewise.
7847         (ENDFILE_SIM_SPEC): Likewise.
7848         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
7849         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
7850         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
7851         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
7852         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
7853         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
7854         (CRTSTUFF_T_CFLAGS_S): Define.
7855         * config/rs6000/eabi-ctors.c: Delete.
7856
7857         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
7858         boundary.
7859         (__fini): Likewise.
7860         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
7861         boundary.
7862         (__fini): Likewise.
7863
7864 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
7865
7866         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
7867         plus mask size is smaller or equal to the mode size.
7868
7869 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7870
7871         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
7872         not yet set.
7873
7874         * expr.c (reload.h): Now included.
7875         (emit_block_move): Set volatile_ok when checking for movstr.
7876         (emit_move_1): Check for replacements in addresses in multi-word case.
7877         * Makefile.in (expr.o): Now includes reload.h.
7878
7879         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
7880         Never have a LIBCALL end a basic block.
7881         (find_basic_blocks_1): Likewise.
7882         Reorganize CALL_INSN cases.
7883
7884         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
7885
7886 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
7887
7888         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
7889         completers from mov.ret instruction.
7890
7891 2000-04-14  Richard Henderson  <rth@cygnus.com>
7892
7893         * fold-const.c (extract_muldiv): Don't distribute and widen
7894         multiply across plus for non-sizetype unsigned types.
7895
7896 2000-04-14  Richard Henderson  <rth@cygnus.com>
7897
7898         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
7899         If the original source is dead in the incr insn, it's dead now.
7900
7901 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7902
7903         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
7904         see if DECL_BIT_FIELD needs to still be set.
7905
7906         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
7907
7908         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
7909         print_int_cst_octal with something that's not an INTEGER_CST.
7910
7911         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
7912         and not a SUBREG to a FLOAT rtl.
7913
7914 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
7915
7916         * emit-rtl.c (try_split): Avoid infinite loop if the split
7917         results in a sequence that contains the original insn.
7918
7919 2000-04-13  Andreas Jaeger  <aj@suse.de>
7920
7921         * config/mips/mips.c (expand_block_move): Pass alignment
7922         argument to move_by_pieces in bits, not bytes.
7923
7924         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
7925         __pic__ for little endian.
7926
7927 2000-04-13  Andreas Jaeger  <aj@suse.de>
7928
7929         * config/i386/i386-protos.h: Add prototype for
7930         uno_comparison_operator.
7931
7932 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7933
7934         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
7935         * calls.c (ECF_PURE): New flag.
7936         (emit_call_1): Handle ECF_PURE calls.
7937         (initialize_argument_information): Unset ECF_PURE flag too.
7938         (precompute_arguments): Precompute for ECF_PURE too.
7939         (expand_call): Handle ECF_PURE calls too.
7940         (emit_library_call_value_1): Rename no_queue argument to fn_type,
7941         accept value of 2 as pure function.
7942         (emit_library_call_value, emit_library_call): Rename no_queue argument
7943         to fn_type.
7944         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
7945
7946         * tree.h (DECL_IS_PURE): New macro.
7947         (struct tree_decl): Add pure_flag.
7948         * c-common.c (enum attrs): Add attribute "pure".
7949         (init_attributes): Initialize attribute "pure"
7950         (decl_attributes): Handle attribute "pure".
7951         * extend.texi (Attribute "pure"): Document.
7952         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
7953         in pure function.
7954         (flags_from_decl_or_type): Support attribute "pure".
7955
7956 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
7957
7958         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
7959         the token except for numbers and identifiers.
7960
7961 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
7962
7963         * i386.c (ix86_expand_binary_operator,
7964         ix86_expand_unary_operator): Check no_new_pseudos
7965         instead of reload_in_progress and reload_completed.
7966         (ix86_split_ashldi, ix86_split_ashrdi,
7967         ix86_split_lshrdi): Check no_new_pseudos instead
7968         of reload_completed.
7969
7970 2000-04-12  Jeffrey A Law  (law@cygnus.com)
7971
7972         * function.c (purge_addressof): Unshare any shared rtl created by
7973         purge_addressof and its children.
7974
7975 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7976
7977         * function.c (aggregate_value_p): VOID_TYPE nodes are never
7978         aggregates.
7979
7980 2000-04-05  Andreas Jaeger  <aj@suse.de>
7981
7982         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
7983         not compiling PIC code, add flags for mabi=64.
7984         (SUBTARGET_CPP_SIZE_SPEC): New.
7985         (SUBTARGET_CPP_SPEC): New.
7986         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
7987         for MIPS/Linux and lots of code needs these defines.
7988
7989 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
7990
7991         * reorg.c (fill_slots_from_thread): Check side_effects_p when
7992         trying the "opposite arithmetic" approach.
7993
7994 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7995
7996         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
7997         (struct sh_args): Add new field force_mem.
7998         (INIT_CUMULATIVE_ARGS): Initialize it.
7999         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
8000
8001 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8002
8003         * calls.c (expand_call): Do not reverse args in "equal from" field.
8004         (emit_library_call_value_1): Emit_libcall_block for const and pure
8005         function.
8006
8007 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8008
8009         * reload1.c (reload_combine): Don't enable optimization for fixed
8010         registers when encountering a BARRIER.
8011
8012 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8013
8014         * builtins.c (expand_builtin_memcmp): Do expansion even with
8015         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
8016
8017         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
8018         stack is propertly aligned; add sanity checking for aligned
8019         stack pointer.
8020         (expand_library_call_value_1): Add sanity checking for aligned
8021         stack pointer.
8022
8023 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
8024
8025         * calls.c (emit_library_call_value_1): Change 3rd arg to
8026         locate_and_pad_parm to disregard the setting of partial.
8027
8028 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8029
8030         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
8031
8032         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
8033         CALL_INSN from the normal case.
8034
8035 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8036
8037         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8038         New global variables.
8039         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
8040         adjustment.
8041         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8042         Declare,
8043         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
8044          TARGET_ADD_ESP_8): New macros.
8045         * i386.md: Add peep2s to convert esp adjustments to push and pop
8046         instructions.
8047         (pushsi_prologue, popsi_epilogue): New patterns.
8048
8049 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8050
8051         * real.c (toe64): Remove stale #endif from the last change.
8052
8053 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
8054
8055         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
8056         * real.c (toe64): Revert previous change.
8057
8058 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8059
8060         * objc/objc-act.c: Include ggc.h.
8061         (objc_tree_index, objc_global_trees): Convert most of the
8062         static tree variables into a static array with previous names
8063         as defines.
8064         (objc_ellipsis_node): New variable.
8065         (lang_init): Call objc_act_parse_init and c_parse_init.
8066         Create objc_ellipsis_node.
8067         (build_selector_translation_table): Use objc_ellipsis_node instead
8068         of (tree)1.
8069         (hack_method_prototype): Likewise.
8070         (get_arg_type_list): Likewise.
8071         (start_method_def): Likewise.
8072         (continue_method_def): Likewise.
8073         (gen_method_decl): Likewise.
8074         (ggc_mark_imp_list): New function.
8075         (ggc_mark_hash_table): New function.
8076         (objc_act_parse_init): New function.
8077         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8078         * c-parse.in (c_parse_init): For objc add roots of objc specific
8079         local tree variables.
8080         * objc/objc-parse.y: Rebuilt.
8081         * objc/objc-parse.c: Rebuilt.
8082         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8083
8084 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8085
8086         * cse.c (delete_trivially_dead_insns): Also delete insns
8087         that copy a register to itself where the destination is
8088         a strict_low_part.
8089
8090 2000-04-11  Richard Henderson  <rth@cygnus.com>
8091
8092         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8093         (propagate_block): Initialize them.  Use them in parallel instead
8094         of one tmp variable, ie revert much of the 0408 and 0407 functional
8095         changes, but keep the structural changes.
8096         (mark_set_regs): Take new_dead from propagate_block_info instead.
8097         (mark_set_1, mark_set_reg): Likewise.
8098         (mark_used_regs): Likewise with new_live.
8099         (mark_used_reg): Likewise.  Revert 0408 change.
8100
8101 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8102
8103         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8104         restriction.
8105         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8106
8107 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8108
8109         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8110         const section to output a CONSTRUCTOR based on the same conditions
8111         used for VAR_DECLs.
8112
8113 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8114
8115         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8116         * pa/pa-protos.h (output_call): Add additional argument indicating
8117         if the call is a sibling/tail call.
8118         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8119         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8120         (function_arg, function_arg_partial_nregs): Likewise
8121         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8122         (emit_move_sequence): Zero extend certain constants as needed
8123         for TARGET_64BIT.
8124         (compute_zdepdi_operands, output_64bit_and): New functions.
8125         (output_64bit_ior, function_arg): Likewise.
8126         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8127         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8128         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8129         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8130         (output_bvb): Likewise.
8131         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8132         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8133         as needed.
8134         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8135         (ouput_arg_descriptor): Do not emit argument descriptors for
8136         TARGET_64BIT.
8137         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8138         defined.
8139         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8140         (FUNCTION_OK_FOR_SIBALL): Define.
8141         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8142         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8143         (CPP_SPEC): Use new spec infrastructure.
8144         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8145         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8146         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8147         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8148         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8149         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8150         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8151         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8152         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8153         (FUNCTION_ARG); Call out to C code.
8154         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8155         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8156         (MIN_UNITS_PER_WORD): Likewise.
8157         * pa/pa.md (cmpdi): New expander.
8158         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8159         (64bit conditional arithmetic): New patterns.
8160         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8161         (movsicc): Not available if modes on all the operands to not match.
8162         (movdicc): New expander and associated patterns.
8163         (64bit branches): New patterns.
8164         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8165         (pre_ldd, post_std): New patterns.
8166         (64bit addil, load low part): New patterns.
8167         (special movsf constant): Not available for TARGET_64BIT.
8168         (movsf, movdf expanders): Force constants into memory.
8169         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8170         (64bit movdf/movdi patterns): New patterns.
8171         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8172         for TARGET_64BIT.
8173         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8174         (adddi3 expander): Allow "arith_operand" for second input.
8175         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8176         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8177         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8178         (muldi3): New expander for TARGET_64BIT.
8179         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8180         for TARGET_64BIT.
8181         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8182         patterns for TARGET_64BIT.
8183         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8184         patterns for TARGET_64BIT.
8185         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8186         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8187         (sibcall_epilogue): New expander.
8188         (casesi): Tweak for TARGET_64BIT.
8189         (call expanders): Set & use the outgoing argument pointer.  Use the
8190         64bit call patterns as needed. Add additional arg to output_call.
8191         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8192         (sibcall, sibcall_internal_symref): New expanders.
8193         (sibcall_value, sibcall_value_internal_symref
8194         (interspace_jump): Turn into an expander + matching patterns.
8195         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8196         * pa/pa64-regs.h: Eliminate trigraph sequences.
8197         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8198
8199 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8200
8201         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8202         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8203         cpp_token with cpp_ttype everywhere.
8204         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8205         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8206         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8207         long.
8208         * cpplex.c (cpp_buf_line_and_col): Delete.
8209         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8210         'long lineno' to 'unsigned int lineno'.
8211         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8212
8213 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8214
8215         * extend.texi: ISO C99 is not a draft anymore.
8216         * invoke.texi: ISO C++ is not a draft anymore.
8217         * cpp.texi: __cplusplus is required by the ISO standard.
8218
8219         * extend.texi (-fthis-is-variable): Undocument.
8220         * flags.h (warn_template_debugging): Remove declaration.
8221         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8222         -Wenum-clash, -Wtemplate-debugging): Undocument.
8223
8224 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8225
8226         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8227         integer.
8228         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8229         integer.
8230         (ARM_SIGN_EXTEND): Use HOST_UINT.
8231         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8232         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8233         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8234         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8235
8236         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8237         (arm_gen_constant): Use HOST_UINT.
8238         (arm_canonicalize_constant): Use HOST_UINT.
8239         (arm_reload_in_hi): Use HOST_UINT.
8240         (arm_reload_out_hi): Use HOST_UINT.
8241         (output_multi_immediate): Use HOST_UINT.
8242         (int_log2): Use HOST_UINT.
8243         (arm_poke_function_name): Use HOST_UINT.
8244         (arm_output_epilogue): Use arm_volatile_func().
8245         (output_thumb_prologue): Use arm_strip_name_encoding().
8246
8247 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8248
8249         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8250         of sequence point problems.
8251
8252 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8253
8254         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8255         Recomment.
8256         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8257
8258 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8259
8260         * sbitmap.h: Whitespace changes and use upper-case macro args.
8261         (struct simple_bitmap_def): All sizes now unsigned.
8262         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8263         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8264         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8265         (sbitmap_zero): Cast bzero arg to PTR.
8266         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8267         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8268         loop to make structure clearer.
8269         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8270         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8271         (sbitmap_a_and_b_or_c): Likewise.
8272         (sbitmap_intersection_of_succs): Minor cleanups.
8273         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8274         (sbitmap_union_of_preds): Likewise.
8275         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8276         (debug_sbitmap): New function.
8277
8278         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8279         * c-typeck.c (convert_for_assignment): Likewise.
8280
8281         * expmed.c (init_expmed): Don't free objects we make.
8282         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8283
8284         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8285         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8286
8287         * gcse.c (expr_hash_table_size): Now unsigned.
8288         (compute_ae_gen): Local variable `i' now unsigned.
8289         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8290         (compute_transout, hoist_code): Likewise.
8291         (compute_local_properties): Likewise, also hash_table_size.
8292         (alloc_expr_hash_table): N_INSNS now unsigned.
8293         (delete_null_pointer_checks): Mark arg F as unused.
8294
8295         * regrename.c: Minor cleanups, including chang some variables
8296         to unsigned int.
8297
8298 2000-04-10  Neil Booth  <NeilB@earthling.net>
8299
8300         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8301         than GETC ().
8302         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8303
8304 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8305
8306         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8307         __classof__, and __headof__ from the list of gnu keywords.
8308         (-ansi): Remove -foperator-names from list of implied options.
8309         Do not call it ANSI C++.
8310         (-foperator-names): Document as -fno-operator-names.
8311
8312 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8313
8314         * cpphash.c (timestamp): Delete.
8315         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8316         (special_symbol): Remove unnecessary braces.  Remove
8317         T_VERSION.  Treat T_STDC like T_CONST unless
8318         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8319         when one is encountered, then convert them into T_MCONST
8320         nodes.
8321         * cppinit.c (builtin_array): version_string is T_MCONST.
8322         __STDC__ has a "1" in its cpval.  Don't have a terminator
8323         entry.  Clean up which entries are dumped.
8324         (initialize_builtins): Only __STDC__ gets the special
8325         -traditional treatment.  Count the length of builtin_array.
8326         Render version_string here.
8327         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8328         * cpplib.h (struct cpp_reader): Remove timebuf.
8329
8330 2000-04-09  Richard Henderson  <rth@cygnus.com>
8331
8332         * genrecog.c (pred): Update comparison_operator for the unordered
8333         operators.
8334
8335         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8336         operators.
8337         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8338         (uno_comparison_operator): New.
8339         (put_condition_code): Handle UNORDERED/ORDERED.
8340         (unsigned_comparison): Likewise.
8341         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8342         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8343         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8344         update all callers.  Handle all 8 unordered operators.
8345         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8346         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8347         * config/i386/i386.h (PREDICATE_CODES): Update.
8348         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8349         (ix86_expand_branch, ix86_expand_setcc): Update.
8350         * config/i386/i386.md (sunordered, sordered): New.
8351         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8352         (bunordered, bordered): New.
8353         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8354         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8355         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8356
8357 2000-04-09  Philip Blundell  <philb@gnu.org>
8358
8359         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8360
8361 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8362
8363         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8364         fix_truncxfhi2): New patterns.
8365         * i386.c (output_fix_trunc): Handle converting to HImode.
8366
8367 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8368
8369         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8370         life_analysis.
8371         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8372         (for_each_successor_phi): Change parameter to basic_block.
8373         (coalesce_regs_in_successor_phi_nodes): Likewise.
8374         (coalesce_regs_in_copies): Likewise.
8375         (compute_coalesced_reg_partition): Use basic_block instead of index.
8376         * rtl.h (convert_to_ssa): Delete.
8377         (convert_from_ssa): Likewise.
8378         (successor_phi_fn): Likewise.
8379         (for_each_successor_phi): Likewise.
8380         (in_ssa_form): Likewise.
8381         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8382         (convert_from_ssa): Likewise.
8383         (successor_phi_fn): Likewise.
8384         (in_ssa_form): Likewise.
8385         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8386         * flow.c (calculate_global_regs_live): Pass a basic_block to
8387         for_each_successor_phi.
8388
8389 2000-04-08  Richard Henderson  <rth@cygnus.com>
8390
8391         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8392         was modified in the current insn.
8393
8394 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8395
8396         * arm/thumb.md: Delete.
8397         * arm/thumb-protos.h: Delete.
8398
8399 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8400
8401         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8402
8403         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8404
8405         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8406         into branch.
8407
8408         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8409         define_expand.
8410         (*arm_nop, *thumb_nop): Delete.
8411
8412         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8413         constants.  Use casts instead.
8414         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8415         output_multi_immediate, arm_poke_function_name): Likewise.
8416         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8417         MASK_RETURN_ADDDR): Likewise.
8418
8419         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8420
8421         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8422         into branch.
8423
8424         * arm.md (eh_epilogue): New function.
8425         * arm.h (struct machine_function): Move to here ...
8426         * arm.c: ... from here.
8427         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8428         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8429         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8430
8431         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8432
8433         * config/arm/semi.h (ASM_SPEC): Restore definition.
8434         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8435
8436         * config/arm/elf.h (ASM_SPEC): Restore definition.
8437         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8438
8439         * config/arm/arm.h (ASM_SPEC): Remove definition.
8440         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8441
8442         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8443
8444         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8445
8446         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8447
8448         Various formating tidyups, elimination of compile time
8449         warnings and synchronisation with internal sources:
8450
8451         * config/arm/arm-protos.h (assemble_align): Add prototype.
8452         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8453         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8454         (arm_return_addr_rtx): Rename to arm_return_addr.
8455
8456         * config/arm/arm.c: Include except.h.
8457         Define shorter typenames for strict minipool_node and struct
8458         minipool_fix.
8459         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8460         in memory.
8461         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8462         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8463
8464         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8465         already defined.
8466         (ASM_SPEC): Define if not already defined.
8467         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8468
8469         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8470         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8471         arm_gen_compare_reg.
8472         (indirect_jump):  Only accept register operands.
8473         (load_indirect_jump): Keep this pattern since combine can generate
8474         it.
8475
8476         * config/arm/coff.h: Include aout.h.
8477         (MULTILIB_DEFAULTS): Only define if not already defined.
8478
8479         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8480         into arm.h (so that COFF ports can support thumb based aliases).
8481         (ASM_SPEC): Move definition into arm.h
8482
8483         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8484         redundant apcs spec.
8485         (ASM_SPEC): Move definition to arm.h
8486
8487         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8488
8489         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8490         for entries in the .bss section
8491
8492         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8493
8494         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8495         to thumb_far_jump_used_p.
8496
8497         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8498         single integer parameter.
8499
8500         * config/arm/arm.c (struct machine_function): Add two new
8501         fields, 'far_jump_used' and 'arg_pointer_live'.
8502         (thumb_far_jump_used_p): Once the decision has been made that
8503         far jumps might be used, always return true.
8504         If being called from the initial elimination offset macro then
8505         do not bother to perform the test if the arg pointer is not
8506         being used.
8507         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8508         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8509
8510         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8511
8512         * arm.c (output_return_instruction): Handle more cases where we can
8513         return from a function with an ldr instruction.
8514         (arm_output_epilogue): Likewise.
8515
8516         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8517         if we need to push a large stack frame and there are no callee-saved
8518         registers.
8519
8520         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8521         in ARM code if the frame pointer has been eliminated.
8522
8523         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8524         unspec_volatile arguments to avoid duplicates.
8525         (consttable_1, consttable_2): Fixes for big-endian mode.
8526
8527         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8528         as appropriate.
8529
8530         Re-write constant pool code.
8531         * arm.c (minipool_node, minipool_fix): New types.
8532         (minifix): Delete type.
8533         (arm_add_minipool_constant): Delete.
8534         (arm_compute_minipool_offsets, arm_find_barrier,
8535         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8536         (get_jump_table_size): Now returns HOST_WIDE_INT.
8537         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8538         functions.
8539         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8540         (assign_minipool_offsets, arm_print_value): Likewise.
8541         (dump_minipool): Rewrite.
8542         (arm_barrier_cost): New function.
8543         (create_fix_barrier): New function.
8544         (push_minipool_barrier): New function.
8545         (push_minipool_fix): Record additional information about the fixup
8546         required.
8547         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8548         check the mode of what needs fixing.
8549         (arm_reorg): Rewrite.
8550
8551         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8552
8553         * config/arm/arm.md (indirect_jump): Force constant addresses into
8554         a register.
8555
8556         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8557
8558         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8559
8560         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8561
8562         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8563         adjust is word aligned.
8564         (thumb_expand_epilogue): Make sure that stack adjust is word
8565         aligned.
8566
8567         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8568
8569         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8570
8571         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8572         pointer relative addresses.
8573
8574         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8575
8576         * arm.c (find_barrier): Find the last barrier within the allowed
8577         range.
8578
8579         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8580
8581         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8582
8583         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8584
8585         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8586         ARM_FUNCTION_PROFILER.
8587
8588         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8589         ARM_FUNCTION_PROFILER.
8590
8591         * config/arm/linux-oldld.h: Imported from mainline sources.
8592
8593         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8594
8595         * config/arm/lib1funcs.asm: Merge in thumb functions from
8596         lib1thumb.asm.
8597
8598         * config/arm/lib1thumb.asm: Delete.
8599
8600         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8601
8602         * config/arm/arm.c: Sychronised with current Red hat local
8603         sources.
8604         * config/arm/arm.h: Ditto.
8605         * config/arm/arm-protos.h: Ditto.
8606
8607         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8608
8609         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8610
8611         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8612         byte stores.
8613
8614         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8615
8616         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8617
8618         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8619         (return) was emited using an emit_insn() call.
8620
8621         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8622
8623         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8624         thumb stack frame.
8625         (thumb_exit): Move frame pointer back into hard frame pointer
8626         register if backtracing is being used.
8627
8628         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8629
8630         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8631         into branch.
8632
8633         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8634
8635         * config/arm/arm.md (neg_pool_offset): Provide default for new
8636         attribute.
8637         (arm_movsi_insn): Add neg_pool_offset attribute.
8638         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8639         rtx for the insn that starts the scan and an unsigned long for its
8640         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8641         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8642         instructions in *PINSERTED.
8643         (struct minipool_fixup): Add MIN_ADDRESS elt.
8644         (sort_fixups): Compute it.
8645         (arm_reorg): Changes to support inserting pools before the insn to be
8646         fixed up.
8647
8648         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8649
8650         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8651         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8652         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8653
8654         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8655
8656         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8657         defined.
8658         (TARGET_DEFAULT): Do not define if already defined.
8659
8660         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8661
8662         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8663         (iordi3): Allow disjoint source operands.
8664         (xordi3): Allow disjoint source operands.
8665         (negdi2): Permit construction for ARM and Thumb.
8666         (arm_negdi2): Renamed version of old negdi2 pattern.
8667         (thumb_negdi2): New pattern: Only permit non-overlapping
8668         source and destination.
8669
8670         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
8671
8672         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
8673         scratch low register so that it will not be deleted.
8674
8675         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
8676
8677         * config/arm/pe.h (ARM_PE): Define.
8678
8679         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
8680         interfacearm attribute if this is a PE toolchain.
8681         (output_return_instruction): Do not emit anything if the function
8682         has the naked attribute set.
8683         (is_called_in_ARM_mode): If the function has the interfacearm
8684         attribute then return true.
8685         (thumb_expand_prologue): Do not generate a prologue for naked
8686         functions.
8687         (thumb_expand_epilogue): Do not generate an epilogie for a naked
8688         function.
8689         (output_thumb_prologue): Do not bother if the function is naked.
8690         Strip PE encoding from function name before emitting.
8691
8692         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
8693
8694         * arm.md (pic_load_addr): Fix constraints.
8695
8696         * arm.md (casesi_insn): Fix mis-applied patch.
8697
8698         * arm.md ("core" function unit): Add rules for single- and
8699         multi-cycle insns.
8700         (All TARGET_THUMB patterns): Add "type" attribute information
8701         where needed.
8702         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
8703         the following insn is a CALL.
8704
8705         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
8706         pointer.
8707         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
8708         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
8709         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
8710
8711         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
8712
8713         * config/arm/linux-gas.h: oops - this file was missed out when the
8714         branch was created...
8715
8716         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
8717
8718         * thumb.c: Deleted.  Move contents to ...
8719         * arm.c: ... here.
8720         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
8721         rule for thumb.o
8722         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
8723         * configure: Regen.
8724
8725         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
8726         declare a prototype for asm_output_align();
8727
8728         * arm.c (thumb_condition_code): Delete.
8729         (arm_print_operand): Always use arm_condition_code array.
8730
8731         * arm.c (thumb_return_addr_rtx): Delete.
8732         (arm_save_machine_status, arm_restore_machine_status): Delete.
8733         (arm_init_machine_status, arm_mark_machine_status): New functions.
8734         (arm_init_expanders): Update accordingly.
8735         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
8736         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
8737         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
8738
8739         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
8740
8741         * configure.in : Fix arm-*-aout target to use new t-arm-aout
8742         script.
8743         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
8744         targets.
8745
8746         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
8747
8748         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
8749         stack backtrace structure.
8750
8751         * config/arm/arm-protos.h: Add prototypes for functions defined in
8752         arm/pe.h.
8753
8754         * config/arm/arm.c (arm_override_options): Fix selection of
8755         attributes of default processor.
8756
8757         * config/arm/coff.h: Delete needless #include.
8758
8759         * config/arm/pe.c: Delete unused code.
8760
8761         * config/arm/pe.h (CPP_DEFINES): Delete
8762         (SUBTARGET_CPP_SPEC): Define.
8763         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
8764
8765         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
8766
8767         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
8768
8769         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
8770         updated.
8771         (CAN_DEBUG_WITHOUT_FP): Define.
8772         (FIXED_REGISTERS): Make r11 call-saved.
8773         (CALL_USED_REGISTERS): Likewise.
8774         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
8775         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
8776         frame-pointer is required.
8777         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
8778         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
8779         if the target normally needs a stack frame in non-leaf functions.
8780         (use_return_insn): Correct logic for determining when a return
8781         instruction can be used.
8782         (output_return_instruction): Handle the frame-pointer register as
8783         a normal register when not TARGET_APCS_FRAME.
8784         (arm_output_prologue): Likewise.
8785         (arm_output_epilogue): Likewise.
8786         (output_func_epilogue): Likewise.
8787         (arm_expand_prologue): Likewise.
8788         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
8789
8790         * arm.c (use_return_insn): No need to check floating point regs if
8791         TARGET_SOFT_FLOAT.
8792         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
8793         the code of value stored in the minipool array.
8794         (arm_add_minipool_constant): Likewise.
8795
8796 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8797
8798         * basic-block.h (conflict_graph_enum_fn): K&R fix.
8799
8800 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8801
8802         * tree.c (tree_expr_nonnegative_p): New function.
8803
8804         * tree.h (tree_expr_nonnegative_p): Declare.
8805
8806         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
8807         elide some sign_compare warnings.
8808         (build_conditional_expr): Likewise.
8809
8810 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
8811
8812         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
8813
8814         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
8815         * i386.c (print_operand): Use the proper suffix for a 387 HImode
8816         operand.  Abort if a 387 operand has an unsupported size.
8817
8818 2000-04-08  Neil Booth  <NeilB@earthling.net>
8819
8820         * cppexp.c (parse_charconst): Null does not end character
8821         constants.
8822         * cppinit.c (ISTABLE): Null character handled as whitespace.
8823         * cpplex.c (null_warning):  new function.
8824         (skip_string): Emit warning if nulls encountered.
8825         (_cpp_skip_hspace): Emit warning if nulls encountered.
8826         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
8827         them.
8828         * cpp.texi: Update.
8829
8830 2000-04-07  Richard Henderson  <rth@cygnus.com>
8831
8832         * flow.c (loop_depth): Remove.
8833         (reg_next_use, cc0_live, mem_set_list): Replace with ...
8834         (struct propagate_block_info): New.
8835         (life_analysis): Don't allocate reg_next_use.
8836         (propagate_block_delete_insn): Break out of propagate_block.
8837         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
8838         (propagate_block_delete_libcall): Likewise.
8839         (propagate_block): Create a propagate_block_info struct to pass
8840         to subroutines.  Allocate one not two temporary regsets.  Don't
8841         clobber memory for const calls.  Look for clobbers in
8842         CALL_INSN_FUNCTION_USAGE.
8843         (mark_set_regs): Recognize COND_EXEC.
8844         (mark_set_reg): Break out of mark_set_1.
8845         (mark_used_reg): Break out of mark_used_regs.
8846         (mark_used_regs): Recognize COND_EXEC.
8847         (insn_dead_p): Use propagate_block_info struct.
8848         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
8849         (find_auto_inc, try_pre_increment_1): Likewise.
8850         (print_rtl_with_bb): Dump regs live at end too.
8851         (count_reg_sets_1): Pass in loop_depth.
8852         (count_reg_sets, count_reg_references): Likewise.
8853         (recompute_reg_usage): Provide it.
8854
8855 2000-04-07  Richard Henderson  <rth@cygnus.com>
8856
8857         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
8858         not the raw files.
8859
8860 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8861
8862         * cpplib.c (do_elif): Skip the rest of the line if we're
8863         not going to bother evaluating it.
8864         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
8865         to avoid pointless calls to the lexer.
8866
8867 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
8868
8869         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
8870
8871 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
8872
8873         * calls.c (expand_call): emit_queue if we're trying a sibcall.
8874
8875 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
8876
8877         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
8878
8879 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
8880
8881         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
8882         crtend so they can be multilibbed.
8883         (STAGESTUFF): Remove s-crt and s-crtS.
8884
8885 2000-04-07  Richard Henderson  <rth@cygnus.com>
8886
8887         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
8888         if we discover we need a pseudo and no_new_pseudos is true.
8889         * config/alpha/alpha.md (ne:DI insn): New.
8890         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
8891
8892 2000-04-07  Richard Henderson  <rth@cygnus.com>
8893
8894         * rtl.def (COND_EXEC): New.
8895         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
8896         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
8897
8898         * genconfig.c (have_cond_arith_flag): Remove.
8899         (have_cond_exec_flag): New.
8900         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
8901         (main): Print HAVE_conditional_execution.
8902
8903         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
8904         (sched_analyze_insn, print_pattern): Likewise.
8905         * reload.c (find_equiv_reg): Likewise.
8906         * rtlanal.c (reg_referenced_p): Likewise.
8907         (note_stores, dead_or_set_regno_p): Likewise.
8908         (reg_overlap_mentioned_p): Rewrite to use a switch.
8909
8910         * ggc.h (struct rtx_def): Forward declare.
8911
8912         * print-rtl.c (debug_rtx_range): New.
8913         * rtl.h (debug_rtx_range): Declare.
8914
8915         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
8916
8917         * gcse.c (gcse_main): Don't rebuild the CFG here.
8918         (delete_null_pointer_checks): Likewise.
8919         * ssa.c (convert_to_ssa): Likewise.
8920         * toplev.c (rest_of_compilation): Do it here instead.  Combine
8921         sequential calls to TIMEVAR.  Consistently use `insns' instead of
8922         `get_insns()'.  Always split insns after reload when optimizing.
8923
8924         * basic-block.h (merge_blocks_nomove): Declare.
8925         (tidy_fallthru_edge): Declare.
8926         * flow.c (merge_blocks_nomove): Document as merging into previous
8927         blocks.  Remove cruft from between blocks; remove all edges out of A.
8928         (tidy_fallthru_edge): Export.
8929
8930 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8931
8932         * ssa.c (compute_conservative_reg_partition): Declare with
8933         void arguments.
8934         * toplev.c (clean_dump_file): Remove previously-deleted function
8935         inadvertantly merged back in.
8936         * conflict.c (conflict_graph_add): Use a single call to
8937         htab_find_slot to look up and insert.
8938
8939 2000-04-06  Richard Henderson  <rth@cygnus.com>
8940
8941         * genrecog.c (*): Rename _last_insn to last_insn.
8942         (make_insn_sequence): Set the position of the peephole2 C test
8943         to be at the last insn.
8944
8945 2000-04-06  Richard Henderson  <rth@cygnus.com>
8946
8947         * flow.c (compute_flow_dominators): Free worklist.
8948
8949 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
8950
8951         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
8952
8953 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8954
8955         * rtl.h (INSN_P): New macro.
8956         (successor_phi_fn): New typedef.
8957         (for_each_successor_phi): New prototype.
8958         (in_ssa_form): New variable.
8959         (PHI_NODE_P): Likewise.
8960         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
8961         phi nodes in successors.
8962         (mark_used_regs): Add PHI case.
8963         (set_phi_alternative_reg): New function.
8964         (life_analysis): Assert that dead code elimination is not selected
8965         when in SSA form.
8966         * toplev.c (to_ssa_time): New variable.
8967         (from_ssa_time): Likewise.
8968         (compile_file): Zero to_ssa_time and from_ssa_time.
8969         Print time to convert to and from SSA.
8970         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
8971         (print_time): Compute percent fraction as integer.
8972         * ssa.c (PHI_NODE_P): Moved to rtl.h.
8973         (convert_to_ssa): Check if we're already in SSA.
8974         Don't eliminate dead code in life_analysis.
8975         Rerun flow and life analysis at bottom.
8976         (eliminate_phi): Use canonical regnos when adding nodes.
8977         (mark_reg_in_phi): New function.
8978         (mark_phi_and_copy_regs): Likewise.
8979         (convert_from_ssa): Rerun life analysis at top.
8980         Use coalesced partition.
8981         Check for removing a phi node at the end of the block.
8982         (compute_coalesced_reg_partition): New function.
8983         (coalesce_regs_in_copies): Likewise.
8984         (coalesce_reg_in_phi): Likewise.
8985         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
8986         (for_each_successor_phi): Likewise.
8987         (rename_context): New struct.
8988         (rename_block): Use a rename_context with rename_insn_1.  When
8989         renaming sets of a subreg, emit a copy of the entire reg first.
8990         (rename_insn_1): Treat data as a rename_context *.  Save current
8991         insn in set_data.
8992         (rename_set_data): Add field set_insn.
8993         * Makefile.in (HASHTAB_H): Move up in file.
8994         (OBSTACK_H): New macro.
8995         (collect2.o): Use OBSTACK_H in dependencies.
8996         (sdbout.o): Likewise.
8997         (emit-rtl.o): Likewise.
8998         (simplify-rtx.o): Likewise.
8999         (fix-header.o): Likewise.
9000         (OBJS): Add conflict.o.
9001         (conflict.o): New rule.
9002         * basic-block.h: Include partition.h.
9003         (conflict_graph): New typedef.
9004         (conflict_graph_enum_fn): Likewise.
9005         (conflict_graph_new): New prototype.
9006         (conflict_graph_delete): Likewise.
9007         (conflict_graph_add): Likewise.
9008         (conflict_graph_conflict_p): Likewise.
9009         (conflict_graph_enum): Likewise.
9010         (conflict_graph_merge_regs): Likewise.
9011         (conflict_graph_print): Likewise.
9012         (conflict_graph_compute): Likewise.
9013         * conflict.c: New file.
9014
9015 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
9016
9017         * tlink.c (read_repo_files): Don't look for .rpo info for
9018         linker flags.
9019
9020 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9021
9022         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
9023
9024 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9025
9026         * config/sh/lib1funcs.asm (___udivsi3_i4):
9027         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
9028         only depends on FMOVD_WORKS.
9029
9030 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9031
9032         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
9033         make double constant 8-byte aligned.
9034
9035 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9036
9037         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
9038         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
9039         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
9040         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
9041         Accept storing GENERAL_REGS into offsetable memory.
9042         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
9043         building a TFmode constant other than 0.0L into GENERAL_REGS.
9044
9045 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
9046
9047         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
9048
9049 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
9050
9051         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
9052         (macro_cleanup): No need to cast pbuf->macro.
9053         (collect_expansion): Use _cpp_get_define_token.  Goto done if
9054         it returns VSPACE.  Remove check for trailing space after
9055         CPP_COMMENT.
9056         (_cpp_create_definition): Don't diddle flags here.  Return
9057         directly on error.
9058         (unsafe_chars): Handle c1 being EOF.
9059         (push_macro_expansion): Use unsafe_chars for both accidental-paste
9060         checks.  Don't push the buffer till after we're done with
9061         them.
9062         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
9063         (PEEKN, FORWARD, GETC, PEEKC): Use them.
9064         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
9065         appropriately.
9066         (_cpp_parse_assertion): Don't NUL terminate.
9067         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
9068         hspace before calling _cpp_parse_assertion.  Remove all sets
9069         of only_seen_white. Treat '\f' as hspace.  Don't do anything
9070         special with '\n' here.
9071         (maybe_macroexpand): Handle T_EMPTY hash entries without
9072         pushing a buffer at all.
9073         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9074         incrementing the line number here.  Clear
9075         potential_control_macro as well as only_seen_white, if
9076         appropriate.
9077         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9078         (_cpp_get_define_token): New function, basically like
9079         _cpp_get_directive_token was but doesn't eat horizontal space.
9080         Don't do anything with only_seen_white here.
9081         (_cpp_get_directive_token): Just call _cpp_get_define_token
9082         repeatedly till it returns non-hspace.
9083
9084         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9085         (conditional_skip, skip_if_group): Return int.
9086         (DIRECTIVE_TABLE): Change origin of all conditional directives
9087         to "COND".
9088         (TRAD_DIRECT_P): New macro.
9089         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9090         an error for a bogus directive, unless -lang-asm.  Use
9091         TRAD_DIRECT_P. Loop calling handler functions till one returns
9092         zero.
9093         (get_macro_name): Don't diddle flags here.
9094         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9095         Create T_EMPTY nodes for #define macro /* nothing */.
9096         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9097         Use hp->name when calling pass_thru_directive.
9098         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9099         Return the result of conditional_skip and/or skip_if_group.
9100         Don't call _cpp_output_line_command.
9101         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9102         Issue -Wtraditional warnings as appropriate.  Don't complain
9103         about unrecognized directives.  If we are to stop skipping,
9104         return the number of the directive that ended the skip.
9105         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9106         expansion and line commands while skipping.  Return the result
9107         of consider_directive_while_skipping, if nonzero.
9108         (do_endif): Just set potential_control_macro here.
9109         (validate_else): Use _cpp_get_directive_token.
9110         (do_assert, do_unassert): Don't save pointers into the
9111         token_buffer across calls to the lexer.  Use
9112         _cpp_get_directive_token.
9113
9114         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9115         pointer, not an offset.  Replace 'data', which was a generic
9116         pointer, with 'macro', which points to a struct hashnode.
9117         (cpp_reader): Add 'potential_control_macro' pointer.
9118         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9119         (CPP_BUF_GET, CPP_FORWARD): Delete.
9120         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9121         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9122         ACTIVE_MARK_P): Update.
9123         (_cpp_get_define_token): New internal function.
9124         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9125
9126 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9127
9128         * configure.in: And here.
9129         * configure: Regenerate.
9130         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9131         --enable-libstdcxx-v3 is passed at configure time.
9132         * config.h.in: Regenerate.
9133
9134 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9135
9136         * final.c (final): Use xcalloc to allocate line_note_exists.
9137         * function.c (free_after_compilation): Free the temp_slots.
9138         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9139         (combine_temp_slot): Free temp_slots when they get combined.
9140         (purge_addressof): Fix typo in comment.
9141         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9142         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9143
9144         * ggc.h: Include varray.h.
9145         (ggc_pending_trees): Declare.
9146         (ggc_mark_tree_children): Remove declaration.
9147         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9148         * ggc-common.c (ggc_pending_trees): New variable.
9149         (ggc_mark_roots): Call ggc_mark_trees.
9150         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9151         the ggc_pending_trees.
9152         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9153         of ggc.h.
9154
9155 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9156
9157         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9158         GET_MODE_SIZE.
9159
9160 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9161
9162         * sh.c (sh_insn_length_adjustment): New function.
9163         * sh-protos.h (sh_insn_length_adjustment): Declare.
9164         * sh.h (ADJUST_INSN_LENGTH): Use it.
9165
9166 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9167
9168         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9169         from the insn where REG_RETVAL is added.
9170         (emit_no_conflict_block): Ditto.
9171
9172         * md.texi (Standard Names): Clarify when movX is needed.
9173
9174         * combine.c (simplify_comparison) [MINUS]: Do not replace
9175         all (op (minus A B) 0) with (op A B).
9176
9177 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9178                           J"orn Rennecke <amylaar@cygnus.co.uk>
9179
9180         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9181         (block_lump_real): Likewise.
9182
9183 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9184
9185         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9186         remaining non-zero debugging masks.
9187
9188 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9189
9190         * basic-block.h (verify_flow_info): Declare.
9191         (flow_loop_outside_edge_p): Declare.
9192         * flow.c (verify_flow_info): Remove declaration.
9193         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9194
9195 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9196
9197         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9198         not C++ comments.
9199
9200 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9201
9202         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9203         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9204         seqdi_zero_trunc+1): Allow splits only if registers are
9205         different.
9206
9207 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9208
9209         * acconfig.h: Add HAVE_GAS_HIDDEN.
9210         * config.in: Regenerated.
9211         * configure.in: Add test for .hidden pseudo-op in gas.
9212         * configure: Regenerated.
9213         * crtstuff.c: Include auto-host.h.
9214         Emit additional .hidden pseudo-op for __dso_handle if the
9215         assembler knows about it.
9216
9217 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9218
9219         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9220         before freeing argnames.
9221         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9222
9223 2000-04-05  Michael Meissner  <meissner@redhat.com>
9224
9225         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9226         Walton <jonboy@gordian.com> to make memory references with update
9227         work wtih -mregnames.
9228
9229 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9230
9231         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9232         (regrename_optimize): Rename variables `def_uses' and
9233         `ext_basic_blocks' to avoid conflicts with similarly named
9234         typedefs in traditional C.
9235
9236         * calls.c (initialize_argument_information): Fix typo in previous
9237         change.
9238
9239 2000-04-04  Richard Henderson  <rth@cygnus.com>
9240
9241         * regrename.c (consider_available): Test fixed_regs not
9242         PIC_OFFSET_TABLE_REGNUM.
9243
9244 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9245
9246         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9247         crtend.
9248         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9249         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9250         (ENDFILE_LINUX_SPEC): Always use crtend.
9251         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9252         (powerpc-*-linux-gnu): Likewise.
9253         * configure: Regenerate.
9254
9255         * config/rs6000/eabi.h: Don't include sysv4.h.
9256         (MULTILIB_DEFAULTS): Don't define.
9257         * config/rs6000/eabiaix.h: Don't include eabi.h.
9258         * config/rs6000/eabile.h: Delete.
9259         * config/rs6000/eabilesim.h: Delete.
9260         * config/rs6000/eabisim.h: Don't include eabi.h.
9261         * config/rs6000/linux.h: Don't include sysv4.h.
9262         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9263         (MULTILIB_DEFAULTS): Don't redefine.
9264         * config/rs6000/rtems.h: Don't include eabi.h.
9265         * config/rs6000/sol2.h: Don't include sysv4le.h.
9266         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9267         * config/rs6000/t-ppc: Delete.
9268         * config/rs6000/t-ppcgas: Correct comment.
9269         * config/rs6000/t-ppcos: Correct comment.  Don't build
9270         multilibs for -fPIC, rather use -fPIC -mstrict-align
9271         as default.
9272         * config/rs6000/t-ppc: Delete.
9273         * config/rs6000/vxppc.h: Don't include sysv4.h.
9274         * config/rs6000/vxppcle.h: Delete.
9275         * configure.in: Use multiple header files for p2pc ELF targets
9276         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9277         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9278         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9279         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9280         always available for these platforms.
9281
9282 2000-04-04  Richard Henderson  <rth@cygnus.com>
9283
9284         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9285
9286 2000-04-04  Stan Cox  <scox@cygnus.com>
9287
9288         * Makefile.in: Add rules for regrename.o
9289         * regrename.c: New file.
9290         * rtl.h (regrename_optimize): Add prototype.
9291         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9292         (compile_file, decode_d_option): Add support for -frename-registers.
9293         (rest_of_compilation): Call regrename_optimize.
9294         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9295         New macros.
9296
9297 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9298
9299         * Makefile (gccbug): New target.
9300         (doc): Depend on it.
9301         * gcc.texi (Bugs): Link subnodes.
9302         (gccbug): New node.
9303         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9304         Document severities, priorities, and classes in bug form.
9305
9306 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9307
9308         * cpplex.c (trigraph_map, speccase): Combine into single
9309         table, chartab.
9310         (NORMAL, NONTRI): New macros.
9311         (_cpp_read_and_prescan): Change to use unified table.  Use
9312         is_hspace to test for whitespace.
9313
9314         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9315         definition that doesn't provoke the "empty body in an
9316         if-statement" warning.
9317
9318 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9319
9320         * builtins.c (expand_builtin_strlen): Force the source to
9321         be a memory address.
9322
9323 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9324
9325         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9326
9327 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9328
9329         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9330          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9331         (ECF_IS_CONST): Rename to ECF_CONST.
9332         (special_function_p): Make static, change interface.
9333         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9334         (expand_call) ... here; convert number of variables to flags.
9335         (emit_library_call_vlue_1): Likewise.
9336         (setjmp_call_p): New function.
9337         (initialize_argument_information): Accepts flags as argument;
9338         return flags.
9339         (precompute_arguments): Likewise.
9340         * tree.h (special_function_p): Remove.
9341         (setjmp_call_p): Add prototype.
9342
9343 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9344
9345         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9346         so that addresses are offsetable by up to 16 bytes.
9347         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9348         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9349         offsetable.
9350
9351         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9352         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9353         (movsf): Don't force any constant to memory if target is integer
9354         hard register.
9355         Move fp_zero_operand check below the const0_rtx check.
9356         (movtf): Likewise. Also allow fp_zero_operand for stores into
9357         memory.
9358         (movdf): Likewise. Also allow fp_zero_operand for stores into
9359         memory and into integer hard registers.
9360         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9361         movdf_const_intreg_sp64): Remove.
9362         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9363         conditions.
9364         (movdf_no_e_insn_v9_sp32): New pattern.
9365         (movdf_insn_v9only): Remove.
9366         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9367         (movdf_insn_sp64): Remove.
9368         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9369         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9370         (following splits): Rewrite conditions. Add two new splits
9371         for storing 0.0 into memory and registers.
9372         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9373         (movtf_insn_sp32): Redo constraints and conditions.
9374         (movtf_insn_vis_sp32): New pattern.
9375         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9376         (movtf_insn_hq_sp64): Likewise.
9377         (movtf_insn_hq_vis_sp64): New pattern.
9378         (movtf_insn_sp64): Redo constraints and conditions.
9379         (movtf_insn_vis_sp64): New pattern.
9380         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9381         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9382         or memory.
9383         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9384         -mvis or -m64 to take down the number of various reload patterns.
9385
9386 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9387
9388         * pa/pa-64.h: New file.
9389         * pa/pa64-regs.h: New file.
9390         * pa/pa64-start.h: New file.
9391         * pa/t-pa64: New file.
9392         * pa/xm-pa64hpux.h: New file.
9393
9394 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9395
9396         * sparc.c (output_restore_regs): Prototype.
9397         (sparc_emit_float_lib_cmp): Constification.
9398
9399         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9400
9401         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9402         Prototype.
9403
9404         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9405         (get_value_hash, hash_rtx): Likewise.
9406
9407         * ssa.c (compute_conservative_reg_partition): Prototype.
9408
9409         * tree.c (mark_hash_entry): Prototype.
9410
9411 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9412
9413         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9414         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9415         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9416
9417         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9418         * objc/lang-specs.h: Likewise.
9419
9420 2000-04-03  Neil Booth  <NeilB@earthling.net>
9421
9422         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9423         and SYNTAX_ERROR2. Replace `' in messages with ''.
9424         (op_to_str): Make re-entrant.
9425         (_cpp_parse_expr): Implement new error macros. Use | rather
9426         than || to logically or 2 boolean integers.  Simply expression
9427         checking we have a left operand iff needed.
9428
9429 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9430
9431         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9432
9433 2000-04-03  Philip Blundell  <philb@gnu.org>
9434
9435         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9436
9437 2000-04-03  Felix Lee  <flee@cygnus.com>
9438
9439         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9440         (run_shell): Use it.
9441
9442 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9443
9444         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9445         (stmp-fixproto): ...rather than here.
9446
9447 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9448
9449         * pa.c (print_operand): Compute 'base' only inside the code paths
9450         that use it.
9451
9452 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9453
9454         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9455         CEIL_DIV_EXPR.
9456
9457 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9458
9459         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9460
9461 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9462
9463         * Makefile.in (alias.o): Depend on $(TREE_H).
9464
9465 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9466
9467         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9468         processing C++.
9469         * cpplib.c (_cpp_handle_directive): Improve warnings for
9470         traditional C and indented directives.
9471
9472         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9473         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9474         fixinc/inclhack.def: Indent the # of #include_next one space.
9475         * cp/rtti.c: Un-indent #if and #endif.
9476
9477         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9478         syntax error, but an error has already been printed.
9479         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9480         message when called with nothing remaining on the line.
9481         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9482         OTHER token, not an ASSERTION.
9483         * cpplib.c (do_assert): When we create a 'base' node, clear
9484         its aschain pointer.
9485
9486 2000-04-02  Neil Booth <NeilB@earthling.net>
9487
9488         * cppexp.c:  New typedef op_t.  struct operation and struct
9489         token updated to use it.
9490         (op_to_str): New function.
9491         (_cpp_parse_expr): Error messages modified to use op_to_str.
9492
9493 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9494
9495         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9496         before checking MUST_PASS_IN_STACK.
9497
9498 2000-04-02  Neil Booth <NeilB@earthling.net>
9499
9500         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9501         flags and initial priority into a single constant.  New
9502         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9503         (_parse_cpp_expr): Implement new constants.  Take left operand
9504         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9505         parse indicated by reducing FINISHED token.  Remove new lines
9506         from cpp_error messages.
9507
9508 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9509
9510         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9511         permanent obstack.
9512
9513 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9514
9515         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9516         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9517         the strings and function names on the fly.  Take the #sccs
9518         entry out of the table if SCCS_DIRECTIVE is not defined.
9519         (_cpp_handle_directive): Decide if the # was at the beginning
9520         of the line here.  Issue -pedantic warnings for extended
9521         directives here.  Warn about K+R directives with the #
9522         indented, and C89/extended directives with the # not indented,
9523         here.
9524         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9525         do_assert, do_unassert): Don't issue pedantic warning here.
9526
9527         * cpphash.h: Add CPP_WTRADITIONAL macro.
9528         * cpplib.h (struct cpp_options): Rename warn_stringify to
9529         warn_traditional; update comments.
9530         * cppinit.c (handle_option): Set warn_traditional not
9531         warn_stringify.
9532         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9533         CPP_WTRADITIONAL (pfile).
9534         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9535         be ignored in -traditional mode here.
9536
9537         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9538         to initialize speccase[] and trigraph_map[].  Delete all
9539         references to pfile->input_speccase.  Always treat '?' as a
9540         special character.  Remove table-initialization code from
9541         _cpp_init_input_buffer.
9542
9543         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9544         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9545
9546 2000-04-01  Richard Henderson  <rth@cygnus.com>
9547
9548         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9549         (mostlyclean): Likewise.
9550
9551         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9552         (struct dump_file_info, enum dump_file_index, dump_file): New.
9553         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9554         not a string.  Clean out file if we havn't yet done so.  Do nothing
9555         if the dump isn't enabled.
9556         (close_dump_file): Do nothing if the dump isn't open.  Dump
9557         graph data if requested.
9558         (dump_rtl, clean_dump_file): Remove.
9559         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9560         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9561         .combine dump if optimizing.  Iterate over dump_file to finalize the
9562         graph dumps.
9563         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9564         Convert all uses of dump_rtl.
9565         (decode_d_option): Iterate over dump_file to implement 'a' and to
9566         locate pass-specific dumps.
9567
9568 2000-04-01  Neil Booth <NeilB@earthling.net>
9569
9570         * cppexp.c: Redefine priority constants.
9571         (_cpp_parse_expr): Replace left and right priority scheme with
9572         single priority logic.  Move LOGICAL to same place as COMPARE.
9573         Remove bogus check for multiple unary +/- operators.
9574
9575 2000-04-01  Neil Booth <NeilB@earthling.net>
9576
9577         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9578         within the switch statement.  Binary operations break out of
9579         the switch naturally.  '(' tokens handled by forcing
9580         immediate shift.  ')' handled by forcing immediate reduce to
9581         the previous '('.  New error messages.
9582
9583 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9584
9585         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9586         part', it's already in use.  Use %K instead.  Add a return at the
9587         end of what is now %K.
9588         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9589
9590 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9591
9592         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9593         allocate_dynamic_stack_space.
9594         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9595         update stack_pointer_delta; do not update arg_size_so_far.
9596         (compute_argument_block_size): Use stack_delta instead of
9597         stack_pointer_pending and arg_size_so_far.
9598         (expand_call): Add sanity checking for stack_pointer_delta;
9599         save and restore stack_pointer_delta for SIB, use
9600         stack_pointer_delta for alignment; do not update arg_space_so_far.
9601         (emit_library_call_value): Use stack_pointer_delta for alignment.
9602         (store_one_arg): Do not update arg_space_so_far.
9603         * explow.c (adjust_stack, anti_adjust_stack): Update
9604         stack_pointer_delta.
9605         (allocate_dynamic_stack_space): Add sanity checking for
9606         stack_pointer_delta.
9607         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9608         stack_pointer_delta.
9609         (emit_push_insn): Update stack_pointer_delta.
9610         * function.h (struct expr_status): Add x_stack_pointer_delta;
9611         remove x_arg_space_so_far.
9612         (arg_space_so_far): Remove.
9613         (stack_pointer_delta): New macro.
9614
9615 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9616
9617         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9618         Reorder struct cpp_options and struct cpp_reader for better
9619         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9620         takes two args.  Change all 'char' flags to 'unsigned char'.
9621         Move show_column flag into struct cpp_options.  Don't
9622         prototype cpp_options_init.
9623         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9624         cppinit.c, cpplex.c, cpplib.c:
9625         Replace CPP_OPTIONS (pfile)->whatever with
9626         CPP_OPTION (pfile, whatever), and likewise for
9627         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9628
9629         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9630         Extract CPP_OPTION (pfile, pending) and work with that
9631         directly.
9632         (cpp_options_init): Delete.
9633         (cpp_reader_init): Turn on on-by-default options here.
9634         Allocate the pending structure here.
9635         (cl_options, enum opt_code): Define these from the same table,
9636         kept in a large macro.  Add -fshow-column and -fno-show-column
9637         options.
9638
9639         * cpperror.c (v_message): If show_column is off, don't print
9640         the column number.
9641
9642         * cppmain.c: Update for new interface.
9643         * fix-header.c: Likewise.
9644
9645 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9646
9647         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9648         definition.
9649         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9650         are passed to any invocation of AR_FOR_TARGET.
9651         (AR_CREATE_FOR_TARGET): New macro.
9652         (AR_EXTRACT_FOR_TARGET): New macro.
9653         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9654         AR_EXTRACT_FOR_TARGET.
9655         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9656         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9657         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9658         AR_EXTRACT_FOR_TARGET to sub-makes.
9659
9660 2000-03-31  Neil Booth <NeilB@earthling.net>
9661
9662         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9663         PAREN_INNER_PRIO.
9664         (_cpp_parse_expr): Check for multiple unary +/- operators.
9665         Correct priorities of ':' and '?'.  Treat ')' as having a
9666         value.  Ensure conditional expression is not void.
9667
9668 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
9669
9670         * alias.c (canon_rtx): Make it global.
9671         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
9672         equality.
9673         * cse.c (struct table_elt): Add canon_exp.
9674         (insert): Clear it.
9675         (invalidate): Canonicalize expressions only once.
9676         * rtl.h (canon_rtx): Declare.
9677
9678 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
9679
9680         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
9681         * alias.c (reg_known_value): Add comments.
9682         (init_alias_analysis): Likewise.
9683         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
9684         address.
9685         (cse_basic_block): Fix typo in comment.
9686         * emit-rtl.c: Include hashtab.h.
9687         (const_int_htab): New variable.
9688         (const_int_htab_hash): New function.
9689         (const_int_htab_eq): Likewise.
9690         (rtx_htab_mark_1): Likewise.
9691         (rtx_htab_mark): Likewise.
9692         (gen_rtx_CONST_INT): Cache all CONST_INTs.
9693         (unshare_all_rtx): Fix formatting.
9694         (init_emit_once): Initialize const_int_htab.
9695         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
9696         address.
9697         * rtl.texi: Document the fact that all CONST_INTs with the same
9698         value are shared.
9699
9700 2000-03-30  Richard Henderson  <rth@cygnus.com>
9701
9702         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
9703
9704 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
9705
9706         * configure.in: Comment out --enable-c-cpplib stanza.
9707         * configure: Regenerate.
9708
9709 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9710
9711         * expr.c (store_constructor): Properly compute displacement and
9712         alignment when offset is variable.
9713
9714         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
9715         cases of alignment in bytes.
9716
9717 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
9718
9719         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
9720         since it is used to generate c-parse.y.
9721         * objc-parse.c, objc-parse.y: Regenerated.
9722
9723         * function.c (expand_function_end): Pass alignment argument to
9724         emit_block_move in bits, not bytes.
9725
9726 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9727
9728         * expr.c (move_by_pieces_ninsns): Fix one more missing align
9729         correction.
9730
9731         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
9732
9733         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
9734         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
9735         * function.c (assign_parms): Likewise.
9736         * integrate.c (expand_inline_function): Likewise.
9737         * stmt.c (expand_decl): Likewise.
9738         (copy_rtx_and_substitute): Likewise.
9739         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
9740         (clear_by_pieces): Fix error in last change.
9741         * emit-rtl.c (init_emit): Set known registers alignment in bits.
9742         * function.h (regno_pointer_align): Now unsigned.
9743         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
9744         is in bits.
9745         * config/i386/i386.c (aligned_operand): Likewise.
9746         * config/sparc/sparc.c (mem_min_alignment): Likewise.
9747         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
9748         (unaligned_memory_operand): Likewise.
9749         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
9750         Also make alignments and sizes unsigned and some whitespace cleanup.
9751         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
9752
9753         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
9754         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
9755         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
9756         (expand_builtin_memset): Likewise, but to clear_storage.
9757         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
9758         (restore_fixed_argument_area): Likewise.
9759         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
9760         (load_register_parameters): Likewise, to emit_group_load.
9761         (expand_call): Likewise, to emit_group_store and emit_block_move.
9762         (emit_library_call_value_1): Likewise, to emit_block_move.
9763         (store_one_arg): Likewise, and to emit_push_insn.
9764         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
9765         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
9766         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
9767         (emit_block_move, emit_group_load, emit_group_store): Likewise.
9768         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
9769         (expand_assigment, store_expr, store_constructor_field): Likewise.
9770         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
9771         (store_constructor, store_field, get_inner_reference): Likewise.
9772         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
9773         (expand_expr, case COMPONENT_REF): Likewise.
9774         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
9775         and positions; reindent code.
9776         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
9777         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
9778         (assign_parms): Likewise to emit_group_store.
9779         * optabs.c (prepare_cmp_insn): Alignment is in bits.
9780         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
9781         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
9782         (expand_return): Likewise to {extract,store}_bit_field.
9783         * stor-layout.c (get_mode_alignment): Minor cleanup.
9784         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
9785         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
9786
9787 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9788
9789         * config/arm/arm.h: Undo effects of previous delta:
9790         (ASM_SPEC): Do not define.
9791         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
9792
9793         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
9794         typo.
9795
9796 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9797
9798         * cppinit.c (cpp_start_read): Call initialize_dependency_output
9799         only after reading in the primary source file.
9800
9801 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
9802
9803         * c-common.c (c_common_nodes_and_builtins): The first parameter to
9804         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
9805         or a reference to a va_list.
9806         * builtins.c (stabilize_va_list): Simplify now we don't have to
9807         work around C array address decay.
9808         * c-typeck.c (convert_for_assignment): Handle assignment to
9809         a reference parameter by taking the address of the RHS.
9810         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
9811         (va_copy): Likewise.
9812         (__va_copy): Likewise.
9813         * ginclude/varargs.h (va_start): Likewise.
9814         (__va_copy): Likewise.
9815
9816 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
9817
9818         * i386/djgpp.h: Remove extraneous "+".
9819
9820         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
9821
9822         * calls.c (expand_call): Fix typo in last change.
9823
9824 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9825
9826         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
9827         been expanded.
9828
9829 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9830
9831         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
9832         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
9833         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
9834         * tree.c (bit_position, byte_position): Likewise.
9835         * tree.h: Declare new functions.
9836
9837 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9838
9839         * config/arm/arm.c: Minor formatting changes/
9840         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
9841         already defined.
9842         (ASM_SPEC): Define if not already defined.
9843
9844 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9845
9846         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
9847         _cpp_calc_hash.
9848
9849 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
9850
9851         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
9852         value, don't output it as unsigned.
9853
9854 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
9855
9856         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
9857
9858 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9859
9860         * c-common.c (c_common_nodes_and_builtins): Don't special case
9861         cplus_mode when declaring builtin bzero/bcmp, always avoid
9862         prototype arguments.
9863
9864 2000-03-29  Bruce Korb  <bkorb@gnu.org>
9865
9866         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
9867         to a non-file
9868
9869 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9870
9871         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
9872         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
9873         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
9874         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
9875         (save_fixed_argument_area, restore_fixed_argument_area):
9876         conditionize by #ifdef REG_PARM_STACK_SPACE only.
9877         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
9878         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
9879         (precompute_register_parameters): Avoid #ifdefs on
9880         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
9881         (stire_one_args): Likewise.
9882         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
9883         (emit_library_call_value_1): Likewise.
9884         (compute_argument_block_size): Align to STACK_BOUNDARY only for
9885         ACCUMULATE_OUTGOING_ARGS.
9886         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
9887         value.
9888         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
9889         (use_crosses_set_p): Likewise.
9890         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
9891         #define ACCUMULATE_OUTGOING_ARGS 1.
9892         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
9893         frames.
9894         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
9895         constants.
9896         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
9897         (TARGET_SWITCHES): Add push-args, no-push-args,
9898         accumulate-outgoing-args and no-accumulate-outgoing-args.
9899         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
9900         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
9901         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
9902         and PUSH_ROUNDING.
9903         (emit_push_insn): Likewise.
9904         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9905         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
9906         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9907         (STACK_DYNAMIC_OFFSET): Define correctly for both
9908         ACCUMULATE_OUTGOING_ARGS and normal mode.
9909         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
9910         * tm.texi (PUSH_ARGS): Document.
9911         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
9912
9913 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9914
9915         * flags.h (flag_optimize_sibling_calls): Declare.
9916         * calls.c (expand_call): Fail sibcall when
9917         !flag_optimize_sibling_calls
9918         * invoke.texi (flag_optimize_sibling_calls): Document.
9919         * toplev.c (flag_optimize_sibling_calls): New global variable.
9920         (f_options): Add flag_optimize_sibling_calls.
9921         (rest_of_compilation): Conditionize
9922         optimize_sibling_and_tail_recursive_calls by
9923         flag_optimize_sibling_calls.
9924         (main): Set flag_optimize_sibling_calls for -O2.
9925         * stmt.c (expand_return): Conditionize tail recursion by
9926         flag_optimize_sibling_calls.
9927
9928 2000-03-29  Richard Henderson  <rth@cygnus.com>
9929
9930         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
9931         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
9932
9933 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
9934
9935         * except.c (add_eh_table_entry): Mark type_info's as referenced.
9936
9937 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9938
9939         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
9940         is given.
9941         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
9942         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
9943         * config/rs6000/aix.h: then modified likewise.
9944
9945 2000-03-28  Richard Henderson  <rth@cygnus.com>
9946
9947         * rtl.h: Redistribute enum reg_note documentation.
9948         Kill trailing whitespace.
9949         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
9950         Kill trailing whitespace.
9951
9952 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
9953
9954         * cppfiles.c (hash_IHASH): Just return i->hash.
9955         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
9956         htab_find_with_hash.
9957         (cpp_read_file): Likewise.
9958         (find_include_file): Likewise.  Properly initialize
9959         ih->nshort.  Share ih->name and ih->nshort if possible.
9960         * cpphash.c (_cpp_calc_hash): New function.
9961         (hash_HASHNODE): Just return h->hash.
9962         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
9963         htab_find_with_hash.
9964         * cpphash.h: Prototype _cpp_calc_hash.
9965         * cppinit.c (initialize_builtins): Provide a valid hash
9966         to _cpp_make_hashnode, using _cpp_calc_hash.
9967
9968         * cpphash.c (collect_expansion): # is not a special character
9969         in object-like macros.  In -traditional mode, /**/ is not
9970         token paste at the beginning or end of the line.
9971         * cpplib.c (do_include, do_import, do_include_next): If
9972         parse_include fails, return immediately.
9973
9974 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
9975
9976         * config/arm/arm.md (return peepholes): Update to reflect the new
9977         call insn patterns.
9978         * config/arm/arm.c (arm_volatile_func): Also check
9979         current_function_nothrow.
9980         (output_return_instruction, output_func_prologue): Use it.
9981         (arm_output_epilogue, arm_expand_prologue): Likewise.
9982
9983 2000-03-27  Tom Tromey  <tromey@cygnus.com>
9984
9985         * gcc.c (handle_braces): In {x*...} case, break out of loop if
9986         switch is found.
9987
9988 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9989
9990         * expr.c (store_constructor): SIZE now signed.
9991         For EXPR_SIZE, don't evaluate size; just needed if constant.
9992         * fold-const.c (fold): Fix a number of cases when folded tree is
9993         wrong type.
9994         * function.c (flush_addressof): Reenable.
9995         * tree.h (flush_addressof): Likewise.
9996         * toplev.c (independent_decode_option): Look at strings_processed.
9997         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
9998
9999 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
10000
10001         * sibcall.c (indentify_call_return_value): Find last call in the chain;
10002         Allow stack adjustment after function call.
10003
10004         * regmove.c (struct csa_memlist): Make mem field rtx *.
10005         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
10006         (try_apply_stack_adjustment): Replace whole MEM rtx.
10007         (combine_stack_adjustments_for_block): Update calls
10008         to record_one_stack_ref.
10009
10010 2000-03-28  Neil Booth  <NeilB@earthling.net>
10011
10012         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
10013         '\\' rather than a null character, so nulls are not special.  Fix
10014         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
10015         speed trigraph conversion.
10016         (_cpp_init_input_buffer): Initialize trigraph map.
10017
10018 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
10019
10020         * config/i386/i386.c (output_387_binary_op): Correct intel
10021         mode assembly output, and add spaces after commas in AT&T
10022         output.  Correct Unixware assembler comment.  Document input
10023         constraints.  Comment fp operations.  Reduce profligate buffer
10024         size.  Remove extraneous abort.  Localize temp var.
10025         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
10026         (output_fix_trunc): Add spaces after commas in assembly output.
10027
10028 2000-03-27  Richard Henderson  <rth@cygnus.com>
10029
10030         * i386-protos.h (ix86_match_ccmode): Declare.
10031         * i386.c (ix86_match_ccmode): New.
10032         (ix86_expand_fp_compare): Update for pattern renames.
10033         (ix86_expand_strlensi_unroll_1): Likewise.
10034         * i386.h (EXTRA_CC_MODES): Add CCZ.
10035         (SELECT_CC_MODE): Use it for EQ/NE zero.
10036         * i386.md (cmpsi_ccz_1): New.
10037         (cmpqi_ccz_1): New.
10038         (*testsi_ccz_1): New.
10039         (testqi_ccz_1): New.
10040         (cmpsi_ccno_1): Rename from cmpsi_0.
10041         (testsi_ccno_1): Rename from testsi_1.
10042         (testqi_ccno_1): Rename from testqi_1.
10043         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
10044         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
10045         (*cmphi_0): Use ix86_match_ccmode.
10046         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
10047         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
10048         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
10049         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
10050         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
10051         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
10052         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
10053         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
10054         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
10055         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
10056         (appropriate peepholes): Likewise.
10057         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
10058         (*subsi_3, *subhi_3, *subqi_3): Remove.
10059         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
10060         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
10061         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
10062         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
10063         (x86_shift_adj_1): Use CCZ.
10064         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
10065
10066 2000-03-27  Stan Cox  <scox@cygnus.com>
10067
10068         * resource.h (mark_resource_type): New.
10069         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
10070         find_free_register): Use mark_resource_type.
10071         (mark_set_resources): Change include_delayed_effects
10072         to mark_resource_type.
10073         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10074         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10075         Use mark_resource_type.
10076
10077 2000-03-27  Richard Henderson  <rth@cygnus.com>
10078
10079         * i386.md (call_pop_0, call_value_pop_0): New.
10080         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10081         (call_value_pop_1): Likewise.
10082         (call_0, call_value_0): New.
10083         (call_1, call_value_1): Remove constraint from unused arg.
10084
10085 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10086
10087         * invoke.texi (Spec Files): Document new spec % command created by
10088         Tom Tromey's recent patch.
10089
10090 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10091
10092         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10093         if not defined.
10094
10095 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10096
10097         * expr.c (expand_assignment): Fix typo in last change.
10098
10099         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10100
10101 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10102
10103         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10104         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10105         and DECL_INLINE if FUNCTION_DECL.
10106         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10107         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10108         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10109         (combine_parm_decls): Likewise.
10110         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10111         * print-tree.c (print_node): Likewise.
10112         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10113         DECL_TRANSPARENT_UNION on proper decl types.
10114         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10115         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10116         DECL_BIT_FIELD of FIELD_DECL.
10117         * tree.h (DECL_RESULT_FLD): New macro.
10118
10119         * expr.c (expand_assignment): Add code to handle variable-sized
10120         BLKmode case.
10121
10122 2000-03-26  Richard Henderson  <rth@cygnus.com>
10123
10124         * calls.c (expand_call): Pass parms not original exp to
10125         optimize_tail_recursion.  Mind return value instead of looking
10126         for a barrier.
10127         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10128         call_expr.  Move checks for call_expr and current_function_decl ...
10129         (expand_return): ... here.
10130
10131 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10132
10133         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10134         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10135         defines.
10136         (process_command): Use them.
10137         (check_live_switch): Likewise.
10138         (give_switch): Skip ignored switches.
10139
10140 2000-03-26  Jan Hubicka  <jh@suse.cz>
10141
10142         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10143         for minimal jump pass test.
10144
10145 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10146
10147         * integrate.c (function_cannot_inline_p): Do inline functions that
10148         return `void'.
10149
10150 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10151
10152         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10153         now a list of TREE_LIST entries, not types.
10154         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10155
10156         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10157         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10158         int_bit_position.
10159         * config/mips/mips.c (function_arg): Likewise; also remove cast
10160         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10161         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10162         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10163         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10164         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10165         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10166         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10167         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10168         num_adjusts now unsigned.
10169         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10170         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10171         NREGS now unsigned.
10172         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10173         as is BITPOS variable; use host_integerp and int_bit_position.
10174         (function_arg_record_value_2): Likewise.
10175         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10176         Variable REGNO now unsigned.
10177         (function_arg_record_value): NREGS now unsigned.
10178
10179 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10180
10181         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10182
10183 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10184
10185         * Rework fields used to describe positions of bitfields and
10186         modify sizes to be unsigned and use HOST_WIDE_INT.
10187         * alias.c (reg_known_value_size): Now unsigned.
10188         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10189         (really_start_incremental_init): Use bitsize_zero_node.
10190         (push_init_level, pop_init_level, output_init_element): Likewise.
10191         Use bitsize_unit_node and bitsize_one_node.
10192         (output_pending_init_elements, process_init_element): Likewise.
10193         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10194         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10195         HOST_WIDE_INT, respectively.
10196         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10197         (num_sign_bit_copies): Returns unsigned.
10198         BITWIDTH now unsigned; rework arithmetic.
10199         Remove recursive call from arg to MAX.
10200         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10201         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10202         REGNO now unsigned.
10203         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10204         (find_split_point, expand_compound_operation, make_extraction): LEN
10205         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10206         (make_field_assignment): Likewise.
10207         (combine_simplify_rtx): Add cast.
10208         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10209         (force_to_mode): WIDTH now unsigned; add cast.
10210         (if_then_else_cond): SIZE now unsigned.
10211         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10212         (extended_count): Now returns unsigned.
10213         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10214         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10215         (simplify_comparison): MODE_WIDTH now unsigned.
10216         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10217         (mark_used_regs_combine): Likewise; rework arithmetic.
10218         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10219         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10220         (record_promoted_value): REGNO now unsigned.
10221         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10222         (get_last_value): REGNO now unsigned.
10223         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10224         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10225         (remove_death): Arg REGNO now unsigned.
10226         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10227         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10228         now unsigned.
10229         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10230         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10231         (struct cse_reg_info): REGNO now unsigned.
10232         (cached_regno): Now unsigned.
10233         (REGNO_QTY_VALID_P): Add cast.
10234         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10235         (remove_invalid_regs): Likewise.
10236         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10237         as are variables END and I.
10238         (get_cse_reg_info, insert): Likewise.
10239         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10240         (canon_hash): Likewise.
10241         (insert_regs, lookup_for_remove): REGNO now unsigned.
10242         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10243         New variable RN.
10244         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10245         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10246         * emit-rtl.c (subreg_realpart_p): Add cast.
10247         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10248         (operand_subword_force): Arg I is now unsigned.
10249         * except.c (eh_regs): Variable I is now unsigned.
10250         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10251         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10252         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10253         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10254         (extract_split_bit_field, store_bit_field, extract_bit_field):
10255         Likewise.
10256         * expr.c (store_constructor_fields, store_constructor, store_field):
10257         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10258         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10259         (do_jump): Likewise.
10260         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10261         MAX_SIZE is now unsigned.
10262         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10263         (emit_group_store): Likewise.
10264         (emit_move_insn): I now unsigned.
10265         (store_constructor): Use host_integerp, tree_low_cst, and
10266         bitsize_unit_node.
10267         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10268         Rework all calculations to use trees and new fields.
10269         * expr.h (promoted_input_arg): Regno now unsigned.
10270         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10271         (mark_seen_cases): Arg is HOST_WIDE_INT.
10272         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10273         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10274         precisions and alignments are unsigned.
10275         (optimize_bit_field_compare, fold_truthop): Likewise.
10276         (int_const_binop): Adjust threshold for size_int_type_wide call.
10277         (fold_convert): Likewise.
10278         (size_int_type_wide): Make table larger and fix thinko that only
10279         had half of table used.
10280         (all_ones_mask_p, fold): Precisions are unsigned.
10281         * function.c (put_reg_info_stack): REGNO is unsigned.
10282         (instantiate_decl): Size is HOST_WIDE_INT.
10283         (instantiate_virtual_regs): I is unsigned.
10284         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10285         (promoted_input_arg): REGNO is unsigned.
10286         * function.h (struct function): x_max_parm_reg is now unsigned.
10287         * gcse.c (max_gcse_regno): Now unsigned.
10288         (struct null_pointer_info): min_reg and max_reg now unsigned.
10289         (lookup_set, next_set): REGNO arg now unsigned.
10290         (compute_hash_table): REGNO and I now unsigned.
10291         (handle_avail_expr): regnum_for_replacing now unsigned.
10292         (cprop_insn): REGNO now unsigned.
10293         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10294         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10295         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10296         * hard-reg-set.h (reg_class_size): Now unsigned.
10297         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10298         * jump.c (mark_modified_reg): I now unsigned; add cast.
10299         (rtx_equal_for_thread_p): Add cast.
10300         * loop.c (max_reg_before_loop): Now unsigned.
10301         (struct_movable): REGNO now unsigned.
10302         (try_copy_prop): REGNO arg unsigned.
10303         (regs_match_p): XN and YN now unsigned.
10304         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10305         (strength_reduce): Likewise; NREGS also unsigned.
10306         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10307         * loop.h (struct iv_class): REGNO now unsigned.
10308         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10309         Now unsigned.
10310         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10311         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10312         * optabs.c (expand_binop): I and NWORDS now unsigned.
10313         (expand_unop): I now unsigned.
10314         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10315         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10316         * real.c (significand_size): Now returns unsigned.
10317         * real.h (significand_size): Likewise.
10318         * regclass.c (reg_class_size): Now unsigned.
10319         (choose_hard_reg_mode): Both operands now unsigned.
10320         (record_reg_classes): REGNO and NR now unsigned.
10321         (reg_scan): NREGS now unsigned.
10322         (reg_scan_update): old_max_regno now unsigned.
10323         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10324         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10325         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10326         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10327         Likewise for variable R.
10328         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10329         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10330         (find_equiv_reg): Add casts.
10331         (regno_clobbered_p): Arg REGNO now unsigned.
10332         * reload.h (struct reload): NREGS now unsigned.
10333         (refers_to_regno_for_reload_p): Regno args are unsigned.
10334         (regno_clobbered_p): Likewise.
10335         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10336         (compute_use_by_pseudos): REGNO now unsigned.
10337         (find_reg): I and J now unsigned, new variable K, and change loop
10338         variables accordingly; THIS_NREGS now unsigned.
10339         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10340         (spill_hard_reg): REGNO arg now unsigned; add casts.
10341         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10342         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10343         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10344         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10345         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10346         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10347         (emit_reload_insns): REGNO now unsigned.
10348         (reload_cse_move2add): Add cast.
10349         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10350         and rework loop.
10351         * resource.c (mark_referenced_resources, mark_set_resources): New
10352         variable R; REGNO and LAST_REGNO now unsigned.
10353         (mark_target_live_regs): J and REGNO now unsigned.
10354         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10355         * rtl.h (union rtunion_def): New field rtuint.
10356         (XCUINT): New macro.
10357         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10358         (operand_subword, operand_subword_force): Word number is unsigned.
10359         (choose_hard_reg_mode): Operands are unsigned.
10360         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10361         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10362         (regno_use_in, combine_instructions, remove_death): Likewise.
10363         (reg_scan, reg_scan_update): Likewise.
10364         (extended_count): Return is unsigned.
10365         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10366         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10367         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10368         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10369         (reg_reg_last_1): FIRS and LAST now unsigned.
10370         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10371         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10372         now unsigned.
10373         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10374         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10375         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10376         (replace_regs): Arg NREGS now unsigned.
10377         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10378         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10379         (simplify_binary_operation): Likewise.
10380         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10381         THIS_LAST now unsigned.
10382         (cselib_record_set): Add cast.
10383         * ssa.c (ssa_max_reg_num): Now unsigned.
10384         (rename_block): REGNO now unsigned.
10385         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10386         sizes now unsigned.
10387         (all_cases_count): Just return -1 not -2.
10388         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10389         Rework tests to use trees whenever possible.
10390         Use host_integerp and tree_low_cst.
10391         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10392         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10393         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10394         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10395         (smallest_mode_for_size): Likewise.
10396         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10397         KNOWN_ALIGN is now an alignment, so simplify code.
10398         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10399         (start_record_layout): Renamed from new_record_layout_info.
10400         Update to new fields.
10401         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10402         New functions.
10403         (place_union_field): Renamed from layout_union_field.
10404         Update to use new fields in rli.
10405         (place_field): Renamed from layout_field.
10406         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10407         (finalize_record_size): Rework to use new fields in rli and handle
10408         union.
10409         (compute_record_mode): Rework to simplify and to use new DECL fields.
10410         (finalize_type_size): Make rounding more consistent.
10411         (finish_union_layout): Deleted.
10412         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10413         (layout_type, case RECORD_TYPE): Call new function names.
10414         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10415         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10416         (get_best_mode): UNIT is now unsigned; remove casts.
10417         * tree.c (bit_position): Compute from new fields.
10418         (byte_position, int_byte_position): New functions.
10419         (print_type_hash_statistics): Cast to remove warning.
10420         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10421         (build_index_type): Likewise; make subtype of sizetype.
10422         (build_index_2_type): Pass sizetype to build_range_type.
10423         (build_common_tree_nodes): Use size_int and bitsize_int to
10424         initialize nodes; add bitsize_{zero,one,unit}_node.
10425         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10426         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10427         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10428         (DECL_FIELD_BITPOS): Deleted.
10429         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10430         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10431         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10432         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10433         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10434         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10435         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10436         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10437         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10438         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10439         (DECL_ALIGN): Adjust to new field in union.
10440         (DECL_OFFSET_ALIGN): New field.
10441         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10442         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10443         (union tree_decl): Add struct for both aligns.
10444         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10445         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10446         (struct record_layout_info): Rework fields to have offset
10447         alignment and byte and bit position.
10448         (start_record_layout, place_field): Renamed from old names.
10449         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10450         (byte_position, int_byte_position): Likewise.
10451         (get_inner_reference): Change types of position and length.
10452         * unroll.c (unroll_loop): New variable R; use for some loops.
10453         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10454         (calculate_giv_inc): Arg REGNO now unsigned.
10455         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10456         * varasm.c (assemble_variable): Clean up handling of size using
10457         host_integerp and tree_low_cst.
10458         (decode_addr_const): Use byte, not bit, position.
10459         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10460         use tree_low_cst and int_bit_position.
10461         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10462
10463 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10464
10465         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10466         (reorder_block_def): New members eff_head and eff_end.
10467         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10468         (verify_insn_chain): New function.
10469         (skip_insns_between_block): Add code to skip deleted insns.
10470         Check for note before using.
10471         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10472         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10473         Check for note before using.
10474         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10475         (fixup_reorder_chain): Restructure, clean up, defect removal.
10476         (reorder_basic_blocks): Remove last_insn and references to it.
10477         Moved insn chain verification code into a new function (see above).
10478         Delete defective code that sets last insn.
10479         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10480         all blocks.
10481
10482 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10483
10484         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10485
10486 2000-03-24  Richard Henderson  <rth@cygnus.com>
10487
10488         * tree.c (lang_safe_for_unsave): Remove.
10489         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10490         allowing for two levels of unsafeness.  Remove lang hook.
10491         * tree.h: Update declarations.
10492         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10493         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10494         Always fail sibcalls when there are pending cleanups.
10495
10496 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10497
10498         * flow.c (propagate_block): When we delete an ADDR_VEC,
10499         also delete the BARRIER following it if there is one.
10500
10501 2000-03-24  Richard Henderson  <rth@cygnus.com>
10502
10503         * builtins.c (expand_builtin_bzero): Convert `length' argument
10504         to sizetype.
10505
10506 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10507
10508         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10509         comparison if regno's are equal.
10510         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10511         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10512         (expand_call): Update caller.
10513         Avoid making a sibling call if argument size of the callee is larger
10514         than argument size of the caller.
10515         Call hard_function_value with outgoing set if in sibcall pass.
10516         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10517
10518         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10519         Change LEAF_REGISTERS from an array initializer to actual array
10520         identifier. Move static global variable into the function.
10521         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10522         sequences for leaf functions.
10523         * global.c (global_alloc): Likewise.
10524         * tm.texi (LEAF_REGISTERS): Update documentation.
10525
10526         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10527         TARGET_FLAT leaf disabling hack.
10528         (LEAF_REGISTERS): Changed from an array initializer to actual array
10529         identifier to avoid duplication and remove the above hack.
10530         (FUNCTION_OK_FOR_SIBCALL): Define.
10531         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10532         always like call attribute.
10533         (eligible_for_sibcall_delay): New attribute.
10534         (sibcall): New delay type.
10535         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10536         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10537         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10538         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10539         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10540         New functions.
10541         (output_function_epilogue): Move part of the code into
10542         output_restore_regs.
10543         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10544         TYPE_SIBCALL.
10545         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10546         prototypes.
10547
10548         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10549         until infrastructure is finished.
10550
10551 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10552
10553         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10554         (save_parm_insns): Not here.
10555
10556 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10557
10558         * builtins.c (expand_builtin_bzero): New function.
10559         (expand_builtin): Handle bzero.
10560
10561         * builtins.def: Add BUILT_IN_BZERO.
10562
10563         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10564         prototype & function for bzero.
10565
10566 2000-03-23  Michael Meissner  <meissner@redhat.com>
10567
10568         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10569         change adding TARGET_FP to the TF floating point insns, except for
10570         trunctfsf2, which generates direct calls to truncdfsf2.
10571
10572 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10573
10574         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10575         try to protect against middle-end changes that break binary
10576         compatibility.
10577         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10578
10579 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10580
10581         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10582
10583 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10584
10585         * calls.c (expand_call): If TARGET is passed by reference and
10586         is readonly, write a CLOBBER.
10587
10588 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10589
10590         * builtins.c (expand_builtin): Handle bcmp.
10591
10592         * builtins.def: Add BUILT_IN_BCMP.
10593
10594         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10595         prototype & function for bcmp.
10596
10597 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10598
10599         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10600         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10601         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10602
10603 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10604
10605         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10606         alternative when using -fp64 -gp32.
10607
10608 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10609
10610         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10611         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10612         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10613
10614         * frame.h (frame_state): Revert last change.
10615         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10616         * libgcc2.c (throw_helper): Revert last change.
10617
10618 2000-03-22  Richard Henderson  <rth@cygnus.com>
10619
10620         * stmt.c (expand_asm_operands): Don't promote the temporary.
10621
10622 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10623
10624         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10625         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10626           c_get_alias_set): Likewise.
10627         * c-decl.c (duplicate_decls): Likewise.
10628         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10629         * calls.c (initialize_argument_information): Likewise.
10630         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10631         Likewise.
10632         * dwarfout.c (decl_class_context,output_type): Likewise.
10633         * expr.c (get_inner_reference): Likewise.
10634         * fold-const.c (simple_operand_p,fold): Likewise.
10635         * function.c (aggregate_value_p): Likewise.
10636         * stmt.c (expand_asm_operands): Likewise.
10637         * varasm.c (named_section): Likewise.
10638
10639 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10640
10641         Implement dwarf2 exception handling for the ARM.
10642         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10643         (DWARF_FRAME_RETURN_COLUMN): Define.
10644         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10645         REG_FRAME_RELATED_EXPR note.
10646         (emit_sfm): Likewise.
10647         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10648         * dwarf2out.c (reg_save): Handle saving a register to itself.
10649         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10650         * except.c (eh_regs): Don't use the static chain reg if it's
10651         callee-saved.
10652         * frame.h (frame_state): Add cfa_saved field.
10653         * frame.c (execute_cfa_insn): Set it.
10654         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10655         the epilogue.
10656         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10657         Now takes a parm.
10658         (instantiate_virtual_regs): Adjust.
10659         * tm.texi: Adjust.
10660         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10661         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10662         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10663
10664         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
10665         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
10666
10667 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10668
10669         * builtins.def: New file.
10670
10671         * Makefile.in (TREE_H): Depend on builtins.def.
10672
10673         * builtins.c (built_in_names): Use builtins.def.
10674
10675         * tree.h (built_in_function): Likewise.
10676
10677 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
10678
10679         * tree.c (size_in_bytes): Return size_zero_node, not
10680         integer_zero_node.
10681
10682 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10683
10684         * config/fp-bit.c (pack_d): Correct the case when a denormal
10685         is rounded up and stops being denormal.
10686
10687 2000-03-21  Richard Henderson  <rth@cygnus.com>
10688
10689         * config/alpha/alpha.c (function_arg): Check for void_type_node
10690         before using MUST_PASS_IN_STACK.
10691
10692 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
10693
10694         * regmove.c (combine_stack_adjustments_for_block): Check that
10695         the stack pointer is a valid memory address.
10696
10697 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
10698
10699         * calls.c: re-install Mar 16 emit_library_call merge.
10700
10701 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10702
10703         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
10704         we cannot be sure that if reload_completed base register will
10705         be properly aligned.
10706
10707 2000-03-21  Richard Henderson  <rth@cygnus.com>
10708
10709         * flow.c (delete_block): Fix typo last change.
10710
10711 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
10712
10713         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
10714         not COMPLETE_TYPE_P, to check the type of the expression.
10715
10716 2000-03-21  Michael Meissner  <meissner@redhat.com>
10717
10718         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
10719         all floating point insns that just tested the macro
10720         TARGET_HAS_XFLOATING_LIBS.
10721         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
10722         used to only use the gprs.
10723
10724 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10725
10726         * tree.h (COMPLETE_TYPE_P): New macro.
10727         (COMPLETE_OR_VOID_TYPE_P): New macro.
10728         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
10729         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
10730         * c-aux-info.c (gen_type): Use them.
10731         * c-common.c (c_expand_expr_stmt): Likewise.
10732         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
10733         grokdeclarator, grokparms, finish_struct, start_function,
10734         store_parm_decls, combine_parm_decls): Likewise.
10735         * c-parse.y (cast_expr): Likewise.
10736         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
10737         c_size_in_bytes, c_alignof, build_component_ref,
10738         build_indirect_ref, build_array_ref, convert_arguments,
10739         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
10740         * calls.c (initialize_argument_information): Likewise.
10741         * convert.c (convert_to_integer): Likewise.
10742         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
10743         * dwarfout.c (location_or_const_value_attribute,
10744         output_enumeration_type_die, output_structure_type_die,
10745         output_union_type_die, output_type): Likewise.
10746         * expr.c (safe_from_p, expand_expr): Likewise.
10747         * function.c (assign_parms): Likewise.
10748         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
10749         * tree.c (build_array_type, build_function_type,
10750         build_method_type, build_offset_type, build_complex_type): Likewise.
10751         * c-parse.c, c-parse.h: Regenerated.
10752
10753 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10754
10755         * config/c4x/rtems.h: Include config/rtems.h.
10756
10757 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
10758
10759         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
10760         decl is a FUNCTION_DECL
10761
10762 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
10763
10764         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
10765         function uses output registers.  Don't save RP for leaf functions.
10766         Do save RP even if no epilogue.
10767         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
10768         (CALL_USED_REGISTERS): Unmark in registers.
10769         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
10770         to near the middle.
10771
10772 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10773
10774         * config/rs6000/rs6000.md (bunordered): New expander.
10775         (bordered): New expander.
10776         (buneq): New expander.
10777         (bunge): New expander.
10778         (bungt): New expander.
10779         (bunle): New expander.
10780         (bunlt): New expander.
10781         (bltgt): New expander.
10782
10783         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
10784         (ccr_bit_negated_p): New function.
10785         (print_operand): For %C, generate appropriate cror for UNEQ,
10786         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
10787
10788 2000-03-20  Andreas Jaeger  <aj@suse.de>
10789
10790         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
10791         warning.
10792
10793         * tree.h (safe_for_unsave): Prototype.
10794
10795 2000-03-20  Richard Henderson  <rth@cygnus.com>
10796
10797         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
10798         (combine_stack_adjustments_for_block): Don't allow sp references
10799         in the side of a set we're not fixing up.
10800         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
10801         after life_analysis.
10802
10803 2000-03-20  Richard Henderson  <rth@cygnus.com>
10804
10805         * calls.c (expand_call): Don't bother generating tail call
10806         sequences if there are pending cleanups.  Use
10807         expand_start_target_temps/expand_end_target_temps to elide
10808         cleanups created during sibcall expansion.
10809
10810 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10811
10812         * configure.in: Set $IFS to a value if it doesn't already have one
10813         in the --enable-checking handling.
10814         * configure: Regenerate.
10815
10816 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10817
10818         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
10819         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10820         Regenerated.
10821
10822 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
10823
10824         * jump.c (delete_noop_moves): Remove code attempting to
10825         combine stack adjustments.
10826
10827 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10828
10829         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
10830         * except.c (emit_cleanup_handler): Use them.
10831         (expand_end_all_catch): Likewise.
10832         * function.c (fixup_var_refs): Likewise.
10833         (expand_function_end): Clear catch_clauses_last.
10834         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
10835         * except.h (struct eh_status): New field x_catch_clauses_last.
10836         (catch_clauses_last): New define.
10837
10838         * Makefile.in (tree.o): Depend on HASHTAB_H.
10839         * tree.c: Include hashtab.h.
10840         (struct type_hash): Remove next field.
10841         (TYPE_HASH_SIZE): Remove.
10842         (TYPE_HASH_INITIAL_SIZE): New define.
10843         (type_hash_table): Change type to htab_t.
10844         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
10845         mark_hash_entry): New functions.
10846         (init_obstacks): Allocate type hash.
10847         (type_hash_lookup): Use htab functions.
10848         (type_hash_add, mark_type_hash): Likewise.
10849         (dump_tree_statistics): Call print_type_hash_statistics.
10850
10851 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10852
10853         * rs6000/t-aix41: New file.
10854
10855         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
10856
10857 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
10858
10859         * tm.texi (Driver): Fix typos and tweak entry for
10860         INCLUDE_DEFAULTS.
10861         Move misplaced STRUCT_FORCE_BLK entry ...
10862         (Storage Layout): ... to here.
10863         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
10864
10865 2000-03-19  Richard Henderson  <rth@cygnus.com>
10866
10867         * flow.c (delete_block): Delete the addr_vec along with the block.
10868         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
10869         reference labels.
10870
10871         * fold-const.c (extract_muldiv): Apply type check for defined
10872         overflow to multiply as well as divide.
10873
10874         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
10875
10876 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10877
10878         * emit-rtl.c (remove_unncessary_notes): Check that all
10879         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
10880         associated NOTE_BLOCK.
10881         * function.h (identify_blocks): Update comments.
10882         (reorder_blocks): Declare.
10883         * function.c (identify_blocks): Don't take paramters.
10884         (reorder_blocks): Don't take parameters.
10885         * loop.h (find_loop_tree_blocks): Remove.
10886         (unroll_block_trees): Likewise.
10887         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
10888         reorder_blocks instead of unroll_block_trees.h
10889         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
10890         * stmt.c (find_loop_tree_blocks): Remove.
10891         (unroll_block_trees): Likewise.
10892         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
10893         in whole-function mode.
10894         * tree.h (reorder_blocks): Remove declaration.
10895
10896         * expr.c: Include intl.h.
10897         * Makefile.in (expr.o): Depend on intl.h.
10898
10899 2000-03-18  Richard Henderson  <rth@cygnus.com>
10900
10901         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
10902
10903 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10904
10905         * tree.h (tree_index): Remove enumerals for integer types.
10906         (integer_type_kind): New type.
10907         (integer_types): New variable.
10908         (char_type_node): Adjust.
10909         (signed_char_type_node): Likewise.
10910         (unsigned_char_type_node): Likewise.
10911         (short_integer_type_node): Likewise.
10912         (short_unsigned_type_node): Likewise.
10913         (integer_type_node): Likewise.
10914         (unsigned_type_node): Likewise.
10915         (long_integer_type_node): Likewise.
10916         (long_unsigned_type_node): Likewise.
10917         (long_long_integer_type_node): Likewise.
10918         (long_long_unsigned_type_node): Likewise.
10919         * tree.c (integer_types): New variable.
10920         (init_obstacks): Register it as a root.
10921
10922 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
10923
10924         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
10925         NEXT_INSN. Update last insn in chain.
10926
10927 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
10928
10929         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
10930         with TYPE_DECL_SUPPRESS_DEBUG set.
10931
10932 2000-03-18  Richard Henderson  <rth@cygnus.com>
10933
10934         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
10935
10936 2000-03-18  Richard Henderson  <rth@cygnus.com>
10937
10938         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
10939         care for HALF_PIC_P.
10940         (expander_call_insn_operand): Remove.
10941         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
10942         * i386.h (PREDICATE_CODES): Update.
10943         * i386.md (all call expanders): Remove predicates, remove special
10944         handling for half-pic.
10945         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
10946         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
10947         (sibcall_epilogue): New.
10948
10949 2000-03-17  Richard Henderson  <rth@cygnus.com>
10950
10951         * rtlanal.c (single_set): Reject if the parallel has anything
10952         except SET or USE or CLOBBER.
10953
10954 2000-03-17  Jeff Law  <law@cygnus.com>
10955             Richard Henderson  <rth@cygnus.com>
10956
10957         * Makefile.in (OBJS): Add sibcall.o.
10958         (sibcall.o): New.
10959         * sibcall.c: New file.
10960         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
10961         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
10962         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
10963         Emit sibcall patterns when requested.  Update all callers.
10964         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
10965         elimination seems feasable.
10966         * final.c (leaf_function_p): Sibling calls don't discount being
10967         a leaf function.
10968         * flow.c (HAVE_sibcall_epilogue): Provide default.
10969         (find_basic_blocks_1): Sibling calls don't throw.
10970         (make_edges): Make edge from sibling call to EXIT.
10971         (propagate_block): Don't remove sibcall_epilogue insns.
10972         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
10973         (sibcall_epilogue): New.
10974         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
10975         (identify_blocks_1): Likewise.  Break out from ...
10976         (identify_blocks): ... here.
10977         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
10978         (reorder_blocks): ... here.
10979         (init_function_for_compilation): Zap prologue/epilogue as varrays.
10980         (record_insns): Extend a varray instead of mallocing new memory.
10981         (contains): Read a varray not array of ints.
10982         (sibcall_epilogue_contains): New.
10983         (thread_prologue_and_epilogue_insns): Emit and record
10984         sibcall_epilogue patterns.
10985         (init_function_once): Allocate prologue/epilogue varrays.
10986         * genflags.c (gen_insn): Treat sibcall patterns as calls.
10987         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
10988         Broken out from ...
10989         (save_for_inline_nocopy): ... here.
10990         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
10991         Broken out from ...
10992         (expand_inline_function): ... here.
10993         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
10994         (subst_constants): Handle 'n' formats.
10995         * jump.c (jump_optimize_minimal): New.
10996         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
10997         optimizations if it's set.
10998         * rtl.c (copy_rtx): Do copy jump & call for insns.
10999         * rtl.h (struct rtx_def): Document use of jump and call for insns.
11000         (SIBLING_CALL_P): New.
11001         (sibcall_use_t): New.
11002         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
11003         Invoke optimize_sibling_and_tail_recursive_calls.
11004         * tree.c (lang_safe_for_unsave): New.
11005         (safe_for_unsave): New.
11006         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
11007
11008         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
11009         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
11010         (*sibcall_osf_1, *sibcall_value_osf_1): New.
11011
11012 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
11013
11014         * objc/objc-act.c (encode_method_prototype): Pass types, not
11015         PARM_DECLs, to int_size_in_bytes.
11016
11017 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
11018
11019         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
11020
11021         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11022         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
11023
11024 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11025
11026         * Clean up usages of TREE_INT_CST_LOW.
11027         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
11028         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11029         Regenerated.
11030         * c-tree.h (min_precision): Move declaration to here.
11031         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
11032         (build_unary_op, add_pending_init): Use bit_position.
11033         (pending_init_member, process_init_element): Likewise.
11034         (really_start_incremental_init, push_init_level, pop_init_level):
11035         Don't make copies of nodes or modify them in place, use consistent
11036         types when tracking positions, and use tree routines computations.
11037         (set_init_index, output_init_element): Likewise.
11038         (output_pending_init_elements, process_init_element): Likewise.
11039         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
11040         tree_low_cst and int_bit_position; also minor cleanup.
11041         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
11042         (print_cst_octal): Precision is unsigned.
11043         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
11044         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
11045         (simple_type_align_in_bits): Result is unsigned int.
11046         Use tree_int_low_cst and host_integerp.
11047         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
11048         (field_byte_offset): Result is HOST_WIDE_INT.
11049         Change types of internal variables so alignments are unsigned int,
11050         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
11051         Use host_integerp, tree_low_cst, and int_bit_position.
11052         (add_bit_offset_attribute): Likewise.
11053         (add_data_member_location_attribute): Use tree_cst_low.
11054         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
11055         (add_bit_size_attribute): Use tree_low_cst.
11056         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
11057         * dwarfout.c: Similar changes to dwarf2out.c.
11058         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
11059         * genoutput.c (n_occurences): Return -1 for null string.
11060         (strip_whitespace): Accept null string and make into function.
11061         (scan_operands): Reflect above changes.
11062         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
11063         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
11064         * ssa.c (rename_registers): Add missing cast of arg to bzero.
11065         * tree.c (int_size_in_bytes): Check for too big to represent.
11066         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
11067         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
11068         New declarations.
11069         (min_precision): Delete from here.
11070         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
11071         and int_bit_position.
11072         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11073         (encode_method_def): Likewise.
11074         (build_ivar_list_initializer): Use int_bit_position.
11075         (generate_shared_structures): Convert size.
11076         (encode_type, encode_complete_bitfield): Use integer_zerop.
11077         (encode_bitfield): Use tree_low_cst and int_bit_position.
11078
11079 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11080
11081         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11082
11083 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11084
11085         * call.c (special_function_p): It is only malloc if it returns
11086         Pmode.
11087
11088 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11089
11090         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11091         (C33_FLAG, TARGET_C3X): Add macros.
11092         (TARGET_SWITCHES): Add -m33 option.
11093         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11094
11095 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11096
11097         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11098         (PARALLEL_PACK_FLAG): Delete.
11099         (TARGET_SWITCHES): Update.
11100         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11101
11102 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11103
11104         * fold-const.c (fold): Fix a few cases when the returned result
11105         is not of the same type as the input.
11106
11107 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11108
11109         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11110         warning.
11111
11112 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11113
11114         * libgcc2.h: Move prototypes above macros with the same name.
11115         Wrap some function prototypes in the conditional which indicates
11116         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11117
11118 2000-03-16  Richard Henderson  <rth@cygnus.com>
11119
11120         * calls.c: Revert last two changes.
11121
11122 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11123
11124         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11125         has exponent 0 is a zero.
11126
11127         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11128         HASH may already be nonzero.  Add code/mode into hash value
11129         immediately after repeat label.
11130         (cselib_lookup): Don't leave the hash table in an inconsistent
11131         state before a hash lookup operation.
11132
11133 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11134
11135         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11136         by TARGET_[HQ]IMODE_MATH.
11137         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11138         x86_promote_qi_regs): Declare.
11139         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11140         TARGET_PROMOTE_QI_REGS): New macros.
11141         (PROMOTE_MODE): New macro.
11142         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11143         x86_promote_qi_regs): New global variables.
11144
11145 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11146
11147         * calls.c (emit_library_call_value_1): Break out from ...; handle
11148         VOIDmode function calls too.
11149         (emit_library_call_value): ... here.
11150         (emit_library_call): Implement by calling emit_library_call_value_1.
11151
11152 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11153
11154         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11155         Update arg_space_so_far on stack adjustments.
11156         (emit_library_call, emit_library_call_value): Likewise; take into
11157         account arg_space_so_far and pending_stack_adjust when calculcating
11158         the boundary.
11159
11160 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11161
11162         * flow.c: Move all basic block reordering code into its own file.
11163         (create_basic_block): Externalize.
11164         * bb-reorder.c: New file. Copy all basic block reordering code from
11165         flow.c to this file.
11166         (reorder_basic_blocks): Fix fencepost error in for-loop.
11167         (reorder_basic_blocks): Remove braces from single statement for-loops.
11168         * basic-block.h: Add declaration for create_basic_block.
11169         * Makefile.in: Add rules for bb-reorder.o.
11170
11171 2000-03-16  Neil Booth  <NeilB@earthling.net>
11172
11173         * cppinit.c (handle_option):  Implement #unassert directive
11174         as -A- command line option.
11175         (print_help):  Update.
11176         * cpptexi.c:  Update.
11177
11178 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11179
11180         * md.texi (Standard Names): Document `jump'.
11181
11182 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11183
11184         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11185         gotos.
11186
11187 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11188
11189         Merge changes from newppc-branch onto trunk.
11190
11191         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11192
11193         * rs6000.c (toc_hash_table): Update for new hash table functions.
11194         (toc_hash_function): Likewise.
11195         (toc_hash_eq): Likewise.
11196         (toc_hash_mark_entry): Likewise.
11197         (toc_hash_mark_table): Likewise.
11198         (output_toc): Likewise.
11199         (rs6000_add_gc_roots): Likewise.
11200
11201         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11202
11203         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11204         (AR_FLAGS_FOR_TARGET): here.  New macro.
11205
11206         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11207
11208         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11209         fpmem_operand) Delete.
11210         (xer_operand) New.
11211         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11212         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11213         (rs6000_save_machine_status, rs6000_restore_machine_status,
11214         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11215         references to above variables.
11216         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11217         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11218         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11219         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11220         (XER_REGNO_P, XER_REGNO): New.
11221         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11222         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11223         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11224         XER_REGNO_P.
11225         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11226         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11227         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11228
11229         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11230
11231         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11232         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11233         * rs6000.h: from here.
11234
11235         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11236         (rs6000_select_rtx_section): Likewise.
11237         (rs6000_encode_section_info): Likewise.
11238         (sdata_section): Likewise.
11239         (sdata2_section): Likewise.
11240         (sbss_section): Likewise.
11241         * sysv4.h (rs6000_select_section): Delete prototype.
11242         (rs6000_select_rtx_section): Likewise.
11243         (rs6000_encode_section_info): Likewise.
11244         (sdata_section): Likewise.
11245         (sdata2_section): Likewise.
11246         (sbss_section): Likewise.
11247         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11248
11249         * sysv4.h: Delete various unnecessary #undef's and put a comment
11250         on the remaining ones.
11251         Change various comments according to coding standard.
11252
11253         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11254
11255         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11256         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11257         (CR0_REGNO_P) Remove.
11258         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11259         setup_incoming_varargs, mtcrf_operation, print_operand,
11260         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11261         Use the above macros.
11262
11263         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11264
11265         * config/rs6000/rs6000.md: Added a new alternative for each
11266         pattern that had a 'x' alternative but no 'y' alternative.
11267         Added a new split for each of the above patterns.
11268
11269         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11270
11271         * aix41.h (ASM_CPU_SPEC): Delete.
11272         (CPP_CPU_SPEC): Delete.
11273
11274         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11275         (ASM_OUTPUT_LABEL): Define.
11276         (ASM_GLOBALIZE_LABEL): Define.
11277         (STRIP_NAME_ENCODING): Define.
11278         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11279         (STRIP_NAME_ENCODING): Don't define.
11280         (ASM_OUTPUT_LABEL): Don't define.
11281         (ASM_GLOBALIZE_LABEL): Don't define.
11282         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11283         names, and ASM_OUTPUT_LABEL to output labels, rather than
11284         asm_fprintf.
11285         (ASM_OUTPUT_LABEL): Define.
11286         (ASM_OUTPUT_INT): Use assemble_name.
11287         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11288         (STRIP_NAME_ENCODING): Don't undefine first.
11289         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11290         ELF.
11291         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11292         specified with 'asm' even with -fleading-underscore.
11293         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11294         (output_epilog): Likewise.
11295         (output_toc): Likewise.
11296         * tramp.asm: Handle -fleading-underscore correctly.
11297
11298         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11299         -mminimal-toc.
11300         (nonlocal_goto_receiver): Delete.
11301         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11302
11303         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11304         (SET_ASM_OP): Define.
11305         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11306
11307         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11308         (ASM_LONG): Define.
11309
11310         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11311         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11312
11313         * rs6000.h: Add 'u' to more constants.
11314
11315         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11316
11317         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11318
11319         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11320
11321         * rs6000.c (reg_or_u_cint_operand): New function.
11322         (logical_operand): Handle 64-bit hosts.
11323         (logical_u_operand): New function.
11324         (non_logical_cint_operand): Handle 64-bit hosts.
11325         (non_logical_u_cint_operand): New function.
11326         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11327         (PREDICATE_CODES): Define new functions.
11328         * rs6000-protos.h: Declare new functions.
11329         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11330         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11331         CONST_DOUBLE for 32-bit values.
11332         (scc insns): Generate DImode compares.
11333         (mfcr insns): Create DImode versions.
11334         (sge matchers): New patterns.
11335
11336         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11337
11338         * rs6000.md: Correct instructions length attributes and
11339         constraints on unsigned compare instructions.
11340         (*ne0): Disable for PowerPC64.
11341
11342         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11343
11344         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11345         quantity, fix profile1.C test failure under -fPIC.
11346
11347         * rs6000.c: Add 'u' to many constants to suppress warnings.
11348         (constant_pool_expr_1): Make static.
11349         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11350         * rs6000.h: Add 'u' to many constants to suppress warnings.
11351
11352         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11353         for the start of the TOC, instead of LCTOC..0.
11354         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11355         of the TOC.
11356         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11357         (load_toc_aix_di): Use LCTOC..1.
11358
11359         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11360         * rs6000.c (rs6000_legitimize_address): New function from
11361         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11362         symbols in the constant pool that really are TOC references.
11363         (print_operand_address): For ELF, write TOC offsets under
11364         -fPIC as subtractions in the insn.
11365         (output_toc): For ELF, define symbols in TOC as normal labels,
11366         to match RTL.
11367         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11368         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11369         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11370         * rs6000.md (movsi): Only use create_TOC_reference on
11371         symbols in the constant pool that really are TOC references.
11372
11373         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11374         * rs6000.c (rs6000_reorg): Delete.
11375         * rs6000-protos.h (rs6000_reorg): Delete.
11376
11377         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11378
11379         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11380
11381         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11382         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11383         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11384         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11385         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11386         rs6000_aix_emit_builtin_unwind_init.
11387         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11388         rs6000_emit_eh_toc_restore on AIX.
11389         (return_eh_si): Use r2.
11390         (return_eh_di): Use r2.
11391
11392         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11393         since we're breaking binary compatibility anyway.
11394
11395         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11396
11397         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11398         constant_pool_expr_p): Declare them.
11399         (constant_pool_expr_p): Declare it.
11400         * config/rs6000/rs6000.c (toc_label_name): Define.
11401         (rs6000_override_options): Set toc_label_name.
11402         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11403         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11404         uses_TOC): New functions.
11405         (print_operand): Delete old '*' case.
11406         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11407         and strip off rtl for TOC before calling output_addr_const.
11408         (rs6000_emit_load_toc_table): Use toc_label_name.
11409         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11410         the default.
11411         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11412         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11413         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11414         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11415         into explicit TOC_REGISTER offsets.
11416         (TOC_REGISTER): New macro.
11417         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11418         TARGET_TOC to reference TOC_REGISTER.
11419         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11420         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11421         uses_TOC before emitting label references.
11422
11423         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11424
11425         * rs6000.md (stack_tie): Fix warning.
11426
11427         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11428         to handle -fleading-underscore.
11429         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11430         (USER_LABEL_PREFIX): New macro.
11431         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11432         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11433         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11434         call-linux can use the same multilibs.
11435         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11436         and call-linux multilibs.  Do multilib with -fleading-underscore.
11437         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11438         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11439         to call-aix.
11440
11441         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11442         have MASK_SOFT_FLOAT set.
11443         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11444         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11445         CPP_FLOAT_DEFAULT_SPEC.
11446
11447         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11448         * rs6000.md: Whitespace change.
11449         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11450         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11451
11452         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11453
11454         * rs6000.md (eh_epilogue): New expander.
11455         (eh_reg_restore): New expand/split/insn combination.
11456         (return_eh_si): New insn.
11457         (return_eh_di): New insn.
11458
11459         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11460         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11461         * eabi-ctors.c (__do_global_ctors): Register this object's
11462         frame.  Clean up.  Call atexit() after the constructors.
11463         (__do_global_dtors): Deregister this object's frame.  Clean up.
11464         Allow for recursive calls to exit().
11465         * rs6000.c (fixuplabelno): New variable.
11466         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11467         TARGET_RELOCATABLE, it slows down exec() under linux.
11468         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11469
11470         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11471         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11472         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11473         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11474         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11475         (ASM_OUTPUT_DWARF_ADDR): New macro.
11476         (ASM_OUTPUT_DWARF_DATA4): New macro.
11477         (ASM_OUTPUT_DWARF_DATA2): New macro.
11478         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11479         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11480         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11481
11482         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11483
11484         * rs6000.c (rs6000_sr_alias_set): New variable.
11485         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11486         (rs6000_emit_stack_tie): New function.
11487         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11488         in a way that dwarf2out can understand.
11489         (rs6000_frame_related): New function.
11490         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11491         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11492         Use rs6000_emit_stack_tie when needed.
11493         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11494         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11495         * rs6000.md (stack_tie): New insn.
11496         (return_internal_si): Allow return value to be in the count
11497         register.
11498         (return_internal_di): Likewise.
11499
11500         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11501
11502         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11503
11504         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11505
11506         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11507
11508         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11509
11510         * rs6000.md (stmw): Use the right POWER opcode.
11511         (lmw): Likewise.
11512
11513         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11514
11515         * rs6000-protos.h: New file.
11516
11517         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11518
11519         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11520         warnings.
11521
11522         * sysv4.h: Likewise.
11523
11524         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11525
11526         * ../../configure.in: Delete powerpcle-*-winnt*
11527         and powerpcle-*-pe|powerpcle-*-cygwin*.
11528         * ../../configure: Regenerated.
11529         * cygwin.h: Delete.
11530         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11531         (TARGET_WINDOWS_NT): Delete.
11532         (ABI_NT): Delete.
11533         (CALL_NT_DLLIMPORT): Delete.
11534         Delete NT-specific code.
11535         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11536         * win-nt.h: Delete.
11537         * t-winnt: Delete.
11538         * nt-ci.asm: Delete.
11539         * nt-cn.asm: Delete.
11540         * ntstack.asm: Delete.
11541
11542         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11543
11544         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11545         (ASM_FILE_START): Likewise.
11546         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11547         (ASM_OUTPUT_LABELREF): Likewise.
11548         (ASM_OUTPUT_SKIP): Likewise.
11549         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11550         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11551         (ASM_OUTPUT_CASE_LABEL): Likewise.
11552         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11553         (ASM_OUTPUT_ASCII): Likewise.
11554
11555         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11556
11557         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11558         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11559         increment rs6000_pic_labelno here.
11560         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11561         and increment rs6000_pic_labelno here.
11562
11563         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11564
11565         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11566         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11567         allocation knows (reg) is dead before the insn.
11568
11569         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11570
11571         * rs6000.md (movsi_to_cr): Correct typo in output template.
11572
11573         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11574
11575         * rs6000.c (rs6000_pic_labelno): Always define.
11576         (rs6000_pic_func_labelno): Delete.
11577         (lmw_operation): Check for a zero base register,
11578         which doesn't mean what we want.
11579         (stmw_operation): New function.
11580         (print_operand): Define new 'l' modifier.
11581         (rs6000_stack_info): We must save all 64 bits of the registers
11582         if TARGET_POWERPC64.
11583         (rs6000_output_load_toc_table): Delete.
11584         (rs6000_emit_load_toc_table): New function.
11585         (rs6000_allocate_stack_space): Delete.
11586         (rs6000_emit_allocate_stack): New function.
11587         (rs6000_emit_prologue): New function.
11588         (output_prolog): Use rs6000_emit_prologue.
11589         (rs6000_emit_epilogue): Change a few variable names to be
11590         more accurate.  Restore all 64 bits of the registers if
11591         TARGET_POWERPC64.  Only restore the FP registers which were used
11592         if they are being saved/restored one-at-a-time.
11593         (output_mi_thunk): Delete inefficient code generation.
11594         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11595         * rs6000.h: Declare rs6000_emit_load_toc_table,
11596         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11597         rs6000_output_load_toc_table.
11598         * rs6000.md (elf_high): Allow register 0, but discourage it
11599         heavily.
11600         (elf_low): Support loading into register 0.
11601         (load_toc_aix_si): New pattern.
11602         (load_toc_aix_di): New pattern.
11603         (load_toc_v4_pic_si): New pattern.
11604         (load_toc_v4_pic_di): New pattern.
11605         (load_toc_v4_PIC_1): New pattern.
11606         (load_toc_v4_PIC_1b): New pattern.
11607         (load_toc_v4_PIC_2): New pattern.
11608         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11609         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11610         (prologue): New expander.
11611         (movesi_from_cr): New pattern.
11612         (stmw): New pattern.
11613         (save_fpregs_si): New pattern.
11614         (save_fpregs_di): New pattern.
11615
11616         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11617
11618         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11619         (movdi): Likewise.
11620         (movhi): Likewise.
11621         (movqi): Likewise.
11622
11623         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11624
11625         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11626         at present.
11627         (movsi_got_internal): Likewise.
11628         (movsi_got_internal+1): Likewise.
11629         (set_sp): 'unspec 7' does a SImode clobber.
11630
11631         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11632
11633         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11634         allocate a stack temporary.
11635         (floatsidf2_internal): Likewise.
11636         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11637         with unspec.
11638         (floatunssidf2): Don't use the fpmem "register", just
11639         allocate a stack temporary.
11640         (floatunssidf2_internal): Likewise.
11641         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11642         with unspec.
11643         (floatsidf2_loadaddr): Delete.
11644         (floatsidf2_store1): Delete.
11645         (floatsidf2_store2): Delete.
11646         (floatsidf2_load): Delete.
11647         (fix_truncdfsi2): Don't use the fpmem "register", just
11648         allocate a stack temporary.
11649         (fix_truncdfsi2_internal_si): Delete.
11650         (fix_truncdfsi2_internal_di): Delete.
11651         (fix_truncdfsi2_internal): New insn.
11652         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11653         (fix_truncdfsi2_store): Delete.
11654         (fix_truncdfsi2_load): Delete.
11655         (fctiwz): Produce gen_fctiwz.
11656
11657         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11658
11659         * eabi.h (INVOKE__main): Define.
11660         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11661         specially.
11662         (rs6000_emit_prologue): Likewise.
11663         * rs6000.h (struct rs6000_stack): Don't keep track of whether
11664         this is the main program.
11665
11666         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11667
11668         * rs6000.c (rs6000_va_arg): Delete some unused variables.
11669
11670         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11671
11672         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
11673         goes after the argument.
11674
11675         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11676
11677         * rs6000.md: Document 'unspec' values used.
11678         (epilogue): New expander.
11679         (movesi_to_cr_one): New expander.
11680         (movesi_to_cr and following): New pattern.
11681         (lmw): New pattern.
11682         (return_internal_si): New pattern.
11683         (return_internal_di): New pattern.
11684         (return_and_restore_fpregs_si): New pattern.
11685         (return_and_restore_fpregs_di): New pattern.
11686         * rs6000.h: Declare new functions.
11687         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
11688         rather than rs6000_calls_p.
11689         (rs6000_makes_calls): Delete.
11690         (lmw_operation): New function.
11691         (mtcrf_operation): New function.
11692         (rs6000_emit_epilogue): New function.
11693         (output_epilog): Call rs6000_emit_epilogue and final if
11694         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
11695
11696         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11697
11698         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
11699         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
11700         * aix.h (SUBTARGET_SWITCHES): Document switches.
11701         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
11702         sched-prolog and sched-epilog the same.  Document all the
11703         switches.
11704         (TARGET_OPTIONS): No longer allow -mdebug-.
11705
11706         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11707
11708         * rs6000.h (ASM_FILE_END): Move to aix.h.
11709         (EXTRA_SECTIONS): Move to aix.h.
11710         (READONLY_DATA_SECTION): Move to aix.h.
11711         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
11712         (SELECT_SECTION): Move to aix.h.
11713         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
11714         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
11715         (LINK_REGISTER_REGNUM): New definition.
11716         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
11717         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
11718         AIX and SVR4.
11719         * sysv4.h: Delete the code between the inclusion of rs6000.h
11720         and svr4.h.
11721         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
11722         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
11723         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
11724         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
11725         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
11726         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
11727         (fix_truncdfsi2_internal_di): New pattern.
11728         (fix_truncdfsi2_store): The second arg here is Pmode too.
11729         (fix_truncdfsi2_load): The second arg here is Pmode too.
11730         (tablejumpdi): Now that switch tables hold only SImode values,
11731         gcc needs to know how to add them to the pc which is DImode.
11732         * rs6000.c (rs6000_stack_info): Use symbolic name for
11733         LINK_REGISTER_REGNUM.
11734         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
11735         (output_toc): Delete unused variables s1 and s2.
11736         (output_ascii): Use fputs not fprintf on a variable string.
11737
11738         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11739
11740         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11741         * aix43.h: Revert Aug 2 change.
11742         (HAS_INIT_SECTION): Define, not visible yet.
11743         (LD_INIT_SWITCH): Define, not visible yet.
11744         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11745
11746         2000-01-04  Joel Sherrill (joel@OARcorp.com>
11747
11748         * config/rs6000/rtems.h: Include config/rtems.h.
11749
11750         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11751
11752         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11753         (SLOW_UNALIGNED_ACCESS): Define.
11754         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11755         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11756         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11757         (toc_section): Likewise and .toc pseudo-op.
11758         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11759         64-bit mode.
11760         (TEXT_SECTION_ASM_OP): Likewise.
11761         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11762         32-bit offsets.
11763
11764         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11765
11766         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
11767         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11768         compiling libgcc2.
11769
11770         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11771
11772         * rs6000.h: Move more stuff from here...
11773         * aix.h: to here.
11774         * sysv4.h: Cleanup accordingly.
11775         * netware.h: Likewise
11776
11777         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11778
11779         * rs6000.h: Continue cleanup.
11780         * aix.h: Likewise.
11781         * lynx.h: Likewise.
11782         * netware.h: Likewise.
11783         * sol2.h: Likewise.
11784         * sysv4.h: Likewise.
11785         * win-nt.h: Likewise.
11786
11787         * rs6000.h (TARGET_SWITCHES): Add descriptions.
11788         (TARGET_OPTIONS): Likewise.
11789
11790         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
11791         (SUBTARGET_OPTIONS): Likewise.
11792
11793         * rs6000.md: Fix compile time warnings.
11794
11795         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11796
11797         vxworks patches from the Cygnus tree originally by
11798         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
11799         <vmakarov@cygnus.com>.
11800         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
11801         (ENDFILE_SPEC): Likewise.
11802         (LIB_VXWORKS_SPEC): New macro.
11803         (STARTFILE_VXWORKS_SPEC): New macro.
11804         (ENDFILE_VXWORKS_SPEC): New macro.
11805         (LINK_START_VXWORKS_SPEC): New macro.
11806         (LINK_OS_VXWORKS_SPEC): New macro.
11807         (CPP_OS_VXWORKS_SPEC): New macro.
11808         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
11809         * vxppc.h: Rewrite to use proper configuration method.
11810         * vxppcle.h: New file.
11811         * ../../configure.in: Add powerpcle-wrs-vxworks*.
11812         * ../../configure: Rebuilt.
11813
11814         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11815
11816         Lots of changes to rs6000.h, sysv4.h, aix.h,
11817         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
11818         with the aim that rs6000.h is the first header
11819         included and the others override it.
11820         * aix.h: New file.
11821
11822         * x-aix41-gld: Remove.
11823         * x-aix43: Remove.
11824         * x-aix41: Remove target-specific switches, and don't specify
11825         -Wl,-bbigtoc as we don't need it any more.
11826         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
11827         Use t-aix43 for AIX 4.3 and above.
11828         * ../../configure: Regenerated.
11829
11830         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
11831         options, that don't do anything yet.
11832         (MASK_SCHED_PROLOG): New macro.
11833         (MASK_SCHED_EPILOG): New macro.
11834         (TARGET_SCHED_PROLOG): New macro.
11835         (TARGET_SCHED_EPILOG): New macro.
11836
11837         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11838
11839         * rs6000.c: Correct comment, the `minimal' TOCs are actually
11840         one per translation unit, not one per function.
11841         (output_toc): Also do duplicate constant elimination
11842         for per-translation-unit TOCs.
11843
11844         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
11845         a comment explaining _exactly_ when this pattern gets used.
11846         (builtin_setjmp_receiver): New pattern for better clarity.
11847         (init_v4_pic): Move it into a section dealing with TOC registers.
11848
11849         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
11850
11851         * rs6000.c (toc_hash_table): New variable.
11852         (rs6000_hash_constant): New function.
11853         (toc_hash_function): New function.
11854         (toc_hash_eq): New function.
11855         (toc_hash_mark_entry): New function.
11856         (toc_hash_mark_table): New function.
11857         (output_toc): Don't output duplicate TOC entries in
11858         a single file.
11859         (rs6000_add_gc_roots): Add the hash table as a GC root.
11860         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
11861         where they clearly shouldn't be.  This may need to be fixed
11862         later when there is a GNU ar for AIX.
11863         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
11864         Don't define BOOT_LDFLAGS as it is now not necessary.
11865
11866         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
11867
11868         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
11869         for va_list on AIX.  Use unsigned_char_type_node rather than
11870         constructing our own version on svr4.
11871
11872         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
11873
11874         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
11875         since patently it's not.
11876
11877         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
11878
11879         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
11880         define_expand/define_insn pair, and handle restore of the
11881         SVR4 -fpic register.
11882
11883 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
11884
11885         * acconfig.h (HAVE_GAS_WEAK): New define.
11886         * configure.in (assembler weak support): Check for .weak support.
11887         * config.in, configure: Rebuilt.
11888         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
11889         HAVE_GAS_WEAK is defined.
11890
11891 2000-03-15  Nick Clifton  <nickc@cygnus.com>
11892
11893         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
11894         asm_fprintf().
11895
11896 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
11897
11898         * cppfiles.c (open_include_file): New function.
11899         (find_include_file, cpp_read_file): Use it.
11900
11901 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11902
11903         * cpphash.c (dump_hash_helper): Take the slot, not the element.
11904
11905 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
11906
11907         * flow.c (verify_flow_info): Check for unconditional return.
11908
11909 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
11910
11911         * config/ia64/ia64.md (restore_stack_nonlocal): New.
11912         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
11913         (__ia64_restore_stack_nonlocal): New.
11914         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
11915
11916 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11917
11918         * cpphash.c (collect_formal_parameters): Do not complain about
11919         parameter names that just start with `__VA_ARGS__'.
11920
11921 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
11922
11923         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
11924         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
11925         * i386.c (pentiumpro_cost): Set mul cost to 4.
11926         (x86_use_movx): Set for PPro.
11927
11928 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
11929
11930         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
11931         STACK_BOUNDARY for empty frames now.
11932
11933 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11934
11935         * stor-layout.c (layout_union): Remove.
11936         (layout_union_field): New function, split out from layout_union.
11937         (finish_union_layout): Likewise.
11938         (layout_field): Handle unions by calling layout_union_field.
11939         (finish_record_layout): Handle unions.
11940         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
11941         QUAL_UNION_TYPE handling.
11942
11943 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
11944
11945         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
11946         end of basic block is jump_insn, not barrier; use create_basic_block
11947         instead of creating basic block by hand.
11948
11949 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
11950
11951         * flow.c (reorder_basic_blocks): Account for barriers when writing
11952         over NEXT_INSN (last_bb->end).
11953         (verify_flow_info): Add check for missing barriers.
11954
11955 2000-03-14  Greg McGary  <gkm@gnu.org>
11956
11957         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
11958         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
11959         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
11960         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
11961         __unbounded, __unbounded__): New keywords.
11962         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
11963         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
11964         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
11965
11966 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
11967
11968         * cselib.h: New file.
11969         * alias.c: Include "cselib.h".
11970         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
11971         MEMs as two new arguments.
11972         (get_addr): New static function.
11973         (find_base_term): Handle VALUEs.
11974         (memrefs_conflict_p): Likewise.
11975         (true_dependence): Call get_addr on the addresses.
11976         Call fixed_scalar_and_varying_struct_p with addresses that have been
11977         passed through get_addr and canon_rtx.
11978         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
11979         with true_dependence.
11980         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
11981         * loop.c: Include "cselib.h".
11982         (load_mems): Process extended basic block that enters the loop with
11983         cselib.  Use that information to change initialization of the shadow
11984         register so that a constant equivalence is seen by later passes.
11985         * reload1.c: Include "cselib.h".
11986         (reload_cse_invalidate_regno): Delete function.
11987         (reload_cse_mem_conflict_p): Likewise.
11988         (reload_cse_invalidate_mem): Likewise.
11989         (reload_cse_invalidate_rtx): Likewise.
11990         (reload_cse_regno_equal_p): Likewise.
11991         (reload_cse_check_clobber): Likewise.
11992         (reload_cse_record_set): Likewise.
11993         (reg_values): Delete static variable.
11994         (invalidate_regno_rtx): Likewise.
11995         (reload_cse_delete_noop_set): New static function.
11996         (reload_cse_simplify): New static function, broken out of
11997         reload_cse_regs_1.
11998         (reload_cse_noop_set_p): Delete unused argument INSN.
11999         Just call rtx_equal_for_cselib_p on set source and destination.
12000         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
12001         reload_cse_delete_noop_set.  Delete code to keep track of values; use
12002         cselib functions instead.  Delete code to push/pop obstacks.
12003         (reload_cse_simplify_set): Use cselib to find equivalent values.
12004         Delete code to push/pop obstacks.
12005         (reload_cse_simplify_operands): Likewise.
12006         * rtl.def (VALUE): New rtx code.
12007         * rtl.h (union rtunion_def): New elt rt_cselib.
12008         (X0CSELIB, CSELIB_VAL_PTR): New macros.
12009         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
12010         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
12011         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
12012         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
12013         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
12014         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
12015         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
12016         cselib_record_set, cselib_record_sets): New static functions.
12017         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
12018         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
12019         references_value_p): New functions.
12020         (MAX_USELESS_VALUES, REG_VALUES): New macros.
12021         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
12022         n_useless_values, reg_values, callmem, cselib_obstack,
12023         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
12024         New static variables.
12025         * varray.h (union varray_data_tag): New elt te.
12026         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
12027         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
12028         dependencies.
12029
12030 2000-03-14  Nick Clifton  <nickc@cygnus.com>
12031
12032         * gcc.c (do_spec_1): Catch the case where %* is used in a
12033         substitution pattern, but it has not been initialised.
12034         Issue a meaningful error message if an unrecognised operator
12035         is encountered in a spec string.
12036
12037 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
12038
12039         * function.c (prepare_function_start): Correctly initialize
12040         cfun->stack_alignment_needed.
12041
12042 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
12043
12044         * cppfiles.c (find_include_file): Don't assume nshort is a
12045         substring of name.
12046
12047 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
12048
12049         * configure.in (hppa configurations): Add pa32-regs.h to the
12050         list of tm files as appropriate.
12051         * configure: Rebuilt.
12052         * pa.c (compute_frame_size): Remove explicit knowledge about FP
12053         register numbering.
12054         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
12055         (fmpyaddoperands, fmpysuboperands): Likewise.
12056         * pa.h: Remove various definitions which depend on knowing
12057         how registers are numbered.
12058         * pa32-regs.h: New file with PA32 register numbering specific
12059         definitions.
12060
12061 2000-03-14  Richard Henderson  <rth@cygnus.com>
12062
12063         * regmove.c (combine_stack_adjustments): New.
12064         (stack_memref_p, single_set_for_csa): New.
12065         (free_csa_memlist, record_one_stack_memref): New.
12066         (try_apply_stack_adjustment): New.
12067         (combine_stack_adjustments_for_block): New.
12068         * rtl.h (combine_stack_adjustments): Declare.
12069         * toplev.c (rest_of_compilation): Call it.
12070
12071         * i386.md: Revert 2000-01-16 change.
12072
12073 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12074
12075         * gccbug.in: Add web category, gcc specific classes.
12076
12077 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12078
12079         * stor-layout.c (finalize_record_size): Fix typo.
12080
12081 2000-03-14  Stan Shebs  <shebs@apple.com>
12082
12083         * c-typeck.c (c_alignof): Error on incomplete types.
12084         * extend.texi (Alignment): Document this.
12085
12086 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12087
12088         * cppfiles.c: Include mkdeps.h.
12089         (find_include_file, read_include_file): Remove _cpp_ prefix
12090         from name, make static.
12091         (_cpp_execute_include): New function, broken out of
12092         do_include.
12093
12094         * cpplib.c: Don't include mkdeps.h.
12095         (struct directive): Remove type field. Reorder entries.  The
12096         function takes only one argument.
12097         (struct if_stack): Make type field an int.
12098         (directive_table): Rename to dtable.  Generate it, the
12099         prototypes of the directive handlers, and the enum for the
12100         directive numbers, from a template macro.
12101         (do_ifndef, do_include_next, do_import): New functions.
12102         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12103         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12104         do_ident, do_assert, do_unassert, do_sccs): Take only one
12105         argument.
12106         (do_sccs): Define always, but alter behavior based on
12107         SCCS_DIRECTIVE.
12108         (_cpp_handle_directive, consider_directive_while_skipping):
12109         Restructure for new directive table layout.
12110
12111         (pass_thru_directive): Take a directive number, not a pointer
12112         to a struct directive.
12113         (parse_include): New function, broken out of do_include.
12114         (do_include, do_import, do_include_next): Use parse_include
12115         and _cpp_execute_include.
12116         (do_elif, do_else): Test for T_ELSE specifically when checking
12117         for #elif/#else after #else.
12118         (parse_ifdef): New function, broken out of do_ifdef.
12119         (validate_else): Expect a name arg without a leading #.
12120         (if_directive_name): Delete.
12121         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12122         directive handlers with only one argument.
12123
12124         * cpphash.h: Update prototypes.
12125         (enum node_type): Remove entries for directives.
12126         * Makefile.in: Update dependencies.
12127
12128         * cpphash.c (dump_hash_helper): Only dump nodes of type
12129         T_MACRO.  Emit a newline after each definition.
12130
12131 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12132
12133         * gccbug.in: New file.
12134         * configure.in (all_outputs): Add gccbug.
12135         * Makefile.in (install-common): Install gccbug.
12136         (GCCBUG_INSTALL_NAME): New variable.
12137         * configure: Rebuilt.
12138
12139 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12140
12141         * function.c (put_var_into_stack): Use type_for_mode to calculate
12142         part_type.  Use MEM_SET_IN_STRUCT_P.
12143         * expr.c (store_field): Handle CONCAT.
12144         (store_constructor): Use fields_length.
12145         * tree.c (fields_length): New fn.
12146         * tree.h: Declare it.
12147
12148 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12149
12150         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12151         (cpplex.o): New target.
12152         * po/POTFILES.in: Add cpplex.c.
12153
12154         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12155         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12156         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12157         skip_block_comment, skip_line_comment, skip_comment,
12158         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12159         _cpp_parse_name, skip_string, parse_string,
12160         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12161         _cpp_get_directive_token, find_position,
12162         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12163         (maybe_macroexpand, _cpp_lex_token): New functions.
12164
12165         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12166         parse_goto_mark): Delete.
12167         (_cpp_handle_eof): New function.
12168         (_cpp_handle_directive): Rename from handle_directive.
12169         (_cpp_output_line_command): Rename from output_line_command.
12170         (do_if, do_elif): Call _cpp_parse_expr directly.
12171         * cppfiles.c (_cpp_read_include_file): Don't call
12172         init_input_buffer here.
12173         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12174         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12175         here; pop the token_buffer and skip the rest of the line here.
12176         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12177         here.
12178
12179         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12180         Define here.
12181         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12182         CPP_GOTO_MARK): New macros.
12183         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12184         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12185         _cpp_read_and_prescan, _cpp_init_input_buffer,
12186         _cpp_grow_token_buffer, _cpp_get_directive_token,
12187         _cpp_handle_directive, _cpp_handle_eof,
12188         _cpp_output_line_command): Prototype them here.
12189         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12190         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12191         quote_string, output_line_command): Remove.
12192
12193 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12194
12195         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12196         whether it is too large we must also verify that it isn't negative.
12197
12198 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12199
12200         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12201         (movsi_zero_liveg0): Remove.
12202         (movsf_insn_novis_liveg0): Remove.
12203         (negsi2): Remove.
12204         (negsi2_not_liveg0): Rename to negsi2.
12205         (one_cmplsi2): Remove.
12206         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12207         (one_cmplsi2_liveg0): Remove.
12208         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12209         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12210         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12211         (PREDICATE_CODES): Remove zero_operand.
12212         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12213         TARGET_BROKEN_SAVERESTORE.
12214         (zero_operand): Remove.
12215         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12216         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12217         options.
12218         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12219         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12220         TARGET_BROKEN_SAVERESTORE): Remove.
12221         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12222         Remove.
12223         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12224         Remove.
12225         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12226         Remove.
12227
12228         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12229
12230 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12231
12232         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12233         truncating a string.  Don't assume tokens are nul terminated.
12234         Problem noted by Andreas Jaeger <aj@suse.de>
12235
12236 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12237
12238         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12239         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12240         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12241
12242 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12243
12244         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12245         STRUCTURE_SIZE_BOUNDARY.
12246
12247 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12248
12249         * tree.h (record_layout_info_s): New structure.
12250         (record_layout_info): New type.
12251         (new_record_layout_info): New function.
12252         (layout_field): Likewise.
12253         (finish_record_layout): Likewise.
12254         * stor-layout.c (layout_record): Remove.
12255         (new_record_layout_info): New function.
12256         (layout_field): New function, broken out from layout_record.
12257         (finalize_record_size): Likewise.
12258         (compute_record_mode): Likewise.
12259         (finalize_type_size): New function, broken out from layout_type.
12260         (finish_record_layout): Likewise.
12261         (layout_type): Use them.
12262
12263 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12264
12265         * cpphash.c: Don't include version.h.
12266         (special_symbol) [case T_VERSION]: Look for the string in
12267         hp->value.cpval; don't use version_string.
12268         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12269         __VERSION__ to version_string.
12270         * Makefile.in (cpphash.o): Update deps.
12271
12272 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12273
12274         Convert cpplib to use libiberty/hashtab.c.
12275
12276         * cpplib.h (struct cpp_reader): Make hashtab and
12277         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12278         and ALL_INCLUDE_HASHSIZE macros.
12279
12280         * cpphash.h: Update prototypes.
12281         (struct hashnode): Remove next, prev, and bucket_hdr members.
12282         Make length a size_t.  Add hash member.
12283         (struct ihash): Remove next member.  Add hash member.  Make
12284         name a flexible array member.
12285
12286         * cppfiles.c: Include hashtab.h.
12287         (include_hash): Delete.
12288         (IHASHSIZE): New macro.
12289         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12290         (cpp_included): Do the hash lookup here.
12291         (_cpp_find_include_file): Rewrite.
12292         (cpp_read_file): Put the "fake" hash entry into the hash
12293         table.  Honor the control_macro, if it turns out we've seen
12294         the file before.  Don't push the buffer here.
12295         (_cpp_read_include_file): Push the buffer here.
12296         (OMODES): New macro.  Use it whenever we call open(2).
12297
12298         * cpphash.c: Include hashtab.h.
12299         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12300         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12301         _cpp_lookup_slot): New functions.
12302         (HASHSIZE): new macro.
12303         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12304         (_cpp_lookup): Use hashtab.h routines.
12305
12306         * cppinit.c: Include hashtab.h.
12307         (cpp_reader_init): Call _cpp_init_macro_hash and
12308         _cpp_init_include_hash.  Don't allocate hashtab directly.
12309         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12310         pfile->all_include_files.
12311         (initialize_builtins): Use _cpp_make_hashnode and
12312         htab_find_slot to add hash entries.
12313         (cpp_finish): Just call _cpp_dump_macro_hash.
12314         * cpplib.c: Include hashtab.h.
12315         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12316         create hash entries.
12317         (do_pragma_poison, do_assert): Likewise.
12318         (do_include): Don't push the buffer here.  Don't increment
12319         system_include_depth unless _cpp_read_include_file succeeds.
12320         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12321         or htab_remove_elt.
12322         (do_pragma_implementation): Use alloca to create copy.
12323
12324         * Makefile.in: Update dependencies.
12325
12326 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12327
12328         * cppinit.c (cl_directive_handler): More K&R fixing.
12329
12330 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12331
12332         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12333         STACK_BOUNDARY.
12334         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12335
12336 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12337
12338         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12339         Change from char[] to macros.
12340
12341 2000-03-12  Neil Booth  <NeilB@earthling.net>
12342
12343         * cppinit.c (cpp_start_read): Update indirect function
12344         call to K&R C.
12345
12346 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12347
12348         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12349         entry.
12350
12351         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12352         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12353
12354 2000-03-11  Neil Booth  <NeilB@earthling.net>
12355
12356         * cppinit.c (struct pending option): Replace undef with a
12357         pointer to a directive handling routine.
12358         (struct cpp_pending): Replace separate assert_ and define_
12359         lists with one directive_ list.
12360         (new_pending_define): Rename new_pending_directive. Extra
12361         argument is the directive's handling routine.
12362         (handle_option): Update to use new_pending_directive.
12363
12364 2000-03-11  Neil Booth  <NeilB@earthling.net>
12365
12366         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12367         remap_filename, _cpp_read_include_file, actual_directory,
12368         hack_vms_include_specification): Replace bcopy(), index() etc
12369         calls.  Add casts to some allocations.  Make some variables
12370         pointers to const [unsigned] char.
12371         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12372         collect_formal_parameters): Similarly.
12373         * cppinit.c (struct pending_option, append_include_chain,
12374         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12375         cpp_start_read, new_pending_define, handle_option): Similarly.
12376         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12377         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12378         do_pragma_implementation, detect_if_not_defined,
12379         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12380         do_assert, do_unassert): Similarly.
12381         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12382         function prototypes.
12383         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12384
12385 2000-03-10  Richard Henderson  <rth@cygnus.com>
12386
12387         * builtins.c (expand_builtin_strlen): Revert last change.
12388         Use emit_insn_before if we're at the beginning of a sequence.
12389
12390 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12391
12392         * builtins.c (expand_builtin_strlen): Make sure that we have something
12393         at the beginning of the sequence.
12394
12395         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12396         deferred inlines.
12397
12398         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12399
12400 2000-03-10  Richard Henderson  <rth@cygnus.com>
12401
12402         * except.c (can_throw): Use INTVAL on a CONST_INT.
12403         (reachable_handlers): Likewise.
12404         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12405
12406 2000-03-10  Andreas Jaeger  <aj@suse.de>
12407
12408         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12409         MD_STARTFILE_PREFIX since those are not needed on linux.
12410         (ASM_FILE_START): New, from mips/gnu.h.
12411
12412 2000-03-09  Richard Henderson  <rth@cygnus.com>
12413             Alex Samuel  <samuel@codesourcery.com> and others
12414
12415         * Makefile.in (ssa.o): New rule.
12416         (OBJS): Add ssa.o.
12417         (STAGESTUFF): Add *.ssa and *.ussa.
12418         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12419         * rtl.def (PHI): New RTL expression.
12420         * rtl.h (clear_log_links): New declaration.
12421         (convert_to_ssa): Likewise.
12422         (convert_from_ssa): Likewise.
12423         * flow.c (split_edge): If the entry node falls through to the
12424         split edge's source block, split the entry edge.
12425         (clear_log_links): New function.
12426         * toplev.c (ssa_dump): New variable.
12427         (flag_ssa): Likewise.
12428         (f_options): Add "ssa".
12429         (compile_file): Create SSA dump files.
12430         (rest_of_compilation): Go to and from SSA if enabled.
12431         (decide_d_option): Handle -de for SSA dump files.
12432         * ssa.c: New file.
12433
12434 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12435
12436         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12437         same as VAR_DECL.
12438
12439 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12440
12441         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12442
12443 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12444
12445         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12446         (MD_STARTFILE_PREFIX_1): New macro.
12447
12448 2000-03-09  Robert Lipe  <robertl@sco.com>
12449
12450         * config/ia64/ia64.c: Include system.h.
12451
12452 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12453
12454         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12455         (init_eh_nesting_info): Likewise.
12456
12457         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12458         (TREE_NOTHROW): Rename from TREE_RAISES.
12459         * toplev.c (rest_of_compilation): Set it.
12460         * print-tree.c (print_node): Adjust.
12461         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12462         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12463         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12464         REG_EH_REGION note as appropriate.
12465         (libfunc_nothrow): New fn.
12466         (emit_library_call, emit_library_call_value): Use it.
12467         (expand_call): Check TREE_NOTHROW.
12468
12469         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12470         DECL_ASSEMBLER_NAME.
12471
12472 2000-03-09  Andreas Jaeger  <aj@suse.de>
12473
12474         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12475         (TARGET_MEM_FUNCTIONS): Define.
12476
12477 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12478
12479         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12480
12481         * except.c (can_throw): See through a SEQUENCE.
12482         (nothrow_function_p): New fn.
12483         * except.h: Declare it.
12484         * function.c (current_function_nothrow): New var.
12485         (prepare_function_start): Initialize it.
12486         * output.h: Declare it.
12487         * toplev.c (rest_of_compilation): Set it.
12488         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12489
12490 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12491
12492         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12493         match.  (cpp_compare_defs): Count the nul separator when
12494         advancing over argument names.
12495
12496 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12497
12498         * recog.c (preprocess_constraints): Matching constraints affect
12499         same alternative/different operand, not same operand/different
12500         alternative.
12501
12502         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12503         register and a constant specially.
12504
12505 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12506
12507         * libgcc2.h: New file.
12508         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12509
12510 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12511
12512         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12513         * configure: Regenerate.
12514         * config/ia64: New.
12515
12516 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12517
12518         * Makefile.in (LIBCPP_DEPS): New macro.
12519         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12520         it to declare deps.
12521         * cpperror.c: Include cpphash.h.
12522         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12523         dingleberry.
12524         (lex): Don't use CPP_WARN_UNDEF.
12525         (_cpp_parse_expr): Return an int, the truth value.
12526         * cppfiles.c: Include cpphash.h.
12527         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12528         * cppinit.c (include_defaults_array): Disentangle.
12529         (cpp_cleanup): Don't free the if stack here.
12530         (cpp_finish): Pop off all buffers, not just one.
12531         * cpplib.c (eval_if_expr): Return int.
12532         (do_xifdef): Rename do_ifdef.
12533         (handle_directive): Don't use CPP_PREPROCESSED.
12534         (cpp_get_token): Don't use CPP_C89.
12535         * fix-header.c: Don't use CPP_OPTIONS.
12536
12537         * cpplib.h: Move U_CHAR, enum node_type, struct
12538         file_name_list, struct ihash, is_idchar, is_idstart,
12539         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12540         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12541         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12542         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12543         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12544         of _cpp_simplify_pathname, _cpp_find_include_file,
12545         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12546         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12547         cppinit.c.
12548         Change all uses of U_CHAR to be unsigned char instead.
12549         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12550
12551 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12552
12553         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12554         (dwarf2out_begin_prologue): Set it.
12555         (output_call_frame_info): Don't emit EH unwind info for leaves.
12556
12557         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12558         can occur outside of an EH region.
12559         * except.c: Correct comments about rethrow behavior.
12560         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12561
12562 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12563
12564         * flow.c (make_edges): Always call make_eh_edge for calls.
12565
12566 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12567
12568         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12569         (struct cpp_buffer): Remove fname and underflow fields.
12570         (struct cpp_reader): Remove get_token field.
12571         (struct include_hash): Rename to struct ihash.  Add typedef to
12572         IHASH.
12573         (struct if_stack): Remove fname field.
12574         (IF_STACK_FRAME): Rename to IF_STACK.
12575
12576         * cpperror.c (print_containing_files): Trust that there are no
12577         macro buffers below the top file buffer.
12578         * cppfiles.c: Replace all references to 'struct include_hash'
12579         with 'IHASH'.  Rename initialize_input_buffer to
12580         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12581         use buffer->ihash->name instead.
12582         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12583         not CPP_NULL_BUFFER.
12584         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12585         IF_STACK_FRAME, IHASH not struct include_hash.
12586         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12587         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12588         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12589         references to cpp_buffer->fname (delete entirely, or use
12590         ->ihash->name instead) and IF_STACK->fname.
12591         (cpp_push_buffer): Don't set new->underflow.
12592         (do_include): Use cpp_file_buffer.
12593
12594         * cpphash.c (collect_formal_parameters): Remove duplicate
12595         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12596         used as a macro argument name.  Don't append "..." to namebuf
12597         for varargs macros.  After we're done scanning, go through
12598         namebuf and make it NUL separated, not comma separated.
12599         (_cpp_compare_defs): Remove register tag from variables.
12600         Expect defn->argnames to be NUL separated.
12601         (_cpp_dump_definition): Expect defn->argnames to be NUL
12602         separated and in forward order.
12603         * cpphash.h: Update documentation of argnames field.
12604
12605 2000-03-08  Richard Henderson  <rth@cygnus.com>
12606
12607         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12608         to fail.  Don't pre-expand the source operand.
12609
12610         * i386.md (strlensi): Initialize eoschar and align before use.
12611
12612 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12613
12614         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12615         CONSTRUCTOR element.
12616
12617 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12618
12619         * mips.c (mips_expand_prologue): If the last
12620         named argument is the vararg marker "va_list", treat it as
12621         an unnamed argument.
12622
12623 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12624
12625         * dbxout.c (dbxout_parms): When correcting for promoted
12626         big-endian parameters, use the mode of the DECL_RTL rather
12627         than UNITS_PER_WORD.
12628
12629 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12630
12631         * c-common.h (make_fname_decl): Declare.
12632         * c-common.c (make_fname_decl): Define.
12633         (declare_hidden_char_array): Remove.
12634         (declare_function_name): Use make_fname_decl.
12635         * c-decl.c (c_make_fname_decl): New function.
12636         (init_decl_processing): Set make_fname_decl.
12637
12638 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12639
12640         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12641
12642 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12643
12644         * po/POTFILES.in: Remove cppalloc.c from file list.
12645
12646 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12647
12648         * pj.c (pj_expand_prologue): current_function->args_info is
12649         now current_function_args_info.
12650
12651         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12652         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12653         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12654
12655 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12656
12657         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12658         output as hexadecimal rather than the default octal.
12659
12660 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12661
12662         * cpphash.c (special_symbol): Fix thinko in previous commit.
12663
12664 2000-03-07  Neil Booth  <NeilB@earthling.net>
12665
12666         * cppexp.c (struct operation, left_shift, right_shift,
12667         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
12668         "int"s to "unsigned int"s.
12669         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
12670         Similarly.
12671         * cpplib.h: Update for above.
12672         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
12673         returned from allocations.
12674
12675         * cppinit.c (opt_comp, parse_options): New functions.
12676         (handle_option): Use parse_option to parse a single command
12677         line option, that possibly takes an argument.
12678         (cpp_handle_options): Sort the array of command line options on
12679         first invocation (non-ASCII hosts only).
12680         (print_help): Update.
12681
12682 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12683
12684         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
12685         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
12686
12687         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
12688         initialized.
12689         * cppinit.c (cpp_cleanup): Free imp->nshort also.
12690
12691         * cpperror.c (cpp_print_containing_files,
12692         cpp_print_file_and_line, v_cpp_message): Rename to
12693         print_containing_files, print_file_and_line, and v_message.
12694         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
12695         to _cpp_parse_expr, parse_escape, and lex.
12696         (parse_charconst): Remove broken multibyte support.
12697         * cppfiles.c (include_hash): Make static.
12698         (cpp_included): New function.
12699         (merge_include_chains, find_include_file, finclude,
12700         simplify_pathname): Rename to _cpp_merge_include_chains,
12701         _cpp_find_include_file, _cpp_read_include_file, and
12702         _cpp_simplify_pathname.
12703         * cpphash.c (cpp_lookup, free_definition, delete_macro,
12704         cpp_install, create_definition, macroexpand, compare_defs,
12705         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
12706         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
12707         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
12708         * cppinit.c (cpp_handle_option): Rename to handle_option, make
12709         static.
12710         * cpplib.c: Remove extern prototype of cpp_parse_expr.
12711
12712         * cpphash.h: Update prototypes.
12713         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
12714
12715 2000-03-07  Andrew Haley  <aph@cygnus.com>
12716
12717         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
12718         PTRDIFF_TYPE should be based solely on Pmode.
12719         (SIZE_TYPE): ditto.
12720
12721 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12722
12723         * rtl.h (rtunion_def): Constify member `rtstr'.
12724         (emit_line_note_after, emit_line_note, emit_line_note_force,
12725         emit_note, decode_asm_operands): Constify.
12726
12727         * cse.c (canon_hash): Likewise.
12728
12729         * dbxout.c (dbxout_block): Likewise.
12730
12731         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
12732         v_warning_for_asm): Likewise.
12733
12734         * dwarfout.c (function_start_label): Likewise.
12735
12736         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
12737         emit_line_note_force): Likewise.
12738
12739         * final.c (last_filename, asm_insn_count, final_scan_insn,
12740         output_source_line): Likewise.
12741
12742         * function.h (struct emit_status): Likewise.
12743
12744         * gcse.c (hash_expr_1): Likewise.
12745
12746         * genattr.c (gen_attr, main): Likewise.
12747
12748         * genattrtab.c (struct function_unit, current_alternative_string,
12749         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
12750         attr_numeral, check_attr_test, check_attr_value,
12751         convert_set_attr_alternative, convert_set_attr,
12752         compute_alternative_mask, simplify_by_exploding, gen_attr,
12753         gen_unit): Likewise.
12754
12755         * genflags.c (gen_insn): Likewise.
12756
12757         * gengenrtl.c (type_from_format): Likewise.
12758
12759         * genopinit.c (gen_insn): Likewise.
12760
12761         * genoutput.c (n_occurrences, process_template, process_template):
12762         Likewise.
12763
12764         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12765         Likewise.
12766
12767         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12768         Likewise.
12769
12770         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
12771         ggc_set_mark, ggc_get_size): Likewise.
12772
12773         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
12774
12775         * optabs.c (init_one_libfunc): Likewise.
12776
12777         * output.h (assemble_start_function): Likewise.
12778
12779         * recog.c (decode_asm_operands): Likewise.
12780
12781         * toplev.c (rest_of_compilation): Likewise.
12782
12783         * tree.h (emit_line_note_after, emit_line_note,
12784         emit_line_note_force): Likewise.
12785
12786         * varasm.c (asm_output_bss, asm_output_aligned_bss,
12787         asm_emit_uninitialised, assemble_start_function,
12788         assemble_variable, const_hash, compare_constant_1,
12789         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
12790
12791         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
12792
12793         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
12794
12795         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
12796
12797         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
12798
12799         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
12800         arm_dllimport_name_p): Likewise.
12801
12802         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
12803         Likewise.
12804
12805         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
12806
12807         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12808
12809         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
12810         arm_mark_dllexport, arm_mark_dllimport,
12811         arm_pe_encode_section_info): Likewise.
12812
12813         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
12814         ASM_FINISH_DECLARE_OBJECT): Likewise.
12815
12816         * arm/thumb.c (thumb_function_prologue): Likewise.
12817
12818         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
12819
12820         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12821
12822         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
12823
12824         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
12825
12826         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
12827
12828         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12829
12830         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
12831         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
12832
12833         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
12834
12835         * i386/i386.c (asm_output_function_prefix): Likewise.
12836
12837         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
12838
12839         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12840
12841         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
12842
12843         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
12844         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
12845         ASM_OUTPUT_SECTION_NAME): Likewise.
12846
12847         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
12848
12849         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
12850
12851         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
12852
12853         * m32r/m32r.c (m32r_encode_section_info): Likewise.
12854
12855         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12856
12857         * mcore/mcore.c (mcore_encode_section_info): Likewise.
12858
12859         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12860
12861         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12862
12863         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12864
12865         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
12866
12867         * mips/mips.md (movdi, movsi): Likewise.
12868
12869         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12870
12871         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12872
12873         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12874
12875         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
12876         ASM_OUTPUT_ASCII): Likewise.
12877
12878         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
12879         output_mi_thunk, output_toc): Likewise.
12880
12881         * rs6000/rs6000.md (movsi): Likewise.
12882
12883         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
12884
12885         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
12886
12887         * v850/v850.c (print_operand, print_operand_address,
12888         v850_encode_data_area): Likewise.
12889
12890 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
12891
12892         * config/mips/mips.md (zero_extendsidi2): Always force operand
12893         one to memory for mips16.
12894
12895 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12896
12897         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
12898         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
12899         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
12900         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
12901         (min_precision): Result is unsigned.
12902         (add_double, neg_double, mul_double): Low word is unsigned.
12903         (lshift_double, rshift_double, lrotate_double): Likewise.
12904         (rrotate_double, div_and_round_double): Likewise.
12905         (tree_floor_log2, compare_tree_int): New functions.
12906         (preserve_rtl_expr_temps): New declaration.
12907         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
12908         (decl_attributes): Use tree_log2 to find alignment.
12909         Check for TREE_INT_CST_HIGH for format args.
12910         (min_precision): Now unsigned.
12911         Use tree_floor_log2.
12912         (truthvalue_conversion): Delete long-disabled code.
12913         * c-decl.c (finish_struct): Clean up tests on field width.
12914         (finish_function): Use compare_tree_int.
12915         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
12916         * c-typeck.c (comptypes): Use tree_int_cst_equal.
12917         (default_conversion, digest_init): Use compare_tree_int.
12918         (build_binary_op): Use integer_all_onesp and compare_tree_int.
12919         Fix type errors in forming masks.
12920         * calls.c (initialize_argument_information): Use compare_tree_int.
12921         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12922         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
12923         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
12924         (store_field): Use compare_tree_int.
12925         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
12926         (expand_expr, case ARRAY_REF): Use compare_tree_int.
12927         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
12928         (do_store_flag): Use compare_tree_int.
12929         * fold-const.c (encode, decode): Low part is always unsigned.
12930         (force_fit_type, add_double, neg_double, mul_double): Likewise.
12931         (lshift_double, rshift_double, lrotate_double): Likewise.
12932         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
12933         (fold_convert): Use compare_tree_int.
12934         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
12935         (invert_truthvalue, case INTEGER_CST): Likewise.
12936         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
12937         * mkdeps.c (deps_dummy_targets): Make I unsigned.
12938         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
12939         (lshift_double, rshift_double, lrotate_double, rrotate_double):
12940         Likewise.
12941         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
12942         (expand_end_case): Use compare_tree_int.
12943         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12944         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
12945         (layout_decl): Likewise.
12946         (layout_record, layout_union): Make sizes unsigned.
12947         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
12948         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
12949         * tree.c (struct type_hash): hashcode is unsigned.
12950         (build_type_attribute_variant, type_hash_list): Likewise.
12951         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
12952         (attribute_hash_list, build_array_type, build_method_type): Likewise.
12953         (build_complex_type): Likewise.
12954         (real_value_from_int_cst): Remove unneeded casts.
12955         (integer_all_onesp): Add casts.
12956         (tree_floor_log2, compare_tree_int): New functions.
12957         (build_index_type): Use tree_int_cst_sgn.
12958         * varasm.c (assemble_variable): Use compare_tree_int.
12959
12960 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
12961
12962         * cpphash.c (collect_expansion): Also catch ## at start of macro.
12963
12964         * varasm.c (make_decl_rtl): Don't add a number to members of
12965         local classes.
12966         (make_function_rtl): Likewise.
12967
12968 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12969
12970         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
12971         patch from 2000-01-28.
12972
12973 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
12974
12975         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
12976         filled with an insn from the jump target.
12977
12978 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12979
12980         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
12981         (c4x_external_ref): Likewise.
12982         * config/c4x/c4x.c (struct name_list): Likewise.
12983
12984 1999-12-16  Ben Collins  <bcollins@debian.org>
12985
12986         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
12987         argument to genmultilib.
12988         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
12989         the contents into the multilib.h header.
12990         * gcc.c: Declare multilib_exclusions for the specs file.
12991         (set_multilib_dir): Use it.
12992         (print_multilib_info): Likewise.
12993         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
12994         to pass to genmultilib.
12995
12996 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12997
12998         * builtins.c (built_in_class_names, built_in_names): Constify a
12999         char*.
13000
13001         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
13002         int.
13003         (_mcleanup): Ensure value matches format specifier in sprintf.
13004
13005         * cpphash.c (special_symbol): Don't needlessly cast away
13006         const-ness.
13007
13008         * cppinit.c (base_name): Delete unused prototype.
13009
13010         * mkdeps.c (deps_init): Make definition K&R safe.
13011
13012         * tree.h (built_in_class_names, built_in_names): Constify a
13013         char*.
13014
13015 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
13016
13017         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
13018         floating point instructions for epilogue delay.
13019
13020         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
13021         to gas if it supports .register pseudo.
13022
13023         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
13024         LONG_DOUBLE_TYPE_SIZE if not defined.
13025         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
13026         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
13027         * real.c: Likewise.
13028         * gengenrtl.c: Likewise.
13029         * print-rtl.c: Likewise.
13030         * rtl.c: Likewise.
13031         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
13032         MASK_LONG_DOUBLE_128.
13033         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
13034         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
13035         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
13036         (SUBTARGET_SWITCHES): Define.
13037         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
13038         with -mlong-double-128.
13039         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13040         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13041         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13042         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
13043         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
13044         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
13045         with -mlong-double-128.
13046         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13047         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13048         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13049         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
13050         TARGET_LONG_DOUBLE_128): Define.
13051         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
13052         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
13053         long double on TARGET_ARCH64.
13054
13055 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
13056
13057         * function.c (free_temps_for_rtl_expr): Don't free slots
13058         that have been pushed into a higher level.
13059
13060         Revert this patch:
13061         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13062
13063 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13064
13065         * basic-block.h (ALLOCA_REG_SET): Remove.
13066         (INITIALIZE_REG_SET): New macro.
13067         * flow.c (update_life_info): Use it.
13068         (calculate_global_regs_live): Likewise.
13069         (propagate_block): Likewise.
13070         * global.c (build_insn_chain): Likewise.
13071         * haifa-sched.c (schedule_region): Likewise.
13072
13073 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13074
13075         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13076         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13077         (DWARF_ARANGES_PAD_SIZE): New define.
13078         (output_aranges): Use it to pad the address range header.
13079         (DWARF_ROUND): Fix for non power of 2 rounding.
13080
13081 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13082
13083         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13084
13085 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13086
13087         * tree.def (RTL_EXPR): Update documentation.
13088         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13089         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13090         * function.c (preserve_rtl_expr_temp): New function.
13091         (preserve_rtl_expr_temps): Likewise.
13092         (preserve_rtl_expr_result): Use it.
13093
13094         Revert this patch:
13095         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13096
13097 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13098
13099         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13100         for unchanging destination.
13101
13102 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13103
13104         * function.h (struct sequence_stack): Remove rtl_expr.
13105         (struct emit_staus): Likewise.
13106         (seq_rtl_expr): Remove.
13107         * tree.h (free_temps_for_rtl_expr): Don't declare.
13108         (start_sequence_for_rtl_expr): Likewise.
13109         * rtl.h (preserve_rtl_expr_result): Likewise.
13110         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13111         (start_sequence_for_rtl_expr): Remove.
13112         (push_topmost_sequence): Don't save sequence_rtl_expr.
13113         (pop_topmost_sequence): Remove comment about not restoring it.
13114         (end_sequence): Don't set seq_rtl_expr.
13115         (init_emit): Don't initialize it.
13116         (mark_sequence_stack): Don't mark it.
13117         (mark_emit_status): Likewise.
13118         * except.c (protect_with_terminate): Use
13119         start_sequence_for_rtl_expr, not start_sequence.
13120         * expr.c (expand_expr, case RTL_EXPR): Don't call
13121         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13122         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13123         (preserve_rtl_expr_result): Remove.
13124         (free_temps_for_rtl_expr): Likewise.
13125         (pop_temp_slots): Likewise.
13126         (mark_temp_slot): Don't mark the rtl_expr.
13127         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13128         start_sequence_for_rtl_expr.
13129
13130 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13131
13132         * mkdeps.c, mkdeps.h: New files.
13133         * po/POTFILES.in: Add them.
13134         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13135         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13136         (mkdeps.o): New target.
13137
13138         * cppfiles.c: Delete deps_output.
13139         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13140         OBJECT_SUFFIX, and base_name.
13141         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13142         the include hash.
13143         (initialize_dependency_output): Use deps_init,
13144         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13145         all the unnecessary string bashing.
13146         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13147         level.
13148         * cpplib.c (do_include): Use deps_add_dep.
13149         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13150         deps_allocated_size, deps_size, deps_column members with
13151         single pointer to a struct deps.  Delete prototype of
13152         deps_output.
13153
13154         * cppinit.c: Fix thinko in previous patch.
13155
13156 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13157
13158         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13159         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13160         (mode_for_size_tree): New function.
13161         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13162         * tree.h (mode_for_size_tree): New declaration.
13163
13164         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13165
13166 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13167
13168         * stmt.c (is_body_block): Move...
13169         * dwarfout.c, dwarf2out.c: ...from here.
13170         * tree.h: Declare it.
13171         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13172         * final.c (final_start_function): Do call remove_unnecessary_notes
13173         when scheduling.
13174
13175 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13176
13177         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13178
13179         * cpplib.h (_dollar_ok): New macro.
13180         (is_idchar, is_idstart): Use it.
13181         (IStable): Rename to _cpp_IStable.  Declare it const if
13182         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13183         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13184         is_space): Update for renamed IStable.
13185
13186         * cppinit.c: Delete all references to FAKE_CONST and CAT
13187         macros. Define init_IStable as empty macro if gcc >=2.7 or
13188         C99. Change TABLE() to ISTABLE and hardcode name of table.
13189         (cpp_start_read): Don't change the IStable based on
13190         dollars_in_ident.
13191
13192         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13193         changed.  Handle '$' for char1 correctly.
13194         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13195
13196         * cppexp.c (tokentab2): Make const.
13197         (cpp_lex): Make toktab const.
13198         * cppinit.c (include_defaults_array): Make const.
13199         (initialize_standard_includes): Make default_include const.
13200
13201 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13202
13203         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13204         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13205         (gen_decl_die): Likewise.
13206         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13207         (output_decl): Likewise.
13208
13209         * varasm.c (make_function_rtl): If we change the name used in the
13210         rtl, update DECL_ASSEMBLER_NAME accordingly.
13211         (make_decl_rtl): Likewise.
13212
13213         * toplev.c (rest_of_compilation): Tweak formatting.
13214
13215         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13216         remove_unnecessary_notes.
13217         (debug_ignore_block): New fn.
13218         * toplev.h: Declare it.
13219         * emit-rtl.c (remove_unncessary_notes): Call it.
13220         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13221         * dwarf2out.h: Declare it.
13222         * final.c (final_start_function): Don't call remove_unnecessary_notes
13223         if we did insn scheduling.
13224
13225 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13226
13227         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13228         * cpplib.h: Delete SET_CPP_PEDANTIC.
13229
13230 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13231
13232         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13233         result is a RECORD_TYPE.
13234
13235 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13236
13237         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13238
13239 2000-03-03  Richard Henderson  <rth@cygnus.com>
13240
13241         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13242         addition over compliments over shifts.
13243
13244 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13245
13246         * reload1.c (reload_combine_note_use): Handle return register USEs.
13247         REG case: Handle multi-hard-register hard regs.
13248
13249 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13250
13251         * md.texi: Document use of '*' in insn pattern name.
13252
13253 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13254
13255         * calls.c (special_function_p): operator new may not be malloc-like.
13256
13257         * gcse.c (dump_hash_table): Really fix error in last change.
13258
13259 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13260
13261         * avr.c (print_operand): Use print_operand_address instead of
13262         output_addr_const.
13263         * avr/libgcc.S: Cleanup code.
13264
13265 2000-03-02  Richard Henderson  <rth@cygnus.com>
13266
13267         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13268
13269 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13270
13271         * tree.h (TYPE_ALIGN_UNIT): New macro.
13272
13273 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13274
13275         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13276
13277 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13278
13279         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13280         for the buffer.
13281         (SET_CPP_PEDANTIC): New macro.
13282         * cpplib.c (do_include): Don't bother checking system_header_p.
13283         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13284         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13285
13286         * function.h (struct expr_status): Add x_arg_space_so_far.
13287         (arg_space_so_far): New macro.
13288         * expr.c (init_expr): Initialize it.
13289         * calls.c (emit_call_1): Reset it.
13290         (compute_argument_block_size, expand_call): Use it.
13291         (expand_call, store_one_arg): Increment it.
13292
13293 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13294
13295         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13296         a UNION_TYPE.
13297
13298 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13299
13300         * cppfiles.c (cpp_read_file): New function.
13301
13302         * cpphash.c (collect_expansion): Make sure to reset last_token
13303         to NORM when we hit a string.  Handle trailing whitespace
13304         properly when the expansion is empty.
13305         (create_definition): Disable line commands while parsing the
13306         directive line.
13307         (dump_definition): If pfile->lineno == 0, output a line
13308         command ahead of the dump, and add a trailing newline.
13309
13310         * cppinit.c (append_include_chain): Add fifth argument, which
13311         indicates whether or not system headers are C++ aware.
13312         (initialize_standard_includes): New function,
13313         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13314         the include_defaults_array on to append_include_chain.
13315         (dump_special_to_buffer): Const-ify char array.
13316         (builtin_array): Don't dump __BASE_FILE__.
13317         (cpp_start_read): Use cpp_read_file.  Reorder code for
13318         clarity.  Don't output line commands here for -D/-A/-U
13319         switches.  Don't call deps_output for files included with
13320         -include or -imacros.
13321
13322         * cpplib.c (do_define): Don't pay any attention to the second
13323         argument.
13324         (cpp_expand_to_buffer): Disable line commands while scanning.
13325         (output_line_command): Work in the file buffer.
13326         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13327         Fix formatting of comments.  Prototype cpp_read_file.
13328
13329 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13330
13331         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13332         reference the language-equivalent of sizetype.
13333         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13334         * fold-const.c (size_binop, size_diffop): Put back checks.
13335         * gcse.c (dump_hash_table): Fix minor error in last change.
13336         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13337         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13338         all sizetypes.
13339
13340 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13341
13342         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13343         with inhibit_defer_pop set.
13344
13345 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13346
13347         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13348         the DECL_SIZE for a FIELD_DECL.
13349
13350 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13351
13352         * fixinc/inclhack.tpl: remove unused symlinks
13353         * fixinc/README: GCC Maintainer info
13354         * fixinc/inclhack.sh: regen
13355         * fixinc/fixincl.sh: regen
13356
13357 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13358
13359         * cpphash.c (collect_expansion): Trim trailing white space
13360         from macro definitions, but don't go past the last insertion
13361         point.
13362
13363 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13364
13365         * i386.md (mulqi3): New pattern.
13366
13367 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13368
13369         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13370         token types.
13371         (struct cpp_reader): Add parsing_if_directive and
13372         parsing_define_directive flags.
13373         (struct cpp_options): Remove output_conditionals flag.
13374         (check_macro_name): Delete prototype.
13375
13376         * cpphash.h (struct macrodef): Delete.
13377         (struct reflist): Separate from struct definition.
13378         (struct definition): Remove unused fields.  Add column number.
13379         (create_definition): Returns a DEFINITION *.  Takes a
13380         cpp_reader * and an int.
13381
13382         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13383         (PEEKC): Copy defn from cpplib.c.
13384         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13385         (struct arg): New.
13386         (struct arglist): Simplify.
13387         (collect_expansion): Rewrite.  Get tokens by calling
13388         cpp_get_token.  Add more error checking.
13389         (collect_formal_parameters): New function, broken out of
13390         create_definition and reworked to use get_directive_token.
13391         (create_definition): All real work is now in collect_expansion
13392         and collect_formal_parameters.  do_define handles finding the
13393         macro name.  Return a DEFINITION, not a MACRODEF.
13394         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13395         character-at-a-time copy loop with memcpy and pointer increments.
13396         (compare-defs): d1->argnames / d2->argnames might be null.
13397
13398         * cpplib.c (copy_rest_of_line): Delete function.
13399         (skip_rest_of_line): Do all the work ourselves.
13400         (skip_string): New function.
13401         (parse_string): Use skip_string.
13402         (get_macro_name): New function.
13403         (check_macro_name): Delete.
13404         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13405         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13406         (handle_directive): ICE if we're called on a macro buffer.
13407         (do_define): Determine macro name and type (funlike/objlike)
13408         here.  Expunge all uses of MACRODEF.
13409         (cpp_push_buffer): Set line_base to NULL.
13410         (do_undef, read_line_number): Don't worry about getting a POP token.
13411         (eval_if_expression): Set/reset parsing_if_directive around
13412         cpp_parse_expr. Don't clear only_seen_white.
13413         (skip_if_group): Remove output_conditionals logic.  Use
13414         skip_rest_of_line.
13415         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13416         tokens under appropriate conditions.
13417         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13418
13419         * cppexp.c (parse_defined): New function, break out of
13420         cpp_lex.
13421         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13422         ourselves, with cpp_defined.
13423         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13424
13425         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13426         * gcc.dg/strpaste-2.c: New.
13427
13428 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13429
13430         * fold-const.c (size_binop): Don't asert inputs are the same and
13431         have TYPE_IS_SIZETYPE set.
13432         (size_diffop): Likewise.
13433
13434 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13435
13436         * dwarfout.c (output_block): Output abstract blocks even if they
13437         don't have TREE_ASM_WRITTEN set.
13438
13439         * calls.c (emit_library_call): Check for null REG.
13440
13441 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13442
13443         * c-decl.c (current_function_decl): Move to toplev.c.
13444         (init_decl_processing): Don't add current_function_decl as a ggc
13445         root here.
13446         * dbxout.c (dbxout_symbol): Change return type to int.
13447         (dbxout_symbol_location, dbxout_syms): Likewise.
13448         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13449         any locals. Use current_function_func_begin_label if set.
13450         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13451         * dwarf2out.c (dwarf2out_begin_prologue): Set
13452         current_function_func_begin_label.
13453         * final.c (final_start_function): Reset it.
13454         * toplev.c (current_function_decl): Define it here.
13455         (current_function_func_begin_label): New variable.
13456         (main): Add both as ggc roots.
13457         * tree.h (current_function_func_begin_label): Declare.
13458
13459 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13460
13461         * gcse.c: Cleanups throughout: mostly white-space, but also
13462         some minor rearrangement of code.
13463
13464 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13465
13466         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13467         returns a PARALLEL.  Use emit_group_load and use_group_regs
13468         as needed.
13469         (emit_library_call_value): Similarly.
13470
13471         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13472         * pa/quadlib.asm: Remove.
13473         * pa/quadlib.c: New file.
13474
13475         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13476         * configure: Rebuilt.
13477
13478 2000-02-29  Philip Blundell  <pb@futuretv.com>
13479
13480         * config/arm/conix-elf.h: New file.
13481         * configure.in (arm*-*-conix*): New configuration.
13482         * configure: Regenerate.
13483
13484 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13485
13486         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13487         don't have TREE_ASM_WRITTEN set.
13488
13489 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13490
13491         * Eliminate DECL_FIELD_SIZE.
13492         * builtins.c (built_in_class_names, built_in_names): New variables.
13493         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13494         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13495         DECL_SIZE, not DECL_FIELD_SIZE.
13496         * print-tree.c (print_node): Remove code that prints extra blank
13497         lines in some cases.
13498         Properly handle inline and builtin function cases.
13499         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13500         * tree.h (built_in_class_named, built_in_names): New declarations.
13501         (union tree_decl): Rename internal unions to u1 and u2 and change
13502         some of their components.
13503         Add new field built_in_class.
13504         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13505         Reflect above changes.
13506         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13507         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13508         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13509         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13510
13511 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13512
13513         * extend.texi: Document ARM's support for long/short calls.
13514
13515         * invoke.texi: Document ARM's -mlong-calls command line switch.
13516
13517         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13518         (arm_encode_call_attribute): Add prototype.
13519         (arm_set_default_type_attribute): Add prototype.
13520         (arm_strip_name_encoding): Add prototype.
13521
13522         * config/arm/arm.c (arm_init_cumulative_args): replace
13523         initialisation og 'long_calls' field with initialisation of
13524         'call_cookie' field.
13525         (enum arm_pragma_enum): New enum.
13526         (arm_pragma_long_calls): New static variable.
13527         (arm_process_pragma): Also process "#pragma long_calls_off".
13528         (arm_valid_type_attribute_p): Accept short_call attribute.
13529         (arm_comp_type_attributes): Check long/short call attributes.
13530         (arm_encode_call_attribute):  New function:  Encode long_call
13531         or short_call attribute in function name.
13532         (arm_set_default_type_attributes): New function: Assign
13533         default attributes to newly defined type.
13534         (current_file_function_operand): New function: Return true if
13535         the symbol is a function which has already been compiled.
13536         (arm_is_longcall_p): New function: Return true if the
13537         indicated function should be called via a long call.
13538         (arm_get_strip_length): New function.  Returns number of
13539         prefix characters to be stripped from a function's name.
13540         (arm_strip_name_encoding): New function.  Strip prefix characters
13541         from a function's name.
13542
13543         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13544         with 'call_cookie'.
13545         (SHORT_CALL_FAG_CHAR): Define.
13546         (LONG_CALL_FAG_CHAR): Define.
13547         (ENCODED_SHORT_CALL_ATTR_P): Define.
13548         (ENCODED_LONG_CALL_ATTR_P): Define.
13549         (ARM_NAME_ENCODING_LENGTHS): Define.
13550         (STRIP_NAME_ENCODING): Define.
13551         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13552         (ARM_ENCODE_CALL_TYPE): Define.
13553         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13554         (ARM_DECLARE_FUNCTION_SIZE): Define.
13555         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13556
13557         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13558         if a long call is needed.
13559         (call_value): Ditto.
13560         (call_symbol): Ditto.
13561
13562         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13563         ARM_DECLARE_FUNCTION_SIZE.
13564
13565         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13566         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13567         (ARM_STRIP_NAME_ENCODING): Undefine.
13568         (STRIP_NAME_ENCODING): Undefine.
13569         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13570         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13571         (ASM_OUTPUT_COMMON): Ditto.
13572         (ASM_DECLARE_OBJECT_NAME): Ditto.
13573
13574         * config/arm/pe.c (arm_dllexport_name_p): Check for
13575         ARM_PE_FLAG_CHAR.
13576         (arm_dllimport_name_p): Ditto.
13577         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13578         (arm_mark_dllimport): Ditto.
13579
13580 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13581
13582         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13583
13584 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13585
13586         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13587
13588 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13589
13590         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13591         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13592         NO_BUILTIN_WCHAR_TYPE is not defined.
13593         (CPP_WCHAR_TYPE): Delete.
13594         * cccp.c (main): Don't change wchar_type if cplusplus.
13595         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13596
13597 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13598
13599         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13600
13601 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13602
13603         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13604         (ASM_WEAKEN_LABEL): Define.
13605
13606 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13607
13608         * expr.c (store_constructor): Do not emit USE.
13609         * rtl.h (stupid_life_analysis): Remove.
13610
13611 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13612
13613         * function.c (number_blocks): Reset next_block_index based on
13614         what debugging format is used, not what is defined.
13615
13616         * lcm.c: Minor reformatting throughout.
13617         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13618
13619         * toplev.c (rest_of_compilation): Account for time in
13620         optimize_mode_switching.
13621
13622         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13623         if only marking labels.
13624
13625 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13626
13627         * calls.c (expand_call): Attempt to combine stack adjustments with
13628         pending stack adjustments.
13629
13630 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13631
13632         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13633         to the end of the function.
13634
13635 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13636
13637         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13638         blocks.
13639         * final.c (next_block_index): Remove.
13640         (max_block_depth): Likewise.
13641         (pending_blocks): Likewise.
13642         (init_final): Don't initialize them.
13643         (final_start_function): Don't set next_block_index.  Set up
13644         BLOCK_NUMBER.
13645         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13646         * function.h (number_blocks): New function.
13647         * function.c (get_block_vector): New function.
13648         (identify_blocks): Use it.
13649         (reorder_blocks): Set NOTE_BLOCK.
13650         (number_blocks): New function.
13651         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13652         * tree.h (BLOCK_NUMBER): New macro.
13653         (tree_block): Add block_num field.
13654         * dbxout.c (next_block_number): Remove.
13655         (dbxout_init): Don't set it.
13656         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13657         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13658         block numbers.
13659         * toplev.c (rest_of_compilation): Always call
13660         find_loop_tree_blocks.  Fix indentation.
13661         * dwarf2out.c (next_block_number): Remove.
13662         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13663         to determine block numbers.
13664         (gen_inlined_subroutine_die): Likewise.
13665         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
13666         (decls_for_scope): Don't increment next_block_number.
13667         * dwarfout.c (next_block_number): Remove.
13668         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13669         to determine block numbers.
13670         (output_inlined_subroutine_die): Likewise.
13671         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
13672         (output_decls_for_scope): Don't increment next_block_number.
13673         * sdbout.c (next_block_number): Remove.
13674         (sdbout_block): Use BLOCK_NUMBER.
13675         (sdbout_begin_block): Simplify.
13676         * xcoffout.c (next_block_number): Remove.
13677         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
13678         (xcoffout_begin_block): Don't set next_block_number.
13679         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
13680         next_block_number.
13681
13682 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13683
13684         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
13685         (expand_builtin_strcpy): Pass correct type to size_binop.
13686         (expand_builtin_strcmp): Likewise.
13687         Clean up conditional structure.
13688         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
13689         (complete_array_type): Don't use size_binop for MAXINDEX.
13690         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
13691         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
13692         (c_alignof): Use size_one_node.
13693         (build_unary_op): Pass arg of proper type to size_binop.
13694         (really_start_incremental_init, push_init_level): Use sizetype for
13695         constructor{,_bit,_unfilled}_index.
13696         (pop_init_label, output_init_element): Likewise.
13697         (output_pending_init_elements, process_init_element): Likewise.
13698         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
13699         * expr.c (store_expr): Use size_int.
13700         (store_constructor): Use proper types for size_binop args.
13701         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
13702         (expand_expr_unaligned): Likewise.
13703         (string_contant): Return object of sizetype.
13704         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
13705         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
13706         (ARGS_SIZE_TREE): Pass proper types to size_binop.
13707         * fold-const.c (int_const_binop): Refine when size_int is called.
13708         (fold_convert): Likewise.
13709         (size_int_wide): Rework to take KIND as arg, only take low order
13710         bits, handle new sizetype_tab datatype, and chain entries in
13711         size_table.
13712         (size_int_type_wide): New function.
13713         (size_binop): Validate types of arguments.
13714         (ssize_binop): Deleted.
13715         (size_diffop): New function.
13716         (extract_muldiv): Only fold division into multiplication for sizetypes.
13717         * function.c (assign_parms): Use size_diffop and make sure
13718         VAR field is of ssizetype; also pass proper type to size_binop.
13719         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
13720         (round_down): Deleted from here.
13721         * store-layout.c (sizetype_tab): Now an array.
13722         (sizetype_set, early_root_list): New variables.
13723         (variable_size): Use size_one_node.
13724         (round_up): Pass proper type to size_binop.
13725         (round_down): Moved to here and corrected as above.
13726         (layout_record): Pass proper arg types to size_binop.
13727         (layout_type): Likewise.
13728         If sizetype_set is zero, record the type just laid out.
13729         (make_unsigned_type): Don't call set_sizetype;
13730         (make_signed_type): Likewise; also, call fixup_signed_type.
13731         (initialize_sizetypes): New function.
13732         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
13733         set name of bitsizetype to "bit_size_type".
13734         Fix up type of sizes of all types made before call.
13735         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
13736         * tree.c (fix_sizetype): Deleted.
13737         (build_common_tree_nodes): Call initialize_sizetypes.
13738         (build_common_tree_nodes_2): Don't call fix_sizetype.
13739         * tree.h (TYPE_IS_SIZETYPE): New macro.
13740         (initialize_sizetype): New declaration.
13741         (enum size_type_kind): New type.
13742         (struct sizetype_tab): Deleted.
13743         (sizetype_tab): Now array; adjust sizetype macros.
13744         (size_diffop, size_int_type_wide): New functions.
13745         (size_int_wide): Change number of args and type; access macros changed.
13746         (ssize_int, sbitsize_int): New macros.
13747         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
13748         (ROUND_TYPE_SIZE_UNIT): New macro.
13749
13750 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
13751
13752         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
13753
13754 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13755
13756         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
13757         Mark as possibly unused.
13758
13759         * cse.c (cse_insn): Delete dead code involving tablejump.
13760         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
13761
13762         * Makefile.in (libcpp.a): Start by deleting it.
13763
13764 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13765
13766         * cpplib.h (enum file_change_code): Added rename_file.
13767         * cpplib.c (do_line): If a filename is given, set file_change to
13768         rename_file.
13769         (output_line_command): If file_change is rename_file, always
13770         output a # directive with the file name.
13771
13772         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
13773
13774 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
13775
13776         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
13777         when copying a PARM_DECL or RESULT_DECL.
13778
13779 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13780
13781         * fix-header.c (recognized_function): Also fix prototypes for
13782         functions taking "void".
13783
13784 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13785
13786         * reload1.c (do_output_reload): Check reg_reloaded_valid before
13787         looking at reg_reloaded_contents.
13788
13789 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
13790
13791         * Makefile.in (STMP_FIXINC): New toggle.
13792         (LIBGCC2_DEPS): Delete all references.
13793         (stmp-headers): Delete target.  All references either deleted
13794         or changed to stmp-int-headers.
13795         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
13796         (LIBCPP_OBJS): Take out cppalloc.o.
13797         (cppalloc.o): Delete target.
13798         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
13799         (gen-protos, fix-header): Link with libiberty.a.
13800         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
13801         to empty.
13802
13803         * configure.in: Remove refs to strerror.
13804         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
13805         * system.h: Take out strerror stanza.
13806
13807         * cpperror.c (my_strerror): Delete function.
13808         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
13809         * cppmain.c (main): Call xmalloc_set_program_name first thing.
13810         * cppalloc.c: Delete file.
13811         * gen-protos.c: Don't provide xrealloc.
13812
13813         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
13814         xstrerror throughout.
13815
13816 2000-02-26  Bruce Korb  <bkorb@gnu.org>
13817
13818         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
13819         match for DOS headers, too.
13820         * fixinc/inclhack.sh,fixincl.x: Regenerate.
13821
13822 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13823
13824         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
13825         is right for most ELF targets.
13826         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
13827         Let the default file use %U properly.
13828         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
13829         default.
13830
13831         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
13832         numbers.
13833
13834 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13835
13836         * toplev.c (documented_lang_options): Correct spelling error.
13837         (decode_d_option, decode_f_option, main): Likewise.
13838
13839         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
13840
13841         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
13842         to tell assembler it is permitted to expand large constants.
13843
13844 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
13845
13846         * protoize.c: (AUX_INFO_SUFFIX): New macro.
13847         (aux_info_suffix): Use.
13848         (SAVE_SUFFIX): New macro.
13849         (save_suffix): Use.
13850         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
13851         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
13852         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
13853
13854         * invoke.texi (Running Protoize): Update documentation.
13855
13856 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
13857
13858         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
13859
13860 2000-02-25  John Wehle  (john@feith.com)
13861
13862         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
13863
13864 2000-02-25  Anthony Green  <green@cygnus.com>
13865
13866         * toplev.c (rest_of_compilation): Rebuild jump labels if
13867         combine_instructions has created a new direct jump.
13868         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
13869         when appropriate.
13870         (combine_instructions): Call try_combine with new argument.
13871         Return non-null value when new direct jump instruction is created.
13872         * rtl.h: combine_instructions returns an int.
13873
13874 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
13875
13876         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
13877         jump when changing a computed jump into a jump to a known
13878         target.
13879
13880 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
13881
13882         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
13883         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
13884
13885         * i386.md (define_expand "clrstrsi"): Fix typo.
13886
13887 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
13888
13889         * rtl.texi: Fix typo.
13890
13891 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13892
13893         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
13894         UNITS_PER_WORD.  Change caller initial_elimination_offset.
13895         (rounded_frame_size): Take into account that argument pushed has
13896         changed.  Fix TARGET_ALIGN_DOUBLE problem.
13897
13898 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13899
13900         * haifa-sched.c (schedule_block): Explain the real reason
13901         we delete REG_SAVE_NOTEs on the first insn of a block.
13902         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
13903
13904 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
13905
13906         * input.h (push_srcloc): New function.
13907         (pop_srcloc): Likewise.
13908         * toplev.c (push_srcloc): Define it.
13909         (pop_srcloc): Likewise.
13910
13911 2000-02-24  Richard Henderson  <rth@cygnus.com>
13912
13913         * flow.c (life_analysis): When collecting reg info, clear
13914         regs_ever_live.
13915
13916 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13917
13918         Fix bug exposed by reload.c no longer rounding the frame
13919         size to BIGGEST_ALIGNMENT:
13920         * sh.c (rounded_frame_size): New function.
13921         (sh_expand_prologue, sh_expand_epilogue): Use it.
13922         (initial_elimination_offset): Likewise.
13923
13924 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13925
13926         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
13927         * sh-protos.h (sh_need_epilogue): Declare.
13928         * sh.c (sh_need_epilogue_known): New static variable.
13929         (sh_need_epilogue): New function.
13930         (function_epilogue): Clear need_epilogue_known.
13931         * sh.md (return): Split into expander / insn pattern.
13932         Make the expander conditional on ! sh_need_epilogue ().
13933
13934 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13935
13936         * machmode.h (get_mode_alignment): Declare.
13937         (GET_MODE_ALIGNMENT): Call it.
13938         * stor-layout.c (get_mode_alignment): New function. Make
13939         sure alignment is always power of 2.
13940
13941 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13942
13943         * i386.h: Remove useless definition of "I386" and misleading
13944         comment above it.
13945
13946 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13947
13948         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
13949         under which TREE_PERMANENT will be set.
13950         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
13951         build1): Use TREE_SET_PERMANENT.
13952         * print-tree.c (print_node): Don't report value of
13953         TREE_PERMANENT if ggc_p is true.
13954
13955         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
13956         decide whether to give a type a new alias set.
13957         * objc/objc-act.c (build_objc_string_object): Never copy the string.
13958         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
13959         of value of 'obstack'.
13960
13961
13962 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13963
13964         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
13965
13966 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13967
13968         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
13969         * cpplib.c (cpp_get_token): Produce them.
13970         * cppexp.c (cpp_lex): Handle them.
13971
13972 2000-02-23  Nick Clifton  <nickc@cygnus.com>
13973
13974         * config/arm/arm.c (arm_comp_type_attributes): Simply and
13975         comment tests on type attributes.
13976
13977 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13978
13979         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
13980         conform to documentation.
13981         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
13982         to check for special cases.
13983         * sh-protos.h (sh_loop_align): Declare.
13984         * sh.c (sh_loop_align): Define.
13985
13986 2000-02-22  Andrew Haley  <aph@cygnus.com>
13987
13988         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
13989         (SIZE_TYPE): Is 32 bits when using -mgp32.
13990         (PTRDIFF_TYPE): Ditto.
13991
13992 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13993
13994         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
13995
13996 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13997
13998         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
13999         BIGGEST_FIELD_ALIGNMENT a constant.
14000
14001 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
14002
14003         * dwarf2out.c (output_line_info): Put the marker for the end of
14004         the line number info at the actual end.
14005         (gen_struct_or_union_type_die): Use decl_function_context
14006         to check for local classes.
14007         * dwarfout.c (output_type): Likewise.
14008
14009 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
14010
14011         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
14012         for arguments with a mode, but no type.
14013         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
14014         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
14015         * pa/long_double.h: New file.
14016         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
14017         both have 128bit wide long doubles.
14018         * configure: Rebuilt.
14019
14020 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14021
14022         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
14023
14024         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
14025         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
14026         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
14027
14028         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
14029
14030         * integrate.c (compare_blocks, find_block): Likewise.
14031
14032         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
14033
14034         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
14035
14036         * stmt.c (stmt_status, set_file_and_line_for_stmt,
14037         expand_asm_operands): Likewise.
14038
14039 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
14040
14041         * predict.c (estimate_probability): Added the pointer heuristic to
14042         the collection of static branch predictors.
14043
14044 2000-02-21  Catherine Moore  <clm@cygnus.com>
14045
14046         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
14047         * invoke.texi (-mfix7000): Document.
14048
14049 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14050
14051         * diagnostic.c (init_output_buffer): Make it possible to output at
14052         least 32 characters if we're given a too long prefix.
14053
14054 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14055
14056         * varasm.c (initializer_constant_valid_p): Call
14057         lang_expand_constant to simplify the constant.
14058
14059 2000-02-20  Bruce Korb  <bkorb@gnu.org>
14060
14061         * fixinc/inclhack.def(stdio_va_list):
14062         typedef needs to be disabled.
14063         * fixinc/inclhack.sh: regen
14064         * fixinc/fixincl.x: regen
14065
14066 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
14067
14068         * print-rtl.c (print_rtx): Don't print addresses when
14069         flag_dump_unnumbered.
14070
14071 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14072
14073         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14074         ATTRIBUTE_UNUSED.
14075         (sparc_va_arg, sparc_flat_output_function_prologue,
14076         sparc_flat_output_function_epilogue): Cast value to unsigned in
14077         comparison.
14078         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14079
14080         * sparc.md: Add default case in switch.
14081
14082 2000-02-19  Richard Henderson  <rth@cygnus.com>
14083
14084         * c-typeck.c (add_pending_init): Don't abort for multiple
14085         fields at the same offset.
14086         (pending_init_member): Test the correct member.
14087
14088 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14089
14090         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14091         instead of SImode.
14092         (start_catch_handler) : Same.
14093
14094 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14095
14096         * Makefile.in: Have flow.o depend on $(EXPR_H)
14097
14098 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14099
14100         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14101         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14102         (finish_decl): Remove -Wlarger-than code from here.
14103         * flags.h (id_clash_len): Now int.
14104         (larger_than_size): Now HOST_WIDE_INT.
14105         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14106         Clean up checking to see if in table.
14107         (make_bit_field_ref): Remove extra parm to bitsize_int.
14108         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14109         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14110         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14111         and for computing size of decl.
14112         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14113         Move -Wlarger-than code to here.
14114         (layout_record): Remove extra arg to bitsize_int.
14115         Set TYPE_BINFO_SIZE_UNIT.
14116         (layout_union): Remove extra arg to bitsize_int.
14117         Use proper type for size of QUAL_UNION.
14118         (layout_type): Remove extra arg to bitsize_int.
14119         * toplev.c (id_clash_len): Now int.
14120         (larger_than_size): Now HOST_WIDE_INT.
14121         (decode_W_option): Clean up id-clash and larger-than- cases.
14122         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14123         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14124         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14125         (struct tree_decl): New field size_unit.
14126         (size_int_wide): No HIGH operand; NUMBER is now signed.
14127         (size_int_2): Deleted.
14128         (size_int, bitsize_int): Don't use it and rework args.
14129         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14130
14131 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14132
14133         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14134
14135 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14136
14137         * invoke.texi (Warning Options): Add an explanation of why
14138         you might want the -Wfloat-equal flag.
14139
14140 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14141
14142         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14143         * cppinit.c (new_pending_define): Add cast to avoid warning.
14144         * expmed.c (extract_bit_field): Likewise.
14145         * flow.c (enum reorder_skip_type): New type.
14146         (skip_insns_between_blcok): New it.
14147         Rework to avoid warning about possibly undefined variable.
14148         * function.c (assign_parms): Make thisparm_boundary unsigned.
14149         * genrecog.c (write_switch): Cast XWINT result to int.
14150         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14151         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14152         one for MIPS and one for Alpha.
14153         (get_tag, copy_object): Add casts to avoid warnings.
14154         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14155         * reload.c (find_reloads): Make TYPE enum reload_type.
14156         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14157         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14158         * varasm.c (compare_constant_1): Add cast to avoid warning.
14159         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14160         to (char *).
14161         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14162         Cast switch operand of size to int.
14163         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14164         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14165         in unhandled case.
14166
14167 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14168
14169         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14170         anything for an alignment of zero.
14171
14172         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14173         anything for an alignment of zero.
14174
14175 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14176
14177         * gcc.texi (Bug Reporting): Refer to bugs.html.
14178         (Bug Lists): Likewise.
14179         * system.h (GCCBUGURL): New preprocessor define.
14180         * rtl.c (fancy_abort): Use it.
14181         * gcc.c (main): Likewise.
14182
14183 2000-02-18  Richard Henderson  <rth@cygnus.com>
14184
14185         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14186         (life_analysis_1): Subsume into ...
14187         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14188         Use update_life_info for the relaxation.
14189         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14190         entry and regs_live_at_setjmp.
14191         (set_noop_p): Simplify.
14192         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14193         (record_volatile_insns): Split into ...
14194         (delete_noop_moves): ... here,
14195         (notice_stack_pointer_modification): ... here,
14196         (insn_dead_p): ... and here.
14197         (propagate_block): Don't query INSN_VOLATILE.
14198         (mark_used_regs): Mind !PROP_REG_INFO.
14199         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14200         not in life_analysis.
14201
14202 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14203
14204         * loop.c (canonicalize_condition): New function,
14205         broken out of get_condition.
14206         (get_condition): Use it.
14207         * expr.h (canonicalize_condition): Prototype it.
14208
14209         * tree.h (tree_int_cst_msb): Declare.
14210         * tree.c (tree_int_cst_msb): New function.
14211
14212 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14213
14214         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14215         isn't set.
14216
14217         * invoke.texi (-fmessage-length=n): Document.
14218
14219 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14220
14221         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14222
14223 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14224
14225         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14226         after the prologue.
14227
14228 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14229
14230         * config/arm/thumb.c: Replace includes of system headers with
14231         #include "system.h".
14232
14233 2000-02-16  Richard Henderson  <rth@cygnus.com>
14234
14235         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14236         Add crtbeginS.o and crtendS.o.
14237         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14238         (ENDFILE_SPEC): Use crtendS.o.
14239         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14240
14241         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14242         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14243         shared and present.
14244         (__dso_handle): New variable.
14245         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14246         bias to __CTOR_END__.
14247
14248 2000-02-16  Richard Henderson  <rth@cygnus.com>
14249
14250         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14251
14252 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14253
14254         * longlong.h (__clz_tab): Declare as static to match definition.
14255
14256 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14257
14258         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14259         (XREF_FILE_NAME): Define.
14260
14261         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14262         (EH_FRAME_SECTION_ASM_OP): Define.
14263         (IDENT_ASM_OP): Define.
14264         (TEXT_SECTION_ASM_OP): Define.
14265         (CPP_SPEC): Define.
14266         (CTORS_SECTION_ASM_OP): Define.
14267         (CTOR_SECTION_FUNCTION): Use it.
14268         (DTORS_SECTION_ASM_OP): Define.
14269         (DTOR_SECTION_FUNCTION): Use it.
14270
14271 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14272
14273         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14274         NOTE_BASIC_BLOCK.
14275
14276         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14277         debug_bb_n): New functions.
14278         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14279         * basic-block.h: Prototype new functions.
14280
14281 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14282
14283         * configure.in: Add support for avr target.
14284         * configure: Rebuilt.
14285
14286         * invoke.texi: Add AVR invocation docs.
14287         * install.texi: Add information about AVR.
14288         * md.texi: Add AVR constraint letters description.
14289         * extend.texi: Add description for AVR specific attributes.
14290
14291 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14292
14293         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14294
14295 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14296
14297         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14298         (make_insn_raw): Move RTL check here.
14299
14300 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14301
14302         * version.c: Include gansidecl.h and version.h.
14303
14304         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14305
14306         * configure.in (gcc_version): When setting, narrow search to
14307         lines containing `version_string'.
14308
14309         * Makefile.in (mainversion): Likewise.
14310         (GCC_H): New variable.
14311         (gcc.h): Delete target.
14312         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14313         (version.o): Depend on version.h.
14314         (dbxout.o): Don't depend on gcc.h.
14315
14316 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14317                           Michael Meissner  <meissner@cygnus.com>
14318
14319         * md.texi (Simple Constraints): Add item about whitespace.
14320         * genoutput.c (strip_whitespace): New.
14321         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14322         strip_whitespace for constraints.
14323         Test pointer using NULL, not 0.
14324
14325 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14326
14327         * cpplib.c (do_line): Pedwarn for #line > 32767.
14328
14329         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14330
14331 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14332
14333         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14334         to default cpp spec.
14335         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14336         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14337         * cpp.1: Likewise.
14338
14339         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14340         default spec.
14341
14342 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14343
14344         * configure.in: Add support for avr target.
14345
14346 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14347
14348         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14349         (sh_addr_diff_vec_mode): Don't declare.
14350         * sh.c (sh_addr_diff_vec_mode): Delete.
14351
14352 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14353
14354         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14355
14356 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14357
14358         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14359         (smulsi3_highpart_i): Name.
14360         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14361         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14362         (smulsi3_highpart, umulsi3_highpart): Likewise.
14363
14364         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14365         correctly independent of endianness.
14366         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14367         confuse the optimizers.
14368         (mulsidi3+1, umulsidi3+1): New define_split.
14369
14370 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14371
14372         * config/sh/sh.md: Guard insn splits against illegal registers.
14373         * config/sh/sh.h: Correct comment about macros.
14374
14375 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14376                           Andrew MacLeod  <amacleod@cygnus.com>
14377
14378         * Makefile.in (lcm.o): Depend on insn-attr.h.
14379         * basic-block.h (optimize_mode_switching): Declare.
14380         * lcm.c (tm_p.h, insn-attr.h): #include.
14381         (seginfo, bb_info): New structs.
14382         (antic, transp, comp, delete, insert) : New file-scope static variables.
14383         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14384         (reg_becomes_live, optimize_mode_switching): Likewise.
14385         * tm.texi: Add description of mode switching macros.
14386         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14387
14388         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14389         (fldi_ok, fpscr_set_from_mem): New prototypes.
14390         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14391         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14392         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14393         (sh_flag_remove_dead_before_cse): Remove declaration.
14394         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14395         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14396         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14397         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14398         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14399         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14400         (fldi_ok): New function.
14401         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14402         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14403         (emit_df_insn): Likewise.
14404         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14405         (sh_flag_remove_dead_before_cse): Delete.
14406         (get_free_reg, fpscr_set_from_mem): New functions.
14407         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14408         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14409
14410 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14411
14412         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14413
14414 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14415
14416         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14417         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14418
14419         * cccp.c: Include version.h and/or don't declare `version_string'.
14420         * collect2.c: Likewise.
14421         * alpha.c: Likewise.
14422         * arm/aof.h: Likewise.
14423         * arm/coff.h: Likewise.
14424         * arm/elf.h: Likewise.
14425         * arm/pe.h: Likewise.
14426         * arm/tcoff.h: Likewise.
14427         * arm/telf.h: Likewise.
14428         * arm/tpe.h: Likewise.
14429         * arm/vxarm.h: Likewise.
14430         * convex/convex.c: Likewise.
14431         * i386/dgux.c: Likewise.
14432         * i386/sun386.h: Likewise.
14433         * m88k/m88k.c: Likewise.
14434         * mcore/mcore-pe.h: Likewise.
14435         * mips/mips.h: Likewise.
14436         * romp/romp.h: Likewise.
14437         * sh/sh.c: Likewise.
14438         * cpphash.c: Likewise.
14439         * cppinit.c: Likewise.
14440         * dwarf2out.c: Likewise.
14441         * dwarfout.c: Likewise.
14442         * gcc.c: Likewise.
14443         * gcc.h: Likewise.
14444         * mips-tfile.c: Likewise.
14445         * protoize.c: Likewise.
14446         * toplev.c: Likewise.
14447         * tree.h: Likewise.
14448
14449         * version.c (version_string): Constify a char*.
14450
14451         * version.h: New file.
14452
14453 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14454
14455         * configure.in: Add mcore-elf and mcore-pe targets.
14456         * configure: Regenerate.
14457
14458         * NEWS: Add note that MCore port has been contributed.
14459
14460         * invoke.texi: Document command line switches for MCore port.
14461         * install.texi: Add MCore to list of supported targets.
14462
14463 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14464
14465         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14466         then we will need to import the frame handling functions.
14467         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14468         to import the frames themselves.
14469
14470 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14471                           Jason Eckhardt  <jle@cygnus.com>
14472
14473         * basic_block.h: Added prototype for reorder_basic_blocks.
14474         * toplev.c: Changes to add -freorder-blocks and graph dump after
14475         block reordering is done.
14476         * flow.c (reorder_block_def): New structure for use during block
14477         reordering.
14478         (REORDER_BLOCK_*): New macros to access members of above structure.
14479         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14480         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14481         functions for block reordering.
14482
14483 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14484
14485         * gcc.texi (Passes): Fix typo.
14486         * md.texi (Standard Names): Ditto.
14487         * tm.texi (Storage Layout): Ditto.
14488
14489 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14490
14491         * cpplib.c (do_define): Only free the old definition if it
14492         actually had one.
14493
14494 2000-02-13   Neil Booth  <NeilB@earthling.net>
14495
14496         * cppfiles.c (read_and_prescan): When emitting deferred
14497         newlines, test speccase[] again instead of checking each
14498         possible whitespace character in turn.  When we encounter \r,
14499         look behind for \n first, then ahead.
14500
14501 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14502
14503         * cse.c (cse_altered): New internal flag.
14504         (cse_insn): Set it if we changed an insn.
14505         (cse_main): Clear cse_altered before each basic block.
14506         Only garbage collect if cse_altered is true afterward.
14507
14508 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14509
14510         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14511
14512 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14513
14514         * combine.c (simplify_comparison): Fix typo.
14515
14516 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14517
14518         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14519         consistently.
14520
14521 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14522
14523         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14524         previously inserted node instead of root node.  Caller changed.
14525
14526 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14527
14528         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14529
14530 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14531
14532         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14533         __dereg_frame_dtor): Add prototype argument.
14534
14535         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14536
14537         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14538
14539         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14540
14541         * gthr-vxworks.h (__gthread_once): Likewise.
14542
14543         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14544
14545 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14546
14547         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14548         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14549         stack pointer in functions w/o saved registers, output LEAVE more often
14550         on TARGET_USE_LEAVE machines.
14551
14552 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14553
14554         * config/arm/arm.c (arm_init_cumulative_args); New function:
14555         Initlaise the CUMULATIE_ARGS strcuture for a function
14556         defintion.
14557         (arm_function_arg): New function: Determine where to place a
14558         function's argument.  Also handles deciding the function's
14559         call cookie.
14560         (current_file_function_operand): New function: Return true if
14561         the symbol is a function which has already been compiled.
14562         (arm_is_long_call_p): New function: Return true if the
14563         indicated function should be called via a long call.
14564         (arm_valid_type_attribute_p): New function: Return true if the
14565         attribute is a valid, arm specific, attribute.
14566         (arm_comp_type_attribute): New function: Return true if the
14567         two types have compatable, arm specific, attributes.
14568
14569         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14570         structure.
14571         (FUNCTION_ARG): Redefine to call arm_function_arg.
14572         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14573         structure field.
14574         (INIT_CUMULATIVE_ARGS): Redefine to call
14575         arm_init_cumulative_args.
14576         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14577         field.
14578         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14579         field.
14580         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14581         functions.
14582         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14583         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14584         (COMP_TYPE_ATTRIBUTES): Define.
14585
14586         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14587         if a long call is needed.
14588         (call_value): Call arm_is_long_call_p to decide if a long call
14589         is needed.
14590         (call_symbol): Call arm_is_long_call_p to decide if a long call
14591         is needed.
14592
14593         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14594
14595 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14596
14597         * README.AVR: New file with information about the avr ports.
14598         * config/avr: New directory with avr port files.
14599
14600 2000-02-11  Andreas Jaeger  <aj@suse.de>
14601
14602         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14603
14604 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14605
14606         * cpphash.c: Fix formatting, update commentary.
14607         (dump_definition): Take three separate arguments instead of a
14608         MACRODEF structure argument.
14609         * cpphash.h: Update prototype of dump_definition.
14610         * cppinit.c (cpp_finish): Update call of dump_definition.
14611
14612         * cpplib.c (do_define): Always create new hash entry with
14613         T_MACRO type.  Remove redundant check for redefinition of
14614         poisoned identifier.  Update call of dump_definition.
14615         (do_undef): Don't call check_macro_name.  Rename sym_length to
14616         len.
14617         (do_error, do_warning): Don't use copy_rest_of_line or
14618         SKIP_WHITE_SPACE.
14619         (do_warning): Don't use pedwarn for the actual warning,
14620         only the notice about its not being in the standard.  (Fixes
14621         bug with #warning in system headers.)
14622         (do_ident): Stricter argument checking - accept only a single
14623         string after #ident.  Also, macro-expand the line.
14624         (do_xifdef): Use cpp_defined.  De-obfuscate.
14625
14626         (do_pragma): Split out specific pragma handling to separate
14627         functions.  Use get_directive_token.  Update commentary.  Do
14628         not pass on #pragma once or #pragma poison to the front end.
14629         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14630         do_pragma_default): New.
14631
14632 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14633
14634         * jump.c (jump_optimize_1): The first operand in a relational
14635         can be a CONST_INT.
14636         * optabs.c (emit_conditional_move): Handle relationals which
14637         have a known true/false result.
14638
14639 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14640
14641         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14642         a RETURN insn into a block which already ends with a jump.
14643
14644 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14645
14646         * haifa-sched.c (BUF_LEN): Increase a lot.
14647
14648 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14649
14650         * configure.in: Add tm_p_file specification for thumb targets.
14651         * configure: Regenerate.
14652
14653         * config/arm/thumb-protos.h: New file: Prototypes for exported
14654         functions defined in thumb.c.
14655
14656 2000-02-11  Robert Lipe  <robertl@sco.com>
14657
14658         * Makefile.in (bootstrap-lean): Remove additional files.
14659         (bootstrap2-lean): Likewise.
14660         (VOL_FILES): List of files for above.
14661
14662 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14663
14664         * cpphash.c (special_symbol): Remove spurious argument to
14665         cpp_lookup.
14666
14667 2000-02-11  Joel Sherrill (joel@OARcorp.com>
14668
14669         * configure.in: (i*86-*-rtems*): Swapped elf and coff
14670         stanzas.
14671         * configure: Rebuilt.
14672
14673 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
14674
14675         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
14676
14677 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
14678
14679         * pa.c, pa.h: Remove trigraph sequences within comments.
14680
14681 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
14682
14683         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
14684
14685 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
14686
14687         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
14688
14689 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14690
14691         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
14692
14693 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14694
14695         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
14696         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
14697         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
14698         (ASM_FILE_END): Use c4x_file_end.
14699         * config/c4x/c4x.c (c4x_global_label): New function.
14700         (c4x_external_ref, c4x_file_end): Likewise.
14701
14702         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
14703         (c4x_external_ref, c4x_end_file): Likewise.
14704
14705 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
14706
14707         * cppexp.c: Don't include cpphash.h.
14708         (parse_charconst, cpp_lex): Use cpp_defined.
14709         (cpp_lex): Use get_directive_token throughout.  Remove
14710         unnecessary cases from switch.  Move assertion-handling code
14711         down to OTHER case.
14712         (cpp_parse_expr): If we see '+' or '-', check the context to
14713         determine if they are unary or binary operators.  Streamline
14714         the jumps a bit.  Do not call skip_rest_of_line.
14715
14716         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
14717         static.  Export get_directive_token.  Update commentary.
14718         (cpp_defined): New function.
14719         (do_define): Remove reference to T_PCSTRING.  Call
14720         free_definition to release memory for old definition, when
14721         redefining a macro.
14722         (eval_if_expression): Set only_seen_white to 0 before calling
14723         cpp_parse_expr.  Call skip_rest_of_line after it returns.
14724         (cpp_read_check_assertion): Don't preserve a pointer into the
14725         token buffer across a call to cpp_get_token.
14726
14727         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
14728         * cppfiles.c (redundant_include_p): Use cpp_defined.
14729         * cpphash.c (free_definition): New function.
14730         (delete_macro): Use it.  Update commentary.
14731         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
14732         free_definition.
14733         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
14734         from enum node_type.  Prototype cpp_defined and get_directive_token.
14735         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
14736
14737         * fix-header.c (check_macro_names): Use cpp_defined.
14738         (read_scan_file): Set inhibit_warnings and inhibit_errors in
14739         the options structure.
14740
14741 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14742
14743         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
14744
14745 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
14746
14747         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
14748         rather than die->die_tag.
14749
14750 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14751
14752         * combine.c (make_extraction, force_to_mode): Avoid warning on
14753         mixed-signedness conditionals.
14754         (make_field_assignment, nonzero_bits): Likewise.
14755         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
14756         (store_split_bit_field, extract_split_bit_field): Likewise.
14757         (extract_fixed_bit_field, store_bit_field,
14758         * expr.c: Change alignment to be unsigned everywhere.
14759         (move_by_pieces, store_constructor_field, store_constructor):
14760         Alignment parm is unsigned.
14761         (emit_block_move, emit_group_load, emit_group_store): Likewise.
14762         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14763         (do_compare_rtx_and_jump): Likewise.
14764         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
14765         Compare align with GET_MODE_ALIGNMENT.
14766         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
14767         (get_inner_reference): Likewise.
14768         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
14769         (expand_assignment): Local vars for alignment now unsigned.
14770         (store_constructor, store_field, expand_expr, do_jump): Likewise.
14771         (do_compare_and_jump): Likewise.
14772         (store_field): Call new function expr_align.
14773         * expr.h (emit_block_move, emit_group_load, emit_group_store):
14774         Alignment arg now unsigned.
14775         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14776         (do_compare_rtx_and_jump, store_bit_field): Likewise.
14777         (extract_bit_field): Likewise.
14778         * fold-const.c (add_double): Add cast to eliminate signedness warning.
14779         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
14780         (get_best_mode): Alignment arg is unsigned.
14781         * rtl.h (move_by_pieces): Likewise.
14782         * store-layout.c (maximum_field_alignment, set_alignment):
14783         Now unsigned.
14784         (layout_decl): Alignment arg is now unsigned.
14785         Remove unneeded casts.
14786         (layout_record, layout_union, layout_type): Remove unneeded casts.
14787         Local alignment variables now unsigned.
14788         (get_best_mode): Alignment arg now unsigned.
14789         * tree.c (expr_align): New function.
14790         * tree.h (expr_align): Likewise.
14791         (maximum_field_alignment, set_alignment): Now unsigned.
14792         (get_inner_reference): Alignment argument is now pointer to unsigned.
14793         * varasm.c (assemble_variable): Add cast to eliminate warning.
14794
14795 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
14796
14797         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
14798         then store directly into op0.
14799
14800         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
14801         the CALL_INSN, and emit the note immediately after it.
14802
14803 2000-02-10  Nick Clifton  <nickc@cygnus.com>
14804
14805         * config/arm/thumb.md (epilogue): Include a (return) in the
14806         generated insn, and emit it using emit_jump_insn not
14807         emit_insn.
14808
14809 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
14810
14811         * function.c (assign_temp): Change zero-sized arrays to size 1.
14812         * integrate.c (expand_inline_function): Do not update
14813         stack_alignment_needed
14814         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
14815         add some sanity checking, remove optimization for function with
14816         zero frame size.
14817
14818 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14819
14820         * flow.c (mark_regs_live_at_end): Delete unused variables.
14821
14822         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
14823
14824         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
14825         in macro FRAME_GROWS_DOWNWARD.
14826
14827         * stmt.c (expand_end_bindings): Delete unused variable.
14828
14829         * unroll.c (iteration_info): Mark parameter `loop' with
14830         ATTRIBUTE_UNUSED.
14831
14832 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14833
14834         * fixinc/server.c (load_data): Return NULL if the marker line is
14835         not found.
14836         (run_shell): If load_data returns NULL, retry the command once, in
14837         a new shell.
14838
14839         * configure: Rebuilt.
14840
14841 2000-02-09  Bruce Korb  <bkorb@gnu.org>
14842
14843         * gcc/fixincludes:  ** DELETED **
14844         * gcc/fixcpp:  ** DELETED **
14845         * gcc/fixinc-nt.sed:  ** DELETED **
14846         * gcc/just-fixinc:  ** DELETED **
14847         * gcc/Makefile.in:  Removed out-dated commentary
14848         * gcc/configure.in: Removed fast-fixincludes disablement.
14849         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
14850
14851 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14852         * function.c (thread_prologue_and_epilogue_insns): Uncomment
14853         last change.
14854
14855 2000-02-09  Richard Henderson  <rth@cygnus.com>
14856
14857         * jump.c (delete_insn): Don't delete user labels at -O0.
14858
14859 2000-02-09  Robert Lipe  <robertl@sco.com>
14860
14861         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
14862         Don't link with HOST_LIBS.
14863
14864 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14865
14866         * configure.in: Correct --help text for --with-dwarf2.
14867         Put tm-dwarf2.h after other tm files, if it's requested.
14868         * configure: Regenerate.
14869         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
14870         defining it.
14871
14872 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14873
14874         * cpplib.h: Provide HASHNODE typedef and forward decl of
14875         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
14876         DEFINITION, struct hashnode, struct macrodef, struct
14877         definition, scan_decls prototype, default defn of
14878         INCLUDE_LEN_FUDGE moved elsewhere.
14879
14880         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
14881         definition, and struct hashnode moved here. Remove the unused
14882         'predefined' field from struct definition.  Replace the 'args'
14883         union with its sole member.  All users updated (cpphash.c).
14884         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
14885         multiple include guard.
14886
14887         * cpphash.c (hashf): Make static; use better algorithm; drop
14888         HASHSIZE parameter; return an unsigned int.
14889         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
14890         used. Calculate HASHSIZE modulus here.
14891         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
14892         here.
14893         (create_definition): Drop PREDEFINITION parameter.
14894         * cpplib.c (do_define): Don't calculate a hash value here.
14895         Don't pass (keyword == NULL) to create_definition.
14896
14897         * scan.h: Prototype scan_decls here.
14898         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
14899         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
14900         callers of cpp_lookup and cpp_install updated.
14901
14902         * cpphash.c (macarg): Hoist all the flag diddling out of the
14903         function...
14904         (macroexpand): ... and out of the loop that calls macarg.
14905         Skip over the initial paren before macro arguments with
14906         cpp_get_non_space_token; point may be some distance before
14907         that paren.  Abort if it's not there.
14908
14909         * cpplib.c (parse_clear_mark): Delete function.
14910         (parse_set_mark, parse_goto_mark): Make static.
14911         (ACTIVE_MARK_P): New macro.
14912         (skip_block_comment, skip_line_comment): Do not bump the line
14913         if ACTIVE_MARK_P is true.
14914         (cpp_pop_buffer): The buffer to be popped may not have an
14915         active mark.
14916         (cpp_get_token): When looking for the initial paren before
14917         macro arguments, only set a mark in a file buffer, Always
14918         return to that mark before proceeding to call macroexpand or
14919         return a NAME token.
14920
14921         * cpplib.h: Remove prototypes of parse_set_mark,
14922         parse_clear_mark, parse_goto_mark.
14923         (struct cpp_options): Rename 'put_out_comments' to
14924         'discard_comments' and invert its sense.
14925         * cppinit.c, cpphash.c, cpplib.c: All users of
14926         put_out_comments changed to use discard_comments, with
14927         opposite sense.
14928
14929 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14930
14931         * function.c (thread_prologue_and_epilogue_insns): Don't delete
14932         the edge from a block that both jumps and falls through to the
14933         fallthru block.
14934
14935 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
14936
14937         * config/arm/arm.md (movsi): In PIC mode, make sure that a
14938         constant source address is legitimate.
14939
14940 2000-02-09  Philip Blundell  <pb@futuretv.com>
14941
14942         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
14943         correctly.
14944
14945         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
14946         generating PIC.
14947         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
14948
14949 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14950
14951         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
14952         ends with a newline and a NUL.  Don't be so clever manipulating
14953         strings.
14954
14955 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
14956
14957         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
14958         not to BIGGEST_ALIGNMENT.
14959
14960 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
14961
14962         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
14963         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
14964         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
14965         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
14966         * frame.c (execute_cfa_insn): Handle
14967         DW_CFA_GNU_negative_offset_extended.
14968
14969 2000-02-08  Richard Henderson  <rth@cygnus.com>
14970
14971         * flow.c (tidy_fallthru_edges): Split out from ...
14972         (delete_unreachable_blocks): ... here.
14973         (find_basic_blocks): Use it.
14974
14975 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14976
14977         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
14978
14979 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
14980
14981         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
14982         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
14983         (fix-header.o): Don't depend on cpphash.h.
14984
14985         * scan.c (hashstr): New function.
14986         * scan.h: Prototype it.
14987         * fix-header.c: Don't include cpphash.h.  Use hashstr.
14988         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
14989         hashstr.  Report hash table statistics.  Add private
14990         definition of xrealloc.
14991
14992 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14993
14994         * i386.h (TARGET_SWITCHES): Fix typo in option name.
14995
14996 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
14997
14998         * function.c (thread_prologue_and_epilogue_insns): Don't replace
14999         jumps with returns unless they are jumps to the fallthru block.
15000
15001 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
15002
15003         * i386.md (addqi3_cc): Fix contraints.
15004
15005 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15006
15007         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
15008
15009 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
15010
15011         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
15012         carriage return after a macro name.
15013
15014 2000-02-07  Fred Fish  <fnf@be.com>
15015
15016         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
15017         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
15018
15019 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
15020
15021         * cppfiles.c (deps_output): Count spacers in deps_column.
15022
15023 2000-02-07  Neil Booth  <NeilB@earthling.net>
15024
15025         * cppinit.c (initialize_dependency_output): If there is no
15026         suffix, don't try to look for known suffixes.  Use strrchr.
15027         (cpp_start_read): Remove duplicate initialization.
15028
15029 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
15030
15031         * calls.c (compute_argument_block_size): New argument
15032         preferred_stack_boundary.
15033         (expand_call): update cfun->preferred_stack_boundary, update call of
15034         compute_argument_block_size
15035         (emit_library_call): Increate cfun->preferred_stack_boundary
15036         to PREFERRED_STACK_BOUNDARY
15037         (emit_library_call_value): Likewise.
15038         * explow.c (allocate_dynamic_stack_spave): Likewise.
15039         * function.c (prepare_function_start): Set
15040         cfun->preferred_stack_boundary
15041         * function.h (struct function): Add preferred_stack_boundary field.
15042         * integrate.c (expand_inline_function): Update
15043         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
15044         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
15045         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
15046
15047 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
15048
15049         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
15050         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
15051         cpp_pedwarn, cpp_pedwarn_with_line,
15052         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
15053         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
15054         v_cpp_error_with_line, v_cpp_warning_with_line,
15055         cpp_message_from_errno, cpp_perror_with_name): Delete.
15056
15057         * cpperror.c (cpp_print_containing_files): Take starting
15058         buffer as argument.
15059         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
15060         (v_cpp_message): Now called directly by all entry points.
15061         Remove -1 case.
15062         (cpp_pfatal_with_name, cpp_message): Delete.
15063         (cpp_notice_from_errno, cpp_ice): New functions.
15064         (cpp_notice): Is now for reporting error conditions, just
15065         without an associated file.
15066         (cpp_error, cpp_error_with_line): Don't do anything if
15067         opts->inhibit_errors is on.
15068         (cpp_pedwarn_with_file_and_line): Take column argument also.
15069
15070         * cpplib.h: Update prototypes of exported functions.
15071         (struct cpp_options): Add inhibit_errors.
15072
15073         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15074         non-error messages.  Include intl.h.
15075
15076         * cppinit.c, cppmain.c: Likewise.  Also, use
15077         cpp_notice_from_errno instead of cpp_perror_with_name or
15078         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15079
15080         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15081         report internal errors.
15082
15083         * cpplib.c (do_define): Switch bcopy to memcpy.
15084         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15085
15086         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15087         bail out early if we hit a line comment.
15088
15089 2000-02-06  Richard Henderson  <rth@cygnus.com>
15090
15091         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15092         * basic-block.h: Declare them.
15093         * emit-rtl.h (active_insn_p): New.
15094         (next_active_insn, prev_active_insn): Use it.
15095         * rtl.h: Declare it.
15096         * function.c (emit_return_into_block): New.
15097         (thread_prologue_and_epilogue_insns): Insert return insns instead
15098         of epilogues when possible.
15099         * jump.c (jump_optimize_1): Remove code to insert a return insn
15100         on the fallthru to the exit block.
15101
15102         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15103         and for non-empty stack frames.
15104         * i386.md (return): Expand to return-pop as needed.
15105
15106 2000-02-06  Richard Henderson  <rth@cygnus.com>
15107
15108         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15109         constant to op1 for testing.
15110
15111 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15112
15113         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15114         (fixuns_truncqfqi2): Use it.
15115
15116 2000-02-06  Richard Henderson  <rth@cygnus.com>
15117
15118         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15119         as a TYPE_LEA insn.
15120
15121         * i386.md (widening and peepholes): Mask the constant instead of
15122         using gen_lowpart.
15123
15124 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15125
15126         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15127         input pointer before possibly branching off to the backslash
15128         code.
15129         * cpphash.c (macroexpand): Correctly delete \r escapes when
15130         stringifying parameters.
15131         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15132         if we can; bail out early if we hit a line comment.
15133         (handle_directive): Treat '# 123' in an .S file just like
15134         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15135         Return 1 for '# not_a_directive'.
15136         (get_directive_token): Pop macro buffers here, so that
15137         cpp_get_token can't sneakily move past a newline.
15138         Add sanity checks.
15139         (cpp_get_token): goto randomchar if handle_directive returns 0.
15140
15141         * cppalloc.c: Update copyright.
15142         * cpplib.c: Merge all the static function prototypes into one
15143         block.
15144         * cpplib.h: Remove #if 0 block.
15145
15146         * cpperror.c: Remove #ifdef EMACS block.
15147         * cppmain.c: Likewise.
15148         * cpphash.c: Remove #if 0 blocks.
15149         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15150         * cpplib.c: Remove #if 0 blocks and code referencing
15151         pcp_inside_if or for_lint.  Remove duplicate error message.
15152         Fix error messages for #else after #else or #elif.  Reformat.
15153         Remove archaic TODO list.
15154         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15155
15156 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15157
15158         * i386/osf1elf.h: Add missing backslash to multiline string.
15159
15160 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15161
15162         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15163
15164 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15165
15166         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15167
15168         * c-common.c: Include expr.h.
15169
15170         * c-pragma.c (mark_align_stack): Add prototype.
15171
15172         * caller-save.c (add_stored_regs): Likewise.
15173
15174         * combine.c (record_promoted_value): Likewise.
15175
15176         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15177         Likewise.
15178
15179         * cppinit.c (new_pending_define): Likewise.
15180
15181         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15182
15183         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15184         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15185         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15186         class_scope_p): Likewise.
15187
15188         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15189         dwarf2out_add_library_unit_info): Likewise.
15190
15191         * ggc.h (ggc_page_print_statistics): Likewise.
15192
15193         * haifa-sched.c (propagate_deps): Likewise.
15194
15195         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15196
15197         * rtl.h (set_stack_check_libfunc): Likewise.
15198
15199         * toplev.h (set_fatal_function): Likewise.
15200
15201         * toplev.c (set_fatal_function): Delete prototype.
15202
15203         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15204
15205 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15206
15207         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15208         (FUNC_END): Likewise.
15209
15210 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15211
15212         * caller-save.c: Include tm_p.h.
15213
15214 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15215
15216         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15217
15218 2000-02-04  Neil Booth  <NeilB@earthling.net>
15219
15220         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15221         it to strcmp.
15222
15223 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15224
15225         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15226         * genflags.c: Use the max_operand_1 logic from genemit.c to
15227         calculate how many arguments gen_insn prototypes have.  Remove
15228         NO_MD_PROTOTYPES ifdefs from the generated file.
15229         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15230         file.  Cast gen_insn initializers to insn_gen_fn.
15231         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15232         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15233
15234 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15235
15236         * fixinc/Makefile.in (HDR): Add machname.h.
15237         (clean): Likewise.
15238
15239 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15240
15241         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15242         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15243         (c4x_cpu_version): Ditto.
15244         * config/c4x/c4x-protos.h: ... here.
15245
15246 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15247
15248         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15249         gen_abstract_function on our context if we're a nested function.
15250
15251 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15252
15253         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15254         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15255
15256 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15257
15258         * fixinc/genfixes(machname.h):
15259         Move the functionality from gen-machine.h into this file.
15260         UNdef MN_NAME_PAT if there are no names to change.
15261         Also, be a little kinder when AutoGen is not present.
15262
15263         * fixinc/Makefile.in(machname.h):
15264         Change the generation rule to use genfixes.
15265
15266         * fixinc/fixfixes.c(machine_name):
15267         machine_name_fix's functionality now dependent upon whether
15268         MN_NAME_PAT is defined.
15269
15270         * fixinc/fixtests.c(machine_name):
15271         ditto.
15272
15273         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15274         of MN_NAME_PAT.
15275
15276         * fixinc/fixlib.h(mn_get_regexps):
15277         ditto
15278
15279         * fixinc/gen-machine.h: DELETED
15280
15281 2000-02-04  Jan Hubicka  <jh@suse.cz>
15282             Richard Henderson  <rth@cygnus.com>
15283
15284         * i386.c (SAVE_REGS_FIRST): Remove.
15285         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15286         (ix86_compute_frame_size): Likewise.
15287         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15288         (ix86_emit_restore_regs): Remove.
15289         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15290         when a frame pointer is in use.
15291         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15292         instead of pop to restore a register when profitable; emit leave
15293         when profitable.
15294         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15295         as a TYPE_LEA insn.
15296         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15297         * i386.md (prologue_allocate_stack): Remove.
15298         (epilogue_deallocate_stack): Remove.
15299         (pro_epilogue_adjust_stack): New.
15300
15301 2000-02-04  Richard Henderson  <rth@cygnus.com>
15302
15303         * function.c (diddle_return_value): Rework to use a callback function.
15304         Use current_function_return_rtx if it's been set up.
15305         (do_clobber_return_reg, clobber_return_register): New.
15306         (do_use_return_reg, use_return_register): New.
15307         (expand_function_end): Use them.
15308         * stmt.c (expand_null_return): Likewise.
15309         * function.h: Declare them.
15310         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15311         (mark_reg): Change arguments as appropriate for callback.
15312         * integrate.c (expand_inline_function): Revert 19 Jan change.
15313
15314 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15315
15316         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15317         (Misc): Say the scheduler, not the Haifa scheduler.
15318
15319 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15320
15321         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15322         when in_mem is set.  Update all callers.
15323
15324 2000-02-04  Richard Henderson  <rth@cygnus.com>
15325
15326         * i386/openbsd.h (INT_ASM_OP): Define.
15327
15328 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15329
15330         * tm.texi: Fix various typos.
15331
15332 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15333
15334         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15335         (MD_STARTFILE_PREFIX_1): New macro.
15336
15337 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15338
15339         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15340         destination when needed.
15341         (strmovsi, strsetsi): New expander.
15342         (strmovsi_1, strsetsi_1): New pattern.
15343         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15344         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15345         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15346         * invoke.texi (align-stringops, inline-all-stringops): Document.
15347
15348 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15349
15350         * i386/netbsd.h (INT_ASM_OP): Define.
15351
15352 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15353
15354         * cpplib.h (cpp_reader): Add new flag, no_directives.
15355         * cpphash.c (macarg): Set it.
15356         * cpplib.c (handle_directive): If no_directives is on and we
15357         find a directive, issue an error and discard the line.
15358
15359 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15360
15361         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15362         FP constants.  Add ! TARGET_FPU check for FP constants.
15363
15364 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15365
15366         * flow.c (find_basic_blocks): Don't kill label_value_list
15367         here.
15368         (cleanup_cfg): Kill it here.
15369
15370 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15371
15372         * expr.c (store_field): Ensure ALIGN is no stricter than the
15373         alignment of EXP.
15374
15375 2000-02-02  Richard Henderson  <rth@cygnus.com>
15376
15377         * jump.c (delete_insn): Partially revert 19 Jan change;
15378         don't convert unused code labels to notes at -O0.
15379
15380 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15381
15382         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15383         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15384
15385 2000-02-01  Richard Henderson  <rth@cygnus.com>
15386
15387         * i386.c (general_no_elim_operand): New.
15388         (nonmemory_no_elim_operand): New.
15389         (ix86_expand_move): Copy eliminable operands before a push.
15390         * i386-protos.h: Declare new functions.
15391         * i386.h (CAN_ELIMINATE): Simplify.
15392         (PREDICATE_CODES): Update.
15393         * i386.md (push insns): Don't allow eliminable register operands.
15394
15395 2000-02-01  Richard Henderson  <rth@cygnus.com>
15396
15397         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15398         replace BLKmode with DECL_RTL's mode.
15399
15400 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15401
15402         * frame.c (find_fde): Convert for loop to do-while so compiler
15403         sees it's always executed at least once.
15404         * libgcc2.c (BBINBUFSIZE): Kill.
15405         (__bb_init_prg): Use fgets.
15406         (__bb_exit_trace_func): Don't paste strings.
15407         * unroll.c (unroll_loop): Initialize unroll_type, not
15408         unroll_number, and tweak logic to match.
15409
15410         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15411         all failure paths.
15412         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15413         (ix86_sched_reorder): Break guts out to
15414         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15415         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15416         any possible use.
15417
15418         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15419         use string concatenation.  Don't save and restore esi.
15420
15421         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15422         (machname.h): Remove script to separate file.  Use two-step
15423         sequence so target is not created if script fails.
15424         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15425         identifiers are defined.
15426         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15427         an empty string, machine_name doesn't need to do anything at
15428         all.
15429         (is_cxx_header): Add more cases to regexp.
15430         * fixinc/fixlib.h: Update prototype.
15431         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15432         mn_get_regexps.
15433         * fixinc/fixincl.c: Define NO_BOGOSITY.
15434
15435         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15436         (hp_sysfile): Add missing comma.
15437         (math_exception): Put the wrapper ifdefs at the beginning and
15438         the end of the file.
15439         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15440
15441 2000-02-01  Richard Henderson  <rth@cygnus.com>
15442
15443         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15444         Use CONST0_RTX.  Update all callers.
15445         * sparc.h, sparc-protos.h: Update accordingly.
15446         * sparc.md (fp mov insns): Use fp_zero_operand directly
15447         where applicable.
15448
15449 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15450
15451         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15452         example.
15453
15454 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15455
15456         * Makefile.in (specs.ready): New target.
15457         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15458
15459 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15460
15461         * fixinc.irix: Use unique filenames for writing into /tmp,
15462         * fixinc.ptx: Likewise.
15463         * fixinc.sco: Likewise.
15464         * fixinc.svr4: Likewise.
15465         * fixinc.winnt: Likewise.
15466
15467 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15468
15469         * tsystem.h: New file.
15470
15471         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15472         s-crtS): Depend on tsystem.h.
15473
15474         * crtstuff.c: Include tsystem.h.
15475         * frame.c: Likewise.
15476         * libgcc2.c: Likewise.
15477
15478 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15479
15480         * builtins.c (expand_builtin_memset): Expand for variable sized
15481         lengths too.
15482
15483 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15484
15485         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15486         on ABI.
15487
15488 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15489
15490         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15491
15492         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15493
15494 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15495
15496         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15497         case 3->2 combining (combining with splitting) in which 2 is CC0
15498         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15499         checked at the begining of the function with the aid of calling
15500         function 'can_combine_p'.
15501
15502 2000-01-31  Dave Brolley  <brolley@redhat.com>
15503
15504         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15505
15506 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15507
15508         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15509         new label.
15510
15511 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15512
15513         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15514
15515         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15516         PROTO -> PARAMS.
15517
15518 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15519
15520         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15521         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15522         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15523         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15524         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15525         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15526         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15527         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15528         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15529         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15530
15531         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15532         Add %(cpp_cpu) to CPP_SPEC.
15533
15534         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15535         Add %(cc1_cpu) to CC1_SPEC.
15536
15537 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15538
15539         * c-decl.c (c_decode_option): Accept optional numeric argument to
15540         -Wformat and set warn_format.
15541         * c-common.c: Don't emit warning about non-constant printf format
15542         string unless warn_format > 1.
15543
15544 2000-01-30  Richard Henderson  <rth@cygnus.com>
15545
15546         * alpha.md (return_internal): Allow after reload only.
15547
15548 2000-01-30  Richard Henderson  <rth@cygnus.com>
15549
15550         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15551         local frame size is zero.
15552
15553 2000-01-30  Richard Henderson  <rth@cygnus.com>
15554
15555         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15556         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15557         * alpha.md (return): Turn into an expander.
15558         (return_internal): Don't use $26.
15559         (epilogue): Emit the return insn.
15560
15561 2000-01-30  Richard Henderson  <rth@cygnus.com>
15562
15563         * alpha.md (negtf2, abstf2): Fix word order thinko.
15564         (extendsftf2): New.
15565         (trunctfsf2): Avoid intermediate rounding errors.
15566
15567 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15568
15569         * cppfiles.c (find_position): Drop 'colp' argument, return the
15570         new line base.
15571         (read_and_prescan): Adjust to match.  Don't ever manipulate
15572         line or line_base except via find_position.
15573
15574 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15575
15576         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15577         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15578         Regenerate.
15579
15580 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15581
15582         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15583         just print "<command line>".  If 'filename' is null or an
15584         empty string, print "<stdin>" for the filename.
15585         * cpplib.c (do_define): Don't print the 'location of the
15586         previous definition' message if we're still parsing the
15587         command line.
15588         (cpp_pedwarn_with_file_and_line): Always call
15589         cpp_file_line_for_message.
15590
15591 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15592
15593         * flow.c (mark_regs_live_at_end): Fix typo.
15594
15595 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15596
15597         * c-common.c: Adjust variable names, comments, help strings to c99.
15598         * c-lex.c: Likewise.
15599         * c-parse.y: Likewise.
15600         * c-tree.h: Likewise.
15601         * cccp.c: Likewise.
15602         * cpplib.h: Likewise.
15603         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15604         * cppinit.c: Likewise.
15605
15606 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15607
15608         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15609         * c4x.c: Define the optab rtx values.
15610         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15611         (c4x_emit_libcall): Use new optab rtx values.
15612         (c4x_emit_libcall3): Likewise.
15613         (c4x_emit_libcall_mulhi): Likewise.
15614         * c4x-protos.h: Add prototypes for optab rtx values and change
15615         prototypes for above c4x_emit_libcall functions.
15616
15617 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15618
15619         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15620         syntax is used.
15621         (c4x_function_prologue): Use regnames intead of float_reg_names when
15622         TI syntax is used.
15623         (c4x_function_epilogue): Likewise.
15624         (c4x_print_operand): Likewise.
15625         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15626         * c4x.md (set_high): Disable for TARGET_TI.
15627
15628 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15629
15630         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15631         of framepointer + constant to ADDR_REGS class.
15632         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15633         * c4x.c (std_or_reg_operand): New function.
15634         * c4x-protos.h (std_or_reg_operand): Prototype it.
15635
15636 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15637
15638         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15639                 object names as libgcc2.c.
15640         * libgcc.S: Use newly defined names.
15641
15642 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15643         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15644         function.
15645         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15646         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15647         (FLOW_LOOP_LAST_BLOCK): Likewise.
15648
15649 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15650
15651         * basic-block.h (struct loop): New fields 'first' and 'last'.
15652         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15653         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15654         and loop->last to check for NOTE_INSN_LOOP_END.
15655
15656 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15657
15658         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15659         of the loop descriptor rather than HEADER and LATCH. Also added
15660         missing break statements as well making some coding style modifications
15661         as suggested by Michael Hayes.
15662
15663 2000-01-28  Richard Henderson  <rth@cygnus.com>
15664
15665         * flow.c (find_basic_blocks): Remove do_cleanup argument.
15666         Break out that code ...
15667         (cleanup_cfg): ... here.
15668         (commit_one_edge_insertion): Detect a return instruction being
15669         emitted to an edge.  Emit a barrier following; clear fallthru.
15670         (commit_edge_insertions): Verify CFG consistency.
15671         * function.c (expand_function_start): Kill unused variable.
15672         (expand_function_end): Likewise.
15673         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
15674         to insert the epilogue.
15675
15676         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
15677         (delete_null_pointer_checks): Likewise.
15678         * output.h: Likewise.
15679         * reg-stack.c (reg_to_stack): Likewise.
15680         * toplev.c (rest_of_compilation): Likewise.  Run
15681         thread_prologue_and_epilogue_insns after rebuilding the CFG.
15682
15683 2000-01-28  Richard Henderson  <rth@cygnus.com>
15684
15685         * Makefile.in (flow.o): Revert 24 Jan change.
15686         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
15687         FUNCTION_VALUE result to DECL_RESULT's mode.
15688
15689         * haifa-sched.c (schedule_insns): Don't recompute reg info
15690         after reload.
15691
15692 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
15693
15694         * configure.in: Make --enable-cpplib the default.
15695         * configure: Regenerate.
15696         * gcc.dg/990119-1.c: No longer expected to fail.
15697
15698 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
15699
15700         * jump.c (jump_optimize_1): Delete an optimization that is also done
15701         by merge_blocks in flow.
15702
15703 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15704
15705         * diagnostic.c (build_message_string, output_printf,
15706         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
15707         (build_location_prefix): Fix non-literal format string.
15708
15709 2000-01-27  Richard Henderson  <rth@cygnus.com>
15710
15711         * alpha.md (trunctfsf2): New.
15712
15713 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
15714
15715         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
15716
15717 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15718
15719         * cppinit.c (cpp_handle_option): Recognize C++ comments under
15720         -std=gnu89.
15721         * cpplib.c (skip_block_comment, skip_line_comment): Split code
15722         out of...
15723         (skip_comment) ... here.  Permit C++ comments in system
15724         headers always.  Warn about C++ comments in user code under
15725         -std=gnu89 -pedantic.
15726         (copy_comment): Use skip_comment.
15727         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
15728         return EOF.
15729         (consider_directive_while_skipping, do_else, do_endif): Call
15730         validate_else unconditionally.
15731         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
15732         text after the conditional in a system header.
15733         * cpplib.h (struct cpp_buffer): Add flag
15734         warned_cplusplus_comments.
15735
15736 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15737
15738         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
15739         Use unshare_all_rtl_1.
15740         (unshare_all_rtl_again): New function.
15741         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
15742
15743         * function.c (purge_addressof_1): Use unshare_all_rtl_again
15744         rather than resetting the 'used' flags ourself.
15745
15746         * toplev.c (rest_of_compilation): Add current_function_decl
15747         to the unshare_all_rtl call.
15748         * tree.h: Prototype unshare_all_rtl.
15749         * rtl.h: Prototype unshare_all_rtl_again here.
15750
15751 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15752
15753         * genoutput.c (output_prologue): Include ggc.h in generated
15754         files.
15755         * Makefile.in (insn-output.o): Depends on ggc.h.
15756
15757 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15758             Hans-Peter Nilsson  <hp@bitrange.com>
15759
15760         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
15761         Remove redundant include of xm-ns32k.h.
15762         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
15763         Remove redundant include of xm-ns32k.h.
15764         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
15765         Remove redundant include of xm-ns32k.h.
15766         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
15767
15768         * ns32k/ns32k.h: Update comment on multiply-add instructions.
15769         (TARGET_SWITCHES): Add documentation strings.
15770         (DWARF_FRAME_REGNUM): Override default definition.
15771         (REG_CLASS_CONTENTS): Add comments.
15772         (SUBSET_P): Format to reduce line length.
15773         (SMALL_REGISTER_CLASSES): Make a run time option.
15774         (GO_IF_NONINDEXED_ADDRESS): Reformat.
15775         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
15776         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
15777         (regclass_map): fix typo in comment.
15778         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
15779         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
15780         (trace, reg_or_mem_operand): Delete, unused function.
15781         (calc_address_cost): Small offsets are cheaper than large ones.
15782         (expand_block_move): Generate more efficient code when bytes is a
15783         known at compile time.
15784         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
15785         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
15786         instead of reg_or_mem_operand.
15787
15788         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
15789         not general_operand.  Similarly use "=rm" or stricter, not "=g".
15790         For input operands, use stricter constraints than "g" if not
15791         general_operand.  Similarly use stricter predicate than
15792         "general_operand" when stricter constraints than "g" are present,
15793         except for matching constraints.
15794         (movstrsi): Use "memory_operand" for operands 0 and 1.
15795         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
15796         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
15797         not reg_or_mem_operand.
15798         (udivmoddisi4): Ditto.
15799         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
15800         Use nonimmediate_operand for operand 3, not register_operand.
15801         (udivmoddiqi4_internal): Use register_operand for operand 1, not
15802         reg_or_mem_operand.
15803
15804 2000-01-27  Fred Fish  <fnf@be.com>
15805
15806         * gthr-posix.h: Fix typo; compatibily -> compatibility.
15807         * gthr-single.h: Likewise.
15808         * gthr-solaris.h: Likewise.
15809         * gthr-vxworks.h: Likewise.
15810         * gthr-win32.h: Likewise.
15811         * gthr.h: Likewise.
15812
15813 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15814
15815         * cppinit.c: Add " (cpplib)" to end of string printed by
15816         -v / --version.
15817
15818 2000-01-27  Richard Henderson  <rth@cygnus.com>
15819
15820         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
15821         testing for a signed comparison.
15822         (alpha_emit_floatuns): New.
15823         * alpha-protos.h: Declare it.
15824         * alpha.md (floatunsdisf2, floatunsdidf2): New.
15825         (extendsfdf2): Tidy.
15826
15827 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
15828
15829         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
15830         no -g option specifying debugging format, default to -gstabs+.
15831
15832 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
15833
15834         * calls.c (special_function_p): New argument fork_or_exec.
15835         (expand_call): When profile_arc_flag is set and the function
15836         is in the fork_or_exec group, call __bb_fork_func first.
15837         * libgcc2.c, _bb module (__bb_fork_func): New function.
15838         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
15839         output file.
15840         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
15841         * tree.h (special_function_p): Update prototype.
15842
15843 2000-01-26  Richard Henderson  <rth@cygnus.com>
15844
15845         * alpha.c (alpha_split_tfmode_pair): New.
15846         * alpha-protos.h: Declare it.
15847         * alpha.md (abstf2, negtf2): New.
15848         (movtf insn): Add input G constraint.
15849         (movtf splitter): Use alpha_split_tfmode_pair.
15850
15851 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15852
15853         * i386/cygwin.h: PROTO -> PARAMS.
15854
15855 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
15856
15857         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
15858         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
15859         using _Qp_cmp/_Q_cmp and testing the return value.
15860         (print_operand): Call reverse_condition_maybe_unordered if
15861         we are handling CCFPmode or CCFPEmode.
15862         Handle ORDERED, UN* and LTGT comparisons.
15863         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
15864         if not TARGET_HARD_QUAD.
15865         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
15866         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
15867         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
15868         Adjust gen_b* calls so that they reflect return comparison of
15869         sparc_emit_float_lib_cmp.
15870
15871 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15872
15873         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
15874         incoming operands array is large enough for one more operand.
15875         (alpha_emit_xfloating_arith): Likewise.
15876
15877 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15878
15879         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
15880         file with one line and no trailing newline.
15881         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
15882         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
15883         checking if the match is on the line.
15884         * fixinc/gnu-regex.c: Provide regerror not __regerror.
15885
15886 2000-01-25  Richard Henderson  <rth@cygnus.com>
15887
15888         * sparc.c (output_cbranch): Fix accidental squashing of the
15889         fp branch pre-delay nop.
15890
15891 2000-01-25  Richard Henderson  <rth@cygnus.com>
15892
15893         * tree.def (UNNE_EXPR): Remove.
15894         * c-typeck.c (build_binary_op): Don't handle it.
15895         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
15896
15897         * rtl.def (UNNE): Remove.
15898         (LTGT): Add.
15899         * jump.c (reverse_condition): Update accordingly.
15900         (swap_condition): Likewise.
15901         (comparison_dominates_p): Handle unordered comparisons.
15902         (reverse_condition_maybe_unordered): New.
15903         * rtl.h (reverse_condition_maybe_unordered): Declare.
15904
15905         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
15906         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
15907         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
15908         * sparc.md (bltgt): New.
15909
15910 2000-01-25  Nick Clifton  <nickc@redhat.com>
15911
15912         * emit-rtl.c (emit_insn): Only check machine class insns for
15913         improper emission of a RETURN.
15914
15915 2000-01-25  Richard Henderson  <rth@cygnus.com>
15916
15917         * Makefile.in (flow.o): Depend on $(EXPR_H).
15918         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
15919         duplicate the structure of diddle_return_value for keeping regs live.
15920
15921 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15922
15923         * loop.c (current_loop_info): Delete.
15924         (consec_sets_invariant_p): Add loop argument, update callers.
15925         (get_condition_for_loop): Likewise.
15926         (count_nonfixed_reads, update_giv_derive): Likewise.
15927         (simplify_giv_expr, general_induction_var): Likewise.
15928         (consec_sets_giv, recombine_givs): Likewise.
15929         (move_movables): Delete loop_start and loop_end arguments,
15930         add loop argument, and update callers.
15931         (find_mem_givs, check_final_value): Likewise.
15932         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
15933         (loop_invariant_p): Rename from invariant_p, add loop argument, and
15934         update callers.
15935         (basic_induction_var): Add loop argument, delete loop_level argument,
15936         and update callers.
15937         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
15938         add loop argument, and update callers.
15939         (find_splittable_regs, find_splittable_givs): Likewise.
15940         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
15941         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
15942         (biv_total_increment): Delete loop_start and loop_end arguments;
15943         update callers.
15944         (precondition_loop_p): Delete loop_start and loop_info arguments;
15945         update callers.
15946         * loop.h (get_condition_for_loop): Add loop argument.
15947         (biv_total_increment): Delete loop_start and loop_end arguments.
15948         (precondition_loop_p): Delete loop_start and loop_info arguments;
15949         add loop argument.
15950         (final_biv_value): Delete loop_start and loop_end arguments;
15951         add loop argument.
15952         (final_giv_value, back_branch_in_range_p): Likewise.
15953
15954 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15955
15956         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
15957
15958 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15959
15960         * Makefile.in (c-gperf.h) : Change the "See" pointer to
15961         point to the new "generated_files" doc.
15962
15963 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15964
15965         * config/fp-bit.c (_unord_f2): Fix typo.
15966
15967 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15968
15969         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
15970         c-typeck.c, objc/objc-act.c: Remove all references to obstack
15971         functions obsoleted by GC, such as push_obstacks_nochange,
15972         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
15973         and code which existed only to decide whether or not to call
15974         them.  Remove now-unused NESTED argument from start_function;
15975         all callers changed.  Do not change behavior based on ggc_p.
15976         The use of the ixp_obstack in c-iterate.c and the util_obstack
15977         in objc/objc-act.c remain; these are not obsoleted by garbage
15978         collection.
15979         * c-tree.h: Update prototype for start_function.
15980
15981         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
15982
15983 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15984
15985         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
15986         mips16.
15987
15988 2000-01-25  Richard Henderson  <rth@cygnus.com>
15989
15990         * sparc-protos.h (select_cc_mode): Declare.
15991         * sparc.c (select_cc_mode): New.  Handle unordered compares.
15992         (output_cbranch): Always reverse via code change.  Handle
15993         unordered compares.  Factor tests and string updates.
15994         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
15995         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
15996         * sparc.md (bunordered, bordered): New.
15997         (bungt, bunlt, buneq, bunge, bunle): New.
15998
15999 2000-01-25  Richard Henderson  <rth@cygnus.com>
16000
16001         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
16002         * ggc-common.c (ggc_add_rtx_varray_root): New.
16003         (ggc_mark_rtx_varray): New.
16004         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
16005         functions down below ggc_mark_foo.
16006         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
16007
16008 2000-01-25  Richard Henderson  <rth@cygnus.com>
16009
16010         * alpha.c (secondary_reload_class): Don't allocate a secondary
16011         for integral mode memories into FLOAT_REGS.  Rearrange the more
16012         complicated memory expression inward.
16013
16014 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16015
16016         * inclhack.def: Fixes to play nicer with FreeBSD, and
16017         corrections to comments.
16018         (cxx_unready): Add select expression.
16019         (irix_sockaddr): Add bypass expression.
16020         (machine_ansi_h_va_list): New fix.
16021         (stdio_va_list): No need to edit _BSD_VA_LIST_.
16022         Split out addition of "#include <stdarg.h>" to...
16023         (stdio_stdarg_h): ... here.
16024         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
16025         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
16026         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
16027         size_t.
16028         (ultrix_ifdef): Tighten up select expression.
16029
16030         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
16031         re_ct and max_mach to avoid use of shell.  Make printed names
16032         match names in inclhack.def.  Use static copyright date.
16033         Don't count c_test and test expressions as requiring regex_t
16034         slots.  Add some commentary.
16035         * inclhack.tpl: Do not include the 'This script contains N
16036         fixup scripts' line if PROGRAM is defined.  Use static
16037         copyright date.
16038
16039 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
16040
16041         * dwarf2out.c: include "varray.h", not dyn-string.h.
16042         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
16043         (addr_const_to_string, addr_to_string): Lose.
16044         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
16045         (struct dw_val_struct): val_addr is now an rtx.
16046         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
16047         (used_rtx_varray): New varray.
16048         (dwarf2out_init): Initialize it.
16049         (save_rtx): New fn.
16050         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
16051         addr_to_string.
16052         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
16053         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
16054         * Makefile.in (dwarf2out.o): Update dependencies.
16055
16056 2000-01-24  Richard Henderson  <rth@cygnus.com>
16057
16058         * i386.c (i386_dwarf_output_addr_const): New.
16059         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
16060
16061         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
16062         if defined.
16063         * dwarfout.c (output_mem_loc_descriptor): Likewise.
16064         * i386.c (i386_simplify_dwarf_addr): New.
16065         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
16066
16067 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
16068
16069         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
16070         TYPE_STUB_DECL is NULL.
16071
16072 2000-01-24  Richard Henderson  <rth@cygnus.com>
16073
16074         * builtins.c (expand_tree_builtin): Move ...
16075         * c-common.c (expand_tree_builtin): ... here.
16076
16077 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16078
16079         * loop.h (LOOP_INFO): New accessor macro.
16080         * basic-block.h (struct loop): Rename field `info' to `aux'.
16081         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16082         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16083         * unroll.c (loop_iterations, unroll_loop): Likewise.
16084
16085 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16086
16087         * config/i386/t-cygwin: Accomodate new winsup directory layout
16088         when searching for include files.
16089
16090 2000-01-24  Richard Henderson  <rth@cygnus.com>
16091
16092         * rtl.def: Add unordered fp comparisions.
16093         * tree.def: Likewise.
16094         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16095
16096         * builtins.c (expand_tree_builtin): New function.
16097         * c-typeck.c (build_function_call): Use it.
16098         (build_binary_op): Support unordered compares.
16099         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16100
16101         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16102         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16103         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16104         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16105         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16106         return UNKNOWN.
16107         (swap_condition): Handle unordered compares.
16108         (thread_jumps): Check can_reverse before reversing.
16109         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16110         reversed for FP.
16111
16112         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16113         setcc is present before acking for cmp_optab.  Update all callers.
16114         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16115         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16116         * expr.c (expand_expr): Likewise.  Support unordered compares.
16117         (do_jump, do_store_flag): Likewise.
16118         * expr.h (enum libfunc_index): Add unordered compares.
16119
16120         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16121         (DPBIT_FUNCS): Add _unord_df.
16122         * config/fp-bit.c (_unord_f2): New.
16123         * fp-test.c (main): Try unordered compare builtins.
16124
16125         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16126         * alpha.c (alpha_comparison_operator): Check mode properly.
16127         (alpha_swapped_comparison_operator): Likewise.
16128         (signed_comparison_operator): Likewise.
16129         (alpha_fp_comparison_operator): New.
16130         (alpha_emit_conditional_branch): Handle unordered compares.
16131         * alpha.h (PREDICATE_CODES): Update.
16132         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16133         (bunordered, bordered): New.
16134
16135 2000-01-24  Richard Henderson  <rth@cygnus.com>
16136
16137         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16138         * alpha.md (movtf): New expander, insn, and splitter.
16139
16140 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16141
16142         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16143         dead registers.
16144
16145 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16146
16147         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16148         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16149          REG_ALLOC_ORDER): Add frame pointer
16150         (FRAME_POINTER_REGNUM): Set to 20
16151         (HARD_FRAME_POINTER_REGNUM): New macro.
16152         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16153         to HARD_FRAME_POINTER.
16154         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16155         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16156         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16157         (HI_REGISTER_NAMES): Add "frame".
16158         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16159         (debug_reg): Handle FRAME_POINTER_REGNUM.
16160         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16161         GENERAL_REGS and INDEX_REGS.
16162         * i386.c (SAVED_REGS_FIRST): new macro.
16163         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16164         (ix86_decompose_address, memory_address_length): Likewise.
16165         (regclass_map): Add frame pointer.
16166         (call_insn_operand): Handle frame_pointer_rtx.
16167         (reg_no_sp_operand): Likewise.
16168         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16169         (print_operand, legitimize_pic_address): Fix formating.
16170         (ix86_compute_frame_size): Make static, update prototype, new
16171         parameters padding1, padding2, use ix86_nsaved_regs, use
16172         stack_alignment_needed.
16173         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16174         to HARD_FRAME_POINTER_REGNUM conversions.
16175         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16176         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16177         (print_reg): Abort on FRAME_POINTER_REGNUM
16178
16179 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16180
16181         * i386.h (PREDICATE_CODES): Add aligned_operand.
16182         * i386.c (aligned_operand): New function.
16183         (ix86_aligned_p): Kill.
16184         * i386.md (movhi_1): Emit mov for aligned operands.
16185         (promoting peep2s): Use aligned_operand.
16186
16187 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16188
16189         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16190         expression to allow underscores in macro names.
16191         (fix_char_macro_defines): Increment scanning pointer.
16192
16193 2000-01-23  Richard Henderson  <rth@cygnus.com>
16194
16195         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16196         * alpha/osf5.h: New file.
16197         * configure.in (alpha-*-osf5): Add it to tm_file.
16198
16199         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16200
16201         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16202         (alpha_emit_xfloating_cvt, function_arg): Declare.
16203         * alpha.c (alpha_emit_conditional_branch): Call
16204         alpha_emit_xfloating_compare for TFmode compares.
16205         (alpha_lookup_xfloating_lib_func): New.
16206         (alpha_compute_xfloating_mode_arg): New.
16207         (alpha_emit_xfloating_libcall): New.
16208         (alpha_emit_xfloating_arith): New.
16209         (alpha_emit_xfloating_compare): New.
16210         (alpha_emit_xfloating_cvt): New.
16211         (print_operand): Add default abort case.
16212         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16213         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16214         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16215         (RETURN_IN_MEMORY): True for TF/TCmode.
16216         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16217         (FUNCTION_ARG): Move to function_arg.
16218         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16219         (ASM_OUTPUT_LONG_DOUBLE): New.
16220         (ASM_OUTPUT_DOUBLE): Always output bits.
16221         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16222         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16223         (extenddftf2, trunctfdf2): New.
16224
16225 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16226
16227         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16228         * config/sparc/sol2.h: ... here.
16229
16230 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16231
16232         * basic-block.h (struct loops): New field `levels'.
16233         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16234         (flow_loop_level_compute): Initialise level to 1.
16235         (flow_loops_find): Set loops->levels.
16236         (flow_loops_dump): Print loops->levels.
16237
16238 2000-01-23  Richard Henderson  <rth@cygnus.com>
16239
16240         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16241         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16242
16243 2000-01-23  Richard Henderson  <rth@cygnus.com>
16244
16245         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16246         * i386.h (DBX_REGISTER_NUMBER): Use them.
16247         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16248         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16249         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16250         * i386/sequent.h: Kill incorrect comment.
16251
16252 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16253
16254         * ggc-page.c (struct page_entry): Make `context_depth' an
16255         `unsigned short'.
16256         (struct globals): Likewise.
16257
16258 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16259
16260         * loop.c (check_dbra_loop): When checking a loop for
16261         reversability, check the source of any stores to ensure
16262         they don't depend on an initial value.
16263
16264 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16265
16266         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16267
16268 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16269
16270         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16271         'pz_scan' into scope of entire function.  Only affects
16272         compiles with -DDEBUG.
16273
16274 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16275
16276         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16277         section naming to that prior to 2000-01-07 patch.
16278         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16279         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16280         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16281         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16282         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16283
16284 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16285
16286         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16287         constant.
16288
16289 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16290
16291         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16292         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16293
16294 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16295
16296         * cpphash.c (change_newlines): Delete function.
16297         (struct argdata): Delete 'newlines' and 'use_count' fields.
16298         (macroexpand): Remove code referencing those fields.
16299
16300 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16301
16302         * loop.c (loops_info): New variable.
16303         (loop_optimize): Allocate loops->array and free it on exit.
16304         Allocate memory for loops_info and assign to each loop,
16305         replacing alloca.
16306         (find_and_verify_loops): Do not allocate loops->array.
16307
16308 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16309
16310         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16311
16312 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16313
16314         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16315         pseudos if expanded after first flow.
16316         (movdi_pic_label_ref): Likewise.
16317
16318 2000-01-20  Richard Henderson  <rth@cygnus.com>
16319
16320         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16321
16322 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16323
16324         * Makefile.in (fixinc.sh): Depend on specs.
16325         * fixinc/Makefile.in: Add rule to create machname.h.
16326         (fixlib.o): Depend on machname.h.
16327         * fixinc/fixtests.c (machine_name): New test.
16328         * fixinc/fixfixes.c (machine_name): New fix.
16329         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16330         the machine_name test and fix.
16331         * fixinc/fixlib.h: Prototype it.
16332         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16333         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16334
16335         * gcc.c (do_spec_1) [case P]: Take care not to create
16336         identifiers with three leading or trailing underscores.
16337
16338         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16339         (fixincl): Don't specify libraries twice on link line.
16340         (gnu-regex.o): Remove special rule.
16341         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16342         defined by config.h.  Do not define _REGEX_RE_COMP.
16343         (regcomp): Allocate and initialize a fastmap.
16344         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16345
16346 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16347
16348         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16349
16350 2000-01-19  Richard Henderson  <rth@cygnus.com>
16351
16352         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16353         arguments with BB.  Update all callers.  Tidy line wrapping.
16354
16355 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16356
16357         * emit-rtl.c (try_split): Return last_insn if we split the
16358         last_insn.
16359
16360 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16361
16362         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16363         (ix86_initial_elimination_offset): Declare.
16364         * i386.c (ix86_nsaved_regs): Break out from ...
16365         (ix86_can_use_return_insn_p): ... here.
16366         (ix86_emit_save_regs): Break out from ...
16367         (ix86_expand_prologue): ... here.
16368         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16369         out from ...
16370         (ix86_expand_epilogue): ... here.
16371         (ix86_compute_frame_size): Make static, add prototype.
16372         (ix86_initial_elimination_offset): Break out from ...
16373         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16374
16375 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16376
16377         * recog.h (OUT_FCN): Delete.
16378
16379         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16380
16381 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16382
16383         * cppalloc.c: PROTO -> PARAMS.
16384         * cpperror.c: Likewise.
16385         * cppfiles.c: Likewise.
16386         * cpplib.c: Likewise.
16387         * cpplib.h: Likewise.
16388
16389         * config/arm/arm-protos.h: PROTO -> PARAMS.
16390         * config/arm/arm.c: Likewise.
16391         * config/c4x/c4x.c: Likewise.
16392         * config/fr30/fr30-protos.h: Likewise.
16393         * config/nextstep.c: Likewise.
16394         * config/pa/pa.c: Likewise.
16395         * config/pj/pj.c: Likewise.
16396         * config/rs6000/rs6000.c: Likewise.
16397         * config/v850/v850-protos.h: Likewise.
16398         * config/v850/v850.c: Likewise.
16399
16400 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16401
16402         * i370-protos.h: New file.
16403
16404         * i370.c: Include tm_p.h.  Fix compile time warnings.
16405
16406         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16407         warnings.
16408
16409         * i370.md: Likewise.
16410
16411 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16412
16413         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16414         (target_isinf, target_isnan, eisnan): Mark parameter with
16415         ATTRIBUTE_UNUSED.
16416         (eiisinf): Wrap in INFINITY.
16417         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16418         (ibmtoe): Remove unused variable `rndsav'.
16419
16420 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16421
16422         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16423         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16424
16425 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16426
16427         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16428         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16429         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16430
16431         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16432         Recognize Emacs mode markers also.
16433         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16434         C++ comments in C++ headers.  Call is_cxx_header only if
16435         necessary.
16436
16437         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16438         bypass for ncurses.
16439         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16440         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16441         ... these, which use the new C fixes.
16442         (math_exception): Escape literal '+' in bypass expression.
16443
16444         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16445         Regenerate.
16446
16447 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16448
16449         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16450         inside the MEM.
16451
16452 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16453
16454         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16455         prior to calling scan_loop.
16456
16457 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16458
16459         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16460         (split_branches, calc_live_regs): Likewise.
16461
16462 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16463
16464         * sh.md (fpu_single, fp_mode): New attributes.
16465
16466 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16467
16468         * loop.c (current_loop_info): Renamed from loop_info_data
16469         and changed to a pointer.
16470         (loop_optimize): Allocate loop_info structure for each loop
16471         and initialise to zero.
16472         (scan_loop): Set current_loop_info.
16473
16474         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16475         on iteration_var.
16476
16477 2000-01-19  Richard Henderson  <rth@cygnus.com>
16478
16479         * stupid.c: Die die die.
16480         * Makefile.in (OBJS): Remove stupid.o.
16481         (stupid.o): Likewise.
16482
16483         * except.c (emit_eh_context): Don't emit USEs for stupid.
16484         * explow.c (probe_stack_range): Likewise.
16485         * flags.h (obey_regdecls): Remove.
16486         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16487         when not optimizing.
16488         (life_analysis): Limit data collection when not optimizing.
16489         (mark_regs_live_at_end): Always mark the return value registers.
16490         (mark_used_regs): Remove dummy RETURN case.
16491         (print_rtl_with_bb): Don't consult obey_regdecls.
16492         * function.c (use_variable, use_variable_after): Remove.
16493         (assign_parms): Consult optimize not obey_regdecls.
16494         (expand_function_start): Don't emit USEs for stupid.
16495         (expand_function_end): Likewise.
16496         * global.c (build_insn_chain): Export.
16497         * integrate.c (expand_inline_function): Kill return-value USE
16498         handling code.
16499         * jump.c (jump_optimize_1): Do simple jump optimizations and
16500         dead code elimination.
16501         (calculate_can_reach_end): Remove check_deleted argument.
16502         (delete_insn): Patch out insns even when not optimizing.
16503         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16504         * rtl.h (use_variable, use_variable_after): Remove declarations.
16505         (build_insn_chain): Declare.
16506         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16507         (expand_end_bindings): Likewise.
16508         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16509         * toplev.c (obey_regdecls): Remove.
16510         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16511         flow1, local-alloc, and reload.
16512         (main): Don't set obey_regdecls.
16513
16514         * config/nextstep.c (handle_pragma): Likewise.
16515
16516         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16517
16518         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16519
16520 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16521
16522         * alpha-protos.h: PROTO -> PARAMS.
16523         * alpha.c: Likewise.
16524         * elf.h: Likewise.
16525         * h8300.c: Likewise.
16526         * i386-protos.h: Likewise.
16527         * i386.c: Likewise.
16528         * m32r-protos.h: Likewise.
16529         * m32r.c: Likewise.
16530         * mips.c: Likewise.
16531         * mips.md: Likewise.
16532         * gmon-sol2.c: Likewise.
16533         * sparc.c: Likewise.
16534
16535 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16536
16537         * ns32k-protos.h: New file.
16538
16539         * ns32k.c: Fix compile time warnings.
16540
16541         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16542         warnings.
16543
16544         * ns32k.md: Likewise.
16545
16546 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16547
16548         * vax-protos.h: New file.
16549
16550         * vax.c: Fix compile time warnings.
16551
16552         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16553         warnings.
16554
16555         * vax.md: Likewise.
16556
16557         * vaxv.md: Likewise.
16558
16559 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16560
16561         * romp-protos.h: New file.
16562
16563         * romp.c: Fix compile time warnings.
16564
16565         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16566         warnings.
16567
16568         * romp.md: Likewise.
16569
16570 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16571
16572         * we32k-protos.h: New file.
16573
16574         * we32k.c: Fix compile time warnings.
16575
16576         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16577         warnings.
16578
16579 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16580
16581         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16582
16583         * except.c (eh_regs): Likewise.
16584
16585         * final.c (output_operand): Likewise.
16586
16587         * fold-const.c (target_isinf, target_isnan): Likewise.
16588
16589 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16590
16591         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16592         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16593
16594         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16595         when optimize_size.
16596         (clrstrsi): Rewrite.
16597         (strsethi, strsetqi): New expanders.
16598         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16599         (cmpstrsi): Emit compare insn before cmpstrsi_1
16600         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16601         (strlensi_1): Likewise.
16602         (cmpstrsi_1): Likewise; do not output compare.
16603         (strlen expander): Do not unroll when optimizing for size.
16604         (*subsi3_carry): Rename to subsi3_carry
16605         (addqi3_cc): New pattern.
16606         * i386.h (processor_costs): Add move_ratio field.
16607         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16608         * i386.c (*_cost): Set move_ratio.
16609         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16610         (x86_expand_strlensi_1): Rewrite the main loop.
16611
16612 2000-01-17  Richard Henderson  <rth@cygnus.com>
16613
16614         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16615         * cse.c (find_comparison_args, fold_rtx): Likewise.
16616         * integrate.c (subst_constants): Likewise.
16617         * loop.c (get_condition): Likewise.
16618
16619         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16620
16621         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16622
16623 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16624
16625         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16626         (RESTORE_WARN_FLAGS): Unpack it.
16627         Change semantic type of extension to ttype.
16628         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16629         * c-parse.y, c-parse.c, objc/objc-parse.y,
16630         objc/objc-parse.c: Regenerate.
16631
16632 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16633
16634         * fixinc/fixlib.c: Add copyright notice.
16635         (compile_re): New function.
16636         * fixinc/fixlib.h: Prototype compile_re.
16637
16638         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16639         Use compile_re to compile regular expressions.
16640
16641         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16642         where the pattern matched.
16643
16644         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16645         use 'replace'.
16646         (ultrix_ansi_compat): Likewise.
16647         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16648         add egrep test.
16649         (interactv_add2, interactv_add3): Delete.
16650         (x11_sprintf): Don't use filename glob.
16651         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16652         Regenerate.
16653
16654 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16655
16656         * print-rtl.c: PROTO -> PARAMS.
16657         * real.c: Likewise.
16658         * reg-stack.c: Likewise.
16659         * resource.c: Likewise.
16660         * sdbout.h: Likewise.
16661         * simplify-rtx.c: Likewise.
16662         * stor-layout.c: Likewise.
16663         * stupid.c: Likewise.
16664         * xcoffout.c: Likewise.
16665         * xcoffout.h: Likewise.
16666
16667 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16668
16669         * toplev.c: PROTO -> PARAMS.
16670         * toplev.h: Likewise.
16671         * tree.c: Likewise.
16672         * tree.h: Likewise.
16673         * unroll.c: Likewise.
16674         * varasm.c: Likewise.
16675         * varray.c: Likewise.
16676         * varray.h: Likewise.
16677
16678 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16679
16680         * reload.c: PROTO -> PARAMS.
16681         * reload.h: Likewise.
16682         * reload1.c: Likewise.
16683         * reorg.c: Likewise.
16684         * resource.h: Likewise.
16685         * rtl.c: Likewise.
16686         * rtl.h: Likewise.
16687         * rtlanal.c: Likewise.
16688         * sbitmap.h: Likewise.
16689         * sdbout.c: Likewise.
16690         * stack.h: Likewise.
16691         * stmt.c: Likewise.
16692         * system.h: Likewise.
16693
16694 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16695
16696         * machmode.h: PROTO -> PARAMS.
16697         * mbchar.h: Likewise.
16698         * mips-tdump.c: Likewise.
16699         * mips-tfile.c: Likewise.
16700         * optabs.c: Likewise.
16701         * output.h: Likewise.
16702         * prefix.c: Likewise.
16703         * profile.c: Likewise.
16704         * protoize.c: Likewise.
16705         * real.h: Likewise.
16706         * recog.c: Likewise.
16707         * recog.h: Likewise.
16708         * regclass.c: Likewise.
16709         * regmove.c: Likewise.
16710         * regs.h: Likewise.
16711
16712 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16713
16714         * ggc-common.c: PROTO -> PARAMS.
16715         * ggc-page.c: Likewise.
16716         * ggc-simple.c: Likewise.
16717         * ggc.h: Likewise.
16718         * global.c: Likewise.
16719         * graph.c: Likewise.
16720         * gthr-win32.h: Likewise.
16721         * haifa-sched.c: Likewise.
16722         * halfpic.h: Likewise.
16723         * integrate.c: Likewise.
16724         * integrate.h: Likewise.
16725         * jump.c: Likewise.
16726         * lcm.c: Likewise.
16727         * local-alloc.c: Likewise.
16728         * loop.c: Likewise.
16729         * loop.h: Likewise.
16730
16731 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16732
16733         * genattr.c: PROTO -> PARAMS.
16734         * genattrtab.c: Likewise.
16735         * gencheck.c: Likewise.
16736         * gencodes.c: Likewise.
16737         * genconfig.c: Likewise.
16738         * genemit.c: Likewise.
16739         * genextract.c: Likewise.
16740         * genflags.c: Likewise.
16741         * gengenrtl.c: Likewise.
16742         * genopinit.c: Likewise.
16743         * genoutput.c: Likewise.
16744         * genpeep.c: Likewise.
16745         * genrecog.c: Likewise.
16746
16747 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
16748
16749         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
16750
16751 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16752
16753         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
16754         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
16755         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
16756         * configure, config.in: Rebuilt.
16757
16758 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
16759
16760         * config/i386/i386.md: Add peephole to merge successive stack
16761         adjusts.
16762
16763 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
16764
16765         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
16766         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
16767         when walking backwards to find all the parameter loads when
16768         the basic block ends in a call.
16769
16770 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16771
16772         * loop.c (this_loop_info): Delete.
16773         (uid_loop): Add in place of uid_loop_num.  All uses updated.
16774         (loop_number_exit_count): Delete and replace with entry in loop
16775         structure.  All uses updated.
16776         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16777         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16778         (loop_outer_loop): Likewise.
16779         (loop_invalid, loop_number_exit_labels): Likewise.
16780         (loop_used_count_register): Delete and replace with entry in
16781         loop_info structure.
16782         (find_and_verify_loops): Add loops argument.
16783         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
16784         loop_end, etc. arguments with loop structure pointer.  All callers
16785         changed.
16786         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
16787         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
16788         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
16789         (insert_bct): Likewise.
16790         (basic_induction_var): New argument level.
16791         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
16792         vtop, and cont.  Add used_count_register.
16793         (uid_loop): Delete declaration.
16794         (loop_number_exit_count): Likewise.
16795         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16796         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16797         (loop_outer_loop, loop_used_count_register): Likewise.
16798         (loop_invalid, loop_number_exit_labels): Likewise.
16799         (unroll_loop): Replace loop_start and loop_end arguments
16800         with loop structure pointer.
16801         (loop_precondition_p, loop_iterations): Likewise.
16802         Include basic-block.h.
16803         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
16804         with loop structure pointer.
16805         (loop_precondition_p, loop_iterations): Likewise.
16806         * basic-block.h (struct loop): New entries vtop, cont,
16807         cont_dominator, start, end, top, scan_start, exit_labels,
16808         exit_count.
16809         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
16810
16811 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16812
16813         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
16814
16815 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
16816
16817         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
16818
16819 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16820
16821         * pdp11-protos.h: New file.
16822
16823         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
16824         time warnings.
16825
16826         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
16827         warnings.
16828
16829         * pdp11.md: Likewise.
16830
16831         * 2bsd.h: Likewise.
16832
16833 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16834
16835         * mn10300-protos.h: New file.
16836
16837         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16838         time warnings.
16839
16840         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
16841         warnings.
16842
16843         * mn10300.md: Likewise.
16844
16845 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16846
16847         * mn10200-protos.h: New file.
16848
16849         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
16850         time warnings.
16851
16852         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
16853         warnings.
16854
16855         * mn10200.md: Likewise.
16856
16857 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16858
16859         * h8300-protos.h: New file.
16860
16861         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16862         time warnings.
16863
16864         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
16865         warnings.
16866
16867         * h8300.md: Likewise.
16868
16869 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16870
16871         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
16872         (asm_emit_uninitialised): Likewise.
16873
16874 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
16875
16876         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
16877         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
16878
16879 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16880
16881         * config/mips/mips.c (override_options): Don't turn on extra
16882         alignment for mips16.
16883
16884 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16885
16886         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
16887         eabi, and make sure queued POSTINCREMENT rtl is emitted at
16888         the right point.
16889
16890 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16891
16892         * builtins.c (PAD_VARARGS_DOWN): Define.
16893         (std_expand_builtin_va_arg): Use the above macro.
16894         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
16895         * tm.texi (Register Arguments): Document the above macro.
16896
16897 2000-01-14  Nick Clifton  <nickc@cygnus.com>
16898
16899         * emit-rtl.c (emit_insn): If checking is enabled, make sure
16900         that this function has not been used to emit a jump
16901         instruction.
16902
16903         * jump.c (return_jump_1): Cope with being passed a null rtx.
16904
16905 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16906
16907         * eh-common.h: PROTO -> PARAMS.
16908         * emit-rtl.c: Likewise.
16909         * errors.c: Likewise.
16910         * errors.h: Likewise.
16911         * except.c: Likewise.
16912         * except.h: Likewise.
16913         * explow.c: Likewise.
16914         * expmed.c: Likewise.
16915         * expr.c: Likewise.
16916         * expr.h: Likewise.
16917         * final.c: Likewise.
16918         * fix-header.c: Likewise.
16919         * flow.c: Likewise.
16920         * fold-const.c: Likewise.
16921         * function.c: Likewise.
16922         * function.h: Likewise.
16923         * gcc.c: Likewise.
16924         * gcov-io.h: Likewise.
16925         * gcov.c: Likewise.
16926         * gcse.c: Likewise.
16927
16928 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16929
16930         * sh-protos.h: New file.
16931
16932         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
16933         Add static prototypes.  Fix compile time warnings.
16934
16935         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
16936         * sh.md: Likewise.
16937         * elf.h: Likewise.
16938
16939 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16940
16941         * arc-protos.h: New file.
16942
16943         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
16944         time warnings.
16945
16946         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
16947         warnings.
16948
16949         * arc.md: Likewise.
16950
16951 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16952
16953         * dsp16xx-protos.h: New file.
16954
16955         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
16956         time warnings.
16957
16958         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
16959         warnings.
16960
16961         * dsp16xx.md: Likewise.
16962
16963 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16964
16965         * convex-protos.h: New file.
16966
16967         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
16968         time warnings.
16969
16970         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
16971         warnings.
16972
16973 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16974
16975         * elxsi-protos.h: New file.
16976
16977         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
16978         time warnings.
16979
16980         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
16981         warnings.
16982
16983         * elxsi.md: Likewise.
16984
16985 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16986
16987         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
16988         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
16989         match the comment for MIPS16.
16990
16991 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
16992
16993         * flow.c (split_edge): Do not call set_block_for_insn if we
16994         do not have a basic_block_for_insn structure.
16995
16996         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
16997         and destination functions are 32bit aligned within the trampoline.
16998         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
16999         (TRAMPOLINE_ALIGNMENT): Define.
17000
17001         * cse.c (cse_insn): When changing (set (pc) (reg)) to
17002         (set (pc) (label_ref)), verify the change creates a valid insn.
17003
17004         * fr30.c (call_operand): Tighten and rework to match rules for
17005         call RTL expressions.
17006         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
17007         * fr30.md (call patterns): Improve constraints.
17008
17009 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
17010
17011         * fr30.c (fr30_expand_epilogue): Revert last change.
17012         Use emit_jump_insn for the return insn.
17013
17014 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
17015                           Stan Cox  <scox@cygnus.com>
17016
17017         * predict.c: New file. Preliminary infrastructure work for static
17018         branch prediction and basic block reordering.
17019         * basic-block.h: Add prototype for estimate_probability.
17020         * Makefile.in: Add rules for predict.o.
17021
17022 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
17023
17024         * fixincludes (va_list): Use __not_va_list__ for the dummy.
17025         * fixinc/*: Likewise.
17026
17027 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17028
17029         * cccp.c: PROTO -> PARAMS.
17030         * cexp.y: Likewise.
17031         * collect2.c: Likewise.
17032         * combine.c: Likewise.
17033         * convert.h: Likewise.
17034         * cse.c: Likewise.
17035         * dbxout.c: Likewise.
17036         * dbxout.h: Likewise.
17037         * diagnostic.c: Likewise.
17038         * doprint.c: Likewise.
17039         * dwarf2out.c: Likewise.
17040         * dwarf2out.h: Likewise.
17041         * dwarfout.c: Likewise.
17042         * dwarfout.h: Likewise.
17043         * dyn-string.h: Likewise.
17044
17045 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17046
17047         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
17048         macro conditionals guarding use.
17049
17050         * dwarf2out.c: Include "tm_p.h".
17051
17052         * function.c (locate_and_pad_parm): Mark parameter with
17053         ATTRIBUTE_UNUSED.
17054         (expand_function_end): Likewise for variable `context'.
17055
17056         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
17057
17058 2000-01-13  Nick Clifton  <nickc@cygnus.com>
17059
17060         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
17061         register to prevent compile time warnings.
17062
17063 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
17064
17065         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
17066         to avoid -Wtraditional warning.
17067
17068 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17069
17070         * 1750a-protos.h: New file.
17071
17072         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17073         time warnings.
17074
17075         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17076         warnings.
17077
17078         * 1750a.md: Likewise.
17079
17080 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17081
17082         * a29k-protos.h: New file.
17083
17084         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17085         time warnings.
17086
17087         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17088         warnings.
17089
17090 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17091
17092         * clipper-protos.h: New file.
17093
17094         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17095         time warnings.
17096
17097         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17098         warnings.
17099
17100 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17101
17102         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17103
17104 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17105
17106         * configure.in (--enable-new-gxx-abi): New option.
17107         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17108         * Makefile.in (GXX_ABI_FLAG): New variable.
17109         * configure: Regenerate.
17110
17111 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17112
17113         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17114         * tm.texi (FORCE_STRUCT_BLK): Document.
17115         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17116
17117 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17118
17119         * config/ns32k/ns32k.md: Revert Jan 9 change.
17120
17121         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17122         to a mode-test, if the predicate is address_operand.
17123
17124 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17125
17126         * combine.c (if_then_else_cond): Be careful about what kinds
17127         of RTL expressions are passed to operand_subword.
17128
17129         * flow.c (split_edge): If we have to insert a new jump, make
17130         sure to associate it with a basic block.
17131
17132         * flow.c (commit_one_edge_insertion): A block with one successor
17133         can end in a JUMP_INSN that is not a simplejump.
17134
17135 2000-01-12  Robert Lipe  <robertl@sco.com>
17136
17137         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17138         (BUILD_VA_LIST_TYPE): Define.
17139         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17140         with crtstuff.c.
17141
17142 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17143
17144         * cccp.c (do_pragma): Add cast to (char *).
17145
17146 2000-01-12  Richard Henderson  <rth@cygnus.com>
17147             Fred Fish  <fnf@be.com>
17148             Jason Merrill  <jason@cygnus.com>
17149
17150         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17151         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17152         * i386/beos-elf.h, i386/beos-pe.h: New files.
17153
17154         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17155         * cross-make (SYSTEM_HEADER_DIR): Define using
17156         CROSS_SYSTEM_HEADER_DIR.
17157
17158         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17159         (process_command): Use it.
17160         (main): Likewise.  Kill trailing = from env vars.
17161         (build_search_list): Put it back.
17162         * collect2.c (main): Use LIBRARY_PATH_ENV.
17163
17164         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17165         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17166
17167         * tm.texi (Frame Layout): Document SMALL_STACK.
17168         * c-common.c (c_common_nodes_and_builtins): Check it.
17169
17170         * system.h: Undef alloca after including glibc's <stdlib.h>,
17171         if USE_C_ALLOCA is defined.
17172
17173         * gcc.c (set_input): New fn.
17174         (main): After all input files are compiled, reset the input file
17175         info to the first.
17176
17177         * aclocal.m4 (rindex, index): If already defined, don't attempt
17178         to redefine.
17179
17180         * ginclude/varargs.h: (__va_list__): Define ifndef.
17181         * ginclude/stdarg.h: Likewise.
17182
17183         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17184         instead of unsigned char.
17185
17186         * hash.h (true, false, boolean): Undef before enum.
17187
17188         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17189         proper type of "HOST_WIDE_INT *", rather than their natural type of
17190         "unsigned HOST_WIDE_INT *".
17191
17192 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17193
17194         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17195
17196         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17197
17198         * regclass.c (choose_hard_reg_mode): Likewise.
17199
17200         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17201
17202         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17203
17204 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17205
17206         * c-common.c: PROTO -> PARAMS.
17207         * c-common.h: Likewise.
17208         * c-decl.c: Likewise.
17209         * c-iterate.c: Likewise.
17210         * c-lang.c: Likewise.
17211         * c-lex.c: Likewise.
17212         * c-lex.h: Likewise.
17213         * c-parse.in: Likewise.
17214         * c-pragma.c: Likewise.
17215         * c-pragma.h: Likewise.
17216         * c-tree.h: Likewise.
17217         * c-typeck.c: Likewise.
17218         * objc/objc-act.c: Likewise.
17219         * objc/objc-act.h: Likewise.
17220
17221 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17222
17223         * m88k-protos.h: New file.
17224
17225         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17226         time warnings.
17227
17228         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17229
17230         * m88k.md: Likewise.
17231
17232         * tekXD88.h: Likewise.
17233
17234 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17235
17236         * m68k-protos.h: New file.
17237
17238         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17239         time warnings.
17240
17241         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17242
17243         * mot3300.h: Likewise.
17244
17245 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17246
17247         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17248         extract_bitlst.
17249         (extract_bitlist): Declare bitlen.
17250
17251 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17252
17253         * cccp.c: Accept and ignore -lang-fortran.
17254
17255         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17256         qualifiers don't match at any level of pointerness.
17257
17258 2000-01-12  Robert Lipe  <robertl@sco.com>
17259
17260         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17261
17262 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17263
17264         * reload1.c (reload_reg_unavailable): New static variable.
17265         (reload_reg_free_p): Test it.
17266         (reload_reg_free_for_value_p): Test it instead of
17267         reload_reg_used.
17268         (choose_reload_regs_init): Compute it.
17269
17270 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17271
17272         * reorg.c (fill_slots_from_thread): Check modified_in_p
17273         before replacing.
17274
17275 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17276
17277         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17278         these nodes even if INTERNALS is not set.
17279
17280 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17281
17282         * gcse.c (delete_null_pointer_checks_1): Cope when
17283         get_condition cannot determine the condition.
17284
17285 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17286
17287         * toplev.h (set_message_length): Declare.
17288
17289         * diagnostic.c (obstack_chunk_alloc): Define macro.
17290         (obstack_chunk_free): Likewise.
17291         (struct output_buffer): New data structure.
17292         (vmessage): Remove.
17293         (output_maximum_width): New variable.
17294         (doing_line_wrapping, set_message_length, init_output_buffer,
17295         get_output_prefix, output_space_left, emit_output_prefix,
17296         output_newline, output_append, output_puts, dump_output,
17297         vbuild_message_string, build_message_string, build_location_prefix,
17298         voutput_notice, output_printf, line_wrapper_printf,
17299         vline_wrapper_message_with_location):  New functions. Implement
17300         automatic line wrapping.
17301         (v_message_with_decl): Make it handle automatic line wrapping.
17302         (v_error_with_file_and_line): Likewise.
17303         (v_warning_with_file_and_line): Likewise.
17304         (announce_function): Likewise.
17305         (default_print_error_function): Likewise.
17306
17307 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17308
17309         * cpplib.h (struct cpp_options): Change lang_asm to char.
17310         Add lang_fortran.
17311         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17312         done in cpp_handle_option now.
17313         (initialize_builtins): Take out special case code used only by
17314         __STDC_VERSION__.
17315         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17316         if -traditional.  Recognize -lang-fortran and set
17317         lang_fortran, also turn off cplusplus_comments.
17318         (print_help): Document -lang-fortran.
17319         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17320         lang_asm. Ignore all directives other than `# 123 "file"' if
17321         CPP_PREPROCESSED.
17322         (cpp_get_token): If -traditional, don't recognize directives
17323         unless the # is in column 1.
17324         (parse_string): If lang_fortran or lang_asm, silently
17325         terminate strings ('' or "") at end of line.
17326         Remove unnecessary braces.
17327
17328 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17329             Richard Henderson  <rth@cygnus.com>
17330
17331         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17332         as used.
17333         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17334         strict_low_part when possible.
17335
17336 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17337
17338         * alias.c: PROTO -> PARAMS.
17339         * basic-block.h: Likewise.
17340         * bitmap.c: Likewise.
17341         * bitmap.h: Likewise.
17342         * builtins.c: Likewise.
17343         * c-aux-info.c: Likewise.
17344         * caller-save.c: Likewise.
17345         * calls.c: Likewise.
17346
17347 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17348
17349         * Makefile.in (toplev.o): Depend on regs.h.
17350
17351         * output.h (tdesc_section): Prototype.
17352
17353         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17354
17355         * sdbout.c: Include "tm_p.h".
17356
17357         * toplev.c: Include "regs.h".
17358
17359 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17360
17361         * unroll.c (unroll_loop): Add EH support.
17362
17363 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17364
17365         * pa-protos.h: New file.
17366
17367         * pa.c: Include recog.h and tm_p.h.
17368         (compute_zdepwi_operands, compute_movstrsi_length,
17369         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17370         find_addr_reg, import_milli): Add static prototypes.
17371         (pa_cpu_string, pa_arch_string): Constify a char*.
17372         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17373         (read_only_operand): Add argument `mode'.
17374         (singlemove_string, output_move_double, output_fp_move_double,
17375         output_block_move, output_and, output_ior, output_ascii,
17376         remove_useless_addtr_insns, milli_names, output_mul_insn,
17377         output_div_insn, output_mod_insn, output_arg_descriptor,
17378         output_cbranch, output_bb, output_bvb, output_dbra, ,
17379         output_millicode_call, output_call, hppa_encode_label,
17380         output_parallel_movb, output_parallel_addb): Constify a char*.
17381         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17382         (output_parallel_addb): Remove extra arg to `constrain_operands'
17383
17384         * pa.h:  Move all prototypes to pa-protos.h.
17385         (pa_cpu_string, pa_arch_string): Constify a char*.
17386         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17387
17388         * pa.md: Call `function_label_operand' with mode argument.
17389         Likewise for `read_only_operand'.
17390         Fix nesting of parens in call to `symbolic_operand'.
17391
17392 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17393
17394         * i860-protos.h: New file.
17395
17396         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17397         time warnings.
17398
17399         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17400
17401         * i860.md: Likewise.
17402
17403 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17404
17405         * i386.md (movstrsi expander): Rewrite.
17406         (movstrsi_1 insn): Deleted.
17407         (strmovhi, strmovqi expander): New expanders.
17408         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17409         * i386.c (x86_single_stringop): New global variable.
17410         * i386.h (x86_single_stringop): Declare.
17411         (TARGET_SINGLE_STRINGOP): New macro.
17412
17413 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17414
17415         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17416         integer vararg POSTINCREMENT before the destination of the jump
17417         for the hard fp case.
17418         (function_arg_pass_by_reference): Pass a copy of CUM to
17419         FUNCTION_ARG.
17420
17421         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17422         for CONSTANT_ADDRESS_P above while loop for subreg.
17423
17424 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17425
17426         * flow.c (propagate_block): When a prologue/epilogue insn
17427         is marked dead, unconditionally clear libcall_is_dead and
17428         insn_is_dead, and only dump rtl if warnings aren't being
17429         suppressed.
17430
17431 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17432
17433         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17434         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17435         (FIXED_REGISTERS): Set dirflag as fixed.
17436         (CALL_USED_REGISTERS): Set dirflag as used.
17437         (REG_ALLOC_ORDER): Set dirflag as last one.
17438         (DIRFLAG_REG): New macro.
17439         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17440         (HI_REGISTER_NAMES): Add dirflag.
17441         (DEBUF_PRINT_REG): Handle dirflag.
17442         * i386.md (type attribute): New cld and str types.
17443         (length_opcode attribute): Set cld and str to 1.
17444         (memory attribute): Set str to unknown - it is not clear from the
17445         patterns.
17446         (pent_np function unit): Prefixed string operations takes 12 cycles
17447         minimally; cld takes 2 cycles.
17448         (ppro_uops attribute): Str is "many" and cld is "few".
17449         (ppro_p0 unit): Handle cld here.
17450         (k6_alux unit): Handle cld and str types.
17451         (k6_load unit): It is ocupied by str opcodes.
17452         (k6_store unit): It is ocupied by str opcodes.
17453         (athlon_decode): Str is vector decoded.
17454         (athlon_ieu): Handle str and cld.
17455         (cld pattern): New.
17456         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17457         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17458         cmpstrsi_nz_1 insn): Do not output cld instruction
17459
17460 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17461
17462         * gcc.texi (G++ and GCC): Add Java and Chill.
17463         (Bug Critera): Don't list languages.
17464
17465         * gcc.texi (Incompatibilities): No longer claim most C compilers
17466         are K&R.
17467
17468         * gcc.texi (G++ and GCC): Update other front-ends list.
17469
17470 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17471
17472         * i386.c (ix86_expand_setcc): Fix typo.
17473         (ix86_expand_movcc): Similarly.
17474
17475         * Band-aid until haifa's bitset implementation is nuked.
17476         * haifa-sched.c (extract_bitlst): New parameter for size of the
17477         bitset in bits.  All callers changed.  Avoid looking at undefined
17478         bits in the bitset.
17479         (edgeset_bitsize): New variable.
17480         (schedule_region): Initialize edgeset_bitsize.
17481
17482 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17483
17484         * Makefile.in (optabs.o): Depend on real.h
17485         (resource.o): Depend on insn-attr.h
17486
17487         * builtins.c (result_vector): Wrap prototype in macro conditions
17488         governing definition and use.
17489
17490         * c-common.c: Include tm_p.h.
17491
17492         * c-lex.c: Likewise.
17493
17494         * elfos.h: Constify a char*.
17495
17496         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17497         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17498         parameter with ATTRIBUTE_UNUSED.
17499
17500         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17501         CHECK_FLOAT_VALUE.
17502
17503         * haifa-sched.c (schedule_insns): Mark parameter with
17504         ATTRIBUTE_UNUSED.
17505
17506         * optabs.c: Include real.h.
17507
17508         * real.h (ereal_atof): Add prototype arguments.
17509
17510         * resource.c: Include insn-attr.h.
17511
17512         * sdbout.c (sdbout_queue_anonymous_type,
17513         sdbout_dequeue_anonymous_types): Wrap in macro
17514         SDB_ALLOW_FORWARD_REFERENCES.
17515         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17516         ATTRIBUTE_UNUSED.
17517
17518         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17519
17520         * stupid.c: Include tm_p.h.
17521
17522         * tree.c (real_value_from_int_cst): Mark parameter with
17523         ATTRIBUTE_UNUSED.
17524
17525 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17526
17527         * i960-protos.h: New file.
17528
17529         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17530         time warnings.
17531
17532         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17533
17534 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17535
17536         * combine.c (expand_field_assignment): Do not discard SUBREGs
17537         while computing nonzero_bits.
17538
17539 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17540
17541         * config/arm/arm.c: Fix compile time warnings about signed vs
17542         unsigned constants.
17543         * config/arm/arm.h: Fix compile time warnings about signed vs
17544         unsigned constants.
17545
17546 2000-01-09  Philip Blundell  <philb@gnu.org>
17547
17548         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17549         than `ldm' with only one register.
17550         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17551         only one register.
17552
17553         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17554         clobbered.
17555
17556 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17557
17558         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17559         must have SImode.
17560
17561 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17562
17563         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17564         assignment used as truth value.
17565
17566         * function.c (assign_temp): Mark parameter `dont_promote' with
17567         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17568         PROMOTE_FOR_CALL_ONLY.
17569
17570         * genrecog.c (write_subroutine): Mark variable `operands' with
17571         ATTRIBUTE_UNUSED.
17572
17573         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17574         ATTRIBUTE_UNUSED.
17575
17576         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17577         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17578
17579         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17580         for `decl'.
17581
17582 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17583
17584         * config/c4x.h: Tidy up comments.
17585         * config/c4x.c: Likewise.
17586
17587 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17588
17589         * fold-const.c (lshift_double, rshift_double): Handle
17590         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17591
17592 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17593
17594         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17595         in prepare_function_start().
17596
17597 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17598
17599         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17600         longer allocate extra stack for function calls.
17601
17602 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17603
17604         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17605
17606 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17607
17608         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17609
17610 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17611
17612         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17613         * aix43.h: Revert Aug 2 change.
17614         (HAS_INIT_SECTION): Define, not visible yet.
17615         (LD_INIT_SWITCH): Define, not visible yet.
17616         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17617
17618         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17619
17620         * collect2.c (main): Expand ld2 size further.
17621         (export_object_lst): Cast assignment to avoid warning.
17622         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17623         (scan_prog_file, COFF): Do not collect initialization or
17624         finalization functions generated for entire shared object if
17625         init/fini support present.
17626
17627 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17628
17629         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17630         that .section directives are always prefixed by a tab.
17631
17632         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17633         definitions.
17634
17635 2000-01-07  Matt Austern  <austern@sgi.com>
17636
17637         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17638         expon.
17639
17640 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17641
17642         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17643         crtstuff.c.
17644         (crtbegin.o, s-crtS): Likewise.
17645
17646 2000-01-06  Richard Henderson  <rth@cygnus.com>
17647
17648         * alpha.md (adddi_2+1): Limit offset such that it will be
17649         loadable with a single ldah+lda pair.
17650         (adddi_2+2): Explicitly fail split if we can't make it work.
17651
17652 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17653
17654         * protoize.c: Conditionally include unistd.h.
17655         (IS_SAME_PATH_CHAR): New macro.
17656         (IS_SAME_PATH): New macro.
17657         (CPLUS_FILE_SUFFIX): New macro.
17658         (cplus_suffix): New static variable.
17659         (is_abspath): New static function.
17660         (in_system_include_dir): Handle DOS style pathnames.
17661         (file_could_be_converted): Likewise.
17662         (file_normally_convertible): Likewise.
17663         (directory_specified_p): Likewise.
17664         (file_excluded_p): Likewise.
17665         (abspath): Likewise.
17666         (shortpath): Likewise.
17667         (referenced_file_is_newer): Likewise.
17668         (save_def_or_dec): Likewise.
17669         (do_processing): Likewise.
17670         (main): Likewise.
17671         (edit_file): Likewise. Use rename instead of link.
17672         (rename_c_file): Likewise. Don't rename syscalls file.
17673         (munge_compile_params): Define null device for DOS based systems.
17674         (process_aux_info_file): Use binary mode if appliable.
17675         (edit_file): Likewise.
17676         * invoke.texi (Running Protoize): Document C++ suffixes used.
17677
17678         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
17679         IS_DIR_SEPARATOR macros.
17680         * collect2.c: Likewise.
17681         * cppinit.c: Likewise.
17682         * dwarf2out.c: Likewise.
17683         * gcc.c: Likewise.
17684         * gcov.c: Likewise.
17685         * prefix.c: Likewise.
17686         * rtl.c: Likewise.
17687         * toplev.c: Likewise.
17688         * system.h: And move to here.
17689
17690         * prefix.c (update_path): Fix typo in variable name.
17691
17692 2000-01-06  Richard Henderson  <rth@cygnus.com>
17693
17694         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
17695         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
17696         (count_reg_sets_1, count_reg_references): Likewise.
17697         (flow_loops_level_compute): Start counting actual loop depth at 1.
17698         (flow_loops_find): Likewise.
17699         * local-alloc.c (update_equiv_regs): Likewise.
17700         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
17701
17702 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
17703
17704         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
17705         FIRST_PSEUDO_REGISTER
17706         * dwarf2out.c: Don't include frame.h
17707         * dwarfout.c: Likewise
17708         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
17709         frame.h
17710
17711 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
17712
17713         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
17714         dead registers.
17715
17716         * i386.c (movsf splitter): Fix typo in my last checkin.
17717
17718 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17719
17720         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
17721         own definition of this macro.
17722         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
17723         flag_data_sections or UNIQUE_SECTION_P are true.
17724
17725         * tm.texi (UNIQUE_SECTION): Document that it can be called for
17726         unitialised data decls.
17727
17728         * config/i386/winnt.c (i386_pe_unique_section): Cope with
17729         being called for uninitialised data.
17730
17731         * config/i386/interix.c (i386_pe_unique_section): Cope with
17732         being called for uninitialised data.
17733
17734         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
17735         for uninitialised data.
17736
17737         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
17738         for uninitialised data.
17739
17740         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
17741         for uninitialised data.
17742
17743         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
17744         (UNIQUE_SECTION_P): Always generate a unique section if
17745         flag_data_sections is true.
17746         (UNIQUE_SECTION): Also generate unique sections for
17747         uninitialised data.
17748         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
17749         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
17750         named_section().
17751
17752 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17753
17754         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
17755         SI, or DI.
17756
17757 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17758
17759         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
17760         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
17761         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
17762         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
17763         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
17764
17765         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
17766
17767 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
17768
17769         * c-decl.c (finish_enum): Simplify code to determine minimum and
17770         maximum values of the enum, and calculate the type.  Remove check
17771         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
17772         the DECL_INITIAL of each enumeration constant with a copy converted
17773         to the enumeration type.  When updating variant types, don't bother
17774         updating the type itself.
17775
17776         * c-typeck.c (build_binary_op): Simplify conditional expressions
17777         when weeding out spurious signed-unsigned warnings.  Add new
17778         spurious warning category: if the unsigned quantity is an enum
17779         and its maximum value fits in signed_type(result_type).  Update
17780         commentary.
17781         (build_conditional_expr): Warn here if one alternative is signed
17782         and the other is unsigned.
17783
17784 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17785
17786         * config/fr30/fr30.h: Remove extraneous comments.
17787
17788 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
17789
17790         * reload1.c (choose_reload_regs): When disabling a reload, also
17791         set reload_spill_index to -1.
17792
17793 2000-01-04  Joel Sherrill (joel@OARcorp.com>
17794
17795         * configure.in (m68*-*-rtemscoff*): New target, formal name for
17796         old m68*-*-rtems*.
17797         (m68*-*-rtemself*): New target.
17798         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
17799         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
17800         (sparc*-*-rtemself*): New target.
17801         (sparc*-*-rtems*): Now elf not a.out.
17802         * config/i386/rtems.h: Include config/rtems.h.
17803         * config/i386/rtemself.h: Include config/rtems.h.
17804         * config/i960/rtems.h: Include config/rtems.h.
17805         * config/m68k/rtems.h: Include config/rtems.h.
17806         * config/m68k/rtemself.h: Include config/rtems.h.
17807         * config/mips/rtems64.h: Include config/rtems.h.
17808         * config/pa/rtems.h: Include config/rtems.h.
17809         * config/rs6000/rtems.h: Include config/rtems.h.
17810         * config/sh/rtems.h: Include config/rtems.h.
17811         * config/sh/rtemself.h: Include config/rtems.h.
17812         * config/sparc/rtems.h: Include config/rtems.h.
17813         * config/sparc/rtemself.h: Include config/rtems.h
17814
17815 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
17816
17817         * final.c (shorten_branches): Correctly compute length of
17818         asms without operands.
17819
17820 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
17821
17822         * configure.in: Add pj target.
17823         * configure: Regenerate.
17824         * config/pj: New directory.
17825         * config/pj/lib1funcs.S: New file.
17826         * config/pj/linux.h: New file.
17827         * config/pj/pj.c: New file.
17828         * config/pj/pj.md: New file.
17829         * config/pj/pjl.h: New file.
17830         * config/pj/t-pj: New file.
17831         * config/pj/xm-pj.h: New file
17832
17833 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
17834
17835         * toplev.c (rest_of_compilation): Run shorten-branches before
17836         reg-stack for now.
17837
17838 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17839
17840         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
17841         macros so that they're consistent with their names.
17842         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17843         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17844
17845 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17846
17847         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
17848         modified inadvertently.
17849
17850 2000-01-04  Joel Sherrill <joel@OARcorp.com>
17851
17852         * configure.in (v850*-*-rtems*): New target.
17853         * configure: Regenerate.
17854         * config/v850/rtems.h: New file.
17855
17856 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
17857
17858         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
17859         (__gthread_key_create): Likewise.
17860         (__gthread_key_dtor):  Likewise.
17861         (__gthread_once): Fix logic.
17862         (__gthread_key_delete): Cast away constness.
17863
17864         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
17865         * invoke.texi: Document.
17866         * i386/mingw32.h (CPP_SPEC): Use.
17867         (LIBGCC_SPEC): Likewise.
17868         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
17869
17870 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17871
17872         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
17873         (HANDLE_PRAGMA_PACK): Undefine.
17874         (SLOW_UNALIGNED_ACCESS): Define.
17875
17876 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17877
17878         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17879         to default definition.
17880         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
17881         (store_fixed_bit_field): Call macro with word_mode and alignment.
17882         (extract_bit_field): Call macro with relevant mode and alignment.
17883         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17884         to default definition.
17885         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
17886         and alignment.
17887         (move_by_pieces_ninsns): Likewise.
17888         (clear_by_pieces): Likewise.
17889         (emit_push_insn): Likewise.
17890         (store_field): Call macro with relevant mode and alignment.
17891         (expand_expr): Likewise.
17892         (expand_expr_unaligned): Likewise.
17893
17894         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
17895         (SLOW_UNALIGNED_ACCESS): Define.
17896         (CASE_VECTOR_MODE): Always use 32-bit offsets.
17897         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
17898         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
17899         (toc_section): Likewise and .toc pseudo-op.
17900         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
17901         64-bit mode.
17902         (TEXT_SECTION_ASM_OP): Likewise.
17903         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
17904         32-bit offsets.
17905
17906         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
17907         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
17908         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
17909         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
17910         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
17911
17912 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
17913
17914         * regclass.c: Revert my Jan 4 change to loop cost computation.
17915
17916 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17917
17918         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
17919         compilation.
17920
17921 2000-01-04  Stan Cox  <scox@cygnus.com>
17922
17923         * haifa-sched.c (build_control_flow): Change unreachable simple
17924         loop test to check if current block has only one predecessor.
17925         (find_rgns): Initialize degree.  Use dest as degree index, not src.
17926
17927 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17928
17929         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
17930
17931         * calls.c (expand_call): Likewise for
17932         `old_stack_arg_under_construction'.
17933
17934         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
17935
17936         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
17937         `save_constant'.
17938
17939         * gcc.c (execute): Likewise for `ut' and `st'.
17940
17941         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
17942
17943         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
17944
17945         * jump.c (jump_optimize_1): Likewise for `temp2'.
17946
17947         * local-alloc.c (block_alloc): Likewise for `r1'.
17948
17949         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
17950
17951         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
17952         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
17953
17954         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
17955         and `set2'.
17956
17957         * reload.c (find_reloads): Likewise for `goal_alternative_number'
17958         and `goal_earlyclobber'.
17959
17960         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
17961
17962         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
17963
17964         * stupid.c (stupid_life_analysis): Likewise for `chain'.
17965
17966         * unroll.c (copy_loop_body): Likewise for `copy'.
17967
17968         * varasm.c (output_constructor): Likewise for `byte'.
17969
17970 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17971
17972         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
17973         all FP constants for constant->reg moves.
17974         (ix86_split_to_parts): Try to convert memory address into immediate
17975         when available in the constant pool.
17976         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
17977         moves.
17978         (LEGITIMATE_CONSTANT_P): Return 1.
17979         * i386.md (pushsf): New splitter to convert constant pool memory
17980         reference to immediate.
17981         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
17982         reload.
17983
17984 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
17985
17986         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
17987         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
17988         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
17989         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
17990         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
17991
17992 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17993
17994         * ginclude/stdbool.h:  Support compilation as C++.
17995
17996 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17997
17998         * fold-const.c (make_range): Don't try to reverse an unbounded range.
17999
18000 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
18001
18002         * regclass.c (regclass): Properly compute loop_cost.  Adjust
18003         comments.
18004
18005         * regclass.c: Fix minor whitespace problems.
18006
18007 2000-01-03  Anthony Green  <green@cygnus.com>
18008
18009         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
18010         Restore the pic register if required.
18011
18012 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
18013
18014         * c-common.c (format_char_info): Update comment.
18015         (check_format_info): Recognize 'z' modifier in the same way 'Z'
18016         was recognized.  Emit warning for formats new in ISO C99 only
18017         if flag_isoc9x is not set.
18018
18019 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
18020
18021         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
18022
18023 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18024
18025         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
18026         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
18027         (make_compound_operation): Choose cheaper alternative between
18028         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
18029
18030         * regclass.c (op_costs): Remove global variable.
18031         (record_reg_classes): New parameter "op_costs" and "reg_pref".
18032         (record_operand_costs): Break out from ...
18033         (scan_one_insn): ... here.
18034         (dump_regclass): Make dumps nicer.
18035         (regclass): Dump preferrences choosed and changes done during passes.
18036
18037 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18038
18039         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
18040
18041 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18042
18043         * config/sparc/sparc.c (gen_df_reg): New function.
18044         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
18045         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
18046         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
18047         movtf_cc_reg_sp64+1): Use it.
18048
18049 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18050
18051         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
18052         copied LABEL_DECLs.
18053
18054 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
18055
18056         * config/i386/i386.c (ix86_expand_unary_operator): Function
18057         definition made void.
18058         (ix86_expand_binary_operator): Update outdated preceding comment.
18059         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
18060         prototype.
18061
18062         * config/i386/i386.c (override_options): Fix option-name typo.
18063
18064 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18065
18066         * system.h (CEIL): Define.
18067         * builtins.c (CEIL): Remove.
18068         * expmed.c (CEIL): Likewise.
18069         * expr.c (CEIL): Likewise.
18070         * stor-layout.c (CEIL): Likewise.
18071
18072 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18073
18074         * expr.c (store_constructor_field): Fix typo introduced with last
18075         gcc2 merge.
18076
18077 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18078
18079         * tree.h (BINFO_N_BASETYPES): New macro.
18080
18081 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18082
18083         * expmed.c (emit_store_flag): Prevent losing a pending stack
18084         adjust the same way we prevent losing queued increments.
18085
18086 See ChangeLog.2 for earlier changes.