OSDN Git Service

* .cvsignore: Add generated YACC files.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
2
3         * .cvsignore: Add generated YACC files.
4         * objc/.cvsignore: New file.
5         
6 2000-07-14  Neil Booth  <NeilB@earthling.net>
7
8         * cpplex.c (adjust_column): New funcion.
9         (skip_whitespace): Use it.
10         (skip_block_comment): Use it, and warn about /*/* with
11         -Wcomments.
12
13 2000-07-14  Neil Booth  <NeilB@earthling.net>
14
15         * cpphash.c (struct macro_info): Add new members.
16         (_cpp_free_definition): Delete the macro directly.
17         (count_params): Return void, with first token of
18         expansion in struct macro_info on success.
19         (parse_define): Return int.  Hoist syntax checking from
20         save_macro_expansion.  Leave call to save_expansion to
21         _cpp_create_definition.
22         (alloc_macro): Needs just 2 arguments.
23         (free_macro): Delete.
24         (save_expansion): Don't perform syntax check.
25         (_cpp_create_definition): Call save_expansion.
26
27 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
28
29         * genrecog.c (write_header): Split long string.
30
31         * cpphash.c (macro_info): Don't use the `signed' keyword.
32
33         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
34
35 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
36
37         * calls.c (stored_args_map): New variable.
38         (check_sibcall_argument_overlap_1): New.
39         (check_sibcall_argument_overlap): New.
40         (expand_call): Initialize stored_args_map.
41         Call check_sibcall_argument_overlap.
42
43 2000-07-13  Bruce Korb  <bkorb@gnu.org>
44
45         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
46         (emit_gnu_type): utility procedure for gnu_type_fix
47         (gnu_type_fix): implement various pre-processor guards around
48         standard types so these types can be defined over and over
49         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
50         types alluded to above will have GNU-compliant base types
51         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
52         * fixinc/inclhack.def: add test_text entries and utilize the new
53         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
54         * fixinc/fixincl.x: regenerate
55
56 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
57
58         * diagnostic.c (vline_wrapper_message_with_location,
59         v_message_with_file_and_line, v_error_with_file_and_file,
60         v_error_for_asm, v_warning_for_asm, vfatal,
61         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
62         vsorry, verror, vwarning, vpedwarn): Remove.
63         (diagnostic_for_asm): New function.
64         (pedwarn, error, warning, pedwarn_with_file_and_line,
65         error_with_file_and_line, warning_with_file_and_line, sorry,
66         error_for_asm, warning_for_asm, fatal): Reimplement.
67         (finish_diagnostic): Clear diagnostic info as well.
68         
69 2000-07-13  Neil Booth  <NeilB@earthling.net>
70
71         * c-common.h (flag_digraphs): New.
72         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
73         * c-lex.c (yylex): Use flag_digraphs to decide whether to
74         honour digraphs.
75         
76 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
77
78         * gcc.c (do_spec_1): Add new %B operator.
79         (set_input): Prepare for %B.
80
81         (link_command_spec): Move up with the other tm.h-
82         overrideable specs.  Factor out the portion conditional on
83         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
84         (struct compiler): Just have a single spec string.  All users
85         updated.
86         (default_compilers): Remove unnecessary braces.
87         (static_specs): Update.
88
89         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
90         named specs.
91         (C and assembly specs): Use the new named specs, as appropriate.
92
93         * objc/lang-specs.h: Use the new named specs.  
94         Remove unnecessary braces.
95
96 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
97
98         * gcc.c (execute): If a subprocess gets a fatal signal, report
99         strsignal() of the signal number, and ask for a bug report.
100         Do not do this for SIGPIPE if there's already been an error.
101
102         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
103         Delete pipe_closed.
104
105         * tradcif.c: Remove.
106
107 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
108
109         * final.c (profile_function): Do not emit profile counters in
110         the data section, if NO_PROFILE_COUNTERS is defined.
111         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
112         FUNCTION_PROFILER.
113
114         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
115         (FUNCTION_PROFILER): Just emit a call to mcount.
116
117 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
118
119         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
120
121         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
122         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
123         traditional, lang_chill, or lang_fortran.
124
125         * cppfiles.c: #undef strcmp to suppress warning about macros
126         used without arguments.
127         (_cpp_execute_include): Use f, not fname, in "No include path"
128         error.
129         (_cpp_pop_file_buffer): New function.
130         * cpplib.c: Don't include <sys/mman.h>.
131         (cpp_push_buffer): Set line_base and lineno in new buffer.
132         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
133
134         * cpplex.c: Move all prototypes and structure declarations to the
135         top of the file.  Properly parenthesise some macro arguments.
136         (cpp_scan_line): New function.
137         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
138         don't need to walk up the stack counting.
139
140 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
141
142         * c-common.c (combine_strings): Emit a pedantic warning when a
143         string length is greater than the minimum ANSI C is required
144         to support.
145
146 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
147
148         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
149         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
150
151 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
152
153         * c-decl.c (define_label): Warn about identifier conflicts with
154         labels in traditional C.
155
156         * c-parse.in (unop +): Warn about the unary plus operator for
157         traditional C.
158
159         * c-typeck.c (store_init_value): Warn about automatic aggregate
160         initialization for traditional C.
161
162         * invoke.texi (-Wtraditional): Document new warnings.
163
164 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
165
166         * Makefile.in (c-errors.o): Fix thinko in dependency.
167
168 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
169
170         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
171         -traditional, -ftraditional, or -traditional-cpp was given.
172         Do not pass -traditional to the preprocessor.
173         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
174         preprocessor does it automatically.
175         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
176
177         * ch/lang-specs.h: Always use tradcpp.  Do not pass
178         -traditional, -trigraphs, or -pedantic to the preprocessor.
179         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
180         _LANGUAGE_FORTRAN.
181
182 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
183
184         * cppexp.c (LOGICAL): Delete macro.
185         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
186         and && directly.
187
188         * cpphash.c (HASHSIZE): Increase to 4096.
189         (struct hashdummy): Add hash field.
190         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
191         the string values using memcmp.
192         (cpp_lookup): Set dummy.hash.
193
194 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
195
196         * configure.in (m88k-openbsd): Express configuration using new fragment
197         style.
198         * configure: Rebuilt.
199         * m88k/aout-dbx.h: New.
200         * m88k/openbsd.h: New.
201         * m88k/xm-openbsd.h: New.
202
203 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
204
205         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
206
207 2000-07-12  Richard Henderson  <rth@cygnus.com>
208
209         * reload.c (push_secondary_reload): Make sure to add the new
210         reload at the end, after acquiring secondary memory.
211
212 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
213
214         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
215
216         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
217         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
218
219         * c-parse.in (stmt): Delete unused variables.
220
221         * convert.c (convert_to_vector): Likewise.
222
223         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
224
225         * tree.c (finish_vector_type): Prototype.
226
227 2000-07-12  Bruce Korb  <bkorb@gnu.org>
228
229         * fixinc/fixfixes.c: use xmalloc
230         * fixinc/fixincl.c(initialize): set program name for xmalloc
231         * fixinc/fixlib.c(must_malloc): obsolete
232         (is_cxx_header): no longer used - disabled
233         (skip_quote): inserted and disabled for future use
234         * fixinc/fixlib.h: reflects above
235         * fixinc/fixtests.c: removed dinkleberries
236
237 2000-07-12  Neil Booth  <NeilB@earthling.net>
238
239         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
240         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
241
242         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
243         struct toklist_dummy): New.
244         (cpp_free_definition): Free macros with free_macro.
245         (count_params): Don't save paramter spellings.  Save macro
246         information in a struct macro_info.
247         (parse_define): Don't allocate a token list.
248         (save_expansion): Allocate the macro's token list, and
249         save parameter spellings if necessary.  Use TOKEN_SPELL.
250         (cpp_create_definition): Make list const.
251
252 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
253
254         * c-typeck.c (pedwarn_c99): Move to
255         * c-errors.c: ... Here.
256         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
257         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
258         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
259         (c-errors.o): List dependency.
260
261 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
262
263         * c-parse.c: Remove.
264         * c-parse.h: Likewise.
265         * c-parse.y: Likewise.
266         * objc/objc-parse.c: Likewise.
267         * objc/objc-pasre.y: Likewise.
268
269 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
270
271         * gcc.texi: Fix minor typos
272         * extend.texi: Fix minor typos
273
274 2000-07-11  Marc Espie <espie@openbsd.org>
275
276         * collect2.c (main): Recognize .lo as object files.
277
278 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
279
280         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
281         true.
282
283         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
284         with MAP_ANONYMOUS and MAP_ANON.
285         * configure, config.in: Rebuilt.
286
287 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
288
289         * diagnostic.c (save_output_state): Remove.
290         (restore_output_state): Likewise.
291         (clear_text_info): New function.
292         (clear_diagnostic_info): Likewise.
293         (output_text_length, is_starting_newline, output_prefix,
294         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
295         prefixing_policy, output_buffer_ptr_to_format_args): New macros
296         (set_real_maximum_length, output_set_maximum_length,
297         output_set_prefix, output_get_prefix, output_set_maximum_length,
298         output_destroy_prefix, init_output_buffer,
299         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
300         output_add_newline, output_add_character, output_add_space,
301         output_append_r, output_append, wrap_text, output_format,
302         output_do_printf, output_printf, output_do_verbatim,
303         output_verbatim, verbatim): Use them.
304         (output_clear): Split into cleat_text_info and
305         clear_diagnostic_info.
306         (struct output_state): Move to...
307
308         * diagnostic.h: ...Here
309         (struct output_buffer): Adjust.
310
311 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
312
313         * cpplex.c (parse_name): No longer inline (premature optimization).
314         (do_pop_context): Fold into pop_context.
315         (pop_context): Returns int.
316         (lex_next): Hoist test for end of directive into pop_context.
317         (push_macro_context): Returns int; takes just reader and token.
318         Hoist test for excessive nesting to caller.
319         (push_arg_context): Returns void; takes just reader and token.
320         Do not call stringify_arg or get_raw_token.
321         (get_raw_token): Convert tail recursion through push_arg_context
322         to a loop at this level.  Call stringify_arg here if appropriate.
323         (maybe_paste_with_next): Convert tail recursion to a while loop.
324         Hoist test of paste_level to caller.
325
326         (stringify_arg): Push arg context at beginning.
327         (cpp_get_token): Split out core into _cpp_get_token.  Call
328         process_directive here.  Throw away CPP_PLACEMARKER tokens.
329         (_cpp_get_token): Convert tail recursion through
330         push_macro_context to a loop at this level.
331         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
332         _cpp_get_raw_token): Use _cpp_get_token.
333         (_cpp_skip_rest_of_line): Drop the context stack directly; do
334         not call pop_context.
335         (_cpp_run_directive): Call lex_next directly.
336
337         * cpphash.h: Prototype _cpp_get_token.
338         * cppexp.c (lex): Use it.
339         * cpphash.c (parse_define): Use it.
340         * cpplib.c (get_define_node, do_undef, parse_include,
341         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
342         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
343         parse_ifdef, validate_else): Use it.
344         (cpp_push_buffer): Tweak error message; abort if anyone tries
345         to push a buffer while macro expansions are stacked.
346
347 2000-07-11  Donn Terry  <donnte@microsoft.com>
348
349         * cpplex.c (free_macro_args, save_token): Cast arg of free
350         and/or xrealloc to PTR.
351         (_cpp_init_input_buffer): Clear all fields of the base context.
352
353 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
354
355         * gensupport.c (process_rtx): Make rtl checking stop
356         complaining about the define_insn while it is being
357         converted from a define_insn_and_split.
358
359 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
360
361         * config/mips/mips.c (simple_memory_operand): Access the
362         INTVAL of the address, not it's containing MEM.
363
364 2000-07-11  Bruce Korb  <bkorb@gnu.org>
365
366         * fixinc/fixtests.c(double_slash): obsolete
367         (else_endif_label): likewise
368         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
369         (libc1_ifdefd_memx): correct initial comment
370         and omit the #if/#endif pair from the memxxx declarations
371         * fixinc/fixincl.x: regen
372
373 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
374
375         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
376
377 2000-07-11  Neil Booth  <NeilB@earthling.net>
378
379         * cpp.texi: Update.
380
381 2000-07-11  Neil Booth  <NeilB@earthling.net>
382
383         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
384         (handle_option): Set digraphs according to standard.
385         Merge OPT_lang_c89 handler with OPT_std_c89.
386
387         * cpplex.c: (lex_line, can_paste): Honour digraphs in
388         accordance with the digraphs flag.
389
390         * cpplib.h: (struct cpp_options): New option digraphs.
391
392 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
393             Bruce Korb  <bkorb@gnu.org>
394
395         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
396         * fixinc/fixincl.x: Regenerate.
397         * fixinc/tests/base/testing.h: Add testcase.
398
399 2000-07-10  Richard Henderson  <rth@cygnus.com>
400
401         * config/ia64/ia64.c (got_symbolic_operand): New.
402         (symbolic_operand, move_operand): Revert 0701 change.
403         * config/ia64/ia64.h (PREDICATE_CODES): Update.
404         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
405         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
406         split the offset into a 14-bit low part instead of a 13-bit low part.
407         (load_fptr): Mark the mem as unchanging.
408         (load_symptr): Use got_symbolic_operand.
409
410 2000-07-10  Nick Clifton  <nickc@cygnus.com>
411
412         * libgcc2.c (next_stack_level): Cast result of computation to
413         (void **) so that the assignment does not generate a warning.
414
415 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
416
417         * flags.h : Add new variable flag_single_precision_constant.
418         * toplev.c (display_help) : Add -fsingle-precision-constant option.
419         (flag_single_precision_constant): New.
420         * c-lex.c (yylex): Convert floating point constant to single
421         precision constant.
422         * invoke.texi : Add documentation for this new option.
423
424 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
425
426         * diagnostic.c (output_octal): Second parameter is unsigned.
427         (output_long_octal): Likewise.
428         (output_hexadecimal): Likewise.
429         (output_long_hexadecimal): Likewise.
430         (output_format): Adjust arguments extraction. Tweak.
431         (output_verbatim, verbatim): End variable argument list.
432         (report_diagnostic): Improve documentation.
433
434 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
435
436         * c-common.h (build_stmt): Declare.
437         (build_continue_stmt): Likewise.
438         (build_break_stmt): Likewise.
439         (build_return_stmt): Likewise.
440
441         * c-decl.c (do_case): Rewrite to do what previously done in
442         c-parse.in.
443
444         * c-semantics.c (build_stmt): Define.
445         (build_return_stmt): Likewise.
446         (build_break_stmt): Likewise.
447         (build_continue_stmt): Likewise.
448         (build_case_label): Likewise.
449
450         * c-parse.in (BREAK): Change to build tree, then generate RTL.
451         (CONTINUE): Likewise.
452         (RETURN): Likewise.
453         (CASE): Likewise.
454         (DEFAULT): Likewise.
455
456         * c-parse.y: Regenerate.
457         * c-pasre.c: Likewise.
458
459 2000-07-09  Jason Merrill  <jason@redhat.com>
460
461         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
462
463         * tree.h (STRIP_NOPS): Check for error_mark_node.
464         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
465         (dwarf2out_*): Remove duplicate declarations.
466
467         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
468         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
469
470 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
471
472         * diagnostic.c (wrap_text): New function.
473         (maybe_wrap_text): Likewise.
474         (output_add_string): Use it.
475         (output_format): Likewise.
476         (count_error): Use verbatim instead of notice.
477         (report_error_function): Likewise. Don't use plain fprintf.
478         (finish_diagnostic): New function.
479         (output_do_verbatim): Tweak.  Commonalize functionalities in
480         output_verbatim and verbatim.
481         (output_verbatim): Adjust.
482         (verbatim): Likewise.
483         (report_diagnostic): Define.
484
485         * diagnostic.h (report_diagnostic): Prototype.
486
487 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
488
489         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
490
491 2000-07-09  Neil Booth  <NeilB@earthling.net>
492
493         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
494         IShspace, ISspace: Update.
495
496         * cppinit.c: ISTABLE: Update.
497         V: New.
498
499         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
500         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
501         (skip_block_comment, skip_line_comment, parse_string,
502         lex_line): Use is_vspace rather than IS_NEWLINE.
503         (skip_whitespace, lex_line): Clean up to use is_nvspace.
504         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
505         gets a BOL flag.
506         (lex_next): Unconditionally stop if within a directive.
507         Treat directives within macro invocations as directives
508         (after parse_args emits error), not as the argument.
509
510 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
511
512         * diagnostic.c (diagnostic_args): New macro.
513         (diagnostic_msg): Likewise.
514         (output_formatted_integer): Likewise.
515         (output_state): New data type.
516         (digit_buffer): Make global.
517         (output_add_integer): Rename to output_decimal. Squeeze
518         digit_buffer.
519         (output_long_decimal, output_unsigned_decimal,
520         output_long_unsigned_decimal, output_octal, output_long_octal,
521         output_hexadecimal, output_long_hexadecimal): New functions.
522         (output_append_r): New function.
523         (output_append): Tweak.
524         (output_flush_on): Rename to output_to_stream.
525         (output_format): Change prototype.  Improve documentation. Handle
526         more format specifiers.
527         (build_location_prefix): Rename to context_as_prefix.
528         (output_notice): Rename to output_do_printf.
529         (output_printf): Tweak.
530         (line_wrapper_printf): Likewise.
531         (vline_wrapper_message_with_location): Adjust call to renamed
532         functions.
533         (v_message_with_decl): Likewise.
534         (default_print_error_function): Likewise.
535         (save_output_state): New function.
536         (restore_output_state): Likewise.
537         (output_do_verbatim): Likewise.
538         (output_verbatim): Define.
539         (verbatim): Likewise.
540
541         * diagnostic.h (printer_fn): Change return type from void to int.
542         Improve documentation.
543         (output_add_integer): Rename to output_decimal.
544         (output_flush_on, output_format): Don't export.
545         (output_verbatim, verbatim): Declare.
546
547 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
548
549         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
550         Check whether c divides op1 exactly if operation is not
551         multiplication.
552
553 2000-07-08  Richard Henderson  <rth@cygnus.com>
554
555         * final.c (final): Do not abort when reg-stack introduces
556         a new insn.
557
558 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
559
560         * cpplib.h (struct cpp_name): Now struct cpp_string.
561         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
562         CPP_HEADER_NAME): Change to type S.
563         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
564         field, a cpp_hashnode *.  All references to val.name updated
565         to use val.str or val.node as appropriate.
566         (struct cpp_reader): Add spec_nodes field.
567         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
568
569         * cpphash.h (struct spec_nodes): New.
570         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
571         val.str.  All references to 'spelling > SPELL_NONE' updated to
572         match.
573
574         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
575         pfile->buffer->inc are not NULL before dereferencing them.
576
577         * cpplex.c (parse_name): Take a pointer to the current token,
578         plus current position and limit as args; return the new
579         position; don't copy the text of a name into the string
580         buffer, instead call cpp_lookup and store the node pointer.
581         If extending a token, copy out the text of the old into a
582         scratch buffer, append the new, look that up and store the new
583         node pointer.  Inline.
584         (maybe_paste_with_next): If the result of paste is a NAME,
585         then look up the pasted text and store its node pointer.
586         (lex_line): Adjust for new parse_name interface.
587         Check for L"str", L'str' using spec_nodes->n_L.
588         (spell_token): SPELL_IDENT tokens have their spelling in
589         val.node->name.  Handle SPELL_STRING tokens that don't have
590         string delimiters.
591         (_cpp_expand_name_space,
592         (can_paste): Check for L ## "str" using spec_nodes->n_L.
593         (cpp_get_token, special_symbol): No need to call cpp_lookup.
594         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
595         return 1=equal 0=not, not a tristate.
596
597         * cpphash.c (var_args_str): Delete.
598         (find_param): Compare node fields directly.
599         (is__va_args__): Use CPP_PEDANTIC.  Just compare
600         token->val.node with spec_nodes->n__VA_ARGS__.
601         (dump_funlike_macro): Don't use var_args_str.
602
603         * cpplib.c (_cpp_check_directive): Just walk through
604         spec_nodes->dirs comparing pointers.
605         (get_define_node, do_pragma_poison, detect_if_not_defined,
606         parse_ifdef): The identifier has already been looked up.
607         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
608         node.
609         (do_if): Only call detect_if_not_defined at beginning of file.
610         (_cpp_parse_assertion): Only copy string pointers for
611         SPELL_STRING tokens.
612         (pragma_dispatch): Take a node pointer and examine its name
613         field.
614         (_cpp_init_stacks): Also initialize the spec_nodes structure.
615
616         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
617         _cpp_init_macros.
618         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
619         reverse order from the corresponding _cpp_init_* routines.
620
621         * cppexp.c (parse_number, parse_charconst, parse_defined,
622         lex): Check val.node->type instead of calling cpp_defined.
623         Use spec_nodes entries where appropriate.
624
625         * fix-header.c, scan-decls.c: Update for interface changes.
626
627 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
628
629         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
630         emitting aux_truncdfsf2.
631
632 2000-07-03  Donn Terry  (donnte@microsoft.com)
633
634         * cppinit.c (print_help): split overlong line into ISO C89
635         maximum chunks.
636
637 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
638
639         * cppexp.c: Update all code for new lexer interface.
640         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
641         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
642         * cpplex.c (token_names): Trim leading CPP_ from names; make
643         the strings unsigned.
644         (_cpp_spell_operator): New.
645         (is_macro_disabled): Disable all macros if rescanning
646         preprocessed text.
647         (_cpp_get_directive_token): Remove.
648
649         * cppinit.c: Don't set no_macro_expand.
650         * cpplib.c (read_line_number, do_line): Check only for EOF,
651         not VSPACE.
652         * cpphash.h: Update prototypes.
653         * cpplib.h (CPP_VSPACE): Remove.
654         (struct cpp_reader): Remove no_macro_expand.
655
656 2000-07-08  Neil Booth  <NeilB@earthling.net>
657
658         * cpphash.c (is__va_args__): New function.
659         (count_params): Fix line reported in error messages.  Use
660         is__va_args__.  Don't return ')' on error.  Flag GNU style
661         rest args macro definitions.
662         (parse_define): Check macro name is not __VA_ARGS__.
663         (save_expansion): Check identifier in non-varargs-macro is
664         not __VA_ARGS__.  Don't flag GNU_VARARGS.
665         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
666         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
667          than per-token GNU_VARARGS.
668         * cpplib.h (GNU_VARARGS): Remove.
669         (GNU_REST_ARGS): New.
670
671 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
672
673         * i386.md (call_pop, call, call_value_pop): Do not set
674         current_function_uses_pic_offset_table for calls to static
675         functions or indirect calls.
676
677 2000-07-07  Jim Wilson  <wilson@cygnus.com>
678
679         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
680         is_predicate_reg, then take max write_count of register pair.
681
682 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
683
684         * tradcpp.c (main): Rename label `include' to `add_include' to
685         avoid conflicts with variable `include' in traditional C.
686
687 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
688
689         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
690
691 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
692
693         * sibcall.c (uses_addressof): Add INMEM argument, check for
694         current_function_internal_arg_pointer outside of MEM rtxs in addition
695         to ADDRESSOFs.
696         (sequence_uses_addressof): Update caller.
697
698 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
699
700         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
701         and friends.
702
703 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
704
705         * system.h (UNION_INIT_ZERO): New macro for initializing union
706         members in structs.
707
708         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
709
710 2000-07-07  Neil Booth  <NeilB@earthling.net>
711
712         * cpp.texi: Update.
713
714 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
715
716         * final.c (final): Detect out of bounds array access to
717         the insn_lengths array.
718
719 2000-07-07  Kazu Hirata  <kazu@hxi.com>
720
721         * fold-const.c (fold): Fix a comment typo.
722
723 2000-07-07  Neil Booth  <NeilB@earthling.net>
724
725         * cpp.texi: Update to new lexer.
726
727 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
728
729         * tradcpp.c: New file.
730         * tradcif.y: New file.
731         * tradcif.c: New generated file.
732
733         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
734         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
735         dependencies of C.  Install tradcpp from install-common, in
736         $(libsubdir).
737
738 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
739
740         * cppinit.c: Include cppdefault.h.  Refer to
741         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
742         to GCC_INCLUDE_DIR and its length.
743         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
744         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
745         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
746         cppdefault.h.
747         (include_defaults_array): Move to cppdefault.c.
748
749         * cppdefault.h: New file.
750         * cppdefault.c: New file.
751
752         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
753         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
754         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
755         this file.
756
757 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
758
759         * reload.c (push_reload): When seeing if can reuse a register,
760         check extra registers against widest of INMODE and OUTMODE.
761
762 2000-07-06  Neil Booth  <NeilB@earthling.net>
763
764         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
765         based on full length of predicate.
766
767 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
768
769         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
770         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
771
772 2000-07-05  Kazu Hirata  <kazu@hxi.com>
773
774         * h8300-proto.h: Fix formatting.
775         * h8300.c: Likewise.
776         * h8300.h: Likewise.
777
778 2000-07-05  Jim Wilson  <wilson@cygnus.com>
779
780         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
781         CCmode.
782
783 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
784
785         * invoke.texi: Fix minor typos
786         * md.texi: Fix minor typos
787
788 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
789
790         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
791
792 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
793
794         * cpplex.c: Don't include sys/mman.h.
795         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
796
797         * cpplib.c: Include sys/mman.h and obstack.h.
798         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
799         obstack.
800         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
801         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
802         bother freeing if stack entries (they will be freed with their buffer).
803         (do_endif): Free if stack entries from the buffer obstack.
804         (push_conditional): Allocate if stack entries from the buffer obstack.
805
806         (find_answer): Rename to _cpp_find_answer.
807         (do_assert, do_unassert): Update.
808
809         * cpphash.h: Update prototypes.
810         (xobnew): New convenience macro.
811         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
812         Update comments.
813         (struct cpp_hashnode): Remove disabled field.
814
815         * cppinit.c: Don't include hashtab.h or splay-tree.h.
816         (report_missing_guard): Moved to cppfiles.c.
817         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
818         cpp_init_includes.
819         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
820         cpp_cleanup_includes.  Don't destroy hashtab or
821         all_include_files here.
822         (cpp_finish): Use _cpp_report_missing_guards.
823
824         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
825         (_cpp_init_include_table): Rename _cpp_init_includes.
826         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
827
828         * cppexp.c (parse_assertion): Update for new name of
829         find_answer.
830
831         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
832
833 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
834
835         * cpplib.c (do_ident): s/VSPACE/EOF/
836
837 2000-07-05  Neil Booth  <NeilB@earthling.net>
838
839         * cpplex.c: Fix trigraph replacement within strings.
840
841 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
842
843         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
844
845         * xcoffout.c (assign_type_number): Constify.
846         (xcoffout_source_file): Add static prototype.  Don't needlessly
847         cast away const-ness.
848
849 2000-07-04  Jason Merrill  <jason@redhat.com>
850
851         * frame.h (frame_state): Move base_offset to end.
852
853 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
854
855         * calls.c (emit_library_call_value_1): Revert previous change.
856
857 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
858
859         * fix-header.c (struct partial_proto): Remove unnecessary fields.
860         (recognized_extern, recognized_function, read_scan_file):
861         Update for new scheme.
862         (check_protection): It's still a multiple include guard even
863         if it doesn't always trigger.
864         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
865         new scheme.
866         * scan.h: Declare struct cpp_token.  Update prototypes.
867
868 2000-07-03  Neil Booth  <neilb@earthling.net>
869             Zack Weinberg  <zack@wolery.cumb.org>
870
871         Complete overhaul of the lexer and macro expander.
872
873         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
874         arg, arglist, argdata, reflist, collect_objlike_expansion,
875         collect_funlike_expansion, collect_params,
876         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
877         unsafe_chars, macarg, compare_defs, special_symbol,
878         scan_arguments, stringify, funlike_macroexpand,
879         _cpp_quote_string, monthnames): Delete.
880         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
881         _cpp_create_definition, _cpp_dump_definition,
882         dump_hash_helper): Adjust.
883         (find_param, count_params, parse_define, var_args_str,
884         check_macro_redefinition, save_expansion): New.
885
886         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
887         parse_string, output_line_command, trigraph_replace,
888         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
889         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
890         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
891         _cpp_skip_rest_of_line): Modify.
892
893         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
894         find_position, null_warning, bump_column, expand_name_space,
895         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
896         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
897         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
898         _cpp_prescan): Delete.
899
900         (dump_param_spelling, process_directive, lex_next,
901         is_macro_disabled, stringify_arg, expand_context_stack,
902         output_token, make_string_token, alloc_number_token,
903         special_symbol, duplicate_token, maybe_paste_with_next,
904         can_paste, prevent_macro_expansion, restore_macro_expansion,
905         get_temp_token, release_temp_tokens, quote_string,
906         token_names, token_spellings, _cpp_expand_name_space,
907         _cpp_glue_header_name, _cpp_reserve_name_space,
908         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
909         placemarker_token, eof_token, cpp_context, macro_args,
910         get_raw_token, parse_arg, parse_args, save_token,
911         push_arg_context, push_macro_context, pop_context,
912         do_pop_context, free_macro_args, _cpp_get_line,
913         _cpp_run_directive): New.
914
915         * cpplib.c (validate_else, parse_include, push_conditional,
916         pass_thru_directive, read_line_number, parse_ifdef,
917         detect_if_not_defined, _cpp_check_directive, do_define,
918         do_undef, do_include, do_import, do_include_next, do_error,
919         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
920         top_pragmas, do_pragma_gcc, do_pragma_implementation,
921         do_pragma_poison, do_pragma_system_header,
922         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
923         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
924         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
925         cpp_defined): Update for new scheme.
926         (strtoul_for_line, get_define_node, dump_macro_name,
927         _cpp_check_linemarker, _cpp_parse_assertion): New.
928         (_cpp_handle_directive, do_pragma_default): Delete.
929
930         * cpphash.h (struct predicate): Now struct answer.
931         (enum spell_type, struct token_spelling, struct directive,
932         directive_handler): New.
933         Update prototypes.  Remove unused macros.
934         * cpplib.h: Update prototypes.  Remove unused macros,
935         structure definitions, and fields.
936
937         * cpperror.c (print_containing_files, v_message): Adjust.
938         * cppexp.c (parse_assertion, lex, parse_escape,
939         _cpp_parse_expr): Adjust.
940         * cppfiles.c (open_include_file, _cpp_execute_include,
941         _cpp_compare_file_date, cpp_read_file, read_include_file):
942         Adjust.
943         * cppinit.c (dump_special_to_buffer): Delete.
944         (append_include_chain, merge_include_chains, cpp_reader_init,
945         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
946         cpp_finish, handle_option, print_help): Adjust.
947         * cppmain.c (main): Adjust.
948
949 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
950
951         * cppspec.c (lang_specific_driver): Use double quotes in error
952         message.
953
954 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
955
956         * calls.c (emit_library_call_value_1): Use valreg instead
957         of hard_libcall_value.
958
959 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
960
961         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
962         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
963         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
964         (movhi): Likewise.
965         (movqi): Likewise.
966         (movdf): Likewise.
967         (movsf): Likewise.
968         (movdi): Likewise.
969         (movti): Likewise.
970
971         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
972         mode instead of wider_mode is being used.
973
974 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
975
976         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
977         of 'r'. Use q_regs_operand.
978         (andsi_1+2): Use q_regs_operand.
979
980 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
981
982         * builtins.c (get_memory_rtx): Always put into alias set 0.
983
984 2000-07-03  Nick Clifton  <nickc@cygnus.com>
985
986         * config/arm/arm.md: Fix post increment and pre increment
987         peepholes so that they do not generate UNPREDICATBLE opcodes.
988         (ie ones where the increment clobbers the source/destination).
989
990 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
991
992         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
993         change too big for -mtiny-stack" a warning, if larger than 63.
994         (out_set_stack_ptr): Change the logic so -mno-interrupts is
995         always safe to use on possible future devices.
996         (function_prologue): Write SPH before SPL, for consistency.
997         If interrupt_func_p true, we know we have enabled interrupts.
998         (avr_num_arg_regs): New function.  Round up to even number of
999         bytes if no -mpack-args or if calling a libgcc function.
1000         (function_arg, function_arg_advance): Use it.
1001         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1002         Output "movw" if available.
1003         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1004         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1005         (asm_output_section_name): Add blanks for consistent output.
1006         (encode_section_info): Set TREE_READONLY for progmem data to
1007         avoid gas warnings about changed section attributes.
1008         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1009         even numbered registers on devices with "movw".
1010         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1011         (TARGET_SWITCHES): Mark help strings for translation.
1012         Add new -mpack-args and -menhanced switches.
1013         (TARGET_OPTIONS): Mark help strings for translation.
1014         (progmem_section): Add section attributes.
1015         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1016         Output "movw" if available.
1017         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1018         New patterns.
1019         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1020         call convention (arguments aligned on even registers).
1021         (_cleanup, _exit): Make weak symbols libc can override.
1022
1023 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1024
1025         * fp-bit.h: New file.
1026
1027         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1028         Comment #endif statements.
1029         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1030
1031 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1032
1033         * gcse.c (compute_pre_data): Compute ae_kill using other local
1034         properties instead of calling compute_ae_kill.
1035
1036         * alias.c (init_alias_analysis): Do not call
1037         prologue_epilogue_contains until after reload has completed.
1038
1039 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1040
1041         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1042         (genrtl_finish_compound_stmt): Likewise.
1043         (genrtl_compound_stmt): Change to return void.
1044
1045         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1046         move code from here to ...
1047         (genrtl_compound_stmt): ... here.
1048         (genrtl_finish_compound_stmt): Remove.
1049         (expand_stmt): Add comment.
1050
1051 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1052
1053         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1054         and VOID_TYPE_P.
1055
1056 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1057
1058         * cpplib.h (struct cpp_reader): New field include_depth.
1059         (struct cpp_printer): Rename last_bsd to last_id.
1060         * cppfiles.c (read_include_file): Bump include_depth.
1061         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1062         (output_line_command): Output correct #line if a header
1063         is including itself and is not protected against multiple inclusion.
1064         Use include_depth instead of buffer_stack_depth, last_id instead of
1065         last_bsd.
1066         * cppinit.c (cpp_start_read): Initialize last_id instead of
1067         last_bsd.
1068
1069 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1070
1071         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1072         (c-semantics.o): New target.
1073
1074         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1075         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1076         (genrtl_clear_out_block): Likewise.
1077         (genrtl_goto_stmt): Likewise.
1078         (genrtl_expr_stmt): Likewise.
1079         (genrtl_decl_stmt): Likewise.
1080         (genrtl_if_stmt): Likewise.
1081         (genrtl_while_stmt): Likewise.
1082         (genrtl_do_stmt): Likewise.
1083         (genrtl_return_stmt): Likewise.
1084         (genrtl_for_stmt): Likewise.
1085         (genrtl_break_stmt): Likewise.
1086         (genrtl_continue_stmt): Likewise.
1087         (genrtl_scope_stmt): Likewise.
1088         (genrtl_switch_stmt): Likewise.
1089         (genrtl_case_label): Likewise.
1090         (genrtl_begin_compound_stmt): Likewise.
1091         (gerntl_finish_compound_stmt): Likewise.
1092         (genrtl_compound_stmt): Likewise.
1093         (genrtl_asm_stmt): Likewise.
1094         (genrtl_decl_cleanup): Likewise.
1095         (DECL_ANON_UNION_ELEMS): Likewise.
1096         (emit_local_var): Likewise.
1097         (make_rtl_for_local_static): Likewise.
1098         (expand_cond): Likewise.
1099         (expand_stmt): Likewise.
1100         (c_expand_return): Likewise.
1101         (c_expand_start_case): Likewise.
1102         (do_case): Likewise.
1103         (COMPOUND_STMT_NO_SCOPE): Likewise.
1104         (c_expand_asm_operands): Likewise.
1105         (NEW_FOR_SCOPE_P): New macro.
1106         (expand_expr_stmt_fn): New type.
1107
1108         (set_current_function_name_declared): Likewise.
1109         (current_function_name_declared): Likewise.
1110         (lang_expand_stmt): Likewise.
1111         (stmts_are_full_exprs_p): Likewise.
1112         (anon_aggr_type_p): Likewise.
1113         (lang_expand_expr_stmt): Likewise.
1114         (build_case_label): Likewise.
1115
1116         * c-decl.c (lang_expand_expr_stmt): Initialize.
1117         (stmts_are_full_exprs_p): Define.
1118         (current_function_name_declared): Likewise.
1119         (do_case): Likewise.
1120         (lang_expand_stmt): Likewise.
1121         (set_current_function_name_declared): Likewise.
1122         (anon_aggr_type_p): Likewise.
1123
1124         * c-semantics.c: New file.
1125         (expand_cond): Moved from cp/semantics.c.
1126         (genrtl_do_pushlevel): Likewise.
1127         (genrtl_clear_out_block): Likewise.
1128         (genrtl_goto_stmt): Likewise.
1129         (genrtl_expr_stmt): Likewise.
1130         (genrtl_decl_stmt): Likewise.
1131         (genrtl_if_stmt): Likewise.
1132         (genrtl_while_stmt): Likewise.
1133         (genrtl_do_stmt): Likewise.
1134         (genrtl_return_stmt): Likewise.
1135         (genrtl_for_stmt): Likewise.
1136         (genrtl_break_stmt): Likewise.
1137         (genrtl_continue_stmt): Likewise.
1138         (genrtl_scope_stmt): Likewise.
1139         (genrtl_switch_stmt): Likewise.
1140         (genrtl_case_label): Likewise.
1141         (genrtl_begin_compound_stmt): Likewise.
1142         (genrtl_finish_compound_stmt): Likewise.
1143         (genrtl_compound_stmt): Likewise.
1144         (genrtl_asm_stmt): Likewise.
1145         (genrtl_decl_cleanup): Likewise.
1146         (make_rtl_for_local_static): Moved from cp/decl.c.
1147         (emit_local_var): Likewise.
1148         (expand_stmt): Define.
1149
1150         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1151         (c_expand_return): Likewise.
1152         (c_expand_start_case): Likewise.
1153
1154 2000-07-01  Richard Henderson  <rth@cygnus.com>
1155
1156         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1157         with the low 13 bits set.
1158         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1159         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1160         of the low 13 bits into a CONST plus an adddi3.
1161         (load_symptr): Set RTX_UNCHANGING_P.
1162
1163 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1164
1165         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1166         * c-common.c (ridpointers): Declare.
1167         * c-common.h (enum rid): Declare.
1168         (NORID): Likewise.
1169         (ridpointers): Likewise.
1170         * c-lex.c (ridpointers): Don't declare.
1171         (init_lex): Initialize ridpointers.
1172         * c-lex.h (enum rid): Don't declare.
1173         (NORID): Likewise.
1174         (RID_FIRST_MODIFIER): Likewise.
1175         (ridpointers): Likewise.
1176
1177 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1178
1179         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1180         have global scope.
1181
1182 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1183
1184         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1185         always an error.
1186
1187 2000-06-30  Catherine Moore  <clm@cygnus.com>
1188
1189         * c-common.c (decl_attributes):  Differentiate between
1190         types and type decls for alignment.
1191
1192 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1193
1194         * cpp.texi: Document #pragma GCC dependency
1195         * cppfiles.c (open_include_file): Set date to unknown.
1196         (_cpp_compare_file_date): New function.
1197         (read_include_file): Set file date.
1198         * cpphash.h (struct include_file): Add date member.
1199         (_cpp_compare_file_date): Prototype.
1200         * cpplib.c (parse_include): Add trail parameter. Adjust.
1201         (do_include): Adjust parse_include call.
1202         (do_import): Likewise.
1203         (do_include_next): Likewise.
1204         (gcc_pragmas): Add dependency pragma.
1205         (do_pragma_dependancy): New pragma.
1206
1207 2000-06-29  Jason Merrill  <jason@redhat.com>
1208
1209         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1210         no operands.
1211
1212 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1213
1214         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1215         a volatile mem and FR_REGS.
1216
1217 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1218
1219         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1220         * c-common.h (flag_const_strings): Declare.
1221         (warn_format): Likewise.
1222         (flag_traditional): Likewise.
1223         (flag_isoc99): Likewise.
1224         (warn_parentheses): Likewise.
1225         (warn_conversion): Likewise.
1226         (C_TYPE_OBJECT_P): Likewise.
1227         (C_TYPE_INCOMPLETE_P): Likewise.
1228         (C_TYPE_FUNCTION_P): Likewise.
1229         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1230         (C_EXP_ORIGINAL_CODE): Likewise.
1231         (build_unary_op): Likewise.
1232         (build_binary_op): Likewise.
1233         (lvalue_p): Likewise.
1234         (default_conversion): Likewise.
1235         (common_type): Likewise.
1236         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1237         (C_TYPE_INCOMPLETE_P): Likewise.
1238         (C_TYPE_FUNCTION_P): Likewise.
1239         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1240         (C_EXP_ORIGINAL_CODE): Likewise.
1241         (common_type): Likewise.
1242         (default_conversion): Likewise.
1243         (build_binary_op): Likewise.
1244         (build_unary_op): Likewise.
1245         (lvalue_p): Likewise.
1246         (flag_const_strings): Likewise.
1247         (warn_format): Likewise.
1248         (warn_conversion): Likewise.
1249         (flag_traditional): Likewise.
1250         (flag_isoc99): Likewise.
1251         (warn_parentheses): Likewise.
1252
1253 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1254
1255         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1256
1257         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1258         same.  Only tie XFmode with XFmode.
1259
1260 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1261
1262         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1263         * Makefile.in: Update deps.
1264
1265 2000-06-29  Andrew Haley  <aph@cygnus.com>
1266
1267         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1268         to true.
1269
1270 2000-06-29  Andrew Haley  <aph@cygnus.com>
1271
1272         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1273         bytes: remove the multiply by 8.
1274
1275 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1276
1277         * rtl.c : Revert NLS changes.
1278         * gcc.c : Fix bug in display_help introced by my last changes.
1279
1280 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1281
1282         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1283         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1284
1285 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1286
1287         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1288
1289 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1290
1291         * c-decl.c : Mark strings for translation.
1292         (parmlist_tags_warning): Use distinct messages instead
1293         of conditional expressions.
1294         * diagnostic.c (v_message_with_decl): Mark string for translation.
1295         * gcc.c: Mark messages for translation.
1296         (display_help): Combine messages into one string where necessary.
1297         * mips-tfile: Add intl.h. Mark messages for translation.
1298         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1299         messages for translation.
1300         * timevar.c: Mark messages for translation.
1301         * tlink.c: Likewise.
1302         * toplev.c: Likewise.
1303
1304 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1305
1306         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1307
1308         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1309         use -isystem instead of -idirafter.
1310         * i386/i386-interix.h: Likewise.
1311
1312 2000-06-28  Jason Merrill  <jason@redhat.com>
1313
1314         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1315         unless DWARF2_DEBUGGING_INFO is defined.
1316         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1317
1318 2000-06-28  Richard Henderson  <rth@cygnus.com>
1319
1320         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1321
1322 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1323
1324         * cpplex.c (output_line_command): Output correct #line if a header
1325         is including itself and is not protected against multiple inclusion.
1326
1327 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1328
1329         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1330         ENFILE, close all cached file descriptors and try again.
1331         (_cpp_execute_include): Keep a count of the number of times
1332         each header is included.
1333         (close_cached_fd): New function.
1334         * cpphash.h (struct include_file): Rename before to
1335         include_count; all users updated.  Make include_count and sysp
1336         unsigned short.
1337         * cppinit.c (cpp_finish): If -H, report headers that could use
1338         reinclude guards.
1339         (report_missing_guard): New function.
1340
1341 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1342
1343         * i386.md (prologue_set_got): Set length_immediate field.
1344         (testqi_ccno_1):  Add missing '@' character.
1345
1346 2000-06-27  Jason Merrill  <jason@redhat.com>
1347
1348         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1349         DWARF_FRAME_REGNUM.
1350
1351 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1352
1353         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
1354         unsigned macros available.
1355
1356 2000-06-27  Richard Henderson  <rth@cygnus.com>
1357
1358         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1359         epilogue_deallocate_stack.
1360
1361         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1362         completers for UNORDERED and ORDERED as well.
1363         * config/ia64/ia64.md (bunordered, bordered): New.
1364         (sunordered, sordered): New.
1365
1366 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1367
1368         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1369         * i386.c (ix86_attr_length_default): Kill.
1370         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1371         New.
1372         * i386-protos.h (ix86_attr_length_default): Kill
1373         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1374         Add prototype
1375         * i386.md (attribute type): Add "test".
1376         (attribute length_prefix): Kill.
1377         (attribute length_opcode): Kill.
1378         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1379         prefix_rep, prefix_0f, modrm): New.
1380         (attribute length): Compute using the new attributes.
1381         (attribute pent_prefix): New.
1382         (attribute pent_pair): Compute using pent_prefix.
1383         (all insn patterns): Set mode,modrm and immediate_length attributes where
1384         needed.
1385         (cmpsi patterns): Compute sizes propertly for test instruction.
1386         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1387         (movstricthi_xor, movstrictqi_xor): New patterns.
1388         (andsi/andhi): Use splitters to generate xor instructions.
1389         (xorqi_ext_1): New pattern.
1390         (movstricthi->movstricthi_xor peep2): New.
1391
1392 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1393
1394         * i386.md (addqi_low_1): Remove.
1395
1396 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1397
1398         * 1750a.h: Mark help strings for options/switches for translation.
1399         * a29k.h: Likewise.
1400         * alpha.h: Likewise.
1401         * arm.h: Likewise.
1402         * pe.h: Likewise.
1403         * riscix.h: Likewise.
1404         * c4x.h: Likewise.
1405         * clipper.h: Likewise.
1406         * convex.h: Likewise.
1407         * elxsi.h: Likewise.
1408         * fr30.h: Likewise.
1409         * fx80.h: Likewise.
1410         * h8300.h: Likewise.
1411         * i370.h: Likewise.
1412         * cygwin.h: Likewise.
1413         * dgux.h: Likewise.
1414         * djgpp.h: Likewise.
1415         * i386.h: Likewise.
1416         * osf1elf.h: Likewise.
1417         * osfrose.h: Likewise.
1418         * sco5.h: Likewise.
1419         * win32.h: Likewise.
1420         * i860.h: Likewise.
1421         * paragon.h: Likewise.
1422         * i960.h: Likewise.
1423         * ia64.h: Likewise.
1424         * m32r.h: Likewise.
1425         * mcore.h: Likewise.
1426         * mips.h: Likewise.
1427         * mn10300.h: Likewise.
1428         * ns32k.h: Likewise.
1429         * pdp11.h: Likewise.
1430         * pj.h: Likewise.
1431         * aix.h: Likewise.
1432         * aix41.h: Likewise.
1433         * aix43.h: Likewise.
1434         * beos.h: Likewise.
1435         * rs6000.h: Likewise.
1436         * sysv4.h: Likewise.
1437         * linux.h: Likewise.
1438         * linux64.h: Likewise.
1439         * sp64-elf.h: Likewise.
1440         * sparc.h: Likewise.
1441         * splet.h: Likewise.
1442         * v850.h: Likewise.
1443         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1444         for translation.
1445         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1446         Properly document option and mark for translation.
1447         * sp86x-elf.h: Likewise.
1448
1449 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1450
1451         Add MMX and SSE registers to i386 machine description.
1452         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1453         ix86_local_alignment): Declare.
1454
1455         * i386.h (TARGET_MMX, TARGET_SSE): New.
1456         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1457         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1458         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1459         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1460         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1461         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1462         (RETURN_IN_MEMORY): Handle MMX/SSE.
1463         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1464         also get stack space.
1465         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1466         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1467         (MMX_REGISTER_NAMES): New.
1468         (ALIGN_MODE_128): New macro.
1469         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1470         (DATA_ALIGNMENT): Likewise.
1471         (LOCAL_ALIGNMENT): Likewise.
1472         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1473         TARGET_MMX/TARGET_SSE.
1474         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1475         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1476         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1477         SSE/MMX regs and something else.
1478         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1479         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1480         3 if moving between MMX regs and something else.
1481
1482         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1483         (regclass_map): Add MMX/SSE registers.
1484         (print_operand): Add code to print XMMWORD as appropriate.
1485         (ix86_split_movdi): Abort for MMX regs.
1486         (init_cumulative_args): Also allow SSE_REGS
1487         (function_arg_advance, function_arg): Likewise
1488         (print_reg): Support 'm'.  Add case for TImode.
1489         (override_options): TARGET_SSE implies TARGET_MMX.
1490         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1491         New functions.
1492
1493         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1494         FIRST_SSE_REG.
1495         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1496         memory.
1497         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1498         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1499
1500 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1501
1502         * ssa.c (struct rename_set_data): Change the name of field
1503         'set_dest' to 'old_reg'.  Add comments.
1504         (struct rename_context): Change the name of 'set_data' to
1505         'new_renames'.  Add new field 'done_renames'.
1506         (create_delayed_rename): New function.
1507         (apply_delayed_renames): New function.
1508         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1509         SUBREGs and similar by emitting a move.
1510         (new_registers_for_updates): Delete, functionality moved to
1511         apply_delayed_renames.
1512         (rename_block): Handle moves emitted by rename_insn_1 by putting
1513         them into a SEQUENCE with the original insn.  Add sanity checks
1514         and comments.
1515         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1516         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1517
1518 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1519             Jason Merrill <jason@redhat.com>
1520
1521         * dwarf2.h (enum dwarf_call_frame_info): Add
1522         DW_CFA_def_cfa_expression.
1523         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1524         dw_loc_descr_struct entry.
1525         (struct cfa_loc): New structure to track a CFA location.
1526         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1527         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1528         offset, plus handle DW_CFA_def_cfa_expression.
1529         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1530         cfa_loc record.
1531         (dwarf2out_def_cfa): Entry point maintained for compatability.
1532         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1533         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1534         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1535         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1536         cfa_reg.
1537         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1538         sequences for the new DW_CFA_def_cfa_expression record.
1539         (dwarf2out_frame_debug): Use new variables/fields.A
1540         (output_cfi): Handle DW_CFA_def_cfa_expression.
1541         (output_cfa_loc): New function to generate a CFI record for
1542         DW_CFA_def_cfa_expression.
1543         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1544         a dw_loc_descr sequeunce.
1545         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1546         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1547         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1548         unwind info section.
1549         * frame.h (frame_state): Add base_offset and indirect fields.
1550         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1551         dw_loc_descr operation.
1552         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1553         (struct frame_state): Add base offset and indirect fields.
1554         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1555
1556 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1557
1558         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1559         Make warnings about implicit int be pedwarns in C99.  Don't warn
1560         about duplicate type qualifiers in C99.
1561         (start_function): Make warning about implict int return type be a
1562         pedwarn in C99.
1563         * c-lex.c (yylex): Don't warn about `long long' in C99.
1564         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1565         `return' with no value in function returning non-void.
1566
1567 2000-06-26  Richard Henderson  <rth@cygnus.com>
1568
1569         * c-typeck.c (pedwarn_c99): New.
1570         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1571         * toplev.h: Prototype them.
1572
1573 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1574
1575         * c-typeck.c (digest_init): Return error_mark_node node when
1576         TREE_TYPE (init)  == error_mark_node.
1577
1578 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1579
1580         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1581         test for msgfmt without path instead.
1582         * configure: Rebuilt.
1583
1584 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1585
1586         * gengenrtl.c (special_rtx): Fix typo in comment.
1587
1588 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1589
1590         * mklibgcc.in (LIB2FUNCS): Add missing space.
1591
1592 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1593
1594         * tree.h (enum tree_index): Add vector type nodes.
1595         Add accessor macros for them.
1596         (TYPE_REPRESENATION_TYPE): New macro.
1597         * tree.c (build_common_tree_nodes_2): Build these nodes.
1598         (finish_vector_type): New function.
1599         * c-common.c (type_for_mode): Handle vector modes.
1600         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
1601
1602         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
1603         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
1604         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
1605         (gen_type_die): Likewise.
1606         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
1607         (fundamental_type_code): Likewise.
1608         (type_is_fundamental): VECTOR_TYPEs aren't.
1609         (output_type): Handle VECTOR_TYPEs.
1610
1611 2000-06-25  Kazu Hirata  <kazu@hxi.com>
1612
1613         * config/arm.c: Fix a comment typo.
1614         * config/arm.h: Likewise.
1615
1616 2000-06-25  Philipp Thomas  <pthomas@suse.de>
1617
1618         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
1619         compiler found.
1620         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
1621         * configure: Rebuilt.
1622
1623 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
1624
1625         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
1626
1627 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1628
1629         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
1630         libgcc.a.
1631
1632 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
1633
1634         * collect2.c (resolve_lib_name): Move '/' check out of loop.
1635
1636 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
1637
1638         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
1639
1640 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
1641
1642         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
1643         last_unconditional_cleanup.
1644
1645 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1646
1647         * tree.def (VECTOR_TYPE): New node type.
1648         * tree.h: Adjust some comments to reflect addition of vector types.
1649         (TYPE_VECTOR_SUBPARTS): New macro.
1650         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
1651         * c-convert.c (convert): Likewise.
1652         * convert.c (convert_to_integer): Handle vector modes.
1653         (convert_to_vector): New function.
1654         * convert.h (convert_to_vector): Declare.
1655         * expr.c (convert_move): Handle vector modes.
1656         * expmed.c (extract_bit_field): Don't abort for vector modes.
1657
1658 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
1659
1660         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
1661         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
1662         New functions, common code moved from function_{prologue,epilogue}
1663         and extended to support the -mtiny-stack option.
1664         (function_prologue, function_epilogue): Use them.
1665         Use lo8/hi8 consistently for asm output readability.
1666         (avr_hard_regno_mode_ok): New function.
1667         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
1668         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
1669         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
1670         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
1671         Write SPH before SPL.
1672         (*movqi): No need to disable interrupts for just one "out"
1673         in alternative 5.  Change length attribute from 4 to 1.
1674         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
1675         Write SPH before SPL.
1676
1677 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1678
1679         * rtl.texi (Vector Operations): New node.
1680         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
1681         (Conversions): Add ss_truncate, us_truncate.
1682         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
1683         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
1684         US_TRUNCATE): New rtx codes.
1685         * machmode.def: Add vector modes.
1686         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
1687         MODE_VECTOR_FLOAT.
1688         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
1689         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
1690         (VECTOR_MODE_P): New.
1691
1692 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
1693
1694         * cpp.texi: Clarify #pragma GCC namespace.
1695
1696 2000-06-24  Philipp Thomas  <pthomas@suse.de>
1697
1698         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
1699         all catalogs specified in ALL_LINGUAS.
1700         * configure: Rebuilt.
1701
1702 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1703
1704         * config/sparc/sparc.md (reload_outdi+1): Handle
1705         HOST_BITS_PER_WIDE_INT == 64 case correctly.
1706         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
1707
1708 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
1709
1710         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
1711         struct vs. scalar-ness when -fno-strict-aliasing.
1712
1713 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
1714
1715         * cpplib.c (struct pragma_entry): New structure.
1716         (pragma_dispatch): Pragma dispatcher.
1717         (top_pragmas, gcc_pragmas): New static variables.
1718         (do_pragma): Use pragma_dispatch.
1719         (do_pragma_gcc): New pragma handler.
1720         * cpp.texi: Update.
1721
1722 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1723
1724         * calls.c (compute_argument_addresses): Force stack slots into
1725         alias set 0.
1726         * expr.c (emit_push_insn): Force pushes into alias set 0.
1727
1728 2000-06-23  Richard Henderson  <rth@cygnus.com>
1729
1730         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
1731         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
1732
1733 2000-06-22  Jason Merrill  <jason@redhat.com>
1734
1735         * toplev.c (compile_file): Always call timevar_print.
1736         * Makefile.in (calls.o): Depend on TIMEVAR_H.
1737
1738 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
1739
1740         * varasm.c (constant_descriptor): Make contents unsigned char.
1741         (mark_const_hash_entry): Adjust.
1742         (const_hash): Just hash the code of unknown nodes.
1743         (compare_constant_1): Adjust for unsigned char.
1744         Use language specific expander on unknown nodes.
1745         (record_constant_1): Likewise.
1746
1747 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1748
1749         * cppfiles.c (cpp_make_system_header): New function.
1750         * cpplib.h: Prototype it.
1751         * cpplib.c (do_line, do_pragma_system_header): Use it.
1752         * fix-header.c (read_scan_file): Use it.
1753
1754         * fix-header.c (check_macro_names): Cast second arg of
1755         cpp_defined to const unsigned char *.
1756         (read_scan_file): Make getchar_call const unsigned char.
1757
1758 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1759
1760         * cppfiles.c: Include splay-tree.h, not hashtab.h.
1761         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
1762         (destroy_include_file_node): New.
1763         (_cpp_init_include_hash): Rename _cpp_init_include_table.
1764         Create a splay tree, not a hash table.
1765         (open_include_file): Look up the path in the include table,
1766         do the multiple include optimization here, etc.
1767         (cpp_included): Walk the path.
1768         (find_include_file): Just walk the path calling
1769         open_include_file, or call it directly for an absolute path.
1770         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
1771         scheme.
1772         (read_include_file): Update for new scheme.  Don't close the
1773         file unless reading fails.
1774         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
1775
1776         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
1777         (struct include_file): New.
1778         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
1779         macros.
1780         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
1781         Update prototypes.
1782
1783         * cppinit.c: Include splay-tree.h.
1784         (cpp_reader_init, cpp_cleanup): Update.
1785
1786         * cpplib.h (struct cpp_buffer): Change ihash field to
1787         'struct include_file *inc'.  Remove system_header_p.
1788         (struct cpp_reader): Change all_include_files to a
1789         struct splay_tree_s *.
1790
1791         * cpplex.c: Update all references to cpp_buffer->ihash and/or
1792         cpp_buffer->system_header_p.
1793         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
1794
1795         * Makefile.in (SPLAY_TREE_H): New macro.
1796         (cppfiles.o, cppinit.o): Update dependencies.
1797
1798 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
1799
1800         * invoke.texi (g++): "g++" is not a script anymore.
1801
1802 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1803
1804         * function.c (round_down): Delete obsolete prototype.
1805
1806         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
1807
1808 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
1809
1810         * configure.in: Use 'test a = b' not 'test a == b'.
1811         * configure: Regen.
1812
1813         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
1814
1815         * Makefile.in: Remove all references to HOST_INTLLIBS.
1816
1817         * cpplex.c (parse_name): Don't warn about $ in identifiers if
1818         skipping.
1819
1820 2000-06-20  Philipp Thomas  <pthomas@suse.de>
1821
1822         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
1823         for PA 2.0.
1824
1825 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1826
1827         * Take REG_INC notes into account.
1828
1829 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
1830
1831         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
1832         (primary: IDENTIFIER): Just call build_external_ref.
1833         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
1834         Regenerate.
1835         * c-lex.c (lastiddecl): Remove.
1836         (yylex): Replace all instances of lastiddecl with local
1837         variables.
1838
1839         * c-typeck.c (build_external_ref): New function.  Treat decls
1840         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
1841         Look up the decl from the id here.  Call lookup_objc_ivar.
1842         * c-lang.c (lookup_objc_ivar): Stub.
1843         * objc/objc-act.c (lookup_objc_ivar): New function.
1844
1845         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
1846         * c-lex.h: Don't declare lastiddecl.
1847
1848 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
1849
1850         * c-common.h (IF_COND): Added documentation.
1851         (THEN_CLAUSE): Likewise.
1852         (ELSE_CLAUSE): Likewise.
1853         (WHILE_COND): Likewise.
1854         (WHILE_BODY): Likewise.
1855         (DO_COND): Likewise.
1856         (DO_BODY): Likewise.
1857         (RETURN_EXPR): Likewise.
1858         (EXPR_STMT_EXPR): Likewise.
1859         (FOR_INIT_STMT): Likewise.
1860         (FOR_COND): Likewise.
1861         (FOR_EXPR): Likewise.
1862         (FOR_BODY): Likewise.
1863         (SWITCH_COND): Likewise.
1864         (SWITCH_BODY): Likewise.
1865         (CASE_LOW): Likewise.
1866         (CASE_HIGH): Likewise.
1867         (GOTO_DESTINATION): Likewise.
1868         (COMPOUND_BODY): Likewise.
1869         (ASM_CV_QUAL): Likewise.
1870         (ASM_STRING): Likewise.
1871         (ASM_OUTPUTS): Likewise.
1872         (ASM_INPUTS): Likewise.
1873         (ASM_CLOBBERS): Likewise.
1874         (DECL_STMT_DECL): Likewise.
1875         (STMT_EXPR_STMT): Likewise.
1876         (LABEL_STMT_LABEL): Likewise.
1877
1878         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
1879         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
1880         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
1881         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1882
1883 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1884
1885         * configure.in (--enable-checking): Update --help doc to reflect
1886         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
1887
1888 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1889
1890         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
1891
1892         * function.c (put_var_into_stack): Don't reference DECL_ fields
1893         if input is a SAVE_EXPR.
1894         Use set_mem_attributes in COMPLEX case.
1895
1896 2000-06-18  Richard Henderson  <rth@cygnus.com>
1897
1898         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
1899         (ia64_file_start): Declare.
1900         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
1901         (GR_REGNO_P): Likewise.
1902         * config/ia64/ia64.c: Many prototypes.
1903         (ia64_reg_numbers): Constify.
1904         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
1905         (ia64_section_threshold): Make unsigned.
1906         (ia64_print_operand): Constify.
1907         (fix_range): Constify.
1908         (ia64_init_builtins): Don't compare signed vs unsigned.
1909         (ia64_expand_builtin): Likewise.
1910
1911         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
1912         (CONSTRAINT_OK_FOR_Q): New.
1913         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
1914         (movsf_internal, movdf_internal): Likewise.
1915         (cmovdi_internal): Rewrite so that constraints and predicates match;
1916         simplify splitters.
1917         (cmovsi_internal): Likewise.
1918
1919         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
1920         (ASM_FILE_START): New.
1921         * config/ia64/ia64.c (ia64_file_start): New.
1922         (rtx_needs_barrier): Handle pred.rel.mutex.
1923         (emit_predicate_relation_info): New.
1924         * config/ia64/ia64.md (pred_rel_mutex): New.
1925         * config/ia64/linux.h (ASM_SPEC): Define.
1926         * config/ia64/sysv4.h (ASM_FILE_START): Define.
1927
1928         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
1929         filtering global register variables.
1930
1931 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1932
1933         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
1934
1935 2000-06-17  Michael Meissner  <meissner@redhat.com>
1936
1937         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
1938         not present and there is a field after a '-'.
1939
1940 2000-06-17  Bruce Korb  <bkorb@gnu.org>
1941
1942         * fixinc/check.tpl:  finish the implementation of multiple tests
1943         for a single fix
1944         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
1945         (io_quotes_def): add a second test
1946         (various): reorder `files' so that "limits.h" is never first
1947         * fixinc/tests/base/*: update the testing output
1948
1949 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1950
1951         * gcc.texi: Remove reference to stupid.c.
1952
1953 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
1954
1955         * c-common.c (c_tree_code_type): New array.
1956         (c_tree_code_length): Likewise.
1957         (c_tree_code_name): Likewise.
1958         (add_c_tree_codes): New function.
1959
1960         * c-common.h (add_c_tree_codes): Declare.
1961         (enum c_tree_code): New enum.
1962
1963         * c-lex.c (init_parse): Added call to add_c_tree_codes.
1964
1965 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1966
1967         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
1968         select pattern to also match macro defs with only one argument.
1969
1970 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
1971
1972         * i386.md: Create new [right,left] rotate and right shift
1973         patterns to optimize shift by 1 bit for certain ia32 processors.
1974         Update patterns which perform left shifts to optimize shift by
1975         1 bit for certain ia32 processors.
1976         * i386.c (const_int_1_operand): New predicate.
1977         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
1978         * i386-protos.h (const_int_1_operand): Prototype.
1979
1980 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1981
1982         * mips.c (machine_dependent_reorg): Fix braces for nested if.
1983
1984 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
1985
1986         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
1987         LABEL_REFs.
1988
1989 2000-06-14  Richard Henderson  <rth@cygnus.com>
1990
1991         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
1992
1993         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
1994         auto-inc code.
1995
1996         * print-rtl.c (print_rtx): Emit space before mem alias set.
1997
1998 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
1999
2000         * rs6000.c (expand_block_move): Fix typo in earlier change.
2001         (print_operand): Remove unused variables neg and op.
2002         (toc_hash_mark_entry): Fix prototype.
2003
2004 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2005
2006         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2007         (THEN_CLAUSE): Likewise.
2008         (ELSE_CLAUSE): Likewise.
2009         (WHILE_COND): Likewise.
2010         (WHILE_BODY): Likewise.
2011         (DO_COND): Likewise.
2012         (DO_BODY): Likewise.
2013         (RETURN_EXPR): Likewise.
2014         (EXPR_STMT_EXPR): Likewise.
2015         (FOR_INIT_STMT): Likewise.
2016         (FOR_COND): Likewise.
2017         (FOR_EXPR): Likewise.
2018         (FOR_BODY): Likewise.
2019         (SWITCH_COND): Likewise.
2020         (SWITCH_BODY): Likewise.
2021         (CASE_LOW): Likewise.
2022         (CASE_HIGH): Likewise.
2023         (GOTO_DESTINATION): Likewise.
2024         (COMPOUND_BODY): Likewise.
2025         (ASM_CV_QUAL): Likewise.
2026         (ASM_STRING): Likewise.
2027         (ASM_OUTPUTS): Likewise.
2028         (ASM_INPUTS): Likewise.
2029         (ASM_CLOBBERS): Likewise.
2030         (DECL_STMT_DECL): Likewise.
2031         (STMT_EXPR_STMT): Likewise.
2032         (LABEL_STMT_LABEL): Likewise.
2033         (SCOPE_BEGIN_P): Likewise.
2034         (SCOPE_END_P): Likewise.
2035         (SCOPE_STMT_BLOCK): Likewise.
2036         (SCOPE_NULLIFIED_P): Likewise.
2037         (SCOPE_NO_CLEANUPS_P): Likewise.
2038         (SCOPE_PARTIAL_P): Likewise.
2039         (ASM_VOLATILE_P): Likewise.
2040         (STMT_LINENO): Likewise.
2041         (STMT_LINENO_FOR_FN_P): Likewise.
2042
2043         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2044         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2045         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2046         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2047         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2048
2049         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2050
2051 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2052
2053         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2054         writable in parts of the GCC code.
2055
2056         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2057         specification match cast.
2058
2059 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2060
2061         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2062         * configure, config.in: Rebuilt.
2063         * sys-protos.h: Similarly.
2064
2065 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2066
2067         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2068         * basic-block.h (EDGE_COMPLEX): ... here.
2069
2070         * loop.c (check_dbra_loop): Specify the register when
2071         generating REG_NONNEG notes and don't generate duplicates.
2072
2073 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2074
2075         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2076         (struct tree_type, struct tree_decl): Add user_align member.
2077         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2078         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2079         and DECL_USER_ALIGN 0, cap alignment to this value.
2080         (place_field): Likewise.
2081         (finalize_type_size): Set TYPE_USER_ALIGN.
2082         (layout_type): Likewise.
2083         (initialize_sizetypes): Likewise.
2084         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2085         DECL_USER_ALIGN to 1.
2086         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2087         (xfer_tag): Set TYPE_USER_ALIGN.
2088         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2089         (finish_enum): Likewise.
2090         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2091         (expand_anon_union_decl): Likewise.
2092         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2093         (build_index_type): Set TYPE_USER_ALIGN.
2094         (build_range_type): Likewise.
2095         (build_common_tree_nodes_2): Likewise.
2096         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2097
2098 2000-06-13  Andreas Jaeger  <aj@suse.de>
2099
2100         * configure.in: Use --enable-checking=misc,tree,gc by default if
2101         no --enable-checking option is given and for
2102         --enable-checking=yes.
2103         * configure: Rebuilt.
2104
2105 2000-06-13  Richard Henderson  <rth@cygnus.com>
2106
2107         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2108         (__throw): Don't pass the address of a label.
2109
2110         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2111         current_function_is_leaf.
2112         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2113         instead of reg_names[RETURN_ADDRESS_REGNUM].
2114         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2115         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2116         from RETURN_ADDRESS_REGNUM.  Update all uses.
2117         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2118         zero instead of null on failure.
2119         (ELIMINABLE_REGS): Add ra->b0 elimination.
2120         (CAN_ELIMINATE): Update accordingly.
2121         (INITIAL_ELIMINATION_OFFSET): Likewise.
2122         (REGISTER_NAMES): Use an illegal assembler name for
2123         RETURN_ADDRESS_POINTER_REGNUM.
2124
2125 2000-06-13  Richard Henderson  <rth@cygnus.com>
2126
2127         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2128         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2129         (REG_CLASS_NAMES): Likewise.
2130         (REG_CLASS_CONTENTS): Likewise.
2131         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2132         (HARD_REGNO_MODE_OK): Remove references to them.
2133         (REGNO_REG_CLASS): Likewise.
2134         (REG_CLASS_FROM_LETTER): Likewise.
2135         (CLASS_MAX_NREGS): Likewise.
2136         (REGISTER_MOVE_COST): Likewise.
2137         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2138         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2139         (movqi_internal): Special case moves from zero.
2140         (movhi_internal, movsi_internal): Likewise.
2141         (movdi_internal): Likewise.  Fill out "f" constraints.
2142         (movsf_internal): Fill out "r" constraints.
2143         (movdf_internal): Likewise.
2144
2145 2000-06-13  Richard Henderson  <rth@cygnus.com>
2146
2147         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2148         alive before reload.
2149
2150         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2151         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2152         (remove_dependence): Always define.
2153         (set_sched_group_p): New.
2154         (sched_analyze_2): Use it.
2155         (sched_analyze_insn): Don't special-case naked uses.  Look for
2156         and extend in_post_call_group_p.
2157         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2158         (init_deps): Clear in_post_call_group_p.
2159
2160 2000-06-13  Richard Henderson  <rth@cygnus.com>
2161
2162         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2163         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2164         and hard-coded tests.
2165         (simplify_set): Likewise.
2166         (gen_lowpart_for_combine): Likewise.
2167         * emit-rtl.c (gen_lowpart_common): Likewise.
2168         * global.c (find_reg): Likewise.
2169         * local-alloc.c (find_free_reg): Likewise.
2170         * recog.c (register_operand): Likewise.
2171         * regclass.c (init_reg_sets_1): Likewise.
2172         (record_operand_costs, regclass): Likewise.
2173         * reload.c (push_reload): Likewise.
2174         * reload1.c (choose_reload_regs): Likewise.
2175         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2176         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2177         Update all references.
2178         * regs.h (struct reg_info_def): Likewise.
2179         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2180         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2181         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2182
2183         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2184         (CLASS_CANNOT_CHANGE_MODE_P): New.
2185         * config/mips/mips.h: Likewise.
2186         * config/pa/pa32-regs.h: Likewise.
2187         * config/pa/pa64-regs.h: Likewise.
2188         * config/rs6000/rs6000.h: Likewise.
2189         * config/sh/sh.h: Likewise.
2190         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2191         (CLASS_CANNOT_CHANGE_MODE_P): New.
2192         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2193         * config/d30v/d30v.h: Likewise.
2194
2195 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2196
2197         * configure.in: Add AC_TYPE_GETGROUPS test.
2198         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2199         * configure: Rebuilt.
2200         * config.in: Rebuilt.
2201
2202 2000-06-13  Richard Henderson  <rth@cygnus.com>
2203
2204         * explow.c (set_mem_attributes): Do nothing for NULL type.
2205
2206 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2207
2208         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2209         correctly.
2210
2211 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2212
2213         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2214
2215 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2216
2217         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2218
2219 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2220
2221         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2222         * configure: Rebuilt.
2223
2224 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2225
2226         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2227         We now default to ELF for the i386, and a.out is the special case.
2228         * configure:  Rebuilt.
2229
2230 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2231
2232         * final.c (final_scan_insn): Delete notes between cc0 setter and
2233         user when restarting from setter.
2234
2235 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2236
2237         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2238         cast to squelch signed/unsigned warnings.
2239
2240 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2241
2242         * cpplib.c (handle_directive): Print non-NUL-terminated string
2243         with %.*s.
2244
2245 2000-06-12  Michael Meissner  <meissner@redhat.com>
2246
2247         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2248         path if the machine needs extra support to do conditional
2249         execution.
2250
2251 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2252
2253         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2254         to print the alias set.
2255         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2256
2257 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2258
2259         * config/float-vax.h: Add GFLOAT defines.
2260
2261 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2262
2263         * configure.in: Update tm dependencies for MPE.
2264         * configure: Rebuilt.
2265
2266 2000-06-12  H.J. Lu  <hjl@gnu.org>
2267
2268         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2269
2270 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2271
2272         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2273         (CPP_SPEC): Change mthreads to pthread.
2274         (LIB_SPEC): Likewise.
2275         (STARTFILE_SPEC): Likewise.
2276         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2277         (CPP_SPEC): Change mthreads to pthread.
2278         (LIB_SPEC): Likewise.
2279         (STARTFILE_SPEC): Likewise.
2280         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2281         * rs6000.c (reg_or_arith_cint_operand): New.
2282         (num_insns_constant_wide): Decorate unsigned constant.
2283         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2284         * rs6000.md (addsi3): Use new predicate.
2285         (subsi3, adddi3, subdi3): Likewise.
2286
2287 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2288
2289         * c-common.c (lang_get_alias_set): Fix typo.
2290
2291 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2292
2293         * flow.c (mark_used_regs): Revert last change.
2294         (life_analysis): Remove PROP_AUTOINC if running after reload.
2295         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2296
2297 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2298
2299         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2300         has run.
2301
2302 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2303
2304         * bb-reorder.c (build_scope_forest): Initialize variable
2305         `curr_scope'.
2306
2307         * calls.c (expand_call): Likewise for variables
2308         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2309
2310         * i386.c (function_arg_advance, function_arg): Cast to avoid
2311         signed/unsigned warnings.
2312
2313         * i386.h (MEMORY_MOVE_COST): Likewise.
2314
2315         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2316         `else_start' and `else_end'.
2317
2318         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2319
2320         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2321
2322 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2323
2324         * Makefile.in (libintl.a): Depend on intl.all.
2325
2326 2000-06-09  H.J. Lu  (hjl@gnu.org)
2327
2328         * Makefile.in (c-parse.o): Also depend on output.h.
2329
2330 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2331
2332         * mcore-protos.h: discards const warning removal.
2333         * mcore.c: discards const warning removal.
2334
2335 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2336
2337         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2338         the beginning of the file.
2339
2340 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2341
2342         * real.h:  Add prototype for ldexp.
2343
2344 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2345
2346         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2347         it ggc_alloc, drop second argument, never clear returned memory.
2348         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2349         (ggc_alloc_cleared): New.
2350         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2351         ggc_alloc_obj.  Remove ggc_alloc macro.
2352         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2353
2354         * rtl.c (rtvec_alloc): Clear the vector always.
2355         (rtx_alloc): Clear the first word always.  Remove dirty
2356         obstack tricks (this routine is no longer a bottleneck).
2357         * tree.c (make_node): Clear the new node always.
2358         (make_tree_vec): Likewise.
2359         (tree_cons): Clear the common structure always.
2360         (build1): Likewise; also, clear TREE_COMPLEXITY.
2361         * gengenrtl.c: Use puts wherever possible.  Remove extra
2362         newlines.
2363         (gendef): Clear the first word of an RTX in the generator
2364         function, irrespective of ggc_p.  Initialize '0' slots to
2365         NULL.
2366         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2367         thin wrapper macro around obstack_alloc.
2368
2369         * stmt.c (expand_fixup): Use ggc_alloc.
2370         * c-typeck.c (add_pending_init): Use ggc_alloc.
2371         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2372         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2373         const0_rtx when it is created.
2374         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2375         we are not in a function.
2376
2377         * tree.c (tree_class_check_failed): Make second arg an int.
2378         * tree.h: Update prototype.
2379
2380 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2381
2382         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2383         of an error_mark_node.
2384
2385 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2386
2387         * config/avr/avr.c (asm_output_section_name): bugfix.
2388
2389 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2390
2391         * timevar.def: Add TV_EXPAND.
2392         * timevar.c (timevar_print): Update timing information.
2393         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2394
2395         * stmt.c (expand_return): Check for error_mark_node.
2396
2397 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2398
2399         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2400
2401         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2402         variable against filename expansion when it contains "char *".
2403
2404         * system.h (SSIZE_MAX): Delete backup definition.
2405
2406         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2407         instead of SSIZE_MAX.
2408
2409 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2410
2411         * configure.in: Check whether gas supports -relax.
2412         * configure, config.in: Rebuilt.
2413         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2414         (EXTRA_SPECS): Add asm_relax.
2415         (ASM_SPEC): Add %(asm_relax).
2416         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2417         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2418         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2419         (ASM_SPEC): Add %(asm_relax).
2420         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2421         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2422         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2423         instead of mov, so that gas can further optimize it.
2424
2425 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2426
2427         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2428         size_of_sleb128.
2429         (value_format, case dw_val_class_const): Use sdata format.
2430         (output_die): Call output_sleb128.
2431
2432 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2433
2434         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2435         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2436         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2437         (output_die, case dw_val_class_unsigned_const): Correct call to
2438         ASM_OUTPUT_DWARF_DATA8.
2439         (output_die, case dw_val_class_long_long): Use
2440         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2441         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2442         pos is zero.
2443
2444         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2445         (output_function_prologue): Fix mispelling.
2446         (output_function_prologue, output_function_epilogue): Reorder to
2447         match ia64.c definition order.
2448         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2449         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2450         Use r3 instead of r2 for large stack restores.
2451         (ia64_output_end_prologue): New function.
2452         (process_set): Emit ".restore sp" for epilogue stack restores.
2453         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2454
2455 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2456
2457         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2458         incomplete types.
2459
2460 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2461
2462         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2463
2464 2000-06-08  Denis Perchine <dyp@perchine.com>
2465
2466         * frame.c (start_fde_sort): Don't malloc (0).
2467
2468 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2469
2470         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2471         error_mark_node.
2472         * print-tree.c (print_node): The transparent_union_flag means
2473         different things for unions and arrays.  Do not inspect it
2474         with TYPE_TRANSPARENT_UNION.
2475
2476 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2477
2478         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2479         returned NULL.
2480
2481 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2482
2483         * config/avr/avr.c (asm_output_section_name): output section
2484         attributes.
2485         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2486
2487 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2488
2489         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2490         fields into header field.
2491         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2492         macros to access length, flags, and version info from header field.
2493         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2494         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2495         (__do_global_ctors_aux): Fix caller.
2496         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2497         prologue_flag to header.  Pass to read_P_record.
2498         (read_P_record): New argument header.  Implement P4 format.
2499         Multiply P7_T_SIZE by 16.
2500         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2501         get_unwind_record.  Copy r to region_header if r is a header record.
2502         (print_all_records): Likewise.
2503         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2504         (__get_personality, __get_except_table): Likewise.
2505         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2506
2507 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2508
2509         * configure.in (AC_C_INLINE): Added.
2510         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2511         * configure: Regenerate.
2512
2513 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2514
2515         * c-common.h (c_language_kind): New type.
2516         (c_language): New variab.e
2517         * c-common.c (lang_get_alias_set): Don't put structures in
2518         non-zero alias sets in C++.
2519         * c-decl.c (c_language): Define it.
2520         * c-lex.c (doing_objc_thang): Remove.
2521         * c-tree.h (doing_objc_thang): Make it a macro.
2522         * objc/objc-act.c (lang_decode_option): Set c_language, not
2523         doing_objc_thang.
2524
2525 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2526
2527         * diagnostic.c (output_maximum_width): Remove.
2528         (doing_line_wrapping): Tweak.
2529         (diagnostic_buffer): New object.
2530         (global_output_buffer): New object.
2531         (output_destroy_prefix): New function.
2532         (default_initialize_buffer): Likewise.
2533         (reshape_diagnostic_buffer): Likewise.
2534         (initialize_diagnostics): Likewise.
2535         (output_clear): Tweak.
2536         (line_wrapper_printf): Adjust call to init_output_buffer.
2537         (vline_wrapper_message_with_location): Likewise.  Use
2538         output_destroy_prefix.
2539         (v_message_with_decl): Likewise.
2540
2541         * diagnostic.h (struct output_buffer): Constify prefix.
2542         (init_output_buffer, output_get_prefix): Constify.
2543         (diagnostic_message_length_per_line): Likewise.
2544         (reshape_diagnostic_buffer): Declare.
2545         (default_initialize_buffer): Declare.
2546         (initialize_diagnostics): Declare.
2547         (diagnostic_buffer): Declare new obbject.
2548
2549         * toplev.c: #include diagnostic.h
2550         (display_help): Document diagnostic formatting options.
2551         (decode_f_option): Handle diagnostic formatting options.
2552         (main): Setup initialization for diagnostic messages outputter.
2553
2554         * toplev.h (set_message_length): Remove.
2555
2556         * Makefile.in (toplev.o): Depends upon diagnostic.h
2557
2558         * invoke.texi : Document diagnostics formatting options.
2559
2560 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2561
2562         * configure.in (Make the links): Typo fix : the file that must be
2563         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2564         * configure: File rebuilt.
2565
2566 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2567
2568         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2569         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2570         space.
2571         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2572         emergency eh_context buffer, if malloc fails.
2573         (__eh_free): Moved from cp/exception.cc. Release to emergency
2574         eh_context buffer, if appropriate.
2575
2576 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2577
2578         * expr.c (store_expr): Fix typo.
2579
2580 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2581
2582         * m68k.c (legitimize_pic_address): Move prototype ...
2583
2584         * m68k-protos.h (legitimize_pic_address): ... here.
2585
2586         * m68k.md (legitimize_pic_address): Delete prototypes.
2587         (untyped_call): Invoke GEN_CALL(), not gen_call().
2588
2589         * nextstep.c: Include system.h and toplev.h.
2590         (get_directive_line): Don't prototype.
2591         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2592
2593         * nextstep.h (handle_pragma): Prototype.
2594         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2595         objc_section_init ...
2596         (EXTRA_SECTION_FUNCTIONS): ... here.
2597
2598 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2599
2600         * sdbout.c (struct sdb_file): NAME now const.
2601         (sdbout_init): input_file_name now const.
2602         (sdbout_start_new_source_file): FILENAME now const.
2603         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
2604
2605 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2606
2607         * c-typeck.c (build_conditional_expr): Handle complex data types.
2608
2609 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2610
2611         * explow.c (maybe_set_unchanging): New function, broken out from...
2612         (set_mem_attributes): Here.
2613         * expr.h: Declare it.
2614         * stmt.c (expand_decl): Call it.
2615
2616 2000-06-05  Richard Henderson  <rth@cygnus.com>
2617
2618         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
2619         while looking for a register to inherit from.
2620
2621 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2622
2623         * Makefile.in (libgcc.ready): Lose.
2624         (libgcc.mk): Just use mv, not move-if-change.
2625         (LIBGCC_DEPS): New macro.
2626         (libgcc.a): Use it.
2627         (stmp-multilib): Likewise.
2628         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
2629         it rather than the directories themselves.
2630         (LIB2ADD): Depend on the list file rather than 'force'.
2631
2632         * fold-const.c (fold, case COND_EXPR): Elide conversion between
2633         cv-qualified versions of types.
2634
2635 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2636
2637         * config/sparc/sparc.c (short_branch): Correct error in range
2638         computation.
2639
2640 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2641
2642         * fixinc/inclhack.def: New include hacks for ultrix.
2643         * (nested_ultrix): Replaced by ultrix_nested_svc.
2644         * (ultrix_atof_param): test_text string added.
2645         * (ultrix_ifdef): Modified select string.
2646
2647 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
2648
2649         * objc/objc-act.c (generate_method_descriptors): Register
2650         objc_method_prototype_template as a GC root.
2651         (comp_method_with_proto): Register function_type as a GC root.
2652         (comp_proto_with_proto): Replace function_type1 and
2653         function_type2 with a two-element array; register it as a GC root.
2654
2655         (generate_protocols, build_protocol_initializer,
2656         generate_protocol_list, build_category_initializer,
2657         build_shared_structure_initializer): Do not cache cast_type
2658         and/or cast_type2.
2659
2660 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2661
2662         * function.c (assign_parms): Add missing argument to set_mem_attributes
2663         call.
2664
2665 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2666
2667         * tree.h (VOID_TYPE_P): New macro.
2668         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
2669         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
2670         (get_parm_info): Likewise.
2671         (store_parm_decls): Likewise.
2672         (combine_parm_decls): Likewise.
2673         (finish_function): Likewise.
2674         * c-typeck.c (build_function_call): Likewise.
2675         (build_binary_op): Likewise.
2676         (build_conditional_expr): Likewise.
2677         (internal_build_compound_expr): Likewise.
2678         (convert_for_assignment): Likewise.
2679         * stmt.c (expend_expr_stmt): Likewise.
2680         (warn_if_unused_value): Likewise.
2681         (expand_return): Likewise.
2682         * c-parse.in (primary): Likewise.
2683         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
2684         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2685
2686 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2687
2688         * alias.c (get_alias_set): If compnent is addressable, use alias
2689         set of component.
2690         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
2691         (grokdeclarator): Likewise.
2692         * c-typeck.c (common_type): Likewise.
2693
2694 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
2695
2696         * Makefile.in (OBJS): Remove dyn_string.o
2697         (dyn-string.o): Delete rule.
2698         * dyn-string.c: Delete file
2699         * dyn-string.h: Likewise.
2700
2701 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2702
2703         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
2704         subdir.
2705
2706 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
2707
2708         * alias.c (record_component_aliases): Don't inspect
2709         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
2710
2711 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
2712
2713         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
2714         it with the pattern to do machine dependent work.
2715         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
2716         use it to modify the true/false tests used in conditional
2717         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
2718         defined, invoke them if the conversion to conditional execution
2719         was successful or not.
2720
2721         * tm.texi (IFCVT_MODIFY_TESTS): Document.
2722         (IFCVT_MODIFY_INSN): Ditto.
2723         (IFCVT_MODIFY_FINAL): Ditto.
2724         (IFCVT_MODIFY_CANCEL): Ditto.
2725
2726 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
2727
2728         * toplev.c (main): Fix misspellings of possibility and language.
2729
2730 2000-06-03  Richard Henderson  <rth@cygnus.com>
2731
2732         * alias.c (record_alias_subset): Initialize has_zero_child in the
2733         superset.
2734
2735 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
2736
2737         * arm.md (untyped_call): Use GEN_CALL macro.
2738
2739 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
2740
2741         * Makefile.in: Use $(MAKE) not "make"
2742
2743 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2744
2745         * alias.c (struct alias_set_entry): New field has_zero_child.
2746         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
2747         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
2748         do nothing.
2749         Call record_component_aliases for aggregate types.
2750         (record_alias_subset): Set has_zero_child.
2751         (record_component_aliases, case ARRAY_TYPE): Do nothing if
2752         TYPE_NONALIASES_COMPONENT.
2753         (record_component_aliases, case RECORD_TYPE): Test
2754         DECL_NONADDRESSABLE_P.
2755         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
2756         of TREE_ADDRESSABLE.
2757         * calls.c (initialize_argument_information): Only test
2758         TYPE_TRANSPARENT_UNION for UNION_TYPE.
2759         * function.c (assign_parms): Likewise.
2760         * integrate.c (function_cannot_inline_p): Likewise.
2761         * stor-layout.c (finish_record_layout): Don't call
2762         record_component_aliases.
2763         * tree.h (struct tree_int_cst): Use struct tree_common.
2764         (struct tree_real_cst, struct tree_string): Likewise.
2765         (struct tree_complex, struct tree_identifier): Likewise.
2766         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
2767         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
2768         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
2769         (TYPE_NONALIASES_COMPONENT): New macro.
2770         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
2771         (DECL_NONADDRESSABLE_P): New macro.
2772         (struct tree_decl): Reorder bits for clarity of how many left;
2773         add non_adressable.
2774
2775 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
2776
2777         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
2778         * mklibgcc.in (force): New target.
2779         Make LIB2ADD stuff depend on it.
2780
2781 2000-06-02  Richard Henderson  <rth@cygnus.com>
2782
2783         * alias.c (lang_get_alias_set): Remove.
2784         (get_alias_set): Call it directly, not indirectly.
2785         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
2786         * c-common.h (c_get_alias_set): Don't declare.
2787         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
2788         * expr.h (lang_get_alias_set): Declare as function, not pointer.
2789
2790 2000-06-02  Bruce Korb  <bkorb@gnu.org>
2791
2792         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
2793         (server_setup):  define the server's master pid
2794         (close_server):  actually do the deed IFF we are the server's master
2795
2796 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
2797
2798         * c-common.c (c_get_alias_set): Check whether signed_type did not
2799         return its argument before calling get_alias_set on the result.
2800
2801 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
2802
2803         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
2804
2805 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2806
2807         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
2808         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
2809         for TARGET_NOMACSAVE.
2810         (NOMACSAVE_BIT): Define.
2811         (TARGET_NOMACSAVE): Define.
2812         (TARGET_SWITCHES): Add "nomacsave".
2813
2814 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
2815
2816         * sh.md (untyped_call): Remove excess parameters
2817
2818 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
2819
2820         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
2821         match that used before the conversion to c_fix style.
2822         * fixinc/fixincl.x: regenerate
2823
2824 2000-06-01  Stan Cox  <scox@cygnus.com>
2825
2826         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
2827         macro argument typo.
2828
2829 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
2830
2831         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
2832         error message.
2833         * cpplib.c (parse_include): Remove support for VAX-C
2834         "#include starlet" misfeature.
2835
2836 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
2837
2838         * cppfiles.c: conditionally define O_BINARY.
2839         (open_include_file): pass O_BINARY to open().
2840
2841 2000-06-01  Richard Henderson  <rth@cygnus.com>
2842
2843         * i960.c (i960_br_predict_opcode): Remove.
2844         (i960_print_operand) [+]: Emit branch prediction hints.
2845         (i960_function_arg): Return early for VOIDmode.
2846         (i960_round_align): Return early for incomplete types.
2847         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2848         * i960.md (all conditional branches): Add "%+".
2849
2850 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2851
2852         * alias.c (get_alias_set): Don't call language-specific routine more
2853         than is needed and clean up code a bit.
2854         * c-common.c (c_get_alias_set): All references whose type
2855         is char get alias set 0, but character types need not.
2856         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
2857         (make_decl_rtl): Don't call it for FUNCTION_DECL.
2858
2859 2000-06-01  Bruce Korb  <bkorb@gnu.org>
2860
2861         * fixinc/tests/base/...: new base result files
2862
2863 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
2864
2865         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
2866         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
2867         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
2868         will use FCOMI.
2869
2870 2000-06-01  Richard Henderson  <rth@cygnus.com>
2871
2872         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
2873
2874         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2875
2876 2000-05-31  Richard Henderson  <rth@cygnus.com>
2877
2878         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
2879         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
2880         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
2881
2882 2000-05-31  Richard Henderson  <rth@cygnus.com>
2883
2884         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
2885         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
2886         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
2887         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2888         * config/ia64/ia64.md (all branch/call patterns): Use %+.
2889
2890 2000-05-31  Richard Henderson  <rth@cygnus.com>
2891
2892         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
2893
2894 2000-05-31  Richard Henderson  <rth@cygnus.com>
2895
2896         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
2897         remaining edges.
2898         (find_if_block): Allow THEN with no outgoing edges.
2899         * flow.c (merge_blocks_nomove): Remove a barrier not following
2900         a jump as well.
2901
2902 2000-05-31  Richard Henderson  <rth@cygnus.com>
2903
2904         * flow.c (propagate_block): Move initialization of mem_set_list ...
2905         (init_propagate_block_info): ... here.  Also track blocks with
2906         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
2907
2908 2000-05-31  Richard Henderson  <rth@cygnus.com>
2909
2910         * jump.c (jump_optimize_1): Revert 05-18 change.
2911
2912 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
2913
2914         * invoke.texi: Remove documentation for -fguiding-decls.
2915
2916 2000-05-31  Richard Henderson  <rth@cygnus.com>
2917
2918         * configure.in: Fix typo last change.
2919
2920 2000-05-31  Philipp Thomas  <pthomas@suse.de>
2921
2922         * configure.in (enable-nls): Enable if build == host, i.e. when
2923         not building a canadian cross compiler.
2924         (enable-maintainer-mode): Added for use with i18n.
2925         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
2926         cross section of ALL_LINGUAS and LINGUAS.
2927         * configure: Rebuild.
2928
2929 2000-05-31  Bruce Korb  <bkorb@gnu.org>
2930
2931         * fixinc/check.tpl: rework to use test result tree
2932         * fixinc/Makefile.in: change invocation of check script
2933         * fixinc/check.diff: No longer needed
2934         * fixinc/fixincl.x: regenerate
2935         * fixinc/inclhack.def:  add new tests
2936         * fixinc/tests/base/arch/i960/archI960.h:  New test result
2937         * fixinc/tests/base/curses.h: modified test result
2938         * fixinc/tests/base/stdio.h: ditto
2939         * fixinc/tests/base/time.h: ditto
2940         * fixinc/tests/base/sys/asm.h: ditto
2941         * fixinc/tests/base/sys/stat.h: ditto
2942         * fixinc/tests/base/sys/wait.h: ditto
2943
2944 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
2945
2946         * except.c (clear_function_eh_region): Do not free NULL.
2947
2948 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2949
2950         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2951         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
2952         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
2953         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
2954         (find_base_decl): New function, from c_find_base_decl in c-common.c.
2955         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
2956         (get_alias_set): Likewise.
2957         Major rework to do more things and allow language-specific code
2958         to just handle special-cases.
2959         (record_alias_subset): Args are HOST_WIDE_INT.
2960         (record_component_alias): Local vars are HOST_WIDE_INT.
2961         Don't handle COMPLEX_EXPR.
2962         (get_varargs_alias_set): Moved from builtins.c.
2963         (get_frame_alias_set): New function.
2964         * builtins.c (expand_builtin_return_address): Use frame alias set.
2965         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
2966         for setjmp buffer.
2967         (get_memory_rtx): Rework to use set_mem_attributes.
2968         (get_varargs_alias_set): Deleted from here.
2969         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
2970         (c_find_base_decl): Deleted from here.
2971         (c_get_alias_set): Remove many cases and rework to just handle
2972         C-specific cases.
2973         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
2974         * c-decl.c (rtl.h, expr.h): Now included.
2975         (init_decl_processing): Call record_component_aliases on array types.
2976         (grokdeclarator): Likewise.
2977         Set TREE_ADDRESSABLE for all fields that are not bitfields.
2978         * c-typeck.c (common_type): Call record_component_aliases for array.
2979         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
2980         Set all save areas to the frame alias set.
2981         * calls.c (initialie_argument_information): Call set_mem_attributes.
2982         (compute_argument_addresses, expand_call): Likewise.
2983         * explow.c (set_mem_attributes): New function.
2984         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
2985         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
2986         LEN and OFFSET now HOST_WIDE_INT.
2987         (clear_by_pieces): Similar changes.
2988         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
2989         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
2990         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
2991         (clear_by_pieces_1): Likewise.
2992         (emit_push_insn): Call set_mem_attributes.
2993         (expand_expr, case INDIRECT_REF): Likewise.
2994         (expand_expr, case VAR_DECL): Call change_address.
2995         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
2996         tree_low_cst.
2997         (get_varargs_alias_set, get_frame_alias_set): New decls.
2998         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
2999         (new_alias_set, set_mem_attributes): Likewse.
3000         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3001         (assign_stack_temp_for_type): Likewise.
3002         Can split slot even if alias set since can copy.
3003         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3004         (assign_temp): Use host_integerp and tree_low_cst.
3005         (put_var_into_stack): Properly handle SAVE_EXPR.
3006         (put_addressof_into_stack): Likewise.
3007         (assign_parms): Call set_mem_attributes.
3008         Delete #if 0 code.
3009         (fix_lexical_address): Put reference to chain into frame alias set.
3010         (expand_function_start): Call set_mem_attributes.
3011         * integrate.c (expand_inline_function): Likewise.
3012         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3013         * regmove.c (try_apply_stack_adjustment): Likewise.
3014         * reload.c (push_reload, make_memloc): Likewise.
3015         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3016         * rtl.def (MEM): Update comment.
3017         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3018         (move_by_pieces): Change length to HOST_WIDE_INT.
3019         (record_base_value, record_alias_subset): Delete from here.
3020         * stmt.c (expand_decl): Call set_mem_attributes.
3021         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3022         * toplev.c (compile_file): Call init_alias_once earlier.
3023         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3024         from here: now in alias.c.
3025         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3026         (struct tree_decl): Likewise.
3027         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3028         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3029         (output_constant_def, force_const_mem): Likewise.
3030
3031         * flow.c (propagate_block): If block has no successors, stores to
3032         frame are dead if not used.
3033
3034 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3035
3036         * stmt (expand_end_case): Reorder conversion sequence for jump
3037         table to avoid extra truncations.
3038
3039 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3040
3041         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3042         in the block is more than just a simple conditional branch.
3043         (noce_process_if_block): Similarly.
3044
3045 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3046
3047         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3048         queue.
3049
3050 2000-05-30  Michael Meissner  <meissner@redhat.com>
3051
3052         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3053         instructions.  Treat LO_SUM operations as loading the full integer
3054         constant.
3055
3056 2000-05-30  Richard Henderson  <rth@cygnus.com>
3057
3058         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3059
3060 2000-05-30  Richard Henderson  <rth@cygnus.com>
3061
3062         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3063
3064 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3065
3066         * fixinc/tests/*:  Added expected result files for fixinc's make check
3067         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3068
3069 2000-05-30  Richard Henderson  <rth@cygnus.com>
3070
3071         * config/alpha/alpha.md (*setne_internal): Use match_operator
3072         instead of working down from insn.
3073
3074 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3075
3076         * invoke.texi (-Wtraditional): Update WRT function macros.
3077
3078 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3079
3080         * except.c (free_exception_table): Do not free NULL.
3081
3082 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3083
3084         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3085         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3086         and skipping here.
3087
3088 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3089
3090         * flow.c (mark_used_reg): If a register is unconditionally live,
3091         remove any conditional death information.
3092
3093 2000-05-29  Richard Henderson  <rth@cygnus.com>
3094
3095         * final.c (current_output_insn): New.
3096         (final_scan_insn): Set it.
3097         * output.h: Declare it.
3098
3099 2000-05-29  Richard Henderson  <rth@cygnus.com>
3100
3101         * stor-layout.c (finalize_record_size): Fix typo.
3102
3103         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3104         if nlabel is null.
3105
3106 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3107
3108         * cpplib.h (cpp_reader): Remove if_stack.  Change
3109         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3110         * cpphash.h (struct ihash): Change control_macro to a
3111         cpp_hashnode * and shorten name to cmacro.
3112         Add NEVER_REINCLUDE constant.
3113
3114         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3115         Examine the cmacro node directly, no need to call cpp_defined.
3116         (_cpp_execute_include, read_include_file): Set cmacro to
3117         NEVER_REINCLUDE, not U"".
3118         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3119         (cpp_get_token): If pfile->skipping is true, discard text and
3120         keep scanning until we hit a directive; don't expand macros.
3121
3122         * cpplib.c (struct if_stack): Remove if_succeeded, add
3123         was_skipping. Change control_macro to a cpp_hashnode * and
3124         shorten name to cmacro.  Remove typedef IF_STACK.
3125         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3126         (conditional_skip, skip_if_group,
3127         consider_directive_while_skipping): Delete.
3128         (push_conditional): New.
3129         (_cpp_handle_directive): Don't process directives other than
3130         conditionals if we are skipping.
3131
3132         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3133         Update to new scheme.
3134         (validate_else): Skip rest of line here, unconditionally.
3135         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3136         pfile->skipping off.
3137
3138         (all): Remove `scare quotes' from error messages.
3139
3140 2000-05-29  Richard Henderson  <rth@cygnus.com>
3141
3142         * function.c (emit_return_into_block): New line_note arg; emit it.
3143         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3144         for the close brace to accompany HAVE_return.  Move all line notes
3145         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3146
3147 2000-05-29  Richard Henderson  <rth@cygnus.com>
3148
3149         * longlong.h [__alpha] (count_leading_zeros): New.
3150         (count_trailing_zeros): New.
3151         (COUNT_LEADING_ZEROS_0): New.
3152
3153         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3154         (alpha_split_conditional_move): New.
3155         * config/alpha/alpha-protos.h: Prototype them.
3156         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3157         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3158         * config/alpha/alpha.md: Update ffs cix commentary.
3159         (*ze_and_ne): New.
3160         (*nabssf2, *nabsdf2): New.
3161         (*mov[qhsd]icc_internal): Use add_operand.
3162         (if_then_else constant splitters): New.
3163         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3164         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3165
3166 2000-05-29  Richard Henderson  <rth@cygnus.com>
3167
3168         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3169         a constant to NEG or NOT when conditions allow.
3170
3171         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3172         unless both args are general_operand.  Don't canonicalize plus
3173         to ior unless it helps.
3174
3175         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3176         instead track register_life_up_to_date.  Toggle no_new_pseudos
3177         around if_convert.
3178
3179 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3180
3181         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3182         so output_operand doesn't see them.
3183
3184 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3185
3186         * lcm.c (make_preds_opaque): Fix comment.
3187         (optimize_mode_switching): Use NORMAL_MODE instead of
3188         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3189         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3190         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3191         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3192         (MODE_USES_IN_EXIT_BLOCK): Delete.
3193         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3194         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3195         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3196         (MODE_NEEDED): Don't look for USE.
3197         (EPILOGUE_USES): Define.
3198
3199 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3200
3201         * mklibgcc.in (all): Variable initialised to `libgcc'.
3202
3203 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3204
3205         * toplev.h (skip_leading_substring): New macro.
3206         * toplev.c (decode_f_option): Use skip_leading_substring instead
3207         of strncmp.
3208         (decode_W_option): Likewise.
3209
3210 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3211
3212         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3213         modify reg_names.
3214
3215 2000-05-28  Richard Henderson  <rth@cygnus.com>
3216
3217         * regclass.c (record_operand_costs): Protect reg_changes_size
3218         with CLASS_CANNOT_CHANGE_SIZE.
3219
3220         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3221
3222 2000-05-28  Richard Henderson  <rth@cygnus.com>
3223
3224         * function.c (diddle_return_value): A pcc-style struct return
3225         returns a pointer.
3226
3227 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3228
3229         * cppfiles.c: Read files in, using mmap if possible, then
3230         prescan them separately.
3231         (read_file, read_with_read): New functions.
3232         * cpplex.c: Don't define UCHAR_MAX.
3233         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3234         the file here.
3235
3236         * cppinit.c (handle_option): Automatically define __cplusplus,
3237         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3238         the respective -lang switch.
3239
3240         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3241         prototype): Move to...
3242         * cpplib.h: ... here.  Rename struct hashnode to struct
3243         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3244         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3245
3246 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3247
3248         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3249
3250         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3251         (class_can_change_size): New variable.
3252         (reg_changes_size): New variable.
3253         (init_reg_sets_1): Initialise class_can_change_size.
3254         (record_operand_costs): Remove subreg_changes_size.
3255         Don't pass it around.  Instead update reg_changes_size.
3256         (regclass): Initialise and free reg_changes_size.  If a register
3257         changes size, don't preference it to a class that contains
3258         registers that can't change size.
3259         (record_reg_classes): Don't look at subreg_changes_size.
3260
3261 2000-05-27  Richard Henderson  <rth@cygnus.com>
3262
3263         * print-rtl.c (reg_names): Remove const.
3264         * regclass.c (reg_names): Likewise.
3265         * regs.h (reg_names): Likewise.
3266         * hard-reg-set.h (reg_names): Likewise.
3267
3268 2000-05-27  Richard Henderson  <rth@cygnus.com>
3269
3270         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3271
3272 2000-05-27  Richard Henderson  <rth@cygnus.com>
3273
3274         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3275         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3276         (alpha_expand_prologue): Emit prologue_mcount if needed.
3277         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3278         * config/alpha/alpha.md (prologue_mcount): New.
3279         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3280         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3281         * config/alpha/netbsd.h: Likewise.
3282
3283 2000-05-27  Richard Henderson  <rth@cygnus.com>
3284
3285         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3286         change to config/elfos.h.
3287
3288 2000-05-27  Richard Henderson  <rth@cygnus.com>
3289
3290         * Makefile.in (resource.o): Depend on except.h.
3291         * except.h (output_exception_table_data): Prototype.
3292         * genconfig.c (gen_peephole2): Prototype.
3293         * genemit.c (main): Include ggc.h.
3294         * genoutput.c: Revert parts of last change: include errors.h
3295         (main): Set progname.
3296         * recog.c: Include hard-reg-set.h before recog.h.
3297         * resource.c: Include except.h.
3298
3299         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3300         with RTX_CODE.
3301         (alpha_write_linkage): Protect with BUFSIZ.
3302         (alpha_need_linkage): Update prototype.
3303         * config/alpha/alpha.c (function_arg): Move VMS code here.
3304         (alpha_links_base): Remove.
3305         (alpha_links): New.
3306         (mark_alpha_links_node, mark_alpha_links): New.
3307         (alpha_write_one_linkage): New.
3308         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3309         (alpha_write_linkage): Use splay_tree_foreach.
3310         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3311         to get the linkage symbol.
3312         (call_value_vms): Likewise.
3313         * config/alpha/elf.h (output_file_directive): Remove decl.
3314         (ctors_section, dtors_section): Prototype.
3315         (sbss_section, sdata_section): Prototype.
3316         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3317         (readonly_section, link_section, literals_section): Prototype.
3318         (ctors_section, dtors_section): Prototype.
3319         (vms_valid_decl_attribute_p): Remove decl.
3320         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3321
3322 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3323
3324         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3325
3326         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3327         substituting the REG in a (subreg:X (reg:Y ...)).
3328
3329 2000-05-28  Neil Booth  <NeilB@earthling.net>
3330
3331         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3332         first token of a line BOL.  Update EOF code for this.
3333         Remove illegal directive check - it appears in the (not
3334         yet committed) caller.
3335         * cpplib.h (BOL): New flag.
3336
3337 2000-05-28  Neil Booth  <NeilB@earthling.net>
3338
3339         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3340         (_cpp_free_toklist): No comment space to free.
3341         (expand_comment_space): Remove.
3342         (save_comment_space): Place the comment in the current token and
3343         not in a separate comment space.
3344         (_cpp_lex_line): Save comments during plain code and #define
3345         directives only.
3346         * cpplib.h (struct _cpp_toklist): Remove comment space.
3347
3348 2000-05-28  Neil Booth  <NeilB@earthling.net>
3349
3350         * cppexp.c (parse_assertion): Supply extra argument to
3351         _cpp_init_toklist.
3352         * cpplib.c (do_assert, do_unassert): Similarly.
3353         * cpphash.h (_cpp_init_toklist) Update.
3354         (_cpp_expand_token_space): New.
3355         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3356         * cpplex.c (_cpp_init_toklist): New argument.
3357         (parse_string2): New argument multiline_ok.
3358         (spell_token): Take a const cpp_token *.
3359         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3360         (SPELL_ macros): Replace with enum.
3361         (expand_token_space): Replace with _cpp_expand_token_space.
3362         Take COUNT argument.
3363         (IS_DIRECTIVE): Update.
3364         (_cpp_lex_line): Update token structure before parsing number.
3365         Don't assume start at beginning of token list.
3366         (save_comment): Use INIT_TOKEN_NAME.
3367
3368 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3369
3370         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3371         -Wmissing-prototypes.
3372         * configure: Regenerate.
3373         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3374
3375         * builtins.c, calls.c: Change all instances of gen_call_* or
3376         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3377         * calls.c (struct_value_size_rtx): Separate definition from
3378         initialization to avoid unused variable warning.
3379
3380         * genflags.c (gen_macro): New function.
3381         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3382         (gen_nonproto): Delete.
3383         (gen_insn): Put all insns on the same obstack.
3384         (main): Generate prototypes for everything unconditionally.
3385
3386         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3387         out check for wchar_t.
3388         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3389         * system.h: Add infrastructure for defining missing
3390         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3391         definitions of UCHAR_MAX and SSIZE_MAX.
3392         * configure: Regenerate.
3393         * config.in: Regenerate.
3394
3395         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3396         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3397         headers.
3398         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3399         libgcc2.a, or libgcc1.null.
3400
3401 2000-05-27  Richard Henderson  <rth@cygnus.com>
3402
3403         * Makefile.in (recog.o): Don't depend on resource.h.
3404         * recog.c: Don't include resource.h.
3405         (recog_last_allowed_insn): Remove.
3406         (recog_next_insn): Remove.
3407         (struct peep2_insn_data): New.
3408         (peep2_insn_data, peep2_current): New.
3409         (peep2_next_insn): New.
3410         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3411         (peep2_find_free_register): New.
3412         (peephole2_optimize): Track life information by insn as we go.
3413         * recog.h: Update declarations.
3414         * resource.c (find_free_register, reg_dead_p): Remove.
3415         * resource.h: Remove their declarations.
3416         * toplev.c: Include hard-reg-set.h before recog.h.
3417
3418         * genconfig.c (max_insns_per_peep2): New.
3419         (gen_peephole2): New.
3420         (main): Call it.
3421         * genemit.c (output_peephole2_scratches): Generate calls to
3422         peep2_find_free_register; adjust surrounding code.
3423         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3424         * genrecog.c (change_state): Don't track last_insn.
3425         (write_action): Write into *_pmatch_len before accepting.
3426         (write_tree): Adjust peephole2_insns and subroutines to match.
3427
3428         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3429
3430         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3431         (hard_int_register_operand): New.
3432         * config/alpha/alpha-protos.h: Declare it.
3433         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3434         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3435         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3436
3437 2000-05-27  Richard Henderson  <rth@cygnus.com>
3438
3439         * function.c (thread_prologue_epilogue_insns): Don't move the
3440         line note at the head of the chain.  Only force a lineno note
3441         before the end of block 0.
3442
3443 2000-05-27  Richard Henderson  <rth@cygnus.com>
3444
3445         * gensupport.c (collect_insn_data): Record the maximum number
3446         of alternatives, not the last seen.
3447
3448         * genoutput.c: Don't include errors.h.
3449         (struct data): Add lineno member.
3450         (have_error): New.
3451         (scan_operands): Use message_with_line instead of error.
3452         (validate_insn_alternatives): Likewise.
3453         (gen_insn): Accept and store the pattern's line number.
3454         (gen_peephole, gen_expand, gen_split): Likewise.
3455         (main): Don't set progname.  Pass line_no to gen_foo.
3456
3457 2000-05-27  Richard Henderson  <rth@cygnus.com>
3458
3459         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3460         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3461         * config/d30v/d30v.md (attr predicable): New.
3462         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3463         (andsi3*): Unify into one pattern.
3464         (iorsi3*, xorsi3*): Likewise.
3465         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3466         conditional return.
3467         (old cond_exec patterns): Remove.
3468         (define_cond_exec): New.
3469
3470 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3471
3472         * tree.h (TREE_CODE_LENGTH): New macro.
3473         * c-common.c (c_find_base_decl): Use it.
3474         * expr.c (safe_from_p): Likewise.
3475         * print-tree.c (print_node): Likewise.
3476         * tree.c (make_node, copy_node, get_identifier): Likewie.
3477         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3478         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3479         * fold-const.c (make_range): Likewise.
3480         (fold): Likewise; also use first_rtl_op.
3481         * c-iterate.c (collect_iterators): Use first_rtl_op.
3482         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3483         Use IS_EXPR_CODE_CLASS.
3484         (preexpand_calls): Likewise.
3485         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3486         and TREE_CODE_LENGTH.
3487         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3488
3489 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3490
3491         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3492         than '%1(%*)'.
3493         (movdi_internal64): Likewise.
3494
3495         * config/rs6000/rs6000.md: Correct order of operands for DImode
3496         boolean patterns.
3497
3498         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3499         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3500         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3501         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3502         boolean_operator for the boolean patterns without NOTs.
3503
3504         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3505         from reg_or_u_cint_operand.  Change comment and behaviour.
3506         (logical_operand): Clean up, add assertion.
3507         (non_logical_cint_operand): Also check for
3508         reg_or_logical_cint_operand.
3509         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3510         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3511         in the expander.
3512         (xorsi3): Likewise.
3513         (iordi3): Likewise.
3514         (xordi3): Likewise.
3515
3516 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3517
3518         * tree.h (struct record_layout_info): Rename to (struct
3519         record_layout_info_s).
3520         * stor-layout.c (start_record_layout): Replace
3521         `record_layout_info' with `record_layout_info_s'.
3522
3523 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3524
3525         * flow.c (find_label_refs): New function.
3526         (find_basic_blocks_1): Call it for each alternative of a call
3527         placeholder.
3528
3529 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3530
3531         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3532         of get_pc.
3533
3534 2000-05-25  Richard Henderson  <rth@cygnus.com>
3535
3536         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3537         so strict about DImode.
3538         (alpha_swapped_comparison_operator): Likewise.
3539         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3540         any integer output mode.
3541         (*setcc_internal): Likewise.
3542         (*setcc_swapped_internal): Likewise.
3543         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3544         (*mov[qhs]icc_internal): New.
3545         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3546
3547 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3548
3549         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3550
3551 2000-05-25  Richard Henderson  <rth@cygnus.com>
3552
3553         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3554         Remove add_jump; add next; replace flags with visited.
3555         (rbd_init): Remove.
3556         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3557         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3558         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3559         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3560         (RBI): New.
3561         (reorder_index, reorder_last_visited): Remove.
3562         (skip_insns_after_block): Rewrite to use a switch.
3563         (get_common_dest): Remove.
3564         (chain_reorder_blocks): Remove.
3565         (record_effective_endpoints): Split out from reorder_basic_blocks.
3566         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3567         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3568         Only construct the reorder chain, do not move insns.  Try harder
3569         to tail recurse.
3570         (label_for_bb, emit_jump_to_block_after): New.
3571         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3572         and adjust the jump insns appropriately.  Fixup basic_block_info.
3573         (verify_insn_chain): Always define.
3574         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3575         in allocation size.
3576         (make_new_scope): Don't write zeros to calloc'd space.
3577         (build_scope_forest): Rely on xrealloc to DTRT.
3578         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3579         profile_arc_flag.  Streamline EH test.
3580
3581         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3582         * basic-block.h: Declare them.
3583
3584 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3585
3586         * emit-rtl.c (reset_used_decls): New function.
3587         (unshare_all_rtl_again): Call it.
3588
3589 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3590
3591         * cpplex.c (maybe_macroexpand): Warn about function-like
3592         macros used in non-function context, if -Wtraditional.
3593
3594 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3595
3596         * recog.c (peephole2_optimize): Use INSN_P.
3597
3598 2000-05-25  Richard Henderson  <rth@cygnus.com>
3599
3600         * ifcvt.c (seq_contains_jump): New.
3601         (noce_try_store_flag_constants): Use it to fail conversion.
3602         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
3603
3604 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3605
3606         * except.h (can_throw): Declare it.
3607         * except.c (can_throw): Give it external linkage.
3608         * resource.c (find_dead_or_set_registers): Use can_throw.
3609
3610 2000-05-25  Richard Henderson  <rth@cygnus.com>
3611
3612         * flow.c (mark_set_1): Don't record conditionally dead memory.
3613
3614 2000-05-25  Jan Hubicka  <jh@suse.cz>
3615
3616         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
3617         and pc_set at the place of simplejump_p and condjump_p.
3618         * cse.c (record_jump_equiv): Likewise.
3619         * emit-rtl.c (emit): Likewise.
3620         * explow.c (find_next_ref): Likewise.
3621         * flow.c (tidy_fallthru_edge): Likewise.
3622         (init_propagate_block_info): Likewise.
3623         * gcse.c (delete_null_pointer_checks): Likewise.
3624         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
3625         dead_or_predicable): Likewise.
3626         * integrate.c (copy_insn_list): Likewise.
3627         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3628         for_each_insn_in_loop, check_dbra_loop, get_condition,
3629         insert_bct, load_mems): Likewise.
3630         * resource.c (find_dead_or_set_registers): Likewise.
3631         * sibcalls.c (simplejump_p): Likewise.
3632         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
3633
3634 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
3635
3636         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
3637         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
3638         when unaligned.
3639         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
3640         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
3641         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
3642         * rs6000.md: Name various internal patterns.
3643
3644 2000-05-25  Jan Hubicka  <jh@suse.cz>
3645
3646         * jump.c (invert_exp_1): Remove first argument, use pc_set
3647         to get the expression.
3648         (redirect_exp): Make static; redirect only the pc_set expression,
3649         remove first argument.
3650         (invert_exp): Remove first argument, make static.
3651         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
3652         any_onlyjump at most places where we originaly did condjump_p
3653         and simplejump_p.
3654         (jump_back_p, follow_jumps, thread_jumps): Likewise.
3655         (delete_barrier_succesors): Use pc_set.
3656         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
3657         calls of invert_exp and redirect_exp.
3658         * rtl.h (redirect_exp, invert_exp): Remove.
3659         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
3660
3661 2000-05-25  Richard Henderson  <rth@cygnus.com>
3662
3663         * stmt.c (expand_end_bindings): Fix thinko last change.
3664
3665 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
3666             Andrew Haley  <aph@cygnus.com>
3667
3668         * except.c  (func_eh_entry): Add emitted field.
3669         (new_eh_region_entry): Set emitted field to 0;
3670         (output_exception_table_entry): Only emit previously un-emitted data,
3671         and send it to the eh_data section.
3672         (output_exception_table): Break out common parts. Output
3673         exception table for entire compilation unit to eh_data section.
3674         (output_exception_table_data): Common parts of output_exception_table.
3675         Send output to eh_data section.
3676         (output_function_exception_table): Output exception table data for
3677         a single function to eh_data section.
3678         (free_exception_table): New external to free the table.
3679         * except.h (free_exception_table): Add prototype.
3680         (output_function_exception_table): Add prototype.
3681         * final.c (final_end_function): Output function exception table
3682         for IA64_UNWIND_INFO.
3683         (final_scan_insn): Emit any unwind directives for an insn.
3684
3685         * frame-dwarf2.c: New file containing all DWARF 2 specific code
3686         from frame.c.
3687         * frame.c: Remove all DWARF 2 specific code.
3688         * config/ia64/frame-ia64.c: New file.
3689         (gthread_stuff): Make all gthread available with
3690         IA64_UNWIND_INFO.
3691         (dwarf_fde): Define an IA64 struct for dwarf_fde.
3692         (__register_frame_info, __register_frame): Move to common area of file.
3693         (__register_frame_info_table, __register_frame_table): Move to common i
3694         area.
3695         (__deregister_frame_info, __deregister_frame): Move to common area.
3696         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
3697         (read_uleb128): New version for ia64.
3698         (get_unwind_record): Read the next IA-64 unwind record.
3699         (read_R_record): Read a region header record.
3700         (process_a_b_reg_code): X record helper.
3701         (read_X_record): Read an X format record.
3702         (read_B_record): Read a B format record.
3703         (P3_record_types): List of record types matching the P3 format.
3704         (P7_record_types): List of record types matching the P7 format.
3705         (P8_record_types): List of record types matching the P8 format.
3706         (read_P_record): Read a P format record.
3707         (init_ia64_reg_loc): Set default fields for a register.
3708         (init_ia64_unwind_frame): Set defaults for all register records.
3709         (execute_one_ia64_descriptor): Execute one descriptor record.
3710         (rse_address_add): Calculate the position of a local reg in memory.
3711         (normalize_reg_loc): Turn a location descriptor into a memory address.
3712         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
3713         within a specified PC offset range.
3714         (get_real_reg_value): Given a register location, retrieve its value.
3715         (set_real_reg_value): Change the value of a register location.
3716         (copy_reg_value): Copy reg values, if needed.
3717         (copy_saved_reg_state): Copy all registers that need to be copied.
3718         (process_state_between): Normalize all frame register records that
3719         fall within the specified PC range.
3720         (frame_translate): Take a processed frame description, and turn
3721         everything into addresses.
3722         (build_ia64_frame_state ): Find and create frame state record for a PC.
3723         (get_personality): Get the personality routine for a given frame.
3724         (get_except_table): Get the exception table for a given frame.
3725         (record_name): Unwind record names for debugging.
3726         (print_record): Print and unwind record.
3727         (print_all_records): Print an entire unwind image.
3728         (__ia64_backtrace): Print a backtrace.
3729         (ia64_backtrace_helper): New function.
3730         (__register_frame_info_aux): New function.
3731         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
3732
3733         * frame.h (enum unw_record_type): New unwind record types.
3734         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
3735         (struct unw_r_record, unwind_record): New unwind record structs.
3736         (struct unwind_info_ptr): Unwind information layout.
3737         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
3738         descriptors.
3739         (struct ia64_reg_loc): Register location description.
3740         (struct ia64_frame_state): Location of all registers in a frame.
3741         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
3742         * libgcc2.c (__ia64_personality_v1): Personality routine.
3743         (__calc_caller_bsp): Calculate the bsp register for the caller's
3744         frame.
3745         (ia64_throw_helper): Figure out who to return to and set up the
3746         registers.
3747         (__throw): Throw routine.
3748
3749         * output.h (assemble_eh_align, assemble_eh_label): New functions
3750         to generate EH info where we want it.
3751         (assemble_eh_integer): New function.
3752         * toplev.c (compile_file): Output module level exception table for
3753         non-ia64 targets.
3754         (main): Set exceptions_via_longjump and flag_new_exceptions based
3755         on IA64_UNWIND_INFO too.
3756
3757         * varasm.c (assemble_eh_label): Generate a label via
3758         ASM_OUTPUT_EH_LABEL if it has been specified.
3759         (assemble_eh_align): Generate an alignment directive via
3760         ASM_OUTPUT_EH_ALIGN if it has been specified.
3761         (assemble_eh_label): Generate an integer value via
3762         ASM_OUTPUT_EH_type if they have been specified.
3763         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
3764         (ia64_init_builtins): Add __builtin_ia64_bsp
3765         and __builtin_ia64_flushrs.
3766         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
3767         IA64_BUILTIN_FLUSHRS.
3768         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
3769         IA64_BUILTIN_FLUSHRS.
3770
3771         * config/ia64/ia64.md (flushrs): New insn to flush the register
3772         stack.  Add to unspec list.
3773
3774         * config/ia64/crtbegin.asm (frame_object): Change size.
3775         (__do_frame_setup_aux): New function.
3776         * config/ia64/crtend.asm: call __do_frame_setup_aux.
3777         * config/ia64/t-ia64 (LIB2ADDEH): Add.
3778         * Makefile.in (LIB2ADDEH): Add.
3779         (LIB2ADD): Use LIB2ADDEH.
3780
3781 2000-05-24  Richard Henderson  <rth@cygnus.com>
3782
3783         * recog.c (offsettable_address_p): If mode size is zero, assume
3784         BIGGEST_ALIGNMENT.
3785
3786 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
3787
3788         * configure.in: Check for -Wno-long-long option support and improve
3789         handling of warning CFLAGS for stages 1 and 2.
3790         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
3791         * configure: Regenerate.
3792
3793 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
3794
3795         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
3796         * contrib.texi: New file.
3797
3798 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3799
3800         * loop.c (basic_induction_var): Avoid double recording of an increment.
3801
3802 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3803
3804         * Back out this patch:
3805         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
3806           * loop.h (struct induction): Add multi_insn_incr.
3807           * loop.c (basic_induction_var): New multi_insn_incr argument.
3808           Set it if we search back through previous insns for the biv.
3809           (record_biv): New multi_insn_incr argument; fill in struct induction.
3810           (strength_reduce): Discard an iv with multiple bivs, any of
3811           which require multiple insns to increment.
3812
3813         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
3814
3815 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3816
3817         * rtl.h (loc_mentioned_in_p): Declare.
3818         * reload.c (loc_mentioned_in_p): Moved from here...
3819         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
3820         Fix loop increment for 'E' handling.
3821         * loop.c (strength_reduce): When doing biv->giv conversion,
3822         take multi-insn biv increments into account.
3823
3824 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
3825
3826         * stmt.c (expand_end_bindings): Look through NOTEs to find a
3827         BARRIER.
3828
3829 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
3830
3831         * calls.c (expand_call): Handle cleanups in tail-recursion
3832         arguments analagously to cleanups in sibling calls.
3833
3834 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3835
3836         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
3837         All callers changed.
3838
3839 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3840
3841         * expr.c (expand_assignment, store_expr, expand_expr,
3842         expand_expr_unaligned): Set in_check_memory_usage while emitting
3843         chkr_check_addr libcall.
3844
3845 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3846
3847         * fold-const.c (extract_muldiv): When constructing a
3848         multiplier/divisor, do not expect const_binop to correctly
3849         determine if overflow has occured, so check explicitly.
3850
3851 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3852
3853         * c-decl.c (build_enumerator): Don't modify the value's type,
3854         convert it.
3855
3856 2000-05-24  Andreas Jaeger  <aj@suse.de>
3857
3858         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
3859
3860 2000-05-24  Eric Christopher <echristo@cygnus.com>
3861
3862         * configure.in: Redefine inhibit_libc conditions.
3863         * libgcc2.c: Remove inhibit_libc conditional define.
3864         * configure: Regenerate.
3865
3866 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
3867
3868         * configure.in:  For --enable-languages=LIST, check for empty LIST.
3869         * configure:  Regenerate.
3870
3871 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
3872
3873         * pdp11.h (STACK_BOUNDARY): Define.
3874
3875 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
3876
3877         * ifcvt.c (if_convert): Update life info globally.
3878
3879 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3880
3881         * emit-rtl.c (unshare_all_decls): New function.
3882         (unshare_all_rtl): Call it.
3883
3884 2000-05-23  Nick Clifton  <nickc@cygnus.com>
3885
3886         * configure.in: Treat 'strongarm' as if it were 'arm' when
3887         determining cpu type.
3888
3889         * configure: Regenerate.
3890
3891         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
3892         where constant strings are involved.
3893
3894         * config/arm/arm.h (arm_condition_codes): Change type to 'const
3895         char *'.
3896
3897         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
3898         cases where constant strings are involved.
3899
3900 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
3901
3902         * config/sh/sh.c (gen_far_branch, split_branches): Update
3903         to reflect new prototypes for redirect_jump and invert_jump.
3904         (sh_insn_length_adjustment): Get rid of const warnings.
3905
3906 2000-05-23  Kazu Hirata  <kazu@hxi.com>
3907
3908         * invoke.texi (Options for Debugging Your Program or GCC): Update
3909         the names of dump files.
3910
3911 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
3912
3913         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
3914         * configure: Regenerated.
3915
3916 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3917
3918         * simplify-rtx.c (SIGN_EXTEND): New macro.
3919         (simplify_unary_operation, simplify_binary_operation,
3920         simplify_relational_operation): Use SIGN_EXTEND.  Make low
3921         halves of (low, high) pairs unsigned if they weren't already.
3922         (simplify_ternary_operation): Cast INTVAL to unsigned before
3923         comparing to a MODE_BITSIZE.
3924
3925 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3926
3927         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
3928         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
3929
3930         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
3931         gcc_AC_NEED_DECLARATIONS.
3932
3933         * dwarfout.c: Don't prototype time().
3934
3935         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
3936
3937         * system.h: Likewise.
3938
3939         * toplev.c: Likewise.
3940
3941 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3942
3943         * c-decl.c (pushdecl): Invert sense of test for non-global types.
3944
3945 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3946
3947         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
3948
3949 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
3950
3951         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
3952
3953 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3954
3955         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
3956         (alpha_start_function): Never write ..ng label if VMS or NT.
3957         (alpha_align_insns): Remove GP_IN_USE arg.
3958         Alignment now unsigned.
3959         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
3960         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
3961         and two define_insn's.
3962
3963 2000-05-22  Richard Henderson  <rth@cygnus.com>
3964
3965         * combine.c (simplify_comparison): Use trunc_int_for_mode.
3966
3967 2000-05-22  Richard Henderson  <rth@cygnus.com>
3968
3969         * stor-layout.c (place_field): Change rli->size to rli->offset.
3970
3971 2000-05-22  Richard Henderson  <rth@cygnus.com>
3972
3973         * function.c (thread_prologue_and_epilogue_insns): Make sure
3974         existing line number notes appear after the prologue.
3975
3976 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3977
3978         * config/alpha/alpha.c (alpha_fnname): New static variable.
3979         (print_operand, case '~'): New case.
3980         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
3981         (alpha_start_function): Set alpha_fnname.
3982         Write "ng" label if no ldgp; don't write ldgp insn.
3983         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
3984         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
3985
3986 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
3987
3988         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
3989         on deleted labels.
3990
3991 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
3992
3993         * varasm.c (eh_frame_section): Revert change to argument list.
3994
3995 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3996
3997         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
3998         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
3999
4000         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4001         dangling "else" that causes "break" to be conditional.
4002         Also remove unneeded code at start.
4003
4004 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4005
4006         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4007         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4008         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4009
4010 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4011
4012         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4013         just one argument.
4014
4015 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4016
4017         * alias.c (record_component_aliases): New function.
4018         * tree.h: Clean up some declarations and comments.
4019         (record_component_aliases): New declaration.
4020         * tree.c (get_alias_set): If type and has alias set, use it.
4021
4022 2000-05-22  Richard Henderson  <rth@cygnus.com>
4023
4024         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4025         IF_THEN_ELSE to a setcc form.
4026         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4027
4028 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4029
4030         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4031         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4032
4033 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4034
4035         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4036         not a PARALLEL.
4037
4038 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4039
4040         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4041         * config/mn10300/mn10300.c (print_operand): Likewise.
4042
4043         * final.c (split_double): Right shift of negative values is not
4044         portable.
4045
4046         * ifcvt.c (if_convert): Scan and kill dead code.
4047
4048         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4049
4050 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4051
4052         * diagnostic.c: Eliminate implicit int.
4053         * except.c, gcc.c: Add static prototypes.
4054         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4055         * gensupport.c (process_rtx): Use XVEC to initialize vector
4056         slot of 'split'.
4057
4058         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4059         debug_reg_names instead of static reg_names.  If not, define
4060         global reg_names.
4061         * regclass.c: Don't define global reg_names unless
4062         DEBUG_REGISTER_NAMES is defined.
4063
4064         * reload1.c (order_regs_for_reload): Remove unused variable.
4065         * varasm.c: Include output.h after defaults.h.  Define
4066         eh_frame_section as function of no args, not of unspecified args.
4067
4068         * gcc.c: Constify argbuf; arguments to store_arg,
4069         process_command, main; elements of struct command and struct
4070         switchstr; local variables in execute, process_command, main.
4071
4072 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4073
4074         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4075         * fixinc/check.diff:  regenerated
4076         * fixinc/fixincl.x:  regenerated
4077
4078 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4079
4080         * alias.c: Clarify some comments.
4081         (record_base_value): REGNO is unsigned.
4082         * rtl.h (record_base_value): Likewise.
4083
4084         * alias.c (aliases_everything_p): Don't special-case QImode here.
4085         * c-common.c (c_get_alias_set): Do it here.
4086         Handle BIT_FIELD_REF by getting alias info for arg.
4087         Use POINTER_TYPE_P.
4088
4089 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4090
4091         * mklibgcc.in: Restore rule to create ${dir}.
4092
4093 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4094
4095         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4096         GCC_FOR_TARGET used by MULTILIBS.
4097         * mklibgcc.in: Make sure each .o file depends on the
4098         directory it will be in.
4099         Make the multilib directory depends libgcc.
4100
4101 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4102
4103         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4104
4105 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4106
4107         * fold-const.c (make_range): Handle degenerated intervals.
4108         Fixes c-torture/execute/991221-1.c
4109
4110 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4111
4112         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4113         * reload.c (find_equiv_reg): Likewise.
4114         * alias.c (init_alias_analysis): Likewise.
4115         Only call prologue_epilogue_contains on insns.
4116         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4117         * bb-reorder.c (hard-reg-set.h): Include earlier.
4118         * haifa-sched.c (hard-reg-set.h): Likewise.
4119         * ifcvt.c (hard-reg-set.h): Likewise.
4120         * local-alloc.c (hard-reg-set.h): Likewise.
4121         * loop.c (hard-reg-set.h): Likewise.
4122         * predict.c (hard-reg-set.h): Likewise.
4123         * regrename.c (hard-reg-set.h): Likewise.
4124         * flow.c (hard-reg-set.h): Likewise.
4125         (reg_set_to_hard_reg_set): New function.
4126         * bitmap.c (regs.h, basic-block.h): No longer include.
4127         (bitmap.h): Now include.
4128         * conflict.c (hard-reg-set.h): Include.
4129         * profile.c (hard-reg-set.h): Likewise.
4130         * print-rtl.c (hard-reg-set.h): Likewise.
4131         * sbitmap.c (hard-reg-set.h): Likewise.
4132         * toplev.c (hard-reg-set.h): Likewise.
4133         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4134         * hard-reg-set.h (reg_names): Now constant.
4135         * regs.h (reg_names): Likewise.
4136         * regclass.c (reg_names): Likewise.
4137         * loop.h (basic-block.h): No longer include.
4138         (bitmap.h): Now include.
4139         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4140         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4141         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4142
4143 2000-05-19  Jan Hubicka  <jh@suse.cz>
4144             Richard Henderson  <rth@cygnus.com>
4145
4146         * basic-block.h (struct edge_def): New field "count".
4147         (struct basic_block_def): Likewise.
4148         * flow.c (entry_exit_blocks): Add count fileds.
4149         (split_edge): Keep count information up-to-date.
4150         (dump_edge_info, dump_flow_info): Dump count fields.
4151
4152         * final.c (count_instrumented_edges): Rename to edge from arc.
4153         (end_final): Update users.
4154         * profile.c: Include expr.h, basic-block.h.
4155         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4156         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4157         (ignore_next_note, return_label_execution_count): Kill.
4158         (bbg_file_name, da_file_name): Kill.
4159         (edge_info, bb_info): New structures.
4160         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4161         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4162         (total_num_edges_instrumented): Likewise.
4163         (init_arc, expand_spanning_tree): Kill.
4164         (fill_spanning_tree, tablejump_entry_p): Kill.
4165         (instrument_edges):  Rewrite from instrument_arcs to use
4166         commit_edge_insertions infrastructure.
4167         (compute_branch_probabilities): Remove arguments; rewrite for
4168         CFG infrastructure; use rtl_dump_file directly.
4169         (branch_prob, find_spanning_tree): Likewise.
4170         (union_groups, find_group): New.
4171         (init_branch_prob): Make bbg_file_name and da_file_name local.
4172         (end_branch_prob): Use rtl_dump_file directly.
4173         (init_edge_profiler): Rename to edge from arc.
4174         (output_arc_profiler): Kill.
4175         (gen_edge_profiler): New.
4176         (output_func_start_profiler): Turn off profiling.  Make the
4177         constructor static when we can.
4178         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4179
4180         * toplev.c (DFI_flow): Remove.
4181         (DFI_cfg, DFI_life): New.
4182         (dump_file): Update accordingly.
4183         (compile_file): Call end_branch_prob if profile_arc_flag too.
4184         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4185         profiling after the CFG is built.  Move flow1 life analysis to
4186         DFI_life.  Always estimate remaining probabilities.
4187
4188 2000-05-19  Richard Henderson  <rth@cygnus.com>
4189
4190         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4191
4192         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4193
4194 2000-05-19  Richard Henderson  <rth@cygnus.com>
4195
4196         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4197         remove labels and code following when LABEL_NUSES goes to zero.
4198         (invert_jump): Likewise.
4199         (jump_optimize_1): Fix redirect/invert arguments.
4200         (do_cross_jump, thread_jumps): Likewise.
4201         * flow.c (split_edge): Likewise.
4202         * reorg.c (optimize_skip): Likewise.
4203         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4204         * profile.c (instrument_arcs): Likewise.
4205         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4206         * rtl.h: Update prototypes.
4207
4208 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4209
4210         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4211         notes.
4212         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4213         critical edges.
4214
4215 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4216
4217         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4218         past l1 when deleting whitespace and markers.
4219
4220         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4221         * cpplib.c (do_unassert): Put the list to compare against on
4222         the stack.
4223
4224 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4225
4226         * fixinc/README:  cleaned up old documentation
4227         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4228         * fixinc/check.tpl: compute the list of needed directories
4229         emit "#if defined(name)" because of conflict
4230         omit machine name differences from output differences
4231         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4232         (machine_name): change test text to use `sed' markers
4233         * fixinc/fixincl.x: regen
4234
4235 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4236
4237         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4238         a CONSTRUCTOR.
4239
4240 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4241
4242         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4243         it to match the current practice.
4244
4245 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4246
4247         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4248
4249 2000-05-18  Richard Henderson  <rth@cygnus.com>
4250
4251         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4252         * rtl.h (insn_dependant_p): Declare it.
4253         * loop.c (strength_reduce): Use it.
4254
4255 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4256
4257         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4258         16-bit and 64-bit clean-up.
4259
4260 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4261
4262         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4263         * configure: Rebuilt.
4264
4265 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4266
4267         * genopinit.c: Use $ for escape sequences in optab patterns.
4268         Remove backslashes from optab patterns.  Change $A, $B, $C to
4269         expand to (int) whatever instead of just whatever; remove
4270         explicit (int) from all optab patterns.
4271
4272         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4273         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4274         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4275         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4276         xstrdup.
4277
4278 2000-05-18  Richard Henderson  <rth@cygnus.com>
4279
4280         * jump.c (jump_optimize_1): Base minimum insn count during
4281         find_cross_jump on BRANCH_COST.
4282
4283 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4284
4285         * print-rtl.c (print_rtx): Only print note line number as string
4286         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4287         * final.c (final_scan_insn): Do nothing for note line number 0.
4288
4289 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4290
4291         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4292         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4293         NOTE_INSN_DELETED_LABEL.
4294
4295 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4296
4297         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4298         uninitialised data in .rodata not .bss, and do not interpret an
4299         error in the initialisation value as meaning that the variable
4300         should be placed in the .bss section.
4301
4302 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4303
4304         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4305         not `$ac_cv_prog_cc_cc_c_o'.
4306         * configure: Regenerated.
4307
4308 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4309             Richard Henderson  <rth@cygnus.com>
4310
4311         * c-common.h (enum c_tree_index): Add g77 type entries.
4312         (g77_integer_type_node, g77_uinteger_type_node): New.
4313         (g77_longint_type_node, g77_ulongint_type_node): New.
4314         * c-decl.c (init_decl_processing): Initialize them.
4315
4316 2000-05-18  Richard Henderson  <rth@cygnus.com>
4317
4318         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4319
4320         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4321         (small_power_of_two): Likewise; use exact_log2.
4322         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4323         (output_adds_subs): Remove.
4324         (two_insn_adds_subs_operand): New.
4325         (split_adds_subs): New.
4326         * config/h8300/h8300-protos.h: Update.
4327         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4328         (CONST_OK_FOR_L): Match strict adds operands.
4329         (CONST_OK_FOR_N): Match struct subs operands.
4330         * config/h8300/h8300.md (adds_subs insns): Remove.
4331         (addhi patterns): Output adds/subs directly.
4332         (addsi_h8300h): Likewise.
4333         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4334
4335 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4336
4337         * cppexp.c (parse_assertion): New.
4338         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4339         (_cpp_parse_expr): Remove case '#'.  Don't set
4340         parsing_if_directive.
4341         * cpphash.c (collect_objlike_expansion,
4342         collect_funlike_expansion, collect_params,
4343         _cpp_create_definition): The list no longer has a trailing
4344         VSPACE token.
4345         * cpphash.h (enum node_type): Add T_ASSERTION.
4346         (struct hashnode): Remove aschain, add pred.
4347         (struct predicate): New.
4348         Update prototypes.
4349
4350         * cpplex.c (expand_token_space): Handle both offset and
4351         nonoffset lists.
4352         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4353         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4354         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4355         _cpp_equiv_toklists): New.
4356         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4357         stop at any single-character token, not just newline.
4358         (_cpp_lex_token): Remove special cases for #define and #if.
4359         (cpp_get_token): Expect # as a separate token type.  Remove
4360         DIRECTIVE case.
4361         (_cpp_get_directive_token): Remove DIRECTIVE case.
4362         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4363
4364         * cpplib.c (_cpp_check_directive): Set dirno and
4365         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4366         (_cpp_handle_directive): Run # <number> through the same logic
4367         as normal directives.
4368         (do_define): Don't set parsing_define_directive.  Use
4369         _cpp_scan_until.  The list does not have a VSPACE at the end.
4370         (do_if): Save, clear, and restore only_seen_white around
4371         _cpp_parse_expr.
4372         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4373         (do_assert, do_unassert): Rewrite.
4374
4375         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4376         (LIST_OFFSET): New flag.
4377         (struct cpp_toklist): Replace dir_handler and dir_flags with
4378         dirno and flags.
4379         (struct cpp_reader): Remove parsing_if_directive and
4380         parsing_define_directive.
4381
4382 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4383
4384         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4385         following the cabs decl which terminate on the following line.
4386         Add the corresponding test_text case.
4387
4388 2000-05-18  Neil Booth  <NeilB@earthling.net>
4389
4390         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4391         default tab stop size.
4392         (no_num, OPT_ftabstop): New.
4393         (handle_option): Handle "ftabstop=" command-line option.
4394         (print_help): Document it.
4395         * cpplex.c (COLUMN): Remove.
4396         (handle_newline): Reset col_adjust.
4397         (skip_whitespace): Update col_adjust as tabs encountered.
4398         (_cpp_lex_line): Update to use col_adjust.  Call
4399         skip_whitespace for all whitespace.
4400         * cpplib.h (struct cpp_options): New member tabstop.
4401         (struct cpp_reader): New member col_adjust.
4402         (CPP_BUF_COL): Update.
4403         (CPP_BUF_COLUMN): New.
4404         * cpp.texi: Document "-ftabstop=" command line option.
4405
4406 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4407
4408         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4409         files.
4410         * configure: Rebuilt.
4411
4412 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4413
4414         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4415
4416         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4417         HOST_BITS_PER_WIDE_INT is >= 64.
4418
4419 2000-05-17  Richard Henderson  <rth@cygnus.com>
4420
4421         * jump.c (jump_optimize_1): Remove inactive but real insns
4422         in jump-to-next-insn optimization.
4423
4424 2000-05-17  Richard Henderson  <rth@cygnus.com>
4425
4426         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4427         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4428         Don't call recompute_reg_usage if no_new_pseudos is true.
4429         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4430         Return true if we did work; update global life information.
4431         * basic-block.h (optimize_mode_switching): Update decl.
4432
4433 2000-05-17  Neil Booth  <neilb@earthling.net>
4434
4435         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4436
4437 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4438
4439         * cpplib.c: New feature, #pragma system_header.
4440         * cpp.texi: Document special treatment of system headers, and
4441         the various mechanisms to get a header that special treatment.
4442
4443 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4444
4445         * system.h (offsetof): Define at the very end, to ensure we prefer
4446         the platform's definition if available.
4447
4448 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4449
4450         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4451         * fixinc/server.c: likewise
4452         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4453         + #ifdef debugging code + use #def constant for
4454         sub-pattern count
4455         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4456         on C++ math namespace
4457
4458 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4459
4460         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4461         Don't check the return value of sprintf.  Use asprintf to avoid
4462         buffer overflows.
4463
4464 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4465
4466         * flags.h (warn_unused_function, warn_unused_label,
4467         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4468         Replace ``warn_unused''.
4469         (set_Wunused): Add declaration.
4470         * toplev.c (set_Wunused): New function.
4471         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4472         warn_unused_variable, warn_unused_value): New variables.
4473         (W_options): Add -Wunused-function, -Wunused-function,
4474         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4475         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4476
4477         * toplev.c (decode_W_option): Update -Wunused flags by calling
4478         set_Wunused.
4479         * c-decl.c (c_decode_option): Ditto for -Wall.
4480
4481         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4482         warn_about_unused_variables): Replace warn_unused with more
4483         explicit warn_unused_value et.al.
4484         * function.c (expand_function_end): Ditto.
4485         * c-typeck.c (internal_build_compound_expr,
4486         internal_build_compound_expr): Ditto.
4487         * c-decl.c (poplevel, pop_label_level): Ditto.
4488         * toplev.c (check_global_declarations): Replace warn_unused with
4489         check for either warn_unused_function or warn_unused_variable.
4490
4491         * gcc.1, invoke.texi (Warning Options): Document
4492         -Wunused-function, -Wunused-function, -Wunused-label,
4493         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4494
4495 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4496
4497         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4498         $(srcdir), not in the current directory.
4499
4500 2000-05-16  Richard Henderson  <rth@cygnus.com>
4501
4502         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4503         assembler supports it.
4504         (.fini, .init): Use a gp-relative indirect call.
4505         (__do_global_dtors_aux): Preserve the gp; rebundle.
4506         (__do_frame_setup): Likewise.
4507         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4508         (.init): Use a gp-relative indirect call.
4509         (__do_global_ctors_aux): Preserve the gp.
4510
4511 2000-05-16  Richard Henderson  <rth@cygnus.com>
4512
4513         * flow.c (commit_one_edge_insertion): Be prepared for a return
4514         insn to be inserted on the edge with a normal jump.
4515         * jump.c (jump_optimize_1): Don't look to create return isns.
4516
4517         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4518         * jump.c (jump_optimize_1): Likewise.
4519         (returnjump_p): Verify the argument is a JUMP_INSN.
4520         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4521
4522 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4523
4524         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4525         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4526         (large_insn_p): Ditto.
4527         (m32r_is_insn): New function: Return true if the insn contains
4528         an executable instruction.
4529         (m32r_adjust_insn): Use m32r_is_insn.
4530         (m32r_sched_reorder): Use m32r_is_insn.
4531         (m32r_sched_variable_issue): Use m32r_is_insn.
4532
4533 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4534
4535         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4536         VAR_DECL.
4537
4538         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4539
4540         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4541         according to given options.
4542
4543 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4544
4545         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4546         if X has VOIDmode either.
4547         (LIMIT_RELOAD_CLASS): Similarly.
4548
4549         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4550         not "general_operand" to match the processor's capabilities.
4551
4552 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4553
4554         * fixinc/README:  corrected return address
4555         * fixinc/check.diff:  regenerate, now that test works
4556         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4557         (char_macro_def_fix,char_macro_use_fix): corrected and
4558         rewrote to use regex to parse the text
4559         * fixinc/inclhack.def: more testing
4560         * fixinc/fixincl.x:  regenerated
4561
4562         * fixinc/inclhack.def: added several "test_text" attributes
4563         changed several fixes to use `c_fix = format'
4564         re-alphabetized the fixes
4565
4566         * fixinc/check.diff: regenerate
4567         * fixinc/fixincl.x: regenerate
4568         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4569         of created dirs
4570
4571
4572 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4573
4574         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4575
4576 2000-05-15  Richard Henderson  <rth@cygnus.com>
4577
4578         * toplev.c (rest_of_compilation): Run full jump pass before
4579         find_basic_blocks of flow2.
4580
4581 2000-05-15  Richard Henderson  <rth@cygnus.com>
4582
4583         * jump.c: Fix typos and clarify commentary from last change.
4584         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4585         (safe_to_remove_jump_p): Remove.
4586         (condjump_label): Use pc_set.
4587
4588 2000-05-15  Richard Henderson  <rth@cygnus.com>
4589
4590         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4591         that get in the way after reload.
4592         (cond_exec_process_if_block): Skip a label heading THEN block.
4593
4594 2000-05-15  Richard Henderson  <rth@cygnus.com>
4595
4596         * varasm.c (output_constant_pool): Abort instead of converting
4597         (improperly) deleted labels to zero.
4598
4599 2000-05-16  Neil Booth  <NeilB@earthling.net>
4600
4601         * cpplex.c (parse_string2): Update comment.
4602         (cpp_lex_line): No special assertion treatment for '('.
4603         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
4604         * cpplib.h (SYNTAX_ASSERT): Remove.
4605
4606 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4607
4608         * jump.c (condjump_p):  Mark as depreached.
4609         (any_condump_p): New.
4610         (any_uncondump_p): New.
4611         (pc_set): New.
4612         (safe_to_remove_jump_p): New.
4613         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
4614         safe_to_remove_jump_p): Declare.
4615
4616 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4617
4618         * calls.c: Re-install both patches reverted by last patch.
4619         (struct arg_data): New field tail_call_reg.
4620         (initialize_argument_information): Initialize tail_call_reg
4621         (load_register_parameters): New argument flags, use
4622         tail_call_reg when emiting tail call sequence.
4623         (expand_call): Update call of load_register_parameters;
4624         copy unadjusted_args_size to adjusted_args_size.
4625
4626 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4627
4628         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
4629         and bct_p parameters to flags.
4630         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
4631         * rtl.h (loop_optimize): Update prototype.
4632         * toplev.c (rest_of_compilation): Update call of loop_optimize.
4633
4634 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4635
4636         * calls.c (expand_call): Move expand_start_target_temps call after
4637         start_sequence().
4638
4639 2000-05-15  Neil Booth  <NeilB@earthling.net>
4640
4641         * cpphash.c (trad_stringify, warn_trad_stringify,
4642         collect_params): Make some pointers pointers to const.
4643         * cpplex.c (auto_expand_name_space) Guaranteed to always
4644         expand by at least one character.
4645         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
4646         (struct token_spelling): Use const U_CHAR * rather than PTR.
4647         (expand_name_space): Fix up token pointers if name space
4648         is moved when expanding.
4649         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
4650         parse_string2, save_comment, spell_token, cpp_output_list):
4651         Update so the routines handle tokens with a direct pointer to
4652         their text, rather than an offset into the token's list's namebuf.
4653         (_cpp_lex_line): Rearrange for clarity.
4654
4655         * cpplib.c (_cpp_check_directive): Similarly.
4656         (do_define): Make SYM a pointer to const.
4657         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
4658         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
4659         (TOK_OFFSET): Delete.
4660         (TOK_NAME): Update.
4661
4662 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
4663
4664         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
4665         64-bit ABI.
4666
4667         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
4668         into account.
4669         (logical_u_operand): Delete.
4670         (non_logical_cint_operand): Rewrite to take MODE into account.
4671         (non_logical_u_cint_operand): Delete.
4672         (boolean_operator): New function.
4673         (print_operand): Add new %q operand.
4674         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
4675         remove logical_u_operand and non_logical_u_cint_operand,
4676         update logical_operand and non_logical_cint_operand.
4677         * config/rs6000/rs6000.md: Rewrite the patterns for performing
4678         logical operations to use %q.
4679
4680         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
4681         (movdi): Make similar to movsi.
4682         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
4683         is no such thing as a DImode CONST_DOUBLE.
4684         * config/rs6000/rs6000.c (output_toc): Likewise.
4685
4686         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
4687         codes when old mnemonics are in use.  Print register names
4688         for cc registers when requested.
4689
4690         * optabs.c (expand_float): Don't allow mode widening that causes
4691         double rounding.
4692
4693         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
4694         flags to their current names -maix64 and -maix32.
4695
4696 2000-05-14  Bruce Korb  <bkorb@gnu.org>
4697
4698         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
4699         and/or after current text of file
4700         * fixinc/fixlib.c(must_malloc):
4701         * fixinc/fixlib.h(must_malloc): + reformatting
4702         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
4703         with usages of ``c_fix = wrap;''
4704         Add several tests and use the ``c_fix = format'' fixer more.
4705         * fixinc/fixincl.x: regen
4706         * fixinc/check.diff: regen
4707         * fixinc/check.tpl: emit the associated header with the missing
4708         test message
4709
4710 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
4711
4712         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
4713         variables $src and $dst.
4714
4715 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
4716
4717         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
4718         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
4719         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
4720         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
4721         fields.
4722         (set_message_prefixing_rule): Declare.
4723
4724         * diagnostic.c: (current_prefixing_rule): New variable.
4725         (set_message_prefixing_rule): Define.
4726         (output_set_prefix): Adjust buffer->emitted_prefix_p.
4727         (init_output_buffer): Adjust Initialization.
4728         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
4729
4730 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
4731
4732         * ifcvt.c (if_convert): Do not free NULL.
4733
4734 2000-05-12  Nick Clifton  <nickc@cygnus.com>
4735
4736         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
4737         to move a double word value.
4738         (di_operand): New function: Return true if the operand is suitbale
4739         for a double word move operation.
4740         (nonimmediate_di_operand): New function: Return true if the
4741         operand is a DImode register or MEM.
4742
4743         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
4744         nonimmediate_di_operand.
4745
4746         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
4747         nonimmediate_di_operand.
4748
4749         * config/fr30/fr30.md (movdi): New pattern.  Required because
4750         other patterns generate DImode results.
4751         (movdi_insn): New pattern.
4752
4753 2000-05-12  Richard Henderson  <rth@cygnus.com>
4754
4755         * config/alpha/alpha.c (struct shadow_summary): Define
4756         bitfields as type unsigned int.
4757
4758 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
4759
4760         * config/avr/t-avr: Added definition of FLOAT while generates
4761         fp-bit.c
4762
4763         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
4764         peepholes for tst+jump = sbrs/sbrc optimization.
4765
4766 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
4767
4768         * expr.c (emit_push_insn): Do not adjust stack pointer when
4769         preallocating.
4770
4771 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
4772
4773         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
4774         * system.h (offsetof): ... to here.
4775
4776 2000-05-12  Richard Henderson  <rth@cygnus.com>
4777
4778         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
4779         * final.c (final_end_function): Use app_disable.  Rearrange note
4780         handling into a switch.  Emit deleted labels.
4781         (output_asm_label): Generate label strings for deleted labels.
4782         * flow.c (tail_recursion_label_list): New.
4783         (find_basic_blocks_1): Set label_value_list directly.  Collect list
4784         of tail recursion labels from call_placeholders.  Don't add deleted
4785         labels to the label value list.
4786         (cleanup_cfg): Use free_EXPR_LIST_list.
4787         (flow_delete_insn_chain): Turn non-removable labels into notes.
4788         (flow_delete_block): Don't disable deleting the block because of
4789         a non-removable label.
4790         (tail_recursion_label_p): New.
4791         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
4792         because of a label.
4793         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
4794         jump table.
4795         (merge_blocks): Disable a merge because of tail recursion labels.
4796         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
4797         Use a more accurate measure of not merging the join block.
4798         (find_if_block): Don't disable conversion because of a label.
4799         (find_if_case_1, find_if_case_2): Likewise.
4800         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
4801         element when copying.
4802         (squeeze_notes): Also leave EH notes.
4803         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
4804         REG_LABEL notes.
4805         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
4806         deleting a label.
4807         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
4808         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
4809         referring to a deleted label.  Convert tail handling to a switch.
4810         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
4811         for NOTE_INSN_DELETED_LABEL.
4812         (NOTE): Fix commentary.
4813         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
4814         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
4815         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
4816         (LABEL_NUSES, LABEL_REFS): Likewise.
4817         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
4818
4819 2000-05-12  Bruce Korb  <bkorb@gnu.org>
4820
4821         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
4822         * fixinc/check.diff: updated
4823         * fixinc/inclhack.def: corrected & added some test_text-s
4824         * fixinc/genfixes: removed unneeded options to autogen invocation
4825         * fixinc/fixincl.tpl: Specified the output file
4826         * fixinc/fixfixes.c: visual appearance
4827         * fixinc/fixincl.x: regenerate
4828
4829 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
4830
4831         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
4832         CTRL_defn_fix): Delete.
4833         (fix_char_macro_defines, fix_char_macro_uses): Rename to
4834         char_macro_def_fix and char_macro_use_fix, respectively.  Put
4835         them into the FIXUP_TABLE.  Get the string to search for from
4836         a c_fix_arg.
4837
4838         (format_write): New function.
4839         (format_fix): Use it.
4840
4841         (FIX_PROC_HEAD): Constify text parameter.
4842         (machine_name_fix): Constify all char *s.
4843         * fixtests.c (skip_quote): Remove double static.
4844
4845         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
4846         ctrl_use_quotes): Update for new scheme.
4847         * fixincl.x: Regenerate.
4848
4849 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4850
4851         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
4852         DWARF2_DEBUG.
4853         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
4854         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
4855
4856 2000-05-11  Robert Lipe <robertlipe@usa.net>
4857
4858         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
4859         * fixincl.x: Regenerate.
4860
4861 2000-05-11  Richard Henderson  <rth@cygnus.com>
4862
4863         * calls.c: Revert both 05-09 patches.
4864
4865 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
4866
4867         * config/mn10300/mn10300.c (print_operand): Print FP constants in
4868         hexadecimal.
4869         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
4870         for FP values.
4871
4872         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
4873         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
4874
4875 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
4876
4877         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
4878
4879 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4880
4881         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
4882
4883 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
4884
4885         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
4886         * config/avr/avr.c (jump_over_one_insn_p): New function.
4887         * config/avr/avr.md: New peepholes added. Output test and
4888         conditional jump to "sbrc" or "sbrs" command.
4889
4890 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
4891
4892         * cppmain.c (main): Use IS_DIR_SEPARATOR.
4893
4894 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
4895
4896         * except.c (find_exception_handler_labels_1): New function.
4897         (find_exception_handler_labels): Split into two functions, dive
4898         into CALL_PLACEHOLDERs when looking for exception handler labels.
4899
4900 2000-05-11 Stan Cox <scox@cygnus.com>
4901
4902         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
4903         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
4904         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
4905
4906 2000-05-11  Bruce Korb  <bkorb@gnu.org>
4907
4908         * fixinc/fixfixes.c (double_slash_fix):  obsolete
4909         (else_endif_label_fix): obsolete
4910         (format_fix):  new, unused as yet
4911         (main): obsolete
4912         * fixinc/fixlib.h: added fix description struct for use by format_fix
4913         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
4914         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
4915         modules.  Removed the vestiges of the script version.
4916         Added support for "make check".
4917         * fixinc/check.diff: base diff file (needs work!!)
4918         * fixinc/check.tpl: quiet the fixup output
4919         * fixinc/fixtests.c (main): obsolete
4920         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
4921         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
4922
4923 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
4924
4925         * toplev.c (rest_of_compilation): Remove dead code after
4926         combine.
4927
4928 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4929
4930         * cpphash.c (collect_funlike_expansion): Make "# is not
4931         followed by a macro argument name" a pedwarn, not an error.
4932         Preserve the # in the output.  Suppress the warning if lang_asm.
4933
4934 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
4935
4936         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
4937         * configure: Rebuilt.
4938
4939 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
4940
4941         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
4942
4943 2000-05-10  Kazu Hirata  <kazu@hxi.com>
4944
4945         * combine.c (try_combine): Fix a typo.
4946
4947 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
4948
4949         * config/ia64/ia64.md (insv): Add comment.
4950
4951 2000-05-10  Richard Henderson  <rth@cygnus.com>
4952
4953         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
4954         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
4955         dependancies on FPBIT and DPBIT.
4956
4957 2000-05-10  Nick Clifton  <nickc@redhat.com>
4958
4959         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
4960         when optimising for size.
4961         (mark_used_regs:) Ditto.
4962         (try_pre_increment_1): Ditto.
4963
4964 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
4965
4966         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
4967         Make error message friendlier.
4968
4969         * cpphash.h (struct hashnode): Use struct hack for name
4970         member.
4971         * cpphash.c (struct hashdummy): New.
4972         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
4973         (make_HASHNODE): No need to set ->name pointer.  Correct
4974         setting of p.
4975         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
4976
4977 2000-05-10  Richard Henderson  <rth@cygnus.com>
4978
4979         * flow.c (find_basic_blocks_1): Remove any spare bb_note
4980         after completion.
4981
4982 2000-05-10  Bruce Korb  <bkorb@gnu.org>
4983
4984         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
4985
4986 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
4987
4988         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
4989         after we enter .debug.
4990
4991 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
4992
4993         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
4994         abstract instance of a nested inline function.
4995
4996         * stor-layout.c (finish_record_layout): finalize_type_size
4997         before laying out the pending_statics.
4998
4999 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5000
5001         * cpplex.c (spell_token): New function.
5002         (spell_string, spell_comment, spell_name): fold into
5003         spell_token.
5004         (I, S): Add macros.
5005         (E, H): Remove macros.
5006         (save_comment): Save comment opening characters too.
5007         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5008         handling.
5009         * cpplib.h (I, S): Add macros.
5010         (E, H): Remove macros.
5011         (TTYPE_TABLE): Update entries for new speller.
5012         (SYNTAX_ASSERT): Remove.
5013
5014 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5015
5016         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5017         when removing escaped newlines.  Reverse sense of test for
5018         escaped newline.
5019
5020 2000-05-09  Richard Henderson  <rth@cygnus.com>
5021
5022         * flow.c (find_basic_blocks_1): Do not delete the first
5023         bb_note we run across.
5024         (create_basic_block): Use reorder_insns to move an existing
5025         bb_note to the correct place.
5026
5027 2000-05-09  Richard Henderson  <rth@cygnus.com>
5028
5029         * calls.c (expand_call): Increment currently_expanding_call
5030         before calling optimize_tail_recursion.
5031
5032 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5033
5034         * reload1.c (reload_combine): Fix errors in last change.
5035
5036 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5037
5038         * gcc.c (used_arg): Skip over a semicolon at the end of the
5039         split-up loop; don't break out of it.
5040
5041         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5042         (tree.o): Depend on output.h.
5043
5044         * c-decl.c (pending_invalid_xref_file,
5045         current_function_prototype_file): Constify.
5046         (pushdecl): Constify a local char *.
5047         (define_label): Constify filename parameter.
5048         * c-lex.c (init_parse): Constify parameter and return value.
5049         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5050         * c-tree.h: Update prototypes.
5051         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5052         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5053         objc/objc-parse.c: Regenerate.
5054
5055         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5056         * dwarfout.h: Update prototypes.
5057         * expr.c (expand_expr): Constify a local char *.
5058         * flags.h: Constify main_input_filename.
5059         * function.c (expand_function_end): Constify filename parameter.
5060         * genrecog.c (make_insn_sequence): Use a character array for
5061         c_test_pos.
5062         (main): Remove unused variables.
5063         * input.h: Constify input_filename, main_input_filename, and
5064         file_stack.name.  Update prototypes.
5065         * output.h: Declare first_global_object_name and
5066         weak_global_object_name here, as const char *.
5067         * stmt.c (expand_asm_operands): Constify filename parameter.
5068         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5069         Constify filename parameter.
5070         (input_filename, main_input_filename): Constify.
5071         * toplev.h: Update prototypes.
5072         * tree.c: Include output.h.  Don't declare
5073         first_global_object_name or weak_global_object_name.  Clean up string
5074         bashing in get_file_function_name_long.
5075         * tree.h (struct tree_decl): Constify filename member.
5076         (input_filename): Constify.
5077         Update prototypes.
5078         * varasm.c (first_global_object_name, weak_global_object_name):
5079         Constify.
5080         (assemble_start_function, assemble_variable): Clean up string bashing.
5081
5082         * gcc.c: Constify all spec-related strings initialized,
5083         transitively, from string constants.  Constify all strings
5084         and string variables related to multilibs.
5085         (set_spec, read_specs): Cast argument to free to PTR.
5086         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5087         length comparison to compare multilib switches.
5088         * genmultilib: Constify everything declared in multilib.h.
5089
5090 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5091
5092         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5093         as deleted.
5094
5095 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5096
5097         * config/avr/avr-protos.h (extra_constraint): change a type of
5098         second argument from char to int to avoid warnings.
5099         (asm_output_byte): Likewise.
5100
5101         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5102         (initial_elimination_offset): Handle elimination from
5103         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5104         (legitimate_address_p): Use MAX_LD_OFFSET.
5105         (legitimize_address): Likewise.
5106         (out_movqi_r_mr): Likewise.
5107         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5108         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5109         (out_movsi_mr_r): Likewise.
5110         (out_movqi_mr_r): Likewise.
5111         (out_movhi_mr_r): Likewise.
5112         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5113         count as CONST_INT != 6.
5114         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5115         shift count is a CONSTANT_P, but not a CONST_INT.
5116         (ashlhi3_out): Coding style modifications.
5117         (ashlsi3_out): Likewise.
5118         (ashrhi3_out): Likewise.
5119         (ashrsi3_out): Likewise.
5120         (lshrhi3_out): Likewise.
5121         (lshrsi3_out): Likewise.
5122         (ashrqi3_out): Generate shift for any known constant count without
5123         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5124         but not a CONST_INT.
5125         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5126         shift count is a CONSTANT_P, but not a CONST_INT.
5127         (extra_constraint): change a type of
5128         second argument from char to int to avoid warnings.
5129         (asm_output_byte): Likewise.
5130         (asm_file_end): Output size generated commands count as a hex
5131         number too.
5132
5133         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5134
5135         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5136         removed.
5137         (ashlqi3): Values of "length" attribute changed. Shift count
5138         uses constraints 'n' instead of 'i'.
5139         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5140         shifts without clobber register.
5141         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5142         (call_insn): Correct test for which_alternative == 1 (was 0).
5143         (call_value_insn): Likewise.
5144
5145         * config/avr/t-avr: Remove definition of FLOAT while generates
5146         fp-bit.c
5147
5148 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5149
5150         * fixinc/check.tpl:  Template for checking fixes
5151         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5152         disable hpux8_bogus_inlines on SCO
5153         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5154
5155 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5156
5157         * calls.c (expand_call): Reorganize somewhat in order
5158         to avoid unnecesary recalculation inside loop and make
5159         tail call failure code cleaner.
5160
5161 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5162
5163         * alias.c (nonlocal_reference_p): Minor reformatting.
5164         * reload.c (find_equiv_reg): Simplify logic for
5165         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5166         some some reformatting.
5167         * reload1.c (reload_combine): Don't assume everything in
5168         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5169
5170 2000-05-08  Richard Henderson  <rth@cygnus.com>
5171
5172         * final.c (current_insn_predicate): New.
5173         (final_scan_insn): Set it.
5174         * output.h (current_insn_predicate): Declare.
5175
5176         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5177         Attach it to call insns.
5178         (cond_exec_process_if_block): Track probability for true and
5179         false branches.
5180         (dead_or_predicable): Likewise.
5181
5182         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5183         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5184         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5185         (estimate_probability, expected_value_to_br_prob): Use them.
5186
5187         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5188         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5189         (ia64_expand_prediction): New.
5190         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5191         as needed after calls.
5192         (ia64_epilogue_uses): Mark b0 used.
5193         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5194         (bne_true, bne_false): Remove.
5195         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5196         (br_true, br_false): New.  Use predicate_operator and
5197         ia64_expand_prediction.
5198         (return_true, return_false): Likewise.
5199         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5200         (call_internal1, call_value_internal): Likewise.
5201         (call_value_internal1, call_multiple_values_internal1): Likewise.
5202
5203         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5204
5205         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5206
5207 2000-05-08  Richard Henderson  <rth@cygnus.com>
5208
5209         * rtlanal.c (may_trap_p): Consider old-style and volatile
5210         asms to trap.
5211
5212 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5213
5214         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5215
5216 2000-05-08  Richard Henderson  <rth@cygnus.com>
5217
5218         * config/ia64/ia64.h (predicate_operator): Declare.
5219
5220         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5221         of existance.
5222
5223         * gensupport.c (process_rtx): Copy and post-process each member
5224         of the define_insn rtvec individually.
5225
5226 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5227
5228         * cpplex.c (spell_token): New function.
5229         (TOKEN_LEN): Add 1 for whitespace.
5230         (_cpp_lex_file): Update to use spell_token.
5231         * cpplib.h (E): Remove.
5232         (TTYPE_TABLE): Update CPP_VSPACE entry.
5233
5234 2000-05-08  Richard Henderson  <rth@cygnus.com>
5235
5236         * flow.c (init_propagate_block_info): Watch out for conditional
5237         branch to next instruction, and thus one outgoing edge.
5238
5239         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5240         for global register variables; don't special case __[CD]TOR_LIST__;
5241         mind ggc_p for string allocation.
5242
5243 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5244
5245         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5246
5247 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5248
5249         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5250         i?86-*-msdosdjgpp* no longer uses fixincludes
5251         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5252         * fixinc/inclhack.sh:  deleted
5253         * fixinc/hackshell.tpl:  deleted
5254         * fixinc/inclhack.tpl:  deleted
5255         * fixinc/Makefile.in:  Remove dependencies on above
5256         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5257
5258 2000-05-08  Andreas Jaeger  <aj@suse.de>
5259
5260         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5261         support.
5262
5263 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5264
5265         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5266         substitutions.
5267
5268 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5269
5270         * cpplex.c: Move new lexer definitions and prototypes
5271         to top.  Conditional include these and the code if
5272         NEW_LEXER is defined.  Rename functions whose names
5273         clash if this code included.
5274
5275 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5276
5277         * rtl.def (COND_EXEC): Clarify.
5278
5279         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5280         same fashion as zero_extendsidi2.
5281
5282 2000-05-06  Richard Henderson  <rth@cygnus.com>
5283
5284         * config/ia64/ia64.c (predicate_operator): New.
5285         (ia64_print_operand): Handle 'J'.
5286         (rtx_needs_barrier): Handle COND_EXEC.
5287         * config/ia64/ia64.h (BRANCH_COST): Define.
5288         (PREDICATE_CODES): Update.
5289         * config/ia64/ia64.md: Docuement used unspec values.
5290         (attr predicable): New.
5291         (movxf, movxf_internal): New.
5292         (extendsfdf2): Don't comment out nop.
5293         (floatdidf2): Remove.
5294         (truncxfsf2, truncxfdf2, floatdixf2): New.
5295         (abssi2, absdi2): Put the neg in the "true" slot.
5296         (conditional branch instructions): Mark not predicable.
5297         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5298         (abs*_internal): Likewise.
5299         (alloc, set_bsp): Mark not predicable.
5300         (barrier, insn_group_barrier, flush_cache): Likewise.
5301         (define_cond_exec): New.
5302
5303 2000-05-06  Richard Henderson  <rth@cygnus.com>
5304
5305         * c-decl.c: Include "tm_p.h".
5306
5307         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5308         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5309         (ia64_expand_op_and_fetch): Declare.
5310         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5311         (setjmp_operand): Constify variables for XSTR.
5312         (ia64_encode_section_info): Likewise.
5313         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5314         values to int.
5315         (ia64_asm_output_external): Constify name.
5316         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5317         (process_for_unwind_directive): Provide switch default.
5318         (ia64_expand_compare_and_swap): Remove unused variables.
5319         (ia64_expand_builtin): Likewise.
5320         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5321         for printing.
5322
5323         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5324         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5325         (shift_count_operand, shift_32bit_count_operand): Likewise.
5326         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5327         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5328         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5329         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5330         (ia64_expand_builtin): Likewise.
5331         (call_multiple_values_operation): Make dest_regno unsigned.
5332
5333 2000-05-06  Richard Henderson  <rth@cygnus.com>
5334
5335         * rtl.def (DEFINE_COND_EXEC): New.
5336         * md.texi: Document it.
5337
5338         * gensupport.c (input_file): Remove.
5339         (struct queue_elem): Add lineno.
5340         (rtx_ready_queue): Remove.
5341         (errors): New.
5342         (predicable_default): New.
5343         (predicable_true, predicable_false): New.
5344         (define_attr_queue, define_attr_tail): New.
5345         (define_insn_queue, define_insn_tail): New.
5346         (define_cond_exec_queue, define_cond_exec_tail): New.
5347         (other_queue, other_tail): New.
5348         (queue_pattern): New.
5349         (process_rtx): Add patterns to the appropriate queues.
5350         (is_predicable, identify_predicable_attribute): New.
5351         (n_alternatives, collect_insn_data): New.
5352         (alter_predicate_for_insn, alter_test_for_insn): New.
5353         (shift_output_template, alter_output_for_insn): New.
5354         (process_one_cond_exec, process_define_cond_exec): New.
5355         (init_md_reader): Read the entire file.  Process define_cond_exec.
5356         (read_md_rtx): Return elements from the queues.
5357
5358 2000-05-06  Richard Henderson  <rth@cygnus.com>
5359
5360         * flow.c (mark_set_1): Don't update conditional life info
5361         if the register is not_dead.
5362
5363 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5364
5365         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5366         (mostlyclean): Also delete fixincl, fixinc.sh, and
5367         specs.ready, and make clean in the fixinc subdir.
5368
5369 2000-05-06  Richard Henderson  <rth@cygnus.com>
5370
5371         * Makefile.in (gensupport.o): Compile for the host.
5372         (host-prefix gensuuprt.o): Remove.
5373         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5374         (genattrtab.o): Likewise.
5375         (gencodes.o): Depend on gensupport.h.
5376         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5377         (genpeep.o, genattr.o, genoutput.o): Likewise.
5378
5379         * gensupport.c (obstack, rtl_obstack): New.
5380         (init_md_reader): Initialize rtl_obstack.
5381         * gensupport.h (rtl_obstack): Declare.
5382         (message_with_line): Declare.
5383
5384         * genattr.c: Remove all traces of obstack manipulation.
5385         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5386         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5387
5388         * genattrtab.c (obstack, rtl_obstack): Remove.
5389         (main): Don't init rtl_obstack.
5390         * genflags.c: Likewise.
5391
5392         * genrecog.c (message_with_line): Move ...
5393         * gensupport.c: ... here.
5394
5395 2000-05-06  Richard Henderson  <rth@cygnus.com>
5396
5397         * c-typeck.c (build_c_cast): Remove dead code.
5398
5399 2000-05-06  Richard Henderson  <rth@cygnus.com>
5400
5401         * flow.c (split_edge): Don't allocate global_live_at_start for
5402         the new block unless the old blocks had them as well.
5403
5404         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5405
5406         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5407         test_bb if a or b uses x.
5408
5409 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5410
5411         * cpphash.h: Remove conditional #define of __extension__.
5412         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5413         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5414         (ENABLE_RTL_CHECKING only).
5415         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5416         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5417         (ENABLE_TREE_CHECKING only).
5418         * varray.h: Add __extension__ to VARRAY_CHECK macro
5419         (ENABLE_CHECKING only).
5420
5421 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5422
5423         Use new tail-calling mechanism on ARM.
5424         * arm.md (sibcall, sibcall_value): New expands.
5425         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5426         (tailcalling peepholes): Delete.
5427         (push_multi): Simplify.
5428         * arm.c (lr_save_eliminated): Delete definition.
5429         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5430         (output_return_instruction): Remove checks on lr_save_eliminated.
5431         (output_arm_prologue): Remove old tail-calling code.
5432         (arm_output_epilogue): New parameter, really_return.  All callers
5433         changed.  Handle tail-calling epilogues.
5434         * arm.h (lr_save_eliminated): Delete declaration.
5435         (frame_pointer_needed): Delete declaration.
5436         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5437
5438         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5439         TARGET_ARM.
5440         * arm.c (thumb_code): Define it.
5441         (arm_override_options): Set it.
5442         * arm.h (thumb_code): Declare it.
5443
5444 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5445
5446         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5447
5448 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5449
5450         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5451         bogus clobber to insns.
5452         (load_multiple_operation, store_mulitple_operation): Don't check
5453         for it.
5454         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5455
5456         * arm.md (and_scc, ior_scc): Add missing mode.
5457
5458         * arm.md (call_value_symbol): Remove predicate from op2.
5459
5460         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5461
5462 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5463
5464         * expr.c (get_subtarget): New function.
5465         (force_operand, expand_expr, do_store_flag): Use it.
5466
5467         * toplev.c (compile_file): Don't take strlen of NAME if null.
5468
5469 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5470
5471         * xcoffout.c (xcoff_current_include_file,
5472         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5473         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5474         char *'.
5475         (xcoffout_declare_function): Make name 'const char *'.
5476         (xcoffout_end_epilogue): Make fname 'const char *'
5477         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5478         xcoffout_declare_function, xcoffout_source_line): Match above.
5479
5480         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5481         -maix64 is error.
5482         * rs6000.c (print_operand): Fix lossage typo.
5483         (output_cbranch): Remove "cr" decoration for now.
5484         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5485
5486 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5487
5488         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5489         constant count.
5490
5491 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5492
5493         * fixinc/genfixes: Improve the matching for make target names
5494
5495 2000-05-05  Catherine Moore  <clm@cygnus.com>
5496
5497         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5498         attribute to the decl.
5499         * c-decl.c (pushdecl): Propagate the USED attribute to the
5500         type copy.
5501
5502 2000-05-05  Richard Henderson  <rth@cygnus.com>
5503
5504         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5505         same way emit_group_load does.
5506
5507 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5508
5509         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5510
5511         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5512         (main): Likewise.
5513
5514 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5515
5516         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5517
5518 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5519
5520         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5521         to support -shared, on platforms with dynamic libraries.
5522
5523 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5524
5525         * system.h (S_ISBLK): Provide fallback definition.
5526
5527 2000-05-05  Geoff Berry  <geoffb@bops.com>
5528
5529         * extend.texi (Extended Asm): Document inability to give asm
5530         statements access to condition codes.
5531
5532 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5533
5534         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5535         as arg 2 of UNIQUE_SECTION.
5536
5537 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5538
5539         * predict.c: Remove May 4 change.
5540         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5541         if we have predicted the branch at 50-50 probability.
5542
5543 2000-05-05  Richard Henderson  <rth@cygnus.com>
5544
5545         * flow.c (init_propagate_block_info): Fix merge error
5546         in HAVE_conditional_execution code.
5547
5548 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5549
5550         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5551         shift cycle for unknown shift count. Also generates dec + brpl.
5552         (ashlqi3_out): Don't generate dec + brpl which now generates by
5553         `out_shift_with_cnt'.
5554         (ashlhi3_out): Likewise.
5555         (ashlsi3_out): Likewise.
5556         (ashrqi3_out): Likewise.
5557         (ashrhi3_out): Likewise.
5558         (ashrsi3_out): Likewise.
5559         (lshrqi3_out): Likewise.
5560         (lshrhi3_out): Likewise.
5561         (lshrsi3_out): Likewise.
5562
5563 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5564
5565         * gcc.c (free_split_directories): Correct typo in explanation
5566         of make_relative_prefix.
5567
5568 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5569
5570         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5571         comparison codes to branch_comparison_operator.
5572
5573 2000-05-04  Richard Henderson  <rth@cygnus.com>
5574
5575         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5576
5577 2000-05-04  Richard Henderson  <rth@cygnus.com>
5578
5579         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5580         (DPBIT_FUNCS): Remove _sf_to_usi.
5581         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5582
5583         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5584         between condition and jump.
5585
5586         * libgcc2.c (near eh_context_specific): Comment #endif string.
5587         * longlong.h: Don't use strings with embedded newlines.
5588
5589 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5590
5591         * config/rs6000/rs6000-protos.h: Add output_cbranch.
5592         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
5593         (print_operand): Delete %t and %T codes.
5594         (output_cbranch): New function.  Support branch prediction.
5595         * config/rs6000/rs6000.md: Use output_cbranch for
5596         conditional branches and returns.
5597
5598 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
5599
5600         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
5601         * stor-layout.c (place_field): Likewise.
5602         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
5603         * expr.c (store_expr): Make align unsigned.
5604         * explow.c (plus_constant_wide): Make low words unsigned.
5605         * expmed.c (choose_multiplier): Likewise.
5606         * fold-const.c (fold):  Likewise.
5607         * tree.h (build_int_2): Likewise.
5608         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
5609         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
5610         (init_emit): Change cast to unsigned char*.
5611         * varasm.c (compare_constant_1): Add cast to char*.
5612         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
5613         * reload1.c (reload): Likewise.
5614
5615         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
5616
5617 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
5618
5619         * predict.c (estimate_probability): If no prediction was found, then
5620         predict the successor that is the next physical block (if such a
5621         successor exists).
5622
5623 2000-05-04  Richard Henderson  <rth@cygnus.com>
5624
5625         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
5626
5627 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5628
5629         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
5630
5631 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
5632
5633         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
5634         attribute macros from here ...
5635         (CPP_SPEC): to here.
5636         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
5637         (CPP_SPEC): Likewise.
5638         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
5639
5640         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
5641         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
5642
5643 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5644
5645         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
5646
5647         * diagnostic (vbuild_message_string, build_message_string,
5648         build_location_prefix, output_get_prefix, init_output_buffer,
5649         output_notice, vline_wrapper_message_with_location,
5650         v_message_with_decl, default_print_error_function): De-constify.
5651         (set_real_maximum_length): Prototype.
5652
5653         * diagnostic.h (struct output_buffer, init_output_buffer,
5654         output_get_prefix, output_set_prefix): De-constify.
5655
5656         * function.c (init_function_start): Constify.
5657
5658         * gensupport.c (remove_constraints, process_rtx): Prototype.
5659
5660         * gthr-posix.h: Indent uses of #pragma.
5661
5662         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
5663         Prototype.
5664
5665         * predict.c (find_expected_value): Delete prototype.
5666         (expected_value_to_br_prob): Initialize variable `ev_reg'.
5667
5668         * sbitmap.h (debug_sbitmap): Prototype.
5669
5670         * ssa.c (compute_coalesced_reg_partition): Prototype.
5671
5672         * stor-layout.c (debug_rli): Prototype.
5673
5674         * tree.h (round_down): Prototype.
5675         (init_function_start): Constify.
5676
5677 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
5678
5679         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
5680         (overly conservative).  Change extern inline wrappers to
5681         static inline, define them always, use PARAMS properly.
5682         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
5683         whitespace warnings for \f and \v at the beginning of a line.
5684
5685 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
5686
5687         * haifa-sched.c (schedule_insns): Free the flow edge list when it
5688         is no longer needed
5689
5690 2000-05-04  Bruce Korb  <bkorb@gnu.org>
5691
5692         * fixincl/inclhack.def: added broken_cabs -
5693         Remove `extern double cabs' declarations from math.h
5694         * fixincl/inclhack.sh: regen
5695         * fixincl/fixincl.x: regen
5696         * fixincl/fixincl.c: Remove BOGOSITY code
5697         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
5698
5699 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5700
5701         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
5702         MEM_ALIAS_SET.
5703         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
5704         when calling MEM_COPY_ATTRIBUTES.
5705         * emit-rtl.c (operand_subword, change_address): Likewise.
5706         * explow.c (stabilize): Likewise.
5707         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
5708         * integrate.c (copy_rtx_and_substitute): Likewise.
5709         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
5710         when calling MEM_COPY_ATTRIBUTES.
5711         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
5712         Likewise.
5713         * cse.c (gen_lowpart_if_possible): Likewise.
5714         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
5715         * optabs.c (gen_move_insn): Likewise.
5716         * recog.c (validate_replace_rtx_1): Likewise.
5717         * simplify-rtx.c (add_mem_for_addr): Likewise.
5718         * stmt.c (expand_anon_union_decl): Likewise.
5719         * config/arm/arm.md: Likewise.
5720         * config/h8300/h7300.c (fix_bit_operand): Likewise.
5721         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
5722         (block_move_no_loop, block_move_sequence): Likewise.
5723         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
5724         * config/alpha/alpha.c (get_aligned_mem): Likewise.
5725         Clear MEM_ALIAS_SET.
5726         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
5727         MEM_COPY_ATTRIBUTES.
5728
5729 2000-05-03  Robert Lipe <robertlipe@usa.net>
5730
5731         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
5732         to suppress libgcc1.
5733         (i[34567]86-*-sco3.2v5*) Likewise.
5734         (i[34567]86-*-sco3.2v4*) Likewise.
5735         (i[34567]86-*-sco) Likewise.
5736         (i[34567]86-*-solaris2) Likewise.
5737         (i[34567]86-*-sysv5*) Likewise.
5738         (i[34567]86-*-sysv4*) Likewise.
5739         (i[34567]86-*-udk*) Likewise.
5740         (i[34567]86-*-sysv*) Likewise.
5741
5742 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5743
5744         * cpphash.h (U): New define, to correct type of string constants.
5745         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
5746         routines, to do casts when passing unsigned strings to libc.
5747         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
5748
5749         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
5750         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
5751         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
5752         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
5753         second argument an U_CHAR *.
5754
5755         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
5756         length field, clean up initializer.
5757         (ISTABLE): Add __extension__ to designated-
5758         initializers version.
5759         * cpplex.c (CHARTAB): Likewise.
5760
5761         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
5762         case so the file won't be empty.
5763
5764 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
5765
5766         * bb-reorder.c (struct reorder_block_def): Member succ removed.
5767         (REORDER_BLOCK_SUCC): Removed.
5768         (enum reorder_skip_type): Removed.
5769         (skip_insns_between_block): Renamed to skip_insns_after_block.
5770         Removed second argument. Removed dead code and cleaned up.
5771         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
5772         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
5773         second parameter to skip_insns_after_block.
5774
5775 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5776
5777         * tree.c (staticp, case LABEL_DECL): New case.
5778
5779 2000-05-03  Richard Henderson  <rth@cygnus.com>
5780
5781         * Makefile.in (start.encap): Do not depend on LIBGCC1.
5782
5783         * mklibgcc1.in: Fix typo last change.
5784
5785 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5786
5787         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
5788         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
5789         (GCC_CFLAGS): Use it.
5790         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
5791         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
5792         objc/Make-lang.in: Use it.
5793
5794 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
5795
5796         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
5797
5798 2000-05-03  Richard Henderson  <rth@cygnus.com>
5799
5800         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
5801         LIBGCC1 empty with libgcc1.null.
5802
5803 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
5804
5805         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
5806         change.
5807
5808 2000-05-03  Greg McGary  <gkm@gnu.org>
5809
5810         * tree.h (tree_common): Add bounded_flag member.  Remove
5811         inaccurate comment about number of remaining bits.
5812         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
5813         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5814         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5815         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5816         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
5817         (TYPE_QUAL_BOUNDED): New constant.
5818         (TYPE_QUALS): Handle bounded qualifier.
5819         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
5820         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5821         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5822         TYPE_AMBIENT_BOUNDEDNESS): New macros.
5823         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
5824         (tree_type): Add pointer_depth member.  Remove
5825         inaccurate comment about number of remaining bits.
5826         (DECL_POINTER_DEPTH): Add macro.
5827         (tree_decl): Add pointer_depth member.
5828
5829 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
5830
5831         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
5832         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
5833         (lshrhi3_out): Likewise.
5834         (ashrsi3_out): bugfix in shift by 8.
5835         (test_hard_reg_class): New function.
5836         * config/avr/avr.md: Bugfix inside conditions in peepholes.
5837         (ashlhi3): removed define_expand of this pattern.
5838         (*ashlhi3_insn): renamed to ashlhi3.
5839         (ashlsi3): removed define_expand of this pattern.
5840         (*ashlsi3_insn): renamed to ashlsi3.
5841         (ashrqi3): removed define_expand of this pattern.
5842         (*ashrqi3_insn): renamed to ashrqi3.
5843         (ashrhi3): removed define_expand of this pattern.
5844         (*ashrhi3_insn): renamed to ashrhi3.
5845         (ashrsi3): removed define_expand of this pattern.
5846         (*ashrsi3_insn): renamed to ashrsi3.
5847         (lshrhi3): removed define_expand of this pattern.
5848         (*lshrhi3_insn): renamed to lshrhi3.
5849         (lshrsi3): removed define_expand of this pattern.
5850         (*lshrsi3_insn): renamed to lshrsi3.
5851
5852 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
5853
5854         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
5855         inclusion of "system.h".
5856
5857 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
5858
5859         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
5860         TREE_ASM_WRITTEN.
5861
5862 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
5863
5864         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
5865         if -mauto-pic is on.
5866         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
5867         -mconstant-gp is in effect and function-descriptors are being used
5868         to make indirect calls.
5869         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
5870         (MASK_AUTO_PIC): Ditto.
5871         (TARGET_CONST_GP): Ditto.
5872         (TARGET_AUTO_PIC): Ditto.
5873         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
5874         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
5875         -mno-pic is in effect.
5876         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
5877         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
5878         -mauto-pic is in effect.
5879         (gprel64_offset): New pattern.
5880         (load_gprel64): Ditto.
5881         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
5882         -mconstant-gp is in effect, no need to preserve gp around direct
5883         calls.
5884         (call_value): Ditto.
5885         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
5886         (FUNCTION_PROFILER): Define.
5887         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
5888         @fptr() directive when -mno-pic or -mauto-pic is in effect.
5889         (ASM_OUTPUT_DESTRUCTOR): Ditto.
5890
5891 2000-05-03  Richard Henderson  <rth@cygnus.com>
5892
5893         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
5894         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
5895         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
5896         (mklibgcc, libgcc.mk): New targets.
5897         (libgcc.a): Use libgcc.mk.
5898         (stmp-multilib): Likewise.
5899         (stmp-multilib-sub): Remove.
5900         (mostlyclean): Don't delete libgcc2 temp files.
5901         * configure.in (AC_PROG_CC_C_O): Add.
5902         (NO_MINUS_C_MINUS_O): Substitute it.
5903         (all_outputs): Add mklibgcc.
5904         * mklibgcc.in: New file.
5905
5906 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5907
5908         * cppexp.c (op_t): Make an int.
5909
5910         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
5911
5912         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
5913
5914         * gensupport.c (process_rtx): Fix macros used.
5915
5916 2000-05-03  Richard Henderson  <rth@cygnus.com>
5917
5918         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
5919         call-clobbered registers of a call.
5920
5921 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
5922
5923         * gensupport.c: New file.
5924         * gensupport.h: New file.
5925         * Makefile.in (HOST_RTL): Depend on gensupport.
5926         (gensupport.o) New rule.
5927         * genattr.c: Use gensupport for reading .md files.
5928         * genattrtab.c: Ditto.
5929         * gencodes.c: Ditto.
5930         * genconfig.c: Ditto.
5931         * genemit.c: Ditto.
5932         * genextract.c: Ditto.
5933         * genflags.c: Ditto.
5934         * genopinit.c: Ditto.
5935         * genoutput.c: Ditto.
5936         * genpeep.c: Ditto.
5937         * genrecog.c: Ditto.
5938         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
5939         * md.texi (Insn Splitting): Document define_insn_and_split.
5940
5941 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
5942
5943         * flow.c (verify_flow_info): Added two more sanity checks. The
5944         first checks that the blocks are numbered consecutively. The second
5945         checks that n_basic_blocks is actually equal to the number of
5946         basic blocks in the insn chain.
5947
5948 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5949
5950         * cpplib.h: Add accessor macros for token lists.
5951         * cpplib.c, cpphash.c, cpplex.c: Use them.
5952
5953 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5954
5955         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
5956         memory usage if not in a function.
5957         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
5958         return address if static.
5959
5960 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5961
5962         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
5963         whether address may trap.
5964
5965 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
5966
5967         * bb-reorder (chain_reorder_blocks): Changed code to test for
5968         EDGE_FALLTHRU rather than making erroneous assumption that the
5969         first outgoing edge is the fall-through edge.
5970
5971 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
5972
5973         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
5974         ABI for varargs, across all MIPS. This is incompatible because the
5975         va_list (__builtin_va_list) structure is different, so a compilation
5976         unit passing a va_list and a compilation unit being passed one, should
5977         both be compiled with the same ABI. (The old structure had two
5978         pointers, now it has three.)
5979
5980 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
5981
5982         * bb-reorder.c (struct reorder_block_def): Remove members end,
5983         block_begin, and block_end.
5984         (REORDER_BLOCK_OLD_END): Delete.
5985         (REORDER_BLOCK_BEGIN): Delete.
5986         (REORDER_BLOCK_END): Delete.
5987         (chain_reorder_blocks): Remove dead code.
5988
5989 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
5990
5991         * bb-reorder.c (remove_scope_notes): Check for both types of scope
5992         notes as the end of a basic block before deleting.
5993
5994 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
5995
5996         * final.c (final_start_function): Fix spelling of "necessary".
5997
5998 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
5999
6000         * toplev.c (debug_ignore_block): Return int.
6001         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6002         * toplev.h, dwarf2out.h: Adjust.
6003         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6004
6005         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6006         * toplev.c, final.c, rtl.h: Adjust.
6007
6008 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6009
6010         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6011         * configure.in: Look for makeinfo in the unified tree, then
6012         for a system makeinfo which is sufficiently new.
6013         * Makefile.in: If configure says makeinfo is too old, don't
6014         build or install Info documentation.
6015
6016 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6017
6018         * cpphash.c (collect_params): Fix off-by-one error.
6019         (dump_hash_helper): Dump all four macro nodetypes.
6020
6021 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6022
6023         * cpphash.c (trad_stringify): Adjust p after stringification as
6024         well.
6025
6026 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6027
6028         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6029         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6030
6031         * cppfiles.c (file_cleanup): Delete.
6032         * cpphash.c (macro_cleanup): Delete.
6033         (collect_objlike_expansion, collect_funlike_expansion,
6034         macarg, scan_arguments): Remove CPP_POP case.
6035
6036         * cpplex.c (null_cleanup): Delete.
6037         (cpp_pop_buffer): Do the work that was done in the cleanups
6038         here.  Call _cpp_unwind_if_stack from here.
6039         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6040         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6041         stack is the buffer _below_ the one we stacked.
6042         (cpp_get_token): Always pop an exhausted buffer.  Return
6043         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6044         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6045         increment the line number.
6046         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6047
6048         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6049         we see CPP_EOF and the top of stack is the buffer _below_ the
6050         one we stacked.
6051         * scan-decls.c: Likewise.
6052
6053 2000-05-02  Andrew Haley  <aph@cygnus.com>
6054
6055         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6056         where this function is called for the second time on a decl that
6057         has had its section info changed in such a way as to move it out
6058         of small data/bss.
6059         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6060
6061 2000-05-01  Richard Henderson  <rth@cygnus.com>
6062
6063         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6064         the sequence we're moving, not to merge_bb->head.
6065
6066 2000-05-01  Richard Henderson  <rth@cygnus.com>
6067
6068         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6069         reference to alpha/t-linux.
6070         (alpha*-*-linux-gnu*): Likewise.
6071         * configure: Rebuild.
6072
6073         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6074
6075         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6076         if not in SSA form.
6077
6078         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6079
6080 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6081
6082         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6083         TREE_THIS_VOLATILE.
6084
6085 2000-05-01  Richard Henderson  <rth@cygnus.com>
6086
6087         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6088         emit_conditional_move.
6089
6090 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6091
6092         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6093         as the dynamic linker.
6094
6095 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6096
6097         * cppfiles.c (open_include_file): Open file in blocking mode.
6098         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6099         Only exclude block devices and directories.
6100
6101         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6102         static.  Allocate the hashnode and its string in the same
6103         block of memory.
6104         (del_HASHNODE): Don't free h->name.
6105         (_cpp_lookup): If there is no entry for this string, create
6106         one, of type T_VOID.
6107         (_cpp_lookup_slot): Delete.
6108         * cpphash.h: Update prototypes.
6109
6110         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6111         not hp == NULL.
6112         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6113         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6114         node here, just fill in the value field properly.  "Delete"
6115         entries by setting the value field to T_VOID.  Check for
6116         hp->type == T_VOID, not hp == NULL.
6117
6118         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6119         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6120         hashtab.h.
6121
6122 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6123
6124         * config/mn10300/mn10300.c (print_operand_address): Do not add
6125         zero to SP.
6126
6127         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6128         adjusted by less than 256 bytes, use ret regardless of having any
6129         callee-saved register to restore.
6130
6131 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6132
6133         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6134
6135 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6136
6137         * config/i386/djgpp.h (INT_ASM_OP): Define.
6138         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6139         (ASM_WEAKEN_LABEL): Define.
6140         (MASK_BNU210): Define.
6141         (SUBTARGET_SWITCHES): Define.
6142         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6143         (MAKE_DECL_ONE_ONLY): Define.
6144         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6145
6146 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6147
6148         * i386/cygwin.h (INT_ASM_OP): Define.
6149
6150 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6151
6152         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6153         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6154
6155 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6156
6157         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6158         __tmp_reg__ and __zero_reg__ initialization.
6159
6160 2000-04-30  Richard Henderson  <rth@cygnus.com>
6161
6162         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6163
6164         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6165         referenced bewteen the condition and the jump.  Don't delete
6166         anything but the jump.
6167
6168 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6169
6170         * bb-reorder.c (scope_def): New struct.
6171         (scope_forest_info): New struct.
6172         (struct reorder_block_def): New member "scope".
6173         (REORDER_BLOCK_SCOPE): New macro.
6174         (relate_bbs_with_scopes): New function and prototype.
6175         (make_new_scope): Likewise.
6176         (build_scope_forest): Likewise.
6177         (remove_scope_notes): Likewise.
6178         (insert_intra_1): Likewise.
6179         (insert_intra_bb_scope_notes): Likewise.
6180         (insert_inter_bb_scope_notes): Likewise.
6181         (rebuild_scope_notes): Likewise.
6182         (free_scope_forest_1): Likewise.
6183         (free_scope_forest): Likewise.
6184         (dump_scope_forest): Likewise.
6185         (dump_scope_forest_1): Likewise.
6186         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6187         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6188         block.
6189         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6190         and remove_scope_notes before reordering is done. Added calls to
6191         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6192         after reordering is done.
6193
6194 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6195
6196         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6197         removed two stale entries (defined away with OLD_CPP).
6198         * fixinc/inclhack.sh: regen
6199         * fixinc/fixincl.x: regen
6200
6201 2000-04-30  Richard Henderson  <rth@cygnus.com>
6202
6203         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6204         from the last insn in the sequence.
6205
6206 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6207
6208         * cpplex.c (cpp_idcmp): New function.
6209         * cpplib.h: Prototype it.
6210         * scan_decls.c (scan_decls): Use it to inspect token names.
6211         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6212         the file being run through the preprocessor.
6213         (check_macro_names): Provide length of token to cpp_defined.
6214
6215         * Makefile.in: Remove stale warning message.
6216
6217         * cppfiles.c (redundant_include_p): Provide length of token to
6218         cpp_defined.
6219         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6220         values are unsigned int.
6221         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6222         (_cpp_lookup_slot): Do not calculate the hash, either.
6223         * cpphash.h: Update prototypes.
6224         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6225         Hashes are unsigned int.  Calculate hash here, pass by value
6226         to _cpp_lookup_slot.
6227
6228 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6229
6230         * simplify-rtx.c (check_value_useless): Delete function.
6231         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6232         by hand.
6233         (cselib_invalidate_regno): Likewise.
6234         (cselib_invalidate_mem_1): Likewise.
6235         (references_value_p): Recognize useless values by the fact that they
6236         have no locations.
6237         (discard_useless_values): Likewise.
6238         (cselib_record_set): This may turn a useless value
6239         into a useful one.
6240
6241 2000-04-30  Richard Henderson  <rth@cygnus.com>
6242
6243         * config/d30v: New port.
6244
6245         * configure.in (d30v-*): Set fp format.
6246         * configure: Rebuild.
6247
6248 2000-04-30  Richard Henderson  <rth@cygnus.com>
6249
6250         * ifcvt.c: New file.
6251         * Makefile.in (OBJS): Add it.
6252         (ifcvt.o): New target.
6253         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6254         and conditional arithmetic.
6255         (find_insert_position): Remove.
6256         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6257         * toplev.c (DFI_ce, DFI_ce2): New.
6258         (dump_file): Add ce and ce2 dumps.
6259         (rest_of_compilation): Run if_convert a couple o times.  Set
6260         cse_not_expected after cse2.  Don't set no_new_pseudos until
6261         after sched1 or recompute_reg_usage.
6262
6263 2000-04-30  Richard Henderson  <rth@cygnus.com>
6264
6265         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6266         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6267
6268 2000-04-30  Richard Henderson  <rth@cygnus.com>
6269
6270         * flow.c (struct reg_cond_life_info): New.
6271         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6272         (init_propagate_block_info): Initialize them.
6273         (free_propagate_block_info): Destruct them.
6274         (mark_set_1): Consider conditional life before killing a register.
6275         (mark_regno_cond_dead): New.
6276         (free_reg_cond_life_info): New.
6277         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6278         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6279         (mark_used_reg): Record conditional life.
6280
6281         * haifa-sched.c (schedule_insns): Disable death counting
6282         sanity check for HAVE_conditional_execution.
6283
6284 2000-04-30  Richard Henderson  <rth@cygnus.com>
6285
6286         * Makefile.in (TIMEVAR_H): New.
6287         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6288         (timevar.h): Remove rule.
6289
6290 2000-04-29  Richard Henderson  <rth@cygnus.com>
6291
6292         * config/alpha/crtend.asm: Use C comments instead of #.
6293         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6294
6295         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6296
6297 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6298
6299         * cpphash.h (enum node_type: Take out T_MCONST.
6300         (union hashval): Move into struct hashnode.
6301         (struct hashnode): Pack tighter.  Remove file, line, col
6302         members.
6303         * cpphash.c: Constify most of the macro-definition structures.
6304         (struct definition): Replace by struct object_defn
6305         and struct funct_defn.  Put file, line, column information
6306         here.  All users updated to match.
6307         (_cpp_create_definition, _cpp_macroexpand): Remove special
6308         case for #define WORD OTHERWORD.
6309         * cpplib.c (do_undef): Remove T_MCONST case.
6310
6311         * cpphash.h: Move struct reflist, struct definition, and the
6312         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6313         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6314         * cpphash.c (_cpp_free_definition): Free data pointed to by
6315         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6316         (_cpp_create_definition, del_HASHNODE): Just call
6317         _cpp_free_definition to clear out a hashnode.
6318         * cpplib.c (do_pragma_poison): Likewise.
6319
6320 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6321
6322         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6323         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6324         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6325         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6326         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6327         REGNO_AM33_P): Redefine in terms of the new macros.
6328         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6329         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6330         STRUCT_VALUE): Likewise.
6331         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6332         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6333
6334 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6335
6336         * regmove.c (struct record_stack_memrefs_data): New.
6337         (record_stack_memrefs): New function.
6338         (combine_stack_adjustments_for_block): Use it.
6339
6340 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6341
6342         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6343         use special_function_p to detect alloca.
6344
6345 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6346
6347         * gcc.texi: Fixes for makeinfo 4.0 --html.
6348
6349 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6350
6351         * pcp.h: Delete file.
6352
6353 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6354
6355         * h8300.c (function_epilogue): Clean up flags when the last insn
6356         in a function is a barrier.
6357
6358 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6359
6360         * configure.in (sparc-hal-solaris2*): protect [] glob from
6361         my expansion.
6362         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6363         rather than hard-coded constants in target_cpu_default2.
6364         * configure: Regenerate.
6365
6366 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6367
6368         * tree.c (get_callee_fndecl): Extract the initial value from
6369         a readonly decl.
6370
6371 2000-04-28  Richard Henderson  <rth@cygnus.com>
6372
6373         * varasm.c (record_constant_1): Record the CODE_LABEL when
6374         taking the address of a LABEL_REF.
6375
6376 2000-04-28  Richard Henderson  <rth@cygnus.com>
6377             Jan Hubicka  <jh@suse.cz>
6378
6379         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6380         adjustment; don't do the stack adjust.
6381         (expand_call): Call compute_argument_block_size right before
6382         allocating the block; update comment; don't do alignment sanity
6383         checking for sibling call; use args_size instead of
6384         unadjusted_args_size before args_size is adjusted.  Use
6385         combine_pending_stack_adjustment_and_call to compute stack adjust
6386         for must_preallocate case.
6387
6388         * expr.c (push_block): Remove shadow `temp' in inner scope.
6389
6390 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6391
6392         * toplev.c (rest_of_compilation): Call
6393         note_deferral_of_defined_inline_function even if the function
6394         can't be inlined.
6395
6396 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6397
6398         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6399
6400 2000-04-28  Richard Henderson  <rth@cygnus.com>
6401
6402         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6403
6404 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6405
6406         * timevar.c (init_timevar): DeANSIfy function definition.
6407
6408 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6409
6410         * Makefile.in (timevar.o): Depend on flags.h.
6411         * timevar.c (unused_stack_instances): New variable.
6412         (timevar_push): Take a timevar_stack_def from
6413         unused_stack_instances if available.
6414         (timevar_pop): Push the popped timevar_stack_def onto
6415         unused_stack_instances.
6416         (TIMEVAR_ENABLE): New macro.
6417         (timevar_def): Make standalone a 1-bit field.  Add field used.
6418         (get_time): Rename parameter to now.  Return after clearing it if
6419         not TIMEVAR_ENABLE.
6420         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6421         (timevar_pop): Likewise.
6422         (timevar_stop): Likewise.
6423         (timevar_push): Likewise.  Mark the timing variable as used.
6424         (timevar_start): Likewise.
6425         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6426         timevars that were never used.
6427
6428 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6429
6430         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6431         always TREE_READONLY.
6432
6433 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6434
6435         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6436         for call instruction with mode QImode.
6437
6438 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6439
6440         * Makefile.in (OBJS): Add timevar.o.
6441         (toplev.o): Depend on timevar.h.
6442         (ggc-simple.o): Likewise.
6443         (ggc-page.o): Likewise.
6444         (timevar.o): New rule.
6445         (timevar.h): New rule.
6446
6447         * timevar.h: New file.
6448         * timevar.c: Likewise.
6449         * timevar.def: Likewise.
6450
6451         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6452         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6453         throughout.
6454         (TIMEVAR): Remove macro.
6455         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6456         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6457         flow_time, combine_time, regmove_time, sched_time,
6458         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6459         sched2_time, dbr_sched_time, reorder_blocks_time,
6460         rename_registers_time, shorten_branch_time, stack_reg_time,
6461         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6462         all_time): Remove.
6463         (compile_file): Don't initialize time variables.  Call
6464         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6465         of many calls to print_time.
6466         (rest_of_compilation): Add timing for reload_cse_regs.
6467         (get_run_time): Removed to timevar.c.
6468         (print_time): Likewise.
6469         (get_run_time): Implement using TV_TOTAL time variable.
6470         (print_time): Get total run time from get_run_time.
6471         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6472         computing elapsed time explicitly.
6473         * ggc-simple.c (ggc_collect): Likewise.
6474         (gc_time): Remove declaration.
6475
6476 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6477
6478         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6479         (expand_call): Use it.
6480
6481 2000-04-27  Jan Hubicka  <jh@suse.cz>
6482
6483         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6484         fields.
6485
6486 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6487
6488         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6489         registers.
6490
6491 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6492
6493         * function.c (epilogue_done): Pass whole insn to record_insns.
6494
6495 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6496
6497         * cse.c (CSE_ADDRESS_COST): Remove.
6498         (find_best_addr): Add new parameter "MODE", use address_cost instead
6499         of CSE_ADDRESS_COST
6500         (address_cost): New.
6501         (fold_rtx): Update call of find_best_addr.
6502         * rtl.h (address_cost): Declare.
6503         * loop.c (general_induction_var): Add new parameter "MODE", use
6504         address_cost instead of ADDRESS_COST
6505         (init_loop): Use address_cost instead of ADDRESS_COST.
6506         (check_insn_for_givs): Update call of general_induction_var.
6507         (find_mem_givs): Likewise.
6508         (consec_sets_giv): Likewise.
6509         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6510         * i386.c (ix86_address_cost): New.
6511         * i386-protos.h (ix86_address_cost): Declare.
6512
6513 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6514
6515         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6516         registers.
6517
6518 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6519
6520         * expr.c (store_expr): Use clear_storage instead of direct memset
6521         libcall.
6522
6523 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6524
6525         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6526         ASHIFT, AND and LABEL_REF.
6527
6528 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6529
6530         * invoke.texi (-foptimize-sibling-calls): Fix.
6531
6532 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6533
6534         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6535
6536         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6537         calculation; rename const_equiv array in the preconditioning code
6538         from loop_unroll to loop_unroll_precondition
6539
6540 2000-04-27  Richard Henderson  <rth@cygnus.com>
6541
6542         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6543         add new_set.
6544         (propagate_one_insn): Clear it.  Don't update reg_live here.
6545         (init_propagate_block_info): Update for pbi member changes.
6546         (free_propagate_block_info): Likewise.
6547         (mark_set_1): Know that zero_extract, sign_extract, and
6548         strict_low_part don't kill their argument.  Alter hard subregs.
6549         Update new_set for non-CLOBBER sets.  Update reg_live.
6550         (find_auto_inc): Update reg_live, not new_dead.
6551         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6552         to determine if the reg in question was set this insn.  Only update
6553         reg info with PROP_REG_INFO.
6554
6555 2000-04-26  Richard Henderson  <rth@cygnus.com>
6556
6557         * flow.c (allocate_reg_life_data): Set max_regno here ...
6558         (life_analysis): ... not here.
6559
6560         * flow.c (calculate_global_regs_live): Force stack pointer
6561         live at end.
6562
6563 2000-04-26  Richard Henderson  <rth@cygnus.com>
6564
6565         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6566         commit change group changes.
6567         (invert_exp_1): Similarly.
6568         (redirect_exp, invert_exp): Use them.
6569         (redirect_jump_1): New.
6570         (invert_jump_1): New.
6571         (jump_optimize_1): Remove code subsumed by condexec.c.
6572         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6573
6574 2000-04-26  Richard Henderson  <rth@cygnus.com>
6575
6576         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6577
6578         * genconfig.c (main): Set all HAVE_foo to 1.
6579
6580         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6581
6582 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6583
6584         * invoke.texi: Document -fssa flag.
6585
6586 2000-04-26  Richard Henderson  <rth@cygnus.com>
6587
6588         * flow.c (count_reg_sets_1): Remove.
6589         (count_reg_sets, count_reg_references): Remove.
6590         (recompute_reg_usage): Implement with update_life_info.
6591         Reallocate life data.
6592
6593 2000-04-26  Richard Henderson  <rth@cygnus.com>
6594
6595         * flow.c (update_life_info): Consider blocks null to mean the
6596         universal set.
6597         (calculate_global_regs_live): Likewise.
6598         (life_analysis): Do that instead of collecting all_blocks.
6599
6600 2000-04-26  Richard Henderson  <rth@cygnus.com>
6601
6602         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
6603         a still-valid conditional jump.
6604
6605 2000-04-26  Richard Henderson  <rth@cygnus.com>
6606
6607         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
6608
6609         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
6610         * flow.c (calculate_loop_depth): Remove.
6611         * output.h (calculate_loop_depth): Don't declare.
6612         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
6613         inline; run estimate_probability at the same time.
6614
6615 2000-04-26  Neil Booth  <NeilB@earthling.net>
6616
6617         * cpplib.h: "~=" is not a single pp-token.
6618         * cpplex.c: Correct commentary.
6619
6620 2000-04-26  Richard Henderson  <rth@cygnus.com>
6621
6622         * flow.c (mark_set_1): New arguments code and flags; update all
6623         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
6624         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
6625         loop_depth when optimizing for size.  Do new_dead update after
6626         emitting REG_UNUSED notes.  Merge mark_set_reg code.
6627         (mark_set_reg): Remove.
6628         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
6629         arrange to not emit REG_UNUSED notes.
6630
6631 2000-04-26  Richard Henderson  <rth@cygnus.com>
6632
6633         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
6634         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
6635
6636 2000-04-26  Richard Henderson  <rth@cygnus.com>
6637
6638         * flow.c (propagate_one_insn): Break out from propagate_block.
6639         (init_propagate_block_info): Likewise.
6640         (free_propagate_block_info): Likewise.
6641         (propagate_block): Use them.  Export.
6642         * basic-block.h: Declare them all.
6643
6644 2000-04-26  Richard Henderson  <rth@cygnus.com>
6645
6646         * basic-block.h (life_analysis): Declare here ...
6647         * output.h: ... not here.
6648         * flow.c (life_analysis): Remove nregs parameter; replace
6649         remove_dead_code with flags.  Remove ssa dead code check.
6650         Only init alias analysis if we'll use it.
6651         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
6652         * ssa.c (convert_to_ssa): Likewise.
6653         (convert_from_ssa): Likewise.
6654         * toplev.c (rest_of_compilation): Likewise.
6655
6656 2000-04-26  Richard Henderson  <rth@cygnus.com>
6657
6658         * flow.c (flow_delete_block): Rename from delete_block.  Export.
6659         * basic-block.h (flow_delete_block): Declare.
6660
6661 2000-04-26  David S. Miller  <davem@redhat.com>
6662
6663         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
6664         taking a PATTERN of it.
6665
6666 2000-04-26  <NeilB@earthling.net>
6667
6668         * cpplex.c (spell_other, spell_char): Remove.
6669         (SPELL_CHAR): New.
6670         (token_spelling, trigraph_map): Use unsigned chars.
6671         (_cpp_lex_line): Tidy up the switch statement.
6672         * cpplib.h: Implement spell_char with spell_string.
6673         (C): New.
6674
6675 2000-04-26  <RodneyBrown@pmsc.com>
6676
6677         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6678         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6679
6680 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6681
6682         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
6683         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
6684         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
6685         dwarf2out_return_save, dwarf2out_return_reg,
6686         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
6687         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
6688         gen_compile_unit_die, dwarf2out_init): Constify a char*.
6689
6690         * dwarf2out.h (dwarf2out_init): Likewise.
6691
6692         * dwarfout.c (filename_entry, primary_filename, last_filename,
6693         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
6694
6695         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
6696         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
6697         dwarf2out_return_reg): Likewise.
6698
6699 2000-04-26  Andreas Jaeger  <aj@suse.de>
6700
6701         * extend.texi (Function Attributes): Fix description of pure
6702         attribute.
6703
6704 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6705
6706         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
6707         before calling rest_of_compilation.
6708
6709 2000-04-26  Andreas Jaeger  <aj@suse.de>
6710
6711         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
6712         last patch.
6713
6714 2000-04-25  Richard Henderson  <rth@cygnus.com>
6715
6716         * cse.c (cse_insn): Emit barrier after unconditional jump.
6717
6718         * calls.c (expand_call): Disable tail call generation once
6719         rtx_equal_function_value_matters is false.
6720
6721         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
6722         like EDGE_EH edges.
6723
6724 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
6725
6726         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
6727
6728         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
6729
6730         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
6731         is the primary DIE for a member function.
6732         (gen_decl_die): Call set_decl_origin_self here.
6733         * dwarfout.c (output_decl): And here.
6734         * integrate.c (output_inline_function): Not here.
6735         Don't clear DECL_INLINE until after calling rest_of_compilation.
6736         (set_decl_origin_self): No longer static.
6737         * tree.h: Add prototype.
6738         * toplev.c (note_deferral_of_defined_inline_function): Only write
6739         out abstract instance for actual inlines.
6740
6741 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
6742
6743         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
6744         EXTENDED_REGS only if TARGET_AM33.
6745         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
6746         SP_REGS to register allocation and reloading unless absolutely
6747         necessary.
6748         (movsi3): Remove special-case of adding non-constants to SP.
6749
6750 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6751
6752         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
6753         INCLUDES to search and does not provide any of its own.  Also it
6754         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
6755         parameters.  Also it does not call AC_DEFINE.
6756         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
6757         AC_DEFINE and provides for automatic entries for autoheader.
6758         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
6759
6760         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
6761         so we can pass -I flags and include gansidecl.h/system.h in this
6762         test.
6763
6764         * acconfig.h: Delete all NEED_DECLARATION_* entries.
6765
6766 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6767
6768         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6769         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6770         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
6771
6772         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6773         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6774         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
6775         for these macros.  Clean up spacing and linewraps.
6776
6777 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6778
6779         * calls.c (expand_call): Use get_callee_fndecl.
6780
6781         * print-tree.c (print_node): Print the chain of an _EXPR.
6782
6783 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
6784                           Jim Wilson  <wilson@cygnus.com>
6785                           Andrew Haley  <aph@cygnus.com>
6786
6787         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
6788         and gp save/restore problems.
6789         * config/ia64/crtend.asm: Add IA-64 unwind support.
6790         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
6791         in fr_pad_size calculation.
6792         (save_restore_insns): Move PR save area.  Correct uses of
6793         RTX_FRAME_RELATED_P.
6794         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
6795         (ia64_expand_epilogue): Add eh_epilogue support.
6796         (ia64_function_prologue): Emit .prologue directive.
6797         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
6798         (ia64_override_options): Set init_machine_status and
6799         mark_machine_status.
6800         (rtx_needs_barrier): Handle bsp reads and writes.
6801         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
6802         New static variables.
6803         (process_set, process_for_unwind_directive): New functions.
6804         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
6805         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
6806         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
6807         macros.
6808         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
6809         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
6810         (struct machine_function): Define.
6811         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
6812
6813 2000-04-25  Bruce Korb  <bkorb@gnu.org>
6814
6815         * fixinc/Makefile.in: make the removal of old programs more
6816         robust
6817         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
6818         install-bin and install-sh
6819
6820 2000-04-25  Nick Clifton  <nickc@cygnus.com>
6821
6822         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
6823         defined, define to return zero.
6824         (function_cannot_inline_p): If a function has any target
6825         specific attributes, then use the macro
6826         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
6827         whether it can be inlined.  If it cannot, issue a suitable
6828         explanation.
6829
6830         * tm.texi: Add a new node 'Inlining' to document the new macro
6831         FUNCTION_ATTRIBUTE_INLINABLE_P.
6832
6833 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
6834
6835         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
6836         commentary.
6837
6838 2000-04-25  Neil Booth  <NeilB@earthling.net>
6839
6840         Restore previous patch, plus the following fixes:
6841
6842         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
6843         flags, not CPP_OPEN_PAREN.
6844         * cpplex.c (expand_token_space, init_token_list,
6845         cpp_free_token_list): Put the dummy token at list->tokens[-1].
6846         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
6847
6848 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6849
6850         * config/i386/freebsd.h (INT_ASM_OP): Define.
6851
6852 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6853
6854         * loop.c (strength_reduce): Fix typo in the last checkin.
6855
6856 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6857
6858         * stor-layout.c (finalize_record_size): Simplify to use existing
6859         functions.
6860         (compute_record_mode): No longer static.
6861         * tree.h (compute_record_mode): New declaration.
6862
6863 2000-04-25  Neil Booth  <NeilB@earthling.net>
6864
6865         * Revert my patch below until cause of build failures
6866         determined.
6867
6868 2000-04-25  Richard Henderson  <rth@cygnus.com>
6869
6870         * combine.c (combine_instructions): Add missing argument
6871         to try_combine.
6872
6873         * toplev.c (rest_of_compilation): Delay sibcall optimization
6874         until after emit_eh_context.
6875
6876 2000-04-24  Nick Clifton  <nickc@redhat.com>
6877
6878         * combine.c (combine_instructions): Do not try to combine a
6879         sequence of insns when the second insn has been replaced by a
6880         note.
6881
6882 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
6883
6884         * gcc.c (load_specs): New static function.
6885         (read_specs): Use it.
6886
6887         * gcc.c (lookup_compiler): Make multiple passes for case
6888         insensitive filesystems.
6889
6890 2000-04-24  Neil Booth  <NeilB@earthling.net>
6891
6892         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
6893         * cpphash.h (_cpp_check_directive): new.
6894         * cpplex.c (handle_newline, cpp_free_token_list,
6895         init_trigraph_map, trigraph_ok, trigraph_replace,
6896         backslash_start, skip_block_comment, skip_line_comment,
6897         skip_whitespace, parse_name, parse_number, parse_string,
6898         copy_comment, _cpp_lex_line, spell_char, spell_string,
6899         spell_comment, spell_name, spell_other, _cpp_lex_file,
6900         _cpp_output_list): new.
6901         (expand_name_space): take length argument.
6902         (init_token_list): add comment list initialisation.
6903         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
6904         instead of HSPACE_BEFORE.
6905
6906         * cpplib.c (_cpp_check_directive): new
6907         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
6908         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
6909         (HSPACE_BEFORE): delete.
6910         (TTYPE_TABLE): rearrange.
6911         (struct cpp_toklist): update.
6912
6913 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6914
6915         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
6916         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
6917         argument form of AC_DEFINE.
6918
6919         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
6920         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
6921         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
6922         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
6923         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
6924
6925         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
6926
6927 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6928
6929         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
6930         deduced.h): Use -isystem, not -I, for including system headers.
6931
6932 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6933
6934         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
6935         the source register is the frame pointer or arg pointer.
6936         (addsi3_small_int): Disallow if source register is the frame
6937         pointer or arg pointer.
6938
6939 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6940
6941         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
6942         call to AC_MSG_RESULT.
6943
6944 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6945
6946         * invoke.texi: Correct grammatical errors, document
6947         -fno-gnu-keywords as identical to -fno-asm for C++.
6948
6949 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6950
6951         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
6952         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
6953         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
6954         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
6955         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
6956
6957         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
6958         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
6959         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
6960         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
6961         new macros names.
6962
6963 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
6964
6965         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
6966         (pop_alignment): Likewise.
6967         (handle_pragma_token): Likewise.
6968
6969 2000-04-24  Robert Lipe <robertlipe@usa.net>
6970
6971         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
6972
6973 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
6974
6975         * combine.c (try_combine): Update reg_nonzero_bits of
6976         newi2pat before newpat.
6977
6978 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6979
6980         * loop.c (strength_reduce): Simplify test to INSN_P.
6981         (record_giv): Attempt to simplify the add value, use CONSTANT_P
6982         expressions instead of CONST_INT.
6983         (express_from_1): Likewise.
6984
6985 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
6986
6987         * regs.h (reg_n_max): Don't declare.
6988         * flow.c (reg_n_max): Don't define.
6989         * regclass.c (renumber): Don't initialize to zero.
6990         (regno_allocated): Likewise.
6991         (reg_n_max): Define.
6992         (allocate_reg_info): Don't initialize unnecessarily.
6993
6994 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
6995
6996         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
6997         and blockage_p in the newly allocated attribute.
6998
6999 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7000
7001         * config/mn10300/mn10300.md (addsi): `inc4' on address
7002         registers does not modify cc, but `inc' on an extended
7003         register does.
7004
7005 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7006
7007         * reload.c (find_equiv_reg): Checks all valueno regs
7008         as a reload_reg_p regs.
7009
7010 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7011
7012         * cpphash.c (collect_objlike_expansion): Add sanity check.
7013         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7014         the buffer is the empty string, return.  Mark __DATE__ and
7015         __TIME__ as XCONST nodes, not MCONST.
7016         (_cpp_macroexpand): Avoid pushing an empty buffer.
7017         (funlike_macroexpand): Don't pop token_buffer here.
7018
7019 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7020
7021         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7022         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7023         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7024         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7025         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7026         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7027         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7028
7029 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7030
7031         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7032         constant MULT givs.
7033
7034 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7035
7036         * cpphash.h (struct definition): Move file, line, col members...
7037         (struct hashnode): ... here.  Also add 'disabled' flag.
7038         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7039         T_IDENTITY.  Remove T_DISABLED.
7040         Update prototypes.
7041
7042         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7043         (collect_expansion): Split into collect_objlike_expansion and
7044         collect_funlike_expansion.
7045         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7046         funlike_macroexpand.
7047         (_cpp_compare_defs): Rename compare_defs, make static.
7048         (_cpp_make_hashnode): Initialize hp->disabled.
7049         (macro_cleanup): Adjust for new token types.  Clear
7050         m->disabled.
7051         (_cpp_create_definition): Move code here to determine what
7052         sort of macro it is, and code to check for redefinitions, from
7053         do_define.  Implement a few simple cases without creating a
7054         full DEFINITION.
7055         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7056         Handle the simple cases.
7057         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7058         here.
7059
7060         * cppinit.c (builtin_array): Change MCONST to XCONST
7061         everywhere.
7062         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7063         fix check for disabled and function-like macros.
7064         * cpplib.c (do_define): Move most logic to
7065         _cpp_create_definition.
7066         (do_undef): Handle new special token types.
7067
7068 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7069
7070         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7071         of CONSTANT_P for mult_val; always use validate_change to update insn.
7072
7073 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7074
7075         * cpphash.c (trad_stringify, add_pat): New functions.
7076         (collect_expansion): Restore support for -traditional syntax.
7077         Use trad_stringify and add_pat.
7078         (_cpp_macroexpand): Restore support for -traditional semantics.
7079         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7080         get a COMMENT token.
7081         (_cpp_lex_token): Provide COMMENT tokens to caller if
7082         traditional and parsing_define_directive.
7083         (skip_comment): Warn about // comments if -Wtraditional.
7084         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7085         proper node type.
7086         (do_undef): Don't warn about undefining EMPTY nodes.
7087
7088 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7089
7090         * loop.c (strength_reduce): Fix biv removal code.
7091
7092 2000-04-22  Richard Henderson  <rth@cygnus.com>
7093
7094         * predict.c (estimate_probability): Examine both sides of
7095         a branch for no exits.  Use 90% not 50% for predict taken.
7096         Reorg for one copy of note generation code.
7097
7098 2000-04-22  Richard Henderson  <rth@cygnus.com>
7099
7100         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7101
7102 2000-04-22  Richard Henderson  <rth@cygnus.com>
7103
7104         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7105         (output_clear): Likewise.
7106         (output_printf): Use va_copy.
7107         (vline_wrapper_message_with_location): Likewise.
7108         (v_message_with_decl): Likewise.
7109         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7110         * system.h (va_copy): Provide default implementation.
7111
7112 2000-04-22  Richard Henderson  <rth@cygnus.com>
7113
7114         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7115         the collected condition is not a constant.
7116
7117 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7118
7119         * diagnostic.h: New file.
7120
7121         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7122
7123         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7124         various function prototypes.
7125         (diagnostic.h): #include.
7126         (struct output_buffer): Move into diagnostic.h.
7127         (get_output_prefix): Rename to output_get_prefix.  Export.
7128         (init_output_buffer): Export. Break out.  Ajust intialization.
7129         (output_space_left, output_append): Export.
7130         (output_newline): Rename to output_add_newline.  Export.
7131         (output_clear): Nullify additional output_buffer fields.
7132         (output_puts): Rename to output_add_string.  Export.
7133         (dump_output): Rename to output_flush_on.  Export.
7134         (build_location_prefix): Constify return-type.
7135         (emit_output_prefix): Rename to output_emit_prefix. Export.
7136         (set_real_maximum_length): New function.
7137         (output_set_maximum_length): Ditto
7138         (output_clear): Ditto.
7139         (output_add_character): Ditto.
7140         (output_add_integer): Ditto.
7141         (output_add_space): Ditto.
7142         (output_format): Ditto.
7143         (output_printf): Adjust buffer initialization.
7144         (vline_wrapper_message_with_location): Ditto.
7145         (v_message_with_decl): Ditto.  Adjust call to output_puts
7146         and get_output_prefix.
7147         (default_print_error_function): Adjust buffer intialization.
7148
7149 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7150
7151         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7152         of VOID_TYPE.
7153
7154 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7155
7156         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7157         of explicit 0.
7158
7159 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7160
7161         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7162         accurate data about SP moves.
7163
7164 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7165
7166         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7167         aliases to AM33 registers.
7168
7169 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7170
7171         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7172         to all EXTENDED bitmaps.
7173
7174 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7175
7176         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7177         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7178         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7179
7180 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7181
7182         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7183         the operand is not constant.
7184
7185 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7186
7187         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7188         as a call-clobbered regs.
7189
7190 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7191
7192         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7193         * rtl.h: Likewise.
7194         * rtl.def: Update comment.
7195         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7196         * integrate.c (expand_inline_function): Likewise.
7197         * profile.c (branch_prob): Likewise.
7198         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7199         * print-rtl.c (print_rtx): Likewise.
7200         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7201         (reemit_notes): Likewise; also use enum insn_note.
7202
7203         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7204         (place_field): Properly compute know and actual alignment.
7205
7206         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7207         in proper format.
7208
7209         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7210         note for REG1.
7211
7212 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7213
7214         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7215         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7216         (collect_expansion): Rewrite to scan over a token list.
7217         Remove -traditional support.
7218         (collect_formal_parameters): Rename to collect_params; rewrite
7219         to scan over a token list.
7220         (_cpp_create_definition): Adjust to scan a token list.
7221         (_cpp_macroexpand): Remove -traditional support.
7222         (_cpp_compare_defs): Whitespace is now canonicalized.
7223         (comp_def_part): Delete function.
7224
7225         * cpphash.h: Update prototypes.
7226         * cpplex.c (init_token_list): Don't set lineno if there is no
7227         buffer.
7228         (pedantic_whitespace): New function.
7229         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7230         consume a newline.  Use pedantic_whitespace.
7231         (_cpp_lex_token): Remove support for -traditional macros.
7232         (_cpp_get_define_token): Delete.
7233         (_cpp_get_directive_token): Do the real work here.  Use
7234         pedantic_whitespace.
7235         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7236
7237         * cpplib.c (get_macro_name): Delete.
7238         (do_define): Read the entire line into pfile->directbuf, then
7239         feed the token list to _cpp_create_definition.
7240         * cpplib.h (HSPACE_BEFORE): new define.
7241         (struct cpp_reader): Add a toklist member, "directbuf".
7242
7243         * predict.c (estimate_probability): New heuristic: if a jump
7244         branches around a block with no successors, predict it taken.
7245         Disentangle control flow.
7246
7247 2000-04-20  Richard Henderson  <rth@cygnus.com>
7248
7249         * loop.c (emit_iv_add_mult): Revert last change.
7250
7251 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7252
7253         * cpplib.h (enum cpp_ttype): Add token types for all
7254         punctuators.  Distinguish pp-numbers from valid C numbers.
7255         Give some tokens better names.  Initialize from macro.
7256         (struct cpp_name, cpp_token, cpp_toklist): New data
7257         structures.
7258         Update prototypes.
7259         * cpplex.c (bump_column, expand_name_space,
7260         expand_token_space, init_token_list, cpp_output_list,
7261         _cpp_scan_line):  New functions.
7262         (output_line_command): Add third argument, new line number.
7263         * cpphash.h: Update prototypes.
7264         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7265         token names.
7266
7267 2000-04-20  Richard Henderson  <rth@cygnus.com>
7268
7269         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7270
7271 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7272
7273         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7274         object pointed to.
7275
7276 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7277
7278         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7279         REG_EQUAL note explaining the calculated value.
7280
7281         * calls.c (expand_call): Avoid unnecesary precalculation
7282         and outgoing parameters space guarding for sibling calls.
7283         (store_one_arg): Likewise.
7284
7285 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7286
7287         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7288         (rest_of_compilation): Write sibling dump file and account
7289         for time as jump time.
7290         * invoke.texi: Update documentation on dump flags.
7291
7292 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7293
7294         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7295
7296 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7297
7298         * cpphash.c (special_symbol): Represent an empty macro with
7299         "\r \r " not just "\r ".
7300         (_cpp_macroexpand): Correct condition for the foo ( ) special
7301         case.
7302         (unsafe_chars): Handle EOF as second argument.
7303         (push_macro_expansion): Simplify test for removing escape at
7304         end.  Do not trim both escapes if there is no text in between.
7305
7306 2000-04-19  Jim Blandy  <jimb@redhat.com>
7307
7308         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7309         of PTR_SIZE, when appropriate.
7310
7311 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7312
7313         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7314         (USE_ENUM_BITFIELDS): Fix typo.
7315
7316 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7317
7318         * stor-layout.c (place_field): Set rli->offset_align properly.
7319
7320 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7321
7322         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7323         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7324         PARM_BOUNDARY): Remove unnecessary casts.
7325
7326 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7327
7328         * calls.c (precompute_arguments): Remove must_preallocate and
7329         args_size calls.
7330         (expand_call): Update call of precompute_arguments.
7331
7332         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7333         check_insn_for_givs): Break out from ...
7334         (strength_reduce) ... here; use for_every_insn_in_loop to call
7335         check_insn_for_givs.
7336         * loop.h (for_every_insn_in_loop): Declare.
7337         (loop_insn_callback): New type.
7338
7339 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7340
7341         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7342         not nul-terminated.
7343
7344 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7345
7346         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7347         flag_pic and RELOC.
7348
7349 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7350
7351         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7352
7353         * configure.in: Delete --disable-cpplib option and all
7354         references to cpp_main.
7355         * configure: Regenerate.
7356         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7357         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7358         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7359         cpp$(exeext).  Add --no-headers to makeinfo command line when
7360         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7361         cccp.1.
7362         * install.texi: Delete all references to cexp.y/cexp.c.
7363         Delete ancient instructions for compiling GCC on 3b1.
7364         * INSTALL: Regenerate.
7365
7366         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7367         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7368         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7369         cexp.c/cexp.y.
7370         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7371         which is no longer tested anywhere.
7372
7373         * cppinit.c (handle_option): Don't run error message through
7374         gettext twice.
7375
7376 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7377
7378         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7379         * cpperror.c (hashtab.h): Now include.
7380         * cppexp.c (hashtab.h): Likewise.
7381         * cpplex.c (hashtab.h): Likewise.
7382         * cppfiles.c (hashtab.h): Likewise.
7383         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7384         to htab_find_slot_with_hash.
7385         * cpphash.c (hashtab.h): Now include.
7386         (_cpp_lookup_slot): INSERT is now enum insert_option.
7387         * cpphash.h (_cpp_lookup_slot): Likewise.
7388         * cppinit.c (hashtab.h): Include earlier.
7389         (initialize_builtins): Pass enum to htab_find_slot.
7390         * cpplib.c (hashtab.h): Now include.
7391         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7392         (do_pragma_poison, do_assert): Likewise.
7393         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7394         htab_find_slot_with_hash.
7395         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7396         * tree.c (type_hash_add): Likewise.
7397         (build1): Minor cleanup.
7398
7399         * ggc-common.c: Add missing blanks.
7400         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7401         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7402
7403         * stmt.c (mark_case_node): New function.
7404         (mark_case_nesting): Call it.
7405
7406         * expmed.c (emit_store_flag): If comparing two-word integer
7407         with zero, can optimize NE, EQ, GE, and LT.
7408
7409         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7410         * conflict.c: Minor cleanups.
7411         * optabs.c: Add blank line
7412         * simplify-rtx.c: Minor cleanups.
7413
7414 2000-04-18  Stan Cox  <scox@cygnus.com>
7415
7416         * gengenrtl.c (genlegend): Fix misspelling.
7417
7418 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7419
7420         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7421         bitfields of the host compiler are not signed quantities.
7422         * config.in: Regenerate.
7423         * configure: Regenerate.
7424         * system.h (USE_ENUM_BITFIELDS): Added.
7425         (ENUM_BITFIELDS): Added.
7426         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7427         (SHORT_ENUM_BUG): Deleted.
7428         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7429         now ENUM_BITFIELD.
7430         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7431         (CODE_FIELD_BUG): Likewise.
7432         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7433         (OLD_CC): Likewise.
7434         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7435
7436 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7437
7438         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7439         mark is active.
7440
7441 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7442
7443         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7444         * cpplib.c (do_include, do_import, do_include_next,
7445         read_line_number, detect_if_not_defined): Likewise.
7446         * cpphash.c (collect_expansion): Likewise.
7447         (special_symbol, _cpp_macroexpand): Check return from
7448         cpp_file_buffer.
7449         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7450         macros.  Delete all uses.
7451
7452         * gcc.dg/cpp-mi.c: Add two more test cases.
7453         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7454
7455 2000-04-17  Richard Henderson  <rth@cygnus.com>
7456
7457         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7458         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7459
7460 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7461
7462         * function.c (expand_function_start): Use hard_function_value to
7463         compute the RTL to use for DECL_RESULT.
7464
7465 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7466
7467         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7468         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7469          x86_memory_mismatch_stall): New global variables.
7470         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7471         alloved; fix load penalties for Athlon.
7472         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7473         x86_memory_mismatch_stall): Declare.
7474         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7475          TARGET_MEMORY_MISMATCH_STALL): New.
7476         * i386.md (athlon scheduling parameters): Fix latencies according to
7477         Athlon Optimization Manual.
7478         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7479         vector.
7480         (fsqrt instruction patterns): Set athlon_decode to direct.
7481         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7482         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7483         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7484         and TARGET_PARTIAL_REGISTER_STALL machines.
7485         (pushdf_nointeger): New pattern.
7486         (pushdf_integer): Rename from pushdf.
7487         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7488         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7489
7490 2000-04-17  Richard Henderson  <rth@cygnus.com>
7491
7492         * loop.c (canonicalize_condition): Add WANT_REG argument.
7493         Stop the search if we match it.
7494         * expr.h (canonicalize_condition): Update decl.
7495         * predict.c (expected_value_to_br_prob): Use it.  Track last
7496         expected value note.
7497         (find_expected_value): Remove.
7498
7499         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7500
7501 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7502
7503         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7504         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7505         a plain file.
7506         * configure.in: Call AC_FUNC_MMAP_FILE.
7507         * configure: Regenerate.
7508         * config.in: Regenerate.
7509
7510         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7511         * fixinc/fixincl.c: Likewise.
7512
7513 2000-04-17  Richard Henderson  <rth@cygnus.com>
7514
7515         * builtins.c (expand_builtin_expect): New.
7516         (expand_builtin): Call it.
7517         * builtins.def (BUILT_IN_EXPECT): New.
7518         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7519         * extend.texi: Document it.
7520
7521         * predict.c (expected_value_to_br_prob): New.
7522         (find_expected_value): New.
7523         * basic-block.h (expected_value_to_br_prob): Declare.
7524         * toplev.c (rest_of_compilation): Invoke it.
7525
7526         * rtl.h (NOTE_EXPECTED_VALUE): New.
7527         (NOTE_INSN_EXPECTED_VALUE): New.
7528         * rtl.c (note_insn_name): Update.
7529         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7530         cases; handle NOTE_INSN_EXPECTED_VALUE.
7531
7532 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7533
7534         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7535         leaf sibcall delay slot if flag_pic.
7536         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7537
7538 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7539
7540         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7541
7542         * fixproto: If fix-header fails, exit with an error.
7543
7544 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7545
7546         * cse.c (struct check_depdendence_data): New.
7547         (check_dependence): New function.
7548         (invalidate): Use check_depdenence.
7549
7550 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7551
7552         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7553         UNITS_PER_WORD is unsigned.
7554
7555         * tree.h (struct tree_common): Remove misleading comment.
7556
7557 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7558
7559         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7560         message in quotes. Otherwise, IBM's make program treats the '#' as the
7561         start of a comment and ignores the remainder of the line.
7562
7563         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7564         upper case.
7565         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7566         * cexp.y (initialize_random_junk): Likewise.
7567         * cppfiles.c (find_include_file): Cast alloca return value.
7568         * cppinit.c (initialize_standard_includes): Likewise.
7569         * cpplib.c (cpp_define, cpp_undef): Likewise.
7570         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7571         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7572         * fold-const.c (CHARMASK): New.
7573         (real_hex_to_f): Use it.
7574         * real.c (CHARMASK): New.
7575         (etoasc, asctoeg): Use it.
7576         (asctoeg): EBCDIC lower case characters preceed upper case.
7577
7578         * i370.c (mvs_add_label): Change spacing for coding conventions.
7579         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7580         outputing case vectors.
7581         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7582         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7583         since vector in in the data CSECT.
7584         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7585         * i370.md (Many patterns): Put the length in the XL directives.
7586         (movdi): Put back STM and MVC in definition.
7587         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7588         pattern using the TCA.
7589         * oe.h (CPP_SPEC): Added to allow trigraphs.
7590         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
7591         not support the "long long" type.
7592
7593 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7594
7595         * config/mips/mips-protos.h (mips_legitimate_address_p): New
7596         function.
7597         (mips_reg_mode_ok_for_base_p): Likewise.
7598         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
7599         (REG_OK_FOR_INDEX_P): Define unconditionally.
7600         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
7601         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
7602         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
7603         that GET_MODE_SIZE is unsigned.
7604         (mips_reg_mode_ok_for_base_p): Define.
7605         (mips_legitimate_address_p): Likewise.  Adjust now
7606         that GET_MODE_SIZE is unsigned.
7607         (block_move_loop): Make the number of bytes unsigned.
7608         (expand_block_move): Likewise.
7609         (function_arg): Make the loop counter unsigned to match the
7610         boundary condition.
7611
7612 2000-04-16  Richard Henderson  <rth@cygnus.com>
7613
7614         * rtl.h (enum insn_note): New enumeration.  Subsume
7615         NOTE_INSN_DELETED and friends.
7616         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
7617         * rtl.c (note_insn_name): Tweak string order.
7618
7619 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
7620
7621         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
7622         to offset * 2.
7623
7624         * cpplex.c (output_line_command): Remove debugging prints.
7625         (cpp_output_tokens): Don't write out a zero-length buffer or
7626         try to see if it has a newline in it.
7627         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
7628         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
7629         the end of the loop.  Use memmove.  Don't read past the end of
7630         the buffer.  Remove trailing newlines from error messages.
7631
7632 2004-04-16  Neil Booth  <NeilB@earthling.net>
7633
7634         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
7635         * cpplib.c: Add new syntax flags to directive table, and
7636         supporting macros.
7637
7638 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
7639
7640         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
7641         using ret $N.
7642
7643 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7644
7645         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
7646         * haifa-sched.c: Update -fsched-verbose comments to use "=".
7647
7648 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7649
7650         * Makefile.in (ggc-page.o): Now includes toplev.h.
7651         * ggc-page.c (toplev.h): Now included.
7652         (gc_time): Remove declaration.
7653         (ggc_collect): TIME now long.
7654         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
7655         others static.
7656         * toplev.h (gc_time, parse_time, gc_time): New declarations.
7657
7658         * toplev.c: Make *_time variable long to reduce chance of overflow.
7659         (TIMEVAR): Likewise for `otime'.
7660         (print_time): Arg is now long; compute percentage in FP and round.
7661         * toplev.h (print_time): Arg is long.
7662
7663         * tree.c: Minor whitespace changes.
7664
7665         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
7666         * configure: Rebuilt.
7667         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
7668         (__fixunsxfDI): Renamed from __fixunsxfdi.
7669         (__fixunsdfDI): Renamed from __fixunsdfdi.
7670         (__fixunssfDI): Renamed from __fixunssfdi.
7671         (__floatdisf): Use proper type in REP_BIT macro.
7672         (__fixunsxfSI): Renamed from __fixunsxfsi.
7673         (__fixunsdfSI): Renamed from __fixunsdfsi.
7674         (__fixunssfSI): Renamed from __fixunssfsi.
7675         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
7676         Change location of macros and upper-case some names as above.
7677         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
7678         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
7679
7680         * varasm.c (assemble_variable): Add cast to remove warning.
7681         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
7682
7683         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
7684         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
7685         region number to -1.
7686
7687 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
7688
7689         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
7690         call unshare_all_rtl.
7691
7692         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
7693
7694 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
7695
7696         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
7697         Use .s1 not .s0 for all FP instructions.
7698
7699 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
7700
7701         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
7702         interfaces.
7703         (safe_fwrite, output_line_command): New static functions.
7704         (cpp_expand_to_buffer): Now private to cpplib.
7705         (cpp_scan_buffer): Take a printer.
7706
7707         * cpphash.h: Update prototypes.
7708         * cpplib.h: Update prototypes.
7709         (cpp_printer): New.
7710         (cpp_buffer): Remove last_nominal_fname.
7711         (cpp_reader): Remove lineno.
7712
7713         * cppmain.c: Use a cpp_printer.
7714         * fix-header.c: No need to inhibit line commands.  Call
7715         cpp_start_read with no printer.
7716
7717         * cpperror.c (cpp_notice_from_errno): Provide default name.
7718         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
7719         (find_include_file, cpp_read_file): Use make_IHASH.
7720         (file_cleanup): Set control_macro and clear
7721         input_stack_listing_current here.
7722         (_cpp_execute_include): Don't output entering-file marker.
7723         * cpphash.c (special_symbol): Look for the line number in the
7724         buffer, not the reader.
7725         (_cpp_macroexpand): No need to disable line commands.
7726         (_cpp_dump_definition): No need to generate line commands.
7727         (dump_hash_helper): Remove excess newline from output.
7728         * cppinit.c (dump_special_to_buffer): No need to generate line
7729         commands.
7730         (cpp_printer_init): New.
7731         (cpp_start_read): Take a printer, and start it up if it's not
7732         NULL.  No need to generate line commands.
7733         (cpp_finish): Expect no buffers stacked at all.  Take a
7734         printer argument, and flush the output buffer if it's not
7735         NULL.
7736         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
7737         Don't put two hashes at the beginning of an assertion.
7738         (cpp_get_token): Don't increment pfile->lineno or emit line
7739         commands here.  Return EOF if there's no buffer when we get
7740         EOF.
7741         * cpplib.c (do_define, skip_if_group):
7742         No need to disable line commands.
7743         (_cpp_output_line_command): Delete function.
7744         (do_line): Don't emit line commands here, but set things up so
7745         they will be emitted if necessary.  Use _cpp_fake_ihash to
7746         make unique nominal_fnames if necessary.
7747         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
7748         with 0 for column, not -1.
7749         (_cpp_handle_eof): Don't set the control macro here.  Don't
7750         clear input_stack_listing_current here.  Don't emit line
7751         commands.
7752
7753 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
7754
7755         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
7756         always, use the default SVR4 start address.
7757
7758         * config/rs6000/linux.h (LINK_SPEC): Don't define.
7759         (LINK_SHLIB_SPEC): Define.
7760         (LINK_START_DEFAULT_SPEC): Define.
7761         (LINK_OS_DEFAULT_SPEC): Define.
7762
7763         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
7764
7765         * config/rs6000/eabi.asm (__eabi): Call __init rather than
7766         __do_global_ctors to handle constructors.
7767         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
7768         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
7769         (STARTFILE_MVME_SPEC): Likewise.
7770         (STARTFILE_SIM_SPEC): Likewise.
7771         (ENDFILE_ADS_SPEC): Use crtend.
7772         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
7773         (ENDFILE_MVME_SPEC): Likewise.
7774         (ENDFILE_SIM_SPEC): Likewise.
7775         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
7776         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
7777         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
7778         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
7779         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
7780         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
7781         (CRTSTUFF_T_CFLAGS_S): Define.
7782         * config/rs6000/eabi-ctors.c: Delete.
7783
7784         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
7785         boundary.
7786         (__fini): Likewise.
7787         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
7788         boundary.
7789         (__fini): Likewise.
7790
7791 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
7792
7793         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
7794         plus mask size is smaller or equal to the mode size.
7795
7796 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7797
7798         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
7799         not yet set.
7800
7801         * expr.c (reload.h): Now included.
7802         (emit_block_move): Set volatile_ok when checking for movstr.
7803         (emit_move_1): Check for replacements in addresses in multi-word case.
7804         * Makefile.in (expr.o): Now includes reload.h.
7805
7806         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
7807         Never have a LIBCALL end a basic block.
7808         (find_basic_blocks_1): Likewise.
7809         Reorganize CALL_INSN cases.
7810
7811         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
7812
7813 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
7814
7815         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
7816         completers from mov.ret instruction.
7817
7818 2000-04-14  Richard Henderson  <rth@cygnus.com>
7819
7820         * fold-const.c (extract_muldiv): Don't distribute and widen
7821         multiply across plus for non-sizetype unsigned types.
7822
7823 2000-04-14  Richard Henderson  <rth@cygnus.com>
7824
7825         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
7826         If the original source is dead in the incr insn, it's dead now.
7827
7828 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7829
7830         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
7831         see if DECL_BIT_FIELD needs to still be set.
7832
7833         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
7834
7835         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
7836         print_int_cst_octal with something that's not an INTEGER_CST.
7837
7838         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
7839         and not a SUBREG to a FLOAT rtl.
7840
7841 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
7842
7843         * emit-rtl.c (try_split): Avoid infinite loop if the split
7844         results in a sequence that contains the original insn.
7845
7846 2000-04-13  Andreas Jaeger  <aj@suse.de>
7847
7848         * config/mips/mips.c (expand_block_move): Pass alignment
7849         argument to move_by_pieces in bits, not bytes.
7850
7851         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
7852         __pic__ for little endian.
7853
7854 2000-04-13  Andreas Jaeger  <aj@suse.de>
7855
7856         * config/i386/i386-protos.h: Add prototype for
7857         uno_comparison_operator.
7858
7859 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7860
7861         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
7862         * calls.c (ECF_PURE): New flag.
7863         (emit_call_1): Handle ECF_PURE calls.
7864         (initialize_argument_information): Unset ECF_PURE flag too.
7865         (precompute_arguments): Precompute for ECF_PURE too.
7866         (expand_call): Handle ECF_PURE calls too.
7867         (emit_library_call_value_1): Rename no_queue argument to fn_type,
7868         accept value of 2 as pure function.
7869         (emit_library_call_value, emit_library_call): Rename no_queue argument
7870         to fn_type.
7871         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
7872
7873         * tree.h (DECL_IS_PURE): New macro.
7874         (struct tree_decl): Add pure_flag.
7875         * c-common.c (enum attrs): Add attribute "pure".
7876         (init_attributes): Initialize attribute "pure"
7877         (decl_attributes): Handle attribute "pure".
7878         * extend.texi (Attribute "pure"): Document.
7879         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
7880         in pure function.
7881         (flags_from_decl_or_type): Support attribute "pure".
7882
7883 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
7884
7885         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
7886         the token except for numbers and identifiers.
7887
7888 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
7889
7890         * i386.c (ix86_expand_binary_operator,
7891         ix86_expand_unary_operator): Check no_new_pseudos
7892         instead of reload_in_progress and reload_completed.
7893         (ix86_split_ashldi, ix86_split_ashrdi,
7894         ix86_split_lshrdi): Check no_new_pseudos instead
7895         of reload_completed.
7896
7897 2000-04-12  Jeffrey A Law  (law@cygnus.com)
7898
7899         * function.c (purge_addressof): Unshare any shared rtl created by
7900         purge_addressof and its children.
7901
7902 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7903
7904         * function.c (aggregate_value_p): VOID_TYPE nodes are never
7905         aggregates.
7906
7907 2000-04-05  Andreas Jaeger  <aj@suse.de>
7908
7909         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
7910         not compiling PIC code, add flags for mabi=64.
7911         (SUBTARGET_CPP_SIZE_SPEC): New.
7912         (SUBTARGET_CPP_SPEC): New.
7913         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
7914         for MIPS/Linux and lots of code needs these defines.
7915
7916 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
7917
7918         * reorg.c (fill_slots_from_thread): Check side_effects_p when
7919         trying the "opposite arithmetic" approach.
7920
7921 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7922
7923         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
7924         (struct sh_args): Add new field force_mem.
7925         (INIT_CUMULATIVE_ARGS): Initialize it.
7926         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
7927
7928 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7929
7930         * calls.c (expand_call): Do not reverse args in "equal from" field.
7931         (emit_library_call_value_1): Emit_libcall_block for const and pure
7932         function.
7933
7934 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7935
7936         * reload1.c (reload_combine): Don't enable optimization for fixed
7937         registers when encountering a BARRIER.
7938
7939 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7940
7941         * builtins.c (expand_builtin_memcmp): Do expansion even with
7942         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
7943
7944         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
7945         stack is propertly aligned; add sanity checking for aligned
7946         stack pointer.
7947         (expand_library_call_value_1): Add sanity checking for aligned
7948         stack pointer.
7949
7950 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
7951
7952         * calls.c (emit_library_call_value_1): Change 3rd arg to
7953         locate_and_pad_parm to disregard the setting of partial.
7954
7955 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7956
7957         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
7958
7959         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
7960         CALL_INSN from the normal case.
7961
7962 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7963
7964         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7965         New global variables.
7966         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
7967         adjustment.
7968         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7969         Declare,
7970         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
7971          TARGET_ADD_ESP_8): New macros.
7972         * i386.md: Add peep2s to convert esp adjustments to push and pop
7973         instructions.
7974         (pushsi_prologue, popsi_epilogue): New patterns.
7975
7976 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7977
7978         * real.c (toe64): Remove stale #endif from the last change.
7979
7980 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
7981
7982         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
7983         * real.c (toe64): Revert previous change.
7984
7985 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7986
7987         * objc/objc-act.c: Include ggc.h.
7988         (objc_tree_index, objc_global_trees): Convert most of the
7989         static tree variables into a static array with previous names
7990         as defines.
7991         (objc_ellipsis_node): New variable.
7992         (lang_init): Call objc_act_parse_init and c_parse_init.
7993         Create objc_ellipsis_node.
7994         (build_selector_translation_table): Use objc_ellipsis_node instead
7995         of (tree)1.
7996         (hack_method_prototype): Likewise.
7997         (get_arg_type_list): Likewise.
7998         (start_method_def): Likewise.
7999         (continue_method_def): Likewise.
8000         (gen_method_decl): Likewise.
8001         (ggc_mark_imp_list): New function.
8002         (ggc_mark_hash_table): New function.
8003         (objc_act_parse_init): New function.
8004         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8005         * c-parse.in (c_parse_init): For objc add roots of objc specific
8006         local tree variables.
8007         * objc/objc-parse.y: Rebuilt.
8008         * objc/objc-parse.c: Rebuilt.
8009         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8010
8011 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8012
8013         * cse.c (delete_trivially_dead_insns): Also delete insns
8014         that copy a register to itself where the destination is
8015         a strict_low_part.
8016
8017 2000-04-11  Richard Henderson  <rth@cygnus.com>
8018
8019         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8020         (propagate_block): Initialize them.  Use them in parallel instead
8021         of one tmp variable, ie revert much of the 0408 and 0407 functional
8022         changes, but keep the structural changes.
8023         (mark_set_regs): Take new_dead from propagate_block_info instead.
8024         (mark_set_1, mark_set_reg): Likewise.
8025         (mark_used_regs): Likewise with new_live.
8026         (mark_used_reg): Likewise.  Revert 0408 change.
8027
8028 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8029
8030         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8031         restriction.
8032         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8033
8034 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8035
8036         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8037         const section to output a CONSTRUCTOR based on the same conditions
8038         used for VAR_DECLs.
8039
8040 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8041
8042         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8043         * pa/pa-protos.h (output_call): Add additional argument indicating
8044         if the call is a sibling/tail call.
8045         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8046         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8047         (function_arg, function_arg_partial_nregs): Likewise
8048         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8049         (emit_move_sequence): Zero extend certain constants as needed
8050         for TARGET_64BIT.
8051         (compute_zdepdi_operands, output_64bit_and): New functions.
8052         (output_64bit_ior, function_arg): Likewise.
8053         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8054         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8055         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8056         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8057         (output_bvb): Likewise.
8058         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8059         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8060         as needed.
8061         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8062         (ouput_arg_descriptor): Do not emit argument descriptors for
8063         TARGET_64BIT.
8064         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8065         defined.
8066         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8067         (FUNCTION_OK_FOR_SIBALL): Define.
8068         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8069         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8070         (CPP_SPEC): Use new spec infrastructure.
8071         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8072         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8073         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8074         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8075         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8076         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8077         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8078         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8079         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8080         (FUNCTION_ARG); Call out to C code.
8081         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8082         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8083         (MIN_UNITS_PER_WORD): Likewise.
8084         * pa/pa.md (cmpdi): New expander.
8085         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8086         (64bit conditional arithmetic): New patterns.
8087         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8088         (movsicc): Not available if modes on all the operands to not match.
8089         (movdicc): New expander and associated patterns.
8090         (64bit branches): New patterns.
8091         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8092         (pre_ldd, post_std): New patterns.
8093         (64bit addil, load low part): New patterns.
8094         (special movsf constant): Not available for TARGET_64BIT.
8095         (movsf, movdf expanders): Force constants into memory.
8096         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8097         (64bit movdf/movdi patterns): New patterns.
8098         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8099         for TARGET_64BIT.
8100         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8101         (adddi3 expander): Allow "arith_operand" for second input.
8102         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8103         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8104         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8105         (muldi3): New expander for TARGET_64BIT.
8106         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8107         for TARGET_64BIT.
8108         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8109         patterns for TARGET_64BIT.
8110         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8111         patterns for TARGET_64BIT.
8112         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8113         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8114         (sibcall_epilogue): New expander.
8115         (casesi): Tweak for TARGET_64BIT.
8116         (call expanders): Set & use the outgoing argument pointer.  Use the
8117         64bit call patterns as needed. Add additional arg to output_call.
8118         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8119         (sibcall, sibcall_internal_symref): New expanders.
8120         (sibcall_value, sibcall_value_internal_symref
8121         (interspace_jump): Turn into an expander + matching patterns.
8122         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8123         * pa/pa64-regs.h: Eliminate trigraph sequences.
8124         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8125
8126 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8127
8128         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8129         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8130         cpp_token with cpp_ttype everywhere.
8131         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8132         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8133         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8134         long.
8135         * cpplex.c (cpp_buf_line_and_col): Delete.
8136         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8137         'long lineno' to 'unsigned int lineno'.
8138         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8139
8140 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8141
8142         * extend.texi: ISO C99 is not a draft anymore.
8143         * invoke.texi: ISO C++ is not a draft anymore.
8144         * cpp.texi: __cplusplus is required by the ISO standard.
8145
8146         * extend.texi (-fthis-is-variable): Undocument.
8147         * flags.h (warn_template_debugging): Remove declaration.
8148         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8149         -Wenum-clash, -Wtemplate-debugging): Undocument.
8150
8151 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8152
8153         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8154         integer.
8155         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8156         integer.
8157         (ARM_SIGN_EXTEND): Use HOST_UINT.
8158         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8159         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8160         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8161         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8162
8163         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8164         (arm_gen_constant): Use HOST_UINT.
8165         (arm_canonicalize_constant): Use HOST_UINT.
8166         (arm_reload_in_hi): Use HOST_UINT.
8167         (arm_reload_out_hi): Use HOST_UINT.
8168         (output_multi_immediate): Use HOST_UINT.
8169         (int_log2): Use HOST_UINT.
8170         (arm_poke_function_name): Use HOST_UINT.
8171         (arm_output_epilogue): Use arm_volatile_func().
8172         (output_thumb_prologue): Use arm_strip_name_encoding().
8173
8174 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8175
8176         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8177         of sequence point problems.
8178
8179 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8180
8181         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8182         Recomment.
8183         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8184
8185 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8186
8187         * sbitmap.h: Whitespace changes and use upper-case macro args.
8188         (struct simple_bitmap_def): All sizes now unsigned.
8189         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8190         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8191         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8192         (sbitmap_zero): Cast bzero arg to PTR.
8193         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8194         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8195         loop to make structure clearer.
8196         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8197         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8198         (sbitmap_a_and_b_or_c): Likewise.
8199         (sbitmap_intersection_of_succs): Minor cleanups.
8200         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8201         (sbitmap_union_of_preds): Likewise.
8202         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8203         (debug_sbitmap): New function.
8204
8205         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8206         * c-typeck.c (convert_for_assignment): Likewise.
8207
8208         * expmed.c (init_expmed): Don't free objects we make.
8209         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8210
8211         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8212         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8213
8214         * gcse.c (expr_hash_table_size): Now unsigned.
8215         (compute_ae_gen): Local variable `i' now unsigned.
8216         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8217         (compute_transout, hoist_code): Likewise.
8218         (compute_local_properties): Likewise, also hash_table_size.
8219         (alloc_expr_hash_table): N_INSNS now unsigned.
8220         (delete_null_pointer_checks): Mark arg F as unused.
8221
8222         * regrename.c: Minor cleanups, including chang some variables
8223         to unsigned int.
8224
8225 2000-04-10  Neil Booth  <NeilB@earthling.net>
8226
8227         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8228         than GETC ().
8229         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8230
8231 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8232
8233         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8234         __classof__, and __headof__ from the list of gnu keywords.
8235         (-ansi): Remove -foperator-names from list of implied options.
8236         Do not call it ANSI C++.
8237         (-foperator-names): Document as -fno-operator-names.
8238
8239 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8240
8241         * cpphash.c (timestamp): Delete.
8242         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8243         (special_symbol): Remove unnecessary braces.  Remove
8244         T_VERSION.  Treat T_STDC like T_CONST unless
8245         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8246         when one is encountered, then convert them into T_MCONST
8247         nodes.
8248         * cppinit.c (builtin_array): version_string is T_MCONST.
8249         __STDC__ has a "1" in its cpval.  Don't have a terminator
8250         entry.  Clean up which entries are dumped.
8251         (initialize_builtins): Only __STDC__ gets the special
8252         -traditional treatment.  Count the length of builtin_array.
8253         Render version_string here.
8254         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8255         * cpplib.h (struct cpp_reader): Remove timebuf.
8256
8257 2000-04-09  Richard Henderson  <rth@cygnus.com>
8258
8259         * genrecog.c (pred): Update comparison_operator for the unordered
8260         operators.
8261
8262         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8263         operators.
8264         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8265         (uno_comparison_operator): New.
8266         (put_condition_code): Handle UNORDERED/ORDERED.
8267         (unsigned_comparison): Likewise.
8268         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8269         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8270         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8271         update all callers.  Handle all 8 unordered operators.
8272         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8273         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8274         * config/i386/i386.h (PREDICATE_CODES): Update.
8275         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8276         (ix86_expand_branch, ix86_expand_setcc): Update.
8277         * config/i386/i386.md (sunordered, sordered): New.
8278         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8279         (bunordered, bordered): New.
8280         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8281         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8282         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8283
8284 2000-04-09  Philip Blundell  <philb@gnu.org>
8285
8286         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8287
8288 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8289
8290         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8291         fix_truncxfhi2): New patterns.
8292         * i386.c (output_fix_trunc): Handle converting to HImode.
8293
8294 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8295
8296         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8297         life_analysis.
8298         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8299         (for_each_successor_phi): Change parameter to basic_block.
8300         (coalesce_regs_in_successor_phi_nodes): Likewise.
8301         (coalesce_regs_in_copies): Likewise.
8302         (compute_coalesced_reg_partition): Use basic_block instead of index.
8303         * rtl.h (convert_to_ssa): Delete.
8304         (convert_from_ssa): Likewise.
8305         (successor_phi_fn): Likewise.
8306         (for_each_successor_phi): Likewise.
8307         (in_ssa_form): Likewise.
8308         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8309         (convert_from_ssa): Likewise.
8310         (successor_phi_fn): Likewise.
8311         (in_ssa_form): Likewise.
8312         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8313         * flow.c (calculate_global_regs_live): Pass a basic_block to
8314         for_each_successor_phi.
8315
8316 2000-04-08  Richard Henderson  <rth@cygnus.com>
8317
8318         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8319         was modified in the current insn.
8320
8321 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8322
8323         * arm/thumb.md: Delete.
8324         * arm/thumb-protos.h: Delete.
8325
8326 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8327
8328         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8329
8330         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8331
8332         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8333         into branch.
8334
8335         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8336         define_expand.
8337         (*arm_nop, *thumb_nop): Delete.
8338
8339         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8340         constants.  Use casts instead.
8341         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8342         output_multi_immediate, arm_poke_function_name): Likewise.
8343         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8344         MASK_RETURN_ADDDR): Likewise.
8345
8346         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8347
8348         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8349         into branch.
8350
8351         * arm.md (eh_epilogue): New function.
8352         * arm.h (struct machine_function): Move to here ...
8353         * arm.c: ... from here.
8354         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8355         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8356         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8357
8358         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8359
8360         * config/arm/semi.h (ASM_SPEC): Restore definition.
8361         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8362
8363         * config/arm/elf.h (ASM_SPEC): Restore definition.
8364         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8365
8366         * config/arm/arm.h (ASM_SPEC): Remove definition.
8367         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8368
8369         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8370
8371         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8372
8373         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8374
8375         Various formating tidyups, elimination of compile time
8376         warnings and synchronisation with internal sources:
8377
8378         * config/arm/arm-protos.h (assemble_align): Add prototype.
8379         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8380         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8381         (arm_return_addr_rtx): Rename to arm_return_addr.
8382
8383         * config/arm/arm.c: Include except.h.
8384         Define shorter typenames for strict minipool_node and struct
8385         minipool_fix.
8386         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8387         in memory.
8388         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8389         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8390
8391         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8392         already defined.
8393         (ASM_SPEC): Define if not already defined.
8394         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8395
8396         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8397         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8398         arm_gen_compare_reg.
8399         (indirect_jump):  Only accept register operands.
8400         (load_indirect_jump): Keep this pattern since combine can generate
8401         it.
8402
8403         * config/arm/coff.h: Include aout.h.
8404         (MULTILIB_DEFAULTS): Only define if not already defined.
8405
8406         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8407         into arm.h (so that COFF ports can support thumb based aliases).
8408         (ASM_SPEC): Move definition into arm.h
8409
8410         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8411         redundant apcs spec.
8412         (ASM_SPEC): Move definition to arm.h
8413
8414         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8415
8416         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8417         for entries in the .bss section
8418
8419         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8420
8421         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8422         to thumb_far_jump_used_p.
8423
8424         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8425         single integer parameter.
8426
8427         * config/arm/arm.c (struct machine_function): Add two new
8428         fields, 'far_jump_used' and 'arg_pointer_live'.
8429         (thumb_far_jump_used_p): Once the decision has been made that
8430         far jumps might be used, always return true.
8431         If being called from the initial elimination offset macro then
8432         do not bother to perform the test if the arg pointer is not
8433         being used.
8434         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8435         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8436
8437         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8438
8439         * arm.c (output_return_instruction): Handle more cases where we can
8440         return from a function with an ldr instruction.
8441         (arm_output_epilogue): Likewise.
8442
8443         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8444         if we need to push a large stack frame and there are no callee-saved
8445         registers.
8446
8447         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8448         in ARM code if the frame pointer has been eliminated.
8449
8450         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8451         unspec_volatile arguments to avoid duplicates.
8452         (consttable_1, consttable_2): Fixes for big-endian mode.
8453
8454         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8455         as appropriate.
8456
8457         Re-write constant pool code.
8458         * arm.c (minipool_node, minipool_fix): New types.
8459         (minifix): Delete type.
8460         (arm_add_minipool_constant): Delete.
8461         (arm_compute_minipool_offsets, arm_find_barrier,
8462         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8463         (get_jump_table_size): Now returns HOST_WIDE_INT.
8464         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8465         functions.
8466         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8467         (assign_minipool_offsets, arm_print_value): Likewise.
8468         (dump_minipool): Rewrite.
8469         (arm_barrier_cost): New function.
8470         (create_fix_barrier): New function.
8471         (push_minipool_barrier): New function.
8472         (push_minipool_fix): Record additional information about the fixup
8473         required.
8474         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8475         check the mode of what needs fixing.
8476         (arm_reorg): Rewrite.
8477
8478         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8479
8480         * config/arm/arm.md (indirect_jump): Force constant addresses into
8481         a register.
8482
8483         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8484
8485         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8486
8487         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8488
8489         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8490         adjust is word aligned.
8491         (thumb_expand_epilogue): Make sure that stack adjust is word
8492         aligned.
8493
8494         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8495
8496         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8497
8498         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8499         pointer relative addresses.
8500
8501         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8502
8503         * arm.c (find_barrier): Find the last barrier within the allowed
8504         range.
8505
8506         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8507
8508         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8509
8510         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8511
8512         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8513         ARM_FUNCTION_PROFILER.
8514
8515         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8516         ARM_FUNCTION_PROFILER.
8517
8518         * config/arm/linux-oldld.h: Imported from mainline sources.
8519
8520         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8521
8522         * config/arm/lib1funcs.asm: Merge in thumb functions from
8523         lib1thumb.asm.
8524
8525         * config/arm/lib1thumb.asm: Delete.
8526
8527         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8528
8529         * config/arm/arm.c: Sychronised with current Red hat local
8530         sources.
8531         * config/arm/arm.h: Ditto.
8532         * config/arm/arm-protos.h: Ditto.
8533
8534         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8535
8536         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8537
8538         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8539         byte stores.
8540
8541         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8542
8543         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8544
8545         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8546         (return) was emited using an emit_insn() call.
8547
8548         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8549
8550         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8551         thumb stack frame.
8552         (thumb_exit): Move frame pointer back into hard frame pointer
8553         register if backtracing is being used.
8554
8555         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8556
8557         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8558         into branch.
8559
8560         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8561
8562         * config/arm/arm.md (neg_pool_offset): Provide default for new
8563         attribute.
8564         (arm_movsi_insn): Add neg_pool_offset attribute.
8565         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8566         rtx for the insn that starts the scan and an unsigned long for its
8567         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8568         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8569         instructions in *PINSERTED.
8570         (struct minipool_fixup): Add MIN_ADDRESS elt.
8571         (sort_fixups): Compute it.
8572         (arm_reorg): Changes to support inserting pools before the insn to be
8573         fixed up.
8574
8575         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8576
8577         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8578         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8579         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8580
8581         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8582
8583         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8584         defined.
8585         (TARGET_DEFAULT): Do not define if already defined.
8586
8587         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8588
8589         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8590         (iordi3): Allow disjoint source operands.
8591         (xordi3): Allow disjoint source operands.
8592         (negdi2): Permit construction for ARM and Thumb.
8593         (arm_negdi2): Renamed version of old negdi2 pattern.
8594         (thumb_negdi2): New pattern: Only permit non-overlapping
8595         source and destination.
8596
8597         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
8598
8599         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
8600         scratch low register so that it will not be deleted.
8601
8602         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
8603
8604         * config/arm/pe.h (ARM_PE): Define.
8605
8606         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
8607         interfacearm attribute if this is a PE toolchain.
8608         (output_return_instruction): Do not emit anything if the function
8609         has the naked attribute set.
8610         (is_called_in_ARM_mode): If the function has the interfacearm
8611         attribute then return true.
8612         (thumb_expand_prologue): Do not generate a prologue for naked
8613         functions.
8614         (thumb_expand_epilogue): Do not generate an epilogie for a naked
8615         function.
8616         (output_thumb_prologue): Do not bother if the function is naked.
8617         Strip PE encoding from function name before emitting.
8618
8619         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
8620
8621         * arm.md (pic_load_addr): Fix constraints.
8622
8623         * arm.md (casesi_insn): Fix mis-applied patch.
8624
8625         * arm.md ("core" function unit): Add rules for single- and
8626         multi-cycle insns.
8627         (All TARGET_THUMB patterns): Add "type" attribute information
8628         where needed.
8629         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
8630         the following insn is a CALL.
8631
8632         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
8633         pointer.
8634         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
8635         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
8636         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
8637
8638         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
8639
8640         * config/arm/linux-gas.h: oops - this file was missed out when the
8641         branch was created...
8642
8643         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
8644
8645         * thumb.c: Deleted.  Move contents to ...
8646         * arm.c: ... here.
8647         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
8648         rule for thumb.o
8649         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
8650         * configure: Regen.
8651
8652         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
8653         declare a prototype for asm_output_align();
8654
8655         * arm.c (thumb_condition_code): Delete.
8656         (arm_print_operand): Always use arm_condition_code array.
8657
8658         * arm.c (thumb_return_addr_rtx): Delete.
8659         (arm_save_machine_status, arm_restore_machine_status): Delete.
8660         (arm_init_machine_status, arm_mark_machine_status): New functions.
8661         (arm_init_expanders): Update accordingly.
8662         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
8663         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
8664         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
8665
8666         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
8667
8668         * configure.in : Fix arm-*-aout target to use new t-arm-aout
8669         script.
8670         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
8671         targets.
8672
8673         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
8674
8675         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
8676         stack backtrace structure.
8677
8678         * config/arm/arm-protos.h: Add prototypes for functions defined in
8679         arm/pe.h.
8680
8681         * config/arm/arm.c (arm_override_options): Fix selection of
8682         attributes of default processor.
8683
8684         * config/arm/coff.h: Delete needless #include.
8685
8686         * config/arm/pe.c: Delete unused code.
8687
8688         * config/arm/pe.h (CPP_DEFINES): Delete
8689         (SUBTARGET_CPP_SPEC): Define.
8690         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
8691
8692         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
8693
8694         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
8695
8696         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
8697         updated.
8698         (CAN_DEBUG_WITHOUT_FP): Define.
8699         (FIXED_REGISTERS): Make r11 call-saved.
8700         (CALL_USED_REGISTERS): Likewise.
8701         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
8702         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
8703         frame-pointer is required.
8704         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
8705         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
8706         if the target normally needs a stack frame in non-leaf functions.
8707         (use_return_insn): Correct logic for determining when a return
8708         instruction can be used.
8709         (output_return_instruction): Handle the frame-pointer register as
8710         a normal register when not TARGET_APCS_FRAME.
8711         (arm_output_prologue): Likewise.
8712         (arm_output_epilogue): Likewise.
8713         (output_func_epilogue): Likewise.
8714         (arm_expand_prologue): Likewise.
8715         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
8716
8717         * arm.c (use_return_insn): No need to check floating point regs if
8718         TARGET_SOFT_FLOAT.
8719         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
8720         the code of value stored in the minipool array.
8721         (arm_add_minipool_constant): Likewise.
8722
8723 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8724
8725         * basic-block.h (conflict_graph_enum_fn): K&R fix.
8726
8727 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8728
8729         * tree.c (tree_expr_nonnegative_p): New function.
8730
8731         * tree.h (tree_expr_nonnegative_p): Declare.
8732
8733         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
8734         elide some sign_compare warnings.
8735         (build_conditional_expr): Likewise.
8736
8737 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
8738
8739         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
8740
8741         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
8742         * i386.c (print_operand): Use the proper suffix for a 387 HImode
8743         operand.  Abort if a 387 operand has an unsupported size.
8744
8745 2000-04-08  Neil Booth  <NeilB@earthling.net>
8746
8747         * cppexp.c (parse_charconst): Null does not end character
8748         constants.
8749         * cppinit.c (ISTABLE): Null character handled as whitespace.
8750         * cpplex.c (null_warning):  new function.
8751         (skip_string): Emit warning if nulls encountered.
8752         (_cpp_skip_hspace): Emit warning if nulls encountered.
8753         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
8754         them.
8755         * cpp.texi: Update.
8756
8757 2000-04-07  Richard Henderson  <rth@cygnus.com>
8758
8759         * flow.c (loop_depth): Remove.
8760         (reg_next_use, cc0_live, mem_set_list): Replace with ...
8761         (struct propagate_block_info): New.
8762         (life_analysis): Don't allocate reg_next_use.
8763         (propagate_block_delete_insn): Break out of propagate_block.
8764         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
8765         (propagate_block_delete_libcall): Likewise.
8766         (propagate_block): Create a propagate_block_info struct to pass
8767         to subroutines.  Allocate one not two temporary regsets.  Don't
8768         clobber memory for const calls.  Look for clobbers in
8769         CALL_INSN_FUNCTION_USAGE.
8770         (mark_set_regs): Recognize COND_EXEC.
8771         (mark_set_reg): Break out of mark_set_1.
8772         (mark_used_reg): Break out of mark_used_regs.
8773         (mark_used_regs): Recognize COND_EXEC.
8774         (insn_dead_p): Use propagate_block_info struct.
8775         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
8776         (find_auto_inc, try_pre_increment_1): Likewise.
8777         (print_rtl_with_bb): Dump regs live at end too.
8778         (count_reg_sets_1): Pass in loop_depth.
8779         (count_reg_sets, count_reg_references): Likewise.
8780         (recompute_reg_usage): Provide it.
8781
8782 2000-04-07  Richard Henderson  <rth@cygnus.com>
8783
8784         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
8785         not the raw files.
8786
8787 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8788
8789         * cpplib.c (do_elif): Skip the rest of the line if we're
8790         not going to bother evaluating it.
8791         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
8792         to avoid pointless calls to the lexer.
8793
8794 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
8795
8796         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
8797
8798 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
8799
8800         * calls.c (expand_call): emit_queue if we're trying a sibcall.
8801
8802 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
8803
8804         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
8805
8806 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
8807
8808         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
8809         crtend so they can be multilibbed.
8810         (STAGESTUFF): Remove s-crt and s-crtS.
8811
8812 2000-04-07  Richard Henderson  <rth@cygnus.com>
8813
8814         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
8815         if we discover we need a pseudo and no_new_pseudos is true.
8816         * config/alpha/alpha.md (ne:DI insn): New.
8817         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
8818
8819 2000-04-07  Richard Henderson  <rth@cygnus.com>
8820
8821         * rtl.def (COND_EXEC): New.
8822         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
8823         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
8824
8825         * genconfig.c (have_cond_arith_flag): Remove.
8826         (have_cond_exec_flag): New.
8827         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
8828         (main): Print HAVE_conditional_execution.
8829
8830         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
8831         (sched_analyze_insn, print_pattern): Likewise.
8832         * reload.c (find_equiv_reg): Likewise.
8833         * rtlanal.c (reg_referenced_p): Likewise.
8834         (note_stores, dead_or_set_regno_p): Likewise.
8835         (reg_overlap_mentioned_p): Rewrite to use a switch.
8836
8837         * ggc.h (struct rtx_def): Forward declare.
8838
8839         * print-rtl.c (debug_rtx_range): New.
8840         * rtl.h (debug_rtx_range): Declare.
8841
8842         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
8843
8844         * gcse.c (gcse_main): Don't rebuild the CFG here.
8845         (delete_null_pointer_checks): Likewise.
8846         * ssa.c (convert_to_ssa): Likewise.
8847         * toplev.c (rest_of_compilation): Do it here instead.  Combine
8848         sequential calls to TIMEVAR.  Consistently use `insns' instead of
8849         `get_insns()'.  Always split insns after reload when optimizing.
8850
8851         * basic-block.h (merge_blocks_nomove): Declare.
8852         (tidy_fallthru_edge): Declare.
8853         * flow.c (merge_blocks_nomove): Document as merging into previous
8854         blocks.  Remove cruft from between blocks; remove all edges out of A.
8855         (tidy_fallthru_edge): Export.
8856
8857 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8858
8859         * ssa.c (compute_conservative_reg_partition): Declare with
8860         void arguments.
8861         * toplev.c (clean_dump_file): Remove previously-deleted function
8862         inadvertantly merged back in.
8863         * conflict.c (conflict_graph_add): Use a single call to
8864         htab_find_slot to look up and insert.
8865
8866 2000-04-06  Richard Henderson  <rth@cygnus.com>
8867
8868         * genrecog.c (*): Rename _last_insn to last_insn.
8869         (make_insn_sequence): Set the position of the peephole2 C test
8870         to be at the last insn.
8871
8872 2000-04-06  Richard Henderson  <rth@cygnus.com>
8873
8874         * flow.c (compute_flow_dominators): Free worklist.
8875
8876 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
8877
8878         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
8879
8880 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8881
8882         * rtl.h (INSN_P): New macro.
8883         (successor_phi_fn): New typedef.
8884         (for_each_successor_phi): New prototype.
8885         (in_ssa_form): New variable.
8886         (PHI_NODE_P): Likewise.
8887         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
8888         phi nodes in successors.
8889         (mark_used_regs): Add PHI case.
8890         (set_phi_alternative_reg): New function.
8891         (life_analysis): Assert that dead code elimination is not selected
8892         when in SSA form.
8893         * toplev.c (to_ssa_time): New variable.
8894         (from_ssa_time): Likewise.
8895         (compile_file): Zero to_ssa_time and from_ssa_time.
8896         Print time to convert to and from SSA.
8897         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
8898         (print_time): Compute percent fraction as integer.
8899         * ssa.c (PHI_NODE_P): Moved to rtl.h.
8900         (convert_to_ssa): Check if we're already in SSA.
8901         Don't eliminate dead code in life_analysis.
8902         Rerun flow and life analysis at bottom.
8903         (eliminate_phi): Use canonical regnos when adding nodes.
8904         (mark_reg_in_phi): New function.
8905         (mark_phi_and_copy_regs): Likewise.
8906         (convert_from_ssa): Rerun life analysis at top.
8907         Use coalesced partition.
8908         Check for removing a phi node at the end of the block.
8909         (compute_coalesced_reg_partition): New function.
8910         (coalesce_regs_in_copies): Likewise.
8911         (coalesce_reg_in_phi): Likewise.
8912         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
8913         (for_each_successor_phi): Likewise.
8914         (rename_context): New struct.
8915         (rename_block): Use a rename_context with rename_insn_1.  When
8916         renaming sets of a subreg, emit a copy of the entire reg first.
8917         (rename_insn_1): Treat data as a rename_context *.  Save current
8918         insn in set_data.
8919         (rename_set_data): Add field set_insn.
8920         * Makefile.in (HASHTAB_H): Move up in file.
8921         (OBSTACK_H): New macro.
8922         (collect2.o): Use OBSTACK_H in dependencies.
8923         (sdbout.o): Likewise.
8924         (emit-rtl.o): Likewise.
8925         (simplify-rtx.o): Likewise.
8926         (fix-header.o): Likewise.
8927         (OBJS): Add conflict.o.
8928         (conflict.o): New rule.
8929         * basic-block.h: Include partition.h.
8930         (conflict_graph): New typedef.
8931         (conflict_graph_enum_fn): Likewise.
8932         (conflict_graph_new): New prototype.
8933         (conflict_graph_delete): Likewise.
8934         (conflict_graph_add): Likewise.
8935         (conflict_graph_conflict_p): Likewise.
8936         (conflict_graph_enum): Likewise.
8937         (conflict_graph_merge_regs): Likewise.
8938         (conflict_graph_print): Likewise.
8939         (conflict_graph_compute): Likewise.
8940         * conflict.c: New file.
8941
8942 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
8943
8944         * tlink.c (read_repo_files): Don't look for .rpo info for
8945         linker flags.
8946
8947 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8948
8949         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
8950
8951 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8952
8953         * config/sh/lib1funcs.asm (___udivsi3_i4):
8954         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
8955         only depends on FMOVD_WORKS.
8956
8957 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8958
8959         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
8960         make double constant 8-byte aligned.
8961
8962 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
8963
8964         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
8965         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
8966         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
8967         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
8968         Accept storing GENERAL_REGS into offsetable memory.
8969         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
8970         building a TFmode constant other than 0.0L into GENERAL_REGS.
8971
8972 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
8973
8974         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
8975
8976 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
8977
8978         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
8979         (macro_cleanup): No need to cast pbuf->macro.
8980         (collect_expansion): Use _cpp_get_define_token.  Goto done if
8981         it returns VSPACE.  Remove check for trailing space after
8982         CPP_COMMENT.
8983         (_cpp_create_definition): Don't diddle flags here.  Return
8984         directly on error.
8985         (unsafe_chars): Handle c1 being EOF.
8986         (push_macro_expansion): Use unsafe_chars for both accidental-paste
8987         checks.  Don't push the buffer till after we're done with
8988         them.
8989         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
8990         (PEEKN, FORWARD, GETC, PEEKC): Use them.
8991         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
8992         appropriately.
8993         (_cpp_parse_assertion): Don't NUL terminate.
8994         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
8995         hspace before calling _cpp_parse_assertion.  Remove all sets
8996         of only_seen_white. Treat '\f' as hspace.  Don't do anything
8997         special with '\n' here.
8998         (maybe_macroexpand): Handle T_EMPTY hash entries without
8999         pushing a buffer at all.
9000         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9001         incrementing the line number here.  Clear
9002         potential_control_macro as well as only_seen_white, if
9003         appropriate.
9004         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9005         (_cpp_get_define_token): New function, basically like
9006         _cpp_get_directive_token was but doesn't eat horizontal space.
9007         Don't do anything with only_seen_white here.
9008         (_cpp_get_directive_token): Just call _cpp_get_define_token
9009         repeatedly till it returns non-hspace.
9010
9011         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9012         (conditional_skip, skip_if_group): Return int.
9013         (DIRECTIVE_TABLE): Change origin of all conditional directives
9014         to "COND".
9015         (TRAD_DIRECT_P): New macro.
9016         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9017         an error for a bogus directive, unless -lang-asm.  Use
9018         TRAD_DIRECT_P. Loop calling handler functions till one returns
9019         zero.
9020         (get_macro_name): Don't diddle flags here.
9021         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9022         Create T_EMPTY nodes for #define macro /* nothing */.
9023         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9024         Use hp->name when calling pass_thru_directive.
9025         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9026         Return the result of conditional_skip and/or skip_if_group.
9027         Don't call _cpp_output_line_command.
9028         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9029         Issue -Wtraditional warnings as appropriate.  Don't complain
9030         about unrecognized directives.  If we are to stop skipping,
9031         return the number of the directive that ended the skip.
9032         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9033         expansion and line commands while skipping.  Return the result
9034         of consider_directive_while_skipping, if nonzero.
9035         (do_endif): Just set potential_control_macro here.
9036         (validate_else): Use _cpp_get_directive_token.
9037         (do_assert, do_unassert): Don't save pointers into the
9038         token_buffer across calls to the lexer.  Use
9039         _cpp_get_directive_token.
9040
9041         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9042         pointer, not an offset.  Replace 'data', which was a generic
9043         pointer, with 'macro', which points to a struct hashnode.
9044         (cpp_reader): Add 'potential_control_macro' pointer.
9045         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9046         (CPP_BUF_GET, CPP_FORWARD): Delete.
9047         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9048         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9049         ACTIVE_MARK_P): Update.
9050         (_cpp_get_define_token): New internal function.
9051         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9052
9053 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9054
9055         * configure.in: And here.
9056         * configure: Regenerate.
9057         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9058         --enable-libstdcxx-v3 is passed at configure time.
9059         * config.h.in: Regenerate.
9060
9061 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9062
9063         * final.c (final): Use xcalloc to allocate line_note_exists.
9064         * function.c (free_after_compilation): Free the temp_slots.
9065         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9066         (combine_temp_slot): Free temp_slots when they get combined.
9067         (purge_addressof): Fix typo in comment.
9068         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9069         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9070
9071         * ggc.h: Include varray.h.
9072         (ggc_pending_trees): Declare.
9073         (ggc_mark_tree_children): Remove declaration.
9074         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9075         * ggc-common.c (ggc_pending_trees): New variable.
9076         (ggc_mark_roots): Call ggc_mark_trees.
9077         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9078         the ggc_pending_trees.
9079         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9080         of ggc.h.
9081
9082 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9083
9084         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9085         GET_MODE_SIZE.
9086
9087 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9088
9089         * sh.c (sh_insn_length_adjustment): New function.
9090         * sh-protos.h (sh_insn_length_adjustment): Declare.
9091         * sh.h (ADJUST_INSN_LENGTH): Use it.
9092
9093 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9094
9095         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9096         from the insn where REG_RETVAL is added.
9097         (emit_no_conflict_block): Ditto.
9098
9099         * md.texi (Standard Names): Clarify when movX is needed.
9100
9101         * combine.c (simplify_comparison) [MINUS]: Do not replace
9102         all (op (minus A B) 0) with (op A B).
9103
9104 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9105                           J"orn Rennecke <amylaar@cygnus.co.uk>
9106
9107         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9108         (block_lump_real): Likewise.
9109
9110 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9111
9112         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9113         remaining non-zero debugging masks.
9114
9115 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9116
9117         * basic-block.h (verify_flow_info): Declare.
9118         (flow_loop_outside_edge_p): Declare.
9119         * flow.c (verify_flow_info): Remove declaration.
9120         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9121
9122 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9123
9124         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9125         not C++ comments.
9126
9127 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9128
9129         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9130         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9131         seqdi_zero_trunc+1): Allow splits only if registers are
9132         different.
9133
9134 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9135
9136         * acconfig.h: Add HAVE_GAS_HIDDEN.
9137         * config.in: Regenerated.
9138         * configure.in: Add test for .hidden pseudo-op in gas.
9139         * configure: Regenerated.
9140         * crtstuff.c: Include auto-host.h.
9141         Emit additional .hidden pseudo-op for __dso_handle if the
9142         assembler knows about it.
9143
9144 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9145
9146         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9147         before freeing argnames.
9148         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9149
9150 2000-04-05  Michael Meissner  <meissner@redhat.com>
9151
9152         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9153         Walton <jonboy@gordian.com> to make memory references with update
9154         work wtih -mregnames.
9155
9156 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9157
9158         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9159         (regrename_optimize): Rename variables `def_uses' and
9160         `ext_basic_blocks' to avoid conflicts with similarly named
9161         typedefs in traditional C.
9162
9163         * calls.c (initialize_argument_information): Fix typo in previous
9164         change.
9165
9166 2000-04-04  Richard Henderson  <rth@cygnus.com>
9167
9168         * regrename.c (consider_available): Test fixed_regs not
9169         PIC_OFFSET_TABLE_REGNUM.
9170
9171 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9172
9173         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9174         crtend.
9175         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9176         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9177         (ENDFILE_LINUX_SPEC): Always use crtend.
9178         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9179         (powerpc-*-linux-gnu): Likewise.
9180         * configure: Regenerate.
9181
9182         * config/rs6000/eabi.h: Don't include sysv4.h.
9183         (MULTILIB_DEFAULTS): Don't define.
9184         * config/rs6000/eabiaix.h: Don't include eabi.h.
9185         * config/rs6000/eabile.h: Delete.
9186         * config/rs6000/eabilesim.h: Delete.
9187         * config/rs6000/eabisim.h: Don't include eabi.h.
9188         * config/rs6000/linux.h: Don't include sysv4.h.
9189         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9190         (MULTILIB_DEFAULTS): Don't redefine.
9191         * config/rs6000/rtems.h: Don't include eabi.h.
9192         * config/rs6000/sol2.h: Don't include sysv4le.h.
9193         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9194         * config/rs6000/t-ppc: Delete.
9195         * config/rs6000/t-ppcgas: Correct comment.
9196         * config/rs6000/t-ppcos: Correct comment.  Don't build
9197         multilibs for -fPIC, rather use -fPIC -mstrict-align
9198         as default.
9199         * config/rs6000/t-ppc: Delete.
9200         * config/rs6000/vxppc.h: Don't include sysv4.h.
9201         * config/rs6000/vxppcle.h: Delete.
9202         * configure.in: Use multiple header files for p2pc ELF targets
9203         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9204         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9205         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9206         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9207         always available for these platforms.
9208
9209 2000-04-04  Richard Henderson  <rth@cygnus.com>
9210
9211         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9212
9213 2000-04-04  Stan Cox  <scox@cygnus.com>
9214
9215         * Makefile.in: Add rules for regrename.o
9216         * regrename.c: New file.
9217         * rtl.h (regrename_optimize): Add prototype.
9218         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9219         (compile_file, decode_d_option): Add support for -frename-registers.
9220         (rest_of_compilation): Call regrename_optimize.
9221         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9222         New macros.
9223
9224 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9225
9226         * Makefile (gccbug): New target.
9227         (doc): Depend on it.
9228         * gcc.texi (Bugs): Link subnodes.
9229         (gccbug): New node.
9230         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9231         Document severities, priorities, and classes in bug form.
9232
9233 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9234
9235         * cpplex.c (trigraph_map, speccase): Combine into single
9236         table, chartab.
9237         (NORMAL, NONTRI): New macros.
9238         (_cpp_read_and_prescan): Change to use unified table.  Use
9239         is_hspace to test for whitespace.
9240
9241         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9242         definition that doesn't provoke the "empty body in an
9243         if-statement" warning.
9244
9245 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9246
9247         * builtins.c (expand_builtin_strlen): Force the source to
9248         be a memory address.
9249
9250 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9251
9252         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9253
9254 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9255
9256         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9257          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9258         (ECF_IS_CONST): Rename to ECF_CONST.
9259         (special_function_p): Make static, change interface.
9260         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9261         (expand_call) ... here; convert number of variables to flags.
9262         (emit_library_call_vlue_1): Likewise.
9263         (setjmp_call_p): New function.
9264         (initialize_argument_information): Accepts flags as argument;
9265         return flags.
9266         (precompute_arguments): Likewise.
9267         * tree.h (special_function_p): Remove.
9268         (setjmp_call_p): Add prototype.
9269
9270 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9271
9272         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9273         so that addresses are offsetable by up to 16 bytes.
9274         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9275         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9276         offsetable.
9277
9278         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9279         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9280         (movsf): Don't force any constant to memory if target is integer
9281         hard register.
9282         Move fp_zero_operand check below the const0_rtx check.
9283         (movtf): Likewise. Also allow fp_zero_operand for stores into
9284         memory.
9285         (movdf): Likewise. Also allow fp_zero_operand for stores into
9286         memory and into integer hard registers.
9287         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9288         movdf_const_intreg_sp64): Remove.
9289         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9290         conditions.
9291         (movdf_no_e_insn_v9_sp32): New pattern.
9292         (movdf_insn_v9only): Remove.
9293         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9294         (movdf_insn_sp64): Remove.
9295         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9296         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9297         (following splits): Rewrite conditions. Add two new splits
9298         for storing 0.0 into memory and registers.
9299         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9300         (movtf_insn_sp32): Redo constraints and conditions.
9301         (movtf_insn_vis_sp32): New pattern.
9302         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9303         (movtf_insn_hq_sp64): Likewise.
9304         (movtf_insn_hq_vis_sp64): New pattern.
9305         (movtf_insn_sp64): Redo constraints and conditions.
9306         (movtf_insn_vis_sp64): New pattern.
9307         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9308         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9309         or memory.
9310         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9311         -mvis or -m64 to take down the number of various reload patterns.
9312
9313 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9314
9315         * pa/pa-64.h: New file.
9316         * pa/pa64-regs.h: New file.
9317         * pa/pa64-start.h: New file.
9318         * pa/t-pa64: New file.
9319         * pa/xm-pa64hpux.h: New file.
9320
9321 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9322
9323         * sparc.c (output_restore_regs): Prototype.
9324         (sparc_emit_float_lib_cmp): Constification.
9325
9326         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9327
9328         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9329         Prototype.
9330
9331         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9332         (get_value_hash, hash_rtx): Likewise.
9333
9334         * ssa.c (compute_conservative_reg_partition): Prototype.
9335
9336         * tree.c (mark_hash_entry): Prototype.
9337
9338 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9339
9340         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9341         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9342         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9343
9344         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9345         * objc/lang-specs.h: Likewise.
9346
9347 2000-04-03  Neil Booth  <NeilB@earthling.net>
9348
9349         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9350         and SYNTAX_ERROR2. Replace `' in messages with ''.
9351         (op_to_str): Make re-entrant.
9352         (_cpp_parse_expr): Implement new error macros. Use | rather
9353         than || to logically or 2 boolean integers.  Simply expression
9354         checking we have a left operand iff needed.
9355
9356 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9357
9358         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9359
9360 2000-04-03  Philip Blundell  <philb@gnu.org>
9361
9362         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9363
9364 2000-04-03  Felix Lee  <flee@cygnus.com>
9365
9366         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9367         (run_shell): Use it.
9368
9369 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9370
9371         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9372         (stmp-fixproto): ...rather than here.
9373
9374 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9375
9376         * pa.c (print_operand): Compute 'base' only inside the code paths
9377         that use it.
9378
9379 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9380
9381         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9382         CEIL_DIV_EXPR.
9383
9384 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9385
9386         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9387
9388 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9389
9390         * Makefile.in (alias.o): Depend on $(TREE_H).
9391
9392 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9393
9394         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9395         processing C++.
9396         * cpplib.c (_cpp_handle_directive): Improve warnings for
9397         traditional C and indented directives.
9398
9399         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9400         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9401         fixinc/inclhack.def: Indent the # of #include_next one space.
9402         * cp/rtti.c: Un-indent #if and #endif.
9403
9404         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9405         syntax error, but an error has already been printed.
9406         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9407         message when called with nothing remaining on the line.
9408         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9409         OTHER token, not an ASSERTION.
9410         * cpplib.c (do_assert): When we create a 'base' node, clear
9411         its aschain pointer.
9412
9413 2000-04-02  Neil Booth <NeilB@earthling.net>
9414
9415         * cppexp.c:  New typedef op_t.  struct operation and struct
9416         token updated to use it.
9417         (op_to_str): New function.
9418         (_cpp_parse_expr): Error messages modified to use op_to_str.
9419
9420 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9421
9422         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9423         before checking MUST_PASS_IN_STACK.
9424
9425 2000-04-02  Neil Booth <NeilB@earthling.net>
9426
9427         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9428         flags and initial priority into a single constant.  New
9429         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9430         (_parse_cpp_expr): Implement new constants.  Take left operand
9431         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9432         parse indicated by reducing FINISHED token.  Remove new lines
9433         from cpp_error messages.
9434
9435 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9436
9437         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9438         permanent obstack.
9439
9440 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9441
9442         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9443         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9444         the strings and function names on the fly.  Take the #sccs
9445         entry out of the table if SCCS_DIRECTIVE is not defined.
9446         (_cpp_handle_directive): Decide if the # was at the beginning
9447         of the line here.  Issue -pedantic warnings for extended
9448         directives here.  Warn about K+R directives with the #
9449         indented, and C89/extended directives with the # not indented,
9450         here.
9451         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9452         do_assert, do_unassert): Don't issue pedantic warning here.
9453
9454         * cpphash.h: Add CPP_WTRADITIONAL macro.
9455         * cpplib.h (struct cpp_options): Rename warn_stringify to
9456         warn_traditional; update comments.
9457         * cppinit.c (handle_option): Set warn_traditional not
9458         warn_stringify.
9459         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9460         CPP_WTRADITIONAL (pfile).
9461         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9462         be ignored in -traditional mode here.
9463
9464         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9465         to initialize speccase[] and trigraph_map[].  Delete all
9466         references to pfile->input_speccase.  Always treat '?' as a
9467         special character.  Remove table-initialization code from
9468         _cpp_init_input_buffer.
9469
9470         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9471         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9472
9473 2000-04-01  Richard Henderson  <rth@cygnus.com>
9474
9475         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9476         (mostlyclean): Likewise.
9477
9478         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9479         (struct dump_file_info, enum dump_file_index, dump_file): New.
9480         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9481         not a string.  Clean out file if we havn't yet done so.  Do nothing
9482         if the dump isn't enabled.
9483         (close_dump_file): Do nothing if the dump isn't open.  Dump
9484         graph data if requested.
9485         (dump_rtl, clean_dump_file): Remove.
9486         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9487         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9488         .combine dump if optimizing.  Iterate over dump_file to finalize the
9489         graph dumps.
9490         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9491         Convert all uses of dump_rtl.
9492         (decode_d_option): Iterate over dump_file to implement 'a' and to
9493         locate pass-specific dumps.
9494
9495 2000-04-01  Neil Booth <NeilB@earthling.net>
9496
9497         * cppexp.c: Redefine priority constants.
9498         (_cpp_parse_expr): Replace left and right priority scheme with
9499         single priority logic.  Move LOGICAL to same place as COMPARE.
9500         Remove bogus check for multiple unary +/- operators.
9501
9502 2000-04-01  Neil Booth <NeilB@earthling.net>
9503
9504         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9505         within the switch statement.  Binary operations break out of
9506         the switch naturally.  '(' tokens handled by forcing
9507         immediate shift.  ')' handled by forcing immediate reduce to
9508         the previous '('.  New error messages.
9509
9510 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9511
9512         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9513         part', it's already in use.  Use %K instead.  Add a return at the
9514         end of what is now %K.
9515         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9516
9517 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9518
9519         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9520         allocate_dynamic_stack_space.
9521         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9522         update stack_pointer_delta; do not update arg_size_so_far.
9523         (compute_argument_block_size): Use stack_delta instead of
9524         stack_pointer_pending and arg_size_so_far.
9525         (expand_call): Add sanity checking for stack_pointer_delta;
9526         save and restore stack_pointer_delta for SIB, use
9527         stack_pointer_delta for alignment; do not update arg_space_so_far.
9528         (emit_library_call_value): Use stack_pointer_delta for alignment.
9529         (store_one_arg): Do not update arg_space_so_far.
9530         * explow.c (adjust_stack, anti_adjust_stack): Update
9531         stack_pointer_delta.
9532         (allocate_dynamic_stack_space): Add sanity checking for
9533         stack_pointer_delta.
9534         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9535         stack_pointer_delta.
9536         (emit_push_insn): Update stack_pointer_delta.
9537         * function.h (struct expr_status): Add x_stack_pointer_delta;
9538         remove x_arg_space_so_far.
9539         (arg_space_so_far): Remove.
9540         (stack_pointer_delta): New macro.
9541
9542 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9543
9544         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9545         Reorder struct cpp_options and struct cpp_reader for better
9546         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9547         takes two args.  Change all 'char' flags to 'unsigned char'.
9548         Move show_column flag into struct cpp_options.  Don't
9549         prototype cpp_options_init.
9550         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9551         cppinit.c, cpplex.c, cpplib.c:
9552         Replace CPP_OPTIONS (pfile)->whatever with
9553         CPP_OPTION (pfile, whatever), and likewise for
9554         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9555
9556         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9557         Extract CPP_OPTION (pfile, pending) and work with that
9558         directly.
9559         (cpp_options_init): Delete.
9560         (cpp_reader_init): Turn on on-by-default options here.
9561         Allocate the pending structure here.
9562         (cl_options, enum opt_code): Define these from the same table,
9563         kept in a large macro.  Add -fshow-column and -fno-show-column
9564         options.
9565
9566         * cpperror.c (v_message): If show_column is off, don't print
9567         the column number.
9568
9569         * cppmain.c: Update for new interface.
9570         * fix-header.c: Likewise.
9571
9572 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9573
9574         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9575         definition.
9576         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9577         are passed to any invocation of AR_FOR_TARGET.
9578         (AR_CREATE_FOR_TARGET): New macro.
9579         (AR_EXTRACT_FOR_TARGET): New macro.
9580         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9581         AR_EXTRACT_FOR_TARGET.
9582         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9583         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9584         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9585         AR_EXTRACT_FOR_TARGET to sub-makes.
9586
9587 2000-03-31  Neil Booth <NeilB@earthling.net>
9588
9589         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9590         PAREN_INNER_PRIO.
9591         (_cpp_parse_expr): Check for multiple unary +/- operators.
9592         Correct priorities of ':' and '?'.  Treat ')' as having a
9593         value.  Ensure conditional expression is not void.
9594
9595 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
9596
9597         * alias.c (canon_rtx): Make it global.
9598         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
9599         equality.
9600         * cse.c (struct table_elt): Add canon_exp.
9601         (insert): Clear it.
9602         (invalidate): Canonicalize expressions only once.
9603         * rtl.h (canon_rtx): Declare.
9604
9605 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
9606
9607         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
9608         * alias.c (reg_known_value): Add comments.
9609         (init_alias_analysis): Likewise.
9610         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
9611         address.
9612         (cse_basic_block): Fix typo in comment.
9613         * emit-rtl.c: Include hashtab.h.
9614         (const_int_htab): New variable.
9615         (const_int_htab_hash): New function.
9616         (const_int_htab_eq): Likewise.
9617         (rtx_htab_mark_1): Likewise.
9618         (rtx_htab_mark): Likewise.
9619         (gen_rtx_CONST_INT): Cache all CONST_INTs.
9620         (unshare_all_rtx): Fix formatting.
9621         (init_emit_once): Initialize const_int_htab.
9622         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
9623         address.
9624         * rtl.texi: Document the fact that all CONST_INTs with the same
9625         value are shared.
9626
9627 2000-03-30  Richard Henderson  <rth@cygnus.com>
9628
9629         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
9630
9631 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
9632
9633         * configure.in: Comment out --enable-c-cpplib stanza.
9634         * configure: Regenerate.
9635
9636 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9637
9638         * expr.c (store_constructor): Properly compute displacement and
9639         alignment when offset is variable.
9640
9641         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
9642         cases of alignment in bytes.
9643
9644 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
9645
9646         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
9647         since it is used to generate c-parse.y.
9648         * objc-parse.c, objc-parse.y: Regenerated.
9649
9650         * function.c (expand_function_end): Pass alignment argument to
9651         emit_block_move in bits, not bytes.
9652
9653 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9654
9655         * expr.c (move_by_pieces_ninsns): Fix one more missing align
9656         correction.
9657
9658         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
9659
9660         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
9661         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
9662         * function.c (assign_parms): Likewise.
9663         * integrate.c (expand_inline_function): Likewise.
9664         * stmt.c (expand_decl): Likewise.
9665         (copy_rtx_and_substitute): Likewise.
9666         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
9667         (clear_by_pieces): Fix error in last change.
9668         * emit-rtl.c (init_emit): Set known registers alignment in bits.
9669         * function.h (regno_pointer_align): Now unsigned.
9670         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
9671         is in bits.
9672         * config/i386/i386.c (aligned_operand): Likewise.
9673         * config/sparc/sparc.c (mem_min_alignment): Likewise.
9674         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
9675         (unaligned_memory_operand): Likewise.
9676         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
9677         Also make alignments and sizes unsigned and some whitespace cleanup.
9678         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
9679
9680         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
9681         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
9682         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
9683         (expand_builtin_memset): Likewise, but to clear_storage.
9684         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
9685         (restore_fixed_argument_area): Likewise.
9686         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
9687         (load_register_parameters): Likewise, to emit_group_load.
9688         (expand_call): Likewise, to emit_group_store and emit_block_move.
9689         (emit_library_call_value_1): Likewise, to emit_block_move.
9690         (store_one_arg): Likewise, and to emit_push_insn.
9691         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
9692         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
9693         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
9694         (emit_block_move, emit_group_load, emit_group_store): Likewise.
9695         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
9696         (expand_assigment, store_expr, store_constructor_field): Likewise.
9697         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
9698         (store_constructor, store_field, get_inner_reference): Likewise.
9699         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
9700         (expand_expr, case COMPONENT_REF): Likewise.
9701         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
9702         and positions; reindent code.
9703         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
9704         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
9705         (assign_parms): Likewise to emit_group_store.
9706         * optabs.c (prepare_cmp_insn): Alignment is in bits.
9707         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
9708         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
9709         (expand_return): Likewise to {extract,store}_bit_field.
9710         * stor-layout.c (get_mode_alignment): Minor cleanup.
9711         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
9712         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
9713
9714 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9715
9716         * config/arm/arm.h: Undo effects of previous delta:
9717         (ASM_SPEC): Do not define.
9718         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
9719
9720         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
9721         typo.
9722
9723 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9724
9725         * cppinit.c (cpp_start_read): Call initialize_dependency_output
9726         only after reading in the primary source file.
9727
9728 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
9729
9730         * c-common.c (c_common_nodes_and_builtins): The first parameter to
9731         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
9732         or a reference to a va_list.
9733         * builtins.c (stabilize_va_list): Simplify now we don't have to
9734         work around C array address decay.
9735         * c-typeck.c (convert_for_assignment): Handle assignment to
9736         a reference parameter by taking the address of the RHS.
9737         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
9738         (va_copy): Likewise.
9739         (__va_copy): Likewise.
9740         * ginclude/varargs.h (va_start): Likewise.
9741         (__va_copy): Likewise.
9742
9743 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
9744
9745         * i386/djgpp.h: Remove extraneous "+".
9746
9747         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
9748
9749         * calls.c (expand_call): Fix typo in last change.
9750
9751 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9752
9753         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
9754         been expanded.
9755
9756 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9757
9758         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
9759         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
9760         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
9761         * tree.c (bit_position, byte_position): Likewise.
9762         * tree.h: Declare new functions.
9763
9764 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9765
9766         * config/arm/arm.c: Minor formatting changes/
9767         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
9768         already defined.
9769         (ASM_SPEC): Define if not already defined.
9770
9771 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9772
9773         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
9774         _cpp_calc_hash.
9775
9776 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
9777
9778         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
9779         value, don't output it as unsigned.
9780
9781 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
9782
9783         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
9784
9785 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9786
9787         * c-common.c (c_common_nodes_and_builtins): Don't special case
9788         cplus_mode when declaring builtin bzero/bcmp, always avoid
9789         prototype arguments.
9790
9791 2000-03-29  Bruce Korb  <bkorb@gnu.org>
9792
9793         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
9794         to a non-file
9795
9796 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9797
9798         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
9799         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
9800         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
9801         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
9802         (save_fixed_argument_area, restore_fixed_argument_area):
9803         conditionize by #ifdef REG_PARM_STACK_SPACE only.
9804         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
9805         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
9806         (precompute_register_parameters): Avoid #ifdefs on
9807         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
9808         (stire_one_args): Likewise.
9809         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
9810         (emit_library_call_value_1): Likewise.
9811         (compute_argument_block_size): Align to STACK_BOUNDARY only for
9812         ACCUMULATE_OUTGOING_ARGS.
9813         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
9814         value.
9815         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
9816         (use_crosses_set_p): Likewise.
9817         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
9818         #define ACCUMULATE_OUTGOING_ARGS 1.
9819         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
9820         frames.
9821         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
9822         constants.
9823         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
9824         (TARGET_SWITCHES): Add push-args, no-push-args,
9825         accumulate-outgoing-args and no-accumulate-outgoing-args.
9826         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
9827         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
9828         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
9829         and PUSH_ROUNDING.
9830         (emit_push_insn): Likewise.
9831         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9832         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
9833         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9834         (STACK_DYNAMIC_OFFSET): Define correctly for both
9835         ACCUMULATE_OUTGOING_ARGS and normal mode.
9836         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
9837         * tm.texi (PUSH_ARGS): Document.
9838         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
9839
9840 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9841
9842         * flags.h (flag_optimize_sibling_calls): Declare.
9843         * calls.c (expand_call): Fail sibcall when
9844         !flag_optimize_sibling_calls
9845         * invoke.texi (flag_optimize_sibling_calls): Document.
9846         * toplev.c (flag_optimize_sibling_calls): New global variable.
9847         (f_options): Add flag_optimize_sibling_calls.
9848         (rest_of_compilation): Conditionize
9849         optimize_sibling_and_tail_recursive_calls by
9850         flag_optimize_sibling_calls.
9851         (main): Set flag_optimize_sibling_calls for -O2.
9852         * stmt.c (expand_return): Conditionize tail recursion by
9853         flag_optimize_sibling_calls.
9854
9855 2000-03-29  Richard Henderson  <rth@cygnus.com>
9856
9857         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
9858         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
9859
9860 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
9861
9862         * except.c (add_eh_table_entry): Mark type_info's as referenced.
9863
9864 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9865
9866         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
9867         is given.
9868         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
9869         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
9870         * config/rs6000/aix.h: then modified likewise.
9871
9872 2000-03-28  Richard Henderson  <rth@cygnus.com>
9873
9874         * rtl.h: Redistribute enum reg_note documentation.
9875         Kill trailing whitespace.
9876         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
9877         Kill trailing whitespace.
9878
9879 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
9880
9881         * cppfiles.c (hash_IHASH): Just return i->hash.
9882         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
9883         htab_find_with_hash.
9884         (cpp_read_file): Likewise.
9885         (find_include_file): Likewise.  Properly initialize
9886         ih->nshort.  Share ih->name and ih->nshort if possible.
9887         * cpphash.c (_cpp_calc_hash): New function.
9888         (hash_HASHNODE): Just return h->hash.
9889         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
9890         htab_find_with_hash.
9891         * cpphash.h: Prototype _cpp_calc_hash.
9892         * cppinit.c (initialize_builtins): Provide a valid hash
9893         to _cpp_make_hashnode, using _cpp_calc_hash.
9894
9895         * cpphash.c (collect_expansion): # is not a special character
9896         in object-like macros.  In -traditional mode, /**/ is not
9897         token paste at the beginning or end of the line.
9898         * cpplib.c (do_include, do_import, do_include_next): If
9899         parse_include fails, return immediately.
9900
9901 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
9902
9903         * config/arm/arm.md (return peepholes): Update to reflect the new
9904         call insn patterns.
9905         * config/arm/arm.c (arm_volatile_func): Also check
9906         current_function_nothrow.
9907         (output_return_instruction, output_func_prologue): Use it.
9908         (arm_output_epilogue, arm_expand_prologue): Likewise.
9909
9910 2000-03-27  Tom Tromey  <tromey@cygnus.com>
9911
9912         * gcc.c (handle_braces): In {x*...} case, break out of loop if
9913         switch is found.
9914
9915 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9916
9917         * expr.c (store_constructor): SIZE now signed.
9918         For EXPR_SIZE, don't evaluate size; just needed if constant.
9919         * fold-const.c (fold): Fix a number of cases when folded tree is
9920         wrong type.
9921         * function.c (flush_addressof): Reenable.
9922         * tree.h (flush_addressof): Likewise.
9923         * toplev.c (independent_decode_option): Look at strings_processed.
9924         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
9925
9926 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
9927
9928         * sibcall.c (indentify_call_return_value): Find last call in the chain;
9929         Allow stack adjustment after function call.
9930
9931         * regmove.c (struct csa_memlist): Make mem field rtx *.
9932         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
9933         (try_apply_stack_adjustment): Replace whole MEM rtx.
9934         (combine_stack_adjustments_for_block): Update calls
9935         to record_one_stack_ref.
9936
9937 2000-03-28  Neil Booth  <NeilB@earthling.net>
9938
9939         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
9940         '\\' rather than a null character, so nulls are not special.  Fix
9941         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
9942         speed trigraph conversion.
9943         (_cpp_init_input_buffer): Initialize trigraph map.
9944
9945 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
9946
9947         * config/i386/i386.c (output_387_binary_op): Correct intel
9948         mode assembly output, and add spaces after commas in AT&T
9949         output.  Correct Unixware assembler comment.  Document input
9950         constraints.  Comment fp operations.  Reduce profligate buffer
9951         size.  Remove extraneous abort.  Localize temp var.
9952         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
9953         (output_fix_trunc): Add spaces after commas in assembly output.
9954
9955 2000-03-27  Richard Henderson  <rth@cygnus.com>
9956
9957         * i386-protos.h (ix86_match_ccmode): Declare.
9958         * i386.c (ix86_match_ccmode): New.
9959         (ix86_expand_fp_compare): Update for pattern renames.
9960         (ix86_expand_strlensi_unroll_1): Likewise.
9961         * i386.h (EXTRA_CC_MODES): Add CCZ.
9962         (SELECT_CC_MODE): Use it for EQ/NE zero.
9963         * i386.md (cmpsi_ccz_1): New.
9964         (cmpqi_ccz_1): New.
9965         (*testsi_ccz_1): New.
9966         (testqi_ccz_1): New.
9967         (cmpsi_ccno_1): Rename from cmpsi_0.
9968         (testsi_ccno_1): Rename from testsi_1.
9969         (testqi_ccno_1): Rename from testqi_1.
9970         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
9971         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
9972         (*cmphi_0): Use ix86_match_ccmode.
9973         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
9974         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
9975         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
9976         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
9977         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
9978         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
9979         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
9980         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
9981         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
9982         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
9983         (appropriate peepholes): Likewise.
9984         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
9985         (*subsi_3, *subhi_3, *subqi_3): Remove.
9986         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
9987         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
9988         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
9989         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
9990         (x86_shift_adj_1): Use CCZ.
9991         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
9992
9993 2000-03-27  Stan Cox  <scox@cygnus.com>
9994
9995         * resource.h (mark_resource_type): New.
9996         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
9997         find_free_register): Use mark_resource_type.
9998         (mark_set_resources): Change include_delayed_effects
9999         to mark_resource_type.
10000         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10001         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10002         Use mark_resource_type.
10003
10004 2000-03-27  Richard Henderson  <rth@cygnus.com>
10005
10006         * i386.md (call_pop_0, call_value_pop_0): New.
10007         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10008         (call_value_pop_1): Likewise.
10009         (call_0, call_value_0): New.
10010         (call_1, call_value_1): Remove constraint from unused arg.
10011
10012 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10013
10014         * invoke.texi (Spec Files): Document new spec % command created by
10015         Tom Tromey's recent patch.
10016
10017 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10018
10019         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10020         if not defined.
10021
10022 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10023
10024         * expr.c (expand_assignment): Fix typo in last change.
10025
10026         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10027
10028 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10029
10030         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10031         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10032         and DECL_INLINE if FUNCTION_DECL.
10033         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10034         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10035         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10036         (combine_parm_decls): Likewise.
10037         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10038         * print-tree.c (print_node): Likewise.
10039         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10040         DECL_TRANSPARENT_UNION on proper decl types.
10041         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10042         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10043         DECL_BIT_FIELD of FIELD_DECL.
10044         * tree.h (DECL_RESULT_FLD): New macro.
10045
10046         * expr.c (expand_assignment): Add code to handle variable-sized
10047         BLKmode case.
10048
10049 2000-03-26  Richard Henderson  <rth@cygnus.com>
10050
10051         * calls.c (expand_call): Pass parms not original exp to
10052         optimize_tail_recursion.  Mind return value instead of looking
10053         for a barrier.
10054         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10055         call_expr.  Move checks for call_expr and current_function_decl ...
10056         (expand_return): ... here.
10057
10058 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10059
10060         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10061         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10062         defines.
10063         (process_command): Use them.
10064         (check_live_switch): Likewise.
10065         (give_switch): Skip ignored switches.
10066
10067 2000-03-26  Jan Hubicka  <jh@suse.cz>
10068
10069         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10070         for minimal jump pass test.
10071
10072 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10073
10074         * integrate.c (function_cannot_inline_p): Do inline functions that
10075         return `void'.
10076
10077 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10078
10079         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10080         now a list of TREE_LIST entries, not types.
10081         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10082
10083         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10084         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10085         int_bit_position.
10086         * config/mips/mips.c (function_arg): Likewise; also remove cast
10087         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10088         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10089         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10090         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10091         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10092         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10093         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10094         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10095         num_adjusts now unsigned.
10096         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10097         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10098         NREGS now unsigned.
10099         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10100         as is BITPOS variable; use host_integerp and int_bit_position.
10101         (function_arg_record_value_2): Likewise.
10102         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10103         Variable REGNO now unsigned.
10104         (function_arg_record_value): NREGS now unsigned.
10105
10106 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10107
10108         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10109
10110 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10111
10112         * Rework fields used to describe positions of bitfields and
10113         modify sizes to be unsigned and use HOST_WIDE_INT.
10114         * alias.c (reg_known_value_size): Now unsigned.
10115         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10116         (really_start_incremental_init): Use bitsize_zero_node.
10117         (push_init_level, pop_init_level, output_init_element): Likewise.
10118         Use bitsize_unit_node and bitsize_one_node.
10119         (output_pending_init_elements, process_init_element): Likewise.
10120         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10121         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10122         HOST_WIDE_INT, respectively.
10123         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10124         (num_sign_bit_copies): Returns unsigned.
10125         BITWIDTH now unsigned; rework arithmetic.
10126         Remove recursive call from arg to MAX.
10127         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10128         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10129         REGNO now unsigned.
10130         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10131         (find_split_point, expand_compound_operation, make_extraction): LEN
10132         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10133         (make_field_assignment): Likewise.
10134         (combine_simplify_rtx): Add cast.
10135         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10136         (force_to_mode): WIDTH now unsigned; add cast.
10137         (if_then_else_cond): SIZE now unsigned.
10138         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10139         (extended_count): Now returns unsigned.
10140         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10141         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10142         (simplify_comparison): MODE_WIDTH now unsigned.
10143         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10144         (mark_used_regs_combine): Likewise; rework arithmetic.
10145         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10146         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10147         (record_promoted_value): REGNO now unsigned.
10148         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10149         (get_last_value): REGNO now unsigned.
10150         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10151         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10152         (remove_death): Arg REGNO now unsigned.
10153         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10154         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10155         now unsigned.
10156         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10157         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10158         (struct cse_reg_info): REGNO now unsigned.
10159         (cached_regno): Now unsigned.
10160         (REGNO_QTY_VALID_P): Add cast.
10161         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10162         (remove_invalid_regs): Likewise.
10163         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10164         as are variables END and I.
10165         (get_cse_reg_info, insert): Likewise.
10166         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10167         (canon_hash): Likewise.
10168         (insert_regs, lookup_for_remove): REGNO now unsigned.
10169         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10170         New variable RN.
10171         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10172         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10173         * emit-rtl.c (subreg_realpart_p): Add cast.
10174         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10175         (operand_subword_force): Arg I is now unsigned.
10176         * except.c (eh_regs): Variable I is now unsigned.
10177         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10178         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10179         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10180         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10181         (extract_split_bit_field, store_bit_field, extract_bit_field):
10182         Likewise.
10183         * expr.c (store_constructor_fields, store_constructor, store_field):
10184         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10185         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10186         (do_jump): Likewise.
10187         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10188         MAX_SIZE is now unsigned.
10189         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10190         (emit_group_store): Likewise.
10191         (emit_move_insn): I now unsigned.
10192         (store_constructor): Use host_integerp, tree_low_cst, and
10193         bitsize_unit_node.
10194         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10195         Rework all calculations to use trees and new fields.
10196         * expr.h (promoted_input_arg): Regno now unsigned.
10197         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10198         (mark_seen_cases): Arg is HOST_WIDE_INT.
10199         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10200         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10201         precisions and alignments are unsigned.
10202         (optimize_bit_field_compare, fold_truthop): Likewise.
10203         (int_const_binop): Adjust threshold for size_int_type_wide call.
10204         (fold_convert): Likewise.
10205         (size_int_type_wide): Make table larger and fix thinko that only
10206         had half of table used.
10207         (all_ones_mask_p, fold): Precisions are unsigned.
10208         * function.c (put_reg_info_stack): REGNO is unsigned.
10209         (instantiate_decl): Size is HOST_WIDE_INT.
10210         (instantiate_virtual_regs): I is unsigned.
10211         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10212         (promoted_input_arg): REGNO is unsigned.
10213         * function.h (struct function): x_max_parm_reg is now unsigned.
10214         * gcse.c (max_gcse_regno): Now unsigned.
10215         (struct null_pointer_info): min_reg and max_reg now unsigned.
10216         (lookup_set, next_set): REGNO arg now unsigned.
10217         (compute_hash_table): REGNO and I now unsigned.
10218         (handle_avail_expr): regnum_for_replacing now unsigned.
10219         (cprop_insn): REGNO now unsigned.
10220         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10221         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10222         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10223         * hard-reg-set.h (reg_class_size): Now unsigned.
10224         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10225         * jump.c (mark_modified_reg): I now unsigned; add cast.
10226         (rtx_equal_for_thread_p): Add cast.
10227         * loop.c (max_reg_before_loop): Now unsigned.
10228         (struct_movable): REGNO now unsigned.
10229         (try_copy_prop): REGNO arg unsigned.
10230         (regs_match_p): XN and YN now unsigned.
10231         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10232         (strength_reduce): Likewise; NREGS also unsigned.
10233         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10234         * loop.h (struct iv_class): REGNO now unsigned.
10235         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10236         Now unsigned.
10237         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10238         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10239         * optabs.c (expand_binop): I and NWORDS now unsigned.
10240         (expand_unop): I now unsigned.
10241         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10242         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10243         * real.c (significand_size): Now returns unsigned.
10244         * real.h (significand_size): Likewise.
10245         * regclass.c (reg_class_size): Now unsigned.
10246         (choose_hard_reg_mode): Both operands now unsigned.
10247         (record_reg_classes): REGNO and NR now unsigned.
10248         (reg_scan): NREGS now unsigned.
10249         (reg_scan_update): old_max_regno now unsigned.
10250         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10251         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10252         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10253         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10254         Likewise for variable R.
10255         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10256         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10257         (find_equiv_reg): Add casts.
10258         (regno_clobbered_p): Arg REGNO now unsigned.
10259         * reload.h (struct reload): NREGS now unsigned.
10260         (refers_to_regno_for_reload_p): Regno args are unsigned.
10261         (regno_clobbered_p): Likewise.
10262         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10263         (compute_use_by_pseudos): REGNO now unsigned.
10264         (find_reg): I and J now unsigned, new variable K, and change loop
10265         variables accordingly; THIS_NREGS now unsigned.
10266         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10267         (spill_hard_reg): REGNO arg now unsigned; add casts.
10268         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10269         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10270         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10271         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10272         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10273         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10274         (emit_reload_insns): REGNO now unsigned.
10275         (reload_cse_move2add): Add cast.
10276         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10277         and rework loop.
10278         * resource.c (mark_referenced_resources, mark_set_resources): New
10279         variable R; REGNO and LAST_REGNO now unsigned.
10280         (mark_target_live_regs): J and REGNO now unsigned.
10281         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10282         * rtl.h (union rtunion_def): New field rtuint.
10283         (XCUINT): New macro.
10284         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10285         (operand_subword, operand_subword_force): Word number is unsigned.
10286         (choose_hard_reg_mode): Operands are unsigned.
10287         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10288         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10289         (regno_use_in, combine_instructions, remove_death): Likewise.
10290         (reg_scan, reg_scan_update): Likewise.
10291         (extended_count): Return is unsigned.
10292         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10293         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10294         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10295         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10296         (reg_reg_last_1): FIRS and LAST now unsigned.
10297         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10298         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10299         now unsigned.
10300         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10301         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10302         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10303         (replace_regs): Arg NREGS now unsigned.
10304         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10305         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10306         (simplify_binary_operation): Likewise.
10307         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10308         THIS_LAST now unsigned.
10309         (cselib_record_set): Add cast.
10310         * ssa.c (ssa_max_reg_num): Now unsigned.
10311         (rename_block): REGNO now unsigned.
10312         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10313         sizes now unsigned.
10314         (all_cases_count): Just return -1 not -2.
10315         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10316         Rework tests to use trees whenever possible.
10317         Use host_integerp and tree_low_cst.
10318         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10319         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10320         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10321         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10322         (smallest_mode_for_size): Likewise.
10323         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10324         KNOWN_ALIGN is now an alignment, so simplify code.
10325         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10326         (start_record_layout): Renamed from new_record_layout_info.
10327         Update to new fields.
10328         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10329         New functions.
10330         (place_union_field): Renamed from layout_union_field.
10331         Update to use new fields in rli.
10332         (place_field): Renamed from layout_field.
10333         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10334         (finalize_record_size): Rework to use new fields in rli and handle
10335         union.
10336         (compute_record_mode): Rework to simplify and to use new DECL fields.
10337         (finalize_type_size): Make rounding more consistent.
10338         (finish_union_layout): Deleted.
10339         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10340         (layout_type, case RECORD_TYPE): Call new function names.
10341         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10342         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10343         (get_best_mode): UNIT is now unsigned; remove casts.
10344         * tree.c (bit_position): Compute from new fields.
10345         (byte_position, int_byte_position): New functions.
10346         (print_type_hash_statistics): Cast to remove warning.
10347         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10348         (build_index_type): Likewise; make subtype of sizetype.
10349         (build_index_2_type): Pass sizetype to build_range_type.
10350         (build_common_tree_nodes): Use size_int and bitsize_int to
10351         initialize nodes; add bitsize_{zero,one,unit}_node.
10352         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10353         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10354         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10355         (DECL_FIELD_BITPOS): Deleted.
10356         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10357         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10358         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10359         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10360         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10361         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10362         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10363         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10364         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10365         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10366         (DECL_ALIGN): Adjust to new field in union.
10367         (DECL_OFFSET_ALIGN): New field.
10368         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10369         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10370         (union tree_decl): Add struct for both aligns.
10371         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10372         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10373         (struct record_layout_info): Rework fields to have offset
10374         alignment and byte and bit position.
10375         (start_record_layout, place_field): Renamed from old names.
10376         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10377         (byte_position, int_byte_position): Likewise.
10378         (get_inner_reference): Change types of position and length.
10379         * unroll.c (unroll_loop): New variable R; use for some loops.
10380         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10381         (calculate_giv_inc): Arg REGNO now unsigned.
10382         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10383         * varasm.c (assemble_variable): Clean up handling of size using
10384         host_integerp and tree_low_cst.
10385         (decode_addr_const): Use byte, not bit, position.
10386         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10387         use tree_low_cst and int_bit_position.
10388         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10389
10390 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10391
10392         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10393         (reorder_block_def): New members eff_head and eff_end.
10394         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10395         (verify_insn_chain): New function.
10396         (skip_insns_between_block): Add code to skip deleted insns.
10397         Check for note before using.
10398         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10399         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10400         Check for note before using.
10401         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10402         (fixup_reorder_chain): Restructure, clean up, defect removal.
10403         (reorder_basic_blocks): Remove last_insn and references to it.
10404         Moved insn chain verification code into a new function (see above).
10405         Delete defective code that sets last insn.
10406         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10407         all blocks.
10408
10409 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10410
10411         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10412
10413 2000-03-24  Richard Henderson  <rth@cygnus.com>
10414
10415         * tree.c (lang_safe_for_unsave): Remove.
10416         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10417         allowing for two levels of unsafeness.  Remove lang hook.
10418         * tree.h: Update declarations.
10419         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10420         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10421         Always fail sibcalls when there are pending cleanups.
10422
10423 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10424
10425         * flow.c (propagate_block): When we delete an ADDR_VEC,
10426         also delete the BARRIER following it if there is one.
10427
10428 2000-03-24  Richard Henderson  <rth@cygnus.com>
10429
10430         * builtins.c (expand_builtin_bzero): Convert `length' argument
10431         to sizetype.
10432
10433 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10434
10435         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10436         comparison if regno's are equal.
10437         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10438         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10439         (expand_call): Update caller.
10440         Avoid making a sibling call if argument size of the callee is larger
10441         than argument size of the caller.
10442         Call hard_function_value with outgoing set if in sibcall pass.
10443         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10444
10445         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10446         Change LEAF_REGISTERS from an array initializer to actual array
10447         identifier. Move static global variable into the function.
10448         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10449         sequences for leaf functions.
10450         * global.c (global_alloc): Likewise.
10451         * tm.texi (LEAF_REGISTERS): Update documentation.
10452
10453         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10454         TARGET_FLAT leaf disabling hack.
10455         (LEAF_REGISTERS): Changed from an array initializer to actual array
10456         identifier to avoid duplication and remove the above hack.
10457         (FUNCTION_OK_FOR_SIBCALL): Define.
10458         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10459         always like call attribute.
10460         (eligible_for_sibcall_delay): New attribute.
10461         (sibcall): New delay type.
10462         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10463         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10464         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10465         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10466         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10467         New functions.
10468         (output_function_epilogue): Move part of the code into
10469         output_restore_regs.
10470         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10471         TYPE_SIBCALL.
10472         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10473         prototypes.
10474
10475         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10476         until infrastructure is finished.
10477
10478 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10479
10480         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10481         (save_parm_insns): Not here.
10482
10483 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10484
10485         * builtins.c (expand_builtin_bzero): New function.
10486         (expand_builtin): Handle bzero.
10487
10488         * builtins.def: Add BUILT_IN_BZERO.
10489
10490         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10491         prototype & function for bzero.
10492
10493 2000-03-23  Michael Meissner  <meissner@redhat.com>
10494
10495         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10496         change adding TARGET_FP to the TF floating point insns, except for
10497         trunctfsf2, which generates direct calls to truncdfsf2.
10498
10499 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10500
10501         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10502         try to protect against middle-end changes that break binary
10503         compatibility.
10504         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10505
10506 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10507
10508         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10509
10510 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10511
10512         * calls.c (expand_call): If TARGET is passed by reference and
10513         is readonly, write a CLOBBER.
10514
10515 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10516
10517         * builtins.c (expand_builtin): Handle bcmp.
10518
10519         * builtins.def: Add BUILT_IN_BCMP.
10520
10521         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10522         prototype & function for bcmp.
10523
10524 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10525
10526         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10527         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10528         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10529
10530 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10531
10532         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10533         alternative when using -fp64 -gp32.
10534
10535 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10536
10537         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10538         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10539         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10540
10541         * frame.h (frame_state): Revert last change.
10542         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10543         * libgcc2.c (throw_helper): Revert last change.
10544
10545 2000-03-22  Richard Henderson  <rth@cygnus.com>
10546
10547         * stmt.c (expand_asm_operands): Don't promote the temporary.
10548
10549 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10550
10551         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10552         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10553           c_get_alias_set): Likewise.
10554         * c-decl.c (duplicate_decls): Likewise.
10555         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10556         * calls.c (initialize_argument_information): Likewise.
10557         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10558         Likewise.
10559         * dwarfout.c (decl_class_context,output_type): Likewise.
10560         * expr.c (get_inner_reference): Likewise.
10561         * fold-const.c (simple_operand_p,fold): Likewise.
10562         * function.c (aggregate_value_p): Likewise.
10563         * stmt.c (expand_asm_operands): Likewise.
10564         * varasm.c (named_section): Likewise.
10565
10566 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10567
10568         Implement dwarf2 exception handling for the ARM.
10569         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10570         (DWARF_FRAME_RETURN_COLUMN): Define.
10571         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10572         REG_FRAME_RELATED_EXPR note.
10573         (emit_sfm): Likewise.
10574         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10575         * dwarf2out.c (reg_save): Handle saving a register to itself.
10576         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10577         * except.c (eh_regs): Don't use the static chain reg if it's
10578         callee-saved.
10579         * frame.h (frame_state): Add cfa_saved field.
10580         * frame.c (execute_cfa_insn): Set it.
10581         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10582         the epilogue.
10583         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10584         Now takes a parm.
10585         (instantiate_virtual_regs): Adjust.
10586         * tm.texi: Adjust.
10587         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10588         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10589         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10590
10591         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
10592         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
10593
10594 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10595
10596         * builtins.def: New file.
10597
10598         * Makefile.in (TREE_H): Depend on builtins.def.
10599
10600         * builtins.c (built_in_names): Use builtins.def.
10601
10602         * tree.h (built_in_function): Likewise.
10603
10604 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
10605
10606         * tree.c (size_in_bytes): Return size_zero_node, not
10607         integer_zero_node.
10608
10609 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10610
10611         * config/fp-bit.c (pack_d): Correct the case when a denormal
10612         is rounded up and stops being denormal.
10613
10614 2000-03-21  Richard Henderson  <rth@cygnus.com>
10615
10616         * config/alpha/alpha.c (function_arg): Check for void_type_node
10617         before using MUST_PASS_IN_STACK.
10618
10619 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
10620
10621         * regmove.c (combine_stack_adjustments_for_block): Check that
10622         the stack pointer is a valid memory address.
10623
10624 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
10625
10626         * calls.c: re-install Mar 16 emit_library_call merge.
10627
10628 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10629
10630         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
10631         we cannot be sure that if reload_completed base register will
10632         be properly aligned.
10633
10634 2000-03-21  Richard Henderson  <rth@cygnus.com>
10635
10636         * flow.c (delete_block): Fix typo last change.
10637
10638 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
10639
10640         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
10641         not COMPLETE_TYPE_P, to check the type of the expression.
10642
10643 2000-03-21  Michael Meissner  <meissner@redhat.com>
10644
10645         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
10646         all floating point insns that just tested the macro
10647         TARGET_HAS_XFLOATING_LIBS.
10648         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
10649         used to only use the gprs.
10650
10651 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10652
10653         * tree.h (COMPLETE_TYPE_P): New macro.
10654         (COMPLETE_OR_VOID_TYPE_P): New macro.
10655         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
10656         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
10657         * c-aux-info.c (gen_type): Use them.
10658         * c-common.c (c_expand_expr_stmt): Likewise.
10659         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
10660         grokdeclarator, grokparms, finish_struct, start_function,
10661         store_parm_decls, combine_parm_decls): Likewise.
10662         * c-parse.y (cast_expr): Likewise.
10663         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
10664         c_size_in_bytes, c_alignof, build_component_ref,
10665         build_indirect_ref, build_array_ref, convert_arguments,
10666         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
10667         * calls.c (initialize_argument_information): Likewise.
10668         * convert.c (convert_to_integer): Likewise.
10669         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
10670         * dwarfout.c (location_or_const_value_attribute,
10671         output_enumeration_type_die, output_structure_type_die,
10672         output_union_type_die, output_type): Likewise.
10673         * expr.c (safe_from_p, expand_expr): Likewise.
10674         * function.c (assign_parms): Likewise.
10675         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
10676         * tree.c (build_array_type, build_function_type,
10677         build_method_type, build_offset_type, build_complex_type): Likewise.
10678         * c-parse.c, c-parse.h: Regenerated.
10679
10680 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10681
10682         * config/c4x/rtems.h: Include config/rtems.h.
10683
10684 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
10685
10686         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
10687         decl is a FUNCTION_DECL
10688
10689 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
10690
10691         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
10692         function uses output registers.  Don't save RP for leaf functions.
10693         Do save RP even if no epilogue.
10694         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
10695         (CALL_USED_REGISTERS): Unmark in registers.
10696         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
10697         to near the middle.
10698
10699 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10700
10701         * config/rs6000/rs6000.md (bunordered): New expander.
10702         (bordered): New expander.
10703         (buneq): New expander.
10704         (bunge): New expander.
10705         (bungt): New expander.
10706         (bunle): New expander.
10707         (bunlt): New expander.
10708         (bltgt): New expander.
10709
10710         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
10711         (ccr_bit_negated_p): New function.
10712         (print_operand): For %C, generate appropriate cror for UNEQ,
10713         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
10714
10715 2000-03-20  Andreas Jaeger  <aj@suse.de>
10716
10717         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
10718         warning.
10719
10720         * tree.h (safe_for_unsave): Prototype.
10721
10722 2000-03-20  Richard Henderson  <rth@cygnus.com>
10723
10724         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
10725         (combine_stack_adjustments_for_block): Don't allow sp references
10726         in the side of a set we're not fixing up.
10727         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
10728         after life_analysis.
10729
10730 2000-03-20  Richard Henderson  <rth@cygnus.com>
10731
10732         * calls.c (expand_call): Don't bother generating tail call
10733         sequences if there are pending cleanups.  Use
10734         expand_start_target_temps/expand_end_target_temps to elide
10735         cleanups created during sibcall expansion.
10736
10737 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10738
10739         * configure.in: Set $IFS to a value if it doesn't already have one
10740         in the --enable-checking handling.
10741         * configure: Regenerate.
10742
10743 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10744
10745         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
10746         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10747         Regenerated.
10748
10749 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
10750
10751         * jump.c (delete_noop_moves): Remove code attempting to
10752         combine stack adjustments.
10753
10754 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10755
10756         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
10757         * except.c (emit_cleanup_handler): Use them.
10758         (expand_end_all_catch): Likewise.
10759         * function.c (fixup_var_refs): Likewise.
10760         (expand_function_end): Clear catch_clauses_last.
10761         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
10762         * except.h (struct eh_status): New field x_catch_clauses_last.
10763         (catch_clauses_last): New define.
10764
10765         * Makefile.in (tree.o): Depend on HASHTAB_H.
10766         * tree.c: Include hashtab.h.
10767         (struct type_hash): Remove next field.
10768         (TYPE_HASH_SIZE): Remove.
10769         (TYPE_HASH_INITIAL_SIZE): New define.
10770         (type_hash_table): Change type to htab_t.
10771         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
10772         mark_hash_entry): New functions.
10773         (init_obstacks): Allocate type hash.
10774         (type_hash_lookup): Use htab functions.
10775         (type_hash_add, mark_type_hash): Likewise.
10776         (dump_tree_statistics): Call print_type_hash_statistics.
10777
10778 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10779
10780         * rs6000/t-aix41: New file.
10781
10782         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
10783
10784 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
10785
10786         * tm.texi (Driver): Fix typos and tweak entry for
10787         INCLUDE_DEFAULTS.
10788         Move misplaced STRUCT_FORCE_BLK entry ...
10789         (Storage Layout): ... to here.
10790         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
10791
10792 2000-03-19  Richard Henderson  <rth@cygnus.com>
10793
10794         * flow.c (delete_block): Delete the addr_vec along with the block.
10795         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
10796         reference labels.
10797
10798         * fold-const.c (extract_muldiv): Apply type check for defined
10799         overflow to multiply as well as divide.
10800
10801         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
10802
10803 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10804
10805         * emit-rtl.c (remove_unncessary_notes): Check that all
10806         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
10807         associated NOTE_BLOCK.
10808         * function.h (identify_blocks): Update comments.
10809         (reorder_blocks): Declare.
10810         * function.c (identify_blocks): Don't take paramters.
10811         (reorder_blocks): Don't take parameters.
10812         * loop.h (find_loop_tree_blocks): Remove.
10813         (unroll_block_trees): Likewise.
10814         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
10815         reorder_blocks instead of unroll_block_trees.h
10816         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
10817         * stmt.c (find_loop_tree_blocks): Remove.
10818         (unroll_block_trees): Likewise.
10819         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
10820         in whole-function mode.
10821         * tree.h (reorder_blocks): Remove declaration.
10822
10823         * expr.c: Include intl.h.
10824         * Makefile.in (expr.o): Depend on intl.h.
10825
10826 2000-03-18  Richard Henderson  <rth@cygnus.com>
10827
10828         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
10829
10830 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10831
10832         * tree.h (tree_index): Remove enumerals for integer types.
10833         (integer_type_kind): New type.
10834         (integer_types): New variable.
10835         (char_type_node): Adjust.
10836         (signed_char_type_node): Likewise.
10837         (unsigned_char_type_node): Likewise.
10838         (short_integer_type_node): Likewise.
10839         (short_unsigned_type_node): Likewise.
10840         (integer_type_node): Likewise.
10841         (unsigned_type_node): Likewise.
10842         (long_integer_type_node): Likewise.
10843         (long_unsigned_type_node): Likewise.
10844         (long_long_integer_type_node): Likewise.
10845         (long_long_unsigned_type_node): Likewise.
10846         * tree.c (integer_types): New variable.
10847         (init_obstacks): Register it as a root.
10848
10849 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
10850
10851         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
10852         NEXT_INSN. Update last insn in chain.
10853
10854 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
10855
10856         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
10857         with TYPE_DECL_SUPPRESS_DEBUG set.
10858
10859 2000-03-18  Richard Henderson  <rth@cygnus.com>
10860
10861         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
10862
10863 2000-03-18  Richard Henderson  <rth@cygnus.com>
10864
10865         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
10866         care for HALF_PIC_P.
10867         (expander_call_insn_operand): Remove.
10868         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
10869         * i386.h (PREDICATE_CODES): Update.
10870         * i386.md (all call expanders): Remove predicates, remove special
10871         handling for half-pic.
10872         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
10873         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
10874         (sibcall_epilogue): New.
10875
10876 2000-03-17  Richard Henderson  <rth@cygnus.com>
10877
10878         * rtlanal.c (single_set): Reject if the parallel has anything
10879         except SET or USE or CLOBBER.
10880
10881 2000-03-17  Jeff Law  <law@cygnus.com>
10882             Richard Henderson  <rth@cygnus.com>
10883
10884         * Makefile.in (OBJS): Add sibcall.o.
10885         (sibcall.o): New.
10886         * sibcall.c: New file.
10887         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
10888         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
10889         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
10890         Emit sibcall patterns when requested.  Update all callers.
10891         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
10892         elimination seems feasable.
10893         * final.c (leaf_function_p): Sibling calls don't discount being
10894         a leaf function.
10895         * flow.c (HAVE_sibcall_epilogue): Provide default.
10896         (find_basic_blocks_1): Sibling calls don't throw.
10897         (make_edges): Make edge from sibling call to EXIT.
10898         (propagate_block): Don't remove sibcall_epilogue insns.
10899         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
10900         (sibcall_epilogue): New.
10901         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
10902         (identify_blocks_1): Likewise.  Break out from ...
10903         (identify_blocks): ... here.
10904         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
10905         (reorder_blocks): ... here.
10906         (init_function_for_compilation): Zap prologue/epilogue as varrays.
10907         (record_insns): Extend a varray instead of mallocing new memory.
10908         (contains): Read a varray not array of ints.
10909         (sibcall_epilogue_contains): New.
10910         (thread_prologue_and_epilogue_insns): Emit and record
10911         sibcall_epilogue patterns.
10912         (init_function_once): Allocate prologue/epilogue varrays.
10913         * genflags.c (gen_insn): Treat sibcall patterns as calls.
10914         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
10915         Broken out from ...
10916         (save_for_inline_nocopy): ... here.
10917         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
10918         Broken out from ...
10919         (expand_inline_function): ... here.
10920         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
10921         (subst_constants): Handle 'n' formats.
10922         * jump.c (jump_optimize_minimal): New.
10923         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
10924         optimizations if it's set.
10925         * rtl.c (copy_rtx): Do copy jump & call for insns.
10926         * rtl.h (struct rtx_def): Document use of jump and call for insns.
10927         (SIBLING_CALL_P): New.
10928         (sibcall_use_t): New.
10929         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
10930         Invoke optimize_sibling_and_tail_recursive_calls.
10931         * tree.c (lang_safe_for_unsave): New.
10932         (safe_for_unsave): New.
10933         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
10934
10935         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
10936         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
10937         (*sibcall_osf_1, *sibcall_value_osf_1): New.
10938
10939 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
10940
10941         * objc/objc-act.c (encode_method_prototype): Pass types, not
10942         PARM_DECLs, to int_size_in_bytes.
10943
10944 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
10945
10946         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
10947
10948         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
10949         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
10950
10951 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10952
10953         * Clean up usages of TREE_INT_CST_LOW.
10954         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
10955         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10956         Regenerated.
10957         * c-tree.h (min_precision): Move declaration to here.
10958         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
10959         (build_unary_op, add_pending_init): Use bit_position.
10960         (pending_init_member, process_init_element): Likewise.
10961         (really_start_incremental_init, push_init_level, pop_init_level):
10962         Don't make copies of nodes or modify them in place, use consistent
10963         types when tracking positions, and use tree routines computations.
10964         (set_init_index, output_init_element): Likewise.
10965         (output_pending_init_elements, process_init_element): Likewise.
10966         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
10967         tree_low_cst and int_bit_position; also minor cleanup.
10968         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
10969         (print_cst_octal): Precision is unsigned.
10970         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
10971         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
10972         (simple_type_align_in_bits): Result is unsigned int.
10973         Use tree_int_low_cst and host_integerp.
10974         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
10975         (field_byte_offset): Result is HOST_WIDE_INT.
10976         Change types of internal variables so alignments are unsigned int,
10977         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
10978         Use host_integerp, tree_low_cst, and int_bit_position.
10979         (add_bit_offset_attribute): Likewise.
10980         (add_data_member_location_attribute): Use tree_cst_low.
10981         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
10982         (add_bit_size_attribute): Use tree_low_cst.
10983         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
10984         * dwarfout.c: Similar changes to dwarf2out.c.
10985         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
10986         * genoutput.c (n_occurences): Return -1 for null string.
10987         (strip_whitespace): Accept null string and make into function.
10988         (scan_operands): Reflect above changes.
10989         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
10990         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
10991         * ssa.c (rename_registers): Add missing cast of arg to bzero.
10992         * tree.c (int_size_in_bytes): Check for too big to represent.
10993         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
10994         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
10995         New declarations.
10996         (min_precision): Delete from here.
10997         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
10998         and int_bit_position.
10999         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11000         (encode_method_def): Likewise.
11001         (build_ivar_list_initializer): Use int_bit_position.
11002         (generate_shared_structures): Convert size.
11003         (encode_type, encode_complete_bitfield): Use integer_zerop.
11004         (encode_bitfield): Use tree_low_cst and int_bit_position.
11005
11006 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11007
11008         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11009
11010 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11011
11012         * call.c (special_function_p): It is only malloc if it returns
11013         Pmode.
11014
11015 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11016
11017         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11018         (C33_FLAG, TARGET_C3X): Add macros.
11019         (TARGET_SWITCHES): Add -m33 option.
11020         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11021
11022 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11023
11024         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11025         (PARALLEL_PACK_FLAG): Delete.
11026         (TARGET_SWITCHES): Update.
11027         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11028
11029 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11030
11031         * fold-const.c (fold): Fix a few cases when the returned result
11032         is not of the same type as the input.
11033
11034 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11035
11036         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11037         warning.
11038
11039 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11040
11041         * libgcc2.h: Move prototypes above macros with the same name.
11042         Wrap some function prototypes in the conditional which indicates
11043         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11044
11045 2000-03-16  Richard Henderson  <rth@cygnus.com>
11046
11047         * calls.c: Revert last two changes.
11048
11049 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11050
11051         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11052         has exponent 0 is a zero.
11053
11054         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11055         HASH may already be nonzero.  Add code/mode into hash value
11056         immediately after repeat label.
11057         (cselib_lookup): Don't leave the hash table in an inconsistent
11058         state before a hash lookup operation.
11059
11060 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11061
11062         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11063         by TARGET_[HQ]IMODE_MATH.
11064         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11065         x86_promote_qi_regs): Declare.
11066         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11067         TARGET_PROMOTE_QI_REGS): New macros.
11068         (PROMOTE_MODE): New macro.
11069         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11070         x86_promote_qi_regs): New global variables.
11071
11072 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11073
11074         * calls.c (emit_library_call_value_1): Break out from ...; handle
11075         VOIDmode function calls too.
11076         (emit_library_call_value): ... here.
11077         (emit_library_call): Implement by calling emit_library_call_value_1.
11078
11079 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11080
11081         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11082         Update arg_space_so_far on stack adjustments.
11083         (emit_library_call, emit_library_call_value): Likewise; take into
11084         account arg_space_so_far and pending_stack_adjust when calculcating
11085         the boundary.
11086
11087 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11088
11089         * flow.c: Move all basic block reordering code into its own file.
11090         (create_basic_block): Externalize.
11091         * bb-reorder.c: New file. Copy all basic block reordering code from
11092         flow.c to this file.
11093         (reorder_basic_blocks): Fix fencepost error in for-loop.
11094         (reorder_basic_blocks): Remove braces from single statement for-loops.
11095         * basic-block.h: Add declaration for create_basic_block.
11096         * Makefile.in: Add rules for bb-reorder.o.
11097
11098 2000-03-16  Neil Booth  <NeilB@earthling.net>
11099
11100         * cppinit.c (handle_option):  Implement #unassert directive
11101         as -A- command line option.
11102         (print_help):  Update.
11103         * cpptexi.c:  Update.
11104
11105 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11106
11107         * md.texi (Standard Names): Document `jump'.
11108
11109 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11110
11111         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11112         gotos.
11113
11114 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11115
11116         Merge changes from newppc-branch onto trunk.
11117
11118         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11119
11120         * rs6000.c (toc_hash_table): Update for new hash table functions.
11121         (toc_hash_function): Likewise.
11122         (toc_hash_eq): Likewise.
11123         (toc_hash_mark_entry): Likewise.
11124         (toc_hash_mark_table): Likewise.
11125         (output_toc): Likewise.
11126         (rs6000_add_gc_roots): Likewise.
11127
11128         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11129
11130         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11131         (AR_FLAGS_FOR_TARGET): here.  New macro.
11132
11133         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11134
11135         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11136         fpmem_operand) Delete.
11137         (xer_operand) New.
11138         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11139         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11140         (rs6000_save_machine_status, rs6000_restore_machine_status,
11141         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11142         references to above variables.
11143         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11144         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11145         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11146         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11147         (XER_REGNO_P, XER_REGNO): New.
11148         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11149         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11150         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11151         XER_REGNO_P.
11152         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11153         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11154         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11155
11156         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11157
11158         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11159         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11160         * rs6000.h: from here.
11161
11162         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11163         (rs6000_select_rtx_section): Likewise.
11164         (rs6000_encode_section_info): Likewise.
11165         (sdata_section): Likewise.
11166         (sdata2_section): Likewise.
11167         (sbss_section): Likewise.
11168         * sysv4.h (rs6000_select_section): Delete prototype.
11169         (rs6000_select_rtx_section): Likewise.
11170         (rs6000_encode_section_info): Likewise.
11171         (sdata_section): Likewise.
11172         (sdata2_section): Likewise.
11173         (sbss_section): Likewise.
11174         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11175
11176         * sysv4.h: Delete various unnecessary #undef's and put a comment
11177         on the remaining ones.
11178         Change various comments according to coding standard.
11179
11180         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11181
11182         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11183         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11184         (CR0_REGNO_P) Remove.
11185         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11186         setup_incoming_varargs, mtcrf_operation, print_operand,
11187         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11188         Use the above macros.
11189
11190         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11191
11192         * config/rs6000/rs6000.md: Added a new alternative for each
11193         pattern that had a 'x' alternative but no 'y' alternative.
11194         Added a new split for each of the above patterns.
11195
11196         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11197
11198         * aix41.h (ASM_CPU_SPEC): Delete.
11199         (CPP_CPU_SPEC): Delete.
11200
11201         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11202         (ASM_OUTPUT_LABEL): Define.
11203         (ASM_GLOBALIZE_LABEL): Define.
11204         (STRIP_NAME_ENCODING): Define.
11205         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11206         (STRIP_NAME_ENCODING): Don't define.
11207         (ASM_OUTPUT_LABEL): Don't define.
11208         (ASM_GLOBALIZE_LABEL): Don't define.
11209         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11210         names, and ASM_OUTPUT_LABEL to output labels, rather than
11211         asm_fprintf.
11212         (ASM_OUTPUT_LABEL): Define.
11213         (ASM_OUTPUT_INT): Use assemble_name.
11214         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11215         (STRIP_NAME_ENCODING): Don't undefine first.
11216         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11217         ELF.
11218         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11219         specified with 'asm' even with -fleading-underscore.
11220         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11221         (output_epilog): Likewise.
11222         (output_toc): Likewise.
11223         * tramp.asm: Handle -fleading-underscore correctly.
11224
11225         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11226         -mminimal-toc.
11227         (nonlocal_goto_receiver): Delete.
11228         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11229
11230         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11231         (SET_ASM_OP): Define.
11232         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11233
11234         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11235         (ASM_LONG): Define.
11236
11237         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11238         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11239
11240         * rs6000.h: Add 'u' to more constants.
11241
11242         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11243
11244         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11245
11246         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11247
11248         * rs6000.c (reg_or_u_cint_operand): New function.
11249         (logical_operand): Handle 64-bit hosts.
11250         (logical_u_operand): New function.
11251         (non_logical_cint_operand): Handle 64-bit hosts.
11252         (non_logical_u_cint_operand): New function.
11253         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11254         (PREDICATE_CODES): Define new functions.
11255         * rs6000-protos.h: Declare new functions.
11256         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11257         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11258         CONST_DOUBLE for 32-bit values.
11259         (scc insns): Generate DImode compares.
11260         (mfcr insns): Create DImode versions.
11261         (sge matchers): New patterns.
11262
11263         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11264
11265         * rs6000.md: Correct instructions length attributes and
11266         constraints on unsigned compare instructions.
11267         (*ne0): Disable for PowerPC64.
11268
11269         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11270
11271         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11272         quantity, fix profile1.C test failure under -fPIC.
11273
11274         * rs6000.c: Add 'u' to many constants to suppress warnings.
11275         (constant_pool_expr_1): Make static.
11276         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11277         * rs6000.h: Add 'u' to many constants to suppress warnings.
11278
11279         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11280         for the start of the TOC, instead of LCTOC..0.
11281         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11282         of the TOC.
11283         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11284         (load_toc_aix_di): Use LCTOC..1.
11285
11286         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11287         * rs6000.c (rs6000_legitimize_address): New function from
11288         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11289         symbols in the constant pool that really are TOC references.
11290         (print_operand_address): For ELF, write TOC offsets under
11291         -fPIC as subtractions in the insn.
11292         (output_toc): For ELF, define symbols in TOC as normal labels,
11293         to match RTL.
11294         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11295         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11296         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11297         * rs6000.md (movsi): Only use create_TOC_reference on
11298         symbols in the constant pool that really are TOC references.
11299
11300         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11301         * rs6000.c (rs6000_reorg): Delete.
11302         * rs6000-protos.h (rs6000_reorg): Delete.
11303
11304         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11305
11306         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11307
11308         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11309         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11310         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11311         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11312         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11313         rs6000_aix_emit_builtin_unwind_init.
11314         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11315         rs6000_emit_eh_toc_restore on AIX.
11316         (return_eh_si): Use r2.
11317         (return_eh_di): Use r2.
11318
11319         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11320         since we're breaking binary compatibility anyway.
11321
11322         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11323
11324         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11325         constant_pool_expr_p): Declare them.
11326         (constant_pool_expr_p): Declare it.
11327         * config/rs6000/rs6000.c (toc_label_name): Define.
11328         (rs6000_override_options): Set toc_label_name.
11329         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11330         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11331         uses_TOC): New functions.
11332         (print_operand): Delete old '*' case.
11333         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11334         and strip off rtl for TOC before calling output_addr_const.
11335         (rs6000_emit_load_toc_table): Use toc_label_name.
11336         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11337         the default.
11338         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11339         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11340         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11341         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11342         into explicit TOC_REGISTER offsets.
11343         (TOC_REGISTER): New macro.
11344         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11345         TARGET_TOC to reference TOC_REGISTER.
11346         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11347         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11348         uses_TOC before emitting label references.
11349
11350         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11351
11352         * rs6000.md (stack_tie): Fix warning.
11353
11354         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11355         to handle -fleading-underscore.
11356         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11357         (USER_LABEL_PREFIX): New macro.
11358         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11359         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11360         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11361         call-linux can use the same multilibs.
11362         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11363         and call-linux multilibs.  Do multilib with -fleading-underscore.
11364         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11365         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11366         to call-aix.
11367
11368         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11369         have MASK_SOFT_FLOAT set.
11370         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11371         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11372         CPP_FLOAT_DEFAULT_SPEC.
11373
11374         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11375         * rs6000.md: Whitespace change.
11376         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11377         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11378
11379         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11380
11381         * rs6000.md (eh_epilogue): New expander.
11382         (eh_reg_restore): New expand/split/insn combination.
11383         (return_eh_si): New insn.
11384         (return_eh_di): New insn.
11385
11386         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11387         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11388         * eabi-ctors.c (__do_global_ctors): Register this object's
11389         frame.  Clean up.  Call atexit() after the constructors.
11390         (__do_global_dtors): Deregister this object's frame.  Clean up.
11391         Allow for recursive calls to exit().
11392         * rs6000.c (fixuplabelno): New variable.
11393         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11394         TARGET_RELOCATABLE, it slows down exec() under linux.
11395         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11396
11397         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11398         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11399         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11400         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11401         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11402         (ASM_OUTPUT_DWARF_ADDR): New macro.
11403         (ASM_OUTPUT_DWARF_DATA4): New macro.
11404         (ASM_OUTPUT_DWARF_DATA2): New macro.
11405         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11406         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11407         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11408
11409         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11410
11411         * rs6000.c (rs6000_sr_alias_set): New variable.
11412         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11413         (rs6000_emit_stack_tie): New function.
11414         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11415         in a way that dwarf2out can understand.
11416         (rs6000_frame_related): New function.
11417         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11418         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11419         Use rs6000_emit_stack_tie when needed.
11420         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11421         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11422         * rs6000.md (stack_tie): New insn.
11423         (return_internal_si): Allow return value to be in the count
11424         register.
11425         (return_internal_di): Likewise.
11426
11427         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11428
11429         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11430
11431         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11432
11433         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11434
11435         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11436
11437         * rs6000.md (stmw): Use the right POWER opcode.
11438         (lmw): Likewise.
11439
11440         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11441
11442         * rs6000-protos.h: New file.
11443
11444         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11445
11446         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11447         warnings.
11448
11449         * sysv4.h: Likewise.
11450
11451         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11452
11453         * ../../configure.in: Delete powerpcle-*-winnt*
11454         and powerpcle-*-pe|powerpcle-*-cygwin*.
11455         * ../../configure: Regenerated.
11456         * cygwin.h: Delete.
11457         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11458         (TARGET_WINDOWS_NT): Delete.
11459         (ABI_NT): Delete.
11460         (CALL_NT_DLLIMPORT): Delete.
11461         Delete NT-specific code.
11462         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11463         * win-nt.h: Delete.
11464         * t-winnt: Delete.
11465         * nt-ci.asm: Delete.
11466         * nt-cn.asm: Delete.
11467         * ntstack.asm: Delete.
11468
11469         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11470
11471         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11472         (ASM_FILE_START): Likewise.
11473         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11474         (ASM_OUTPUT_LABELREF): Likewise.
11475         (ASM_OUTPUT_SKIP): Likewise.
11476         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11477         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11478         (ASM_OUTPUT_CASE_LABEL): Likewise.
11479         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11480         (ASM_OUTPUT_ASCII): Likewise.
11481
11482         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11483
11484         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11485         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11486         increment rs6000_pic_labelno here.
11487         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11488         and increment rs6000_pic_labelno here.
11489
11490         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11491
11492         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11493         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11494         allocation knows (reg) is dead before the insn.
11495
11496         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11497
11498         * rs6000.md (movsi_to_cr): Correct typo in output template.
11499
11500         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11501
11502         * rs6000.c (rs6000_pic_labelno): Always define.
11503         (rs6000_pic_func_labelno): Delete.
11504         (lmw_operation): Check for a zero base register,
11505         which doesn't mean what we want.
11506         (stmw_operation): New function.
11507         (print_operand): Define new 'l' modifier.
11508         (rs6000_stack_info): We must save all 64 bits of the registers
11509         if TARGET_POWERPC64.
11510         (rs6000_output_load_toc_table): Delete.
11511         (rs6000_emit_load_toc_table): New function.
11512         (rs6000_allocate_stack_space): Delete.
11513         (rs6000_emit_allocate_stack): New function.
11514         (rs6000_emit_prologue): New function.
11515         (output_prolog): Use rs6000_emit_prologue.
11516         (rs6000_emit_epilogue): Change a few variable names to be
11517         more accurate.  Restore all 64 bits of the registers if
11518         TARGET_POWERPC64.  Only restore the FP registers which were used
11519         if they are being saved/restored one-at-a-time.
11520         (output_mi_thunk): Delete inefficient code generation.
11521         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11522         * rs6000.h: Declare rs6000_emit_load_toc_table,
11523         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11524         rs6000_output_load_toc_table.
11525         * rs6000.md (elf_high): Allow register 0, but discourage it
11526         heavily.
11527         (elf_low): Support loading into register 0.
11528         (load_toc_aix_si): New pattern.
11529         (load_toc_aix_di): New pattern.
11530         (load_toc_v4_pic_si): New pattern.
11531         (load_toc_v4_pic_di): New pattern.
11532         (load_toc_v4_PIC_1): New pattern.
11533         (load_toc_v4_PIC_1b): New pattern.
11534         (load_toc_v4_PIC_2): New pattern.
11535         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11536         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11537         (prologue): New expander.
11538         (movesi_from_cr): New pattern.
11539         (stmw): New pattern.
11540         (save_fpregs_si): New pattern.
11541         (save_fpregs_di): New pattern.
11542
11543         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11544
11545         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11546         (movdi): Likewise.
11547         (movhi): Likewise.
11548         (movqi): Likewise.
11549
11550         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11551
11552         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11553         at present.
11554         (movsi_got_internal): Likewise.
11555         (movsi_got_internal+1): Likewise.
11556         (set_sp): 'unspec 7' does a SImode clobber.
11557
11558         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11559
11560         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11561         allocate a stack temporary.
11562         (floatsidf2_internal): Likewise.
11563         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11564         with unspec.
11565         (floatunssidf2): Don't use the fpmem "register", just
11566         allocate a stack temporary.
11567         (floatunssidf2_internal): Likewise.
11568         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11569         with unspec.
11570         (floatsidf2_loadaddr): Delete.
11571         (floatsidf2_store1): Delete.
11572         (floatsidf2_store2): Delete.
11573         (floatsidf2_load): Delete.
11574         (fix_truncdfsi2): Don't use the fpmem "register", just
11575         allocate a stack temporary.
11576         (fix_truncdfsi2_internal_si): Delete.
11577         (fix_truncdfsi2_internal_di): Delete.
11578         (fix_truncdfsi2_internal): New insn.
11579         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11580         (fix_truncdfsi2_store): Delete.
11581         (fix_truncdfsi2_load): Delete.
11582         (fctiwz): Produce gen_fctiwz.
11583
11584         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11585
11586         * eabi.h (INVOKE__main): Define.
11587         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11588         specially.
11589         (rs6000_emit_prologue): Likewise.
11590         * rs6000.h (struct rs6000_stack): Don't keep track of whether
11591         this is the main program.
11592
11593         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11594
11595         * rs6000.c (rs6000_va_arg): Delete some unused variables.
11596
11597         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11598
11599         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
11600         goes after the argument.
11601
11602         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11603
11604         * rs6000.md: Document 'unspec' values used.
11605         (epilogue): New expander.
11606         (movesi_to_cr_one): New expander.
11607         (movesi_to_cr and following): New pattern.
11608         (lmw): New pattern.
11609         (return_internal_si): New pattern.
11610         (return_internal_di): New pattern.
11611         (return_and_restore_fpregs_si): New pattern.
11612         (return_and_restore_fpregs_di): New pattern.
11613         * rs6000.h: Declare new functions.
11614         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
11615         rather than rs6000_calls_p.
11616         (rs6000_makes_calls): Delete.
11617         (lmw_operation): New function.
11618         (mtcrf_operation): New function.
11619         (rs6000_emit_epilogue): New function.
11620         (output_epilog): Call rs6000_emit_epilogue and final if
11621         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
11622
11623         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11624
11625         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
11626         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
11627         * aix.h (SUBTARGET_SWITCHES): Document switches.
11628         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
11629         sched-prolog and sched-epilog the same.  Document all the
11630         switches.
11631         (TARGET_OPTIONS): No longer allow -mdebug-.
11632
11633         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11634
11635         * rs6000.h (ASM_FILE_END): Move to aix.h.
11636         (EXTRA_SECTIONS): Move to aix.h.
11637         (READONLY_DATA_SECTION): Move to aix.h.
11638         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
11639         (SELECT_SECTION): Move to aix.h.
11640         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
11641         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
11642         (LINK_REGISTER_REGNUM): New definition.
11643         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
11644         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
11645         AIX and SVR4.
11646         * sysv4.h: Delete the code between the inclusion of rs6000.h
11647         and svr4.h.
11648         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
11649         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
11650         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
11651         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
11652         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
11653         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
11654         (fix_truncdfsi2_internal_di): New pattern.
11655         (fix_truncdfsi2_store): The second arg here is Pmode too.
11656         (fix_truncdfsi2_load): The second arg here is Pmode too.
11657         (tablejumpdi): Now that switch tables hold only SImode values,
11658         gcc needs to know how to add them to the pc which is DImode.
11659         * rs6000.c (rs6000_stack_info): Use symbolic name for
11660         LINK_REGISTER_REGNUM.
11661         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
11662         (output_toc): Delete unused variables s1 and s2.
11663         (output_ascii): Use fputs not fprintf on a variable string.
11664
11665         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11666
11667         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11668         * aix43.h: Revert Aug 2 change.
11669         (HAS_INIT_SECTION): Define, not visible yet.
11670         (LD_INIT_SWITCH): Define, not visible yet.
11671         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11672
11673         2000-01-04  Joel Sherrill (joel@OARcorp.com>
11674
11675         * config/rs6000/rtems.h: Include config/rtems.h.
11676
11677         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11678
11679         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11680         (SLOW_UNALIGNED_ACCESS): Define.
11681         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11682         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11683         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11684         (toc_section): Likewise and .toc pseudo-op.
11685         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11686         64-bit mode.
11687         (TEXT_SECTION_ASM_OP): Likewise.
11688         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11689         32-bit offsets.
11690
11691         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11692
11693         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
11694         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11695         compiling libgcc2.
11696
11697         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11698
11699         * rs6000.h: Move more stuff from here...
11700         * aix.h: to here.
11701         * sysv4.h: Cleanup accordingly.
11702         * netware.h: Likewise
11703
11704         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11705
11706         * rs6000.h: Continue cleanup.
11707         * aix.h: Likewise.
11708         * lynx.h: Likewise.
11709         * netware.h: Likewise.
11710         * sol2.h: Likewise.
11711         * sysv4.h: Likewise.
11712         * win-nt.h: Likewise.
11713
11714         * rs6000.h (TARGET_SWITCHES): Add descriptions.
11715         (TARGET_OPTIONS): Likewise.
11716
11717         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
11718         (SUBTARGET_OPTIONS): Likewise.
11719
11720         * rs6000.md: Fix compile time warnings.
11721
11722         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11723
11724         vxworks patches from the Cygnus tree originally by
11725         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
11726         <vmakarov@cygnus.com>.
11727         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
11728         (ENDFILE_SPEC): Likewise.
11729         (LIB_VXWORKS_SPEC): New macro.
11730         (STARTFILE_VXWORKS_SPEC): New macro.
11731         (ENDFILE_VXWORKS_SPEC): New macro.
11732         (LINK_START_VXWORKS_SPEC): New macro.
11733         (LINK_OS_VXWORKS_SPEC): New macro.
11734         (CPP_OS_VXWORKS_SPEC): New macro.
11735         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
11736         * vxppc.h: Rewrite to use proper configuration method.
11737         * vxppcle.h: New file.
11738         * ../../configure.in: Add powerpcle-wrs-vxworks*.
11739         * ../../configure: Rebuilt.
11740
11741         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11742
11743         Lots of changes to rs6000.h, sysv4.h, aix.h,
11744         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
11745         with the aim that rs6000.h is the first header
11746         included and the others override it.
11747         * aix.h: New file.
11748
11749         * x-aix41-gld: Remove.
11750         * x-aix43: Remove.
11751         * x-aix41: Remove target-specific switches, and don't specify
11752         -Wl,-bbigtoc as we don't need it any more.
11753         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
11754         Use t-aix43 for AIX 4.3 and above.
11755         * ../../configure: Regenerated.
11756
11757         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
11758         options, that don't do anything yet.
11759         (MASK_SCHED_PROLOG): New macro.
11760         (MASK_SCHED_EPILOG): New macro.
11761         (TARGET_SCHED_PROLOG): New macro.
11762         (TARGET_SCHED_EPILOG): New macro.
11763
11764         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11765
11766         * rs6000.c: Correct comment, the `minimal' TOCs are actually
11767         one per translation unit, not one per function.
11768         (output_toc): Also do duplicate constant elimination
11769         for per-translation-unit TOCs.
11770
11771         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
11772         a comment explaining _exactly_ when this pattern gets used.
11773         (builtin_setjmp_receiver): New pattern for better clarity.
11774         (init_v4_pic): Move it into a section dealing with TOC registers.
11775
11776         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
11777
11778         * rs6000.c (toc_hash_table): New variable.
11779         (rs6000_hash_constant): New function.
11780         (toc_hash_function): New function.
11781         (toc_hash_eq): New function.
11782         (toc_hash_mark_entry): New function.
11783         (toc_hash_mark_table): New function.
11784         (output_toc): Don't output duplicate TOC entries in
11785         a single file.
11786         (rs6000_add_gc_roots): Add the hash table as a GC root.
11787         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
11788         where they clearly shouldn't be.  This may need to be fixed
11789         later when there is a GNU ar for AIX.
11790         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
11791         Don't define BOOT_LDFLAGS as it is now not necessary.
11792
11793         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
11794
11795         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
11796         for va_list on AIX.  Use unsigned_char_type_node rather than
11797         constructing our own version on svr4.
11798
11799         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
11800
11801         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
11802         since patently it's not.
11803
11804         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
11805
11806         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
11807         define_expand/define_insn pair, and handle restore of the
11808         SVR4 -fpic register.
11809
11810 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
11811
11812         * acconfig.h (HAVE_GAS_WEAK): New define.
11813         * configure.in (assembler weak support): Check for .weak support.
11814         * config.in, configure: Rebuilt.
11815         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
11816         HAVE_GAS_WEAK is defined.
11817
11818 2000-03-15  Nick Clifton  <nickc@cygnus.com>
11819
11820         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
11821         asm_fprintf().
11822
11823 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
11824
11825         * cppfiles.c (open_include_file): New function.
11826         (find_include_file, cpp_read_file): Use it.
11827
11828 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11829
11830         * cpphash.c (dump_hash_helper): Take the slot, not the element.
11831
11832 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
11833
11834         * flow.c (verify_flow_info): Check for unconditional return.
11835
11836 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
11837
11838         * config/ia64/ia64.md (restore_stack_nonlocal): New.
11839         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
11840         (__ia64_restore_stack_nonlocal): New.
11841         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
11842
11843 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11844
11845         * cpphash.c (collect_formal_parameters): Do not complain about
11846         parameter names that just start with `__VA_ARGS__'.
11847
11848 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
11849
11850         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
11851         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
11852         * i386.c (pentiumpro_cost): Set mul cost to 4.
11853         (x86_use_movx): Set for PPro.
11854
11855 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
11856
11857         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
11858         STACK_BOUNDARY for empty frames now.
11859
11860 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11861
11862         * stor-layout.c (layout_union): Remove.
11863         (layout_union_field): New function, split out from layout_union.
11864         (finish_union_layout): Likewise.
11865         (layout_field): Handle unions by calling layout_union_field.
11866         (finish_record_layout): Handle unions.
11867         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
11868         QUAL_UNION_TYPE handling.
11869
11870 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
11871
11872         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
11873         end of basic block is jump_insn, not barrier; use create_basic_block
11874         instead of creating basic block by hand.
11875
11876 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
11877
11878         * flow.c (reorder_basic_blocks): Account for barriers when writing
11879         over NEXT_INSN (last_bb->end).
11880         (verify_flow_info): Add check for missing barriers.
11881
11882 2000-03-14  Greg McGary  <gkm@gnu.org>
11883
11884         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
11885         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
11886         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
11887         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
11888         __unbounded, __unbounded__): New keywords.
11889         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
11890         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
11891         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
11892
11893 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
11894
11895         * cselib.h: New file.
11896         * alias.c: Include "cselib.h".
11897         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
11898         MEMs as two new arguments.
11899         (get_addr): New static function.
11900         (find_base_term): Handle VALUEs.
11901         (memrefs_conflict_p): Likewise.
11902         (true_dependence): Call get_addr on the addresses.
11903         Call fixed_scalar_and_varying_struct_p with addresses that have been
11904         passed through get_addr and canon_rtx.
11905         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
11906         with true_dependence.
11907         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
11908         * loop.c: Include "cselib.h".
11909         (load_mems): Process extended basic block that enters the loop with
11910         cselib.  Use that information to change initialization of the shadow
11911         register so that a constant equivalence is seen by later passes.
11912         * reload1.c: Include "cselib.h".
11913         (reload_cse_invalidate_regno): Delete function.
11914         (reload_cse_mem_conflict_p): Likewise.
11915         (reload_cse_invalidate_mem): Likewise.
11916         (reload_cse_invalidate_rtx): Likewise.
11917         (reload_cse_regno_equal_p): Likewise.
11918         (reload_cse_check_clobber): Likewise.
11919         (reload_cse_record_set): Likewise.
11920         (reg_values): Delete static variable.
11921         (invalidate_regno_rtx): Likewise.
11922         (reload_cse_delete_noop_set): New static function.
11923         (reload_cse_simplify): New static function, broken out of
11924         reload_cse_regs_1.
11925         (reload_cse_noop_set_p): Delete unused argument INSN.
11926         Just call rtx_equal_for_cselib_p on set source and destination.
11927         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
11928         reload_cse_delete_noop_set.  Delete code to keep track of values; use
11929         cselib functions instead.  Delete code to push/pop obstacks.
11930         (reload_cse_simplify_set): Use cselib to find equivalent values.
11931         Delete code to push/pop obstacks.
11932         (reload_cse_simplify_operands): Likewise.
11933         * rtl.def (VALUE): New rtx code.
11934         * rtl.h (union rtunion_def): New elt rt_cselib.
11935         (X0CSELIB, CSELIB_VAL_PTR): New macros.
11936         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
11937         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
11938         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
11939         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
11940         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
11941         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
11942         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
11943         cselib_record_set, cselib_record_sets): New static functions.
11944         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
11945         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
11946         references_value_p): New functions.
11947         (MAX_USELESS_VALUES, REG_VALUES): New macros.
11948         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
11949         n_useless_values, reg_values, callmem, cselib_obstack,
11950         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
11951         New static variables.
11952         * varray.h (union varray_data_tag): New elt te.
11953         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
11954         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
11955         dependencies.
11956
11957 2000-03-14  Nick Clifton  <nickc@cygnus.com>
11958
11959         * gcc.c (do_spec_1): Catch the case where %* is used in a
11960         substitution pattern, but it has not been initialised.
11961         Issue a meaningful error message if an unrecognised operator
11962         is encountered in a spec string.
11963
11964 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
11965
11966         * function.c (prepare_function_start): Correctly initialize
11967         cfun->stack_alignment_needed.
11968
11969 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
11970
11971         * cppfiles.c (find_include_file): Don't assume nshort is a
11972         substring of name.
11973
11974 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
11975
11976         * configure.in (hppa configurations): Add pa32-regs.h to the
11977         list of tm files as appropriate.
11978         * configure: Rebuilt.
11979         * pa.c (compute_frame_size): Remove explicit knowledge about FP
11980         register numbering.
11981         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
11982         (fmpyaddoperands, fmpysuboperands): Likewise.
11983         * pa.h: Remove various definitions which depend on knowing
11984         how registers are numbered.
11985         * pa32-regs.h: New file with PA32 register numbering specific
11986         definitions.
11987
11988 2000-03-14  Richard Henderson  <rth@cygnus.com>
11989
11990         * regmove.c (combine_stack_adjustments): New.
11991         (stack_memref_p, single_set_for_csa): New.
11992         (free_csa_memlist, record_one_stack_memref): New.
11993         (try_apply_stack_adjustment): New.
11994         (combine_stack_adjustments_for_block): New.
11995         * rtl.h (combine_stack_adjustments): Declare.
11996         * toplev.c (rest_of_compilation): Call it.
11997
11998         * i386.md: Revert 2000-01-16 change.
11999
12000 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12001
12002         * gccbug.in: Add web category, gcc specific classes.
12003
12004 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12005
12006         * stor-layout.c (finalize_record_size): Fix typo.
12007
12008 2000-03-14  Stan Shebs  <shebs@apple.com>
12009
12010         * c-typeck.c (c_alignof): Error on incomplete types.
12011         * extend.texi (Alignment): Document this.
12012
12013 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12014
12015         * cppfiles.c: Include mkdeps.h.
12016         (find_include_file, read_include_file): Remove _cpp_ prefix
12017         from name, make static.
12018         (_cpp_execute_include): New function, broken out of
12019         do_include.
12020
12021         * cpplib.c: Don't include mkdeps.h.
12022         (struct directive): Remove type field. Reorder entries.  The
12023         function takes only one argument.
12024         (struct if_stack): Make type field an int.
12025         (directive_table): Rename to dtable.  Generate it, the
12026         prototypes of the directive handlers, and the enum for the
12027         directive numbers, from a template macro.
12028         (do_ifndef, do_include_next, do_import): New functions.
12029         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12030         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12031         do_ident, do_assert, do_unassert, do_sccs): Take only one
12032         argument.
12033         (do_sccs): Define always, but alter behavior based on
12034         SCCS_DIRECTIVE.
12035         (_cpp_handle_directive, consider_directive_while_skipping):
12036         Restructure for new directive table layout.
12037
12038         (pass_thru_directive): Take a directive number, not a pointer
12039         to a struct directive.
12040         (parse_include): New function, broken out of do_include.
12041         (do_include, do_import, do_include_next): Use parse_include
12042         and _cpp_execute_include.
12043         (do_elif, do_else): Test for T_ELSE specifically when checking
12044         for #elif/#else after #else.
12045         (parse_ifdef): New function, broken out of do_ifdef.
12046         (validate_else): Expect a name arg without a leading #.
12047         (if_directive_name): Delete.
12048         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12049         directive handlers with only one argument.
12050
12051         * cpphash.h: Update prototypes.
12052         (enum node_type): Remove entries for directives.
12053         * Makefile.in: Update dependencies.
12054
12055         * cpphash.c (dump_hash_helper): Only dump nodes of type
12056         T_MACRO.  Emit a newline after each definition.
12057
12058 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12059
12060         * gccbug.in: New file.
12061         * configure.in (all_outputs): Add gccbug.
12062         * Makefile.in (install-common): Install gccbug.
12063         (GCCBUG_INSTALL_NAME): New variable.
12064         * configure: Rebuilt.
12065
12066 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12067
12068         * function.c (put_var_into_stack): Use type_for_mode to calculate
12069         part_type.  Use MEM_SET_IN_STRUCT_P.
12070         * expr.c (store_field): Handle CONCAT.
12071         (store_constructor): Use fields_length.
12072         * tree.c (fields_length): New fn.
12073         * tree.h: Declare it.
12074
12075 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12076
12077         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12078         (cpplex.o): New target.
12079         * po/POTFILES.in: Add cpplex.c.
12080
12081         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12082         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12083         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12084         skip_block_comment, skip_line_comment, skip_comment,
12085         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12086         _cpp_parse_name, skip_string, parse_string,
12087         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12088         _cpp_get_directive_token, find_position,
12089         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12090         (maybe_macroexpand, _cpp_lex_token): New functions.
12091
12092         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12093         parse_goto_mark): Delete.
12094         (_cpp_handle_eof): New function.
12095         (_cpp_handle_directive): Rename from handle_directive.
12096         (_cpp_output_line_command): Rename from output_line_command.
12097         (do_if, do_elif): Call _cpp_parse_expr directly.
12098         * cppfiles.c (_cpp_read_include_file): Don't call
12099         init_input_buffer here.
12100         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12101         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12102         here; pop the token_buffer and skip the rest of the line here.
12103         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12104         here.
12105
12106         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12107         Define here.
12108         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12109         CPP_GOTO_MARK): New macros.
12110         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12111         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12112         _cpp_read_and_prescan, _cpp_init_input_buffer,
12113         _cpp_grow_token_buffer, _cpp_get_directive_token,
12114         _cpp_handle_directive, _cpp_handle_eof,
12115         _cpp_output_line_command): Prototype them here.
12116         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12117         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12118         quote_string, output_line_command): Remove.
12119
12120 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12121
12122         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12123         whether it is too large we must also verify that it isn't negative.
12124
12125 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12126
12127         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12128         (movsi_zero_liveg0): Remove.
12129         (movsf_insn_novis_liveg0): Remove.
12130         (negsi2): Remove.
12131         (negsi2_not_liveg0): Rename to negsi2.
12132         (one_cmplsi2): Remove.
12133         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12134         (one_cmplsi2_liveg0): Remove.
12135         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12136         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12137         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12138         (PREDICATE_CODES): Remove zero_operand.
12139         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12140         TARGET_BROKEN_SAVERESTORE.
12141         (zero_operand): Remove.
12142         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12143         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12144         options.
12145         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12146         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12147         TARGET_BROKEN_SAVERESTORE): Remove.
12148         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12149         Remove.
12150         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12151         Remove.
12152         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12153         Remove.
12154
12155         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12156
12157 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12158
12159         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12160         truncating a string.  Don't assume tokens are nul terminated.
12161         Problem noted by Andreas Jaeger <aj@suse.de>
12162
12163 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12164
12165         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12166         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12167         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12168
12169 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12170
12171         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12172         STRUCTURE_SIZE_BOUNDARY.
12173
12174 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12175
12176         * tree.h (record_layout_info_s): New structure.
12177         (record_layout_info): New type.
12178         (new_record_layout_info): New function.
12179         (layout_field): Likewise.
12180         (finish_record_layout): Likewise.
12181         * stor-layout.c (layout_record): Remove.
12182         (new_record_layout_info): New function.
12183         (layout_field): New function, broken out from layout_record.
12184         (finalize_record_size): Likewise.
12185         (compute_record_mode): Likewise.
12186         (finalize_type_size): New function, broken out from layout_type.
12187         (finish_record_layout): Likewise.
12188         (layout_type): Use them.
12189
12190 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12191
12192         * cpphash.c: Don't include version.h.
12193         (special_symbol) [case T_VERSION]: Look for the string in
12194         hp->value.cpval; don't use version_string.
12195         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12196         __VERSION__ to version_string.
12197         * Makefile.in (cpphash.o): Update deps.
12198
12199 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12200
12201         Convert cpplib to use libiberty/hashtab.c.
12202
12203         * cpplib.h (struct cpp_reader): Make hashtab and
12204         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12205         and ALL_INCLUDE_HASHSIZE macros.
12206
12207         * cpphash.h: Update prototypes.
12208         (struct hashnode): Remove next, prev, and bucket_hdr members.
12209         Make length a size_t.  Add hash member.
12210         (struct ihash): Remove next member.  Add hash member.  Make
12211         name a flexible array member.
12212
12213         * cppfiles.c: Include hashtab.h.
12214         (include_hash): Delete.
12215         (IHASHSIZE): New macro.
12216         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12217         (cpp_included): Do the hash lookup here.
12218         (_cpp_find_include_file): Rewrite.
12219         (cpp_read_file): Put the "fake" hash entry into the hash
12220         table.  Honor the control_macro, if it turns out we've seen
12221         the file before.  Don't push the buffer here.
12222         (_cpp_read_include_file): Push the buffer here.
12223         (OMODES): New macro.  Use it whenever we call open(2).
12224
12225         * cpphash.c: Include hashtab.h.
12226         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12227         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12228         _cpp_lookup_slot): New functions.
12229         (HASHSIZE): new macro.
12230         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12231         (_cpp_lookup): Use hashtab.h routines.
12232
12233         * cppinit.c: Include hashtab.h.
12234         (cpp_reader_init): Call _cpp_init_macro_hash and
12235         _cpp_init_include_hash.  Don't allocate hashtab directly.
12236         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12237         pfile->all_include_files.
12238         (initialize_builtins): Use _cpp_make_hashnode and
12239         htab_find_slot to add hash entries.
12240         (cpp_finish): Just call _cpp_dump_macro_hash.
12241         * cpplib.c: Include hashtab.h.
12242         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12243         create hash entries.
12244         (do_pragma_poison, do_assert): Likewise.
12245         (do_include): Don't push the buffer here.  Don't increment
12246         system_include_depth unless _cpp_read_include_file succeeds.
12247         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12248         or htab_remove_elt.
12249         (do_pragma_implementation): Use alloca to create copy.
12250
12251         * Makefile.in: Update dependencies.
12252
12253 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12254
12255         * cppinit.c (cl_directive_handler): More K&R fixing.
12256
12257 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12258
12259         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12260         STACK_BOUNDARY.
12261         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12262
12263 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12264
12265         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12266         Change from char[] to macros.
12267
12268 2000-03-12  Neil Booth  <NeilB@earthling.net>
12269
12270         * cppinit.c (cpp_start_read): Update indirect function
12271         call to K&R C.
12272
12273 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12274
12275         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12276         entry.
12277
12278         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12279         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12280
12281 2000-03-11  Neil Booth  <NeilB@earthling.net>
12282
12283         * cppinit.c (struct pending option): Replace undef with a
12284         pointer to a directive handling routine.
12285         (struct cpp_pending): Replace separate assert_ and define_
12286         lists with one directive_ list.
12287         (new_pending_define): Rename new_pending_directive. Extra
12288         argument is the directive's handling routine.
12289         (handle_option): Update to use new_pending_directive.
12290
12291 2000-03-11  Neil Booth  <NeilB@earthling.net>
12292
12293         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12294         remap_filename, _cpp_read_include_file, actual_directory,
12295         hack_vms_include_specification): Replace bcopy(), index() etc
12296         calls.  Add casts to some allocations.  Make some variables
12297         pointers to const [unsigned] char.
12298         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12299         collect_formal_parameters): Similarly.
12300         * cppinit.c (struct pending_option, append_include_chain,
12301         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12302         cpp_start_read, new_pending_define, handle_option): Similarly.
12303         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12304         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12305         do_pragma_implementation, detect_if_not_defined,
12306         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12307         do_assert, do_unassert): Similarly.
12308         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12309         function prototypes.
12310         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12311
12312 2000-03-10  Richard Henderson  <rth@cygnus.com>
12313
12314         * builtins.c (expand_builtin_strlen): Revert last change.
12315         Use emit_insn_before if we're at the beginning of a sequence.
12316
12317 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12318
12319         * builtins.c (expand_builtin_strlen): Make sure that we have something
12320         at the beginning of the sequence.
12321
12322         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12323         deferred inlines.
12324
12325         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12326
12327 2000-03-10  Richard Henderson  <rth@cygnus.com>
12328
12329         * except.c (can_throw): Use INTVAL on a CONST_INT.
12330         (reachable_handlers): Likewise.
12331         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12332
12333 2000-03-10  Andreas Jaeger  <aj@suse.de>
12334
12335         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12336         MD_STARTFILE_PREFIX since those are not needed on linux.
12337         (ASM_FILE_START): New, from mips/gnu.h.
12338
12339 2000-03-09  Richard Henderson  <rth@cygnus.com>
12340             Alex Samuel  <samuel@codesourcery.com> and others
12341
12342         * Makefile.in (ssa.o): New rule.
12343         (OBJS): Add ssa.o.
12344         (STAGESTUFF): Add *.ssa and *.ussa.
12345         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12346         * rtl.def (PHI): New RTL expression.
12347         * rtl.h (clear_log_links): New declaration.
12348         (convert_to_ssa): Likewise.
12349         (convert_from_ssa): Likewise.
12350         * flow.c (split_edge): If the entry node falls through to the
12351         split edge's source block, split the entry edge.
12352         (clear_log_links): New function.
12353         * toplev.c (ssa_dump): New variable.
12354         (flag_ssa): Likewise.
12355         (f_options): Add "ssa".
12356         (compile_file): Create SSA dump files.
12357         (rest_of_compilation): Go to and from SSA if enabled.
12358         (decide_d_option): Handle -de for SSA dump files.
12359         * ssa.c: New file.
12360
12361 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12362
12363         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12364         same as VAR_DECL.
12365
12366 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12367
12368         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12369
12370 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12371
12372         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12373         (MD_STARTFILE_PREFIX_1): New macro.
12374
12375 2000-03-09  Robert Lipe  <robertl@sco.com>
12376
12377         * config/ia64/ia64.c: Include system.h.
12378
12379 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12380
12381         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12382         (init_eh_nesting_info): Likewise.
12383
12384         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12385         (TREE_NOTHROW): Rename from TREE_RAISES.
12386         * toplev.c (rest_of_compilation): Set it.
12387         * print-tree.c (print_node): Adjust.
12388         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12389         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12390         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12391         REG_EH_REGION note as appropriate.
12392         (libfunc_nothrow): New fn.
12393         (emit_library_call, emit_library_call_value): Use it.
12394         (expand_call): Check TREE_NOTHROW.
12395
12396         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12397         DECL_ASSEMBLER_NAME.
12398
12399 2000-03-09  Andreas Jaeger  <aj@suse.de>
12400
12401         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12402         (TARGET_MEM_FUNCTIONS): Define.
12403
12404 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12405
12406         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12407
12408         * except.c (can_throw): See through a SEQUENCE.
12409         (nothrow_function_p): New fn.
12410         * except.h: Declare it.
12411         * function.c (current_function_nothrow): New var.
12412         (prepare_function_start): Initialize it.
12413         * output.h: Declare it.
12414         * toplev.c (rest_of_compilation): Set it.
12415         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12416
12417 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12418
12419         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12420         match.  (cpp_compare_defs): Count the nul separator when
12421         advancing over argument names.
12422
12423 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12424
12425         * recog.c (preprocess_constraints): Matching constraints affect
12426         same alternative/different operand, not same operand/different
12427         alternative.
12428
12429         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12430         register and a constant specially.
12431
12432 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12433
12434         * libgcc2.h: New file.
12435         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12436
12437 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12438
12439         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12440         * configure: Regenerate.
12441         * config/ia64: New.
12442
12443 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12444
12445         * Makefile.in (LIBCPP_DEPS): New macro.
12446         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12447         it to declare deps.
12448         * cpperror.c: Include cpphash.h.
12449         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12450         dingleberry.
12451         (lex): Don't use CPP_WARN_UNDEF.
12452         (_cpp_parse_expr): Return an int, the truth value.
12453         * cppfiles.c: Include cpphash.h.
12454         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12455         * cppinit.c (include_defaults_array): Disentangle.
12456         (cpp_cleanup): Don't free the if stack here.
12457         (cpp_finish): Pop off all buffers, not just one.
12458         * cpplib.c (eval_if_expr): Return int.
12459         (do_xifdef): Rename do_ifdef.
12460         (handle_directive): Don't use CPP_PREPROCESSED.
12461         (cpp_get_token): Don't use CPP_C89.
12462         * fix-header.c: Don't use CPP_OPTIONS.
12463
12464         * cpplib.h: Move U_CHAR, enum node_type, struct
12465         file_name_list, struct ihash, is_idchar, is_idstart,
12466         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12467         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12468         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12469         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12470         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12471         of _cpp_simplify_pathname, _cpp_find_include_file,
12472         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12473         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12474         cppinit.c.
12475         Change all uses of U_CHAR to be unsigned char instead.
12476         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12477
12478 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12479
12480         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12481         (dwarf2out_begin_prologue): Set it.
12482         (output_call_frame_info): Don't emit EH unwind info for leaves.
12483
12484         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12485         can occur outside of an EH region.
12486         * except.c: Correct comments about rethrow behavior.
12487         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12488
12489 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12490
12491         * flow.c (make_edges): Always call make_eh_edge for calls.
12492
12493 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12494
12495         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12496         (struct cpp_buffer): Remove fname and underflow fields.
12497         (struct cpp_reader): Remove get_token field.
12498         (struct include_hash): Rename to struct ihash.  Add typedef to
12499         IHASH.
12500         (struct if_stack): Remove fname field.
12501         (IF_STACK_FRAME): Rename to IF_STACK.
12502
12503         * cpperror.c (print_containing_files): Trust that there are no
12504         macro buffers below the top file buffer.
12505         * cppfiles.c: Replace all references to 'struct include_hash'
12506         with 'IHASH'.  Rename initialize_input_buffer to
12507         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12508         use buffer->ihash->name instead.
12509         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12510         not CPP_NULL_BUFFER.
12511         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12512         IF_STACK_FRAME, IHASH not struct include_hash.
12513         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12514         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12515         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12516         references to cpp_buffer->fname (delete entirely, or use
12517         ->ihash->name instead) and IF_STACK->fname.
12518         (cpp_push_buffer): Don't set new->underflow.
12519         (do_include): Use cpp_file_buffer.
12520
12521         * cpphash.c (collect_formal_parameters): Remove duplicate
12522         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12523         used as a macro argument name.  Don't append "..." to namebuf
12524         for varargs macros.  After we're done scanning, go through
12525         namebuf and make it NUL separated, not comma separated.
12526         (_cpp_compare_defs): Remove register tag from variables.
12527         Expect defn->argnames to be NUL separated.
12528         (_cpp_dump_definition): Expect defn->argnames to be NUL
12529         separated and in forward order.
12530         * cpphash.h: Update documentation of argnames field.
12531
12532 2000-03-08  Richard Henderson  <rth@cygnus.com>
12533
12534         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12535         to fail.  Don't pre-expand the source operand.
12536
12537         * i386.md (strlensi): Initialize eoschar and align before use.
12538
12539 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12540
12541         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12542         CONSTRUCTOR element.
12543
12544 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12545
12546         * mips.c (mips_expand_prologue): If the last
12547         named argument is the vararg marker "va_list", treat it as
12548         an unnamed argument.
12549
12550 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12551
12552         * dbxout.c (dbxout_parms): When correcting for promoted
12553         big-endian parameters, use the mode of the DECL_RTL rather
12554         than UNITS_PER_WORD.
12555
12556 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12557
12558         * c-common.h (make_fname_decl): Declare.
12559         * c-common.c (make_fname_decl): Define.
12560         (declare_hidden_char_array): Remove.
12561         (declare_function_name): Use make_fname_decl.
12562         * c-decl.c (c_make_fname_decl): New function.
12563         (init_decl_processing): Set make_fname_decl.
12564
12565 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12566
12567         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12568
12569 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12570
12571         * po/POTFILES.in: Remove cppalloc.c from file list.
12572
12573 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12574
12575         * pj.c (pj_expand_prologue): current_function->args_info is
12576         now current_function_args_info.
12577
12578         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12579         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12580         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12581
12582 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12583
12584         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12585         output as hexadecimal rather than the default octal.
12586
12587 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12588
12589         * cpphash.c (special_symbol): Fix thinko in previous commit.
12590
12591 2000-03-07  Neil Booth  <NeilB@earthling.net>
12592
12593         * cppexp.c (struct operation, left_shift, right_shift,
12594         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
12595         "int"s to "unsigned int"s.
12596         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
12597         Similarly.
12598         * cpplib.h: Update for above.
12599         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
12600         returned from allocations.
12601
12602         * cppinit.c (opt_comp, parse_options): New functions.
12603         (handle_option): Use parse_option to parse a single command
12604         line option, that possibly takes an argument.
12605         (cpp_handle_options): Sort the array of command line options on
12606         first invocation (non-ASCII hosts only).
12607         (print_help): Update.
12608
12609 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12610
12611         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
12612         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
12613
12614         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
12615         initialized.
12616         * cppinit.c (cpp_cleanup): Free imp->nshort also.
12617
12618         * cpperror.c (cpp_print_containing_files,
12619         cpp_print_file_and_line, v_cpp_message): Rename to
12620         print_containing_files, print_file_and_line, and v_message.
12621         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
12622         to _cpp_parse_expr, parse_escape, and lex.
12623         (parse_charconst): Remove broken multibyte support.
12624         * cppfiles.c (include_hash): Make static.
12625         (cpp_included): New function.
12626         (merge_include_chains, find_include_file, finclude,
12627         simplify_pathname): Rename to _cpp_merge_include_chains,
12628         _cpp_find_include_file, _cpp_read_include_file, and
12629         _cpp_simplify_pathname.
12630         * cpphash.c (cpp_lookup, free_definition, delete_macro,
12631         cpp_install, create_definition, macroexpand, compare_defs,
12632         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
12633         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
12634         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
12635         * cppinit.c (cpp_handle_option): Rename to handle_option, make
12636         static.
12637         * cpplib.c: Remove extern prototype of cpp_parse_expr.
12638
12639         * cpphash.h: Update prototypes.
12640         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
12641
12642 2000-03-07  Andrew Haley  <aph@cygnus.com>
12643
12644         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
12645         PTRDIFF_TYPE should be based solely on Pmode.
12646         (SIZE_TYPE): ditto.
12647
12648 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12649
12650         * rtl.h (rtunion_def): Constify member `rtstr'.
12651         (emit_line_note_after, emit_line_note, emit_line_note_force,
12652         emit_note, decode_asm_operands): Constify.
12653
12654         * cse.c (canon_hash): Likewise.
12655
12656         * dbxout.c (dbxout_block): Likewise.
12657
12658         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
12659         v_warning_for_asm): Likewise.
12660
12661         * dwarfout.c (function_start_label): Likewise.
12662
12663         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
12664         emit_line_note_force): Likewise.
12665
12666         * final.c (last_filename, asm_insn_count, final_scan_insn,
12667         output_source_line): Likewise.
12668
12669         * function.h (struct emit_status): Likewise.
12670
12671         * gcse.c (hash_expr_1): Likewise.
12672
12673         * genattr.c (gen_attr, main): Likewise.
12674
12675         * genattrtab.c (struct function_unit, current_alternative_string,
12676         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
12677         attr_numeral, check_attr_test, check_attr_value,
12678         convert_set_attr_alternative, convert_set_attr,
12679         compute_alternative_mask, simplify_by_exploding, gen_attr,
12680         gen_unit): Likewise.
12681
12682         * genflags.c (gen_insn): Likewise.
12683
12684         * gengenrtl.c (type_from_format): Likewise.
12685
12686         * genopinit.c (gen_insn): Likewise.
12687
12688         * genoutput.c (n_occurrences, process_template, process_template):
12689         Likewise.
12690
12691         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12692         Likewise.
12693
12694         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12695         Likewise.
12696
12697         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
12698         ggc_set_mark, ggc_get_size): Likewise.
12699
12700         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
12701
12702         * optabs.c (init_one_libfunc): Likewise.
12703
12704         * output.h (assemble_start_function): Likewise.
12705
12706         * recog.c (decode_asm_operands): Likewise.
12707
12708         * toplev.c (rest_of_compilation): Likewise.
12709
12710         * tree.h (emit_line_note_after, emit_line_note,
12711         emit_line_note_force): Likewise.
12712
12713         * varasm.c (asm_output_bss, asm_output_aligned_bss,
12714         asm_emit_uninitialised, assemble_start_function,
12715         assemble_variable, const_hash, compare_constant_1,
12716         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
12717
12718         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
12719
12720         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
12721
12722         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
12723
12724         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
12725
12726         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
12727         arm_dllimport_name_p): Likewise.
12728
12729         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
12730         Likewise.
12731
12732         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
12733
12734         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12735
12736         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
12737         arm_mark_dllexport, arm_mark_dllimport,
12738         arm_pe_encode_section_info): Likewise.
12739
12740         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
12741         ASM_FINISH_DECLARE_OBJECT): Likewise.
12742
12743         * arm/thumb.c (thumb_function_prologue): Likewise.
12744
12745         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
12746
12747         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12748
12749         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
12750
12751         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
12752
12753         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
12754
12755         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12756
12757         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
12758         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
12759
12760         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
12761
12762         * i386/i386.c (asm_output_function_prefix): Likewise.
12763
12764         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
12765
12766         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12767
12768         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
12769
12770         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
12771         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
12772         ASM_OUTPUT_SECTION_NAME): Likewise.
12773
12774         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
12775
12776         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
12777
12778         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
12779
12780         * m32r/m32r.c (m32r_encode_section_info): Likewise.
12781
12782         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12783
12784         * mcore/mcore.c (mcore_encode_section_info): Likewise.
12785
12786         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12787
12788         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12789
12790         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12791
12792         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
12793
12794         * mips/mips.md (movdi, movsi): Likewise.
12795
12796         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12797
12798         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12799
12800         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12801
12802         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
12803         ASM_OUTPUT_ASCII): Likewise.
12804
12805         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
12806         output_mi_thunk, output_toc): Likewise.
12807
12808         * rs6000/rs6000.md (movsi): Likewise.
12809
12810         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
12811
12812         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
12813
12814         * v850/v850.c (print_operand, print_operand_address,
12815         v850_encode_data_area): Likewise.
12816
12817 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
12818
12819         * config/mips/mips.md (zero_extendsidi2): Always force operand
12820         one to memory for mips16.
12821
12822 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12823
12824         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
12825         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
12826         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
12827         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
12828         (min_precision): Result is unsigned.
12829         (add_double, neg_double, mul_double): Low word is unsigned.
12830         (lshift_double, rshift_double, lrotate_double): Likewise.
12831         (rrotate_double, div_and_round_double): Likewise.
12832         (tree_floor_log2, compare_tree_int): New functions.
12833         (preserve_rtl_expr_temps): New declaration.
12834         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
12835         (decl_attributes): Use tree_log2 to find alignment.
12836         Check for TREE_INT_CST_HIGH for format args.
12837         (min_precision): Now unsigned.
12838         Use tree_floor_log2.
12839         (truthvalue_conversion): Delete long-disabled code.
12840         * c-decl.c (finish_struct): Clean up tests on field width.
12841         (finish_function): Use compare_tree_int.
12842         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
12843         * c-typeck.c (comptypes): Use tree_int_cst_equal.
12844         (default_conversion, digest_init): Use compare_tree_int.
12845         (build_binary_op): Use integer_all_onesp and compare_tree_int.
12846         Fix type errors in forming masks.
12847         * calls.c (initialize_argument_information): Use compare_tree_int.
12848         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12849         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
12850         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
12851         (store_field): Use compare_tree_int.
12852         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
12853         (expand_expr, case ARRAY_REF): Use compare_tree_int.
12854         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
12855         (do_store_flag): Use compare_tree_int.
12856         * fold-const.c (encode, decode): Low part is always unsigned.
12857         (force_fit_type, add_double, neg_double, mul_double): Likewise.
12858         (lshift_double, rshift_double, lrotate_double): Likewise.
12859         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
12860         (fold_convert): Use compare_tree_int.
12861         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
12862         (invert_truthvalue, case INTEGER_CST): Likewise.
12863         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
12864         * mkdeps.c (deps_dummy_targets): Make I unsigned.
12865         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
12866         (lshift_double, rshift_double, lrotate_double, rrotate_double):
12867         Likewise.
12868         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
12869         (expand_end_case): Use compare_tree_int.
12870         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12871         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
12872         (layout_decl): Likewise.
12873         (layout_record, layout_union): Make sizes unsigned.
12874         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
12875         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
12876         * tree.c (struct type_hash): hashcode is unsigned.
12877         (build_type_attribute_variant, type_hash_list): Likewise.
12878         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
12879         (attribute_hash_list, build_array_type, build_method_type): Likewise.
12880         (build_complex_type): Likewise.
12881         (real_value_from_int_cst): Remove unneeded casts.
12882         (integer_all_onesp): Add casts.
12883         (tree_floor_log2, compare_tree_int): New functions.
12884         (build_index_type): Use tree_int_cst_sgn.
12885         * varasm.c (assemble_variable): Use compare_tree_int.
12886
12887 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
12888
12889         * cpphash.c (collect_expansion): Also catch ## at start of macro.
12890
12891         * varasm.c (make_decl_rtl): Don't add a number to members of
12892         local classes.
12893         (make_function_rtl): Likewise.
12894
12895 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12896
12897         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
12898         patch from 2000-01-28.
12899
12900 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
12901
12902         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
12903         filled with an insn from the jump target.
12904
12905 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12906
12907         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
12908         (c4x_external_ref): Likewise.
12909         * config/c4x/c4x.c (struct name_list): Likewise.
12910
12911 1999-12-16  Ben Collins  <bcollins@debian.org>
12912
12913         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
12914         argument to genmultilib.
12915         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
12916         the contents into the multilib.h header.
12917         * gcc.c: Declare multilib_exclusions for the specs file.
12918         (set_multilib_dir): Use it.
12919         (print_multilib_info): Likewise.
12920         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
12921         to pass to genmultilib.
12922
12923 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12924
12925         * builtins.c (built_in_class_names, built_in_names): Constify a
12926         char*.
12927
12928         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
12929         int.
12930         (_mcleanup): Ensure value matches format specifier in sprintf.
12931
12932         * cpphash.c (special_symbol): Don't needlessly cast away
12933         const-ness.
12934
12935         * cppinit.c (base_name): Delete unused prototype.
12936
12937         * mkdeps.c (deps_init): Make definition K&R safe.
12938
12939         * tree.h (built_in_class_names, built_in_names): Constify a
12940         char*.
12941
12942 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
12943
12944         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
12945         floating point instructions for epilogue delay.
12946
12947         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
12948         to gas if it supports .register pseudo.
12949
12950         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
12951         LONG_DOUBLE_TYPE_SIZE if not defined.
12952         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
12953         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
12954         * real.c: Likewise.
12955         * gengenrtl.c: Likewise.
12956         * print-rtl.c: Likewise.
12957         * rtl.c: Likewise.
12958         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
12959         MASK_LONG_DOUBLE_128.
12960         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
12961         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
12962         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
12963         (SUBTARGET_SWITCHES): Define.
12964         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
12965         with -mlong-double-128.
12966         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12967         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12968         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12969         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
12970         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
12971         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
12972         with -mlong-double-128.
12973         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12974         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12975         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12976         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
12977         TARGET_LONG_DOUBLE_128): Define.
12978         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
12979         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
12980         long double on TARGET_ARCH64.
12981
12982 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
12983
12984         * function.c (free_temps_for_rtl_expr): Don't free slots
12985         that have been pushed into a higher level.
12986
12987         Revert this patch:
12988         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12989
12990 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12991
12992         * basic-block.h (ALLOCA_REG_SET): Remove.
12993         (INITIALIZE_REG_SET): New macro.
12994         * flow.c (update_life_info): Use it.
12995         (calculate_global_regs_live): Likewise.
12996         (propagate_block): Likewise.
12997         * global.c (build_insn_chain): Likewise.
12998         * haifa-sched.c (schedule_region): Likewise.
12999
13000 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13001
13002         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13003         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13004         (DWARF_ARANGES_PAD_SIZE): New define.
13005         (output_aranges): Use it to pad the address range header.
13006         (DWARF_ROUND): Fix for non power of 2 rounding.
13007
13008 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13009
13010         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13011
13012 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13013
13014         * tree.def (RTL_EXPR): Update documentation.
13015         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13016         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13017         * function.c (preserve_rtl_expr_temp): New function.
13018         (preserve_rtl_expr_temps): Likewise.
13019         (preserve_rtl_expr_result): Use it.
13020
13021         Revert this patch:
13022         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13023
13024 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13025
13026         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13027         for unchanging destination.
13028
13029 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13030
13031         * function.h (struct sequence_stack): Remove rtl_expr.
13032         (struct emit_staus): Likewise.
13033         (seq_rtl_expr): Remove.
13034         * tree.h (free_temps_for_rtl_expr): Don't declare.
13035         (start_sequence_for_rtl_expr): Likewise.
13036         * rtl.h (preserve_rtl_expr_result): Likewise.
13037         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13038         (start_sequence_for_rtl_expr): Remove.
13039         (push_topmost_sequence): Don't save sequence_rtl_expr.
13040         (pop_topmost_sequence): Remove comment about not restoring it.
13041         (end_sequence): Don't set seq_rtl_expr.
13042         (init_emit): Don't initialize it.
13043         (mark_sequence_stack): Don't mark it.
13044         (mark_emit_status): Likewise.
13045         * except.c (protect_with_terminate): Use
13046         start_sequence_for_rtl_expr, not start_sequence.
13047         * expr.c (expand_expr, case RTL_EXPR): Don't call
13048         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13049         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13050         (preserve_rtl_expr_result): Remove.
13051         (free_temps_for_rtl_expr): Likewise.
13052         (pop_temp_slots): Likewise.
13053         (mark_temp_slot): Don't mark the rtl_expr.
13054         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13055         start_sequence_for_rtl_expr.
13056
13057 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13058
13059         * mkdeps.c, mkdeps.h: New files.
13060         * po/POTFILES.in: Add them.
13061         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13062         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13063         (mkdeps.o): New target.
13064
13065         * cppfiles.c: Delete deps_output.
13066         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13067         OBJECT_SUFFIX, and base_name.
13068         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13069         the include hash.
13070         (initialize_dependency_output): Use deps_init,
13071         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13072         all the unnecessary string bashing.
13073         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13074         level.
13075         * cpplib.c (do_include): Use deps_add_dep.
13076         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13077         deps_allocated_size, deps_size, deps_column members with
13078         single pointer to a struct deps.  Delete prototype of
13079         deps_output.
13080
13081         * cppinit.c: Fix thinko in previous patch.
13082
13083 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13084
13085         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13086         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13087         (mode_for_size_tree): New function.
13088         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13089         * tree.h (mode_for_size_tree): New declaration.
13090
13091         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13092
13093 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13094
13095         * stmt.c (is_body_block): Move...
13096         * dwarfout.c, dwarf2out.c: ...from here.
13097         * tree.h: Declare it.
13098         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13099         * final.c (final_start_function): Do call remove_unnecessary_notes
13100         when scheduling.
13101
13102 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13103
13104         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13105
13106         * cpplib.h (_dollar_ok): New macro.
13107         (is_idchar, is_idstart): Use it.
13108         (IStable): Rename to _cpp_IStable.  Declare it const if
13109         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13110         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13111         is_space): Update for renamed IStable.
13112
13113         * cppinit.c: Delete all references to FAKE_CONST and CAT
13114         macros. Define init_IStable as empty macro if gcc >=2.7 or
13115         C99. Change TABLE() to ISTABLE and hardcode name of table.
13116         (cpp_start_read): Don't change the IStable based on
13117         dollars_in_ident.
13118
13119         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13120         changed.  Handle '$' for char1 correctly.
13121         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13122
13123         * cppexp.c (tokentab2): Make const.
13124         (cpp_lex): Make toktab const.
13125         * cppinit.c (include_defaults_array): Make const.
13126         (initialize_standard_includes): Make default_include const.
13127
13128 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13129
13130         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13131         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13132         (gen_decl_die): Likewise.
13133         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13134         (output_decl): Likewise.
13135
13136         * varasm.c (make_function_rtl): If we change the name used in the
13137         rtl, update DECL_ASSEMBLER_NAME accordingly.
13138         (make_decl_rtl): Likewise.
13139
13140         * toplev.c (rest_of_compilation): Tweak formatting.
13141
13142         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13143         remove_unnecessary_notes.
13144         (debug_ignore_block): New fn.
13145         * toplev.h: Declare it.
13146         * emit-rtl.c (remove_unncessary_notes): Call it.
13147         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13148         * dwarf2out.h: Declare it.
13149         * final.c (final_start_function): Don't call remove_unnecessary_notes
13150         if we did insn scheduling.
13151
13152 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13153
13154         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13155         * cpplib.h: Delete SET_CPP_PEDANTIC.
13156
13157 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13158
13159         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13160         result is a RECORD_TYPE.
13161
13162 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13163
13164         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13165
13166 2000-03-03  Richard Henderson  <rth@cygnus.com>
13167
13168         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13169         addition over compliments over shifts.
13170
13171 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13172
13173         * reload1.c (reload_combine_note_use): Handle return register USEs.
13174         REG case: Handle multi-hard-register hard regs.
13175
13176 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13177
13178         * md.texi: Document use of '*' in insn pattern name.
13179
13180 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13181
13182         * calls.c (special_function_p): operator new may not be malloc-like.
13183
13184         * gcse.c (dump_hash_table): Really fix error in last change.
13185
13186 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13187
13188         * avr.c (print_operand): Use print_operand_address instead of
13189         output_addr_const.
13190         * avr/libgcc.S: Cleanup code.
13191
13192 2000-03-02  Richard Henderson  <rth@cygnus.com>
13193
13194         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13195
13196 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13197
13198         * tree.h (TYPE_ALIGN_UNIT): New macro.
13199
13200 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13201
13202         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13203
13204 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13205
13206         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13207         for the buffer.
13208         (SET_CPP_PEDANTIC): New macro.
13209         * cpplib.c (do_include): Don't bother checking system_header_p.
13210         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13211         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13212
13213         * function.h (struct expr_status): Add x_arg_space_so_far.
13214         (arg_space_so_far): New macro.
13215         * expr.c (init_expr): Initialize it.
13216         * calls.c (emit_call_1): Reset it.
13217         (compute_argument_block_size, expand_call): Use it.
13218         (expand_call, store_one_arg): Increment it.
13219
13220 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13221
13222         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13223         a UNION_TYPE.
13224
13225 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13226
13227         * cppfiles.c (cpp_read_file): New function.
13228
13229         * cpphash.c (collect_expansion): Make sure to reset last_token
13230         to NORM when we hit a string.  Handle trailing whitespace
13231         properly when the expansion is empty.
13232         (create_definition): Disable line commands while parsing the
13233         directive line.
13234         (dump_definition): If pfile->lineno == 0, output a line
13235         command ahead of the dump, and add a trailing newline.
13236
13237         * cppinit.c (append_include_chain): Add fifth argument, which
13238         indicates whether or not system headers are C++ aware.
13239         (initialize_standard_includes): New function,
13240         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13241         the include_defaults_array on to append_include_chain.
13242         (dump_special_to_buffer): Const-ify char array.
13243         (builtin_array): Don't dump __BASE_FILE__.
13244         (cpp_start_read): Use cpp_read_file.  Reorder code for
13245         clarity.  Don't output line commands here for -D/-A/-U
13246         switches.  Don't call deps_output for files included with
13247         -include or -imacros.
13248
13249         * cpplib.c (do_define): Don't pay any attention to the second
13250         argument.
13251         (cpp_expand_to_buffer): Disable line commands while scanning.
13252         (output_line_command): Work in the file buffer.
13253         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13254         Fix formatting of comments.  Prototype cpp_read_file.
13255
13256 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13257
13258         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13259         reference the language-equivalent of sizetype.
13260         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13261         * fold-const.c (size_binop, size_diffop): Put back checks.
13262         * gcse.c (dump_hash_table): Fix minor error in last change.
13263         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13264         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13265         all sizetypes.
13266
13267 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13268
13269         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13270         with inhibit_defer_pop set.
13271
13272 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13273
13274         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13275         the DECL_SIZE for a FIELD_DECL.
13276
13277 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13278
13279         * fixinc/inclhack.tpl: remove unused symlinks
13280         * fixinc/README: GCC Maintainer info
13281         * fixinc/inclhack.sh: regen
13282         * fixinc/fixincl.sh: regen
13283
13284 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13285
13286         * cpphash.c (collect_expansion): Trim trailing white space
13287         from macro definitions, but don't go past the last insertion
13288         point.
13289
13290 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13291
13292         * i386.md (mulqi3): New pattern.
13293
13294 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13295
13296         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13297         token types.
13298         (struct cpp_reader): Add parsing_if_directive and
13299         parsing_define_directive flags.
13300         (struct cpp_options): Remove output_conditionals flag.
13301         (check_macro_name): Delete prototype.
13302
13303         * cpphash.h (struct macrodef): Delete.
13304         (struct reflist): Separate from struct definition.
13305         (struct definition): Remove unused fields.  Add column number.
13306         (create_definition): Returns a DEFINITION *.  Takes a
13307         cpp_reader * and an int.
13308
13309         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13310         (PEEKC): Copy defn from cpplib.c.
13311         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13312         (struct arg): New.
13313         (struct arglist): Simplify.
13314         (collect_expansion): Rewrite.  Get tokens by calling
13315         cpp_get_token.  Add more error checking.
13316         (collect_formal_parameters): New function, broken out of
13317         create_definition and reworked to use get_directive_token.
13318         (create_definition): All real work is now in collect_expansion
13319         and collect_formal_parameters.  do_define handles finding the
13320         macro name.  Return a DEFINITION, not a MACRODEF.
13321         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13322         character-at-a-time copy loop with memcpy and pointer increments.
13323         (compare-defs): d1->argnames / d2->argnames might be null.
13324
13325         * cpplib.c (copy_rest_of_line): Delete function.
13326         (skip_rest_of_line): Do all the work ourselves.
13327         (skip_string): New function.
13328         (parse_string): Use skip_string.
13329         (get_macro_name): New function.
13330         (check_macro_name): Delete.
13331         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13332         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13333         (handle_directive): ICE if we're called on a macro buffer.
13334         (do_define): Determine macro name and type (funlike/objlike)
13335         here.  Expunge all uses of MACRODEF.
13336         (cpp_push_buffer): Set line_base to NULL.
13337         (do_undef, read_line_number): Don't worry about getting a POP token.
13338         (eval_if_expression): Set/reset parsing_if_directive around
13339         cpp_parse_expr. Don't clear only_seen_white.
13340         (skip_if_group): Remove output_conditionals logic.  Use
13341         skip_rest_of_line.
13342         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13343         tokens under appropriate conditions.
13344         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13345
13346         * cppexp.c (parse_defined): New function, break out of
13347         cpp_lex.
13348         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13349         ourselves, with cpp_defined.
13350         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13351
13352         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13353         * gcc.dg/strpaste-2.c: New.
13354
13355 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13356
13357         * fold-const.c (size_binop): Don't asert inputs are the same and
13358         have TYPE_IS_SIZETYPE set.
13359         (size_diffop): Likewise.
13360
13361 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13362
13363         * dwarfout.c (output_block): Output abstract blocks even if they
13364         don't have TREE_ASM_WRITTEN set.
13365
13366         * calls.c (emit_library_call): Check for null REG.
13367
13368 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13369
13370         * c-decl.c (current_function_decl): Move to toplev.c.
13371         (init_decl_processing): Don't add current_function_decl as a ggc
13372         root here.
13373         * dbxout.c (dbxout_symbol): Change return type to int.
13374         (dbxout_symbol_location, dbxout_syms): Likewise.
13375         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13376         any locals. Use current_function_func_begin_label if set.
13377         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13378         * dwarf2out.c (dwarf2out_begin_prologue): Set
13379         current_function_func_begin_label.
13380         * final.c (final_start_function): Reset it.
13381         * toplev.c (current_function_decl): Define it here.
13382         (current_function_func_begin_label): New variable.
13383         (main): Add both as ggc roots.
13384         * tree.h (current_function_func_begin_label): Declare.
13385
13386 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13387
13388         * gcse.c: Cleanups throughout: mostly white-space, but also
13389         some minor rearrangement of code.
13390
13391 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13392
13393         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13394         returns a PARALLEL.  Use emit_group_load and use_group_regs
13395         as needed.
13396         (emit_library_call_value): Similarly.
13397
13398         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13399         * pa/quadlib.asm: Remove.
13400         * pa/quadlib.c: New file.
13401
13402         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13403         * configure: Rebuilt.
13404
13405 2000-02-29  Philip Blundell  <pb@futuretv.com>
13406
13407         * config/arm/conix-elf.h: New file.
13408         * configure.in (arm*-*-conix*): New configuration.
13409         * configure: Regenerate.
13410
13411 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13412
13413         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13414         don't have TREE_ASM_WRITTEN set.
13415
13416 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13417
13418         * Eliminate DECL_FIELD_SIZE.
13419         * builtins.c (built_in_class_names, built_in_names): New variables.
13420         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13421         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13422         DECL_SIZE, not DECL_FIELD_SIZE.
13423         * print-tree.c (print_node): Remove code that prints extra blank
13424         lines in some cases.
13425         Properly handle inline and builtin function cases.
13426         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13427         * tree.h (built_in_class_named, built_in_names): New declarations.
13428         (union tree_decl): Rename internal unions to u1 and u2 and change
13429         some of their components.
13430         Add new field built_in_class.
13431         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13432         Reflect above changes.
13433         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13434         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13435         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13436         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13437
13438 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13439
13440         * extend.texi: Document ARM's support for long/short calls.
13441
13442         * invoke.texi: Document ARM's -mlong-calls command line switch.
13443
13444         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13445         (arm_encode_call_attribute): Add prototype.
13446         (arm_set_default_type_attribute): Add prototype.
13447         (arm_strip_name_encoding): Add prototype.
13448
13449         * config/arm/arm.c (arm_init_cumulative_args): replace
13450         initialisation og 'long_calls' field with initialisation of
13451         'call_cookie' field.
13452         (enum arm_pragma_enum): New enum.
13453         (arm_pragma_long_calls): New static variable.
13454         (arm_process_pragma): Also process "#pragma long_calls_off".
13455         (arm_valid_type_attribute_p): Accept short_call attribute.
13456         (arm_comp_type_attributes): Check long/short call attributes.
13457         (arm_encode_call_attribute):  New function:  Encode long_call
13458         or short_call attribute in function name.
13459         (arm_set_default_type_attributes): New function: Assign
13460         default attributes to newly defined type.
13461         (current_file_function_operand): New function: Return true if
13462         the symbol is a function which has already been compiled.
13463         (arm_is_longcall_p): New function: Return true if the
13464         indicated function should be called via a long call.
13465         (arm_get_strip_length): New function.  Returns number of
13466         prefix characters to be stripped from a function's name.
13467         (arm_strip_name_encoding): New function.  Strip prefix characters
13468         from a function's name.
13469
13470         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13471         with 'call_cookie'.
13472         (SHORT_CALL_FAG_CHAR): Define.
13473         (LONG_CALL_FAG_CHAR): Define.
13474         (ENCODED_SHORT_CALL_ATTR_P): Define.
13475         (ENCODED_LONG_CALL_ATTR_P): Define.
13476         (ARM_NAME_ENCODING_LENGTHS): Define.
13477         (STRIP_NAME_ENCODING): Define.
13478         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13479         (ARM_ENCODE_CALL_TYPE): Define.
13480         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13481         (ARM_DECLARE_FUNCTION_SIZE): Define.
13482         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13483
13484         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13485         if a long call is needed.
13486         (call_value): Ditto.
13487         (call_symbol): Ditto.
13488
13489         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13490         ARM_DECLARE_FUNCTION_SIZE.
13491
13492         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13493         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13494         (ARM_STRIP_NAME_ENCODING): Undefine.
13495         (STRIP_NAME_ENCODING): Undefine.
13496         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13497         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13498         (ASM_OUTPUT_COMMON): Ditto.
13499         (ASM_DECLARE_OBJECT_NAME): Ditto.
13500
13501         * config/arm/pe.c (arm_dllexport_name_p): Check for
13502         ARM_PE_FLAG_CHAR.
13503         (arm_dllimport_name_p): Ditto.
13504         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13505         (arm_mark_dllimport): Ditto.
13506
13507 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13508
13509         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13510
13511 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13512
13513         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13514
13515 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13516
13517         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13518         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13519         NO_BUILTIN_WCHAR_TYPE is not defined.
13520         (CPP_WCHAR_TYPE): Delete.
13521         * cccp.c (main): Don't change wchar_type if cplusplus.
13522         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13523
13524 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13525
13526         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13527
13528 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13529
13530         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13531         (ASM_WEAKEN_LABEL): Define.
13532
13533 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13534
13535         * expr.c (store_constructor): Do not emit USE.
13536         * rtl.h (stupid_life_analysis): Remove.
13537
13538 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13539
13540         * function.c (number_blocks): Reset next_block_index based on
13541         what debugging format is used, not what is defined.
13542
13543         * lcm.c: Minor reformatting throughout.
13544         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13545
13546         * toplev.c (rest_of_compilation): Account for time in
13547         optimize_mode_switching.
13548
13549         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13550         if only marking labels.
13551
13552 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13553
13554         * calls.c (expand_call): Attempt to combine stack adjustments with
13555         pending stack adjustments.
13556
13557 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13558
13559         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13560         to the end of the function.
13561
13562 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13563
13564         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13565         blocks.
13566         * final.c (next_block_index): Remove.
13567         (max_block_depth): Likewise.
13568         (pending_blocks): Likewise.
13569         (init_final): Don't initialize them.
13570         (final_start_function): Don't set next_block_index.  Set up
13571         BLOCK_NUMBER.
13572         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13573         * function.h (number_blocks): New function.
13574         * function.c (get_block_vector): New function.
13575         (identify_blocks): Use it.
13576         (reorder_blocks): Set NOTE_BLOCK.
13577         (number_blocks): New function.
13578         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13579         * tree.h (BLOCK_NUMBER): New macro.
13580         (tree_block): Add block_num field.
13581         * dbxout.c (next_block_number): Remove.
13582         (dbxout_init): Don't set it.
13583         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13584         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13585         block numbers.
13586         * toplev.c (rest_of_compilation): Always call
13587         find_loop_tree_blocks.  Fix indentation.
13588         * dwarf2out.c (next_block_number): Remove.
13589         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13590         to determine block numbers.
13591         (gen_inlined_subroutine_die): Likewise.
13592         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
13593         (decls_for_scope): Don't increment next_block_number.
13594         * dwarfout.c (next_block_number): Remove.
13595         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13596         to determine block numbers.
13597         (output_inlined_subroutine_die): Likewise.
13598         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
13599         (output_decls_for_scope): Don't increment next_block_number.
13600         * sdbout.c (next_block_number): Remove.
13601         (sdbout_block): Use BLOCK_NUMBER.
13602         (sdbout_begin_block): Simplify.
13603         * xcoffout.c (next_block_number): Remove.
13604         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
13605         (xcoffout_begin_block): Don't set next_block_number.
13606         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
13607         next_block_number.
13608
13609 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13610
13611         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
13612         (expand_builtin_strcpy): Pass correct type to size_binop.
13613         (expand_builtin_strcmp): Likewise.
13614         Clean up conditional structure.
13615         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
13616         (complete_array_type): Don't use size_binop for MAXINDEX.
13617         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
13618         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
13619         (c_alignof): Use size_one_node.
13620         (build_unary_op): Pass arg of proper type to size_binop.
13621         (really_start_incremental_init, push_init_level): Use sizetype for
13622         constructor{,_bit,_unfilled}_index.
13623         (pop_init_label, output_init_element): Likewise.
13624         (output_pending_init_elements, process_init_element): Likewise.
13625         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
13626         * expr.c (store_expr): Use size_int.
13627         (store_constructor): Use proper types for size_binop args.
13628         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
13629         (expand_expr_unaligned): Likewise.
13630         (string_contant): Return object of sizetype.
13631         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
13632         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
13633         (ARGS_SIZE_TREE): Pass proper types to size_binop.
13634         * fold-const.c (int_const_binop): Refine when size_int is called.
13635         (fold_convert): Likewise.
13636         (size_int_wide): Rework to take KIND as arg, only take low order
13637         bits, handle new sizetype_tab datatype, and chain entries in
13638         size_table.
13639         (size_int_type_wide): New function.
13640         (size_binop): Validate types of arguments.
13641         (ssize_binop): Deleted.
13642         (size_diffop): New function.
13643         (extract_muldiv): Only fold division into multiplication for sizetypes.
13644         * function.c (assign_parms): Use size_diffop and make sure
13645         VAR field is of ssizetype; also pass proper type to size_binop.
13646         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
13647         (round_down): Deleted from here.
13648         * store-layout.c (sizetype_tab): Now an array.
13649         (sizetype_set, early_root_list): New variables.
13650         (variable_size): Use size_one_node.
13651         (round_up): Pass proper type to size_binop.
13652         (round_down): Moved to here and corrected as above.
13653         (layout_record): Pass proper arg types to size_binop.
13654         (layout_type): Likewise.
13655         If sizetype_set is zero, record the type just laid out.
13656         (make_unsigned_type): Don't call set_sizetype;
13657         (make_signed_type): Likewise; also, call fixup_signed_type.
13658         (initialize_sizetypes): New function.
13659         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
13660         set name of bitsizetype to "bit_size_type".
13661         Fix up type of sizes of all types made before call.
13662         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
13663         * tree.c (fix_sizetype): Deleted.
13664         (build_common_tree_nodes): Call initialize_sizetypes.
13665         (build_common_tree_nodes_2): Don't call fix_sizetype.
13666         * tree.h (TYPE_IS_SIZETYPE): New macro.
13667         (initialize_sizetype): New declaration.
13668         (enum size_type_kind): New type.
13669         (struct sizetype_tab): Deleted.
13670         (sizetype_tab): Now array; adjust sizetype macros.
13671         (size_diffop, size_int_type_wide): New functions.
13672         (size_int_wide): Change number of args and type; access macros changed.
13673         (ssize_int, sbitsize_int): New macros.
13674         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
13675         (ROUND_TYPE_SIZE_UNIT): New macro.
13676
13677 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
13678
13679         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
13680
13681 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13682
13683         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
13684         Mark as possibly unused.
13685
13686         * cse.c (cse_insn): Delete dead code involving tablejump.
13687         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
13688
13689         * Makefile.in (libcpp.a): Start by deleting it.
13690
13691 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13692
13693         * cpplib.h (enum file_change_code): Added rename_file.
13694         * cpplib.c (do_line): If a filename is given, set file_change to
13695         rename_file.
13696         (output_line_command): If file_change is rename_file, always
13697         output a # directive with the file name.
13698
13699         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
13700
13701 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
13702
13703         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
13704         when copying a PARM_DECL or RESULT_DECL.
13705
13706 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13707
13708         * fix-header.c (recognized_function): Also fix prototypes for
13709         functions taking "void".
13710
13711 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13712
13713         * reload1.c (do_output_reload): Check reg_reloaded_valid before
13714         looking at reg_reloaded_contents.
13715
13716 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
13717
13718         * Makefile.in (STMP_FIXINC): New toggle.
13719         (LIBGCC2_DEPS): Delete all references.
13720         (stmp-headers): Delete target.  All references either deleted
13721         or changed to stmp-int-headers.
13722         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
13723         (LIBCPP_OBJS): Take out cppalloc.o.
13724         (cppalloc.o): Delete target.
13725         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
13726         (gen-protos, fix-header): Link with libiberty.a.
13727         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
13728         to empty.
13729
13730         * configure.in: Remove refs to strerror.
13731         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
13732         * system.h: Take out strerror stanza.
13733
13734         * cpperror.c (my_strerror): Delete function.
13735         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
13736         * cppmain.c (main): Call xmalloc_set_program_name first thing.
13737         * cppalloc.c: Delete file.
13738         * gen-protos.c: Don't provide xrealloc.
13739
13740         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
13741         xstrerror throughout.
13742
13743 2000-02-26  Bruce Korb  <bkorb@gnu.org>
13744
13745         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
13746         match for DOS headers, too.
13747         * fixinc/inclhack.sh,fixincl.x: Regenerate.
13748
13749 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13750
13751         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
13752         is right for most ELF targets.
13753         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
13754         Let the default file use %U properly.
13755         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
13756         default.
13757
13758         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
13759         numbers.
13760
13761 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13762
13763         * toplev.c (documented_lang_options): Correct spelling error.
13764         (decode_d_option, decode_f_option, main): Likewise.
13765
13766         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
13767
13768         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
13769         to tell assembler it is permitted to expand large constants.
13770
13771 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
13772
13773         * protoize.c: (AUX_INFO_SUFFIX): New macro.
13774         (aux_info_suffix): Use.
13775         (SAVE_SUFFIX): New macro.
13776         (save_suffix): Use.
13777         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
13778         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
13779         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
13780
13781         * invoke.texi (Running Protoize): Update documentation.
13782
13783 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
13784
13785         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
13786
13787 2000-02-25  John Wehle  (john@feith.com)
13788
13789         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
13790
13791 2000-02-25  Anthony Green  <green@cygnus.com>
13792
13793         * toplev.c (rest_of_compilation): Rebuild jump labels if
13794         combine_instructions has created a new direct jump.
13795         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
13796         when appropriate.
13797         (combine_instructions): Call try_combine with new argument.
13798         Return non-null value when new direct jump instruction is created.
13799         * rtl.h: combine_instructions returns an int.
13800
13801 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
13802
13803         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
13804         jump when changing a computed jump into a jump to a known
13805         target.
13806
13807 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
13808
13809         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
13810         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
13811
13812         * i386.md (define_expand "clrstrsi"): Fix typo.
13813
13814 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
13815
13816         * rtl.texi: Fix typo.
13817
13818 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13819
13820         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
13821         UNITS_PER_WORD.  Change caller initial_elimination_offset.
13822         (rounded_frame_size): Take into account that argument pushed has
13823         changed.  Fix TARGET_ALIGN_DOUBLE problem.
13824
13825 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13826
13827         * haifa-sched.c (schedule_block): Explain the real reason
13828         we delete REG_SAVE_NOTEs on the first insn of a block.
13829         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
13830
13831 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
13832
13833         * input.h (push_srcloc): New function.
13834         (pop_srcloc): Likewise.
13835         * toplev.c (push_srcloc): Define it.
13836         (pop_srcloc): Likewise.
13837
13838 2000-02-24  Richard Henderson  <rth@cygnus.com>
13839
13840         * flow.c (life_analysis): When collecting reg info, clear
13841         regs_ever_live.
13842
13843 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13844
13845         Fix bug exposed by reload.c no longer rounding the frame
13846         size to BIGGEST_ALIGNMENT:
13847         * sh.c (rounded_frame_size): New function.
13848         (sh_expand_prologue, sh_expand_epilogue): Use it.
13849         (initial_elimination_offset): Likewise.
13850
13851 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13852
13853         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
13854         * sh-protos.h (sh_need_epilogue): Declare.
13855         * sh.c (sh_need_epilogue_known): New static variable.
13856         (sh_need_epilogue): New function.
13857         (function_epilogue): Clear need_epilogue_known.
13858         * sh.md (return): Split into expander / insn pattern.
13859         Make the expander conditional on ! sh_need_epilogue ().
13860
13861 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13862
13863         * machmode.h (get_mode_alignment): Declare.
13864         (GET_MODE_ALIGNMENT): Call it.
13865         * stor-layout.c (get_mode_alignment): New function. Make
13866         sure alignment is always power of 2.
13867
13868 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13869
13870         * i386.h: Remove useless definition of "I386" and misleading
13871         comment above it.
13872
13873 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13874
13875         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
13876         under which TREE_PERMANENT will be set.
13877         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
13878         build1): Use TREE_SET_PERMANENT.
13879         * print-tree.c (print_node): Don't report value of
13880         TREE_PERMANENT if ggc_p is true.
13881
13882         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
13883         decide whether to give a type a new alias set.
13884         * objc/objc-act.c (build_objc_string_object): Never copy the string.
13885         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
13886         of value of 'obstack'.
13887
13888
13889 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13890
13891         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
13892
13893 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13894
13895         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
13896         * cpplib.c (cpp_get_token): Produce them.
13897         * cppexp.c (cpp_lex): Handle them.
13898
13899 2000-02-23  Nick Clifton  <nickc@cygnus.com>
13900
13901         * config/arm/arm.c (arm_comp_type_attributes): Simply and
13902         comment tests on type attributes.
13903
13904 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13905
13906         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
13907         conform to documentation.
13908         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
13909         to check for special cases.
13910         * sh-protos.h (sh_loop_align): Declare.
13911         * sh.c (sh_loop_align): Define.
13912
13913 2000-02-22  Andrew Haley  <aph@cygnus.com>
13914
13915         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
13916         (SIZE_TYPE): Is 32 bits when using -mgp32.
13917         (PTRDIFF_TYPE): Ditto.
13918
13919 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13920
13921         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
13922
13923 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13924
13925         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
13926         BIGGEST_FIELD_ALIGNMENT a constant.
13927
13928 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
13929
13930         * dwarf2out.c (output_line_info): Put the marker for the end of
13931         the line number info at the actual end.
13932         (gen_struct_or_union_type_die): Use decl_function_context
13933         to check for local classes.
13934         * dwarfout.c (output_type): Likewise.
13935
13936 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
13937
13938         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
13939         for arguments with a mode, but no type.
13940         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
13941         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
13942         * pa/long_double.h: New file.
13943         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
13944         both have 128bit wide long doubles.
13945         * configure: Rebuilt.
13946
13947 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13948
13949         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
13950
13951         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
13952         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
13953         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
13954
13955         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
13956
13957         * integrate.c (compare_blocks, find_block): Likewise.
13958
13959         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
13960
13961         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
13962
13963         * stmt.c (stmt_status, set_file_and_line_for_stmt,
13964         expand_asm_operands): Likewise.
13965
13966 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
13967
13968         * predict.c (estimate_probability): Added the pointer heuristic to
13969         the collection of static branch predictors.
13970
13971 2000-02-21  Catherine Moore  <clm@cygnus.com>
13972
13973         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
13974         * invoke.texi (-mfix7000): Document.
13975
13976 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
13977
13978         * diagnostic.c (init_output_buffer): Make it possible to output at
13979         least 32 characters if we're given a too long prefix.
13980
13981 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
13982
13983         * varasm.c (initializer_constant_valid_p): Call
13984         lang_expand_constant to simplify the constant.
13985
13986 2000-02-20  Bruce Korb  <bkorb@gnu.org>
13987
13988         * fixinc/inclhack.def(stdio_va_list):
13989         typedef needs to be disabled.
13990         * fixinc/inclhack.sh: regen
13991         * fixinc/fixincl.x: regen
13992
13993 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
13994
13995         * print-rtl.c (print_rtx): Don't print addresses when
13996         flag_dump_unnumbered.
13997
13998 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13999
14000         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14001         ATTRIBUTE_UNUSED.
14002         (sparc_va_arg, sparc_flat_output_function_prologue,
14003         sparc_flat_output_function_epilogue): Cast value to unsigned in
14004         comparison.
14005         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14006
14007         * sparc.md: Add default case in switch.
14008
14009 2000-02-19  Richard Henderson  <rth@cygnus.com>
14010
14011         * c-typeck.c (add_pending_init): Don't abort for multiple
14012         fields at the same offset.
14013         (pending_init_member): Test the correct member.
14014
14015 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14016
14017         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14018         instead of SImode.
14019         (start_catch_handler) : Same.
14020
14021 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14022
14023         * Makefile.in: Have flow.o depend on $(EXPR_H)
14024
14025 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14026
14027         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14028         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14029         (finish_decl): Remove -Wlarger-than code from here.
14030         * flags.h (id_clash_len): Now int.
14031         (larger_than_size): Now HOST_WIDE_INT.
14032         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14033         Clean up checking to see if in table.
14034         (make_bit_field_ref): Remove extra parm to bitsize_int.
14035         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14036         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14037         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14038         and for computing size of decl.
14039         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14040         Move -Wlarger-than code to here.
14041         (layout_record): Remove extra arg to bitsize_int.
14042         Set TYPE_BINFO_SIZE_UNIT.
14043         (layout_union): Remove extra arg to bitsize_int.
14044         Use proper type for size of QUAL_UNION.
14045         (layout_type): Remove extra arg to bitsize_int.
14046         * toplev.c (id_clash_len): Now int.
14047         (larger_than_size): Now HOST_WIDE_INT.
14048         (decode_W_option): Clean up id-clash and larger-than- cases.
14049         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14050         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14051         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14052         (struct tree_decl): New field size_unit.
14053         (size_int_wide): No HIGH operand; NUMBER is now signed.
14054         (size_int_2): Deleted.
14055         (size_int, bitsize_int): Don't use it and rework args.
14056         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14057
14058 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14059
14060         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14061
14062 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14063
14064         * invoke.texi (Warning Options): Add an explanation of why
14065         you might want the -Wfloat-equal flag.
14066
14067 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14068
14069         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14070         * cppinit.c (new_pending_define): Add cast to avoid warning.
14071         * expmed.c (extract_bit_field): Likewise.
14072         * flow.c (enum reorder_skip_type): New type.
14073         (skip_insns_between_blcok): New it.
14074         Rework to avoid warning about possibly undefined variable.
14075         * function.c (assign_parms): Make thisparm_boundary unsigned.
14076         * genrecog.c (write_switch): Cast XWINT result to int.
14077         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14078         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14079         one for MIPS and one for Alpha.
14080         (get_tag, copy_object): Add casts to avoid warnings.
14081         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14082         * reload.c (find_reloads): Make TYPE enum reload_type.
14083         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14084         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14085         * varasm.c (compare_constant_1): Add cast to avoid warning.
14086         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14087         to (char *).
14088         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14089         Cast switch operand of size to int.
14090         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14091         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14092         in unhandled case.
14093
14094 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14095
14096         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14097         anything for an alignment of zero.
14098
14099         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14100         anything for an alignment of zero.
14101
14102 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14103
14104         * gcc.texi (Bug Reporting): Refer to bugs.html.
14105         (Bug Lists): Likewise.
14106         * system.h (GCCBUGURL): New preprocessor define.
14107         * rtl.c (fancy_abort): Use it.
14108         * gcc.c (main): Likewise.
14109
14110 2000-02-18  Richard Henderson  <rth@cygnus.com>
14111
14112         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14113         (life_analysis_1): Subsume into ...
14114         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14115         Use update_life_info for the relaxation.
14116         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14117         entry and regs_live_at_setjmp.
14118         (set_noop_p): Simplify.
14119         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14120         (record_volatile_insns): Split into ...
14121         (delete_noop_moves): ... here,
14122         (notice_stack_pointer_modification): ... here,
14123         (insn_dead_p): ... and here.
14124         (propagate_block): Don't query INSN_VOLATILE.
14125         (mark_used_regs): Mind !PROP_REG_INFO.
14126         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14127         not in life_analysis.
14128
14129 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14130
14131         * loop.c (canonicalize_condition): New function,
14132         broken out of get_condition.
14133         (get_condition): Use it.
14134         * expr.h (canonicalize_condition): Prototype it.
14135
14136         * tree.h (tree_int_cst_msb): Declare.
14137         * tree.c (tree_int_cst_msb): New function.
14138
14139 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14140
14141         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14142         isn't set.
14143
14144         * invoke.texi (-fmessage-length=n): Document.
14145
14146 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14147
14148         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14149
14150 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14151
14152         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14153         after the prologue.
14154
14155 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14156
14157         * config/arm/thumb.c: Replace includes of system headers with
14158         #include "system.h".
14159
14160 2000-02-16  Richard Henderson  <rth@cygnus.com>
14161
14162         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14163         Add crtbeginS.o and crtendS.o.
14164         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14165         (ENDFILE_SPEC): Use crtendS.o.
14166         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14167
14168         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14169         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14170         shared and present.
14171         (__dso_handle): New variable.
14172         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14173         bias to __CTOR_END__.
14174
14175 2000-02-16  Richard Henderson  <rth@cygnus.com>
14176
14177         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14178
14179 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14180
14181         * longlong.h (__clz_tab): Declare as static to match definition.
14182
14183 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14184
14185         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14186         (XREF_FILE_NAME): Define.
14187
14188         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14189         (EH_FRAME_SECTION_ASM_OP): Define.
14190         (IDENT_ASM_OP): Define.
14191         (TEXT_SECTION_ASM_OP): Define.
14192         (CPP_SPEC): Define.
14193         (CTORS_SECTION_ASM_OP): Define.
14194         (CTOR_SECTION_FUNCTION): Use it.
14195         (DTORS_SECTION_ASM_OP): Define.
14196         (DTOR_SECTION_FUNCTION): Use it.
14197
14198 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14199
14200         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14201         NOTE_BASIC_BLOCK.
14202
14203         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14204         debug_bb_n): New functions.
14205         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14206         * basic-block.h: Prototype new functions.
14207
14208 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14209
14210         * configure.in: Add support for avr target.
14211         * configure: Rebuilt.
14212
14213         * invoke.texi: Add AVR invocation docs.
14214         * install.texi: Add information about AVR.
14215         * md.texi: Add AVR constraint letters description.
14216         * extend.texi: Add description for AVR specific attributes.
14217
14218 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14219
14220         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14221
14222 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14223
14224         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14225         (make_insn_raw): Move RTL check here.
14226
14227 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14228
14229         * version.c: Include gansidecl.h and version.h.
14230
14231         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14232
14233         * configure.in (gcc_version): When setting, narrow search to
14234         lines containing `version_string'.
14235
14236         * Makefile.in (mainversion): Likewise.
14237         (GCC_H): New variable.
14238         (gcc.h): Delete target.
14239         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14240         (version.o): Depend on version.h.
14241         (dbxout.o): Don't depend on gcc.h.
14242
14243 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14244                           Michael Meissner  <meissner@cygnus.com>
14245
14246         * md.texi (Simple Constraints): Add item about whitespace.
14247         * genoutput.c (strip_whitespace): New.
14248         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14249         strip_whitespace for constraints.
14250         Test pointer using NULL, not 0.
14251
14252 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14253
14254         * cpplib.c (do_line): Pedwarn for #line > 32767.
14255
14256         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14257
14258 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14259
14260         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14261         to default cpp spec.
14262         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14263         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14264         * cpp.1: Likewise.
14265
14266         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14267         default spec.
14268
14269 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14270
14271         * configure.in: Add support for avr target.
14272
14273 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14274
14275         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14276         (sh_addr_diff_vec_mode): Don't declare.
14277         * sh.c (sh_addr_diff_vec_mode): Delete.
14278
14279 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14280
14281         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14282
14283 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14284
14285         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14286         (smulsi3_highpart_i): Name.
14287         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14288         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14289         (smulsi3_highpart, umulsi3_highpart): Likewise.
14290
14291         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14292         correctly independent of endianness.
14293         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14294         confuse the optimizers.
14295         (mulsidi3+1, umulsidi3+1): New define_split.
14296
14297 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14298
14299         * config/sh/sh.md: Guard insn splits against illegal registers.
14300         * config/sh/sh.h: Correct comment about macros.
14301
14302 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14303                           Andrew MacLeod  <amacleod@cygnus.com>
14304
14305         * Makefile.in (lcm.o): Depend on insn-attr.h.
14306         * basic-block.h (optimize_mode_switching): Declare.
14307         * lcm.c (tm_p.h, insn-attr.h): #include.
14308         (seginfo, bb_info): New structs.
14309         (antic, transp, comp, delete, insert) : New file-scope static variables.
14310         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14311         (reg_becomes_live, optimize_mode_switching): Likewise.
14312         * tm.texi: Add description of mode switching macros.
14313         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14314
14315         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14316         (fldi_ok, fpscr_set_from_mem): New prototypes.
14317         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14318         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14319         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14320         (sh_flag_remove_dead_before_cse): Remove declaration.
14321         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14322         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14323         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14324         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14325         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14326         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14327         (fldi_ok): New function.
14328         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14329         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14330         (emit_df_insn): Likewise.
14331         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14332         (sh_flag_remove_dead_before_cse): Delete.
14333         (get_free_reg, fpscr_set_from_mem): New functions.
14334         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14335         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14336
14337 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14338
14339         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14340
14341 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14342
14343         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14344         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14345
14346         * cccp.c: Include version.h and/or don't declare `version_string'.
14347         * collect2.c: Likewise.
14348         * alpha.c: Likewise.
14349         * arm/aof.h: Likewise.
14350         * arm/coff.h: Likewise.
14351         * arm/elf.h: Likewise.
14352         * arm/pe.h: Likewise.
14353         * arm/tcoff.h: Likewise.
14354         * arm/telf.h: Likewise.
14355         * arm/tpe.h: Likewise.
14356         * arm/vxarm.h: Likewise.
14357         * convex/convex.c: Likewise.
14358         * i386/dgux.c: Likewise.
14359         * i386/sun386.h: Likewise.
14360         * m88k/m88k.c: Likewise.
14361         * mcore/mcore-pe.h: Likewise.
14362         * mips/mips.h: Likewise.
14363         * romp/romp.h: Likewise.
14364         * sh/sh.c: Likewise.
14365         * cpphash.c: Likewise.
14366         * cppinit.c: Likewise.
14367         * dwarf2out.c: Likewise.
14368         * dwarfout.c: Likewise.
14369         * gcc.c: Likewise.
14370         * gcc.h: Likewise.
14371         * mips-tfile.c: Likewise.
14372         * protoize.c: Likewise.
14373         * toplev.c: Likewise.
14374         * tree.h: Likewise.
14375
14376         * version.c (version_string): Constify a char*.
14377
14378         * version.h: New file.
14379
14380 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14381
14382         * configure.in: Add mcore-elf and mcore-pe targets.
14383         * configure: Regenerate.
14384
14385         * NEWS: Add note that MCore port has been contributed.
14386
14387         * invoke.texi: Document command line switches for MCore port.
14388         * install.texi: Add MCore to list of supported targets.
14389
14390 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14391
14392         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14393         then we will need to import the frame handling functions.
14394         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14395         to import the frames themselves.
14396
14397 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14398                           Jason Eckhardt  <jle@cygnus.com>
14399
14400         * basic_block.h: Added prototype for reorder_basic_blocks.
14401         * toplev.c: Changes to add -freorder-blocks and graph dump after
14402         block reordering is done.
14403         * flow.c (reorder_block_def): New structure for use during block
14404         reordering.
14405         (REORDER_BLOCK_*): New macros to access members of above structure.
14406         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14407         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14408         functions for block reordering.
14409
14410 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14411
14412         * gcc.texi (Passes): Fix typo.
14413         * md.texi (Standard Names): Ditto.
14414         * tm.texi (Storage Layout): Ditto.
14415
14416 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14417
14418         * cpplib.c (do_define): Only free the old definition if it
14419         actually had one.
14420
14421 2000-02-13   Neil Booth  <NeilB@earthling.net>
14422
14423         * cppfiles.c (read_and_prescan): When emitting deferred
14424         newlines, test speccase[] again instead of checking each
14425         possible whitespace character in turn.  When we encounter \r,
14426         look behind for \n first, then ahead.
14427
14428 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14429
14430         * cse.c (cse_altered): New internal flag.
14431         (cse_insn): Set it if we changed an insn.
14432         (cse_main): Clear cse_altered before each basic block.
14433         Only garbage collect if cse_altered is true afterward.
14434
14435 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14436
14437         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14438
14439 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14440
14441         * combine.c (simplify_comparison): Fix typo.
14442
14443 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14444
14445         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14446         consistently.
14447
14448 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14449
14450         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14451         previously inserted node instead of root node.  Caller changed.
14452
14453 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14454
14455         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14456
14457 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14458
14459         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14460         __dereg_frame_dtor): Add prototype argument.
14461
14462         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14463
14464         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14465
14466         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14467
14468         * gthr-vxworks.h (__gthread_once): Likewise.
14469
14470         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14471
14472 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14473
14474         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14475         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14476         stack pointer in functions w/o saved registers, output LEAVE more often
14477         on TARGET_USE_LEAVE machines.
14478
14479 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14480
14481         * config/arm/arm.c (arm_init_cumulative_args); New function:
14482         Initlaise the CUMULATIE_ARGS strcuture for a function
14483         defintion.
14484         (arm_function_arg): New function: Determine where to place a
14485         function's argument.  Also handles deciding the function's
14486         call cookie.
14487         (current_file_function_operand): New function: Return true if
14488         the symbol is a function which has already been compiled.
14489         (arm_is_long_call_p): New function: Return true if the
14490         indicated function should be called via a long call.
14491         (arm_valid_type_attribute_p): New function: Return true if the
14492         attribute is a valid, arm specific, attribute.
14493         (arm_comp_type_attribute): New function: Return true if the
14494         two types have compatable, arm specific, attributes.
14495
14496         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14497         structure.
14498         (FUNCTION_ARG): Redefine to call arm_function_arg.
14499         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14500         structure field.
14501         (INIT_CUMULATIVE_ARGS): Redefine to call
14502         arm_init_cumulative_args.
14503         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14504         field.
14505         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14506         field.
14507         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14508         functions.
14509         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14510         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14511         (COMP_TYPE_ATTRIBUTES): Define.
14512
14513         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14514         if a long call is needed.
14515         (call_value): Call arm_is_long_call_p to decide if a long call
14516         is needed.
14517         (call_symbol): Call arm_is_long_call_p to decide if a long call
14518         is needed.
14519
14520         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14521
14522 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14523
14524         * README.AVR: New file with information about the avr ports.
14525         * config/avr: New directory with avr port files.
14526
14527 2000-02-11  Andreas Jaeger  <aj@suse.de>
14528
14529         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14530
14531 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14532
14533         * cpphash.c: Fix formatting, update commentary.
14534         (dump_definition): Take three separate arguments instead of a
14535         MACRODEF structure argument.
14536         * cpphash.h: Update prototype of dump_definition.
14537         * cppinit.c (cpp_finish): Update call of dump_definition.
14538
14539         * cpplib.c (do_define): Always create new hash entry with
14540         T_MACRO type.  Remove redundant check for redefinition of
14541         poisoned identifier.  Update call of dump_definition.
14542         (do_undef): Don't call check_macro_name.  Rename sym_length to
14543         len.
14544         (do_error, do_warning): Don't use copy_rest_of_line or
14545         SKIP_WHITE_SPACE.
14546         (do_warning): Don't use pedwarn for the actual warning,
14547         only the notice about its not being in the standard.  (Fixes
14548         bug with #warning in system headers.)
14549         (do_ident): Stricter argument checking - accept only a single
14550         string after #ident.  Also, macro-expand the line.
14551         (do_xifdef): Use cpp_defined.  De-obfuscate.
14552
14553         (do_pragma): Split out specific pragma handling to separate
14554         functions.  Use get_directive_token.  Update commentary.  Do
14555         not pass on #pragma once or #pragma poison to the front end.
14556         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14557         do_pragma_default): New.
14558
14559 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14560
14561         * jump.c (jump_optimize_1): The first operand in a relational
14562         can be a CONST_INT.
14563         * optabs.c (emit_conditional_move): Handle relationals which
14564         have a known true/false result.
14565
14566 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14567
14568         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14569         a RETURN insn into a block which already ends with a jump.
14570
14571 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14572
14573         * haifa-sched.c (BUF_LEN): Increase a lot.
14574
14575 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14576
14577         * configure.in: Add tm_p_file specification for thumb targets.
14578         * configure: Regenerate.
14579
14580         * config/arm/thumb-protos.h: New file: Prototypes for exported
14581         functions defined in thumb.c.
14582
14583 2000-02-11  Robert Lipe  <robertl@sco.com>
14584
14585         * Makefile.in (bootstrap-lean): Remove additional files.
14586         (bootstrap2-lean): Likewise.
14587         (VOL_FILES): List of files for above.
14588
14589 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14590
14591         * cpphash.c (special_symbol): Remove spurious argument to
14592         cpp_lookup.
14593
14594 2000-02-11  Joel Sherrill (joel@OARcorp.com>
14595
14596         * configure.in: (i*86-*-rtems*): Swapped elf and coff
14597         stanzas.
14598         * configure: Rebuilt.
14599
14600 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
14601
14602         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
14603
14604 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
14605
14606         * pa.c, pa.h: Remove trigraph sequences within comments.
14607
14608 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
14609
14610         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
14611
14612 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
14613
14614         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
14615
14616 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14617
14618         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
14619
14620 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14621
14622         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
14623         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
14624         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
14625         (ASM_FILE_END): Use c4x_file_end.
14626         * config/c4x/c4x.c (c4x_global_label): New function.
14627         (c4x_external_ref, c4x_file_end): Likewise.
14628
14629         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
14630         (c4x_external_ref, c4x_end_file): Likewise.
14631
14632 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
14633
14634         * cppexp.c: Don't include cpphash.h.
14635         (parse_charconst, cpp_lex): Use cpp_defined.
14636         (cpp_lex): Use get_directive_token throughout.  Remove
14637         unnecessary cases from switch.  Move assertion-handling code
14638         down to OTHER case.
14639         (cpp_parse_expr): If we see '+' or '-', check the context to
14640         determine if they are unary or binary operators.  Streamline
14641         the jumps a bit.  Do not call skip_rest_of_line.
14642
14643         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
14644         static.  Export get_directive_token.  Update commentary.
14645         (cpp_defined): New function.
14646         (do_define): Remove reference to T_PCSTRING.  Call
14647         free_definition to release memory for old definition, when
14648         redefining a macro.
14649         (eval_if_expression): Set only_seen_white to 0 before calling
14650         cpp_parse_expr.  Call skip_rest_of_line after it returns.
14651         (cpp_read_check_assertion): Don't preserve a pointer into the
14652         token buffer across a call to cpp_get_token.
14653
14654         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
14655         * cppfiles.c (redundant_include_p): Use cpp_defined.
14656         * cpphash.c (free_definition): New function.
14657         (delete_macro): Use it.  Update commentary.
14658         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
14659         free_definition.
14660         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
14661         from enum node_type.  Prototype cpp_defined and get_directive_token.
14662         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
14663
14664         * fix-header.c (check_macro_names): Use cpp_defined.
14665         (read_scan_file): Set inhibit_warnings and inhibit_errors in
14666         the options structure.
14667
14668 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14669
14670         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
14671
14672 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
14673
14674         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
14675         rather than die->die_tag.
14676
14677 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14678
14679         * combine.c (make_extraction, force_to_mode): Avoid warning on
14680         mixed-signedness conditionals.
14681         (make_field_assignment, nonzero_bits): Likewise.
14682         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
14683         (store_split_bit_field, extract_split_bit_field): Likewise.
14684         (extract_fixed_bit_field, store_bit_field,
14685         * expr.c: Change alignment to be unsigned everywhere.
14686         (move_by_pieces, store_constructor_field, store_constructor):
14687         Alignment parm is unsigned.
14688         (emit_block_move, emit_group_load, emit_group_store): Likewise.
14689         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14690         (do_compare_rtx_and_jump): Likewise.
14691         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
14692         Compare align with GET_MODE_ALIGNMENT.
14693         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
14694         (get_inner_reference): Likewise.
14695         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
14696         (expand_assignment): Local vars for alignment now unsigned.
14697         (store_constructor, store_field, expand_expr, do_jump): Likewise.
14698         (do_compare_and_jump): Likewise.
14699         (store_field): Call new function expr_align.
14700         * expr.h (emit_block_move, emit_group_load, emit_group_store):
14701         Alignment arg now unsigned.
14702         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14703         (do_compare_rtx_and_jump, store_bit_field): Likewise.
14704         (extract_bit_field): Likewise.
14705         * fold-const.c (add_double): Add cast to eliminate signedness warning.
14706         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
14707         (get_best_mode): Alignment arg is unsigned.
14708         * rtl.h (move_by_pieces): Likewise.
14709         * store-layout.c (maximum_field_alignment, set_alignment):
14710         Now unsigned.
14711         (layout_decl): Alignment arg is now unsigned.
14712         Remove unneeded casts.
14713         (layout_record, layout_union, layout_type): Remove unneeded casts.
14714         Local alignment variables now unsigned.
14715         (get_best_mode): Alignment arg now unsigned.
14716         * tree.c (expr_align): New function.
14717         * tree.h (expr_align): Likewise.
14718         (maximum_field_alignment, set_alignment): Now unsigned.
14719         (get_inner_reference): Alignment argument is now pointer to unsigned.
14720         * varasm.c (assemble_variable): Add cast to eliminate warning.
14721
14722 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
14723
14724         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
14725         then store directly into op0.
14726
14727         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
14728         the CALL_INSN, and emit the note immediately after it.
14729
14730 2000-02-10  Nick Clifton  <nickc@cygnus.com>
14731
14732         * config/arm/thumb.md (epilogue): Include a (return) in the
14733         generated insn, and emit it using emit_jump_insn not
14734         emit_insn.
14735
14736 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
14737
14738         * function.c (assign_temp): Change zero-sized arrays to size 1.
14739         * integrate.c (expand_inline_function): Do not update
14740         stack_alignment_needed
14741         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
14742         add some sanity checking, remove optimization for function with
14743         zero frame size.
14744
14745 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14746
14747         * flow.c (mark_regs_live_at_end): Delete unused variables.
14748
14749         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
14750
14751         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
14752         in macro FRAME_GROWS_DOWNWARD.
14753
14754         * stmt.c (expand_end_bindings): Delete unused variable.
14755
14756         * unroll.c (iteration_info): Mark parameter `loop' with
14757         ATTRIBUTE_UNUSED.
14758
14759 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14760
14761         * fixinc/server.c (load_data): Return NULL if the marker line is
14762         not found.
14763         (run_shell): If load_data returns NULL, retry the command once, in
14764         a new shell.
14765
14766         * configure: Rebuilt.
14767
14768 2000-02-09  Bruce Korb  <bkorb@gnu.org>
14769
14770         * gcc/fixincludes:  ** DELETED **
14771         * gcc/fixcpp:  ** DELETED **
14772         * gcc/fixinc-nt.sed:  ** DELETED **
14773         * gcc/just-fixinc:  ** DELETED **
14774         * gcc/Makefile.in:  Removed out-dated commentary
14775         * gcc/configure.in: Removed fast-fixincludes disablement.
14776         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
14777
14778 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14779         * function.c (thread_prologue_and_epilogue_insns): Uncomment
14780         last change.
14781
14782 2000-02-09  Richard Henderson  <rth@cygnus.com>
14783
14784         * jump.c (delete_insn): Don't delete user labels at -O0.
14785
14786 2000-02-09  Robert Lipe  <robertl@sco.com>
14787
14788         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
14789         Don't link with HOST_LIBS.
14790
14791 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14792
14793         * configure.in: Correct --help text for --with-dwarf2.
14794         Put tm-dwarf2.h after other tm files, if it's requested.
14795         * configure: Regenerate.
14796         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
14797         defining it.
14798
14799 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14800
14801         * cpplib.h: Provide HASHNODE typedef and forward decl of
14802         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
14803         DEFINITION, struct hashnode, struct macrodef, struct
14804         definition, scan_decls prototype, default defn of
14805         INCLUDE_LEN_FUDGE moved elsewhere.
14806
14807         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
14808         definition, and struct hashnode moved here. Remove the unused
14809         'predefined' field from struct definition.  Replace the 'args'
14810         union with its sole member.  All users updated (cpphash.c).
14811         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
14812         multiple include guard.
14813
14814         * cpphash.c (hashf): Make static; use better algorithm; drop
14815         HASHSIZE parameter; return an unsigned int.
14816         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
14817         used. Calculate HASHSIZE modulus here.
14818         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
14819         here.
14820         (create_definition): Drop PREDEFINITION parameter.
14821         * cpplib.c (do_define): Don't calculate a hash value here.
14822         Don't pass (keyword == NULL) to create_definition.
14823
14824         * scan.h: Prototype scan_decls here.
14825         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
14826         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
14827         callers of cpp_lookup and cpp_install updated.
14828
14829         * cpphash.c (macarg): Hoist all the flag diddling out of the
14830         function...
14831         (macroexpand): ... and out of the loop that calls macarg.
14832         Skip over the initial paren before macro arguments with
14833         cpp_get_non_space_token; point may be some distance before
14834         that paren.  Abort if it's not there.
14835
14836         * cpplib.c (parse_clear_mark): Delete function.
14837         (parse_set_mark, parse_goto_mark): Make static.
14838         (ACTIVE_MARK_P): New macro.
14839         (skip_block_comment, skip_line_comment): Do not bump the line
14840         if ACTIVE_MARK_P is true.
14841         (cpp_pop_buffer): The buffer to be popped may not have an
14842         active mark.
14843         (cpp_get_token): When looking for the initial paren before
14844         macro arguments, only set a mark in a file buffer, Always
14845         return to that mark before proceeding to call macroexpand or
14846         return a NAME token.
14847
14848         * cpplib.h: Remove prototypes of parse_set_mark,
14849         parse_clear_mark, parse_goto_mark.
14850         (struct cpp_options): Rename 'put_out_comments' to
14851         'discard_comments' and invert its sense.
14852         * cppinit.c, cpphash.c, cpplib.c: All users of
14853         put_out_comments changed to use discard_comments, with
14854         opposite sense.
14855
14856 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14857
14858         * function.c (thread_prologue_and_epilogue_insns): Don't delete
14859         the edge from a block that both jumps and falls through to the
14860         fallthru block.
14861
14862 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
14863
14864         * config/arm/arm.md (movsi): In PIC mode, make sure that a
14865         constant source address is legitimate.
14866
14867 2000-02-09  Philip Blundell  <pb@futuretv.com>
14868
14869         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
14870         correctly.
14871
14872         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
14873         generating PIC.
14874         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
14875
14876 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14877
14878         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
14879         ends with a newline and a NUL.  Don't be so clever manipulating
14880         strings.
14881
14882 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
14883
14884         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
14885         not to BIGGEST_ALIGNMENT.
14886
14887 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
14888
14889         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
14890         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
14891         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
14892         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
14893         * frame.c (execute_cfa_insn): Handle
14894         DW_CFA_GNU_negative_offset_extended.
14895
14896 2000-02-08  Richard Henderson  <rth@cygnus.com>
14897
14898         * flow.c (tidy_fallthru_edges): Split out from ...
14899         (delete_unreachable_blocks): ... here.
14900         (find_basic_blocks): Use it.
14901
14902 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14903
14904         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
14905
14906 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
14907
14908         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
14909         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
14910         (fix-header.o): Don't depend on cpphash.h.
14911
14912         * scan.c (hashstr): New function.
14913         * scan.h: Prototype it.
14914         * fix-header.c: Don't include cpphash.h.  Use hashstr.
14915         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
14916         hashstr.  Report hash table statistics.  Add private
14917         definition of xrealloc.
14918
14919 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14920
14921         * i386.h (TARGET_SWITCHES): Fix typo in option name.
14922
14923 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
14924
14925         * function.c (thread_prologue_and_epilogue_insns): Don't replace
14926         jumps with returns unless they are jumps to the fallthru block.
14927
14928 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
14929
14930         * i386.md (addqi3_cc): Fix contraints.
14931
14932 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14933
14934         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
14935
14936 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14937
14938         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
14939         carriage return after a macro name.
14940
14941 2000-02-07  Fred Fish  <fnf@be.com>
14942
14943         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
14944         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
14945
14946 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
14947
14948         * cppfiles.c (deps_output): Count spacers in deps_column.
14949
14950 2000-02-07  Neil Booth  <NeilB@earthling.net>
14951
14952         * cppinit.c (initialize_dependency_output): If there is no
14953         suffix, don't try to look for known suffixes.  Use strrchr.
14954         (cpp_start_read): Remove duplicate initialization.
14955
14956 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
14957
14958         * calls.c (compute_argument_block_size): New argument
14959         preferred_stack_boundary.
14960         (expand_call): update cfun->preferred_stack_boundary, update call of
14961         compute_argument_block_size
14962         (emit_library_call): Increate cfun->preferred_stack_boundary
14963         to PREFERRED_STACK_BOUNDARY
14964         (emit_library_call_value): Likewise.
14965         * explow.c (allocate_dynamic_stack_spave): Likewise.
14966         * function.c (prepare_function_start): Set
14967         cfun->preferred_stack_boundary
14968         * function.h (struct function): Add preferred_stack_boundary field.
14969         * integrate.c (expand_inline_function): Update
14970         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
14971         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
14972         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
14973
14974 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
14975
14976         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
14977         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
14978         cpp_pedwarn, cpp_pedwarn_with_line,
14979         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
14980         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
14981         v_cpp_error_with_line, v_cpp_warning_with_line,
14982         cpp_message_from_errno, cpp_perror_with_name): Delete.
14983
14984         * cpperror.c (cpp_print_containing_files): Take starting
14985         buffer as argument.
14986         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
14987         (v_cpp_message): Now called directly by all entry points.
14988         Remove -1 case.
14989         (cpp_pfatal_with_name, cpp_message): Delete.
14990         (cpp_notice_from_errno, cpp_ice): New functions.
14991         (cpp_notice): Is now for reporting error conditions, just
14992         without an associated file.
14993         (cpp_error, cpp_error_with_line): Don't do anything if
14994         opts->inhibit_errors is on.
14995         (cpp_pedwarn_with_file_and_line): Take column argument also.
14996
14997         * cpplib.h: Update prototypes of exported functions.
14998         (struct cpp_options): Add inhibit_errors.
14999
15000         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15001         non-error messages.  Include intl.h.
15002
15003         * cppinit.c, cppmain.c: Likewise.  Also, use
15004         cpp_notice_from_errno instead of cpp_perror_with_name or
15005         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15006
15007         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15008         report internal errors.
15009
15010         * cpplib.c (do_define): Switch bcopy to memcpy.
15011         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15012
15013         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15014         bail out early if we hit a line comment.
15015
15016 2000-02-06  Richard Henderson  <rth@cygnus.com>
15017
15018         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15019         * basic-block.h: Declare them.
15020         * emit-rtl.h (active_insn_p): New.
15021         (next_active_insn, prev_active_insn): Use it.
15022         * rtl.h: Declare it.
15023         * function.c (emit_return_into_block): New.
15024         (thread_prologue_and_epilogue_insns): Insert return insns instead
15025         of epilogues when possible.
15026         * jump.c (jump_optimize_1): Remove code to insert a return insn
15027         on the fallthru to the exit block.
15028
15029         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15030         and for non-empty stack frames.
15031         * i386.md (return): Expand to return-pop as needed.
15032
15033 2000-02-06  Richard Henderson  <rth@cygnus.com>
15034
15035         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15036         constant to op1 for testing.
15037
15038 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15039
15040         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15041         (fixuns_truncqfqi2): Use it.
15042
15043 2000-02-06  Richard Henderson  <rth@cygnus.com>
15044
15045         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15046         as a TYPE_LEA insn.
15047
15048         * i386.md (widening and peepholes): Mask the constant instead of
15049         using gen_lowpart.
15050
15051 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15052
15053         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15054         input pointer before possibly branching off to the backslash
15055         code.
15056         * cpphash.c (macroexpand): Correctly delete \r escapes when
15057         stringifying parameters.
15058         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15059         if we can; bail out early if we hit a line comment.
15060         (handle_directive): Treat '# 123' in an .S file just like
15061         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15062         Return 1 for '# not_a_directive'.
15063         (get_directive_token): Pop macro buffers here, so that
15064         cpp_get_token can't sneakily move past a newline.
15065         Add sanity checks.
15066         (cpp_get_token): goto randomchar if handle_directive returns 0.
15067
15068         * cppalloc.c: Update copyright.
15069         * cpplib.c: Merge all the static function prototypes into one
15070         block.
15071         * cpplib.h: Remove #if 0 block.
15072
15073         * cpperror.c: Remove #ifdef EMACS block.
15074         * cppmain.c: Likewise.
15075         * cpphash.c: Remove #if 0 blocks.
15076         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15077         * cpplib.c: Remove #if 0 blocks and code referencing
15078         pcp_inside_if or for_lint.  Remove duplicate error message.
15079         Fix error messages for #else after #else or #elif.  Reformat.
15080         Remove archaic TODO list.
15081         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15082
15083 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15084
15085         * i386/osf1elf.h: Add missing backslash to multiline string.
15086
15087 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15088
15089         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15090
15091 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15092
15093         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15094
15095         * c-common.c: Include expr.h.
15096
15097         * c-pragma.c (mark_align_stack): Add prototype.
15098
15099         * caller-save.c (add_stored_regs): Likewise.
15100
15101         * combine.c (record_promoted_value): Likewise.
15102
15103         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15104         Likewise.
15105
15106         * cppinit.c (new_pending_define): Likewise.
15107
15108         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15109
15110         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15111         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15112         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15113         class_scope_p): Likewise.
15114
15115         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15116         dwarf2out_add_library_unit_info): Likewise.
15117
15118         * ggc.h (ggc_page_print_statistics): Likewise.
15119
15120         * haifa-sched.c (propagate_deps): Likewise.
15121
15122         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15123
15124         * rtl.h (set_stack_check_libfunc): Likewise.
15125
15126         * toplev.h (set_fatal_function): Likewise.
15127
15128         * toplev.c (set_fatal_function): Delete prototype.
15129
15130         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15131
15132 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15133
15134         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15135         (FUNC_END): Likewise.
15136
15137 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15138
15139         * caller-save.c: Include tm_p.h.
15140
15141 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15142
15143         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15144
15145 2000-02-04  Neil Booth  <NeilB@earthling.net>
15146
15147         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15148         it to strcmp.
15149
15150 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15151
15152         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15153         * genflags.c: Use the max_operand_1 logic from genemit.c to
15154         calculate how many arguments gen_insn prototypes have.  Remove
15155         NO_MD_PROTOTYPES ifdefs from the generated file.
15156         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15157         file.  Cast gen_insn initializers to insn_gen_fn.
15158         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15159         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15160
15161 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15162
15163         * fixinc/Makefile.in (HDR): Add machname.h.
15164         (clean): Likewise.
15165
15166 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15167
15168         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15169         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15170         (c4x_cpu_version): Ditto.
15171         * config/c4x/c4x-protos.h: ... here.
15172
15173 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15174
15175         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15176         gen_abstract_function on our context if we're a nested function.
15177
15178 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15179
15180         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15181         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15182
15183 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15184
15185         * fixinc/genfixes(machname.h):
15186         Move the functionality from gen-machine.h into this file.
15187         UNdef MN_NAME_PAT if there are no names to change.
15188         Also, be a little kinder when AutoGen is not present.
15189
15190         * fixinc/Makefile.in(machname.h):
15191         Change the generation rule to use genfixes.
15192
15193         * fixinc/fixfixes.c(machine_name):
15194         machine_name_fix's functionality now dependent upon whether
15195         MN_NAME_PAT is defined.
15196
15197         * fixinc/fixtests.c(machine_name):
15198         ditto.
15199
15200         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15201         of MN_NAME_PAT.
15202
15203         * fixinc/fixlib.h(mn_get_regexps):
15204         ditto
15205
15206         * fixinc/gen-machine.h: DELETED
15207
15208 2000-02-04  Jan Hubicka  <jh@suse.cz>
15209             Richard Henderson  <rth@cygnus.com>
15210
15211         * i386.c (SAVE_REGS_FIRST): Remove.
15212         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15213         (ix86_compute_frame_size): Likewise.
15214         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15215         (ix86_emit_restore_regs): Remove.
15216         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15217         when a frame pointer is in use.
15218         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15219         instead of pop to restore a register when profitable; emit leave
15220         when profitable.
15221         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15222         as a TYPE_LEA insn.
15223         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15224         * i386.md (prologue_allocate_stack): Remove.
15225         (epilogue_deallocate_stack): Remove.
15226         (pro_epilogue_adjust_stack): New.
15227
15228 2000-02-04  Richard Henderson  <rth@cygnus.com>
15229
15230         * function.c (diddle_return_value): Rework to use a callback function.
15231         Use current_function_return_rtx if it's been set up.
15232         (do_clobber_return_reg, clobber_return_register): New.
15233         (do_use_return_reg, use_return_register): New.
15234         (expand_function_end): Use them.
15235         * stmt.c (expand_null_return): Likewise.
15236         * function.h: Declare them.
15237         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15238         (mark_reg): Change arguments as appropriate for callback.
15239         * integrate.c (expand_inline_function): Revert 19 Jan change.
15240
15241 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15242
15243         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15244         (Misc): Say the scheduler, not the Haifa scheduler.
15245
15246 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15247
15248         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15249         when in_mem is set.  Update all callers.
15250
15251 2000-02-04  Richard Henderson  <rth@cygnus.com>
15252
15253         * i386/openbsd.h (INT_ASM_OP): Define.
15254
15255 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15256
15257         * tm.texi: Fix various typos.
15258
15259 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15260
15261         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15262         (MD_STARTFILE_PREFIX_1): New macro.
15263
15264 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15265
15266         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15267         destination when needed.
15268         (strmovsi, strsetsi): New expander.
15269         (strmovsi_1, strsetsi_1): New pattern.
15270         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15271         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15272         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15273         * invoke.texi (align-stringops, inline-all-stringops): Document.
15274
15275 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15276
15277         * i386/netbsd.h (INT_ASM_OP): Define.
15278
15279 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15280
15281         * cpplib.h (cpp_reader): Add new flag, no_directives.
15282         * cpphash.c (macarg): Set it.
15283         * cpplib.c (handle_directive): If no_directives is on and we
15284         find a directive, issue an error and discard the line.
15285
15286 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15287
15288         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15289         FP constants.  Add ! TARGET_FPU check for FP constants.
15290
15291 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15292
15293         * flow.c (find_basic_blocks): Don't kill label_value_list
15294         here.
15295         (cleanup_cfg): Kill it here.
15296
15297 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15298
15299         * expr.c (store_field): Ensure ALIGN is no stricter than the
15300         alignment of EXP.
15301
15302 2000-02-02  Richard Henderson  <rth@cygnus.com>
15303
15304         * jump.c (delete_insn): Partially revert 19 Jan change;
15305         don't convert unused code labels to notes at -O0.
15306
15307 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15308
15309         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15310         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15311
15312 2000-02-01  Richard Henderson  <rth@cygnus.com>
15313
15314         * i386.c (general_no_elim_operand): New.
15315         (nonmemory_no_elim_operand): New.
15316         (ix86_expand_move): Copy eliminable operands before a push.
15317         * i386-protos.h: Declare new functions.
15318         * i386.h (CAN_ELIMINATE): Simplify.
15319         (PREDICATE_CODES): Update.
15320         * i386.md (push insns): Don't allow eliminable register operands.
15321
15322 2000-02-01  Richard Henderson  <rth@cygnus.com>
15323
15324         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15325         replace BLKmode with DECL_RTL's mode.
15326
15327 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15328
15329         * frame.c (find_fde): Convert for loop to do-while so compiler
15330         sees it's always executed at least once.
15331         * libgcc2.c (BBINBUFSIZE): Kill.
15332         (__bb_init_prg): Use fgets.
15333         (__bb_exit_trace_func): Don't paste strings.
15334         * unroll.c (unroll_loop): Initialize unroll_type, not
15335         unroll_number, and tweak logic to match.
15336
15337         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15338         all failure paths.
15339         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15340         (ix86_sched_reorder): Break guts out to
15341         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15342         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15343         any possible use.
15344
15345         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15346         use string concatenation.  Don't save and restore esi.
15347
15348         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15349         (machname.h): Remove script to separate file.  Use two-step
15350         sequence so target is not created if script fails.
15351         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15352         identifiers are defined.
15353         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15354         an empty string, machine_name doesn't need to do anything at
15355         all.
15356         (is_cxx_header): Add more cases to regexp.
15357         * fixinc/fixlib.h: Update prototype.
15358         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15359         mn_get_regexps.
15360         * fixinc/fixincl.c: Define NO_BOGOSITY.
15361
15362         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15363         (hp_sysfile): Add missing comma.
15364         (math_exception): Put the wrapper ifdefs at the beginning and
15365         the end of the file.
15366         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15367
15368 2000-02-01  Richard Henderson  <rth@cygnus.com>
15369
15370         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15371         Use CONST0_RTX.  Update all callers.
15372         * sparc.h, sparc-protos.h: Update accordingly.
15373         * sparc.md (fp mov insns): Use fp_zero_operand directly
15374         where applicable.
15375
15376 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15377
15378         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15379         example.
15380
15381 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15382
15383         * Makefile.in (specs.ready): New target.
15384         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15385
15386 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15387
15388         * fixinc.irix: Use unique filenames for writing into /tmp,
15389         * fixinc.ptx: Likewise.
15390         * fixinc.sco: Likewise.
15391         * fixinc.svr4: Likewise.
15392         * fixinc.winnt: Likewise.
15393
15394 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15395
15396         * tsystem.h: New file.
15397
15398         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15399         s-crtS): Depend on tsystem.h.
15400
15401         * crtstuff.c: Include tsystem.h.
15402         * frame.c: Likewise.
15403         * libgcc2.c: Likewise.
15404
15405 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15406
15407         * builtins.c (expand_builtin_memset): Expand for variable sized
15408         lengths too.
15409
15410 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15411
15412         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15413         on ABI.
15414
15415 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15416
15417         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15418
15419         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15420
15421 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15422
15423         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15424         case 3->2 combining (combining with splitting) in which 2 is CC0
15425         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15426         checked at the begining of the function with the aid of calling
15427         function 'can_combine_p'.
15428
15429 2000-01-31  Dave Brolley  <brolley@redhat.com>
15430
15431         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15432
15433 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15434
15435         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15436         new label.
15437
15438 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15439
15440         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15441
15442         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15443         PROTO -> PARAMS.
15444
15445 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15446
15447         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15448         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15449         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15450         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15451         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15452         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15453         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15454         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15455         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15456         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15457
15458         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15459         Add %(cpp_cpu) to CPP_SPEC.
15460
15461         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15462         Add %(cc1_cpu) to CC1_SPEC.
15463
15464 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15465
15466         * c-decl.c (c_decode_option): Accept optional numeric argument to
15467         -Wformat and set warn_format.
15468         * c-common.c: Don't emit warning about non-constant printf format
15469         string unless warn_format > 1.
15470
15471 2000-01-30  Richard Henderson  <rth@cygnus.com>
15472
15473         * alpha.md (return_internal): Allow after reload only.
15474
15475 2000-01-30  Richard Henderson  <rth@cygnus.com>
15476
15477         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15478         local frame size is zero.
15479
15480 2000-01-30  Richard Henderson  <rth@cygnus.com>
15481
15482         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15483         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15484         * alpha.md (return): Turn into an expander.
15485         (return_internal): Don't use $26.
15486         (epilogue): Emit the return insn.
15487
15488 2000-01-30  Richard Henderson  <rth@cygnus.com>
15489
15490         * alpha.md (negtf2, abstf2): Fix word order thinko.
15491         (extendsftf2): New.
15492         (trunctfsf2): Avoid intermediate rounding errors.
15493
15494 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15495
15496         * cppfiles.c (find_position): Drop 'colp' argument, return the
15497         new line base.
15498         (read_and_prescan): Adjust to match.  Don't ever manipulate
15499         line or line_base except via find_position.
15500
15501 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15502
15503         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15504         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15505         Regenerate.
15506
15507 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15508
15509         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15510         just print "<command line>".  If 'filename' is null or an
15511         empty string, print "<stdin>" for the filename.
15512         * cpplib.c (do_define): Don't print the 'location of the
15513         previous definition' message if we're still parsing the
15514         command line.
15515         (cpp_pedwarn_with_file_and_line): Always call
15516         cpp_file_line_for_message.
15517
15518 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15519
15520         * flow.c (mark_regs_live_at_end): Fix typo.
15521
15522 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15523
15524         * c-common.c: Adjust variable names, comments, help strings to c99.
15525         * c-lex.c: Likewise.
15526         * c-parse.y: Likewise.
15527         * c-tree.h: Likewise.
15528         * cccp.c: Likewise.
15529         * cpplib.h: Likewise.
15530         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15531         * cppinit.c: Likewise.
15532
15533 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15534
15535         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15536         * c4x.c: Define the optab rtx values.
15537         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15538         (c4x_emit_libcall): Use new optab rtx values.
15539         (c4x_emit_libcall3): Likewise.
15540         (c4x_emit_libcall_mulhi): Likewise.
15541         * c4x-protos.h: Add prototypes for optab rtx values and change
15542         prototypes for above c4x_emit_libcall functions.
15543
15544 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15545
15546         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15547         syntax is used.
15548         (c4x_function_prologue): Use regnames intead of float_reg_names when
15549         TI syntax is used.
15550         (c4x_function_epilogue): Likewise.
15551         (c4x_print_operand): Likewise.
15552         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15553         * c4x.md (set_high): Disable for TARGET_TI.
15554
15555 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15556
15557         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15558         of framepointer + constant to ADDR_REGS class.
15559         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15560         * c4x.c (std_or_reg_operand): New function.
15561         * c4x-protos.h (std_or_reg_operand): Prototype it.
15562
15563 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15564
15565         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15566                 object names as libgcc2.c.
15567         * libgcc.S: Use newly defined names.
15568
15569 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15570         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15571         function.
15572         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15573         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15574         (FLOW_LOOP_LAST_BLOCK): Likewise.
15575
15576 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15577
15578         * basic-block.h (struct loop): New fields 'first' and 'last'.
15579         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15580         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15581         and loop->last to check for NOTE_INSN_LOOP_END.
15582
15583 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15584
15585         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15586         of the loop descriptor rather than HEADER and LATCH. Also added
15587         missing break statements as well making some coding style modifications
15588         as suggested by Michael Hayes.
15589
15590 2000-01-28  Richard Henderson  <rth@cygnus.com>
15591
15592         * flow.c (find_basic_blocks): Remove do_cleanup argument.
15593         Break out that code ...
15594         (cleanup_cfg): ... here.
15595         (commit_one_edge_insertion): Detect a return instruction being
15596         emitted to an edge.  Emit a barrier following; clear fallthru.
15597         (commit_edge_insertions): Verify CFG consistency.
15598         * function.c (expand_function_start): Kill unused variable.
15599         (expand_function_end): Likewise.
15600         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
15601         to insert the epilogue.
15602
15603         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
15604         (delete_null_pointer_checks): Likewise.
15605         * output.h: Likewise.
15606         * reg-stack.c (reg_to_stack): Likewise.
15607         * toplev.c (rest_of_compilation): Likewise.  Run
15608         thread_prologue_and_epilogue_insns after rebuilding the CFG.
15609
15610 2000-01-28  Richard Henderson  <rth@cygnus.com>
15611
15612         * Makefile.in (flow.o): Revert 24 Jan change.
15613         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
15614         FUNCTION_VALUE result to DECL_RESULT's mode.
15615
15616         * haifa-sched.c (schedule_insns): Don't recompute reg info
15617         after reload.
15618
15619 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
15620
15621         * configure.in: Make --enable-cpplib the default.
15622         * configure: Regenerate.
15623         * gcc.dg/990119-1.c: No longer expected to fail.
15624
15625 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
15626
15627         * jump.c (jump_optimize_1): Delete an optimization that is also done
15628         by merge_blocks in flow.
15629
15630 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15631
15632         * diagnostic.c (build_message_string, output_printf,
15633         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
15634         (build_location_prefix): Fix non-literal format string.
15635
15636 2000-01-27  Richard Henderson  <rth@cygnus.com>
15637
15638         * alpha.md (trunctfsf2): New.
15639
15640 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
15641
15642         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
15643
15644 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15645
15646         * cppinit.c (cpp_handle_option): Recognize C++ comments under
15647         -std=gnu89.
15648         * cpplib.c (skip_block_comment, skip_line_comment): Split code
15649         out of...
15650         (skip_comment) ... here.  Permit C++ comments in system
15651         headers always.  Warn about C++ comments in user code under
15652         -std=gnu89 -pedantic.
15653         (copy_comment): Use skip_comment.
15654         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
15655         return EOF.
15656         (consider_directive_while_skipping, do_else, do_endif): Call
15657         validate_else unconditionally.
15658         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
15659         text after the conditional in a system header.
15660         * cpplib.h (struct cpp_buffer): Add flag
15661         warned_cplusplus_comments.
15662
15663 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15664
15665         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
15666         Use unshare_all_rtl_1.
15667         (unshare_all_rtl_again): New function.
15668         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
15669
15670         * function.c (purge_addressof_1): Use unshare_all_rtl_again
15671         rather than resetting the 'used' flags ourself.
15672
15673         * toplev.c (rest_of_compilation): Add current_function_decl
15674         to the unshare_all_rtl call.
15675         * tree.h: Prototype unshare_all_rtl.
15676         * rtl.h: Prototype unshare_all_rtl_again here.
15677
15678 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15679
15680         * genoutput.c (output_prologue): Include ggc.h in generated
15681         files.
15682         * Makefile.in (insn-output.o): Depends on ggc.h.
15683
15684 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15685             Hans-Peter Nilsson  <hp@bitrange.com>
15686
15687         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
15688         Remove redundant include of xm-ns32k.h.
15689         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
15690         Remove redundant include of xm-ns32k.h.
15691         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
15692         Remove redundant include of xm-ns32k.h.
15693         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
15694
15695         * ns32k/ns32k.h: Update comment on multiply-add instructions.
15696         (TARGET_SWITCHES): Add documentation strings.
15697         (DWARF_FRAME_REGNUM): Override default definition.
15698         (REG_CLASS_CONTENTS): Add comments.
15699         (SUBSET_P): Format to reduce line length.
15700         (SMALL_REGISTER_CLASSES): Make a run time option.
15701         (GO_IF_NONINDEXED_ADDRESS): Reformat.
15702         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
15703         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
15704         (regclass_map): fix typo in comment.
15705         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
15706         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
15707         (trace, reg_or_mem_operand): Delete, unused function.
15708         (calc_address_cost): Small offsets are cheaper than large ones.
15709         (expand_block_move): Generate more efficient code when bytes is a
15710         known at compile time.
15711         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
15712         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
15713         instead of reg_or_mem_operand.
15714
15715         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
15716         not general_operand.  Similarly use "=rm" or stricter, not "=g".
15717         For input operands, use stricter constraints than "g" if not
15718         general_operand.  Similarly use stricter predicate than
15719         "general_operand" when stricter constraints than "g" are present,
15720         except for matching constraints.
15721         (movstrsi): Use "memory_operand" for operands 0 and 1.
15722         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
15723         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
15724         not reg_or_mem_operand.
15725         (udivmoddisi4): Ditto.
15726         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
15727         Use nonimmediate_operand for operand 3, not register_operand.
15728         (udivmoddiqi4_internal): Use register_operand for operand 1, not
15729         reg_or_mem_operand.
15730
15731 2000-01-27  Fred Fish  <fnf@be.com>
15732
15733         * gthr-posix.h: Fix typo; compatibily -> compatibility.
15734         * gthr-single.h: Likewise.
15735         * gthr-solaris.h: Likewise.
15736         * gthr-vxworks.h: Likewise.
15737         * gthr-win32.h: Likewise.
15738         * gthr.h: Likewise.
15739
15740 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15741
15742         * cppinit.c: Add " (cpplib)" to end of string printed by
15743         -v / --version.
15744
15745 2000-01-27  Richard Henderson  <rth@cygnus.com>
15746
15747         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
15748         testing for a signed comparison.
15749         (alpha_emit_floatuns): New.
15750         * alpha-protos.h: Declare it.
15751         * alpha.md (floatunsdisf2, floatunsdidf2): New.
15752         (extendsfdf2): Tidy.
15753
15754 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
15755
15756         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
15757         no -g option specifying debugging format, default to -gstabs+.
15758
15759 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
15760
15761         * calls.c (special_function_p): New argument fork_or_exec.
15762         (expand_call): When profile_arc_flag is set and the function
15763         is in the fork_or_exec group, call __bb_fork_func first.
15764         * libgcc2.c, _bb module (__bb_fork_func): New function.
15765         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
15766         output file.
15767         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
15768         * tree.h (special_function_p): Update prototype.
15769
15770 2000-01-26  Richard Henderson  <rth@cygnus.com>
15771
15772         * alpha.c (alpha_split_tfmode_pair): New.
15773         * alpha-protos.h: Declare it.
15774         * alpha.md (abstf2, negtf2): New.
15775         (movtf insn): Add input G constraint.
15776         (movtf splitter): Use alpha_split_tfmode_pair.
15777
15778 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15779
15780         * i386/cygwin.h: PROTO -> PARAMS.
15781
15782 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
15783
15784         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
15785         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
15786         using _Qp_cmp/_Q_cmp and testing the return value.
15787         (print_operand): Call reverse_condition_maybe_unordered if
15788         we are handling CCFPmode or CCFPEmode.
15789         Handle ORDERED, UN* and LTGT comparisons.
15790         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
15791         if not TARGET_HARD_QUAD.
15792         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
15793         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
15794         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
15795         Adjust gen_b* calls so that they reflect return comparison of
15796         sparc_emit_float_lib_cmp.
15797
15798 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15799
15800         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
15801         incoming operands array is large enough for one more operand.
15802         (alpha_emit_xfloating_arith): Likewise.
15803
15804 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15805
15806         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
15807         file with one line and no trailing newline.
15808         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
15809         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
15810         checking if the match is on the line.
15811         * fixinc/gnu-regex.c: Provide regerror not __regerror.
15812
15813 2000-01-25  Richard Henderson  <rth@cygnus.com>
15814
15815         * sparc.c (output_cbranch): Fix accidental squashing of the
15816         fp branch pre-delay nop.
15817
15818 2000-01-25  Richard Henderson  <rth@cygnus.com>
15819
15820         * tree.def (UNNE_EXPR): Remove.
15821         * c-typeck.c (build_binary_op): Don't handle it.
15822         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
15823
15824         * rtl.def (UNNE): Remove.
15825         (LTGT): Add.
15826         * jump.c (reverse_condition): Update accordingly.
15827         (swap_condition): Likewise.
15828         (comparison_dominates_p): Handle unordered comparisons.
15829         (reverse_condition_maybe_unordered): New.
15830         * rtl.h (reverse_condition_maybe_unordered): Declare.
15831
15832         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
15833         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
15834         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
15835         * sparc.md (bltgt): New.
15836
15837 2000-01-25  Nick Clifton  <nickc@redhat.com>
15838
15839         * emit-rtl.c (emit_insn): Only check machine class insns for
15840         improper emission of a RETURN.
15841
15842 2000-01-25  Richard Henderson  <rth@cygnus.com>
15843
15844         * Makefile.in (flow.o): Depend on $(EXPR_H).
15845         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
15846         duplicate the structure of diddle_return_value for keeping regs live.
15847
15848 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15849
15850         * loop.c (current_loop_info): Delete.
15851         (consec_sets_invariant_p): Add loop argument, update callers.
15852         (get_condition_for_loop): Likewise.
15853         (count_nonfixed_reads, update_giv_derive): Likewise.
15854         (simplify_giv_expr, general_induction_var): Likewise.
15855         (consec_sets_giv, recombine_givs): Likewise.
15856         (move_movables): Delete loop_start and loop_end arguments,
15857         add loop argument, and update callers.
15858         (find_mem_givs, check_final_value): Likewise.
15859         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
15860         (loop_invariant_p): Rename from invariant_p, add loop argument, and
15861         update callers.
15862         (basic_induction_var): Add loop argument, delete loop_level argument,
15863         and update callers.
15864         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
15865         add loop argument, and update callers.
15866         (find_splittable_regs, find_splittable_givs): Likewise.
15867         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
15868         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
15869         (biv_total_increment): Delete loop_start and loop_end arguments;
15870         update callers.
15871         (precondition_loop_p): Delete loop_start and loop_info arguments;
15872         update callers.
15873         * loop.h (get_condition_for_loop): Add loop argument.
15874         (biv_total_increment): Delete loop_start and loop_end arguments.
15875         (precondition_loop_p): Delete loop_start and loop_info arguments;
15876         add loop argument.
15877         (final_biv_value): Delete loop_start and loop_end arguments;
15878         add loop argument.
15879         (final_giv_value, back_branch_in_range_p): Likewise.
15880
15881 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15882
15883         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
15884
15885 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15886
15887         * Makefile.in (c-gperf.h) : Change the "See" pointer to
15888         point to the new "generated_files" doc.
15889
15890 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15891
15892         * config/fp-bit.c (_unord_f2): Fix typo.
15893
15894 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15895
15896         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
15897         c-typeck.c, objc/objc-act.c: Remove all references to obstack
15898         functions obsoleted by GC, such as push_obstacks_nochange,
15899         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
15900         and code which existed only to decide whether or not to call
15901         them.  Remove now-unused NESTED argument from start_function;
15902         all callers changed.  Do not change behavior based on ggc_p.
15903         The use of the ixp_obstack in c-iterate.c and the util_obstack
15904         in objc/objc-act.c remain; these are not obsoleted by garbage
15905         collection.
15906         * c-tree.h: Update prototype for start_function.
15907
15908         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
15909
15910 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15911
15912         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
15913         mips16.
15914
15915 2000-01-25  Richard Henderson  <rth@cygnus.com>
15916
15917         * sparc-protos.h (select_cc_mode): Declare.
15918         * sparc.c (select_cc_mode): New.  Handle unordered compares.
15919         (output_cbranch): Always reverse via code change.  Handle
15920         unordered compares.  Factor tests and string updates.
15921         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
15922         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
15923         * sparc.md (bunordered, bordered): New.
15924         (bungt, bunlt, buneq, bunge, bunle): New.
15925
15926 2000-01-25  Richard Henderson  <rth@cygnus.com>
15927
15928         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
15929         * ggc-common.c (ggc_add_rtx_varray_root): New.
15930         (ggc_mark_rtx_varray): New.
15931         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
15932         functions down below ggc_mark_foo.
15933         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
15934
15935 2000-01-25  Richard Henderson  <rth@cygnus.com>
15936
15937         * alpha.c (secondary_reload_class): Don't allocate a secondary
15938         for integral mode memories into FLOAT_REGS.  Rearrange the more
15939         complicated memory expression inward.
15940
15941 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15942
15943         * inclhack.def: Fixes to play nicer with FreeBSD, and
15944         corrections to comments.
15945         (cxx_unready): Add select expression.
15946         (irix_sockaddr): Add bypass expression.
15947         (machine_ansi_h_va_list): New fix.
15948         (stdio_va_list): No need to edit _BSD_VA_LIST_.
15949         Split out addition of "#include <stdarg.h>" to...
15950         (stdio_stdarg_h): ... here.
15951         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
15952         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
15953         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
15954         size_t.
15955         (ultrix_ifdef): Tighten up select expression.
15956
15957         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
15958         re_ct and max_mach to avoid use of shell.  Make printed names
15959         match names in inclhack.def.  Use static copyright date.
15960         Don't count c_test and test expressions as requiring regex_t
15961         slots.  Add some commentary.
15962         * inclhack.tpl: Do not include the 'This script contains N
15963         fixup scripts' line if PROGRAM is defined.  Use static
15964         copyright date.
15965
15966 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15967
15968         * dwarf2out.c: include "varray.h", not dyn-string.h.
15969         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
15970         (addr_const_to_string, addr_to_string): Lose.
15971         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
15972         (struct dw_val_struct): val_addr is now an rtx.
15973         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
15974         (used_rtx_varray): New varray.
15975         (dwarf2out_init): Initialize it.
15976         (save_rtx): New fn.
15977         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
15978         addr_to_string.
15979         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
15980         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
15981         * Makefile.in (dwarf2out.o): Update dependencies.
15982
15983 2000-01-24  Richard Henderson  <rth@cygnus.com>
15984
15985         * i386.c (i386_dwarf_output_addr_const): New.
15986         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
15987
15988         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
15989         if defined.
15990         * dwarfout.c (output_mem_loc_descriptor): Likewise.
15991         * i386.c (i386_simplify_dwarf_addr): New.
15992         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
15993
15994 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
15995
15996         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
15997         TYPE_STUB_DECL is NULL.
15998
15999 2000-01-24  Richard Henderson  <rth@cygnus.com>
16000
16001         * builtins.c (expand_tree_builtin): Move ...
16002         * c-common.c (expand_tree_builtin): ... here.
16003
16004 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16005
16006         * loop.h (LOOP_INFO): New accessor macro.
16007         * basic-block.h (struct loop): Rename field `info' to `aux'.
16008         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16009         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16010         * unroll.c (loop_iterations, unroll_loop): Likewise.
16011
16012 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16013
16014         * config/i386/t-cygwin: Accomodate new winsup directory layout
16015         when searching for include files.
16016
16017 2000-01-24  Richard Henderson  <rth@cygnus.com>
16018
16019         * rtl.def: Add unordered fp comparisions.
16020         * tree.def: Likewise.
16021         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16022
16023         * builtins.c (expand_tree_builtin): New function.
16024         * c-typeck.c (build_function_call): Use it.
16025         (build_binary_op): Support unordered compares.
16026         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16027
16028         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16029         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16030         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16031         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16032         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16033         return UNKNOWN.
16034         (swap_condition): Handle unordered compares.
16035         (thread_jumps): Check can_reverse before reversing.
16036         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16037         reversed for FP.
16038
16039         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16040         setcc is present before acking for cmp_optab.  Update all callers.
16041         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16042         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16043         * expr.c (expand_expr): Likewise.  Support unordered compares.
16044         (do_jump, do_store_flag): Likewise.
16045         * expr.h (enum libfunc_index): Add unordered compares.
16046
16047         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16048         (DPBIT_FUNCS): Add _unord_df.
16049         * config/fp-bit.c (_unord_f2): New.
16050         * fp-test.c (main): Try unordered compare builtins.
16051
16052         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16053         * alpha.c (alpha_comparison_operator): Check mode properly.
16054         (alpha_swapped_comparison_operator): Likewise.
16055         (signed_comparison_operator): Likewise.
16056         (alpha_fp_comparison_operator): New.
16057         (alpha_emit_conditional_branch): Handle unordered compares.
16058         * alpha.h (PREDICATE_CODES): Update.
16059         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16060         (bunordered, bordered): New.
16061
16062 2000-01-24  Richard Henderson  <rth@cygnus.com>
16063
16064         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16065         * alpha.md (movtf): New expander, insn, and splitter.
16066
16067 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16068
16069         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16070         dead registers.
16071
16072 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16073
16074         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16075         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16076          REG_ALLOC_ORDER): Add frame pointer
16077         (FRAME_POINTER_REGNUM): Set to 20
16078         (HARD_FRAME_POINTER_REGNUM): New macro.
16079         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16080         to HARD_FRAME_POINTER.
16081         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16082         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16083         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16084         (HI_REGISTER_NAMES): Add "frame".
16085         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16086         (debug_reg): Handle FRAME_POINTER_REGNUM.
16087         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16088         GENERAL_REGS and INDEX_REGS.
16089         * i386.c (SAVED_REGS_FIRST): new macro.
16090         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16091         (ix86_decompose_address, memory_address_length): Likewise.
16092         (regclass_map): Add frame pointer.
16093         (call_insn_operand): Handle frame_pointer_rtx.
16094         (reg_no_sp_operand): Likewise.
16095         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16096         (print_operand, legitimize_pic_address): Fix formating.
16097         (ix86_compute_frame_size): Make static, update prototype, new
16098         parameters padding1, padding2, use ix86_nsaved_regs, use
16099         stack_alignment_needed.
16100         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16101         to HARD_FRAME_POINTER_REGNUM conversions.
16102         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16103         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16104         (print_reg): Abort on FRAME_POINTER_REGNUM
16105
16106 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16107
16108         * i386.h (PREDICATE_CODES): Add aligned_operand.
16109         * i386.c (aligned_operand): New function.
16110         (ix86_aligned_p): Kill.
16111         * i386.md (movhi_1): Emit mov for aligned operands.
16112         (promoting peep2s): Use aligned_operand.
16113
16114 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16115
16116         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16117         expression to allow underscores in macro names.
16118         (fix_char_macro_defines): Increment scanning pointer.
16119
16120 2000-01-23  Richard Henderson  <rth@cygnus.com>
16121
16122         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16123         * alpha/osf5.h: New file.
16124         * configure.in (alpha-*-osf5): Add it to tm_file.
16125
16126         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16127
16128         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16129         (alpha_emit_xfloating_cvt, function_arg): Declare.
16130         * alpha.c (alpha_emit_conditional_branch): Call
16131         alpha_emit_xfloating_compare for TFmode compares.
16132         (alpha_lookup_xfloating_lib_func): New.
16133         (alpha_compute_xfloating_mode_arg): New.
16134         (alpha_emit_xfloating_libcall): New.
16135         (alpha_emit_xfloating_arith): New.
16136         (alpha_emit_xfloating_compare): New.
16137         (alpha_emit_xfloating_cvt): New.
16138         (print_operand): Add default abort case.
16139         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16140         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16141         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16142         (RETURN_IN_MEMORY): True for TF/TCmode.
16143         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16144         (FUNCTION_ARG): Move to function_arg.
16145         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16146         (ASM_OUTPUT_LONG_DOUBLE): New.
16147         (ASM_OUTPUT_DOUBLE): Always output bits.
16148         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16149         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16150         (extenddftf2, trunctfdf2): New.
16151
16152 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16153
16154         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16155         * config/sparc/sol2.h: ... here.
16156
16157 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16158
16159         * basic-block.h (struct loops): New field `levels'.
16160         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16161         (flow_loop_level_compute): Initialise level to 1.
16162         (flow_loops_find): Set loops->levels.
16163         (flow_loops_dump): Print loops->levels.
16164
16165 2000-01-23  Richard Henderson  <rth@cygnus.com>
16166
16167         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16168         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16169
16170 2000-01-23  Richard Henderson  <rth@cygnus.com>
16171
16172         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16173         * i386.h (DBX_REGISTER_NUMBER): Use them.
16174         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16175         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16176         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16177         * i386/sequent.h: Kill incorrect comment.
16178
16179 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16180
16181         * ggc-page.c (struct page_entry): Make `context_depth' an
16182         `unsigned short'.
16183         (struct globals): Likewise.
16184
16185 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16186
16187         * loop.c (check_dbra_loop): When checking a loop for
16188         reversability, check the source of any stores to ensure
16189         they don't depend on an initial value.
16190
16191 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16192
16193         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16194
16195 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16196
16197         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16198         'pz_scan' into scope of entire function.  Only affects
16199         compiles with -DDEBUG.
16200
16201 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16202
16203         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16204         section naming to that prior to 2000-01-07 patch.
16205         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16206         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16207         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16208         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16209         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16210
16211 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16212
16213         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16214         constant.
16215
16216 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16217
16218         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16219         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16220
16221 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16222
16223         * cpphash.c (change_newlines): Delete function.
16224         (struct argdata): Delete 'newlines' and 'use_count' fields.
16225         (macroexpand): Remove code referencing those fields.
16226
16227 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16228
16229         * loop.c (loops_info): New variable.
16230         (loop_optimize): Allocate loops->array and free it on exit.
16231         Allocate memory for loops_info and assign to each loop,
16232         replacing alloca.
16233         (find_and_verify_loops): Do not allocate loops->array.
16234
16235 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16236
16237         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16238
16239 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16240
16241         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16242         pseudos if expanded after first flow.
16243         (movdi_pic_label_ref): Likewise.
16244
16245 2000-01-20  Richard Henderson  <rth@cygnus.com>
16246
16247         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16248
16249 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16250
16251         * Makefile.in (fixinc.sh): Depend on specs.
16252         * fixinc/Makefile.in: Add rule to create machname.h.
16253         (fixlib.o): Depend on machname.h.
16254         * fixinc/fixtests.c (machine_name): New test.
16255         * fixinc/fixfixes.c (machine_name): New fix.
16256         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16257         the machine_name test and fix.
16258         * fixinc/fixlib.h: Prototype it.
16259         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16260         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16261
16262         * gcc.c (do_spec_1) [case P]: Take care not to create
16263         identifiers with three leading or trailing underscores.
16264
16265         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16266         (fixincl): Don't specify libraries twice on link line.
16267         (gnu-regex.o): Remove special rule.
16268         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16269         defined by config.h.  Do not define _REGEX_RE_COMP.
16270         (regcomp): Allocate and initialize a fastmap.
16271         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16272
16273 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16274
16275         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16276
16277 2000-01-19  Richard Henderson  <rth@cygnus.com>
16278
16279         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16280         arguments with BB.  Update all callers.  Tidy line wrapping.
16281
16282 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16283
16284         * emit-rtl.c (try_split): Return last_insn if we split the
16285         last_insn.
16286
16287 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16288
16289         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16290         (ix86_initial_elimination_offset): Declare.
16291         * i386.c (ix86_nsaved_regs): Break out from ...
16292         (ix86_can_use_return_insn_p): ... here.
16293         (ix86_emit_save_regs): Break out from ...
16294         (ix86_expand_prologue): ... here.
16295         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16296         out from ...
16297         (ix86_expand_epilogue): ... here.
16298         (ix86_compute_frame_size): Make static, add prototype.
16299         (ix86_initial_elimination_offset): Break out from ...
16300         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16301
16302 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16303
16304         * recog.h (OUT_FCN): Delete.
16305
16306         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16307
16308 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16309
16310         * cppalloc.c: PROTO -> PARAMS.
16311         * cpperror.c: Likewise.
16312         * cppfiles.c: Likewise.
16313         * cpplib.c: Likewise.
16314         * cpplib.h: Likewise.
16315
16316         * config/arm/arm-protos.h: PROTO -> PARAMS.
16317         * config/arm/arm.c: Likewise.
16318         * config/c4x/c4x.c: Likewise.
16319         * config/fr30/fr30-protos.h: Likewise.
16320         * config/nextstep.c: Likewise.
16321         * config/pa/pa.c: Likewise.
16322         * config/pj/pj.c: Likewise.
16323         * config/rs6000/rs6000.c: Likewise.
16324         * config/v850/v850-protos.h: Likewise.
16325         * config/v850/v850.c: Likewise.
16326
16327 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16328
16329         * i370-protos.h: New file.
16330
16331         * i370.c: Include tm_p.h.  Fix compile time warnings.
16332
16333         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16334         warnings.
16335
16336         * i370.md: Likewise.
16337
16338 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16339
16340         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16341         (target_isinf, target_isnan, eisnan): Mark parameter with
16342         ATTRIBUTE_UNUSED.
16343         (eiisinf): Wrap in INFINITY.
16344         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16345         (ibmtoe): Remove unused variable `rndsav'.
16346
16347 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16348
16349         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16350         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16351
16352 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16353
16354         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16355         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16356         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16357
16358         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16359         Recognize Emacs mode markers also.
16360         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16361         C++ comments in C++ headers.  Call is_cxx_header only if
16362         necessary.
16363
16364         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16365         bypass for ncurses.
16366         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16367         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16368         ... these, which use the new C fixes.
16369         (math_exception): Escape literal '+' in bypass expression.
16370
16371         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16372         Regenerate.
16373
16374 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16375
16376         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16377         inside the MEM.
16378
16379 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16380
16381         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16382         prior to calling scan_loop.
16383
16384 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16385
16386         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16387         (split_branches, calc_live_regs): Likewise.
16388
16389 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16390
16391         * sh.md (fpu_single, fp_mode): New attributes.
16392
16393 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16394
16395         * loop.c (current_loop_info): Renamed from loop_info_data
16396         and changed to a pointer.
16397         (loop_optimize): Allocate loop_info structure for each loop
16398         and initialise to zero.
16399         (scan_loop): Set current_loop_info.
16400
16401         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16402         on iteration_var.
16403
16404 2000-01-19  Richard Henderson  <rth@cygnus.com>
16405
16406         * stupid.c: Die die die.
16407         * Makefile.in (OBJS): Remove stupid.o.
16408         (stupid.o): Likewise.
16409
16410         * except.c (emit_eh_context): Don't emit USEs for stupid.
16411         * explow.c (probe_stack_range): Likewise.
16412         * flags.h (obey_regdecls): Remove.
16413         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16414         when not optimizing.
16415         (life_analysis): Limit data collection when not optimizing.
16416         (mark_regs_live_at_end): Always mark the return value registers.
16417         (mark_used_regs): Remove dummy RETURN case.
16418         (print_rtl_with_bb): Don't consult obey_regdecls.
16419         * function.c (use_variable, use_variable_after): Remove.
16420         (assign_parms): Consult optimize not obey_regdecls.
16421         (expand_function_start): Don't emit USEs for stupid.
16422         (expand_function_end): Likewise.
16423         * global.c (build_insn_chain): Export.
16424         * integrate.c (expand_inline_function): Kill return-value USE
16425         handling code.
16426         * jump.c (jump_optimize_1): Do simple jump optimizations and
16427         dead code elimination.
16428         (calculate_can_reach_end): Remove check_deleted argument.
16429         (delete_insn): Patch out insns even when not optimizing.
16430         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16431         * rtl.h (use_variable, use_variable_after): Remove declarations.
16432         (build_insn_chain): Declare.
16433         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16434         (expand_end_bindings): Likewise.
16435         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16436         * toplev.c (obey_regdecls): Remove.
16437         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16438         flow1, local-alloc, and reload.
16439         (main): Don't set obey_regdecls.
16440
16441         * config/nextstep.c (handle_pragma): Likewise.
16442
16443         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16444
16445         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16446
16447 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16448
16449         * alpha-protos.h: PROTO -> PARAMS.
16450         * alpha.c: Likewise.
16451         * elf.h: Likewise.
16452         * h8300.c: Likewise.
16453         * i386-protos.h: Likewise.
16454         * i386.c: Likewise.
16455         * m32r-protos.h: Likewise.
16456         * m32r.c: Likewise.
16457         * mips.c: Likewise.
16458         * mips.md: Likewise.
16459         * gmon-sol2.c: Likewise.
16460         * sparc.c: Likewise.
16461
16462 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16463
16464         * ns32k-protos.h: New file.
16465
16466         * ns32k.c: Fix compile time warnings.
16467
16468         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16469         warnings.
16470
16471         * ns32k.md: Likewise.
16472
16473 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16474
16475         * vax-protos.h: New file.
16476
16477         * vax.c: Fix compile time warnings.
16478
16479         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16480         warnings.
16481
16482         * vax.md: Likewise.
16483
16484         * vaxv.md: Likewise.
16485
16486 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16487
16488         * romp-protos.h: New file.
16489
16490         * romp.c: Fix compile time warnings.
16491
16492         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16493         warnings.
16494
16495         * romp.md: Likewise.
16496
16497 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16498
16499         * we32k-protos.h: New file.
16500
16501         * we32k.c: Fix compile time warnings.
16502
16503         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16504         warnings.
16505
16506 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16507
16508         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16509
16510         * except.c (eh_regs): Likewise.
16511
16512         * final.c (output_operand): Likewise.
16513
16514         * fold-const.c (target_isinf, target_isnan): Likewise.
16515
16516 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16517
16518         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16519         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16520
16521         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16522         when optimize_size.
16523         (clrstrsi): Rewrite.
16524         (strsethi, strsetqi): New expanders.
16525         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16526         (cmpstrsi): Emit compare insn before cmpstrsi_1
16527         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16528         (strlensi_1): Likewise.
16529         (cmpstrsi_1): Likewise; do not output compare.
16530         (strlen expander): Do not unroll when optimizing for size.
16531         (*subsi3_carry): Rename to subsi3_carry
16532         (addqi3_cc): New pattern.
16533         * i386.h (processor_costs): Add move_ratio field.
16534         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16535         * i386.c (*_cost): Set move_ratio.
16536         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16537         (x86_expand_strlensi_1): Rewrite the main loop.
16538
16539 2000-01-17  Richard Henderson  <rth@cygnus.com>
16540
16541         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16542         * cse.c (find_comparison_args, fold_rtx): Likewise.
16543         * integrate.c (subst_constants): Likewise.
16544         * loop.c (get_condition): Likewise.
16545
16546         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16547
16548         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16549
16550 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16551
16552         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16553         (RESTORE_WARN_FLAGS): Unpack it.
16554         Change semantic type of extension to ttype.
16555         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16556         * c-parse.y, c-parse.c, objc/objc-parse.y,
16557         objc/objc-parse.c: Regenerate.
16558
16559 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16560
16561         * fixinc/fixlib.c: Add copyright notice.
16562         (compile_re): New function.
16563         * fixinc/fixlib.h: Prototype compile_re.
16564
16565         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16566         Use compile_re to compile regular expressions.
16567
16568         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16569         where the pattern matched.
16570
16571         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16572         use 'replace'.
16573         (ultrix_ansi_compat): Likewise.
16574         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16575         add egrep test.
16576         (interactv_add2, interactv_add3): Delete.
16577         (x11_sprintf): Don't use filename glob.
16578         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16579         Regenerate.
16580
16581 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16582
16583         * print-rtl.c: PROTO -> PARAMS.
16584         * real.c: Likewise.
16585         * reg-stack.c: Likewise.
16586         * resource.c: Likewise.
16587         * sdbout.h: Likewise.
16588         * simplify-rtx.c: Likewise.
16589         * stor-layout.c: Likewise.
16590         * stupid.c: Likewise.
16591         * xcoffout.c: Likewise.
16592         * xcoffout.h: Likewise.
16593
16594 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16595
16596         * toplev.c: PROTO -> PARAMS.
16597         * toplev.h: Likewise.
16598         * tree.c: Likewise.
16599         * tree.h: Likewise.
16600         * unroll.c: Likewise.
16601         * varasm.c: Likewise.
16602         * varray.c: Likewise.
16603         * varray.h: Likewise.
16604
16605 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16606
16607         * reload.c: PROTO -> PARAMS.
16608         * reload.h: Likewise.
16609         * reload1.c: Likewise.
16610         * reorg.c: Likewise.
16611         * resource.h: Likewise.
16612         * rtl.c: Likewise.
16613         * rtl.h: Likewise.
16614         * rtlanal.c: Likewise.
16615         * sbitmap.h: Likewise.
16616         * sdbout.c: Likewise.
16617         * stack.h: Likewise.
16618         * stmt.c: Likewise.
16619         * system.h: Likewise.
16620
16621 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16622
16623         * machmode.h: PROTO -> PARAMS.
16624         * mbchar.h: Likewise.
16625         * mips-tdump.c: Likewise.
16626         * mips-tfile.c: Likewise.
16627         * optabs.c: Likewise.
16628         * output.h: Likewise.
16629         * prefix.c: Likewise.
16630         * profile.c: Likewise.
16631         * protoize.c: Likewise.
16632         * real.h: Likewise.
16633         * recog.c: Likewise.
16634         * recog.h: Likewise.
16635         * regclass.c: Likewise.
16636         * regmove.c: Likewise.
16637         * regs.h: Likewise.
16638
16639 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16640
16641         * ggc-common.c: PROTO -> PARAMS.
16642         * ggc-page.c: Likewise.
16643         * ggc-simple.c: Likewise.
16644         * ggc.h: Likewise.
16645         * global.c: Likewise.
16646         * graph.c: Likewise.
16647         * gthr-win32.h: Likewise.
16648         * haifa-sched.c: Likewise.
16649         * halfpic.h: Likewise.
16650         * integrate.c: Likewise.
16651         * integrate.h: Likewise.
16652         * jump.c: Likewise.
16653         * lcm.c: Likewise.
16654         * local-alloc.c: Likewise.
16655         * loop.c: Likewise.
16656         * loop.h: Likewise.
16657
16658 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16659
16660         * genattr.c: PROTO -> PARAMS.
16661         * genattrtab.c: Likewise.
16662         * gencheck.c: Likewise.
16663         * gencodes.c: Likewise.
16664         * genconfig.c: Likewise.
16665         * genemit.c: Likewise.
16666         * genextract.c: Likewise.
16667         * genflags.c: Likewise.
16668         * gengenrtl.c: Likewise.
16669         * genopinit.c: Likewise.
16670         * genoutput.c: Likewise.
16671         * genpeep.c: Likewise.
16672         * genrecog.c: Likewise.
16673
16674 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
16675
16676         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
16677
16678 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16679
16680         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
16681         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
16682         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
16683         * configure, config.in: Rebuilt.
16684
16685 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
16686
16687         * config/i386/i386.md: Add peephole to merge successive stack
16688         adjusts.
16689
16690 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
16691
16692         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
16693         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
16694         when walking backwards to find all the parameter loads when
16695         the basic block ends in a call.
16696
16697 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16698
16699         * loop.c (this_loop_info): Delete.
16700         (uid_loop): Add in place of uid_loop_num.  All uses updated.
16701         (loop_number_exit_count): Delete and replace with entry in loop
16702         structure.  All uses updated.
16703         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16704         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16705         (loop_outer_loop): Likewise.
16706         (loop_invalid, loop_number_exit_labels): Likewise.
16707         (loop_used_count_register): Delete and replace with entry in
16708         loop_info structure.
16709         (find_and_verify_loops): Add loops argument.
16710         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
16711         loop_end, etc. arguments with loop structure pointer.  All callers
16712         changed.
16713         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
16714         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
16715         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
16716         (insert_bct): Likewise.
16717         (basic_induction_var): New argument level.
16718         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
16719         vtop, and cont.  Add used_count_register.
16720         (uid_loop): Delete declaration.
16721         (loop_number_exit_count): Likewise.
16722         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16723         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16724         (loop_outer_loop, loop_used_count_register): Likewise.
16725         (loop_invalid, loop_number_exit_labels): Likewise.
16726         (unroll_loop): Replace loop_start and loop_end arguments
16727         with loop structure pointer.
16728         (loop_precondition_p, loop_iterations): Likewise.
16729         Include basic-block.h.
16730         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
16731         with loop structure pointer.
16732         (loop_precondition_p, loop_iterations): Likewise.
16733         * basic-block.h (struct loop): New entries vtop, cont,
16734         cont_dominator, start, end, top, scan_start, exit_labels,
16735         exit_count.
16736         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
16737
16738 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16739
16740         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
16741
16742 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
16743
16744         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
16745
16746 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16747
16748         * pdp11-protos.h: New file.
16749
16750         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
16751         time warnings.
16752
16753         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
16754         warnings.
16755
16756         * pdp11.md: Likewise.
16757
16758         * 2bsd.h: Likewise.
16759
16760 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16761
16762         * mn10300-protos.h: New file.
16763
16764         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16765         time warnings.
16766
16767         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
16768         warnings.
16769
16770         * mn10300.md: Likewise.
16771
16772 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16773
16774         * mn10200-protos.h: New file.
16775
16776         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
16777         time warnings.
16778
16779         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
16780         warnings.
16781
16782         * mn10200.md: Likewise.
16783
16784 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16785
16786         * h8300-protos.h: New file.
16787
16788         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16789         time warnings.
16790
16791         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
16792         warnings.
16793
16794         * h8300.md: Likewise.
16795
16796 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16797
16798         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
16799         (asm_emit_uninitialised): Likewise.
16800
16801 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
16802
16803         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
16804         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
16805
16806 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16807
16808         * config/mips/mips.c (override_options): Don't turn on extra
16809         alignment for mips16.
16810
16811 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16812
16813         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
16814         eabi, and make sure queued POSTINCREMENT rtl is emitted at
16815         the right point.
16816
16817 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16818
16819         * builtins.c (PAD_VARARGS_DOWN): Define.
16820         (std_expand_builtin_va_arg): Use the above macro.
16821         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
16822         * tm.texi (Register Arguments): Document the above macro.
16823
16824 2000-01-14  Nick Clifton  <nickc@cygnus.com>
16825
16826         * emit-rtl.c (emit_insn): If checking is enabled, make sure
16827         that this function has not been used to emit a jump
16828         instruction.
16829
16830         * jump.c (return_jump_1): Cope with being passed a null rtx.
16831
16832 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16833
16834         * eh-common.h: PROTO -> PARAMS.
16835         * emit-rtl.c: Likewise.
16836         * errors.c: Likewise.
16837         * errors.h: Likewise.
16838         * except.c: Likewise.
16839         * except.h: Likewise.
16840         * explow.c: Likewise.
16841         * expmed.c: Likewise.
16842         * expr.c: Likewise.
16843         * expr.h: Likewise.
16844         * final.c: Likewise.
16845         * fix-header.c: Likewise.
16846         * flow.c: Likewise.
16847         * fold-const.c: Likewise.
16848         * function.c: Likewise.
16849         * function.h: Likewise.
16850         * gcc.c: Likewise.
16851         * gcov-io.h: Likewise.
16852         * gcov.c: Likewise.
16853         * gcse.c: Likewise.
16854
16855 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16856
16857         * sh-protos.h: New file.
16858
16859         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
16860         Add static prototypes.  Fix compile time warnings.
16861
16862         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
16863         * sh.md: Likewise.
16864         * elf.h: Likewise.
16865
16866 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16867
16868         * arc-protos.h: New file.
16869
16870         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
16871         time warnings.
16872
16873         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
16874         warnings.
16875
16876         * arc.md: Likewise.
16877
16878 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16879
16880         * dsp16xx-protos.h: New file.
16881
16882         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
16883         time warnings.
16884
16885         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
16886         warnings.
16887
16888         * dsp16xx.md: Likewise.
16889
16890 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16891
16892         * convex-protos.h: New file.
16893
16894         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
16895         time warnings.
16896
16897         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
16898         warnings.
16899
16900 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16901
16902         * elxsi-protos.h: New file.
16903
16904         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
16905         time warnings.
16906
16907         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
16908         warnings.
16909
16910         * elxsi.md: Likewise.
16911
16912 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16913
16914         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
16915         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
16916         match the comment for MIPS16.
16917
16918 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
16919
16920         * flow.c (split_edge): Do not call set_block_for_insn if we
16921         do not have a basic_block_for_insn structure.
16922
16923         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
16924         and destination functions are 32bit aligned within the trampoline.
16925         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
16926         (TRAMPOLINE_ALIGNMENT): Define.
16927
16928         * cse.c (cse_insn): When changing (set (pc) (reg)) to
16929         (set (pc) (label_ref)), verify the change creates a valid insn.
16930
16931         * fr30.c (call_operand): Tighten and rework to match rules for
16932         call RTL expressions.
16933         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
16934         * fr30.md (call patterns): Improve constraints.
16935
16936 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
16937
16938         * fr30.c (fr30_expand_epilogue): Revert last change.
16939         Use emit_jump_insn for the return insn.
16940
16941 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
16942                           Stan Cox  <scox@cygnus.com>
16943
16944         * predict.c: New file. Preliminary infrastructure work for static
16945         branch prediction and basic block reordering.
16946         * basic-block.h: Add prototype for estimate_probability.
16947         * Makefile.in: Add rules for predict.o.
16948
16949 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
16950
16951         * fixincludes (va_list): Use __not_va_list__ for the dummy.
16952         * fixinc/*: Likewise.
16953
16954 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16955
16956         * cccp.c: PROTO -> PARAMS.
16957         * cexp.y: Likewise.
16958         * collect2.c: Likewise.
16959         * combine.c: Likewise.
16960         * convert.h: Likewise.
16961         * cse.c: Likewise.
16962         * dbxout.c: Likewise.
16963         * dbxout.h: Likewise.
16964         * diagnostic.c: Likewise.
16965         * doprint.c: Likewise.
16966         * dwarf2out.c: Likewise.
16967         * dwarf2out.h: Likewise.
16968         * dwarfout.c: Likewise.
16969         * dwarfout.h: Likewise.
16970         * dyn-string.h: Likewise.
16971
16972 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16973
16974         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
16975         macro conditionals guarding use.
16976
16977         * dwarf2out.c: Include "tm_p.h".
16978
16979         * function.c (locate_and_pad_parm): Mark parameter with
16980         ATTRIBUTE_UNUSED.
16981         (expand_function_end): Likewise for variable `context'.
16982
16983         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
16984
16985 2000-01-13  Nick Clifton  <nickc@cygnus.com>
16986
16987         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
16988         register to prevent compile time warnings.
16989
16990 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
16991
16992         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
16993         to avoid -Wtraditional warning.
16994
16995 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16996
16997         * 1750a-protos.h: New file.
16998
16999         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17000         time warnings.
17001
17002         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17003         warnings.
17004
17005         * 1750a.md: Likewise.
17006
17007 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17008
17009         * a29k-protos.h: New file.
17010
17011         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17012         time warnings.
17013
17014         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17015         warnings.
17016
17017 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17018
17019         * clipper-protos.h: New file.
17020
17021         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17022         time warnings.
17023
17024         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17025         warnings.
17026
17027 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17028
17029         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17030
17031 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17032
17033         * configure.in (--enable-new-gxx-abi): New option.
17034         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17035         * Makefile.in (GXX_ABI_FLAG): New variable.
17036         * configure: Regenerate.
17037
17038 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17039
17040         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17041         * tm.texi (FORCE_STRUCT_BLK): Document.
17042         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17043
17044 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17045
17046         * config/ns32k/ns32k.md: Revert Jan 9 change.
17047
17048         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17049         to a mode-test, if the predicate is address_operand.
17050
17051 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17052
17053         * combine.c (if_then_else_cond): Be careful about what kinds
17054         of RTL expressions are passed to operand_subword.
17055
17056         * flow.c (split_edge): If we have to insert a new jump, make
17057         sure to associate it with a basic block.
17058
17059         * flow.c (commit_one_edge_insertion): A block with one successor
17060         can end in a JUMP_INSN that is not a simplejump.
17061
17062 2000-01-12  Robert Lipe  <robertl@sco.com>
17063
17064         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17065         (BUILD_VA_LIST_TYPE): Define.
17066         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17067         with crtstuff.c.
17068
17069 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17070
17071         * cccp.c (do_pragma): Add cast to (char *).
17072
17073 2000-01-12  Richard Henderson  <rth@cygnus.com>
17074             Fred Fish  <fnf@be.com>
17075             Jason Merrill  <jason@cygnus.com>
17076
17077         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17078         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17079         * i386/beos-elf.h, i386/beos-pe.h: New files.
17080
17081         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17082         * cross-make (SYSTEM_HEADER_DIR): Define using
17083         CROSS_SYSTEM_HEADER_DIR.
17084
17085         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17086         (process_command): Use it.
17087         (main): Likewise.  Kill trailing = from env vars.
17088         (build_search_list): Put it back.
17089         * collect2.c (main): Use LIBRARY_PATH_ENV.
17090
17091         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17092         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17093
17094         * tm.texi (Frame Layout): Document SMALL_STACK.
17095         * c-common.c (c_common_nodes_and_builtins): Check it.
17096
17097         * system.h: Undef alloca after including glibc's <stdlib.h>,
17098         if USE_C_ALLOCA is defined.
17099
17100         * gcc.c (set_input): New fn.
17101         (main): After all input files are compiled, reset the input file
17102         info to the first.
17103
17104         * aclocal.m4 (rindex, index): If already defined, don't attempt
17105         to redefine.
17106
17107         * ginclude/varargs.h: (__va_list__): Define ifndef.
17108         * ginclude/stdarg.h: Likewise.
17109
17110         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17111         instead of unsigned char.
17112
17113         * hash.h (true, false, boolean): Undef before enum.
17114
17115         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17116         proper type of "HOST_WIDE_INT *", rather than their natural type of
17117         "unsigned HOST_WIDE_INT *".
17118
17119 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17120
17121         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17122
17123         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17124
17125         * regclass.c (choose_hard_reg_mode): Likewise.
17126
17127         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17128
17129         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17130
17131 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17132
17133         * c-common.c: PROTO -> PARAMS.
17134         * c-common.h: Likewise.
17135         * c-decl.c: Likewise.
17136         * c-iterate.c: Likewise.
17137         * c-lang.c: Likewise.
17138         * c-lex.c: Likewise.
17139         * c-lex.h: Likewise.
17140         * c-parse.in: Likewise.
17141         * c-pragma.c: Likewise.
17142         * c-pragma.h: Likewise.
17143         * c-tree.h: Likewise.
17144         * c-typeck.c: Likewise.
17145         * objc/objc-act.c: Likewise.
17146         * objc/objc-act.h: Likewise.
17147
17148 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17149
17150         * m88k-protos.h: New file.
17151
17152         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17153         time warnings.
17154
17155         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17156
17157         * m88k.md: Likewise.
17158
17159         * tekXD88.h: Likewise.
17160
17161 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17162
17163         * m68k-protos.h: New file.
17164
17165         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17166         time warnings.
17167
17168         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17169
17170         * mot3300.h: Likewise.
17171
17172 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17173
17174         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17175         extract_bitlst.
17176         (extract_bitlist): Declare bitlen.
17177
17178 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17179
17180         * cccp.c: Accept and ignore -lang-fortran.
17181
17182         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17183         qualifiers don't match at any level of pointerness.
17184
17185 2000-01-12  Robert Lipe  <robertl@sco.com>
17186
17187         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17188
17189 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17190
17191         * reload1.c (reload_reg_unavailable): New static variable.
17192         (reload_reg_free_p): Test it.
17193         (reload_reg_free_for_value_p): Test it instead of
17194         reload_reg_used.
17195         (choose_reload_regs_init): Compute it.
17196
17197 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17198
17199         * reorg.c (fill_slots_from_thread): Check modified_in_p
17200         before replacing.
17201
17202 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17203
17204         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17205         these nodes even if INTERNALS is not set.
17206
17207 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17208
17209         * gcse.c (delete_null_pointer_checks_1): Cope when
17210         get_condition cannot determine the condition.
17211
17212 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17213
17214         * toplev.h (set_message_length): Declare.
17215
17216         * diagnostic.c (obstack_chunk_alloc): Define macro.
17217         (obstack_chunk_free): Likewise.
17218         (struct output_buffer): New data structure.
17219         (vmessage): Remove.
17220         (output_maximum_width): New variable.
17221         (doing_line_wrapping, set_message_length, init_output_buffer,
17222         get_output_prefix, output_space_left, emit_output_prefix,
17223         output_newline, output_append, output_puts, dump_output,
17224         vbuild_message_string, build_message_string, build_location_prefix,
17225         voutput_notice, output_printf, line_wrapper_printf,
17226         vline_wrapper_message_with_location):  New functions. Implement
17227         automatic line wrapping.
17228         (v_message_with_decl): Make it handle automatic line wrapping.
17229         (v_error_with_file_and_line): Likewise.
17230         (v_warning_with_file_and_line): Likewise.
17231         (announce_function): Likewise.
17232         (default_print_error_function): Likewise.
17233
17234 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17235
17236         * cpplib.h (struct cpp_options): Change lang_asm to char.
17237         Add lang_fortran.
17238         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17239         done in cpp_handle_option now.
17240         (initialize_builtins): Take out special case code used only by
17241         __STDC_VERSION__.
17242         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17243         if -traditional.  Recognize -lang-fortran and set
17244         lang_fortran, also turn off cplusplus_comments.
17245         (print_help): Document -lang-fortran.
17246         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17247         lang_asm. Ignore all directives other than `# 123 "file"' if
17248         CPP_PREPROCESSED.
17249         (cpp_get_token): If -traditional, don't recognize directives
17250         unless the # is in column 1.
17251         (parse_string): If lang_fortran or lang_asm, silently
17252         terminate strings ('' or "") at end of line.
17253         Remove unnecessary braces.
17254
17255 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17256             Richard Henderson  <rth@cygnus.com>
17257
17258         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17259         as used.
17260         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17261         strict_low_part when possible.
17262
17263 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17264
17265         * alias.c: PROTO -> PARAMS.
17266         * basic-block.h: Likewise.
17267         * bitmap.c: Likewise.
17268         * bitmap.h: Likewise.
17269         * builtins.c: Likewise.
17270         * c-aux-info.c: Likewise.
17271         * caller-save.c: Likewise.
17272         * calls.c: Likewise.
17273
17274 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17275
17276         * Makefile.in (toplev.o): Depend on regs.h.
17277
17278         * output.h (tdesc_section): Prototype.
17279
17280         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17281
17282         * sdbout.c: Include "tm_p.h".
17283
17284         * toplev.c: Include "regs.h".
17285
17286 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17287
17288         * unroll.c (unroll_loop): Add EH support.
17289
17290 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17291
17292         * pa-protos.h: New file.
17293
17294         * pa.c: Include recog.h and tm_p.h.
17295         (compute_zdepwi_operands, compute_movstrsi_length,
17296         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17297         find_addr_reg, import_milli): Add static prototypes.
17298         (pa_cpu_string, pa_arch_string): Constify a char*.
17299         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17300         (read_only_operand): Add argument `mode'.
17301         (singlemove_string, output_move_double, output_fp_move_double,
17302         output_block_move, output_and, output_ior, output_ascii,
17303         remove_useless_addtr_insns, milli_names, output_mul_insn,
17304         output_div_insn, output_mod_insn, output_arg_descriptor,
17305         output_cbranch, output_bb, output_bvb, output_dbra, ,
17306         output_millicode_call, output_call, hppa_encode_label,
17307         output_parallel_movb, output_parallel_addb): Constify a char*.
17308         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17309         (output_parallel_addb): Remove extra arg to `constrain_operands'
17310
17311         * pa.h:  Move all prototypes to pa-protos.h.
17312         (pa_cpu_string, pa_arch_string): Constify a char*.
17313         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17314
17315         * pa.md: Call `function_label_operand' with mode argument.
17316         Likewise for `read_only_operand'.
17317         Fix nesting of parens in call to `symbolic_operand'.
17318
17319 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17320
17321         * i860-protos.h: New file.
17322
17323         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17324         time warnings.
17325
17326         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17327
17328         * i860.md: Likewise.
17329
17330 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17331
17332         * i386.md (movstrsi expander): Rewrite.
17333         (movstrsi_1 insn): Deleted.
17334         (strmovhi, strmovqi expander): New expanders.
17335         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17336         * i386.c (x86_single_stringop): New global variable.
17337         * i386.h (x86_single_stringop): Declare.
17338         (TARGET_SINGLE_STRINGOP): New macro.
17339
17340 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17341
17342         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17343         integer vararg POSTINCREMENT before the destination of the jump
17344         for the hard fp case.
17345         (function_arg_pass_by_reference): Pass a copy of CUM to
17346         FUNCTION_ARG.
17347
17348         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17349         for CONSTANT_ADDRESS_P above while loop for subreg.
17350
17351 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17352
17353         * flow.c (propagate_block): When a prologue/epilogue insn
17354         is marked dead, unconditionally clear libcall_is_dead and
17355         insn_is_dead, and only dump rtl if warnings aren't being
17356         suppressed.
17357
17358 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17359
17360         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17361         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17362         (FIXED_REGISTERS): Set dirflag as fixed.
17363         (CALL_USED_REGISTERS): Set dirflag as used.
17364         (REG_ALLOC_ORDER): Set dirflag as last one.
17365         (DIRFLAG_REG): New macro.
17366         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17367         (HI_REGISTER_NAMES): Add dirflag.
17368         (DEBUF_PRINT_REG): Handle dirflag.
17369         * i386.md (type attribute): New cld and str types.
17370         (length_opcode attribute): Set cld and str to 1.
17371         (memory attribute): Set str to unknown - it is not clear from the
17372         patterns.
17373         (pent_np function unit): Prefixed string operations takes 12 cycles
17374         minimally; cld takes 2 cycles.
17375         (ppro_uops attribute): Str is "many" and cld is "few".
17376         (ppro_p0 unit): Handle cld here.
17377         (k6_alux unit): Handle cld and str types.
17378         (k6_load unit): It is ocupied by str opcodes.
17379         (k6_store unit): It is ocupied by str opcodes.
17380         (athlon_decode): Str is vector decoded.
17381         (athlon_ieu): Handle str and cld.
17382         (cld pattern): New.
17383         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17384         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17385         cmpstrsi_nz_1 insn): Do not output cld instruction
17386
17387 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17388
17389         * gcc.texi (G++ and GCC): Add Java and Chill.
17390         (Bug Critera): Don't list languages.
17391
17392         * gcc.texi (Incompatibilities): No longer claim most C compilers
17393         are K&R.
17394
17395         * gcc.texi (G++ and GCC): Update other front-ends list.
17396
17397 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17398
17399         * i386.c (ix86_expand_setcc): Fix typo.
17400         (ix86_expand_movcc): Similarly.
17401
17402         * Band-aid until haifa's bitset implementation is nuked.
17403         * haifa-sched.c (extract_bitlst): New parameter for size of the
17404         bitset in bits.  All callers changed.  Avoid looking at undefined
17405         bits in the bitset.
17406         (edgeset_bitsize): New variable.
17407         (schedule_region): Initialize edgeset_bitsize.
17408
17409 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17410
17411         * Makefile.in (optabs.o): Depend on real.h
17412         (resource.o): Depend on insn-attr.h
17413
17414         * builtins.c (result_vector): Wrap prototype in macro conditions
17415         governing definition and use.
17416
17417         * c-common.c: Include tm_p.h.
17418
17419         * c-lex.c: Likewise.
17420
17421         * elfos.h: Constify a char*.
17422
17423         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17424         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17425         parameter with ATTRIBUTE_UNUSED.
17426
17427         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17428         CHECK_FLOAT_VALUE.
17429
17430         * haifa-sched.c (schedule_insns): Mark parameter with
17431         ATTRIBUTE_UNUSED.
17432
17433         * optabs.c: Include real.h.
17434
17435         * real.h (ereal_atof): Add prototype arguments.
17436
17437         * resource.c: Include insn-attr.h.
17438
17439         * sdbout.c (sdbout_queue_anonymous_type,
17440         sdbout_dequeue_anonymous_types): Wrap in macro
17441         SDB_ALLOW_FORWARD_REFERENCES.
17442         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17443         ATTRIBUTE_UNUSED.
17444
17445         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17446
17447         * stupid.c: Include tm_p.h.
17448
17449         * tree.c (real_value_from_int_cst): Mark parameter with
17450         ATTRIBUTE_UNUSED.
17451
17452 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17453
17454         * i960-protos.h: New file.
17455
17456         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17457         time warnings.
17458
17459         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17460
17461 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17462
17463         * combine.c (expand_field_assignment): Do not discard SUBREGs
17464         while computing nonzero_bits.
17465
17466 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17467
17468         * config/arm/arm.c: Fix compile time warnings about signed vs
17469         unsigned constants.
17470         * config/arm/arm.h: Fix compile time warnings about signed vs
17471         unsigned constants.
17472
17473 2000-01-09  Philip Blundell  <philb@gnu.org>
17474
17475         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17476         than `ldm' with only one register.
17477         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17478         only one register.
17479
17480         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17481         clobbered.
17482
17483 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17484
17485         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17486         must have SImode.
17487
17488 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17489
17490         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17491         assignment used as truth value.
17492
17493         * function.c (assign_temp): Mark parameter `dont_promote' with
17494         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17495         PROMOTE_FOR_CALL_ONLY.
17496
17497         * genrecog.c (write_subroutine): Mark variable `operands' with
17498         ATTRIBUTE_UNUSED.
17499
17500         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17501         ATTRIBUTE_UNUSED.
17502
17503         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17504         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17505
17506         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17507         for `decl'.
17508
17509 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17510
17511         * config/c4x.h: Tidy up comments.
17512         * config/c4x.c: Likewise.
17513
17514 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17515
17516         * fold-const.c (lshift_double, rshift_double): Handle
17517         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17518
17519 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17520
17521         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17522         in prepare_function_start().
17523
17524 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17525
17526         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17527         longer allocate extra stack for function calls.
17528
17529 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17530
17531         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17532
17533 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17534
17535         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17536
17537 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17538
17539         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17540         * aix43.h: Revert Aug 2 change.
17541         (HAS_INIT_SECTION): Define, not visible yet.
17542         (LD_INIT_SWITCH): Define, not visible yet.
17543         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17544
17545         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17546
17547         * collect2.c (main): Expand ld2 size further.
17548         (export_object_lst): Cast assignment to avoid warning.
17549         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17550         (scan_prog_file, COFF): Do not collect initialization or
17551         finalization functions generated for entire shared object if
17552         init/fini support present.
17553
17554 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17555
17556         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17557         that .section directives are always prefixed by a tab.
17558
17559         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17560         definitions.
17561
17562 2000-01-07  Matt Austern  <austern@sgi.com>
17563
17564         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17565         expon.
17566
17567 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17568
17569         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17570         crtstuff.c.
17571         (crtbegin.o, s-crtS): Likewise.
17572
17573 2000-01-06  Richard Henderson  <rth@cygnus.com>
17574
17575         * alpha.md (adddi_2+1): Limit offset such that it will be
17576         loadable with a single ldah+lda pair.
17577         (adddi_2+2): Explicitly fail split if we can't make it work.
17578
17579 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17580
17581         * protoize.c: Conditionally include unistd.h.
17582         (IS_SAME_PATH_CHAR): New macro.
17583         (IS_SAME_PATH): New macro.
17584         (CPLUS_FILE_SUFFIX): New macro.
17585         (cplus_suffix): New static variable.
17586         (is_abspath): New static function.
17587         (in_system_include_dir): Handle DOS style pathnames.
17588         (file_could_be_converted): Likewise.
17589         (file_normally_convertible): Likewise.
17590         (directory_specified_p): Likewise.
17591         (file_excluded_p): Likewise.
17592         (abspath): Likewise.
17593         (shortpath): Likewise.
17594         (referenced_file_is_newer): Likewise.
17595         (save_def_or_dec): Likewise.
17596         (do_processing): Likewise.
17597         (main): Likewise.
17598         (edit_file): Likewise. Use rename instead of link.
17599         (rename_c_file): Likewise. Don't rename syscalls file.
17600         (munge_compile_params): Define null device for DOS based systems.
17601         (process_aux_info_file): Use binary mode if appliable.
17602         (edit_file): Likewise.
17603         * invoke.texi (Running Protoize): Document C++ suffixes used.
17604
17605         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
17606         IS_DIR_SEPARATOR macros.
17607         * collect2.c: Likewise.
17608         * cppinit.c: Likewise.
17609         * dwarf2out.c: Likewise.
17610         * gcc.c: Likewise.
17611         * gcov.c: Likewise.
17612         * prefix.c: Likewise.
17613         * rtl.c: Likewise.
17614         * toplev.c: Likewise.
17615         * system.h: And move to here.
17616
17617         * prefix.c (update_path): Fix typo in variable name.
17618
17619 2000-01-06  Richard Henderson  <rth@cygnus.com>
17620
17621         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
17622         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
17623         (count_reg_sets_1, count_reg_references): Likewise.
17624         (flow_loops_level_compute): Start counting actual loop depth at 1.
17625         (flow_loops_find): Likewise.
17626         * local-alloc.c (update_equiv_regs): Likewise.
17627         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
17628
17629 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
17630
17631         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
17632         FIRST_PSEUDO_REGISTER
17633         * dwarf2out.c: Don't include frame.h
17634         * dwarfout.c: Likewise
17635         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
17636         frame.h
17637
17638 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
17639
17640         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
17641         dead registers.
17642
17643         * i386.c (movsf splitter): Fix typo in my last checkin.
17644
17645 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17646
17647         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
17648         own definition of this macro.
17649         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
17650         flag_data_sections or UNIQUE_SECTION_P are true.
17651
17652         * tm.texi (UNIQUE_SECTION): Document that it can be called for
17653         unitialised data decls.
17654
17655         * config/i386/winnt.c (i386_pe_unique_section): Cope with
17656         being called for uninitialised data.
17657
17658         * config/i386/interix.c (i386_pe_unique_section): Cope with
17659         being called for uninitialised data.
17660
17661         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
17662         for uninitialised data.
17663
17664         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
17665         for uninitialised data.
17666
17667         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
17668         for uninitialised data.
17669
17670         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
17671         (UNIQUE_SECTION_P): Always generate a unique section if
17672         flag_data_sections is true.
17673         (UNIQUE_SECTION): Also generate unique sections for
17674         uninitialised data.
17675         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
17676         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
17677         named_section().
17678
17679 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17680
17681         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
17682         SI, or DI.
17683
17684 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17685
17686         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
17687         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
17688         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
17689         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
17690         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
17691
17692         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
17693
17694 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
17695
17696         * c-decl.c (finish_enum): Simplify code to determine minimum and
17697         maximum values of the enum, and calculate the type.  Remove check
17698         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
17699         the DECL_INITIAL of each enumeration constant with a copy converted
17700         to the enumeration type.  When updating variant types, don't bother
17701         updating the type itself.
17702
17703         * c-typeck.c (build_binary_op): Simplify conditional expressions
17704         when weeding out spurious signed-unsigned warnings.  Add new
17705         spurious warning category: if the unsigned quantity is an enum
17706         and its maximum value fits in signed_type(result_type).  Update
17707         commentary.
17708         (build_conditional_expr): Warn here if one alternative is signed
17709         and the other is unsigned.
17710
17711 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17712
17713         * config/fr30/fr30.h: Remove extraneous comments.
17714
17715 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
17716
17717         * reload1.c (choose_reload_regs): When disabling a reload, also
17718         set reload_spill_index to -1.
17719
17720 2000-01-04  Joel Sherrill (joel@OARcorp.com>
17721
17722         * configure.in (m68*-*-rtemscoff*): New target, formal name for
17723         old m68*-*-rtems*.
17724         (m68*-*-rtemself*): New target.
17725         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
17726         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
17727         (sparc*-*-rtemself*): New target.
17728         (sparc*-*-rtems*): Now elf not a.out.
17729         * config/i386/rtems.h: Include config/rtems.h.
17730         * config/i386/rtemself.h: Include config/rtems.h.
17731         * config/i960/rtems.h: Include config/rtems.h.
17732         * config/m68k/rtems.h: Include config/rtems.h.
17733         * config/m68k/rtemself.h: Include config/rtems.h.
17734         * config/mips/rtems64.h: Include config/rtems.h.
17735         * config/pa/rtems.h: Include config/rtems.h.
17736         * config/rs6000/rtems.h: Include config/rtems.h.
17737         * config/sh/rtems.h: Include config/rtems.h.
17738         * config/sh/rtemself.h: Include config/rtems.h.
17739         * config/sparc/rtems.h: Include config/rtems.h.
17740         * config/sparc/rtemself.h: Include config/rtems.h
17741
17742 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
17743
17744         * final.c (shorten_branches): Correctly compute length of
17745         asms without operands.
17746
17747 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
17748
17749         * configure.in: Add pj target.
17750         * configure: Regenerate.
17751         * config/pj: New directory.
17752         * config/pj/lib1funcs.S: New file.
17753         * config/pj/linux.h: New file.
17754         * config/pj/pj.c: New file.
17755         * config/pj/pj.md: New file.
17756         * config/pj/pjl.h: New file.
17757         * config/pj/t-pj: New file.
17758         * config/pj/xm-pj.h: New file
17759
17760 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
17761
17762         * toplev.c (rest_of_compilation): Run shorten-branches before
17763         reg-stack for now.
17764
17765 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17766
17767         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
17768         macros so that they're consistent with their names.
17769         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17770         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17771
17772 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17773
17774         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
17775         modified inadvertently.
17776
17777 2000-01-04  Joel Sherrill <joel@OARcorp.com>
17778
17779         * configure.in (v850*-*-rtems*): New target.
17780         * configure: Regenerate.
17781         * config/v850/rtems.h: New file.
17782
17783 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
17784
17785         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
17786         (__gthread_key_create): Likewise.
17787         (__gthread_key_dtor):  Likewise.
17788         (__gthread_once): Fix logic.
17789         (__gthread_key_delete): Cast away constness.
17790
17791         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
17792         * invoke.texi: Document.
17793         * i386/mingw32.h (CPP_SPEC): Use.
17794         (LIBGCC_SPEC): Likewise.
17795         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
17796
17797 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17798
17799         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
17800         (HANDLE_PRAGMA_PACK): Undefine.
17801         (SLOW_UNALIGNED_ACCESS): Define.
17802
17803 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17804
17805         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17806         to default definition.
17807         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
17808         (store_fixed_bit_field): Call macro with word_mode and alignment.
17809         (extract_bit_field): Call macro with relevant mode and alignment.
17810         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17811         to default definition.
17812         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
17813         and alignment.
17814         (move_by_pieces_ninsns): Likewise.
17815         (clear_by_pieces): Likewise.
17816         (emit_push_insn): Likewise.
17817         (store_field): Call macro with relevant mode and alignment.
17818         (expand_expr): Likewise.
17819         (expand_expr_unaligned): Likewise.
17820
17821         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
17822         (SLOW_UNALIGNED_ACCESS): Define.
17823         (CASE_VECTOR_MODE): Always use 32-bit offsets.
17824         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
17825         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
17826         (toc_section): Likewise and .toc pseudo-op.
17827         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
17828         64-bit mode.
17829         (TEXT_SECTION_ASM_OP): Likewise.
17830         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
17831         32-bit offsets.
17832
17833         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
17834         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
17835         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
17836         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
17837         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
17838
17839 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
17840
17841         * regclass.c: Revert my Jan 4 change to loop cost computation.
17842
17843 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17844
17845         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
17846         compilation.
17847
17848 2000-01-04  Stan Cox  <scox@cygnus.com>
17849
17850         * haifa-sched.c (build_control_flow): Change unreachable simple
17851         loop test to check if current block has only one predecessor.
17852         (find_rgns): Initialize degree.  Use dest as degree index, not src.
17853
17854 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17855
17856         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
17857
17858         * calls.c (expand_call): Likewise for
17859         `old_stack_arg_under_construction'.
17860
17861         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
17862
17863         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
17864         `save_constant'.
17865
17866         * gcc.c (execute): Likewise for `ut' and `st'.
17867
17868         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
17869
17870         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
17871
17872         * jump.c (jump_optimize_1): Likewise for `temp2'.
17873
17874         * local-alloc.c (block_alloc): Likewise for `r1'.
17875
17876         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
17877
17878         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
17879         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
17880
17881         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
17882         and `set2'.
17883
17884         * reload.c (find_reloads): Likewise for `goal_alternative_number'
17885         and `goal_earlyclobber'.
17886
17887         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
17888
17889         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
17890
17891         * stupid.c (stupid_life_analysis): Likewise for `chain'.
17892
17893         * unroll.c (copy_loop_body): Likewise for `copy'.
17894
17895         * varasm.c (output_constructor): Likewise for `byte'.
17896
17897 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17898
17899         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
17900         all FP constants for constant->reg moves.
17901         (ix86_split_to_parts): Try to convert memory address into immediate
17902         when available in the constant pool.
17903         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
17904         moves.
17905         (LEGITIMATE_CONSTANT_P): Return 1.
17906         * i386.md (pushsf): New splitter to convert constant pool memory
17907         reference to immediate.
17908         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
17909         reload.
17910
17911 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
17912
17913         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
17914         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
17915         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
17916         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
17917         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
17918
17919 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17920
17921         * ginclude/stdbool.h:  Support compilation as C++.
17922
17923 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17924
17925         * fold-const.c (make_range): Don't try to reverse an unbounded range.
17926
17927 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
17928
17929         * regclass.c (regclass): Properly compute loop_cost.  Adjust
17930         comments.
17931
17932         * regclass.c: Fix minor whitespace problems.
17933
17934 2000-01-03  Anthony Green  <green@cygnus.com>
17935
17936         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
17937         Restore the pic register if required.
17938
17939 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17940
17941         * c-common.c (format_char_info): Update comment.
17942         (check_format_info): Recognize 'z' modifier in the same way 'Z'
17943         was recognized.  Emit warning for formats new in ISO C99 only
17944         if flag_isoc9x is not set.
17945
17946 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
17947
17948         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
17949
17950 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17951
17952         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
17953         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
17954         (make_compound_operation): Choose cheaper alternative between
17955         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
17956
17957         * regclass.c (op_costs): Remove global variable.
17958         (record_reg_classes): New parameter "op_costs" and "reg_pref".
17959         (record_operand_costs): Break out from ...
17960         (scan_one_insn): ... here.
17961         (dump_regclass): Make dumps nicer.
17962         (regclass): Dump preferrences choosed and changes done during passes.
17963
17964 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17965
17966         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
17967
17968 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17969
17970         * config/sparc/sparc.c (gen_df_reg): New function.
17971         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
17972         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
17973         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
17974         movtf_cc_reg_sp64+1): Use it.
17975
17976 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17977
17978         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
17979         copied LABEL_DECLs.
17980
17981 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
17982
17983         * config/i386/i386.c (ix86_expand_unary_operator): Function
17984         definition made void.
17985         (ix86_expand_binary_operator): Update outdated preceding comment.
17986         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
17987         prototype.
17988
17989         * config/i386/i386.c (override_options): Fix option-name typo.
17990
17991 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17992
17993         * system.h (CEIL): Define.
17994         * builtins.c (CEIL): Remove.
17995         * expmed.c (CEIL): Likewise.
17996         * expr.c (CEIL): Likewise.
17997         * stor-layout.c (CEIL): Likewise.
17998
17999 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18000
18001         * expr.c (store_constructor_field): Fix typo introduced with last
18002         gcc2 merge.
18003
18004 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18005
18006         * tree.h (BINFO_N_BASETYPES): New macro.
18007
18008 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18009
18010         * expmed.c (emit_store_flag): Prevent losing a pending stack
18011         adjust the same way we prevent losing queued increments.
18012
18013 See ChangeLog.2 for earlier changes.