* final.c (profile_function): Do not emit profile counters in
[official-gcc.git] / gcc / ChangeLog
blob38638132d4b7d72e054e425db2669ce3719c67a3
1 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
3         * final.c (profile_function): Do not emit profile counters in
4         the data section, if NO_PROFILE_COUNTERS is defined.
5         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
6         FUNCTION_PROFILER.
8         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
9         (FUNCTION_PROFILER): Just emit a call to mcount.
11 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
15         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
16         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
17         traditional, lang_chill, or lang_fortran.
19         * cppfiles.c: #undef strcmp to suppress warning about macros
20         used without arguments.
21         (_cpp_execute_include): Use f, not fname, in "No include path"
22         error.
23         (_cpp_pop_file_buffer): New function.
24         * cpplib.c: Don't include <sys/mman.h>.
25         (cpp_push_buffer): Set line_base and lineno in new buffer.
26         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
28         * cpplex.c: Move all prototypes and structure declarations to the
29         top of the file.  Properly parenthesise some macro arguments.
30         (cpp_scan_line): New function.
31         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
32         don't need to walk up the stack counting.
34 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
36         * c-common.c (combine_strings): Emit a pedantic warning when a
37         string length is greater than the minimum ANSI C is required
38         to support.
40 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
42         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
43         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
45 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
47         * c-decl.c (define_label): Warn about identifier conflicts with
48         labels in traditional C.
50         * c-parse.in (unop +): Warn about the unary plus operator for
51         traditional C.
53         * c-typeck.c (store_init_value): Warn about automatic aggregate
54         initialization for traditional C.
56         * invoke.texi (-Wtraditional): Document new warnings.
58 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
60         * Makefile.in (c-errors.o): Fix thinko in dependency.
62 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
64         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
65         -traditional, -ftraditional, or -traditional-cpp was given.
66         Do not pass -traditional to the preprocessor.              
67         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
68         preprocessor does it automatically.
69         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
71         * ch/lang-specs.h: Always use tradcpp.  Do not pass
72         -traditional, -trigraphs, or -pedantic to the preprocessor.  
73         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
74         _LANGUAGE_FORTRAN.
76 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
78         * cppexp.c (LOGICAL): Delete macro.
79         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
80         and && directly.
82         * cpphash.c (HASHSIZE): Increase to 4096.
83         (struct hashdummy): Add hash field.
84         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
85         the string values using memcmp.
86         (cpp_lookup): Set dummy.hash.
88 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
90         * configure.in (m88k-openbsd): Express configuration using new fragment
91         style.
92         * configure: Rebuilt.
93         * m88k/aout-dbx.h: New.
94         * m88k/openbsd.h: New.
95         * m88k/xm-openbsd.h: New.
97 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
99         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
101 2000-07-12  Richard Henderson  <rth@cygnus.com>
103         * reload.c (push_secondary_reload): Make sure to add the new
104         reload at the end, after acquiring secondary memory.
106 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
108         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
110         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
111         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
112         
113         * c-parse.in (stmt): Delete unused variables.
115         * convert.c (convert_to_vector): Likewise.
117         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
119         * tree.c (finish_vector_type): Prototype.
121 2000-07-12  Bruce Korb  <bkorb@gnu.org>
123         * fixinc/fixfixes.c: use xmalloc
124         * fixinc/fixincl.c(initialize): set program name for xmalloc
125         * fixinc/fixlib.c(must_malloc): obsolete
126         (is_cxx_header): no longer used - disabled
127         (skip_quote): inserted and disabled for future use
128         * fixinc/fixlib.h: reflects above
129         * fixinc/fixtests.c: removed dinkleberries
131 2000-07-12  Neil Booth  <NeilB@earthling.net>
133         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
134         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
136         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
137         struct toklist_dummy): New.
138         (cpp_free_definition): Free macros with free_macro.
139         (count_params): Don't save paramter spellings.  Save macro
140         information in a struct macro_info.
141         (parse_define): Don't allocate a token list.
142         (save_expansion): Allocate the macro's token list, and
143         save parameter spellings if necessary.  Use TOKEN_SPELL.
144         (cpp_create_definition): Make list const.
146 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
148         * c-typeck.c (pedwarn_c99): Move to
149         * c-errors.c: ... Here.
150         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
151         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
152         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
153         (c-errors.o): List dependency.
155 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
157         * c-parse.c: Remove.
158         * c-parse.h: Likewise.
159         * c-parse.y: Likewise.
160         * objc/objc-parse.c: Likewise.
161         * objc/objc-pasre.y: Likewise.
162         
163 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
165         * gcc.texi: Fix minor typos
166         * extend.texi: Fix minor typos
168 2000-07-11  Marc Espie <espie@openbsd.org>
170         * collect2.c (main): Recognize .lo as object files.
172 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
174         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
175         true.
177         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
178         with MAP_ANONYMOUS and MAP_ANON.
179         * configure, config.in: Rebuilt.
181 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
183         * diagnostic.c (save_output_state): Remove.
184         (restore_output_state): Likewise.
185         (clear_text_info): New function.
186         (clear_diagnostic_info): Likewise.
187         (output_text_length, is_starting_newline, output_prefix,
188         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
189         prefixing_policy, output_buffer_ptr_to_format_args): New macros
190         (set_real_maximum_length, output_set_maximum_length,
191         output_set_prefix, output_get_prefix, output_set_maximum_length, 
192         output_destroy_prefix, init_output_buffer,
193         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
194         output_add_newline, output_add_character, output_add_space,
195         output_append_r, output_append, wrap_text, output_format,
196         output_do_printf, output_printf, output_do_verbatim,
197         output_verbatim, verbatim): Use them.
198         (output_clear): Split into cleat_text_info and
199         clear_diagnostic_info.
200         (struct output_state): Move to...
202         * diagnostic.h: ...Here
203         (struct output_buffer): Adjust. 
204         
205 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
207         * cpplex.c (parse_name): No longer inline (premature optimization).
208         (do_pop_context): Fold into pop_context.
209         (pop_context): Returns int.
210         (lex_next): Hoist test for end of directive into pop_context.
211         (push_macro_context): Returns int; takes just reader and token.
212         Hoist test for excessive nesting to caller.
213         (push_arg_context): Returns void; takes just reader and token.
214         Do not call stringify_arg or get_raw_token.
215         (get_raw_token): Convert tail recursion through push_arg_context
216         to a loop at this level.  Call stringify_arg here if appropriate.
217         (maybe_paste_with_next): Convert tail recursion to a while loop.
218         Hoist test of paste_level to caller.
220         (stringify_arg): Push arg context at beginning.
221         (cpp_get_token): Split out core into _cpp_get_token.  Call
222         process_directive here.  Throw away CPP_PLACEMARKER tokens.
223         (_cpp_get_token): Convert tail recursion through
224         push_macro_context to a loop at this level.
225         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
226         _cpp_get_raw_token): Use _cpp_get_token.
227         (_cpp_skip_rest_of_line): Drop the context stack directly; do
228         not call pop_context.
229         (_cpp_run_directive): Call lex_next directly.
231         * cpphash.h: Prototype _cpp_get_token.
232         * cppexp.c (lex): Use it.
233         * cpphash.c (parse_define): Use it.
234         * cpplib.c (get_define_node, do_undef, parse_include,
235         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
236         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
237         parse_ifdef, validate_else): Use it.
238         (cpp_push_buffer): Tweak error message; abort if anyone tries
239         to push a buffer while macro expansions are stacked.
241 2000-07-11  Donn Terry  <donnte@microsoft.com>
243         * cpplex.c (free_macro_args, save_token): Cast arg of free
244         and/or xrealloc to PTR.
245         (_cpp_init_input_buffer): Clear all fields of the base context.
247 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
249         * gensupport.c (process_rtx): Make rtl checking stop
250         complaining about the define_insn while it is being
251         converted from a define_insn_and_split.
253 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
255         * config/mips/mips.c (simple_memory_operand): Access the
256         INTVAL of the address, not it's containing MEM.
258 2000-07-11  Bruce Korb  <bkorb@gnu.org>
260         * fixinc/fixtests.c(double_slash): obsolete
261         (else_endif_label): likewise
262         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
263         (libc1_ifdefd_memx): correct initial comment
264         and omit the #if/#endif pair from the memxxx declarations
265         * fixinc/fixincl.x: regen
267 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
269         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
271 2000-07-11  Neil Booth  <NeilB@earthling.net>
273         * cpp.texi: Update.
275 2000-07-11  Neil Booth  <NeilB@earthling.net>
277         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
278         (handle_option): Set digraphs according to standard.
279         Merge OPT_lang_c89 handler with OPT_std_c89.
281         * cpplex.c: (lex_line, can_paste): Honour digraphs in
282         accordance with the digraphs flag.
284         * cpplib.h: (struct cpp_options): New option digraphs.
286 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
287             Bruce Korb  <bkorb@gnu.org>
289         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
290         * fixinc/fixincl.x: Regenerate.
291         * fixinc/tests/base/testing.h: Add testcase.
293 2000-07-10  Richard Henderson  <rth@cygnus.com>
295         * config/ia64/ia64.c (got_symbolic_operand): New.
296         (symbolic_operand, move_operand): Revert 0701 change.
297         * config/ia64/ia64.h (PREDICATE_CODES): Update.
298         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
299         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
300         split the offset into a 14-bit low part instead of a 13-bit low part.
301         (load_fptr): Mark the mem as unchanging.
302         (load_symptr): Use got_symbolic_operand.
304 2000-07-10  Nick Clifton  <nickc@cygnus.com>
306         * libgcc2.c (next_stack_level): Cast result of computation to
307         (void **) so that the assignment does not generate a warning.
309 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
311         * flags.h : Add new variable flag_single_precision_constant.
312         * toplev.c (display_help) : Add -fsingle-precision-constant option.
313         (flag_single_precision_constant): New.
314         * c-lex.c (yylex): Convert floating point constant to single
315         precision constant.
316         * invoke.texi : Add documentation for this new option.
318 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
320         * diagnostic.c (output_octal): Second parameter is unsigned.
321         (output_long_octal): Likewise.
322         (output_hexadecimal): Likewise.
323         (output_long_hexadecimal): Likewise.
324         (output_format): Adjust arguments extraction. Tweak.
325         (output_verbatim, verbatim): End variable argument list.
326         (report_diagnostic): Improve documentation.
327         
328 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
330         * c-common.h (build_stmt): Declare.
331         (build_continue_stmt): Likewise.
332         (build_break_stmt): Likewise.
333         (build_return_stmt): Likewise.
335         * c-decl.c (do_case): Rewrite to do what previously done in
336         c-parse.in.
338         * c-semantics.c (build_stmt): Define.
339         (build_return_stmt): Likewise.
340         (build_break_stmt): Likewise.
341         (build_continue_stmt): Likewise.
342         (build_case_label): Likewise.
344         * c-parse.in (BREAK): Change to build tree, then generate RTL.
345         (CONTINUE): Likewise.
346         (RETURN): Likewise.
347         (CASE): Likewise.
348         (DEFAULT): Likewise.
350         * c-parse.y: Regenerate.
351         * c-pasre.c: Likewise.
352         
353 2000-07-09  Jason Merrill  <jason@redhat.com>
355         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
357         * tree.h (STRIP_NOPS): Check for error_mark_node.
358         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
359         (dwarf2out_*): Remove duplicate declarations.
361         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
362         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
364 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
366         * diagnostic.c (wrap_text): New function.
367         (maybe_wrap_text): Likewise.
368         (output_add_string): Use it.
369         (output_format): Likewise.
370         (count_error): Use verbatim instead of notice.
371         (report_error_function): Likewise. Don't use plain fprintf.
372         (finish_diagnostic): New function.
373         (output_do_verbatim): Tweak.  Commonalize functionalities in
374         output_verbatim and verbatim.
375         (output_verbatim): Adjust.
376         (verbatim): Likewise.
377         (report_diagnostic): Define.
379         * diagnostic.h (report_diagnostic): Prototype.
380         
381 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
383         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
385 2000-07-09  Neil Booth  <NeilB@earthling.net>
387         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
388         IShspace, ISspace: Update.
390         * cppinit.c: ISTABLE: Update.
391         V: New.
393         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
394         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
395         (skip_block_comment, skip_line_comment, parse_string,
396         lex_line): Use is_vspace rather than IS_NEWLINE.
397         (skip_whitespace, lex_line): Clean up to use is_nvspace.
398         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
399         gets a BOL flag.
400         (lex_next): Unconditionally stop if within a directive.
401         Treat directives within macro invocations as directives
402         (after parse_args emits error), not as the argument.
404 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
406         * diagnostic.c (diagnostic_args): New macro.
407         (diagnostic_msg): Likewise.
408         (output_formatted_integer): Likewise.
409         (output_state): New data type.
410         (digit_buffer): Make global.
411         (output_add_integer): Rename to output_decimal. Squeeze
412         digit_buffer. 
413         (output_long_decimal, output_unsigned_decimal,
414         output_long_unsigned_decimal, output_octal, output_long_octal,
415         output_hexadecimal, output_long_hexadecimal): New functions.
416         (output_append_r): New function.
417         (output_append): Tweak.
418         (output_flush_on): Rename to output_to_stream.
419         (output_format): Change prototype.  Improve documentation. Handle
420         more format specifiers.
421         (build_location_prefix): Rename to context_as_prefix.
422         (output_notice): Rename to output_do_printf.
423         (output_printf): Tweak.
424         (line_wrapper_printf): Likewise.
425         (vline_wrapper_message_with_location): Adjust call to renamed
426         functions. 
427         (v_message_with_decl): Likewise.
428         (default_print_error_function): Likewise.
429         (save_output_state): New function.
430         (restore_output_state): Likewise.
431         (output_do_verbatim): Likewise.
432         (output_verbatim): Define.
433         (verbatim): Likewise.
435         * diagnostic.h (printer_fn): Change return type from void to int.
436         Improve documentation.
437         (output_add_integer): Rename to output_decimal.
438         (output_flush_on, output_format): Don't export.
439         (output_verbatim, verbatim): Declare.
441 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
443         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
444         Check whether c divides op1 exactly if operation is not
445         multiplication.
447 2000-07-08  Richard Henderson  <rth@cygnus.com>
449         * final.c (final): Do not abort when reg-stack introduces
450         a new insn.
452 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
454         * cpplib.h (struct cpp_name): Now struct cpp_string.
455         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
456         CPP_HEADER_NAME): Change to type S.
457         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
458         field, a cpp_hashnode *.  All references to val.name updated
459         to use val.str or val.node as appropriate.
460         (struct cpp_reader): Add spec_nodes field.
461         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
463         * cpphash.h (struct spec_nodes): New.
464         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
465         val.str.  All references to 'spelling > SPELL_NONE' updated to
466         match.
468         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
469         pfile->buffer->inc are not NULL before dereferencing them.
471         * cpplex.c (parse_name): Take a pointer to the current token,
472         plus current position and limit as args; return the new
473         position; don't copy the text of a name into the string
474         buffer, instead call cpp_lookup and store the node pointer.
475         If extending a token, copy out the text of the old into a
476         scratch buffer, append the new, look that up and store the new
477         node pointer.  Inline.
478         (maybe_paste_with_next): If the result of paste is a NAME,
479         then look up the pasted text and store its node pointer.
480         (lex_line): Adjust for new parse_name interface.  
481         Check for L"str", L'str' using spec_nodes->n_L.
482         (spell_token): SPELL_IDENT tokens have their spelling in
483         val.node->name.  Handle SPELL_STRING tokens that don't have
484         string delimiters.
485         (_cpp_expand_name_space, 
486         (can_paste): Check for L ## "str" using spec_nodes->n_L.
487         (cpp_get_token, special_symbol): No need to call cpp_lookup.
488         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
489         return 1=equal 0=not, not a tristate.
491         * cpphash.c (var_args_str): Delete.
492         (find_param): Compare node fields directly.
493         (is__va_args__): Use CPP_PEDANTIC.  Just compare
494         token->val.node with spec_nodes->n__VA_ARGS__.
495         (dump_funlike_macro): Don't use var_args_str.
497         * cpplib.c (_cpp_check_directive): Just walk through
498         spec_nodes->dirs comparing pointers.
499         (get_define_node, do_pragma_poison, detect_if_not_defined,
500         parse_ifdef): The identifier has already been looked up.
501         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
502         node.
503         (do_if): Only call detect_if_not_defined at beginning of file.
504         (_cpp_parse_assertion): Only copy string pointers for
505         SPELL_STRING tokens.
506         (pragma_dispatch): Take a node pointer and examine its name
507         field.
508         (_cpp_init_stacks): Also initialize the spec_nodes structure.
510         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
511         _cpp_init_macros. 
512         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
513         reverse order from the corresponding _cpp_init_* routines.
515         * cppexp.c (parse_number, parse_charconst, parse_defined,
516         lex): Check val.node->type instead of calling cpp_defined.
517         Use spec_nodes entries where appropriate.
519         * fix-header.c, scan-decls.c: Update for interface changes.
521 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
523         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
524         emitting aux_truncdfsf2.
526 2000-07-03  Donn Terry  (donnte@microsoft.com)
528         * cppinit.c (print_help): split overlong line into ISO C89
529         maximum chunks.
531 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
533         * cppexp.c: Update all code for new lexer interface.
534         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
535         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
536         * cpplex.c (token_names): Trim leading CPP_ from names; make
537         the strings unsigned.
538         (_cpp_spell_operator): New.
539         (is_macro_disabled): Disable all macros if rescanning
540         preprocessed text.
541         (_cpp_get_directive_token): Remove.
543         * cppinit.c: Don't set no_macro_expand.
544         * cpplib.c (read_line_number, do_line): Check only for EOF,
545         not VSPACE.
546         * cpphash.h: Update prototypes.
547         * cpplib.h (CPP_VSPACE): Remove.
548         (struct cpp_reader): Remove no_macro_expand.
550 2000-07-08  Neil Booth  <NeilB@earthling.net>
552         * cpphash.c (is__va_args__): New function.
553         (count_params): Fix line reported in error messages.  Use
554         is__va_args__.  Don't return ')' on error.  Flag GNU style
555         rest args macro definitions.
556         (parse_define): Check macro name is not __VA_ARGS__.
557         (save_expansion): Check identifier in non-varargs-macro is
558         not __VA_ARGS__.  Don't flag GNU_VARARGS.
559         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
560         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
561          than per-token GNU_VARARGS.
562         * cpplib.h (GNU_VARARGS): Remove.
563         (GNU_REST_ARGS): New.
565 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
567         * i386.md (call_pop, call, call_value_pop): Do not set
568         current_function_uses_pic_offset_table for calls to static
569         functions or indirect calls.
571 2000-07-07  Jim Wilson  <wilson@cygnus.com>
573         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
574         is_predicate_reg, then take max write_count of register pair.
576 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
578         * tradcpp.c (main): Rename label `include' to `add_include' to
579         avoid conflicts with variable `include' in traditional C.
581 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
583         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
585 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
587         * sibcall.c (uses_addressof): Add INMEM argument, check for
588         current_function_internal_arg_pointer outside of MEM rtxs in addition
589         to ADDRESSOFs.
590         (sequence_uses_addressof): Update caller.
592 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
594         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
595         and friends.
597 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
599         * system.h (UNION_INIT_ZERO): New macro for initializing union
600         members in structs.
602         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
604 2000-07-07  Neil Booth  <NeilB@earthling.net>
606         * cpp.texi: Update.
608 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
610         * final.c (final): Detect out of bounds array access to
611         the insn_lengths array.
613 2000-07-07  Kazu Hirata  <kazu@hxi.com>
615         * fold-const.c (fold): Fix a comment typo.
617 2000-07-07  Neil Booth  <NeilB@earthling.net>
619         * cpp.texi: Update to new lexer.
621 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
623         * tradcpp.c: New file.
624         * tradcif.y: New file.
625         * tradcif.c: New generated file.
627         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
628         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
629         dependencies of C.  Install tradcpp from install-common, in
630         $(libsubdir).
632 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
634         * cppinit.c: Include cppdefault.h.  Refer to
635         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
636         to GCC_INCLUDE_DIR and its length.
637         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
638         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
639         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
640         cppdefault.h.
641         (include_defaults_array): Move to cppdefault.c.
643         * cppdefault.h: New file.
644         * cppdefault.c: New file.
646         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
647         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
648         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
649         this file.
651 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
653         * reload.c (push_reload): When seeing if can reuse a register,
654         check extra registers against widest of INMODE and OUTMODE.
656 2000-07-06  Neil Booth  <NeilB@earthling.net>
658         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
659         based on full length of predicate.
661 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
663         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
664         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
666 2000-07-05  Kazu Hirata  <kazu@hxi.com>
668         * h8300-proto.h: Fix formatting.
669         * h8300.c: Likewise.
670         * h8300.h: Likewise.
672 2000-07-05  Jim Wilson  <wilson@cygnus.com>
674         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
675         CCmode.
677 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
679         * invoke.texi: Fix minor typos
680         * md.texi: Fix minor typos
682 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
684         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
686 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
688         * cpplex.c: Don't include sys/mman.h.
689         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
691         * cpplib.c: Include sys/mman.h and obstack.h.
692         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
693         obstack.
694         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
695         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
696         bother freeing if stack entries (they will be freed with their buffer).
697         (do_endif): Free if stack entries from the buffer obstack.
698         (push_conditional): Allocate if stack entries from the buffer obstack.
700         (find_answer): Rename to _cpp_find_answer.
701         (do_assert, do_unassert): Update.
703         * cpphash.h: Update prototypes.
704         (xobnew): New convenience macro.
705         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
706         Update comments.
707         (struct cpp_hashnode): Remove disabled field.
709         * cppinit.c: Don't include hashtab.h or splay-tree.h.
710         (report_missing_guard): Moved to cppfiles.c.
711         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
712         cpp_init_includes.
713         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
714         cpp_cleanup_includes.  Don't destroy hashtab or
715         all_include_files here.
716         (cpp_finish): Use _cpp_report_missing_guards.
718         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
719         (_cpp_init_include_table): Rename _cpp_init_includes.
720         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
722         * cppexp.c (parse_assertion): Update for new name of
723         find_answer.
725         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
727 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
729         * cpplib.c (do_ident): s/VSPACE/EOF/
731 2000-07-05  Neil Booth  <NeilB@earthling.net>
733         * cpplex.c: Fix trigraph replacement within strings.
735 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
737         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
739         * xcoffout.c (assign_type_number): Constify.
740         (xcoffout_source_file): Add static prototype.  Don't needlessly
741         cast away const-ness.
743 2000-07-04  Jason Merrill  <jason@redhat.com>
745         * frame.h (frame_state): Move base_offset to end.
747 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
749         * calls.c (emit_library_call_value_1): Revert previous change.
751 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
753         * fix-header.c (struct partial_proto): Remove unnecessary fields.
754         (recognized_extern, recognized_function, read_scan_file):
755         Update for new scheme.
756         (check_protection): It's still a multiple include guard even
757         if it doesn't always trigger.
758         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
759         new scheme.
760         * scan.h: Declare struct cpp_token.  Update prototypes.
762 2000-07-03  Neil Booth  <neilb@earthling.net>
763             Zack Weinberg  <zack@wolery.cumb.org>
765         Complete overhaul of the lexer and macro expander.
767         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
768         arg, arglist, argdata, reflist, collect_objlike_expansion,
769         collect_funlike_expansion, collect_params,
770         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
771         unsafe_chars, macarg, compare_defs, special_symbol,
772         scan_arguments, stringify, funlike_macroexpand,
773         _cpp_quote_string, monthnames): Delete.
774         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
775         _cpp_create_definition, _cpp_dump_definition,
776         dump_hash_helper): Adjust.
777         (find_param, count_params, parse_define, var_args_str,
778         check_macro_redefinition, save_expansion): New.
780         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
781         parse_string, output_line_command, trigraph_replace,
782         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
783         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
784         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
785         _cpp_skip_rest_of_line): Modify.
787         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
788         find_position, null_warning, bump_column, expand_name_space,
789         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
790         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
791         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
792         _cpp_prescan): Delete.
794         (dump_param_spelling, process_directive, lex_next,
795         is_macro_disabled, stringify_arg, expand_context_stack,
796         output_token, make_string_token, alloc_number_token,
797         special_symbol, duplicate_token, maybe_paste_with_next,
798         can_paste, prevent_macro_expansion, restore_macro_expansion,
799         get_temp_token, release_temp_tokens, quote_string,
800         token_names, token_spellings, _cpp_expand_name_space,
801         _cpp_glue_header_name, _cpp_reserve_name_space,
802         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
803         placemarker_token, eof_token, cpp_context, macro_args,
804         get_raw_token, parse_arg, parse_args, save_token,
805         push_arg_context, push_macro_context, pop_context,
806         do_pop_context, free_macro_args, _cpp_get_line,
807         _cpp_run_directive): New.
809         * cpplib.c (validate_else, parse_include, push_conditional,
810         pass_thru_directive, read_line_number, parse_ifdef,
811         detect_if_not_defined, _cpp_check_directive, do_define,
812         do_undef, do_include, do_import, do_include_next, do_error,
813         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
814         top_pragmas, do_pragma_gcc, do_pragma_implementation,
815         do_pragma_poison, do_pragma_system_header,
816         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
817         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
818         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
819         cpp_defined): Update for new scheme.
820         (strtoul_for_line, get_define_node, dump_macro_name,
821         _cpp_check_linemarker, _cpp_parse_assertion): New.
822         (_cpp_handle_directive, do_pragma_default): Delete.
823         
824         * cpphash.h (struct predicate): Now struct answer.
825         (enum spell_type, struct token_spelling, struct directive,
826         directive_handler): New.
827         Update prototypes.  Remove unused macros.
828         * cpplib.h: Update prototypes.  Remove unused macros,
829         structure definitions, and fields.
831         * cpperror.c (print_containing_files, v_message): Adjust.
832         * cppexp.c (parse_assertion, lex, parse_escape, 
833         _cpp_parse_expr): Adjust.
834         * cppfiles.c (open_include_file, _cpp_execute_include,
835         _cpp_compare_file_date, cpp_read_file, read_include_file):
836         Adjust.
837         * cppinit.c (dump_special_to_buffer): Delete.
838         (append_include_chain, merge_include_chains, cpp_reader_init,
839         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
840         cpp_finish, handle_option, print_help): Adjust.
841         * cppmain.c (main): Adjust.
843 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
845         * cppspec.c (lang_specific_driver): Use double quotes in error
846         message.
848 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
850         * calls.c (emit_library_call_value_1): Use valreg instead
851         of hard_libcall_value.
853 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
855         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
856         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
857         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
858         (movhi): Likewise.
859         (movqi): Likewise.
860         (movdf): Likewise.
861         (movsf): Likewise.
862         (movdi): Likewise.
863         (movti): Likewise.
865         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
866         mode instead of wider_mode is being used.
868 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
870         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
871         of 'r'. Use q_regs_operand.
872         (andsi_1+2): Use q_regs_operand.
874 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
876         * builtins.c (get_memory_rtx): Always put into alias set 0.
878 2000-07-03  Nick Clifton  <nickc@cygnus.com>
880         * config/arm/arm.md: Fix post increment and pre increment
881         peepholes so that they do not generate UNPREDICATBLE opcodes.
882         (ie ones where the increment clobbers the source/destination).
884 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
886         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
887         change too big for -mtiny-stack" a warning, if larger than 63.
888         (out_set_stack_ptr): Change the logic so -mno-interrupts is
889         always safe to use on possible future devices.
890         (function_prologue): Write SPH before SPL, for consistency.
891         If interrupt_func_p true, we know we have enabled interrupts.
892         (avr_num_arg_regs): New function.  Round up to even number of
893         bytes if no -mpack-args or if calling a libgcc function.
894         (function_arg, function_arg_advance): Use it.
895         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
896         Output "movw" if available.
897         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
898         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
899         (asm_output_section_name): Add blanks for consistent output.
900         (encode_section_info): Set TREE_READONLY for progmem data to
901         avoid gas warnings about changed section attributes.
902         (avr_hard_regno_mode_ok): Force non-QImode data to start in
903         even numbered registers on devices with "movw".
904         * config/avr/avr.h (MASK_*): Define bits for target_flags.
905         (TARGET_SWITCHES): Mark help strings for translation.
906         Add new -mpack-args and -menhanced switches.
907         (TARGET_OPTIONS): Mark help strings for translation.
908         (progmem_section): Add section attributes.
909         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
910         Output "movw" if available.
911         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
912         New patterns.
913         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
914         call convention (arguments aligned on even registers).
915         (_cleanup, _exit): Make weak symbols libc can override.
917 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
919         * fp-bit.h: New file.
921         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
922         Comment #endif statements.
923         (__thenan_sf, __thenan_df): Add missing braces around initializer.
925 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
927         * gcse.c (compute_pre_data): Compute ae_kill using other local
928         properties instead of calling compute_ae_kill.
930         * alias.c (init_alias_analysis): Do not call
931         prologue_epilogue_contains until after reload has completed.
933 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
935         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
936         (genrtl_finish_compound_stmt): Likewise.
937         (genrtl_compound_stmt): Change to return void.
939         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and 
940         move code from here to ...
941         (genrtl_compound_stmt): ... here.
942         (genrtl_finish_compound_stmt): Remove.
943         (expand_stmt): Add comment.
945 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
947         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
948         and VOID_TYPE_P.
950 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
952         * cpplib.h (struct cpp_reader): New field include_depth.
953         (struct cpp_printer): Rename last_bsd to last_id.
954         * cppfiles.c (read_include_file): Bump include_depth.
955         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
956         (output_line_command): Output correct #line if a header
957         is including itself and is not protected against multiple inclusion.
958         Use include_depth instead of buffer_stack_depth, last_id instead of
959         last_bsd.
960         * cppinit.c (cpp_start_read): Initialize last_id instead of
961         last_bsd.
963 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
965         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
966         (c-semantics.o): New target.
967         
968         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
969         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
970         (genrtl_clear_out_block): Likewise.
971         (genrtl_goto_stmt): Likewise.
972         (genrtl_expr_stmt): Likewise.
973         (genrtl_decl_stmt): Likewise.
974         (genrtl_if_stmt): Likewise.
975         (genrtl_while_stmt): Likewise.
976         (genrtl_do_stmt): Likewise.
977         (genrtl_return_stmt): Likewise.
978         (genrtl_for_stmt): Likewise.
979         (genrtl_break_stmt): Likewise.
980         (genrtl_continue_stmt): Likewise.
981         (genrtl_scope_stmt): Likewise.
982         (genrtl_switch_stmt): Likewise.
983         (genrtl_case_label): Likewise.
984         (genrtl_begin_compound_stmt): Likewise.
985         (gerntl_finish_compound_stmt): Likewise.
986         (genrtl_compound_stmt): Likewise.
987         (genrtl_asm_stmt): Likewise.
988         (genrtl_decl_cleanup): Likewise.
989         (DECL_ANON_UNION_ELEMS): Likewise.
990         (emit_local_var): Likewise.
991         (make_rtl_for_local_static): Likewise.
992         (expand_cond): Likewise.
993         (expand_stmt): Likewise.
994         (c_expand_return): Likewise.
995         (c_expand_start_case): Likewise.
996         (do_case): Likewise.
997         (COMPOUND_STMT_NO_SCOPE): Likewise.
998         (c_expand_asm_operands): Likewise.
999         (NEW_FOR_SCOPE_P): New macro.
1000         (expand_expr_stmt_fn): New type.
1002         (set_current_function_name_declared): Likewise.
1003         (current_function_name_declared): Likewise.
1004         (lang_expand_stmt): Likewise.
1005         (stmts_are_full_exprs_p): Likewise.
1006         (anon_aggr_type_p): Likewise.
1007         (lang_expand_expr_stmt): Likewise.
1008         (build_case_label): Likewise.
1009         
1010         * c-decl.c (lang_expand_expr_stmt): Initialize.
1011         (stmts_are_full_exprs_p): Define.
1012         (current_function_name_declared): Likewise.
1013         (do_case): Likewise.
1014         (lang_expand_stmt): Likewise.
1015         (set_current_function_name_declared): Likewise.
1016         (anon_aggr_type_p): Likewise.
1017         
1018         * c-semantics.c: New file.
1019         (expand_cond): Moved from cp/semantics.c.
1020         (genrtl_do_pushlevel): Likewise.
1021         (genrtl_clear_out_block): Likewise.
1022         (genrtl_goto_stmt): Likewise.
1023         (genrtl_expr_stmt): Likewise.
1024         (genrtl_decl_stmt): Likewise.
1025         (genrtl_if_stmt): Likewise.
1026         (genrtl_while_stmt): Likewise.
1027         (genrtl_do_stmt): Likewise.
1028         (genrtl_return_stmt): Likewise.
1029         (genrtl_for_stmt): Likewise.
1030         (genrtl_break_stmt): Likewise.
1031         (genrtl_continue_stmt): Likewise.
1032         (genrtl_scope_stmt): Likewise.
1033         (genrtl_switch_stmt): Likewise.
1034         (genrtl_case_label): Likewise.
1035         (genrtl_begin_compound_stmt): Likewise.
1036         (genrtl_finish_compound_stmt): Likewise.
1037         (genrtl_compound_stmt): Likewise.
1038         (genrtl_asm_stmt): Likewise.
1039         (genrtl_decl_cleanup): Likewise.
1040         (make_rtl_for_local_static): Moved from cp/decl.c.
1041         (emit_local_var): Likewise.
1042         (expand_stmt): Define.
1044         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1045         (c_expand_return): Likewise.
1046         (c_expand_start_case): Likewise.
1047                 
1048 2000-07-01  Richard Henderson  <rth@cygnus.com>
1050         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1051         with the low 13 bits set.
1052         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1053         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1054         of the low 13 bits into a CONST plus an adddi3.
1055         (load_symptr): Set RTX_UNCHANGING_P.
1057 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1059         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1060         * c-common.c (ridpointers): Declare.
1061         * c-common.h (enum rid): Declare.
1062         (NORID): Likewise.
1063         (ridpointers): Likewise.
1064         * c-lex.c (ridpointers): Don't declare.
1065         (init_lex): Initialize ridpointers.
1066         * c-lex.h (enum rid): Don't declare.
1067         (NORID): Likewise.
1068         (RID_FIRST_MODIFIER): Likewise.
1069         (ridpointers): Likewise.
1070         
1071 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1073         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1074         have global scope.
1076 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1078         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1079         always an error.
1081 2000-06-30  Catherine Moore  <clm@cygnus.com>
1083         * c-common.c (decl_attributes):  Differentiate between
1084         types and type decls for alignment.
1086 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1088         * cpp.texi: Document #pragma GCC dependency
1089         * cppfiles.c (open_include_file): Set date to unknown.
1090         (_cpp_compare_file_date): New function.
1091         (read_include_file): Set file date.
1092         * cpphash.h (struct include_file): Add date member.
1093         (_cpp_compare_file_date): Prototype.
1094         * cpplib.c (parse_include): Add trail parameter. Adjust.
1095         (do_include): Adjust parse_include call.
1096         (do_import): Likewise.
1097         (do_include_next): Likewise.
1098         (gcc_pragmas): Add dependency pragma.
1099         (do_pragma_dependancy): New pragma.
1101 2000-06-29  Jason Merrill  <jason@redhat.com>
1103         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1104         no operands.
1106 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1108         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1109         a volatile mem and FR_REGS.
1111 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1113         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1114         * c-common.h (flag_const_strings): Declare.
1115         (warn_format): Likewise.
1116         (flag_traditional): Likewise.
1117         (flag_isoc99): Likewise.
1118         (warn_parentheses): Likewise.
1119         (warn_conversion): Likewise.
1120         (C_TYPE_OBJECT_P): Likewise.
1121         (C_TYPE_INCOMPLETE_P): Likewise.
1122         (C_TYPE_FUNCTION_P): Likewise.
1123         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1124         (C_EXP_ORIGINAL_CODE): Likewise.
1125         (build_unary_op): Likewise.
1126         (build_binary_op): Likewise.
1127         (lvalue_p): Likewise.
1128         (default_conversion): Likewise.
1129         (common_type): Likewise.
1130         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1131         (C_TYPE_INCOMPLETE_P): Likewise.
1132         (C_TYPE_FUNCTION_P): Likewise.
1133         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1134         (C_EXP_ORIGINAL_CODE): Likewise.
1135         (common_type): Likewise.
1136         (default_conversion): Likewise.
1137         (build_binary_op): Likewise.
1138         (build_unary_op): Likewise.
1139         (lvalue_p): Likewise.
1140         (flag_const_strings): Likewise.
1141         (warn_format): Likewise.
1142         (warn_conversion): Likewise.
1143         (flag_traditional): Likewise.
1144         (flag_isoc99): Likewise.
1145         (warn_parentheses): Likewise.
1146         
1147 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1149         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1150         
1151         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1152         same.  Only tie XFmode with XFmode.
1154 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1156         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1157         * Makefile.in: Update deps.
1159 2000-06-29  Andrew Haley  <aph@cygnus.com>
1161         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1162         to true.
1164 2000-06-29  Andrew Haley  <aph@cygnus.com>
1166         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1167         bytes: remove the multiply by 8.
1169 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1171         * rtl.c : Revert NLS changes.
1172         * gcc.c : Fix bug in display_help introced by my last changes.
1174 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1176         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1177         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1179 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1181         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1183 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1185         * c-decl.c : Mark strings for translation.
1186         (parmlist_tags_warning): Use distinct messages instead
1187         of conditional expressions.
1188         * diagnostic.c (v_message_with_decl): Mark string for translation.
1189         * gcc.c: Mark messages for translation.
1190         (display_help): Combine messages into one string where necessary.
1191         * mips-tfile: Add intl.h. Mark messages for translation.
1192         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1193         messages for translation.
1194         * timevar.c: Mark messages for translation.
1195         * tlink.c: Likewise.
1196         * toplev.c: Likewise.
1198 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1200         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1202         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1203         use -isystem instead of -idirafter.
1204         * i386/i386-interix.h: Likewise.
1206 2000-06-28  Jason Merrill  <jason@redhat.com>
1208         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1209         unless DWARF2_DEBUGGING_INFO is defined.
1210         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1212 2000-06-28  Richard Henderson  <rth@cygnus.com>
1214         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1216 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1218         * cpplex.c (output_line_command): Output correct #line if a header
1219         is including itself and is not protected against multiple inclusion.
1221 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1223         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1224         ENFILE, close all cached file descriptors and try again.      
1225         (_cpp_execute_include): Keep a count of the number of times
1226         each header is included.
1227         (close_cached_fd): New function.
1228         * cpphash.h (struct include_file): Rename before to
1229         include_count; all users updated.  Make include_count and sysp
1230         unsigned short.
1231         * cppinit.c (cpp_finish): If -H, report headers that could use
1232         reinclude guards.
1233         (report_missing_guard): New function.
1235 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1237         * i386.md (prologue_set_got): Set length_immediate field.
1238         (testqi_ccno_1):  Add missing '@' character.
1240 2000-06-27  Jason Merrill  <jason@redhat.com>
1242         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1243         DWARF_FRAME_REGNUM.
1245 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1247         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no 
1248         unsigned macros available.
1250 2000-06-27  Richard Henderson  <rth@cygnus.com>
1252         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1253         epilogue_deallocate_stack.
1255         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1256         completers for UNORDERED and ORDERED as well.
1257         * config/ia64/ia64.md (bunordered, bordered): New.
1258         (sunordered, sordered): New.
1260 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1262         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1263         * i386.c (ix86_attr_length_default): Kill.
1264         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1265         New.
1266         * i386-protos.h (ix86_attr_length_default): Kill
1267         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1268         Add prototype
1269         * i386.md (attribute type): Add "test".
1270         (attribute length_prefix): Kill.
1271         (attribute length_opcode): Kill.
1272         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1273         prefix_rep, prefix_0f, modrm): New.
1274         (attribute length): Compute using the new attributes.
1275         (attribute pent_prefix): New.
1276         (attribute pent_pair): Compute using pent_prefix.
1277         (all insn patterns): Set mode,modrm and immediate_length attributes where
1278         needed.
1279         (cmpsi patterns): Compute sizes propertly for test instruction.
1280         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1281         (movstricthi_xor, movstrictqi_xor): New patterns.
1282         (andsi/andhi): Use splitters to generate xor instructions.
1283         (xorqi_ext_1): New pattern.
1284         (movstricthi->movstricthi_xor peep2): New.
1286 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1288         * i386.md (addqi_low_1): Remove.
1290 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1292         * 1750a.h: Mark help strings for options/switches for translation.
1293         * a29k.h: Likewise.
1294         * alpha.h: Likewise.
1295         * arm.h: Likewise.
1296         * pe.h: Likewise.
1297         * riscix.h: Likewise.
1298         * c4x.h: Likewise.
1299         * clipper.h: Likewise.
1300         * convex.h: Likewise. 
1301         * elxsi.h: Likewise.
1302         * fr30.h: Likewise.
1303         * fx80.h: Likewise.
1304         * h8300.h: Likewise.
1305         * i370.h: Likewise.
1306         * cygwin.h: Likewise.
1307         * dgux.h: Likewise.
1308         * djgpp.h: Likewise.
1309         * i386.h: Likewise.
1310         * osf1elf.h: Likewise.
1311         * osfrose.h: Likewise.
1312         * sco5.h: Likewise.
1313         * win32.h: Likewise.
1314         * i860.h: Likewise.
1315         * paragon.h: Likewise.
1316         * i960.h: Likewise.
1317         * ia64.h: Likewise.
1318         * m32r.h: Likewise.
1319         * mcore.h: Likewise.
1320         * mips.h: Likewise.
1321         * mn10300.h: Likewise.
1322         * ns32k.h: Likewise.
1323         * pdp11.h: Likewise.
1324         * pj.h: Likewise.
1325         * aix.h: Likewise.
1326         * aix41.h: Likewise.
1327         * aix43.h: Likewise.
1328         * beos.h: Likewise.
1329         * rs6000.h: Likewise.
1330         * sysv4.h: Likewise.
1331         * linux.h: Likewise.
1332         * linux64.h: Likewise.
1333         * sp64-elf.h: Likewise.
1334         * sparc.h: Likewise.
1335         * splet.h: Likewise.
1336         * v850.h: Likewise.
1337         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1338         for translation.
1339         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1340         Properly document option and mark for translation.
1341         * sp86x-elf.h: Likewise.
1343 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1345         Add MMX and SSE registers to i386 machine description.
1346         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1347         ix86_local_alignment): Declare.
1349         * i386.h (TARGET_MMX, TARGET_SSE): New.
1350         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1351         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1352         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1353         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1354         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1355         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1356         (RETURN_IN_MEMORY): Handle MMX/SSE.
1357         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1358         also get stack space.
1359         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1360         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1361         (MMX_REGISTER_NAMES): New.
1362         (ALIGN_MODE_128): New macro.
1363         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1364         (DATA_ALIGNMENT): Likewise.
1365         (LOCAL_ALIGNMENT): Likewise.
1366         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1367         TARGET_MMX/TARGET_SSE.
1368         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1369         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1370         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1371         SSE/MMX regs and something else.
1372         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1373         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1374         3 if moving between MMX regs and something else.
1376         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1377         (regclass_map): Add MMX/SSE registers.
1378         (print_operand): Add code to print XMMWORD as appropriate.
1379         (ix86_split_movdi): Abort for MMX regs.
1380         (init_cumulative_args): Also allow SSE_REGS
1381         (function_arg_advance, function_arg): Likewise
1382         (print_reg): Support 'm'.  Add case for TImode.
1383         (override_options): TARGET_SSE implies TARGET_MMX.
1384         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1385         New functions.
1387         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1388         FIRST_SSE_REG.
1389         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1390         memory.
1391         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1392         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1394 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1396         * ssa.c (struct rename_set_data): Change the name of field
1397         'set_dest' to 'old_reg'.  Add comments.
1398         (struct rename_context): Change the name of 'set_data' to
1399         'new_renames'.  Add new field 'done_renames'.
1400         (create_delayed_rename): New function.
1401         (apply_delayed_renames): New function.
1402         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1403         SUBREGs and similar by emitting a move.
1404         (new_registers_for_updates): Delete, functionality moved to
1405         apply_delayed_renames.
1406         (rename_block): Handle moves emitted by rename_insn_1 by putting
1407         them into a SEQUENCE with the original insn.  Add sanity checks
1408         and comments.
1409         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1410         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1411         
1412 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1413             Jason Merrill <jason@redhat.com>
1415         * dwarf2.h (enum dwarf_call_frame_info): Add 
1416         DW_CFA_def_cfa_expression.
1417         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1418         dw_loc_descr_struct entry.
1419         (struct cfa_loc): New structure to track a CFA location.
1420         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1421         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1422         offset, plus handle DW_CFA_def_cfa_expression.
1423         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1424         cfa_loc record.
1425         (dwarf2out_def_cfa): Entry point maintained for compatability.
1426         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1427         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1428         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1429         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1430         cfa_reg.
1431         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1432         sequences for the new DW_CFA_def_cfa_expression record.
1433         (dwarf2out_frame_debug): Use new variables/fields.A
1434         (output_cfi): Handle DW_CFA_def_cfa_expression.
1435         (output_cfa_loc): New function to generate a CFI record for 
1436         DW_CFA_def_cfa_expression.
1437         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1438         a dw_loc_descr sequeunce.
1439         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1440         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1441         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1442         unwind info section.
1443         * frame.h (frame_state): Add base_offset and indirect fields.
1444         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1445         dw_loc_descr operation.
1446         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1447         (struct frame_state): Add base offset and indirect fields.
1448         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1450 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1452         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1453         Make warnings about implicit int be pedwarns in C99.  Don't warn
1454         about duplicate type qualifiers in C99.
1455         (start_function): Make warning about implict int return type be a
1456         pedwarn in C99.
1457         * c-lex.c (yylex): Don't warn about `long long' in C99.
1458         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1459         `return' with no value in function returning non-void.
1461 2000-06-26  Richard Henderson  <rth@cygnus.com>
1463         * c-typeck.c (pedwarn_c99): New.
1464         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1465         * toplev.h: Prototype them.
1467 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1469         * c-typeck.c (digest_init): Return error_mark_node node when
1470         TREE_TYPE (init)  == error_mark_node.
1472 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1474         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1475         test for msgfmt without path instead.
1476         * configure: Rebuilt.
1478 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1480         * gengenrtl.c (special_rtx): Fix typo in comment.
1482 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1484         * mklibgcc.in (LIB2FUNCS): Add missing space.
1486 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1488         * tree.h (enum tree_index): Add vector type nodes.
1489         Add accessor macros for them.
1490         (TYPE_REPRESENATION_TYPE): New macro.
1491         * tree.c (build_common_tree_nodes_2): Build these nodes.
1492         (finish_vector_type): New function.
1493         * c-common.c (type_for_mode): Handle vector modes.
1494         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
1496         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
1497         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
1498         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
1499         (gen_type_die): Likewise.
1500         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
1501         (fundamental_type_code): Likewise.
1502         (type_is_fundamental): VECTOR_TYPEs aren't.
1503         (output_type): Handle VECTOR_TYPEs.
1505 2000-06-25  Kazu Hirata  <kazu@hxi.com>
1507         * config/arm.c: Fix a comment typo.
1508         * config/arm.h: Likewise.
1510 2000-06-25  Philipp Thomas  <pthomas@suse.de>
1512         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
1513         compiler found.
1514         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
1515         * configure: Rebuilt.
1516         
1517 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
1519         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
1521 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1523         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
1524         libgcc.a.
1526 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
1528         * collect2.c (resolve_lib_name): Move '/' check out of loop.
1530 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
1532         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
1534 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
1536         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
1537         last_unconditional_cleanup.
1539 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1541         * tree.def (VECTOR_TYPE): New node type.
1542         * tree.h: Adjust some comments to reflect addition of vector types.
1543         (TYPE_VECTOR_SUBPARTS): New macro.
1544         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
1545         * c-convert.c (convert): Likewise.
1546         * convert.c (convert_to_integer): Handle vector modes.
1547         (convert_to_vector): New function.
1548         * convert.h (convert_to_vector): Declare.
1549         * expr.c (convert_move): Handle vector modes.
1550         * expmed.c (extract_bit_field): Don't abort for vector modes.
1552 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
1554         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
1555         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
1556         New functions, common code moved from function_{prologue,epilogue}
1557         and extended to support the -mtiny-stack option.
1558         (function_prologue, function_epilogue): Use them.
1559         Use lo8/hi8 consistently for asm output readability.
1560         (avr_hard_regno_mode_ok): New function.
1561         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
1562         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
1563         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
1564         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
1565         Write SPH before SPL.
1566         (*movqi): No need to disable interrupts for just one "out"
1567         in alternative 5.  Change length attribute from 4 to 1.
1568         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
1569         Write SPH before SPL.
1571 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1573         * rtl.texi (Vector Operations): New node.
1574         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
1575         (Conversions): Add ss_truncate, us_truncate.
1576         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
1577         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
1578         US_TRUNCATE): New rtx codes.
1579         * machmode.def: Add vector modes.
1580         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
1581         MODE_VECTOR_FLOAT.
1582         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
1583         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
1584         (VECTOR_MODE_P): New.
1586 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
1588         * cpp.texi: Clarify #pragma GCC namespace.      
1590 2000-06-24  Philipp Thomas  <pthomas@suse.de>
1592         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
1593         all catalogs specified in ALL_LINGUAS.
1594         * configure: Rebuilt.
1596 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1598         * config/sparc/sparc.md (reload_outdi+1): Handle
1599         HOST_BITS_PER_WIDE_INT == 64 case correctly.
1600         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
1602 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
1604         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
1605         struct vs. scalar-ness when -fno-strict-aliasing.
1607 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
1609         * cpplib.c (struct pragma_entry): New structure.
1610         (pragma_dispatch): Pragma dispatcher.
1611         (top_pragmas, gcc_pragmas): New static variables.
1612         (do_pragma): Use pragma_dispatch.
1613         (do_pragma_gcc): New pragma handler.
1614         * cpp.texi: Update.
1616 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
1618         * calls.c (compute_argument_addresses): Force stack slots into
1619         alias set 0.
1620         * expr.c (emit_push_insn): Force pushes into alias set 0.
1622 2000-06-23  Richard Henderson  <rth@cygnus.com>
1624         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
1625         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
1627 2000-06-22  Jason Merrill  <jason@redhat.com>
1629         * toplev.c (compile_file): Always call timevar_print.
1630         * Makefile.in (calls.o): Depend on TIMEVAR_H.
1632 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
1634         * varasm.c (constant_descriptor): Make contents unsigned char.
1635         (mark_const_hash_entry): Adjust.
1636         (const_hash): Just hash the code of unknown nodes.
1637         (compare_constant_1): Adjust for unsigned char.
1638         Use language specific expander on unknown nodes.
1639         (record_constant_1): Likewise.
1641 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1643         * cppfiles.c (cpp_make_system_header): New function.
1644         * cpplib.h: Prototype it.
1645         * cpplib.c (do_line, do_pragma_system_header): Use it.
1646         * fix-header.c (read_scan_file): Use it.
1648         * fix-header.c (check_macro_names): Cast second arg of
1649         cpp_defined to const unsigned char *.
1650         (read_scan_file): Make getchar_call const unsigned char.
1652 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1654         * cppfiles.c: Include splay-tree.h, not hashtab.h.
1655         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
1656         (destroy_include_file_node): New.
1657         (_cpp_init_include_hash): Rename _cpp_init_include_table.
1658         Create a splay tree, not a hash table.
1659         (open_include_file): Look up the path in the include table,
1660         do the multiple include optimization here, etc.
1661         (cpp_included): Walk the path.
1662         (find_include_file): Just walk the path calling
1663         open_include_file, or call it directly for an absolute path.
1664         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
1665         scheme.
1666         (read_include_file): Update for new scheme.  Don't close the
1667         file unless reading fails.
1668         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
1670         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
1671         (struct include_file): New.
1672         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
1673         macros.
1674         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
1675         Update prototypes.
1677         * cppinit.c: Include splay-tree.h.
1678         (cpp_reader_init, cpp_cleanup): Update.
1680         * cpplib.h (struct cpp_buffer): Change ihash field to 
1681         'struct include_file *inc'.  Remove system_header_p.
1682         (struct cpp_reader): Change all_include_files to a
1683         struct splay_tree_s *.
1685         * cpplex.c: Update all references to cpp_buffer->ihash and/or
1686         cpp_buffer->system_header_p.
1687         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
1689         * Makefile.in (SPLAY_TREE_H): New macro.
1690         (cppfiles.o, cppinit.o): Update dependencies.
1692 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
1694         * invoke.texi (g++): "g++" is not a script anymore.
1696 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1698         * function.c (round_down): Delete obsolete prototype.
1700         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
1702 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
1704         * configure.in: Use 'test a = b' not 'test a == b'.
1705         * configure: Regen.
1707         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
1709         * Makefile.in: Remove all references to HOST_INTLLIBS.
1711         * cpplex.c (parse_name): Don't warn about $ in identifiers if
1712         skipping.
1714 2000-06-20  Philipp Thomas  <pthomas@suse.de>
1716         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
1717         for PA 2.0.
1719 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1721         * Take REG_INC notes into account.
1723 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
1725         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
1726         (primary: IDENTIFIER): Just call build_external_ref.
1727         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
1728         Regenerate.
1729         * c-lex.c (lastiddecl): Remove.
1730         (yylex): Replace all instances of lastiddecl with local
1731         variables.
1733         * c-typeck.c (build_external_ref): New function.  Treat decls
1734         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
1735         Look up the decl from the id here.  Call lookup_objc_ivar.
1736         * c-lang.c (lookup_objc_ivar): Stub.
1737         * objc/objc-act.c (lookup_objc_ivar): New function.
1739         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
1740         * c-lex.h: Don't declare lastiddecl.
1742 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
1744         * c-common.h (IF_COND): Added documentation.
1745         (THEN_CLAUSE): Likewise.
1746         (ELSE_CLAUSE): Likewise.
1747         (WHILE_COND): Likewise.
1748         (WHILE_BODY): Likewise.
1749         (DO_COND): Likewise.
1750         (DO_BODY): Likewise.
1751         (RETURN_EXPR): Likewise.
1752         (EXPR_STMT_EXPR): Likewise.
1753         (FOR_INIT_STMT): Likewise.
1754         (FOR_COND): Likewise.
1755         (FOR_EXPR): Likewise.
1756         (FOR_BODY): Likewise.
1757         (SWITCH_COND): Likewise.
1758         (SWITCH_BODY): Likewise.
1759         (CASE_LOW): Likewise.
1760         (CASE_HIGH): Likewise.
1761         (GOTO_DESTINATION): Likewise.
1762         (COMPOUND_BODY): Likewise.
1763         (ASM_CV_QUAL): Likewise.
1764         (ASM_STRING): Likewise.
1765         (ASM_OUTPUTS): Likewise.
1766         (ASM_INPUTS): Likewise.
1767         (ASM_CLOBBERS): Likewise.
1768         (DECL_STMT_DECL): Likewise.
1769         (STMT_EXPR_STMT): Likewise.
1770         (LABEL_STMT_LABEL): Likewise.
1772         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
1773         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
1774         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
1775         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1777 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1779         * configure.in (--enable-checking): Update --help doc to reflect
1780         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
1782 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1784         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
1786         * function.c (put_var_into_stack): Don't reference DECL_ fields
1787         if input is a SAVE_EXPR.
1788         Use set_mem_attributes in COMPLEX case.
1790 2000-06-18  Richard Henderson  <rth@cygnus.com>
1792         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
1793         (ia64_file_start): Declare.
1794         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
1795         (GR_REGNO_P): Likewise.
1796         * config/ia64/ia64.c: Many prototypes.
1797         (ia64_reg_numbers): Constify.
1798         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
1799         (ia64_section_threshold): Make unsigned.
1800         (ia64_print_operand): Constify.
1801         (fix_range): Constify.
1802         (ia64_init_builtins): Don't compare signed vs unsigned.
1803         (ia64_expand_builtin): Likewise.
1805         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
1806         (CONSTRAINT_OK_FOR_Q): New.
1807         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
1808         (movsf_internal, movdf_internal): Likewise.
1809         (cmovdi_internal): Rewrite so that constraints and predicates match;
1810         simplify splitters.
1811         (cmovsi_internal): Likewise.
1813         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
1814         (ASM_FILE_START): New.
1815         * config/ia64/ia64.c (ia64_file_start): New.
1816         (rtx_needs_barrier): Handle pred.rel.mutex.
1817         (emit_predicate_relation_info): New.
1818         * config/ia64/ia64.md (pred_rel_mutex): New.
1819         * config/ia64/linux.h (ASM_SPEC): Define.
1820         * config/ia64/sysv4.h (ASM_FILE_START): Define.
1822         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
1823         filtering global register variables.
1825 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1827         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
1829 2000-06-17  Michael Meissner  <meissner@redhat.com>
1831         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
1832         not present and there is a field after a '-'.
1834 2000-06-17  Bruce Korb  <bkorb@gnu.org>
1836         * fixinc/check.tpl:  finish the implementation of multiple tests
1837         for a single fix
1838         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
1839         (io_quotes_def): add a second test
1840         (various): reorder `files' so that "limits.h" is never first
1841         * fixinc/tests/base/*: update the testing output
1843 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1845         * gcc.texi: Remove reference to stupid.c.
1847 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
1849         * c-common.c (c_tree_code_type): New array.
1850         (c_tree_code_length): Likewise.
1851         (c_tree_code_name): Likewise.
1852         (add_c_tree_codes): New function.
1854         * c-common.h (add_c_tree_codes): Declare.
1855         (enum c_tree_code): New enum.
1857         * c-lex.c (init_parse): Added call to add_c_tree_codes.
1859 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1861         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
1862         select pattern to also match macro defs with only one argument.
1864 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
1866         * i386.md: Create new [right,left] rotate and right shift
1867         patterns to optimize shift by 1 bit for certain ia32 processors.
1868         Update patterns which perform left shifts to optimize shift by
1869         1 bit for certain ia32 processors.
1870         * i386.c (const_int_1_operand): New predicate.
1871         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
1872         * i386-protos.h (const_int_1_operand): Prototype.
1874 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1876         * mips.c (machine_dependent_reorg): Fix braces for nested if.
1878 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
1880         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
1881         LABEL_REFs.
1883 2000-06-14  Richard Henderson  <rth@cygnus.com>
1885         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
1887         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
1888         auto-inc code.
1890         * print-rtl.c (print_rtx): Emit space before mem alias set.
1892 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
1894         * rs6000.c (expand_block_move): Fix typo in earlier change.
1895         (print_operand): Remove unused variables neg and op.
1896         (toc_hash_mark_entry): Fix prototype.
1898 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
1900         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
1901         (THEN_CLAUSE): Likewise.
1902         (ELSE_CLAUSE): Likewise.
1903         (WHILE_COND): Likewise.
1904         (WHILE_BODY): Likewise.
1905         (DO_COND): Likewise.
1906         (DO_BODY): Likewise.
1907         (RETURN_EXPR): Likewise.
1908         (EXPR_STMT_EXPR): Likewise.
1909         (FOR_INIT_STMT): Likewise.
1910         (FOR_COND): Likewise.
1911         (FOR_EXPR): Likewise.
1912         (FOR_BODY): Likewise.
1913         (SWITCH_COND): Likewise.
1914         (SWITCH_BODY): Likewise.
1915         (CASE_LOW): Likewise.
1916         (CASE_HIGH): Likewise.
1917         (GOTO_DESTINATION): Likewise.
1918         (COMPOUND_BODY): Likewise.
1919         (ASM_CV_QUAL): Likewise.
1920         (ASM_STRING): Likewise.
1921         (ASM_OUTPUTS): Likewise.
1922         (ASM_INPUTS): Likewise.
1923         (ASM_CLOBBERS): Likewise.
1924         (DECL_STMT_DECL): Likewise.
1925         (STMT_EXPR_STMT): Likewise.
1926         (LABEL_STMT_LABEL): Likewise.
1927         (SCOPE_BEGIN_P): Likewise.
1928         (SCOPE_END_P): Likewise.
1929         (SCOPE_STMT_BLOCK): Likewise.
1930         (SCOPE_NULLIFIED_P): Likewise.
1931         (SCOPE_NO_CLEANUPS_P): Likewise.
1932         (SCOPE_PARTIAL_P): Likewise.
1933         (ASM_VOLATILE_P): Likewise.
1934         (STMT_LINENO): Likewise.
1935         (STMT_LINENO_FOR_FN_P): Likewise.
1937         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
1938         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
1939         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
1940         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
1941         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
1943         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
1945 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
1947         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
1948         writable in parts of the GCC code.
1950         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
1951         specification match cast.
1953 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
1955         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
1956         * configure, config.in: Rebuilt.
1957         * sys-protos.h: Similarly.
1959 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
1961         * ifcvt.c (EDGE_COMPLEX): Move definition ...
1962         * basic-block.h (EDGE_COMPLEX): ... here.
1964         * loop.c (check_dbra_loop): Specify the register when
1965         generating REG_NONNEG notes and don't generate duplicates.
1967 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1969         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
1970         (struct tree_type, struct tree_decl): Add user_align member.
1971         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
1972         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
1973         and DECL_USER_ALIGN 0, cap alignment to this value.
1974         (place_field): Likewise.
1975         (finalize_type_size): Set TYPE_USER_ALIGN.
1976         (layout_type): Likewise.
1977         (initialize_sizetypes): Likewise.
1978         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
1979         DECL_USER_ALIGN to 1.
1980         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
1981         (xfer_tag): Set TYPE_USER_ALIGN.
1982         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1983         (finish_enum): Likewise.
1984         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
1985         (expand_anon_union_decl): Likewise.
1986         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1987         (build_index_type): Set TYPE_USER_ALIGN.
1988         (build_range_type): Likewise.
1989         (build_common_tree_nodes_2): Likewise.
1990         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
1992 2000-06-13  Andreas Jaeger  <aj@suse.de>
1994         * configure.in: Use --enable-checking=misc,tree,gc by default if
1995         no --enable-checking option is given and for
1996         --enable-checking=yes.
1997         * configure: Rebuilt.
1999 2000-06-13  Richard Henderson  <rth@cygnus.com>
2001         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2002         (__throw): Don't pass the address of a label.
2004         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2005         current_function_is_leaf.
2006         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2007         instead of reg_names[RETURN_ADDRESS_REGNUM].
2008         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2009         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2010         from RETURN_ADDRESS_REGNUM.  Update all uses.
2011         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2012         zero instead of null on failure.
2013         (ELIMINABLE_REGS): Add ra->b0 elimination.
2014         (CAN_ELIMINATE): Update accordingly.
2015         (INITIAL_ELIMINATION_OFFSET): Likewise.
2016         (REGISTER_NAMES): Use an illegal assembler name for
2017         RETURN_ADDRESS_POINTER_REGNUM.
2019 2000-06-13  Richard Henderson  <rth@cygnus.com>
2021         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2022         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2023         (REG_CLASS_NAMES): Likewise.
2024         (REG_CLASS_CONTENTS): Likewise.
2025         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2026         (HARD_REGNO_MODE_OK): Remove references to them.
2027         (REGNO_REG_CLASS): Likewise.
2028         (REG_CLASS_FROM_LETTER): Likewise.
2029         (CLASS_MAX_NREGS): Likewise.
2030         (REGISTER_MOVE_COST): Likewise.
2031         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2032         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2033         (movqi_internal): Special case moves from zero.
2034         (movhi_internal, movsi_internal): Likewise.
2035         (movdi_internal): Likewise.  Fill out "f" constraints.
2036         (movsf_internal): Fill out "r" constraints.
2037         (movdf_internal): Likewise.
2039 2000-06-13  Richard Henderson  <rth@cygnus.com>
2041         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2042         alive before reload.
2044         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2045         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2046         (remove_dependence): Always define.
2047         (set_sched_group_p): New.
2048         (sched_analyze_2): Use it.
2049         (sched_analyze_insn): Don't special-case naked uses.  Look for
2050         and extend in_post_call_group_p.
2051         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2052         (init_deps): Clear in_post_call_group_p.
2054 2000-06-13  Richard Henderson  <rth@cygnus.com>
2056         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2057         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2058         and hard-coded tests.
2059         (simplify_set): Likewise.
2060         (gen_lowpart_for_combine): Likewise.
2061         * emit-rtl.c (gen_lowpart_common): Likewise.
2062         * global.c (find_reg): Likewise.
2063         * local-alloc.c (find_free_reg): Likewise.
2064         * recog.c (register_operand): Likewise.
2065         * regclass.c (init_reg_sets_1): Likewise.
2066         (record_operand_costs, regclass): Likewise.
2067         * reload.c (push_reload): Likewise.
2068         * reload1.c (choose_reload_regs): Likewise.
2069         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2070         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2071         Update all references.
2072         * regs.h (struct reg_info_def): Likewise.
2073         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2074         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2075         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2077         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2078         (CLASS_CANNOT_CHANGE_MODE_P): New.
2079         * config/mips/mips.h: Likewise.
2080         * config/pa/pa32-regs.h: Likewise.
2081         * config/pa/pa64-regs.h: Likewise.
2082         * config/rs6000/rs6000.h: Likewise.
2083         * config/sh/sh.h: Likewise.
2084         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2085         (CLASS_CANNOT_CHANGE_MODE_P): New.
2086         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2087         * config/d30v/d30v.h: Likewise.
2089 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2091         * configure.in: Add AC_TYPE_GETGROUPS test.
2092         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2093         * configure: Rebuilt.
2094         * config.in: Rebuilt.
2096 2000-06-13  Richard Henderson  <rth@cygnus.com>
2098         * explow.c (set_mem_attributes): Do nothing for NULL type.
2100 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2102         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2103         correctly.
2105 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2107         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2109 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2111         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2113 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2115         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2116         * configure: Rebuilt.
2118 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2120         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2121         We now default to ELF for the i386, and a.out is the special case.
2122         * configure:  Rebuilt.
2124 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2126         * final.c (final_scan_insn): Delete notes between cc0 setter and
2127         user when restarting from setter.
2129 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2131         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2132         cast to squelch signed/unsigned warnings.
2134 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2136         * cpplib.c (handle_directive): Print non-NUL-terminated string
2137         with %.*s.
2139 2000-06-12  Michael Meissner  <meissner@redhat.com>
2141         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2142         path if the machine needs extra support to do conditional
2143         execution.
2145 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2147         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2148         to print the alias set.
2149         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2151 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2153         * config/float-vax.h: Add GFLOAT defines.
2155 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2157         * configure.in: Update tm dependencies for MPE.
2158         * configure: Rebuilt.
2160 2000-06-12  H.J. Lu  <hjl@gnu.org>
2162         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2164 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2166         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2167         (CPP_SPEC): Change mthreads to pthread.
2168         (LIB_SPEC): Likewise.
2169         (STARTFILE_SPEC): Likewise.
2170         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2171         (CPP_SPEC): Change mthreads to pthread.
2172         (LIB_SPEC): Likewise.
2173         (STARTFILE_SPEC): Likewise.
2174         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2175         * rs6000.c (reg_or_arith_cint_operand): New.
2176         (num_insns_constant_wide): Decorate unsigned constant.
2177         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2178         * rs6000.md (addsi3): Use new predicate.
2179         (subsi3, adddi3, subdi3): Likewise.
2181 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2183         * c-common.c (lang_get_alias_set): Fix typo.
2185 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2187         * flow.c (mark_used_regs): Revert last change.
2188         (life_analysis): Remove PROP_AUTOINC if running after reload.
2189         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2191 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2193         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2194         has run.
2196 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2198         * bb-reorder.c (build_scope_forest): Initialize variable
2199         `curr_scope'.
2201         * calls.c (expand_call): Likewise for variables
2202         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2204         * i386.c (function_arg_advance, function_arg): Cast to avoid
2205         signed/unsigned warnings.
2207         * i386.h (MEMORY_MOVE_COST): Likewise.
2209         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2210         `else_start' and `else_end'.
2212         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2214         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2216 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2218         * Makefile.in (libintl.a): Depend on intl.all.
2220 2000-06-09  H.J. Lu  (hjl@gnu.org)
2222         * Makefile.in (c-parse.o): Also depend on output.h.
2224 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2226         * mcore-protos.h: discards const warning removal.
2227         * mcore.c: discards const warning removal.
2229 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2231         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2232         the beginning of the file.
2234 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2236         * real.h:  Add prototype for ldexp.
2238 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2240         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2241         it ggc_alloc, drop second argument, never clear returned memory.
2242         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2243         (ggc_alloc_cleared): New.
2244         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2245         ggc_alloc_obj.  Remove ggc_alloc macro.
2246         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2248         * rtl.c (rtvec_alloc): Clear the vector always.
2249         (rtx_alloc): Clear the first word always.  Remove dirty
2250         obstack tricks (this routine is no longer a bottleneck).
2251         * tree.c (make_node): Clear the new node always.
2252         (make_tree_vec): Likewise.
2253         (tree_cons): Clear the common structure always.
2254         (build1): Likewise; also, clear TREE_COMPLEXITY.
2255         * gengenrtl.c: Use puts wherever possible.  Remove extra
2256         newlines.
2257         (gendef): Clear the first word of an RTX in the generator
2258         function, irrespective of ggc_p.  Initialize '0' slots to
2259         NULL.
2260         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2261         thin wrapper macro around obstack_alloc.
2263         * stmt.c (expand_fixup): Use ggc_alloc.
2264         * c-typeck.c (add_pending_init): Use ggc_alloc.
2265         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2266         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2267         const0_rtx when it is created.
2268         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2269         we are not in a function.
2271         * tree.c (tree_class_check_failed): Make second arg an int.
2272         * tree.h: Update prototype.
2274 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2276         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2277         of an error_mark_node.
2279 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2281         * config/avr/avr.c (asm_output_section_name): bugfix.
2283 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2285         * timevar.def: Add TV_EXPAND.
2286         * timevar.c (timevar_print): Update timing information.
2287         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2289         * stmt.c (expand_return): Check for error_mark_node.
2291 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2293         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2295         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2296         variable against filename expansion when it contains "char *".
2298         * system.h (SSIZE_MAX): Delete backup definition.
2300         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2301         instead of SSIZE_MAX.
2303 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2305         * configure.in: Check whether gas supports -relax.
2306         * configure, config.in: Rebuilt.
2307         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2308         (EXTRA_SPECS): Add asm_relax.
2309         (ASM_SPEC): Add %(asm_relax).
2310         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2311         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2312         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2313         (ASM_SPEC): Add %(asm_relax).
2314         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2315         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2316         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2317         instead of mov, so that gas can further optimize it.
2319 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2321         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2322         size_of_sleb128.
2323         (value_format, case dw_val_class_const): Use sdata format.
2324         (output_die): Call output_sleb128.
2326 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2328         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2329         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2330         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2331         (output_die, case dw_val_class_unsigned_const): Correct call to
2332         ASM_OUTPUT_DWARF_DATA8.
2333         (output_die, case dw_val_class_long_long): Use
2334         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2335         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2336         pos is zero.
2338         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2339         (output_function_prologue): Fix mispelling.
2340         (output_function_prologue, output_function_epilogue): Reorder to
2341         match ia64.c definition order.
2342         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2343         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2344         Use r3 instead of r2 for large stack restores.
2345         (ia64_output_end_prologue): New function.
2346         (process_set): Emit ".restore sp" for epilogue stack restores.
2347         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2349 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2351         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2352         incomplete types.
2354 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2356         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2358 2000-06-08  Denis Perchine <dyp@perchine.com>
2360         * frame.c (start_fde_sort): Don't malloc (0).
2362 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2364         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2365         error_mark_node.
2366         * print-tree.c (print_node): The transparent_union_flag means
2367         different things for unions and arrays.  Do not inspect it
2368         with TYPE_TRANSPARENT_UNION.
2370 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2372         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2373         returned NULL.
2375 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2377         * config/avr/avr.c (asm_output_section_name): output section
2378         attributes.
2379         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2381 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2383         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2384         fields into header field.
2385         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2386         macros to access length, flags, and version info from header field.
2387         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2388         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2389         (__do_global_ctors_aux): Fix caller.
2390         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2391         prologue_flag to header.  Pass to read_P_record.
2392         (read_P_record): New argument header.  Implement P4 format.
2393         Multiply P7_T_SIZE by 16.
2394         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2395         get_unwind_record.  Copy r to region_header if r is a header record.
2396         (print_all_records): Likewise.
2397         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2398         (__get_personality, __get_except_table): Likewise.
2399         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2401 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2403         * configure.in (AC_C_INLINE): Added.
2404         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2405         * configure: Regenerate.
2407 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2409         * c-common.h (c_language_kind): New type.
2410         (c_language): New variab.e
2411         * c-common.c (lang_get_alias_set): Don't put structures in
2412         non-zero alias sets in C++.
2413         * c-decl.c (c_language): Define it.
2414         * c-lex.c (doing_objc_thang): Remove.
2415         * c-tree.h (doing_objc_thang): Make it a macro.
2416         * objc/objc-act.c (lang_decode_option): Set c_language, not
2417         doing_objc_thang.
2419 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2421         * diagnostic.c (output_maximum_width): Remove.
2422         (doing_line_wrapping): Tweak.
2423         (diagnostic_buffer): New object.
2424         (global_output_buffer): New object.
2425         (output_destroy_prefix): New function.
2426         (default_initialize_buffer): Likewise.
2427         (reshape_diagnostic_buffer): Likewise.
2428         (initialize_diagnostics): Likewise.
2429         (output_clear): Tweak.
2430         (line_wrapper_printf): Adjust call to init_output_buffer.
2431         (vline_wrapper_message_with_location): Likewise.  Use
2432         output_destroy_prefix.
2433         (v_message_with_decl): Likewise.
2435         * diagnostic.h (struct output_buffer): Constify prefix.
2436         (init_output_buffer, output_get_prefix): Constify.
2437         (diagnostic_message_length_per_line): Likewise.
2438         (reshape_diagnostic_buffer): Declare.
2439         (default_initialize_buffer): Declare.
2440         (initialize_diagnostics): Declare.
2441         (diagnostic_buffer): Declare new obbject.
2443         * toplev.c: #include diagnostic.h
2444         (display_help): Document diagnostic formatting options.
2445         (decode_f_option): Handle diagnostic formatting options.
2446         (main): Setup initialization for diagnostic messages outputter.
2448         * toplev.h (set_message_length): Remove.
2450         * Makefile.in (toplev.o): Depends upon diagnostic.h
2452         * invoke.texi : Document diagnostics formatting options.
2454 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2456         * configure.in (Make the links): Typo fix : the file that must be
2457         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2458         * configure: File rebuilt.
2460 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2462         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2463         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2464         space.
2465         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2466         emergency eh_context buffer, if malloc fails.
2467         (__eh_free): Moved from cp/exception.cc. Release to emergency
2468         eh_context buffer, if appropriate.
2470 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2472         * expr.c (store_expr): Fix typo.
2474 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2476         * m68k.c (legitimize_pic_address): Move prototype ...
2478         * m68k-protos.h (legitimize_pic_address): ... here.
2480         * m68k.md (legitimize_pic_address): Delete prototypes.
2481         (untyped_call): Invoke GEN_CALL(), not gen_call().
2483         * nextstep.c: Include system.h and toplev.h.
2484         (get_directive_line): Don't prototype.
2485         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2487         * nextstep.h (handle_pragma): Prototype.
2488         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2489         objc_section_init ...
2490         (EXTRA_SECTION_FUNCTIONS): ... here.
2492 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2494         * sdbout.c (struct sdb_file): NAME now const.
2495         (sdbout_init): input_file_name now const.
2496         (sdbout_start_new_source_file): FILENAME now const.
2497         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
2499 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2501         * c-typeck.c (build_conditional_expr): Handle complex data types.
2503 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2505         * explow.c (maybe_set_unchanging): New function, broken out from...
2506         (set_mem_attributes): Here.
2507         * expr.h: Declare it.
2508         * stmt.c (expand_decl): Call it.
2510 2000-06-05  Richard Henderson  <rth@cygnus.com>
2512         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
2513         while looking for a register to inherit from.
2515 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2517         * Makefile.in (libgcc.ready): Lose.
2518         (libgcc.mk): Just use mv, not move-if-change.
2519         (LIBGCC_DEPS): New macro.
2520         (libgcc.a): Use it.
2521         (stmp-multilib): Likewise.
2522         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
2523         it rather than the directories themselves.
2524         (LIB2ADD): Depend on the list file rather than 'force'.
2526         * fold-const.c (fold, case COND_EXPR): Elide conversion between
2527         cv-qualified versions of types.
2529 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2531         * config/sparc/sparc.c (short_branch): Correct error in range
2532         computation.
2534 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2536         * fixinc/inclhack.def: New include hacks for ultrix.
2537         * (nested_ultrix): Replaced by ultrix_nested_svc.
2538         * (ultrix_atof_param): test_text string added.
2539         * (ultrix_ifdef): Modified select string.
2541 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
2543         * objc/objc-act.c (generate_method_descriptors): Register
2544         objc_method_prototype_template as a GC root.
2545         (comp_method_with_proto): Register function_type as a GC root.
2546         (comp_proto_with_proto): Replace function_type1 and
2547         function_type2 with a two-element array; register it as a GC root.
2549         (generate_protocols, build_protocol_initializer,
2550         generate_protocol_list, build_category_initializer,
2551         build_shared_structure_initializer): Do not cache cast_type
2552         and/or cast_type2.
2554 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2556         * function.c (assign_parms): Add missing argument to set_mem_attributes
2557         call.
2559 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2561         * tree.h (VOID_TYPE_P): New macro.
2562         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
2563         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
2564         (get_parm_info): Likewise.
2565         (store_parm_decls): Likewise.
2566         (combine_parm_decls): Likewise.
2567         (finish_function): Likewise.
2568         * c-typeck.c (build_function_call): Likewise.
2569         (build_binary_op): Likewise.
2570         (build_conditional_expr): Likewise.
2571         (internal_build_compound_expr): Likewise.
2572         (convert_for_assignment): Likewise.
2573         * stmt.c (expend_expr_stmt): Likewise.
2574         (warn_if_unused_value): Likewise.
2575         (expand_return): Likewise.
2576         * c-parse.in (primary): Likewise.
2577         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
2578         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
2580 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2582         * alias.c (get_alias_set): If compnent is addressable, use alias
2583         set of component.
2584         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
2585         (grokdeclarator): Likewise.
2586         * c-typeck.c (common_type): Likewise.
2588 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
2590         * Makefile.in (OBJS): Remove dyn_string.o
2591         (dyn-string.o): Delete rule.
2592         * dyn-string.c: Delete file
2593         * dyn-string.h: Likewise.
2595 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2597         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
2598         subdir.
2600 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
2602         * alias.c (record_component_aliases): Don't inspect
2603         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
2605 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
2607         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
2608         it with the pattern to do machine dependent work.
2609         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
2610         use it to modify the true/false tests used in conditional
2611         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
2612         defined, invoke them if the conversion to conditional execution
2613         was successful or not.
2615         * tm.texi (IFCVT_MODIFY_TESTS): Document.
2616         (IFCVT_MODIFY_INSN): Ditto.
2617         (IFCVT_MODIFY_FINAL): Ditto.
2618         (IFCVT_MODIFY_CANCEL): Ditto.
2620 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
2622         * toplev.c (main): Fix misspellings of possibility and language.
2624 2000-06-03  Richard Henderson  <rth@cygnus.com>
2626         * alias.c (record_alias_subset): Initialize has_zero_child in the
2627         superset.
2629 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
2631         * arm.md (untyped_call): Use GEN_CALL macro.
2633 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
2635         * Makefile.in: Use $(MAKE) not "make"
2637 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2639         * alias.c (struct alias_set_entry): New field has_zero_child.
2640         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
2641         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
2642         do nothing.
2643         Call record_component_aliases for aggregate types.
2644         (record_alias_subset): Set has_zero_child.
2645         (record_component_aliases, case ARRAY_TYPE): Do nothing if
2646         TYPE_NONALIASES_COMPONENT.
2647         (record_component_aliases, case RECORD_TYPE): Test
2648         DECL_NONADDRESSABLE_P.
2649         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
2650         of TREE_ADDRESSABLE.
2651         * calls.c (initialize_argument_information): Only test
2652         TYPE_TRANSPARENT_UNION for UNION_TYPE.
2653         * function.c (assign_parms): Likewise.
2654         * integrate.c (function_cannot_inline_p): Likewise.
2655         * stor-layout.c (finish_record_layout): Don't call
2656         record_component_aliases.
2657         * tree.h (struct tree_int_cst): Use struct tree_common.
2658         (struct tree_real_cst, struct tree_string): Likewise.
2659         (struct tree_complex, struct tree_identifier): Likewise.
2660         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
2661         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
2662         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
2663         (TYPE_NONALIASES_COMPONENT): New macro.
2664         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
2665         (DECL_NONADDRESSABLE_P): New macro.
2666         (struct tree_decl): Reorder bits for clarity of how many left;
2667         add non_adressable.
2669 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
2671         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
2672         * mklibgcc.in (force): New target.
2673         Make LIB2ADD stuff depend on it.
2675 2000-06-02  Richard Henderson  <rth@cygnus.com>
2677         * alias.c (lang_get_alias_set): Remove.
2678         (get_alias_set): Call it directly, not indirectly.
2679         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
2680         * c-common.h (c_get_alias_set): Don't declare.
2681         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
2682         * expr.h (lang_get_alias_set): Declare as function, not pointer.
2684 2000-06-02  Bruce Korb  <bkorb@gnu.org>
2686         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
2687         (server_setup):  define the server's master pid
2688         (close_server):  actually do the deed IFF we are the server's master
2690 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
2692         * c-common.c (c_get_alias_set): Check whether signed_type did not
2693         return its argument before calling get_alias_set on the result.
2695 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
2697         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
2699 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2701         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
2702         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
2703         for TARGET_NOMACSAVE.
2704         (NOMACSAVE_BIT): Define.
2705         (TARGET_NOMACSAVE): Define.
2706         (TARGET_SWITCHES): Add "nomacsave".
2708 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
2710         * sh.md (untyped_call): Remove excess parameters
2712 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
2714         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
2715         match that used before the conversion to c_fix style.
2716         * fixinc/fixincl.x: regenerate
2718 2000-06-01  Stan Cox  <scox@cygnus.com>
2720         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
2721         macro argument typo.
2723 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
2725         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
2726         error message.
2727         * cpplib.c (parse_include): Remove support for VAX-C
2728         "#include starlet" misfeature.
2730 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
2732         * cppfiles.c: conditionally define O_BINARY.
2733         (open_include_file): pass O_BINARY to open().
2735 2000-06-01  Richard Henderson  <rth@cygnus.com>
2737         * i960.c (i960_br_predict_opcode): Remove.
2738         (i960_print_operand) [+]: Emit branch prediction hints.
2739         (i960_function_arg): Return early for VOIDmode.
2740         (i960_round_align): Return early for incomplete types.
2741         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2742         * i960.md (all conditional branches): Add "%+".
2744 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2746         * alias.c (get_alias_set): Don't call language-specific routine more
2747         than is needed and clean up code a bit.
2748         * c-common.c (c_get_alias_set): All references whose type
2749         is char get alias set 0, but character types need not.
2750         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
2751         (make_decl_rtl): Don't call it for FUNCTION_DECL.
2753 2000-06-01  Bruce Korb  <bkorb@gnu.org>
2755         * fixinc/tests/base/...: new base result files
2757 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
2759         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
2760         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
2761         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
2762         will use FCOMI.
2764 2000-06-01  Richard Henderson  <rth@cygnus.com>
2766         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
2768         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2770 2000-05-31  Richard Henderson  <rth@cygnus.com>
2772         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
2773         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
2774         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
2776 2000-05-31  Richard Henderson  <rth@cygnus.com>
2778         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
2779         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
2780         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
2781         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
2782         * config/ia64/ia64.md (all branch/call patterns): Use %+.
2784 2000-05-31  Richard Henderson  <rth@cygnus.com>
2786         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
2788 2000-05-31  Richard Henderson  <rth@cygnus.com>
2790         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
2791         remaining edges.
2792         (find_if_block): Allow THEN with no outgoing edges.
2793         * flow.c (merge_blocks_nomove): Remove a barrier not following
2794         a jump as well.
2796 2000-05-31  Richard Henderson  <rth@cygnus.com>
2798         * flow.c (propagate_block): Move initialization of mem_set_list ...
2799         (init_propagate_block_info): ... here.  Also track blocks with
2800         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
2802 2000-05-31  Richard Henderson  <rth@cygnus.com>
2804         * jump.c (jump_optimize_1): Revert 05-18 change.
2806 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
2808         * invoke.texi: Remove documentation for -fguiding-decls.
2810 2000-05-31  Richard Henderson  <rth@cygnus.com>
2812         * configure.in: Fix typo last change.
2814 2000-05-31  Philipp Thomas  <pthomas@suse.de>
2816         * configure.in (enable-nls): Enable if build == host, i.e. when
2817         not building a canadian cross compiler.
2818         (enable-maintainer-mode): Added for use with i18n.
2819         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
2820         cross section of ALL_LINGUAS and LINGUAS.
2821         * configure: Rebuild.
2823 2000-05-31  Bruce Korb  <bkorb@gnu.org>
2825         * fixinc/check.tpl: rework to use test result tree
2826         * fixinc/Makefile.in: change invocation of check script
2827         * fixinc/check.diff: No longer needed
2828         * fixinc/fixincl.x: regenerate
2829         * fixinc/inclhack.def:  add new tests
2830         * fixinc/tests/base/arch/i960/archI960.h:  New test result
2831         * fixinc/tests/base/curses.h: modified test result
2832         * fixinc/tests/base/stdio.h: ditto
2833         * fixinc/tests/base/time.h: ditto
2834         * fixinc/tests/base/sys/asm.h: ditto
2835         * fixinc/tests/base/sys/stat.h: ditto
2836         * fixinc/tests/base/sys/wait.h: ditto
2838 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
2840         * except.c (clear_function_eh_region): Do not free NULL.
2842 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2844         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2845         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
2846         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
2847         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
2848         (find_base_decl): New function, from c_find_base_decl in c-common.c.
2849         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
2850         (get_alias_set): Likewise.
2851         Major rework to do more things and allow language-specific code
2852         to just handle special-cases.
2853         (record_alias_subset): Args are HOST_WIDE_INT.
2854         (record_component_alias): Local vars are HOST_WIDE_INT.
2855         Don't handle COMPLEX_EXPR.
2856         (get_varargs_alias_set): Moved from builtins.c.
2857         (get_frame_alias_set): New function.
2858         * builtins.c (expand_builtin_return_address): Use frame alias set.
2859         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
2860         for setjmp buffer.
2861         (get_memory_rtx): Rework to use set_mem_attributes.
2862         (get_varargs_alias_set): Deleted from here.
2863         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
2864         (c_find_base_decl): Deleted from here.
2865         (c_get_alias_set): Remove many cases and rework to just handle
2866         C-specific cases.
2867         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
2868         * c-decl.c (rtl.h, expr.h): Now included.
2869         (init_decl_processing): Call record_component_aliases on array types.
2870         (grokdeclarator): Likewise.
2871         Set TREE_ADDRESSABLE for all fields that are not bitfields.
2872         * c-typeck.c (common_type): Call record_component_aliases for array.
2873         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
2874         Set all save areas to the frame alias set.
2875         * calls.c (initialie_argument_information): Call set_mem_attributes.
2876         (compute_argument_addresses, expand_call): Likewise.
2877         * explow.c (set_mem_attributes): New function.
2878         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
2879         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
2880         LEN and OFFSET now HOST_WIDE_INT.
2881         (clear_by_pieces): Similar changes.
2882         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
2883         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
2884         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
2885         (clear_by_pieces_1): Likewise.
2886         (emit_push_insn): Call set_mem_attributes.
2887         (expand_expr, case INDIRECT_REF): Likewise.
2888         (expand_expr, case VAR_DECL): Call change_address.
2889         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
2890         tree_low_cst.
2891         (get_varargs_alias_set, get_frame_alias_set): New decls.
2892         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
2893         (new_alias_set, set_mem_attributes): Likewse.
2894         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
2895         (assign_stack_temp_for_type): Likewise.
2896         Can split slot even if alias set since can copy.
2897         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
2898         (assign_temp): Use host_integerp and tree_low_cst.
2899         (put_var_into_stack): Properly handle SAVE_EXPR.
2900         (put_addressof_into_stack): Likewise.
2901         (assign_parms): Call set_mem_attributes.
2902         Delete #if 0 code.
2903         (fix_lexical_address): Put reference to chain into frame alias set.
2904         (expand_function_start): Call set_mem_attributes.
2905         * integrate.c (expand_inline_function): Likewise.
2906         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
2907         * regmove.c (try_apply_stack_adjustment): Likewise.
2908         * reload.c (push_reload, make_memloc): Likewise.
2909         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
2910         * rtl.def (MEM): Update comment.
2911         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
2912         (move_by_pieces): Change length to HOST_WIDE_INT.
2913         (record_base_value, record_alias_subset): Delete from here.
2914         * stmt.c (expand_decl): Call set_mem_attributes.
2915         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
2916         * toplev.c (compile_file): Call init_alias_once earlier.
2917         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
2918         from here: now in alias.c.
2919         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
2920         (struct tree_decl): Likewise.
2921         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
2922         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
2923         (output_constant_def, force_const_mem): Likewise.
2925         * flow.c (propagate_block): If block has no successors, stores to
2926         frame are dead if not used.
2928 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2930         * stmt (expand_end_case): Reorder conversion sequence for jump
2931         table to avoid extra truncations.
2933 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
2935         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
2936         in the block is more than just a simple conditional branch.
2937         (noce_process_if_block): Similarly.
2939 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
2941         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
2942         queue.
2944 2000-05-30  Michael Meissner  <meissner@redhat.com>
2946         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
2947         instructions.  Treat LO_SUM operations as loading the full integer
2948         constant.
2950 2000-05-30  Richard Henderson  <rth@cygnus.com>
2952         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
2954 2000-05-30  Richard Henderson  <rth@cygnus.com>
2956         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
2958 2000-05-30  Bruce Korb  <bkorb@gnu.org>
2960         * fixinc/tests/*:  Added expected result files for fixinc's make check
2961         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
2963 2000-05-30  Richard Henderson  <rth@cygnus.com>
2965         * config/alpha/alpha.md (*setne_internal): Use match_operator
2966         instead of working down from insn.
2968 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2970         * invoke.texi (-Wtraditional): Update WRT function macros.
2972 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
2974         * except.c (free_exception_table): Do not free NULL.
2976 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
2978         * cpplib.c (do_if): Don't save and restore only_seen_white here.
2979         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
2980         and skipping here.
2982 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
2984         * flow.c (mark_used_reg): If a register is unconditionally live,
2985         remove any conditional death information.
2987 2000-05-29  Richard Henderson  <rth@cygnus.com>
2989         * final.c (current_output_insn): New.
2990         (final_scan_insn): Set it.
2991         * output.h: Declare it.
2993 2000-05-29  Richard Henderson  <rth@cygnus.com>
2995         * stor-layout.c (finalize_record_size): Fix typo.
2997         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
2998         if nlabel is null.
3000 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3002         * cpplib.h (cpp_reader): Remove if_stack.  Change
3003         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3004         * cpphash.h (struct ihash): Change control_macro to a
3005         cpp_hashnode * and shorten name to cmacro.
3006         Add NEVER_REINCLUDE constant.
3008         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3009         Examine the cmacro node directly, no need to call cpp_defined.
3010         (_cpp_execute_include, read_include_file): Set cmacro to
3011         NEVER_REINCLUDE, not U"".
3012         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3013         (cpp_get_token): If pfile->skipping is true, discard text and
3014         keep scanning until we hit a directive; don't expand macros.
3016         * cpplib.c (struct if_stack): Remove if_succeeded, add
3017         was_skipping. Change control_macro to a cpp_hashnode * and
3018         shorten name to cmacro.  Remove typedef IF_STACK.
3019         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3020         (conditional_skip, skip_if_group,
3021         consider_directive_while_skipping): Delete.
3022         (push_conditional): New.
3023         (_cpp_handle_directive): Don't process directives other than
3024         conditionals if we are skipping.
3026         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3027         Update to new scheme.
3028         (validate_else): Skip rest of line here, unconditionally.
3029         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3030         pfile->skipping off.
3032         (all): Remove `scare quotes' from error messages.
3034 2000-05-29  Richard Henderson  <rth@cygnus.com>
3036         * function.c (emit_return_into_block): New line_note arg; emit it.
3037         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3038         for the close brace to accompany HAVE_return.  Move all line notes
3039         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3041 2000-05-29  Richard Henderson  <rth@cygnus.com>
3043         * longlong.h [__alpha] (count_leading_zeros): New.
3044         (count_trailing_zeros): New.
3045         (COUNT_LEADING_ZEROS_0): New.
3047         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3048         (alpha_split_conditional_move): New.
3049         * config/alpha/alpha-protos.h: Prototype them.
3050         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3051         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3052         * config/alpha/alpha.md: Update ffs cix commentary.
3053         (*ze_and_ne): New.
3054         (*nabssf2, *nabsdf2): New.
3055         (*mov[qhsd]icc_internal): Use add_operand.
3056         (if_then_else constant splitters): New.
3057         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3058         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3060 2000-05-29  Richard Henderson  <rth@cygnus.com>
3062         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3063         a constant to NEG or NOT when conditions allow.
3065         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3066         unless both args are general_operand.  Don't canonicalize plus
3067         to ior unless it helps.
3069         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3070         instead track register_life_up_to_date.  Toggle no_new_pseudos
3071         around if_convert.
3073 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3075         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3076         so output_operand doesn't see them.
3078 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3080         * lcm.c (make_preds_opaque): Fix comment.
3081         (optimize_mode_switching): Use NORMAL_MODE instead of
3082         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3083         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3084         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3085         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3086         (MODE_USES_IN_EXIT_BLOCK): Delete.
3087         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3088         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3089         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3090         (MODE_NEEDED): Don't look for USE.
3091         (EPILOGUE_USES): Define.
3093 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3095         * mklibgcc.in (all): Variable initialised to `libgcc'.
3097 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3099         * toplev.h (skip_leading_substring): New macro.
3100         * toplev.c (decode_f_option): Use skip_leading_substring instead
3101         of strncmp.
3102         (decode_W_option): Likewise.
3104 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3106         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3107         modify reg_names.
3109 2000-05-28  Richard Henderson  <rth@cygnus.com>
3111         * regclass.c (record_operand_costs): Protect reg_changes_size
3112         with CLASS_CANNOT_CHANGE_SIZE.
3114         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3116 2000-05-28  Richard Henderson  <rth@cygnus.com>
3118         * function.c (diddle_return_value): A pcc-style struct return
3119         returns a pointer.
3121 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3123         * cppfiles.c: Read files in, using mmap if possible, then
3124         prescan them separately.
3125         (read_file, read_with_read): New functions.
3126         * cpplex.c: Don't define UCHAR_MAX.
3127         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3128         the file here.
3130         * cppinit.c (handle_option): Automatically define __cplusplus,
3131         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3132         the respective -lang switch.
3134         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3135         prototype): Move to...
3136         * cpplib.h: ... here.  Rename struct hashnode to struct
3137         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3138         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3140 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3142         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3144         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3145         (class_can_change_size): New variable.
3146         (reg_changes_size): New variable.
3147         (init_reg_sets_1): Initialise class_can_change_size.
3148         (record_operand_costs): Remove subreg_changes_size.
3149         Don't pass it around.  Instead update reg_changes_size.
3150         (regclass): Initialise and free reg_changes_size.  If a register
3151         changes size, don't preference it to a class that contains
3152         registers that can't change size.
3153         (record_reg_classes): Don't look at subreg_changes_size.
3155 2000-05-27  Richard Henderson  <rth@cygnus.com>
3157         * print-rtl.c (reg_names): Remove const.
3158         * regclass.c (reg_names): Likewise.
3159         * regs.h (reg_names): Likewise.
3160         * hard-reg-set.h (reg_names): Likewise.
3162 2000-05-27  Richard Henderson  <rth@cygnus.com>
3164         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3166 2000-05-27  Richard Henderson  <rth@cygnus.com>
3168         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3169         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3170         (alpha_expand_prologue): Emit prologue_mcount if needed.
3171         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3172         * config/alpha/alpha.md (prologue_mcount): New.
3173         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3174         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3175         * config/alpha/netbsd.h: Likewise.
3177 2000-05-27  Richard Henderson  <rth@cygnus.com>
3179         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3180         change to config/elfos.h.
3182 2000-05-27  Richard Henderson  <rth@cygnus.com>
3184         * Makefile.in (resource.o): Depend on except.h.
3185         * except.h (output_exception_table_data): Prototype.
3186         * genconfig.c (gen_peephole2): Prototype.
3187         * genemit.c (main): Include ggc.h.
3188         * genoutput.c: Revert parts of last change: include errors.h
3189         (main): Set progname.
3190         * recog.c: Include hard-reg-set.h before recog.h.
3191         * resource.c: Include except.h.
3193         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3194         with RTX_CODE.
3195         (alpha_write_linkage): Protect with BUFSIZ.
3196         (alpha_need_linkage): Update prototype.
3197         * config/alpha/alpha.c (function_arg): Move VMS code here.
3198         (alpha_links_base): Remove.
3199         (alpha_links): New.
3200         (mark_alpha_links_node, mark_alpha_links): New.
3201         (alpha_write_one_linkage): New.
3202         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3203         (alpha_write_linkage): Use splay_tree_foreach.
3204         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3205         to get the linkage symbol.
3206         (call_value_vms): Likewise.
3207         * config/alpha/elf.h (output_file_directive): Remove decl.
3208         (ctors_section, dtors_section): Prototype.
3209         (sbss_section, sdata_section): Prototype.
3210         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3211         (readonly_section, link_section, literals_section): Prototype.
3212         (ctors_section, dtors_section): Prototype.
3213         (vms_valid_decl_attribute_p): Remove decl.
3214         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3216 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3218         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3220         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3221         substituting the REG in a (subreg:X (reg:Y ...)).
3223 2000-05-28  Neil Booth  <NeilB@earthling.net>
3225         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3226         first token of a line BOL.  Update EOF code for this.
3227         Remove illegal directive check - it appears in the (not
3228         yet committed) caller.
3229         * cpplib.h (BOL): New flag.
3231 2000-05-28  Neil Booth  <NeilB@earthling.net>
3233         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3234         (_cpp_free_toklist): No comment space to free.
3235         (expand_comment_space): Remove.
3236         (save_comment_space): Place the comment in the current token and
3237         not in a separate comment space.
3238         (_cpp_lex_line): Save comments during plain code and #define
3239         directives only.
3240         * cpplib.h (struct _cpp_toklist): Remove comment space.
3242 2000-05-28  Neil Booth  <NeilB@earthling.net>
3244         * cppexp.c (parse_assertion): Supply extra argument to
3245         _cpp_init_toklist.
3246         * cpplib.c (do_assert, do_unassert): Similarly.
3247         * cpphash.h (_cpp_init_toklist) Update.
3248         (_cpp_expand_token_space): New.
3249         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3250         * cpplex.c (_cpp_init_toklist): New argument.
3251         (parse_string2): New argument multiline_ok.
3252         (spell_token): Take a const cpp_token *.
3253         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3254         (SPELL_ macros): Replace with enum.
3255         (expand_token_space): Replace with _cpp_expand_token_space.
3256         Take COUNT argument.
3257         (IS_DIRECTIVE): Update.
3258         (_cpp_lex_line): Update token structure before parsing number.
3259         Don't assume start at beginning of token list.
3260         (save_comment): Use INIT_TOKEN_NAME.
3262 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3264         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3265         -Wmissing-prototypes.
3266         * configure: Regenerate.
3267         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3269         * builtins.c, calls.c: Change all instances of gen_call_* or
3270         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3271         * calls.c (struct_value_size_rtx): Separate definition from
3272         initialization to avoid unused variable warning.
3274         * genflags.c (gen_macro): New function.
3275         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3276         (gen_nonproto): Delete.
3277         (gen_insn): Put all insns on the same obstack.
3278         (main): Generate prototypes for everything unconditionally.
3280         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3281         out check for wchar_t.
3282         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3283         * system.h: Add infrastructure for defining missing
3284         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3285         definitions of UCHAR_MAX and SSIZE_MAX.
3286         * configure: Regenerate.
3287         * config.in: Regenerate.
3289         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3290         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3291         headers.
3292         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3293         libgcc2.a, or libgcc1.null.
3295 2000-05-27  Richard Henderson  <rth@cygnus.com>
3297         * Makefile.in (recog.o): Don't depend on resource.h.
3298         * recog.c: Don't include resource.h.
3299         (recog_last_allowed_insn): Remove.
3300         (recog_next_insn): Remove.
3301         (struct peep2_insn_data): New.
3302         (peep2_insn_data, peep2_current): New.
3303         (peep2_next_insn): New.
3304         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3305         (peep2_find_free_register): New.
3306         (peephole2_optimize): Track life information by insn as we go.
3307         * recog.h: Update declarations.
3308         * resource.c (find_free_register, reg_dead_p): Remove.
3309         * resource.h: Remove their declarations.
3310         * toplev.c: Include hard-reg-set.h before recog.h.
3312         * genconfig.c (max_insns_per_peep2): New.
3313         (gen_peephole2): New.
3314         (main): Call it.
3315         * genemit.c (output_peephole2_scratches): Generate calls to
3316         peep2_find_free_register; adjust surrounding code.
3317         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3318         * genrecog.c (change_state): Don't track last_insn.
3319         (write_action): Write into *_pmatch_len before accepting.
3320         (write_tree): Adjust peephole2_insns and subroutines to match.
3322         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3324         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3325         (hard_int_register_operand): New.
3326         * config/alpha/alpha-protos.h: Declare it.
3327         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3328         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3329         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3331 2000-05-27  Richard Henderson  <rth@cygnus.com>
3333         * function.c (thread_prologue_epilogue_insns): Don't move the
3334         line note at the head of the chain.  Only force a lineno note
3335         before the end of block 0.
3337 2000-05-27  Richard Henderson  <rth@cygnus.com>
3339         * gensupport.c (collect_insn_data): Record the maximum number
3340         of alternatives, not the last seen.
3342         * genoutput.c: Don't include errors.h.
3343         (struct data): Add lineno member.
3344         (have_error): New.
3345         (scan_operands): Use message_with_line instead of error.
3346         (validate_insn_alternatives): Likewise.
3347         (gen_insn): Accept and store the pattern's line number.
3348         (gen_peephole, gen_expand, gen_split): Likewise.
3349         (main): Don't set progname.  Pass line_no to gen_foo.
3351 2000-05-27  Richard Henderson  <rth@cygnus.com>
3353         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3354         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3355         * config/d30v/d30v.md (attr predicable): New.
3356         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3357         (andsi3*): Unify into one pattern.
3358         (iorsi3*, xorsi3*): Likewise.
3359         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3360         conditional return.
3361         (old cond_exec patterns): Remove.
3362         (define_cond_exec): New.
3364 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3366         * tree.h (TREE_CODE_LENGTH): New macro.
3367         * c-common.c (c_find_base_decl): Use it.
3368         * expr.c (safe_from_p): Likewise.
3369         * print-tree.c (print_node): Likewise.
3370         * tree.c (make_node, copy_node, get_identifier): Likewie.
3371         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3372         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3373         * fold-const.c (make_range): Likewise.
3374         (fold): Likewise; also use first_rtl_op.
3375         * c-iterate.c (collect_iterators): Use first_rtl_op.
3376         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3377         Use IS_EXPR_CODE_CLASS.
3378         (preexpand_calls): Likewise.
3379         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3380         and TREE_CODE_LENGTH.
3381         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3383 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3385         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3386         than '%1(%*)'.
3387         (movdi_internal64): Likewise.
3389         * config/rs6000/rs6000.md: Correct order of operands for DImode
3390         boolean patterns.
3392         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3393         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3394         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3395         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3396         boolean_operator for the boolean patterns without NOTs.
3398         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3399         from reg_or_u_cint_operand.  Change comment and behaviour.
3400         (logical_operand): Clean up, add assertion.
3401         (non_logical_cint_operand): Also check for
3402         reg_or_logical_cint_operand.
3403         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3404         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3405         in the expander.
3406         (xorsi3): Likewise.
3407         (iordi3): Likewise.
3408         (xordi3): Likewise.
3410 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3412         * tree.h (struct record_layout_info): Rename to (struct
3413         record_layout_info_s).
3414         * stor-layout.c (start_record_layout): Replace
3415         `record_layout_info' with `record_layout_info_s'.
3417 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3419         * flow.c (find_label_refs): New function.
3420         (find_basic_blocks_1): Call it for each alternative of a call
3421         placeholder.
3423 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3425         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3426         of get_pc.
3428 2000-05-25  Richard Henderson  <rth@cygnus.com>
3430         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3431         so strict about DImode.
3432         (alpha_swapped_comparison_operator): Likewise.
3433         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3434         any integer output mode.
3435         (*setcc_internal): Likewise.
3436         (*setcc_swapped_internal): Likewise.
3437         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3438         (*mov[qhs]icc_internal): New.
3439         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3441 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3443         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3445 2000-05-25  Richard Henderson  <rth@cygnus.com>
3447         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3448         Remove add_jump; add next; replace flags with visited.
3449         (rbd_init): Remove.
3450         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3451         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3452         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3453         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3454         (RBI): New.
3455         (reorder_index, reorder_last_visited): Remove.
3456         (skip_insns_after_block): Rewrite to use a switch.
3457         (get_common_dest): Remove.
3458         (chain_reorder_blocks): Remove.
3459         (record_effective_endpoints): Split out from reorder_basic_blocks.
3460         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3461         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3462         Only construct the reorder chain, do not move insns.  Try harder
3463         to tail recurse.
3464         (label_for_bb, emit_jump_to_block_after): New.
3465         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3466         and adjust the jump insns appropriately.  Fixup basic_block_info.
3467         (verify_insn_chain): Always define.
3468         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3469         in allocation size.
3470         (make_new_scope): Don't write zeros to calloc'd space.
3471         (build_scope_forest): Rely on xrealloc to DTRT.
3472         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3473         profile_arc_flag.  Streamline EH test.
3475         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3476         * basic-block.h: Declare them.
3478 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3480         * emit-rtl.c (reset_used_decls): New function.
3481         (unshare_all_rtl_again): Call it.
3483 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3485         * cpplex.c (maybe_macroexpand): Warn about function-like
3486         macros used in non-function context, if -Wtraditional.
3488 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3490         * recog.c (peephole2_optimize): Use INSN_P.
3492 2000-05-25  Richard Henderson  <rth@cygnus.com>
3494         * ifcvt.c (seq_contains_jump): New.
3495         (noce_try_store_flag_constants): Use it to fail conversion.
3496         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
3498 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3500         * except.h (can_throw): Declare it.
3501         * except.c (can_throw): Give it external linkage.
3502         * resource.c (find_dead_or_set_registers): Use can_throw.
3504 2000-05-25  Richard Henderson  <rth@cygnus.com>
3506         * flow.c (mark_set_1): Don't record conditionally dead memory.
3508 2000-05-25  Jan Hubicka  <jh@suse.cz>
3510         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
3511         and pc_set at the place of simplejump_p and condjump_p.
3512         * cse.c (record_jump_equiv): Likewise.
3513         * emit-rtl.c (emit): Likewise.
3514         * explow.c (find_next_ref): Likewise.
3515         * flow.c (tidy_fallthru_edge): Likewise.
3516         (init_propagate_block_info): Likewise.
3517         * gcse.c (delete_null_pointer_checks): Likewise.
3518         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
3519         dead_or_predicable): Likewise.
3520         * integrate.c (copy_insn_list): Likewise.
3521         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3522         for_each_insn_in_loop, check_dbra_loop, get_condition,
3523         insert_bct, load_mems): Likewise.
3524         * resource.c (find_dead_or_set_registers): Likewise.
3525         * sibcalls.c (simplejump_p): Likewise.
3526         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
3528 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
3530         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
3531         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
3532         when unaligned.
3533         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
3534         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
3535         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
3536         * rs6000.md: Name various internal patterns.
3538 2000-05-25  Jan Hubicka  <jh@suse.cz>
3540         * jump.c (invert_exp_1): Remove first argument, use pc_set
3541         to get the expression.
3542         (redirect_exp): Make static; redirect only the pc_set expression,
3543         remove first argument.
3544         (invert_exp): Remove first argument, make static.
3545         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
3546         any_onlyjump at most places where we originaly did condjump_p
3547         and simplejump_p.
3548         (jump_back_p, follow_jumps, thread_jumps): Likewise.
3549         (delete_barrier_succesors): Use pc_set.
3550         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
3551         calls of invert_exp and redirect_exp.
3552         * rtl.h (redirect_exp, invert_exp): Remove.
3553         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
3555 2000-05-25  Richard Henderson  <rth@cygnus.com>
3557         * stmt.c (expand_end_bindings): Fix thinko last change.
3559 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
3560             Andrew Haley  <aph@cygnus.com>
3562         * except.c  (func_eh_entry): Add emitted field.
3563         (new_eh_region_entry): Set emitted field to 0;
3564         (output_exception_table_entry): Only emit previously un-emitted data,
3565         and send it to the eh_data section.
3566         (output_exception_table): Break out common parts. Output
3567         exception table for entire compilation unit to eh_data section.
3568         (output_exception_table_data): Common parts of output_exception_table.
3569         Send output to eh_data section.
3570         (output_function_exception_table): Output exception table data for
3571         a single function to eh_data section.
3572         (free_exception_table): New external to free the table.
3573         * except.h (free_exception_table): Add prototype.
3574         (output_function_exception_table): Add prototype.
3575         * final.c (final_end_function): Output function exception table
3576         for IA64_UNWIND_INFO.
3577         (final_scan_insn): Emit any unwind directives for an insn.
3579         * frame-dwarf2.c: New file containing all DWARF 2 specific code
3580         from frame.c.
3581         * frame.c: Remove all DWARF 2 specific code.
3582         * config/ia64/frame-ia64.c: New file.
3583         (gthread_stuff): Make all gthread available with
3584         IA64_UNWIND_INFO.
3585         (dwarf_fde): Define an IA64 struct for dwarf_fde.
3586         (__register_frame_info, __register_frame): Move to common area of file.
3587         (__register_frame_info_table, __register_frame_table): Move to common i
3588         area.
3589         (__deregister_frame_info, __deregister_frame): Move to common area.
3590         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
3591         (read_uleb128): New version for ia64.
3592         (get_unwind_record): Read the next IA-64 unwind record.
3593         (read_R_record): Read a region header record.
3594         (process_a_b_reg_code): X record helper.
3595         (read_X_record): Read an X format record.
3596         (read_B_record): Read a B format record.
3597         (P3_record_types): List of record types matching the P3 format.
3598         (P7_record_types): List of record types matching the P7 format.
3599         (P8_record_types): List of record types matching the P8 format.
3600         (read_P_record): Read a P format record.
3601         (init_ia64_reg_loc): Set default fields for a register.
3602         (init_ia64_unwind_frame): Set defaults for all register records.
3603         (execute_one_ia64_descriptor): Execute one descriptor record.
3604         (rse_address_add): Calculate the position of a local reg in memory.
3605         (normalize_reg_loc): Turn a location descriptor into a memory address.
3606         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
3607         within a specified PC offset range.
3608         (get_real_reg_value): Given a register location, retrieve its value.
3609         (set_real_reg_value): Change the value of a register location.
3610         (copy_reg_value): Copy reg values, if needed.
3611         (copy_saved_reg_state): Copy all registers that need to be copied.
3612         (process_state_between): Normalize all frame register records that
3613         fall within the specified PC range.
3614         (frame_translate): Take a processed frame description, and turn
3615         everything into addresses.
3616         (build_ia64_frame_state ): Find and create frame state record for a PC.
3617         (get_personality): Get the personality routine for a given frame.
3618         (get_except_table): Get the exception table for a given frame.
3619         (record_name): Unwind record names for debugging.
3620         (print_record): Print and unwind record.
3621         (print_all_records): Print an entire unwind image.
3622         (__ia64_backtrace): Print a backtrace.
3623         (ia64_backtrace_helper): New function.
3624         (__register_frame_info_aux): New function.
3625         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
3627         * frame.h (enum unw_record_type): New unwind record types.
3628         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
3629         (struct unw_r_record, unwind_record): New unwind record structs.
3630         (struct unwind_info_ptr): Unwind information layout.
3631         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
3632         descriptors.
3633         (struct ia64_reg_loc): Register location description.
3634         (struct ia64_frame_state): Location of all registers in a frame.
3635         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
3636         * libgcc2.c (__ia64_personality_v1): Personality routine.
3637         (__calc_caller_bsp): Calculate the bsp register for the caller's
3638         frame.
3639         (ia64_throw_helper): Figure out who to return to and set up the
3640         registers.
3641         (__throw): Throw routine.
3643         * output.h (assemble_eh_align, assemble_eh_label): New functions
3644         to generate EH info where we want it.
3645         (assemble_eh_integer): New function.
3646         * toplev.c (compile_file): Output module level exception table for
3647         non-ia64 targets.
3648         (main): Set exceptions_via_longjump and flag_new_exceptions based
3649         on IA64_UNWIND_INFO too.
3651         * varasm.c (assemble_eh_label): Generate a label via
3652         ASM_OUTPUT_EH_LABEL if it has been specified.
3653         (assemble_eh_align): Generate an alignment directive via
3654         ASM_OUTPUT_EH_ALIGN if it has been specified.
3655         (assemble_eh_label): Generate an integer value via
3656         ASM_OUTPUT_EH_type if they have been specified.
3657         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
3658         (ia64_init_builtins): Add __builtin_ia64_bsp
3659         and __builtin_ia64_flushrs.
3660         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
3661         IA64_BUILTIN_FLUSHRS.
3662         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
3663         IA64_BUILTIN_FLUSHRS.
3665         * config/ia64/ia64.md (flushrs): New insn to flush the register
3666         stack.  Add to unspec list.
3668         * config/ia64/crtbegin.asm (frame_object): Change size.
3669         (__do_frame_setup_aux): New function.
3670         * config/ia64/crtend.asm: call __do_frame_setup_aux.
3671         * config/ia64/t-ia64 (LIB2ADDEH): Add.
3672         * Makefile.in (LIB2ADDEH): Add.
3673         (LIB2ADD): Use LIB2ADDEH.
3675 2000-05-24  Richard Henderson  <rth@cygnus.com>
3677         * recog.c (offsettable_address_p): If mode size is zero, assume
3678         BIGGEST_ALIGNMENT.
3680 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
3682         * configure.in: Check for -Wno-long-long option support and improve
3683         handling of warning CFLAGS for stages 1 and 2.
3684         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
3685         * configure: Regenerate.
3687 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
3689         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
3690         * contrib.texi: New file.
3692 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3694         * loop.c (basic_induction_var): Avoid double recording of an increment.
3696 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3698         * Back out this patch:
3699         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
3700           * loop.h (struct induction): Add multi_insn_incr.
3701           * loop.c (basic_induction_var): New multi_insn_incr argument.
3702           Set it if we search back through previous insns for the biv.
3703           (record_biv): New multi_insn_incr argument; fill in struct induction.
3704           (strength_reduce): Discard an iv with multiple bivs, any of
3705           which require multiple insns to increment.
3707         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
3709 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3711         * rtl.h (loc_mentioned_in_p): Declare.
3712         * reload.c (loc_mentioned_in_p): Moved from here...
3713         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
3714         Fix loop increment for 'E' handling.
3715         * loop.c (strength_reduce): When doing biv->giv conversion,
3716         take multi-insn biv increments into account.
3718 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
3720         * stmt.c (expand_end_bindings): Look through NOTEs to find a
3721         BARRIER.
3723 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
3725         * calls.c (expand_call): Handle cleanups in tail-recursion
3726         arguments analagously to cleanups in sibling calls.
3728 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3730         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
3731         All callers changed.
3733 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3735         * expr.c (expand_assignment, store_expr, expand_expr,
3736         expand_expr_unaligned): Set in_check_memory_usage while emitting
3737         chkr_check_addr libcall.
3739 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3741         * fold-const.c (extract_muldiv): When constructing a
3742         multiplier/divisor, do not expect const_binop to correctly
3743         determine if overflow has occured, so check explicitly.
3745 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
3747         * c-decl.c (build_enumerator): Don't modify the value's type,
3748         convert it.
3750 2000-05-24  Andreas Jaeger  <aj@suse.de>
3752         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
3754 2000-05-24  Eric Christopher <echristo@cygnus.com>
3756         * configure.in: Redefine inhibit_libc conditions.
3757         * libgcc2.c: Remove inhibit_libc conditional define.
3758         * configure: Regenerate.
3760 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
3762         * configure.in:  For --enable-languages=LIST, check for empty LIST.
3763         * configure:  Regenerate.
3765 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
3767         * pdp11.h (STACK_BOUNDARY): Define.
3769 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
3771         * ifcvt.c (if_convert): Update life info globally.
3773 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3775         * emit-rtl.c (unshare_all_decls): New function.
3776         (unshare_all_rtl): Call it.
3778 2000-05-23  Nick Clifton  <nickc@cygnus.com>
3780         * configure.in: Treat 'strongarm' as if it were 'arm' when
3781         determining cpu type.
3783         * configure: Regenerate.
3785         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
3786         where constant strings are involved.
3788         * config/arm/arm.h (arm_condition_codes): Change type to 'const
3789         char *'.
3791         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
3792         cases where constant strings are involved.
3794 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
3796         * config/sh/sh.c (gen_far_branch, split_branches): Update
3797         to reflect new prototypes for redirect_jump and invert_jump.
3798         (sh_insn_length_adjustment): Get rid of const warnings.
3800 2000-05-23  Kazu Hirata  <kazu@hxi.com>
3802         * invoke.texi (Options for Debugging Your Program or GCC): Update
3803         the names of dump files.
3805 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
3807         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
3808         * configure: Regenerated.
3810 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3812         * simplify-rtx.c (SIGN_EXTEND): New macro.
3813         (simplify_unary_operation, simplify_binary_operation,
3814         simplify_relational_operation): Use SIGN_EXTEND.  Make low
3815         halves of (low, high) pairs unsigned if they weren't already.
3816         (simplify_ternary_operation): Cast INTVAL to unsigned before
3817         comparing to a MODE_BITSIZE.
3819 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3821         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
3822         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
3824         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
3825         gcc_AC_NEED_DECLARATIONS.
3827         * dwarfout.c: Don't prototype time().
3829         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
3831         * system.h: Likewise.
3833         * toplev.c: Likewise.
3835 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3837         * c-decl.c (pushdecl): Invert sense of test for non-global types.
3839 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3841         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
3843 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
3845         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
3847 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3849         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
3850         (alpha_start_function): Never write ..ng label if VMS or NT.
3851         (alpha_align_insns): Remove GP_IN_USE arg.
3852         Alignment now unsigned.
3853         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
3854         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
3855         and two define_insn's.
3857 2000-05-22  Richard Henderson  <rth@cygnus.com>
3859         * combine.c (simplify_comparison): Use trunc_int_for_mode.
3861 2000-05-22  Richard Henderson  <rth@cygnus.com>
3863         * stor-layout.c (place_field): Change rli->size to rli->offset.
3865 2000-05-22  Richard Henderson  <rth@cygnus.com>
3867         * function.c (thread_prologue_and_epilogue_insns): Make sure
3868         existing line number notes appear after the prologue.
3870 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3872         * config/alpha/alpha.c (alpha_fnname): New static variable.
3873         (print_operand, case '~'): New case.
3874         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
3875         (alpha_start_function): Set alpha_fnname.
3876         Write "ng" label if no ldgp; don't write ldgp insn.
3877         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
3878         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
3880 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
3882         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
3883         on deleted labels.
3885 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
3887         * varasm.c (eh_frame_section): Revert change to argument list.
3889 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3891         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
3892         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
3894         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
3895         dangling "else" that causes "break" to be conditional.
3896         Also remove unneeded code at start.
3898 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
3900         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
3901         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
3902         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
3904 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
3906         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
3907         just one argument.
3909 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3911         * alias.c (record_component_aliases): New function.
3912         * tree.h: Clean up some declarations and comments.
3913         (record_component_aliases): New declaration.
3914         * tree.c (get_alias_set): If type and has alias set, use it.
3916 2000-05-22  Richard Henderson  <rth@cygnus.com>
3918         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
3919         IF_THEN_ELSE to a setcc form.
3920         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
3922 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3924         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
3925         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
3927 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3929         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
3930         not a PARALLEL.
3932 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3934         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
3935         * config/mn10300/mn10300.c (print_operand): Likewise.
3937         * final.c (split_double): Right shift of negative values is not
3938         portable.
3940         * ifcvt.c (if_convert): Scan and kill dead code.
3942         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
3944 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
3946         * diagnostic.c: Eliminate implicit int.
3947         * except.c, gcc.c: Add static prototypes.
3948         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
3949         * gensupport.c (process_rtx): Use XVEC to initialize vector
3950         slot of 'split'.
3952         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
3953         debug_reg_names instead of static reg_names.  If not, define
3954         global reg_names.
3955         * regclass.c: Don't define global reg_names unless
3956         DEBUG_REGISTER_NAMES is defined.
3958         * reload1.c (order_regs_for_reload): Remove unused variable.
3959         * varasm.c: Include output.h after defaults.h.  Define
3960         eh_frame_section as function of no args, not of unspecified args.
3962         * gcc.c: Constify argbuf; arguments to store_arg,
3963         process_command, main; elements of struct command and struct
3964         switchstr; local variables in execute, process_command, main.
3966 2000-05-20  Bruce Korb  <bkorb@gnu.org>
3968         * fixinc/inclhack.def:  many applications of c_fix=format + tests
3969         * fixinc/check.diff:  regenerated
3970         * fixinc/fixincl.x:  regenerated
3972 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3974         * alias.c: Clarify some comments.
3975         (record_base_value): REGNO is unsigned.
3976         * rtl.h (record_base_value): Likewise.
3978         * alias.c (aliases_everything_p): Don't special-case QImode here.
3979         * c-common.c (c_get_alias_set): Do it here.
3980         Handle BIT_FIELD_REF by getting alias info for arg.
3981         Use POINTER_TYPE_P.
3983 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
3985         * mklibgcc.in: Restore rule to create ${dir}.
3987 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
3989         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
3990         GCC_FOR_TARGET used by MULTILIBS.
3991         * mklibgcc.in: Make sure each .o file depends on the
3992         directory it will be in.
3993         Make the multilib directory depends libgcc.
3995 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
3997         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
3999 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4001         * fold-const.c (make_range): Handle degenerated intervals.
4002         Fixes c-torture/execute/991221-1.c
4004 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4006         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4007         * reload.c (find_equiv_reg): Likewise.
4008         * alias.c (init_alias_analysis): Likewise.
4009         Only call prologue_epilogue_contains on insns.
4010         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4011         * bb-reorder.c (hard-reg-set.h): Include earlier.
4012         * haifa-sched.c (hard-reg-set.h): Likewise.
4013         * ifcvt.c (hard-reg-set.h): Likewise.
4014         * local-alloc.c (hard-reg-set.h): Likewise.
4015         * loop.c (hard-reg-set.h): Likewise.
4016         * predict.c (hard-reg-set.h): Likewise.
4017         * regrename.c (hard-reg-set.h): Likewise.
4018         * flow.c (hard-reg-set.h): Likewise.
4019         (reg_set_to_hard_reg_set): New function.
4020         * bitmap.c (regs.h, basic-block.h): No longer include.
4021         (bitmap.h): Now include.
4022         * conflict.c (hard-reg-set.h): Include.
4023         * profile.c (hard-reg-set.h): Likewise.
4024         * print-rtl.c (hard-reg-set.h): Likewise.
4025         * sbitmap.c (hard-reg-set.h): Likewise.
4026         * toplev.c (hard-reg-set.h): Likewise.
4027         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4028         * hard-reg-set.h (reg_names): Now constant.
4029         * regs.h (reg_names): Likewise.
4030         * regclass.c (reg_names): Likewise.
4031         * loop.h (basic-block.h): No longer include.
4032         (bitmap.h): Now include.
4033         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4034         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4035         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4037 2000-05-19  Jan Hubicka  <jh@suse.cz>
4038             Richard Henderson  <rth@cygnus.com>
4040         * basic-block.h (struct edge_def): New field "count".
4041         (struct basic_block_def): Likewise.
4042         * flow.c (entry_exit_blocks): Add count fileds.
4043         (split_edge): Keep count information up-to-date.
4044         (dump_edge_info, dump_flow_info): Dump count fields.
4046         * final.c (count_instrumented_edges): Rename to edge from arc.
4047         (end_final): Update users.
4048         * profile.c: Include expr.h, basic-block.h.
4049         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4050         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4051         (ignore_next_note, return_label_execution_count): Kill.
4052         (bbg_file_name, da_file_name): Kill.
4053         (edge_info, bb_info): New structures.
4054         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4055         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4056         (total_num_edges_instrumented): Likewise.
4057         (init_arc, expand_spanning_tree): Kill.
4058         (fill_spanning_tree, tablejump_entry_p): Kill.
4059         (instrument_edges):  Rewrite from instrument_arcs to use
4060         commit_edge_insertions infrastructure.
4061         (compute_branch_probabilities): Remove arguments; rewrite for
4062         CFG infrastructure; use rtl_dump_file directly.
4063         (branch_prob, find_spanning_tree): Likewise.
4064         (union_groups, find_group): New.
4065         (init_branch_prob): Make bbg_file_name and da_file_name local.
4066         (end_branch_prob): Use rtl_dump_file directly.
4067         (init_edge_profiler): Rename to edge from arc.
4068         (output_arc_profiler): Kill.
4069         (gen_edge_profiler): New.
4070         (output_func_start_profiler): Turn off profiling.  Make the
4071         constructor static when we can.
4072         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4074         * toplev.c (DFI_flow): Remove.
4075         (DFI_cfg, DFI_life): New.
4076         (dump_file): Update accordingly.
4077         (compile_file): Call end_branch_prob if profile_arc_flag too.
4078         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4079         profiling after the CFG is built.  Move flow1 life analysis to
4080         DFI_life.  Always estimate remaining probabilities.
4082 2000-05-19  Richard Henderson  <rth@cygnus.com>
4084         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4086         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4088 2000-05-19  Richard Henderson  <rth@cygnus.com>
4090         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4091         remove labels and code following when LABEL_NUSES goes to zero.
4092         (invert_jump): Likewise.
4093         (jump_optimize_1): Fix redirect/invert arguments.
4094         (do_cross_jump, thread_jumps): Likewise.
4095         * flow.c (split_edge): Likewise.
4096         * reorg.c (optimize_skip): Likewise.
4097         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4098         * profile.c (instrument_arcs): Likewise.
4099         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4100         * rtl.h: Update prototypes.
4102 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4104         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4105         notes.
4106         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4107         critical edges.
4109 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4111         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4112         past l1 when deleting whitespace and markers.
4114         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4115         * cpplib.c (do_unassert): Put the list to compare against on
4116         the stack.
4118 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4120         * fixinc/README:  cleaned up old documentation
4121         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4122         * fixinc/check.tpl: compute the list of needed directories
4123         emit "#if defined(name)" because of conflict
4124         omit machine name differences from output differences
4125         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4126         (machine_name): change test text to use `sed' markers
4127         * fixinc/fixincl.x: regen
4129 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4131         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4132         a CONSTRUCTOR.
4134 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4136         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4137         it to match the current practice.
4139 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4141         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4143 2000-05-18  Richard Henderson  <rth@cygnus.com>
4145         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4146         * rtl.h (insn_dependant_p): Declare it.
4147         * loop.c (strength_reduce): Use it.
4149 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4151         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4152         16-bit and 64-bit clean-up.
4154 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4156         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4157         * configure: Rebuilt.
4159 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4161         * genopinit.c: Use $ for escape sequences in optab patterns.
4162         Remove backslashes from optab patterns.  Change $A, $B, $C to
4163         expand to (int) whatever instead of just whatever; remove
4164         explicit (int) from all optab patterns.
4166         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4167         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4168         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4169         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4170         xstrdup.
4172 2000-05-18  Richard Henderson  <rth@cygnus.com>
4174         * jump.c (jump_optimize_1): Base minimum insn count during
4175         find_cross_jump on BRANCH_COST.
4177 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4179         * print-rtl.c (print_rtx): Only print note line number as string
4180         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4181         * final.c (final_scan_insn): Do nothing for note line number 0.
4183 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4185         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4186         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4187         NOTE_INSN_DELETED_LABEL.
4189 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4191         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4192         uninitialised data in .rodata not .bss, and do not interpret an
4193         error in the initialisation value as meaning that the variable
4194         should be placed in the .bss section.
4196 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4198         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4199         not `$ac_cv_prog_cc_cc_c_o'.
4200         * configure: Regenerated.
4202 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4203             Richard Henderson  <rth@cygnus.com>
4205         * c-common.h (enum c_tree_index): Add g77 type entries.
4206         (g77_integer_type_node, g77_uinteger_type_node): New.
4207         (g77_longint_type_node, g77_ulongint_type_node): New.
4208         * c-decl.c (init_decl_processing): Initialize them.
4210 2000-05-18  Richard Henderson  <rth@cygnus.com>
4212         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4214         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4215         (small_power_of_two): Likewise; use exact_log2.
4216         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4217         (output_adds_subs): Remove.
4218         (two_insn_adds_subs_operand): New.
4219         (split_adds_subs): New.
4220         * config/h8300/h8300-protos.h: Update.
4221         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4222         (CONST_OK_FOR_L): Match strict adds operands.
4223         (CONST_OK_FOR_N): Match struct subs operands.
4224         * config/h8300/h8300.md (adds_subs insns): Remove.
4225         (addhi patterns): Output adds/subs directly.
4226         (addsi_h8300h): Likewise.
4227         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4229 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4231         * cppexp.c (parse_assertion): New.
4232         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4233         (_cpp_parse_expr): Remove case '#'.  Don't set
4234         parsing_if_directive.
4235         * cpphash.c (collect_objlike_expansion,
4236         collect_funlike_expansion, collect_params,
4237         _cpp_create_definition): The list no longer has a trailing
4238         VSPACE token.
4239         * cpphash.h (enum node_type): Add T_ASSERTION.
4240         (struct hashnode): Remove aschain, add pred.
4241         (struct predicate): New.
4242         Update prototypes.
4244         * cpplex.c (expand_token_space): Handle both offset and
4245         nonoffset lists.
4246         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4247         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4248         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4249         _cpp_equiv_toklists): New.
4250         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4251         stop at any single-character token, not just newline.
4252         (_cpp_lex_token): Remove special cases for #define and #if.
4253         (cpp_get_token): Expect # as a separate token type.  Remove
4254         DIRECTIVE case.
4255         (_cpp_get_directive_token): Remove DIRECTIVE case.
4256         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4258         * cpplib.c (_cpp_check_directive): Set dirno and
4259         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4260         (_cpp_handle_directive): Run # <number> through the same logic
4261         as normal directives.
4262         (do_define): Don't set parsing_define_directive.  Use
4263         _cpp_scan_until.  The list does not have a VSPACE at the end.
4264         (do_if): Save, clear, and restore only_seen_white around
4265         _cpp_parse_expr.
4266         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4267         (do_assert, do_unassert): Rewrite.
4269         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4270         (LIST_OFFSET): New flag.
4271         (struct cpp_toklist): Replace dir_handler and dir_flags with
4272         dirno and flags.
4273         (struct cpp_reader): Remove parsing_if_directive and
4274         parsing_define_directive.
4276 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4278         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4279         following the cabs decl which terminate on the following line.
4280         Add the corresponding test_text case.
4282 2000-05-18  Neil Booth  <NeilB@earthling.net>
4284         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4285         default tab stop size.
4286         (no_num, OPT_ftabstop): New.
4287         (handle_option): Handle "ftabstop=" command-line option.
4288         (print_help): Document it.
4289         * cpplex.c (COLUMN): Remove.
4290         (handle_newline): Reset col_adjust.
4291         (skip_whitespace): Update col_adjust as tabs encountered.
4292         (_cpp_lex_line): Update to use col_adjust.  Call
4293         skip_whitespace for all whitespace.
4294         * cpplib.h (struct cpp_options): New member tabstop.
4295         (struct cpp_reader): New member col_adjust.
4296         (CPP_BUF_COL): Update.
4297         (CPP_BUF_COLUMN): New.
4298         * cpp.texi: Document "-ftabstop=" command line option.
4300 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4302         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4303         files.
4304         * configure: Rebuilt.
4306 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4308         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4310         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4311         HOST_BITS_PER_WIDE_INT is >= 64.
4313 2000-05-17  Richard Henderson  <rth@cygnus.com>
4315         * jump.c (jump_optimize_1): Remove inactive but real insns
4316         in jump-to-next-insn optimization.
4318 2000-05-17  Richard Henderson  <rth@cygnus.com>
4320         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4321         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4322         Don't call recompute_reg_usage if no_new_pseudos is true.
4323         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4324         Return true if we did work; update global life information.
4325         * basic-block.h (optimize_mode_switching): Update decl.
4327 2000-05-17  Neil Booth  <neilb@earthling.net>
4329         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4331 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4333         * cpplib.c: New feature, #pragma system_header.
4334         * cpp.texi: Document special treatment of system headers, and
4335         the various mechanisms to get a header that special treatment.
4337 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4339         * system.h (offsetof): Define at the very end, to ensure we prefer
4340         the platform's definition if available.
4342 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4344         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4345         * fixinc/server.c: likewise
4346         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4347         + #ifdef debugging code + use #def constant for
4348         sub-pattern count
4349         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4350         on C++ math namespace
4352 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4354         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4355         Don't check the return value of sprintf.  Use asprintf to avoid
4356         buffer overflows.
4358 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4360         * flags.h (warn_unused_function, warn_unused_label,
4361         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4362         Replace ``warn_unused''.
4363         (set_Wunused): Add declaration.
4364         * toplev.c (set_Wunused): New function.
4365         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4366         warn_unused_variable, warn_unused_value): New variables.
4367         (W_options): Add -Wunused-function, -Wunused-function,
4368         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4369         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4371         * toplev.c (decode_W_option): Update -Wunused flags by calling
4372         set_Wunused.
4373         * c-decl.c (c_decode_option): Ditto for -Wall.
4375         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4376         warn_about_unused_variables): Replace warn_unused with more
4377         explicit warn_unused_value et.al.
4378         * function.c (expand_function_end): Ditto.
4379         * c-typeck.c (internal_build_compound_expr,
4380         internal_build_compound_expr): Ditto.
4381         * c-decl.c (poplevel, pop_label_level): Ditto.
4382         * toplev.c (check_global_declarations): Replace warn_unused with
4383         check for either warn_unused_function or warn_unused_variable.
4385         * gcc.1, invoke.texi (Warning Options): Document
4386         -Wunused-function, -Wunused-function, -Wunused-label,
4387         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4389 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4391         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4392         $(srcdir), not in the current directory.
4394 2000-05-16  Richard Henderson  <rth@cygnus.com>
4396         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4397         assembler supports it.
4398         (.fini, .init): Use a gp-relative indirect call.
4399         (__do_global_dtors_aux): Preserve the gp; rebundle.
4400         (__do_frame_setup): Likewise.
4401         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4402         (.init): Use a gp-relative indirect call.
4403         (__do_global_ctors_aux): Preserve the gp.
4405 2000-05-16  Richard Henderson  <rth@cygnus.com>
4407         * flow.c (commit_one_edge_insertion): Be prepared for a return
4408         insn to be inserted on the edge with a normal jump.
4409         * jump.c (jump_optimize_1): Don't look to create return isns.
4411         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4412         * jump.c (jump_optimize_1): Likewise.
4413         (returnjump_p): Verify the argument is a JUMP_INSN.
4414         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4416 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4418         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4419         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4420         (large_insn_p): Ditto.
4421         (m32r_is_insn): New function: Return true if the insn contains
4422         an executable instruction.
4423         (m32r_adjust_insn): Use m32r_is_insn.
4424         (m32r_sched_reorder): Use m32r_is_insn.
4425         (m32r_sched_variable_issue): Use m32r_is_insn.
4427 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4429         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4430         VAR_DECL.
4432         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4434         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4435         according to given options.
4437 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4439         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4440         if X has VOIDmode either.
4441         (LIMIT_RELOAD_CLASS): Similarly.
4443         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4444         not "general_operand" to match the processor's capabilities.
4446 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4448         * fixinc/README:  corrected return address
4449         * fixinc/check.diff:  regenerate, now that test works
4450         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4451         (char_macro_def_fix,char_macro_use_fix): corrected and
4452         rewrote to use regex to parse the text
4453         * fixinc/inclhack.def: more testing
4454         * fixinc/fixincl.x:  regenerated
4456         * fixinc/inclhack.def: added several "test_text" attributes
4457         changed several fixes to use `c_fix = format'
4458         re-alphabetized the fixes
4460         * fixinc/check.diff: regenerate
4461         * fixinc/fixincl.x: regenerate
4462         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4463         of created dirs
4466 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4468         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4470 2000-05-15  Richard Henderson  <rth@cygnus.com>
4472         * toplev.c (rest_of_compilation): Run full jump pass before
4473         find_basic_blocks of flow2.
4475 2000-05-15  Richard Henderson  <rth@cygnus.com>
4477         * jump.c: Fix typos and clarify commentary from last change.
4478         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4479         (safe_to_remove_jump_p): Remove.
4480         (condjump_label): Use pc_set.
4482 2000-05-15  Richard Henderson  <rth@cygnus.com>
4484         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4485         that get in the way after reload.
4486         (cond_exec_process_if_block): Skip a label heading THEN block.
4488 2000-05-15  Richard Henderson  <rth@cygnus.com>
4490         * varasm.c (output_constant_pool): Abort instead of converting
4491         (improperly) deleted labels to zero.
4493 2000-05-16  Neil Booth  <NeilB@earthling.net>
4495         * cpplex.c (parse_string2): Update comment.
4496         (cpp_lex_line): No special assertion treatment for '('.
4497         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
4498         * cpplib.h (SYNTAX_ASSERT): Remove.
4500 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4502         * jump.c (condjump_p):  Mark as depreached.
4503         (any_condump_p): New.
4504         (any_uncondump_p): New.
4505         (pc_set): New.
4506         (safe_to_remove_jump_p): New.
4507         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
4508         safe_to_remove_jump_p): Declare.
4510 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4512         * calls.c: Re-install both patches reverted by last patch.
4513         (struct arg_data): New field tail_call_reg.
4514         (initialize_argument_information): Initialize tail_call_reg
4515         (load_register_parameters): New argument flags, use
4516         tail_call_reg when emiting tail call sequence.
4517         (expand_call): Update call of load_register_parameters;
4518         copy unadjusted_args_size to adjusted_args_size.
4520 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4522         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
4523         and bct_p parameters to flags.
4524         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
4525         * rtl.h (loop_optimize): Update prototype.
4526         * toplev.c (rest_of_compilation): Update call of loop_optimize.
4528 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4530         * calls.c (expand_call): Move expand_start_target_temps call after
4531         start_sequence().
4533 2000-05-15  Neil Booth  <NeilB@earthling.net>
4535         * cpphash.c (trad_stringify, warn_trad_stringify,
4536         collect_params): Make some pointers pointers to const.
4537         * cpplex.c (auto_expand_name_space) Guaranteed to always
4538         expand by at least one character.
4539         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
4540         (struct token_spelling): Use const U_CHAR * rather than PTR.
4541         (expand_name_space): Fix up token pointers if name space
4542         is moved when expanding.
4543         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
4544         parse_string2, save_comment, spell_token, cpp_output_list):
4545         Update so the routines handle tokens with a direct pointer to
4546         their text, rather than an offset into the token's list's namebuf.
4547         (_cpp_lex_line): Rearrange for clarity.
4549         * cpplib.c (_cpp_check_directive): Similarly.
4550         (do_define): Make SYM a pointer to const.
4551         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
4552         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
4553         (TOK_OFFSET): Delete.
4554         (TOK_NAME): Update.
4556 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
4558         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
4559         64-bit ABI.
4561         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
4562         into account.
4563         (logical_u_operand): Delete.
4564         (non_logical_cint_operand): Rewrite to take MODE into account.
4565         (non_logical_u_cint_operand): Delete.
4566         (boolean_operator): New function.
4567         (print_operand): Add new %q operand.
4568         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
4569         remove logical_u_operand and non_logical_u_cint_operand,
4570         update logical_operand and non_logical_cint_operand.
4571         * config/rs6000/rs6000.md: Rewrite the patterns for performing
4572         logical operations to use %q.
4574         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
4575         (movdi): Make similar to movsi.
4576         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
4577         is no such thing as a DImode CONST_DOUBLE.
4578         * config/rs6000/rs6000.c (output_toc): Likewise.
4580         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
4581         codes when old mnemonics are in use.  Print register names
4582         for cc registers when requested.
4584         * optabs.c (expand_float): Don't allow mode widening that causes
4585         double rounding.
4587         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
4588         flags to their current names -maix64 and -maix32.
4590 2000-05-14  Bruce Korb  <bkorb@gnu.org>
4592         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
4593         and/or after current text of file
4594         * fixinc/fixlib.c(must_malloc):
4595         * fixinc/fixlib.h(must_malloc): + reformatting
4596         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
4597         with usages of ``c_fix = wrap;''
4598         Add several tests and use the ``c_fix = format'' fixer more.
4599         * fixinc/fixincl.x: regen
4600         * fixinc/check.diff: regen
4601         * fixinc/check.tpl: emit the associated header with the missing
4602         test message
4604 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
4606         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
4607         variables $src and $dst.
4609 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
4611         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
4612         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
4613         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
4614         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
4615         fields.
4616         (set_message_prefixing_rule): Declare.
4618         * diagnostic.c: (current_prefixing_rule): New variable.
4619         (set_message_prefixing_rule): Define.
4620         (output_set_prefix): Adjust buffer->emitted_prefix_p.
4621         (init_output_buffer): Adjust Initialization.
4622         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
4624 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
4626         * ifcvt.c (if_convert): Do not free NULL.
4628 2000-05-12  Nick Clifton  <nickc@cygnus.com>
4630         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
4631         to move a double word value.
4632         (di_operand): New function: Return true if the operand is suitbale
4633         for a double word move operation.
4634         (nonimmediate_di_operand): New function: Return true if the
4635         operand is a DImode register or MEM.
4637         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
4638         nonimmediate_di_operand.
4640         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
4641         nonimmediate_di_operand.
4643         * config/fr30/fr30.md (movdi): New pattern.  Required because
4644         other patterns generate DImode results.
4645         (movdi_insn): New pattern.
4647 2000-05-12  Richard Henderson  <rth@cygnus.com>
4649         * config/alpha/alpha.c (struct shadow_summary): Define
4650         bitfields as type unsigned int.
4652 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
4654         * config/avr/t-avr: Added definition of FLOAT while generates
4655         fp-bit.c
4657         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
4658         peepholes for tst+jump = sbrs/sbrc optimization.
4660 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
4662         * expr.c (emit_push_insn): Do not adjust stack pointer when
4663         preallocating.
4665 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
4667         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
4668         * system.h (offsetof): ... to here.
4670 2000-05-12  Richard Henderson  <rth@cygnus.com>
4672         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
4673         * final.c (final_end_function): Use app_disable.  Rearrange note
4674         handling into a switch.  Emit deleted labels.
4675         (output_asm_label): Generate label strings for deleted labels.
4676         * flow.c (tail_recursion_label_list): New.
4677         (find_basic_blocks_1): Set label_value_list directly.  Collect list
4678         of tail recursion labels from call_placeholders.  Don't add deleted
4679         labels to the label value list.
4680         (cleanup_cfg): Use free_EXPR_LIST_list.
4681         (flow_delete_insn_chain): Turn non-removable labels into notes.
4682         (flow_delete_block): Don't disable deleting the block because of
4683         a non-removable label.
4684         (tail_recursion_label_p): New.
4685         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
4686         because of a label.
4687         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
4688         jump table.
4689         (merge_blocks): Disable a merge because of tail recursion labels.
4690         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
4691         Use a more accurate measure of not merging the join block.
4692         (find_if_block): Don't disable conversion because of a label.
4693         (find_if_case_1, find_if_case_2): Likewise.
4694         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
4695         element when copying.
4696         (squeeze_notes): Also leave EH notes.
4697         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
4698         REG_LABEL notes.
4699         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
4700         deleting a label.
4701         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
4702         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
4703         referring to a deleted label.  Convert tail handling to a switch.
4704         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
4705         for NOTE_INSN_DELETED_LABEL.
4706         (NOTE): Fix commentary.
4707         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
4708         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
4709         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
4710         (LABEL_NUSES, LABEL_REFS): Likewise.
4711         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
4713 2000-05-12  Bruce Korb  <bkorb@gnu.org>
4715         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
4716         * fixinc/check.diff: updated
4717         * fixinc/inclhack.def: corrected & added some test_text-s
4718         * fixinc/genfixes: removed unneeded options to autogen invocation
4719         * fixinc/fixincl.tpl: Specified the output file
4720         * fixinc/fixfixes.c: visual appearance
4721         * fixinc/fixincl.x: regenerate
4723 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
4725         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
4726         CTRL_defn_fix): Delete.
4727         (fix_char_macro_defines, fix_char_macro_uses): Rename to
4728         char_macro_def_fix and char_macro_use_fix, respectively.  Put
4729         them into the FIXUP_TABLE.  Get the string to search for from
4730         a c_fix_arg.
4732         (format_write): New function.
4733         (format_fix): Use it.
4735         (FIX_PROC_HEAD): Constify text parameter.
4736         (machine_name_fix): Constify all char *s.
4737         * fixtests.c (skip_quote): Remove double static.
4739         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
4740         ctrl_use_quotes): Update for new scheme.
4741         * fixincl.x: Regenerate.
4743 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
4745         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
4746         DWARF2_DEBUG.
4747         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
4748         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
4750 2000-05-11  Robert Lipe <robertlipe@usa.net>
4752         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
4753         * fixincl.x: Regenerate.
4755 2000-05-11  Richard Henderson  <rth@cygnus.com>
4757         * calls.c: Revert both 05-09 patches.
4759 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
4761         * config/mn10300/mn10300.c (print_operand): Print FP constants in
4762         hexadecimal.
4763         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
4764         for FP values.
4766         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
4767         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
4769 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
4771         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
4773 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4775         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
4777 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
4779         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
4780         * config/avr/avr.c (jump_over_one_insn_p): New function.
4781         * config/avr/avr.md: New peepholes added. Output test and
4782         conditional jump to "sbrc" or "sbrs" command.
4784 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
4786         * cppmain.c (main): Use IS_DIR_SEPARATOR.
4788 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
4790         * except.c (find_exception_handler_labels_1): New function.
4791         (find_exception_handler_labels): Split into two functions, dive
4792         into CALL_PLACEHOLDERs when looking for exception handler labels.
4794 2000-05-11 Stan Cox <scox@cygnus.com>
4796         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
4797         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
4798         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
4800 2000-05-11  Bruce Korb  <bkorb@gnu.org>
4802         * fixinc/fixfixes.c (double_slash_fix):  obsolete
4803         (else_endif_label_fix): obsolete
4804         (format_fix):  new, unused as yet
4805         (main): obsolete
4806         * fixinc/fixlib.h: added fix description struct for use by format_fix
4807         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
4808         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
4809         modules.  Removed the vestiges of the script version.
4810         Added support for "make check".
4811         * fixinc/check.diff: base diff file (needs work!!)
4812         * fixinc/check.tpl: quiet the fixup output
4813         * fixinc/fixtests.c (main): obsolete
4814         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
4815         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
4817 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
4819         * toplev.c (rest_of_compilation): Remove dead code after
4820         combine.
4822 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4824         * cpphash.c (collect_funlike_expansion): Make "# is not
4825         followed by a macro argument name" a pedwarn, not an error.
4826         Preserve the # in the output.  Suppress the warning if lang_asm.
4828 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
4830         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
4831         * configure: Rebuilt.
4833 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
4835         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
4837 2000-05-10  Kazu Hirata  <kazu@hxi.com>
4839         * combine.c (try_combine): Fix a typo.
4841 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
4843         * config/ia64/ia64.md (insv): Add comment.
4845 2000-05-10  Richard Henderson  <rth@cygnus.com>
4847         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
4848         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
4849         dependancies on FPBIT and DPBIT.
4851 2000-05-10  Nick Clifton  <nickc@redhat.com>
4853         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
4854         when optimising for size.
4855         (mark_used_regs:) Ditto.
4856         (try_pre_increment_1): Ditto.
4858 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
4860         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
4861         Make error message friendlier.
4863         * cpphash.h (struct hashnode): Use struct hack for name
4864         member.
4865         * cpphash.c (struct hashdummy): New.
4866         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
4867         (make_HASHNODE): No need to set ->name pointer.  Correct
4868         setting of p.
4869         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
4871 2000-05-10  Richard Henderson  <rth@cygnus.com>
4873         * flow.c (find_basic_blocks_1): Remove any spare bb_note
4874         after completion.
4876 2000-05-10  Bruce Korb  <bkorb@gnu.org>
4878         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
4880 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
4882         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
4883         after we enter .debug.
4885 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
4887         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
4888         abstract instance of a nested inline function.
4890         * stor-layout.c (finish_record_layout): finalize_type_size
4891         before laying out the pending_statics.
4893 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
4895         * cpplex.c (spell_token): New function.
4896         (spell_string, spell_comment, spell_name): fold into
4897         spell_token.
4898         (I, S): Add macros.
4899         (E, H): Remove macros.
4900         (save_comment): Save comment opening characters too.
4901         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
4902         handling.
4903         * cpplib.h (I, S): Add macros.
4904         (E, H): Remove macros.
4905         (TTYPE_TABLE): Update entries for new speller.
4906         (SYNTAX_ASSERT): Remove.
4908 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
4910         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
4911         when removing escaped newlines.  Reverse sense of test for
4912         escaped newline.
4914 2000-05-09  Richard Henderson  <rth@cygnus.com>
4916         * flow.c (find_basic_blocks_1): Do not delete the first
4917         bb_note we run across.
4918         (create_basic_block): Use reorder_insns to move an existing
4919         bb_note to the correct place.
4921 2000-05-09  Richard Henderson  <rth@cygnus.com>
4923         * calls.c (expand_call): Increment currently_expanding_call
4924         before calling optimize_tail_recursion.
4926 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4928         * reload1.c (reload_combine): Fix errors in last change.
4930 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
4932         * gcc.c (used_arg): Skip over a semicolon at the end of the
4933         split-up loop; don't break out of it.
4935         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
4936         (tree.o): Depend on output.h.
4938         * c-decl.c (pending_invalid_xref_file,
4939         current_function_prototype_file): Constify.
4940         (pushdecl): Constify a local char *.
4941         (define_label): Constify filename parameter.
4942         * c-lex.c (init_parse): Constify parameter and return value.
4943         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
4944         * c-tree.h: Update prototypes.
4945         * c-parse.in: Constify filename member of %union, and if_stmt_file.
4946         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
4947         objc/objc-parse.c: Regenerate.
4949         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
4950         * dwarfout.h: Update prototypes.
4951         * expr.c (expand_expr): Constify a local char *.
4952         * flags.h: Constify main_input_filename.
4953         * function.c (expand_function_end): Constify filename parameter.
4954         * genrecog.c (make_insn_sequence): Use a character array for
4955         c_test_pos.
4956         (main): Remove unused variables.
4957         * input.h: Constify input_filename, main_input_filename, and
4958         file_stack.name.  Update prototypes.
4959         * output.h: Declare first_global_object_name and
4960         weak_global_object_name here, as const char *.
4961         * stmt.c (expand_asm_operands): Constify filename parameter.
4962         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
4963         Constify filename parameter.
4964         (input_filename, main_input_filename): Constify.
4965         * toplev.h: Update prototypes.
4966         * tree.c: Include output.h.  Don't declare
4967         first_global_object_name or weak_global_object_name.  Clean up string
4968         bashing in get_file_function_name_long.
4969         * tree.h (struct tree_decl): Constify filename member.
4970         (input_filename): Constify.
4971         Update prototypes.
4972         * varasm.c (first_global_object_name, weak_global_object_name):
4973         Constify.
4974         (assemble_start_function, assemble_variable): Clean up string bashing.
4976         * gcc.c: Constify all spec-related strings initialized,
4977         transitively, from string constants.  Constify all strings
4978         and string variables related to multilibs.
4979         (set_spec, read_specs): Cast argument to free to PTR.
4980         (used_arg): Do not modify multilib_matches.  Use strncmp plus
4981         length comparison to compare multilib switches.
4982         * genmultilib: Constify everything declared in multilib.h.
4984 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
4986         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
4987         as deleted.
4989 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
4991         * config/avr/avr-protos.h (extra_constraint): change a type of
4992         second argument from char to int to avoid warnings.
4993         (asm_output_byte): Likewise.
4995         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
4996         (initial_elimination_offset): Handle elimination from
4997         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
4998         (legitimate_address_p): Use MAX_LD_OFFSET.
4999         (legitimize_address): Likewise.
5000         (out_movqi_r_mr): Likewise.
5001         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5002         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5003         (out_movsi_mr_r): Likewise.
5004         (out_movqi_mr_r): Likewise.
5005         (out_movhi_mr_r): Likewise.
5006         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5007         count as CONST_INT != 6.
5008         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5009         shift count is a CONSTANT_P, but not a CONST_INT.
5010         (ashlhi3_out): Coding style modifications.
5011         (ashlsi3_out): Likewise.
5012         (ashrhi3_out): Likewise.
5013         (ashrsi3_out): Likewise.
5014         (lshrhi3_out): Likewise.
5015         (lshrsi3_out): Likewise.
5016         (ashrqi3_out): Generate shift for any known constant count without
5017         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5018         but not a CONST_INT.
5019         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5020         shift count is a CONSTANT_P, but not a CONST_INT.
5021         (extra_constraint): change a type of
5022         second argument from char to int to avoid warnings.
5023         (asm_output_byte): Likewise.
5024         (asm_file_end): Output size generated commands count as a hex
5025         number too.
5027         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5029         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5030         removed.
5031         (ashlqi3): Values of "length" attribute changed. Shift count
5032         uses constraints 'n' instead of 'i'.
5033         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5034         shifts without clobber register.
5035         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5036         (call_insn): Correct test for which_alternative == 1 (was 0).
5037         (call_value_insn): Likewise.
5039         * config/avr/t-avr: Remove definition of FLOAT while generates
5040         fp-bit.c
5042 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5044         * fixinc/check.tpl:  Template for checking fixes
5045         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5046         disable hpux8_bogus_inlines on SCO
5047         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5049 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5051         * calls.c (expand_call): Reorganize somewhat in order
5052         to avoid unnecesary recalculation inside loop and make
5053         tail call failure code cleaner.
5055 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5057         * alias.c (nonlocal_reference_p): Minor reformatting.
5058         * reload.c (find_equiv_reg): Simplify logic for
5059         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5060         some some reformatting.
5061         * reload1.c (reload_combine): Don't assume everything in
5062         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5064 2000-05-08  Richard Henderson  <rth@cygnus.com>
5066         * final.c (current_insn_predicate): New.
5067         (final_scan_insn): Set it.
5068         * output.h (current_insn_predicate): Declare.
5070         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5071         Attach it to call insns.
5072         (cond_exec_process_if_block): Track probability for true and
5073         false branches.
5074         (dead_or_predicable): Likewise.
5076         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5077         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5078         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5079         (estimate_probability, expected_value_to_br_prob): Use them.
5081         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5082         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5083         (ia64_expand_prediction): New.
5084         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5085         as needed after calls.
5086         (ia64_epilogue_uses): Mark b0 used.
5087         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5088         (bne_true, bne_false): Remove.
5089         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5090         (br_true, br_false): New.  Use predicate_operator and
5091         ia64_expand_prediction.
5092         (return_true, return_false): Likewise.
5093         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5094         (call_internal1, call_value_internal): Likewise.
5095         (call_value_internal1, call_multiple_values_internal1): Likewise.
5097         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5099         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5101 2000-05-08  Richard Henderson  <rth@cygnus.com>
5103         * rtlanal.c (may_trap_p): Consider old-style and volatile
5104         asms to trap.
5106 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5108         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5110 2000-05-08  Richard Henderson  <rth@cygnus.com>
5112         * config/ia64/ia64.h (predicate_operator): Declare.
5114         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5115         of existance.
5117         * gensupport.c (process_rtx): Copy and post-process each member
5118         of the define_insn rtvec individually.
5120 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5122         * cpplex.c (spell_token): New function.
5123         (TOKEN_LEN): Add 1 for whitespace.
5124         (_cpp_lex_file): Update to use spell_token.
5125         * cpplib.h (E): Remove.
5126         (TTYPE_TABLE): Update CPP_VSPACE entry.
5128 2000-05-08  Richard Henderson  <rth@cygnus.com>
5130         * flow.c (init_propagate_block_info): Watch out for conditional
5131         branch to next instruction, and thus one outgoing edge.
5133         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5134         for global register variables; don't special case __[CD]TOR_LIST__;
5135         mind ggc_p for string allocation.
5137 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5139         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5141 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5143         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5144         i?86-*-msdosdjgpp* no longer uses fixincludes
5145         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5146         * fixinc/inclhack.sh:  deleted
5147         * fixinc/hackshell.tpl:  deleted
5148         * fixinc/inclhack.tpl:  deleted
5149         * fixinc/Makefile.in:  Remove dependencies on above
5150         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5152 2000-05-08  Andreas Jaeger  <aj@suse.de>
5154         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5155         support.
5157 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5159         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5160         substitutions.
5162 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5164         * cpplex.c: Move new lexer definitions and prototypes
5165         to top.  Conditional include these and the code if
5166         NEW_LEXER is defined.  Rename functions whose names
5167         clash if this code included.
5169 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5171         * rtl.def (COND_EXEC): Clarify.
5173         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5174         same fashion as zero_extendsidi2.
5176 2000-05-06  Richard Henderson  <rth@cygnus.com>
5178         * config/ia64/ia64.c (predicate_operator): New.
5179         (ia64_print_operand): Handle 'J'.
5180         (rtx_needs_barrier): Handle COND_EXEC.
5181         * config/ia64/ia64.h (BRANCH_COST): Define.
5182         (PREDICATE_CODES): Update.
5183         * config/ia64/ia64.md: Docuement used unspec values.
5184         (attr predicable): New.
5185         (movxf, movxf_internal): New.
5186         (extendsfdf2): Don't comment out nop.
5187         (floatdidf2): Remove.
5188         (truncxfsf2, truncxfdf2, floatdixf2): New.
5189         (abssi2, absdi2): Put the neg in the "true" slot.
5190         (conditional branch instructions): Mark not predicable.
5191         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5192         (abs*_internal): Likewise.
5193         (alloc, set_bsp): Mark not predicable.
5194         (barrier, insn_group_barrier, flush_cache): Likewise.
5195         (define_cond_exec): New.
5197 2000-05-06  Richard Henderson  <rth@cygnus.com>
5199         * c-decl.c: Include "tm_p.h".
5201         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5202         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5203         (ia64_expand_op_and_fetch): Declare.
5204         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5205         (setjmp_operand): Constify variables for XSTR.
5206         (ia64_encode_section_info): Likewise.
5207         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5208         values to int.
5209         (ia64_asm_output_external): Constify name.
5210         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5211         (process_for_unwind_directive): Provide switch default.
5212         (ia64_expand_compare_and_swap): Remove unused variables.
5213         (ia64_expand_builtin): Likewise.
5214         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5215         for printing.
5217         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5218         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5219         (shift_count_operand, shift_32bit_count_operand): Likewise.
5220         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5221         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5222         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5223         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5224         (ia64_expand_builtin): Likewise.
5225         (call_multiple_values_operation): Make dest_regno unsigned.
5227 2000-05-06  Richard Henderson  <rth@cygnus.com>
5229         * rtl.def (DEFINE_COND_EXEC): New.
5230         * md.texi: Document it.
5232         * gensupport.c (input_file): Remove.
5233         (struct queue_elem): Add lineno.
5234         (rtx_ready_queue): Remove.
5235         (errors): New.
5236         (predicable_default): New.
5237         (predicable_true, predicable_false): New.
5238         (define_attr_queue, define_attr_tail): New.
5239         (define_insn_queue, define_insn_tail): New.
5240         (define_cond_exec_queue, define_cond_exec_tail): New.
5241         (other_queue, other_tail): New.
5242         (queue_pattern): New.
5243         (process_rtx): Add patterns to the appropriate queues.
5244         (is_predicable, identify_predicable_attribute): New.
5245         (n_alternatives, collect_insn_data): New.
5246         (alter_predicate_for_insn, alter_test_for_insn): New.
5247         (shift_output_template, alter_output_for_insn): New.
5248         (process_one_cond_exec, process_define_cond_exec): New.
5249         (init_md_reader): Read the entire file.  Process define_cond_exec.
5250         (read_md_rtx): Return elements from the queues.
5252 2000-05-06  Richard Henderson  <rth@cygnus.com>
5254         * flow.c (mark_set_1): Don't update conditional life info
5255         if the register is not_dead.
5257 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5259         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5260         (mostlyclean): Also delete fixincl, fixinc.sh, and
5261         specs.ready, and make clean in the fixinc subdir.
5263 2000-05-06  Richard Henderson  <rth@cygnus.com>
5265         * Makefile.in (gensupport.o): Compile for the host.
5266         (host-prefix gensuuprt.o): Remove.
5267         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5268         (genattrtab.o): Likewise.
5269         (gencodes.o): Depend on gensupport.h.
5270         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5271         (genpeep.o, genattr.o, genoutput.o): Likewise.
5273         * gensupport.c (obstack, rtl_obstack): New.
5274         (init_md_reader): Initialize rtl_obstack.
5275         * gensupport.h (rtl_obstack): Declare.
5276         (message_with_line): Declare.
5278         * genattr.c: Remove all traces of obstack manipulation.
5279         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5280         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5282         * genattrtab.c (obstack, rtl_obstack): Remove.
5283         (main): Don't init rtl_obstack.
5284         * genflags.c: Likewise.
5286         * genrecog.c (message_with_line): Move ...
5287         * gensupport.c: ... here.
5289 2000-05-06  Richard Henderson  <rth@cygnus.com>
5291         * c-typeck.c (build_c_cast): Remove dead code.
5293 2000-05-06  Richard Henderson  <rth@cygnus.com>
5295         * flow.c (split_edge): Don't allocate global_live_at_start for
5296         the new block unless the old blocks had them as well.
5298         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5300         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5301         test_bb if a or b uses x.
5303 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5305         * cpphash.h: Remove conditional #define of __extension__.
5306         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5307         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5308         (ENABLE_RTL_CHECKING only).
5309         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5310         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5311         (ENABLE_TREE_CHECKING only).
5312         * varray.h: Add __extension__ to VARRAY_CHECK macro
5313         (ENABLE_CHECKING only).
5315 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5317         Use new tail-calling mechanism on ARM.
5318         * arm.md (sibcall, sibcall_value): New expands.
5319         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5320         (tailcalling peepholes): Delete.
5321         (push_multi): Simplify.
5322         * arm.c (lr_save_eliminated): Delete definition.
5323         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5324         (output_return_instruction): Remove checks on lr_save_eliminated.
5325         (output_arm_prologue): Remove old tail-calling code.
5326         (arm_output_epilogue): New parameter, really_return.  All callers
5327         changed.  Handle tail-calling epilogues.
5328         * arm.h (lr_save_eliminated): Delete declaration.
5329         (frame_pointer_needed): Delete declaration.
5330         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5332         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5333         TARGET_ARM.
5334         * arm.c (thumb_code): Define it.
5335         (arm_override_options): Set it.
5336         * arm.h (thumb_code): Declare it.
5338 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5340         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5342 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5344         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5345         bogus clobber to insns.
5346         (load_multiple_operation, store_mulitple_operation): Don't check
5347         for it.
5348         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5350         * arm.md (and_scc, ior_scc): Add missing mode.
5352         * arm.md (call_value_symbol): Remove predicate from op2.
5354         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5356 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5358         * expr.c (get_subtarget): New function.
5359         (force_operand, expand_expr, do_store_flag): Use it.
5361         * toplev.c (compile_file): Don't take strlen of NAME if null.
5363 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5365         * xcoffout.c (xcoff_current_include_file,
5366         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5367         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5368         char *'.
5369         (xcoffout_declare_function): Make name 'const char *'.
5370         (xcoffout_end_epilogue): Make fname 'const char *'
5371         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5372         xcoffout_declare_function, xcoffout_source_line): Match above.
5374         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5375         -maix64 is error.
5376         * rs6000.c (print_operand): Fix lossage typo.
5377         (output_cbranch): Remove "cr" decoration for now.
5378         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5380 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5382         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5383         constant count.
5385 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5387         * fixinc/genfixes: Improve the matching for make target names
5389 2000-05-05  Catherine Moore  <clm@cygnus.com>
5391         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5392         attribute to the decl.
5393         * c-decl.c (pushdecl): Propagate the USED attribute to the
5394         type copy.
5396 2000-05-05  Richard Henderson  <rth@cygnus.com>
5398         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5399         same way emit_group_load does.
5401 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5403         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5405         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5406         (main): Likewise.
5408 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5410         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5412 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5414         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5415         to support -shared, on platforms with dynamic libraries.
5417 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5419         * system.h (S_ISBLK): Provide fallback definition.
5421 2000-05-05  Geoff Berry  <geoffb@bops.com>
5423         * extend.texi (Extended Asm): Document inability to give asm
5424         statements access to condition codes.
5426 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5428         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5429         as arg 2 of UNIQUE_SECTION.
5431 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5433         * predict.c: Remove May 4 change.
5434         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5435         if we have predicted the branch at 50-50 probability.
5437 2000-05-05  Richard Henderson  <rth@cygnus.com>
5439         * flow.c (init_propagate_block_info): Fix merge error
5440         in HAVE_conditional_execution code.
5442 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5444         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5445         shift cycle for unknown shift count. Also generates dec + brpl.
5446         (ashlqi3_out): Don't generate dec + brpl which now generates by
5447         `out_shift_with_cnt'.
5448         (ashlhi3_out): Likewise.
5449         (ashlsi3_out): Likewise.
5450         (ashrqi3_out): Likewise.
5451         (ashrhi3_out): Likewise.
5452         (ashrsi3_out): Likewise.
5453         (lshrqi3_out): Likewise.
5454         (lshrhi3_out): Likewise.
5455         (lshrsi3_out): Likewise.
5457 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5459         * gcc.c (free_split_directories): Correct typo in explanation
5460         of make_relative_prefix.
5462 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5464         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5465         comparison codes to branch_comparison_operator.
5467 2000-05-04  Richard Henderson  <rth@cygnus.com>
5469         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5471 2000-05-04  Richard Henderson  <rth@cygnus.com>
5473         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5474         (DPBIT_FUNCS): Remove _sf_to_usi.
5475         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5477         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5478         between condition and jump.
5480         * libgcc2.c (near eh_context_specific): Comment #endif string.
5481         * longlong.h: Don't use strings with embedded newlines.
5483 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5485         * config/rs6000/rs6000-protos.h: Add output_cbranch.
5486         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
5487         (print_operand): Delete %t and %T codes.
5488         (output_cbranch): New function.  Support branch prediction.
5489         * config/rs6000/rs6000.md: Use output_cbranch for
5490         conditional branches and returns.
5492 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
5494         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
5495         * stor-layout.c (place_field): Likewise.
5496         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
5497         * expr.c (store_expr): Make align unsigned.
5498         * explow.c (plus_constant_wide): Make low words unsigned.
5499         * expmed.c (choose_multiplier): Likewise.
5500         * fold-const.c (fold):  Likewise.
5501         * tree.h (build_int_2): Likewise.
5502         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
5503         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
5504         (init_emit): Change cast to unsigned char*.
5505         * varasm.c (compare_constant_1): Add cast to char*.
5506         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
5507         * reload1.c (reload): Likewise.
5509         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
5511 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
5513         * predict.c (estimate_probability): If no prediction was found, then
5514         predict the successor that is the next physical block (if such a
5515         successor exists).
5517 2000-05-04  Richard Henderson  <rth@cygnus.com>
5519         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
5521 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5523         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
5525 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
5527         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
5528         attribute macros from here ...
5529         (CPP_SPEC): to here.
5530         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
5531         (CPP_SPEC): Likewise.
5532         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
5534         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
5535         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
5537 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5539         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
5541         * diagnostic (vbuild_message_string, build_message_string,
5542         build_location_prefix, output_get_prefix, init_output_buffer,
5543         output_notice, vline_wrapper_message_with_location,
5544         v_message_with_decl, default_print_error_function): De-constify.
5545         (set_real_maximum_length): Prototype.
5547         * diagnostic.h (struct output_buffer, init_output_buffer,
5548         output_get_prefix, output_set_prefix): De-constify.
5550         * function.c (init_function_start): Constify.
5552         * gensupport.c (remove_constraints, process_rtx): Prototype.
5554         * gthr-posix.h: Indent uses of #pragma.
5556         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
5557         Prototype.
5559         * predict.c (find_expected_value): Delete prototype.
5560         (expected_value_to_br_prob): Initialize variable `ev_reg'.
5562         * sbitmap.h (debug_sbitmap): Prototype.
5564         * ssa.c (compute_coalesced_reg_partition): Prototype.
5566         * stor-layout.c (debug_rli): Prototype.
5568         * tree.h (round_down): Prototype.
5569         (init_function_start): Constify.
5571 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
5573         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
5574         (overly conservative).  Change extern inline wrappers to
5575         static inline, define them always, use PARAMS properly.
5576         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
5577         whitespace warnings for \f and \v at the beginning of a line.
5579 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
5581         * haifa-sched.c (schedule_insns): Free the flow edge list when it
5582         is no longer needed
5584 2000-05-04  Bruce Korb  <bkorb@gnu.org>
5586         * fixincl/inclhack.def: added broken_cabs -
5587         Remove `extern double cabs' declarations from math.h
5588         * fixincl/inclhack.sh: regen
5589         * fixincl/fixincl.x: regen
5590         * fixincl/fixincl.c: Remove BOGOSITY code
5591         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
5593 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5595         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
5596         MEM_ALIAS_SET.
5597         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
5598         when calling MEM_COPY_ATTRIBUTES.
5599         * emit-rtl.c (operand_subword, change_address): Likewise.
5600         * explow.c (stabilize): Likewise.
5601         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
5602         * integrate.c (copy_rtx_and_substitute): Likewise.
5603         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
5604         when calling MEM_COPY_ATTRIBUTES.
5605         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
5606         Likewise.
5607         * cse.c (gen_lowpart_if_possible): Likewise.
5608         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
5609         * optabs.c (gen_move_insn): Likewise.
5610         * recog.c (validate_replace_rtx_1): Likewise.
5611         * simplify-rtx.c (add_mem_for_addr): Likewise.
5612         * stmt.c (expand_anon_union_decl): Likewise.
5613         * config/arm/arm.md: Likewise.
5614         * config/h8300/h7300.c (fix_bit_operand): Likewise.
5615         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
5616         (block_move_no_loop, block_move_sequence): Likewise.
5617         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
5618         * config/alpha/alpha.c (get_aligned_mem): Likewise.
5619         Clear MEM_ALIAS_SET.
5620         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
5621         MEM_COPY_ATTRIBUTES.
5623 2000-05-03  Robert Lipe <robertlipe@usa.net>
5625         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
5626         to suppress libgcc1.
5627         (i[34567]86-*-sco3.2v5*) Likewise.
5628         (i[34567]86-*-sco3.2v4*) Likewise.
5629         (i[34567]86-*-sco) Likewise.
5630         (i[34567]86-*-solaris2) Likewise.
5631         (i[34567]86-*-sysv5*) Likewise.
5632         (i[34567]86-*-sysv4*) Likewise.
5633         (i[34567]86-*-udk*) Likewise.
5634         (i[34567]86-*-sysv*) Likewise.
5636 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5638         * cpphash.h (U): New define, to correct type of string constants.
5639         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
5640         routines, to do casts when passing unsigned strings to libc.
5641         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
5643         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
5644         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
5645         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
5646         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
5647         second argument an U_CHAR *.
5649         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
5650         length field, clean up initializer.
5651         (ISTABLE): Add __extension__ to designated-
5652         initializers version.
5653         * cpplex.c (CHARTAB): Likewise.
5655         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
5656         case so the file won't be empty.
5658 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
5660         * bb-reorder.c (struct reorder_block_def): Member succ removed.
5661         (REORDER_BLOCK_SUCC): Removed.
5662         (enum reorder_skip_type): Removed.
5663         (skip_insns_between_block): Renamed to skip_insns_after_block.
5664         Removed second argument. Removed dead code and cleaned up.
5665         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
5666         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
5667         second parameter to skip_insns_after_block.
5669 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5671         * tree.c (staticp, case LABEL_DECL): New case.
5673 2000-05-03  Richard Henderson  <rth@cygnus.com>
5675         * Makefile.in (start.encap): Do not depend on LIBGCC1.
5677         * mklibgcc1.in: Fix typo last change.
5679 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5681         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
5682         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
5683         (GCC_CFLAGS): Use it.
5684         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
5685         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
5686         objc/Make-lang.in: Use it.
5688 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
5690         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
5692 2000-05-03  Richard Henderson  <rth@cygnus.com>
5694         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
5695         LIBGCC1 empty with libgcc1.null.
5697 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
5699         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
5700         change.
5702 2000-05-03  Greg McGary  <gkm@gnu.org>
5704         * tree.h (tree_common): Add bounded_flag member.  Remove
5705         inaccurate comment about number of remaining bits.
5706         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
5707         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5708         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5709         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5710         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
5711         (TYPE_QUAL_BOUNDED): New constant.
5712         (TYPE_QUALS): Handle bounded qualifier.
5713         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
5714         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5715         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5716         TYPE_AMBIENT_BOUNDEDNESS): New macros.
5717         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
5718         (tree_type): Add pointer_depth member.  Remove
5719         inaccurate comment about number of remaining bits.
5720         (DECL_POINTER_DEPTH): Add macro.
5721         (tree_decl): Add pointer_depth member.
5723 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
5725         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
5726         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
5727         (lshrhi3_out): Likewise.
5728         (ashrsi3_out): bugfix in shift by 8.
5729         (test_hard_reg_class): New function.
5730         * config/avr/avr.md: Bugfix inside conditions in peepholes.
5731         (ashlhi3): removed define_expand of this pattern.
5732         (*ashlhi3_insn): renamed to ashlhi3.
5733         (ashlsi3): removed define_expand of this pattern.
5734         (*ashlsi3_insn): renamed to ashlsi3.
5735         (ashrqi3): removed define_expand of this pattern.
5736         (*ashrqi3_insn): renamed to ashrqi3.
5737         (ashrhi3): removed define_expand of this pattern.
5738         (*ashrhi3_insn): renamed to ashrhi3.
5739         (ashrsi3): removed define_expand of this pattern.
5740         (*ashrsi3_insn): renamed to ashrsi3.
5741         (lshrhi3): removed define_expand of this pattern.
5742         (*lshrhi3_insn): renamed to lshrhi3.
5743         (lshrsi3): removed define_expand of this pattern.
5744         (*lshrsi3_insn): renamed to lshrsi3.
5746 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
5748         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
5749         inclusion of "system.h".
5751 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
5753         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
5754         TREE_ASM_WRITTEN.
5756 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
5758         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
5759         if -mauto-pic is on.
5760         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
5761         -mconstant-gp is in effect and function-descriptors are being used
5762         to make indirect calls.
5763         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
5764         (MASK_AUTO_PIC): Ditto.
5765         (TARGET_CONST_GP): Ditto.
5766         (TARGET_AUTO_PIC): Ditto.
5767         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
5768         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
5769         -mno-pic is in effect.
5770         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
5771         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
5772         -mauto-pic is in effect.
5773         (gprel64_offset): New pattern.
5774         (load_gprel64): Ditto.
5775         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
5776         -mconstant-gp is in effect, no need to preserve gp around direct
5777         calls.
5778         (call_value): Ditto.
5779         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
5780         (FUNCTION_PROFILER): Define.
5781         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
5782         @fptr() directive when -mno-pic or -mauto-pic is in effect.
5783         (ASM_OUTPUT_DESTRUCTOR): Ditto.
5785 2000-05-03  Richard Henderson  <rth@cygnus.com>
5787         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
5788         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
5789         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
5790         (mklibgcc, libgcc.mk): New targets.
5791         (libgcc.a): Use libgcc.mk.
5792         (stmp-multilib): Likewise.
5793         (stmp-multilib-sub): Remove.
5794         (mostlyclean): Don't delete libgcc2 temp files.
5795         * configure.in (AC_PROG_CC_C_O): Add.
5796         (NO_MINUS_C_MINUS_O): Substitute it.
5797         (all_outputs): Add mklibgcc.
5798         * mklibgcc.in: New file.
5800 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
5802         * cppexp.c (op_t): Make an int.
5804         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
5806         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
5808         * gensupport.c (process_rtx): Fix macros used.
5810 2000-05-03  Richard Henderson  <rth@cygnus.com>
5812         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
5813         call-clobbered registers of a call.
5815 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
5817         * gensupport.c: New file.
5818         * gensupport.h: New file.
5819         * Makefile.in (HOST_RTL): Depend on gensupport.
5820         (gensupport.o) New rule.
5821         * genattr.c: Use gensupport for reading .md files.
5822         * genattrtab.c: Ditto.
5823         * gencodes.c: Ditto.
5824         * genconfig.c: Ditto.
5825         * genemit.c: Ditto.
5826         * genextract.c: Ditto.
5827         * genflags.c: Ditto.
5828         * genopinit.c: Ditto.
5829         * genoutput.c: Ditto.
5830         * genpeep.c: Ditto.
5831         * genrecog.c: Ditto.
5832         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
5833         * md.texi (Insn Splitting): Document define_insn_and_split.
5835 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
5837         * flow.c (verify_flow_info): Added two more sanity checks. The
5838         first checks that the blocks are numbered consecutively. The second
5839         checks that n_basic_blocks is actually equal to the number of
5840         basic blocks in the insn chain.
5842 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
5844         * cpplib.h: Add accessor macros for token lists.
5845         * cpplib.c, cpphash.c, cpplex.c: Use them.
5847 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5849         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
5850         memory usage if not in a function.
5851         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
5852         return address if static.
5854 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5856         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
5857         whether address may trap.
5859 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
5861         * bb-reorder (chain_reorder_blocks): Changed code to test for
5862         EDGE_FALLTHRU rather than making erroneous assumption that the
5863         first outgoing edge is the fall-through edge.
5865 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
5867         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
5868         ABI for varargs, across all MIPS. This is incompatible because the
5869         va_list (__builtin_va_list) structure is different, so a compilation
5870         unit passing a va_list and a compilation unit being passed one, should
5871         both be compiled with the same ABI. (The old structure had two
5872         pointers, now it has three.)
5874 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
5876         * bb-reorder.c (struct reorder_block_def): Remove members end,
5877         block_begin, and block_end.
5878         (REORDER_BLOCK_OLD_END): Delete.
5879         (REORDER_BLOCK_BEGIN): Delete.
5880         (REORDER_BLOCK_END): Delete.
5881         (chain_reorder_blocks): Remove dead code.
5883 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
5885         * bb-reorder.c (remove_scope_notes): Check for both types of scope
5886         notes as the end of a basic block before deleting.
5888 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
5890         * final.c (final_start_function): Fix spelling of "necessary".
5892 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
5894         * toplev.c (debug_ignore_block): Return int.
5895         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
5896         * toplev.h, dwarf2out.h: Adjust.
5897         * emit-rtl.c (remove_unnecessary_notes): Test return value.
5899         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
5900         * toplev.c, final.c, rtl.h: Adjust.
5902 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5904         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
5905         * configure.in: Look for makeinfo in the unified tree, then
5906         for a system makeinfo which is sufficiently new.
5907         * Makefile.in: If configure says makeinfo is too old, don't
5908         build or install Info documentation.
5910 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5912         * cpphash.c (collect_params): Fix off-by-one error.
5913         (dump_hash_helper): Dump all four macro nodetypes.
5915 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5917         * cpphash.c (trad_stringify): Adjust p after stringification as
5918         well.
5920 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
5922         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
5923         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
5925         * cppfiles.c (file_cleanup): Delete.
5926         * cpphash.c (macro_cleanup): Delete.
5927         (collect_objlike_expansion, collect_funlike_expansion,
5928         macarg, scan_arguments): Remove CPP_POP case.
5930         * cpplex.c (null_cleanup): Delete.
5931         (cpp_pop_buffer): Do the work that was done in the cleanups
5932         here.  Call _cpp_unwind_if_stack from here.
5933         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
5934         cpp_scan_buffer): Run until we see CPP_EOF and the top of
5935         stack is the buffer _below_ the one we stacked.
5936         (cpp_get_token): Always pop an exhausted buffer.  Return
5937         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
5938         * cpplib.c (skip_if_group): Don't call cpp_get_token to
5939         increment the line number.
5940         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
5942         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
5943         we see CPP_EOF and the top of stack is the buffer _below_ the
5944         one we stacked.
5945         * scan-decls.c: Likewise.
5947 2000-05-02  Andrew Haley  <aph@cygnus.com>
5949         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
5950         where this function is called for the second time on a decl that
5951         has had its section info changed in such a way as to move it out
5952         of small data/bss.
5953         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
5955 2000-05-01  Richard Henderson  <rth@cygnus.com>
5957         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
5958         the sequence we're moving, not to merge_bb->head.
5960 2000-05-01  Richard Henderson  <rth@cygnus.com>
5962         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
5963         reference to alpha/t-linux.
5964         (alpha*-*-linux-gnu*): Likewise.
5965         * configure: Rebuild.
5967         * calls.c (expand_call): Don't emit reg notes for a sibcall.
5969         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
5970         if not in SSA form.
5972         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
5974 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
5976         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
5977         TREE_THIS_VOLATILE.
5979 2000-05-01  Richard Henderson  <rth@cygnus.com>
5981         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
5982         emit_conditional_move.
5984 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
5986         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
5987         as the dynamic linker.
5989 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
5991         * cppfiles.c (open_include_file): Open file in blocking mode.
5992         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
5993         Only exclude block devices and directories.
5995         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
5996         static.  Allocate the hashnode and its string in the same
5997         block of memory.
5998         (del_HASHNODE): Don't free h->name.
5999         (_cpp_lookup): If there is no entry for this string, create
6000         one, of type T_VOID.
6001         (_cpp_lookup_slot): Delete.
6002         * cpphash.h: Update prototypes.
6004         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6005         not hp == NULL.
6006         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6007         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6008         node here, just fill in the value field properly.  "Delete"
6009         entries by setting the value field to T_VOID.  Check for
6010         hp->type == T_VOID, not hp == NULL.
6012         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6013         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6014         hashtab.h.
6016 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6018         * config/mn10300/mn10300.c (print_operand_address): Do not add
6019         zero to SP.
6021         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6022         adjusted by less than 256 bytes, use ret regardless of having any
6023         callee-saved register to restore.
6025 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6027         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6029 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6031         * config/i386/djgpp.h (INT_ASM_OP): Define.
6032         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6033         (ASM_WEAKEN_LABEL): Define.
6034         (MASK_BNU210): Define.
6035         (SUBTARGET_SWITCHES): Define.
6036         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6037         (MAKE_DECL_ONE_ONLY): Define.
6038         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6040 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6042         * i386/cygwin.h (INT_ASM_OP): Define.
6044 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6046         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6047         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6049 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6051         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6052         __tmp_reg__ and __zero_reg__ initialization.
6054 2000-04-30  Richard Henderson  <rth@cygnus.com>
6056         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6058         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6059         referenced bewteen the condition and the jump.  Don't delete
6060         anything but the jump.
6062 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6064         * bb-reorder.c (scope_def): New struct.
6065         (scope_forest_info): New struct.
6066         (struct reorder_block_def): New member "scope".
6067         (REORDER_BLOCK_SCOPE): New macro.
6068         (relate_bbs_with_scopes): New function and prototype.
6069         (make_new_scope): Likewise.
6070         (build_scope_forest): Likewise.
6071         (remove_scope_notes): Likewise.
6072         (insert_intra_1): Likewise.
6073         (insert_intra_bb_scope_notes): Likewise.
6074         (insert_inter_bb_scope_notes): Likewise.
6075         (rebuild_scope_notes): Likewise.
6076         (free_scope_forest_1): Likewise.
6077         (free_scope_forest): Likewise.
6078         (dump_scope_forest): Likewise.
6079         (dump_scope_forest_1): Likewise.
6080         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6081         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6082         block.
6083         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6084         and remove_scope_notes before reordering is done. Added calls to
6085         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6086         after reordering is done.
6088 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6090         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6091         removed two stale entries (defined away with OLD_CPP).
6092         * fixinc/inclhack.sh: regen
6093         * fixinc/fixincl.x: regen
6095 2000-04-30  Richard Henderson  <rth@cygnus.com>
6097         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6098         from the last insn in the sequence.
6100 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6102         * cpplex.c (cpp_idcmp): New function.
6103         * cpplib.h: Prototype it.
6104         * scan_decls.c (scan_decls): Use it to inspect token names.
6105         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6106         the file being run through the preprocessor.
6107         (check_macro_names): Provide length of token to cpp_defined.
6109         * Makefile.in: Remove stale warning message.
6111         * cppfiles.c (redundant_include_p): Provide length of token to
6112         cpp_defined.
6113         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6114         values are unsigned int.
6115         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6116         (_cpp_lookup_slot): Do not calculate the hash, either.
6117         * cpphash.h: Update prototypes.
6118         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6119         Hashes are unsigned int.  Calculate hash here, pass by value
6120         to _cpp_lookup_slot.
6122 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6124         * simplify-rtx.c (check_value_useless): Delete function.
6125         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6126         by hand.
6127         (cselib_invalidate_regno): Likewise.
6128         (cselib_invalidate_mem_1): Likewise.
6129         (references_value_p): Recognize useless values by the fact that they
6130         have no locations.
6131         (discard_useless_values): Likewise.
6132         (cselib_record_set): This may turn a useless value
6133         into a useful one.
6135 2000-04-30  Richard Henderson  <rth@cygnus.com>
6137         * config/d30v: New port.
6139         * configure.in (d30v-*): Set fp format.
6140         * configure: Rebuild.
6142 2000-04-30  Richard Henderson  <rth@cygnus.com>
6144         * ifcvt.c: New file.
6145         * Makefile.in (OBJS): Add it.
6146         (ifcvt.o): New target.
6147         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6148         and conditional arithmetic.
6149         (find_insert_position): Remove.
6150         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6151         * toplev.c (DFI_ce, DFI_ce2): New.
6152         (dump_file): Add ce and ce2 dumps.
6153         (rest_of_compilation): Run if_convert a couple o times.  Set
6154         cse_not_expected after cse2.  Don't set no_new_pseudos until
6155         after sched1 or recompute_reg_usage.
6157 2000-04-30  Richard Henderson  <rth@cygnus.com>
6159         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6160         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6162 2000-04-30  Richard Henderson  <rth@cygnus.com>
6164         * flow.c (struct reg_cond_life_info): New.
6165         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6166         (init_propagate_block_info): Initialize them.
6167         (free_propagate_block_info): Destruct them.
6168         (mark_set_1): Consider conditional life before killing a register.
6169         (mark_regno_cond_dead): New.
6170         (free_reg_cond_life_info): New.
6171         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6172         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6173         (mark_used_reg): Record conditional life.
6175         * haifa-sched.c (schedule_insns): Disable death counting
6176         sanity check for HAVE_conditional_execution.
6178 2000-04-30  Richard Henderson  <rth@cygnus.com>
6180         * Makefile.in (TIMEVAR_H): New.
6181         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6182         (timevar.h): Remove rule.
6184 2000-04-29  Richard Henderson  <rth@cygnus.com>
6186         * config/alpha/crtend.asm: Use C comments instead of #.
6187         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6189         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6191 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6193         * cpphash.h (enum node_type: Take out T_MCONST.
6194         (union hashval): Move into struct hashnode.
6195         (struct hashnode): Pack tighter.  Remove file, line, col
6196         members.
6197         * cpphash.c: Constify most of the macro-definition structures.
6198         (struct definition): Replace by struct object_defn
6199         and struct funct_defn.  Put file, line, column information
6200         here.  All users updated to match.
6201         (_cpp_create_definition, _cpp_macroexpand): Remove special
6202         case for #define WORD OTHERWORD.
6203         * cpplib.c (do_undef): Remove T_MCONST case.
6205         * cpphash.h: Move struct reflist, struct definition, and the
6206         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6207         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6208         * cpphash.c (_cpp_free_definition): Free data pointed to by
6209         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6210         (_cpp_create_definition, del_HASHNODE): Just call
6211         _cpp_free_definition to clear out a hashnode.
6212         * cpplib.c (do_pragma_poison): Likewise.
6214 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6216         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6217         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6218         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6219         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6220         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6221         REGNO_AM33_P): Redefine in terms of the new macros.
6222         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6223         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6224         STRUCT_VALUE): Likewise.
6225         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6226         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6228 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6230         * regmove.c (struct record_stack_memrefs_data): New.
6231         (record_stack_memrefs): New function.
6232         (combine_stack_adjustments_for_block): Use it.
6234 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6236         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6237         use special_function_p to detect alloca.
6239 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6241         * gcc.texi: Fixes for makeinfo 4.0 --html.
6243 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6245         * pcp.h: Delete file.
6247 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6249         * h8300.c (function_epilogue): Clean up flags when the last insn
6250         in a function is a barrier.
6252 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6254         * configure.in (sparc-hal-solaris2*): protect [] glob from
6255         my expansion.
6256         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6257         rather than hard-coded constants in target_cpu_default2.
6258         * configure: Regenerate.
6260 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6262         * tree.c (get_callee_fndecl): Extract the initial value from
6263         a readonly decl.
6265 2000-04-28  Richard Henderson  <rth@cygnus.com>
6267         * varasm.c (record_constant_1): Record the CODE_LABEL when
6268         taking the address of a LABEL_REF.
6270 2000-04-28  Richard Henderson  <rth@cygnus.com>
6271             Jan Hubicka  <jh@suse.cz>
6273         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6274         adjustment; don't do the stack adjust.
6275         (expand_call): Call compute_argument_block_size right before
6276         allocating the block; update comment; don't do alignment sanity
6277         checking for sibling call; use args_size instead of
6278         unadjusted_args_size before args_size is adjusted.  Use
6279         combine_pending_stack_adjustment_and_call to compute stack adjust
6280         for must_preallocate case.
6282         * expr.c (push_block): Remove shadow `temp' in inner scope.
6284 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6286         * toplev.c (rest_of_compilation): Call
6287         note_deferral_of_defined_inline_function even if the function
6288         can't be inlined.
6290 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6292         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6294 2000-04-28  Richard Henderson  <rth@cygnus.com>
6296         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6298 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6300         * timevar.c (init_timevar): DeANSIfy function definition.
6302 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6304         * Makefile.in (timevar.o): Depend on flags.h.
6305         * timevar.c (unused_stack_instances): New variable.
6306         (timevar_push): Take a timevar_stack_def from
6307         unused_stack_instances if available.
6308         (timevar_pop): Push the popped timevar_stack_def onto
6309         unused_stack_instances.
6310         (TIMEVAR_ENABLE): New macro.
6311         (timevar_def): Make standalone a 1-bit field.  Add field used.
6312         (get_time): Rename parameter to now.  Return after clearing it if
6313         not TIMEVAR_ENABLE.
6314         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6315         (timevar_pop): Likewise.
6316         (timevar_stop): Likewise.
6317         (timevar_push): Likewise.  Mark the timing variable as used.
6318         (timevar_start): Likewise.
6319         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6320         timevars that were never used.
6322 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6324         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6325         always TREE_READONLY.
6327 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6329         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6330         for call instruction with mode QImode.
6332 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6334         * Makefile.in (OBJS): Add timevar.o.
6335         (toplev.o): Depend on timevar.h.
6336         (ggc-simple.o): Likewise.
6337         (ggc-page.o): Likewise.
6338         (timevar.o): New rule.
6339         (timevar.h): New rule.
6341         * timevar.h: New file.
6342         * timevar.c: Likewise.
6343         * timevar.def: Likewise.
6345         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6346         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6347         throughout.
6348         (TIMEVAR): Remove macro.
6349         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6350         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6351         flow_time, combine_time, regmove_time, sched_time,
6352         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6353         sched2_time, dbr_sched_time, reorder_blocks_time,
6354         rename_registers_time, shorten_branch_time, stack_reg_time,
6355         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6356         all_time): Remove.
6357         (compile_file): Don't initialize time variables.  Call
6358         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6359         of many calls to print_time.
6360         (rest_of_compilation): Add timing for reload_cse_regs.
6361         (get_run_time): Removed to timevar.c.
6362         (print_time): Likewise.
6363         (get_run_time): Implement using TV_TOTAL time variable.
6364         (print_time): Get total run time from get_run_time.
6365         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6366         computing elapsed time explicitly.
6367         * ggc-simple.c (ggc_collect): Likewise.
6368         (gc_time): Remove declaration.
6370 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6372         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6373         (expand_call): Use it.
6375 2000-04-27  Jan Hubicka  <jh@suse.cz>
6377         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6378         fields.
6380 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6382         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6383         registers.
6385 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6387         * function.c (epilogue_done): Pass whole insn to record_insns.
6389 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6391         * cse.c (CSE_ADDRESS_COST): Remove.
6392         (find_best_addr): Add new parameter "MODE", use address_cost instead
6393         of CSE_ADDRESS_COST
6394         (address_cost): New.
6395         (fold_rtx): Update call of find_best_addr.
6396         * rtl.h (address_cost): Declare.
6397         * loop.c (general_induction_var): Add new parameter "MODE", use
6398         address_cost instead of ADDRESS_COST
6399         (init_loop): Use address_cost instead of ADDRESS_COST.
6400         (check_insn_for_givs): Update call of general_induction_var.
6401         (find_mem_givs): Likewise.
6402         (consec_sets_giv): Likewise.
6403         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6404         * i386.c (ix86_address_cost): New.
6405         * i386-protos.h (ix86_address_cost): Declare.
6407 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6409         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6410         registers.
6412 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6414         * expr.c (store_expr): Use clear_storage instead of direct memset
6415         libcall.
6417 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6419         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6420         ASHIFT, AND and LABEL_REF.
6422 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6424         * invoke.texi (-foptimize-sibling-calls): Fix.
6426 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6428         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6430         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6431         calculation; rename const_equiv array in the preconditioning code
6432         from loop_unroll to loop_unroll_precondition
6434 2000-04-27  Richard Henderson  <rth@cygnus.com>
6436         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6437         add new_set.
6438         (propagate_one_insn): Clear it.  Don't update reg_live here.
6439         (init_propagate_block_info): Update for pbi member changes.
6440         (free_propagate_block_info): Likewise.
6441         (mark_set_1): Know that zero_extract, sign_extract, and
6442         strict_low_part don't kill their argument.  Alter hard subregs.
6443         Update new_set for non-CLOBBER sets.  Update reg_live.
6444         (find_auto_inc): Update reg_live, not new_dead.
6445         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6446         to determine if the reg in question was set this insn.  Only update
6447         reg info with PROP_REG_INFO.
6449 2000-04-26  Richard Henderson  <rth@cygnus.com>
6451         * flow.c (allocate_reg_life_data): Set max_regno here ...
6452         (life_analysis): ... not here.
6454         * flow.c (calculate_global_regs_live): Force stack pointer
6455         live at end.
6457 2000-04-26  Richard Henderson  <rth@cygnus.com>
6459         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6460         commit change group changes.
6461         (invert_exp_1): Similarly.
6462         (redirect_exp, invert_exp): Use them.
6463         (redirect_jump_1): New.
6464         (invert_jump_1): New.
6465         (jump_optimize_1): Remove code subsumed by condexec.c.
6466         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6468 2000-04-26  Richard Henderson  <rth@cygnus.com>
6470         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6472         * genconfig.c (main): Set all HAVE_foo to 1.
6474         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6476 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6478         * invoke.texi: Document -fssa flag.
6480 2000-04-26  Richard Henderson  <rth@cygnus.com>
6482         * flow.c (count_reg_sets_1): Remove.
6483         (count_reg_sets, count_reg_references): Remove.
6484         (recompute_reg_usage): Implement with update_life_info.
6485         Reallocate life data.
6487 2000-04-26  Richard Henderson  <rth@cygnus.com>
6489         * flow.c (update_life_info): Consider blocks null to mean the
6490         universal set.
6491         (calculate_global_regs_live): Likewise.
6492         (life_analysis): Do that instead of collecting all_blocks.
6494 2000-04-26  Richard Henderson  <rth@cygnus.com>
6496         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
6497         a still-valid conditional jump.
6499 2000-04-26  Richard Henderson  <rth@cygnus.com>
6501         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
6503         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
6504         * flow.c (calculate_loop_depth): Remove.
6505         * output.h (calculate_loop_depth): Don't declare.
6506         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
6507         inline; run estimate_probability at the same time.
6509 2000-04-26  Neil Booth  <NeilB@earthling.net>
6511         * cpplib.h: "~=" is not a single pp-token.
6512         * cpplex.c: Correct commentary.
6514 2000-04-26  Richard Henderson  <rth@cygnus.com>
6516         * flow.c (mark_set_1): New arguments code and flags; update all
6517         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
6518         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
6519         loop_depth when optimizing for size.  Do new_dead update after
6520         emitting REG_UNUSED notes.  Merge mark_set_reg code.
6521         (mark_set_reg): Remove.
6522         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
6523         arrange to not emit REG_UNUSED notes.
6525 2000-04-26  Richard Henderson  <rth@cygnus.com>
6527         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
6528         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
6530 2000-04-26  Richard Henderson  <rth@cygnus.com>
6532         * flow.c (propagate_one_insn): Break out from propagate_block.
6533         (init_propagate_block_info): Likewise.
6534         (free_propagate_block_info): Likewise.
6535         (propagate_block): Use them.  Export.
6536         * basic-block.h: Declare them all.
6538 2000-04-26  Richard Henderson  <rth@cygnus.com>
6540         * basic-block.h (life_analysis): Declare here ...
6541         * output.h: ... not here.
6542         * flow.c (life_analysis): Remove nregs parameter; replace
6543         remove_dead_code with flags.  Remove ssa dead code check.
6544         Only init alias analysis if we'll use it.
6545         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
6546         * ssa.c (convert_to_ssa): Likewise.
6547         (convert_from_ssa): Likewise.
6548         * toplev.c (rest_of_compilation): Likewise.
6550 2000-04-26  Richard Henderson  <rth@cygnus.com>
6552         * flow.c (flow_delete_block): Rename from delete_block.  Export.
6553         * basic-block.h (flow_delete_block): Declare.
6555 2000-04-26  David S. Miller  <davem@redhat.com>
6557         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
6558         taking a PATTERN of it.
6560 2000-04-26  <NeilB@earthling.net>
6562         * cpplex.c (spell_other, spell_char): Remove.
6563         (SPELL_CHAR): New.
6564         (token_spelling, trigraph_map): Use unsigned chars.
6565         (_cpp_lex_line): Tidy up the switch statement.
6566         * cpplib.h: Implement spell_char with spell_string.
6567         (C): New.
6569 2000-04-26  <RodneyBrown@pmsc.com>
6571         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6572         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
6574 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6576         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
6577         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
6578         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
6579         dwarf2out_return_save, dwarf2out_return_reg,
6580         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
6581         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
6582         gen_compile_unit_die, dwarf2out_init): Constify a char*.
6584         * dwarf2out.h (dwarf2out_init): Likewise.
6586         * dwarfout.c (filename_entry, primary_filename, last_filename,
6587         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
6589         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
6590         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
6591         dwarf2out_return_reg): Likewise.
6593 2000-04-26  Andreas Jaeger  <aj@suse.de>
6595         * extend.texi (Function Attributes): Fix description of pure
6596         attribute.
6598 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6600         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
6601         before calling rest_of_compilation.
6603 2000-04-26  Andreas Jaeger  <aj@suse.de>
6605         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
6606         last patch.
6608 2000-04-25  Richard Henderson  <rth@cygnus.com>
6610         * cse.c (cse_insn): Emit barrier after unconditional jump.
6612         * calls.c (expand_call): Disable tail call generation once
6613         rtx_equal_function_value_matters is false.
6615         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
6616         like EDGE_EH edges.
6618 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
6620         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
6622         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
6624         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
6625         is the primary DIE for a member function.
6626         (gen_decl_die): Call set_decl_origin_self here.
6627         * dwarfout.c (output_decl): And here.
6628         * integrate.c (output_inline_function): Not here.
6629         Don't clear DECL_INLINE until after calling rest_of_compilation.
6630         (set_decl_origin_self): No longer static.
6631         * tree.h: Add prototype.
6632         * toplev.c (note_deferral_of_defined_inline_function): Only write
6633         out abstract instance for actual inlines.
6635 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
6637         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
6638         EXTENDED_REGS only if TARGET_AM33.
6639         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
6640         SP_REGS to register allocation and reloading unless absolutely
6641         necessary.
6642         (movsi3): Remove special-case of adding non-constants to SP.
6644 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6646         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
6647         INCLUDES to search and does not provide any of its own.  Also it
6648         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
6649         parameters.  Also it does not call AC_DEFINE.
6650         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
6651         AC_DEFINE and provides for automatic entries for autoheader.
6652         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
6654         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
6655         so we can pass -I flags and include gansidecl.h/system.h in this
6656         test.
6658         * acconfig.h: Delete all NEED_DECLARATION_* entries.
6660 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6662         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6663         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6664         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
6666         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
6667         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
6668         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
6669         for these macros.  Clean up spacing and linewraps.
6671 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6673         * calls.c (expand_call): Use get_callee_fndecl.
6675         * print-tree.c (print_node): Print the chain of an _EXPR.
6677 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
6678                           Jim Wilson  <wilson@cygnus.com>
6679                           Andrew Haley  <aph@cygnus.com>
6681         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
6682         and gp save/restore problems.
6683         * config/ia64/crtend.asm: Add IA-64 unwind support.
6684         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
6685         in fr_pad_size calculation.
6686         (save_restore_insns): Move PR save area.  Correct uses of
6687         RTX_FRAME_RELATED_P.
6688         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
6689         (ia64_expand_epilogue): Add eh_epilogue support.
6690         (ia64_function_prologue): Emit .prologue directive.
6691         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
6692         (ia64_override_options): Set init_machine_status and
6693         mark_machine_status.
6694         (rtx_needs_barrier): Handle bsp reads and writes.
6695         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
6696         New static variables.
6697         (process_set, process_for_unwind_directive): New functions.
6698         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
6699         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
6700         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
6701         macros.
6702         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
6703         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
6704         (struct machine_function): Define.
6705         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
6707 2000-04-25  Bruce Korb  <bkorb@gnu.org>
6709         * fixinc/Makefile.in: make the removal of old programs more
6710         robust
6711         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
6712         install-bin and install-sh
6714 2000-04-25  Nick Clifton  <nickc@cygnus.com>
6716         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
6717         defined, define to return zero.
6718         (function_cannot_inline_p): If a function has any target
6719         specific attributes, then use the macro
6720         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
6721         whether it can be inlined.  If it cannot, issue a suitable
6722         explanation.
6724         * tm.texi: Add a new node 'Inlining' to document the new macro
6725         FUNCTION_ATTRIBUTE_INLINABLE_P.
6727 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
6729         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
6730         commentary.
6732 2000-04-25  Neil Booth  <NeilB@earthling.net>
6734         Restore previous patch, plus the following fixes:
6736         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
6737         flags, not CPP_OPEN_PAREN.
6738         * cpplex.c (expand_token_space, init_token_list,
6739         cpp_free_token_list): Put the dummy token at list->tokens[-1].
6740         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
6742 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6744         * config/i386/freebsd.h (INT_ASM_OP): Define.
6746 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6748         * loop.c (strength_reduce): Fix typo in the last checkin.
6750 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6752         * stor-layout.c (finalize_record_size): Simplify to use existing
6753         functions.
6754         (compute_record_mode): No longer static.
6755         * tree.h (compute_record_mode): New declaration.
6757 2000-04-25  Neil Booth  <NeilB@earthling.net>
6759         * Revert my patch below until cause of build failures
6760         determined.
6762 2000-04-25  Richard Henderson  <rth@cygnus.com>
6764         * combine.c (combine_instructions): Add missing argument
6765         to try_combine.
6767         * toplev.c (rest_of_compilation): Delay sibcall optimization
6768         until after emit_eh_context.
6770 2000-04-24  Nick Clifton  <nickc@redhat.com>
6772         * combine.c (combine_instructions): Do not try to combine a
6773         sequence of insns when the second insn has been replaced by a
6774         note.
6776 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
6778         * gcc.c (load_specs): New static function.
6779         (read_specs): Use it.
6781         * gcc.c (lookup_compiler): Make multiple passes for case
6782         insensitive filesystems.
6784 2000-04-24  Neil Booth  <NeilB@earthling.net>
6786         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
6787         * cpphash.h (_cpp_check_directive): new.
6788         * cpplex.c (handle_newline, cpp_free_token_list,
6789         init_trigraph_map, trigraph_ok, trigraph_replace,
6790         backslash_start, skip_block_comment, skip_line_comment,
6791         skip_whitespace, parse_name, parse_number, parse_string,
6792         copy_comment, _cpp_lex_line, spell_char, spell_string,
6793         spell_comment, spell_name, spell_other, _cpp_lex_file,
6794         _cpp_output_list): new.
6795         (expand_name_space): take length argument.
6796         (init_token_list): add comment list initialisation.
6797         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
6798         instead of HSPACE_BEFORE.
6800         * cpplib.c (_cpp_check_directive): new
6801         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
6802         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
6803         (HSPACE_BEFORE): delete.
6804         (TTYPE_TABLE): rearrange.
6805         (struct cpp_toklist): update.
6807 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6809         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
6810         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
6811         argument form of AC_DEFINE.
6813         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
6814         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
6815         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
6816         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
6817         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
6819         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
6821 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6823         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
6824         deduced.h): Use -isystem, not -I, for including system headers.
6826 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6828         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
6829         the source register is the frame pointer or arg pointer.
6830         (addsi3_small_int): Disallow if source register is the frame
6831         pointer or arg pointer.
6833 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6835         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
6836         call to AC_MSG_RESULT.
6838 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6840         * invoke.texi: Correct grammatical errors, document
6841         -fno-gnu-keywords as identical to -fno-asm for C++.
6843 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6845         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
6846         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
6847         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
6848         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
6849         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
6851         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
6852         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
6853         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
6854         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
6855         new macros names.
6857 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
6859         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
6860         (pop_alignment): Likewise.
6861         (handle_pragma_token): Likewise.
6863 2000-04-24  Robert Lipe <robertlipe@usa.net>
6865         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
6867 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
6869         * combine.c (try_combine): Update reg_nonzero_bits of
6870         newi2pat before newpat.
6872 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6874         * loop.c (strength_reduce): Simplify test to INSN_P.
6875         (record_giv): Attempt to simplify the add value, use CONSTANT_P
6876         expressions instead of CONST_INT.
6877         (express_from_1): Likewise.
6879 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
6881         * regs.h (reg_n_max): Don't declare.
6882         * flow.c (reg_n_max): Don't define.
6883         * regclass.c (renumber): Don't initialize to zero.
6884         (regno_allocated): Likewise.
6885         (reg_n_max): Define.
6886         (allocate_reg_info): Don't initialize unnecessarily.
6888 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
6890         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
6891         and blockage_p in the newly allocated attribute.
6893 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
6895         * config/mn10300/mn10300.md (addsi): `inc4' on address
6896         registers does not modify cc, but `inc' on an extended
6897         register does.
6899 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
6901         * reload.c (find_equiv_reg): Checks all valueno regs
6902         as a reload_reg_p regs.
6904 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6906         * cpphash.c (collect_objlike_expansion): Add sanity check.
6907         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
6908         the buffer is the empty string, return.  Mark __DATE__ and
6909         __TIME__ as XCONST nodes, not MCONST.
6910         (_cpp_macroexpand): Avoid pushing an empty buffer.
6911         (funlike_macroexpand): Don't pop token_buffer here.
6913 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
6915         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
6916         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
6917         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
6918         (REGNO_OK_FOR_BASE_P): Define in terms of them.
6919         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
6920         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
6921         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
6923 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6925         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
6926         constant MULT givs.
6928 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
6930         * cpphash.h (struct definition): Move file, line, col members...
6931         (struct hashnode): ... here.  Also add 'disabled' flag.
6932         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
6933         T_IDENTITY.  Remove T_DISABLED.
6934         Update prototypes.
6936         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
6937         (collect_expansion): Split into collect_objlike_expansion and
6938         collect_funlike_expansion.
6939         (_cpp_macroexpand): Split out scan_arguments, stringify, and
6940         funlike_macroexpand.
6941         (_cpp_compare_defs): Rename compare_defs, make static.
6942         (_cpp_make_hashnode): Initialize hp->disabled.
6943         (macro_cleanup): Adjust for new token types.  Clear
6944         m->disabled.
6945         (_cpp_create_definition): Move code here to determine what
6946         sort of macro it is, and code to check for redefinitions, from
6947         do_define.  Implement a few simple cases without creating a
6948         full DEFINITION.
6949         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
6950         Handle the simple cases.
6951         (push_macro_expansion): Set buf->has_escapes and hp->disabled
6952         here.
6954         * cppinit.c (builtin_array): Change MCONST to XCONST
6955         everywhere.
6956         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
6957         fix check for disabled and function-like macros.
6958         * cpplib.c (do_define): Move most logic to
6959         _cpp_create_definition.
6960         (do_undef): Handle new special token types.
6962 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6964         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
6965         of CONSTANT_P for mult_val; always use validate_change to update insn.
6967 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
6969         * cpphash.c (trad_stringify, add_pat): New functions.
6970         (collect_expansion): Restore support for -traditional syntax.
6971         Use trad_stringify and add_pat.
6972         (_cpp_macroexpand): Restore support for -traditional semantics.
6973         * cpplex.c (_cpp_scan_line): Don't change space_before if we
6974         get a COMMENT token.
6975         (_cpp_lex_token): Provide COMMENT tokens to caller if
6976         traditional and parsing_define_directive.
6977         (skip_comment): Warn about // comments if -Wtraditional.
6978         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
6979         proper node type.
6980         (do_undef): Don't warn about undefining EMPTY nodes.
6982 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6984         * loop.c (strength_reduce): Fix biv removal code.
6986 2000-04-22  Richard Henderson  <rth@cygnus.com>
6988         * predict.c (estimate_probability): Examine both sides of
6989         a branch for no exits.  Use 90% not 50% for predict taken.
6990         Reorg for one copy of note generation code.
6992 2000-04-22  Richard Henderson  <rth@cygnus.com>
6994         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
6996 2000-04-22  Richard Henderson  <rth@cygnus.com>
6998         * diagnostic.c (init_output_buffer): Don't initialize format_args.
6999         (output_clear): Likewise.
7000         (output_printf): Use va_copy.
7001         (vline_wrapper_message_with_location): Likewise.
7002         (v_message_with_decl): Likewise.
7003         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7004         * system.h (va_copy): Provide default implementation.
7006 2000-04-22  Richard Henderson  <rth@cygnus.com>
7008         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7009         the collected condition is not a constant.
7011 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7013         * diagnostic.h: New file.
7015         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7017         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7018         various function prototypes.
7019         (diagnostic.h): #include.
7020         (struct output_buffer): Move into diagnostic.h.
7021         (get_output_prefix): Rename to output_get_prefix.  Export.
7022         (init_output_buffer): Export. Break out.  Ajust intialization.
7023         (output_space_left, output_append): Export.
7024         (output_newline): Rename to output_add_newline.  Export.
7025         (output_clear): Nullify additional output_buffer fields.
7026         (output_puts): Rename to output_add_string.  Export.
7027         (dump_output): Rename to output_flush_on.  Export.
7028         (build_location_prefix): Constify return-type.
7029         (emit_output_prefix): Rename to output_emit_prefix. Export.
7030         (set_real_maximum_length): New function.
7031         (output_set_maximum_length): Ditto
7032         (output_clear): Ditto.
7033         (output_add_character): Ditto.
7034         (output_add_integer): Ditto.
7035         (output_add_space): Ditto.
7036         (output_format): Ditto.
7037         (output_printf): Adjust buffer initialization.
7038         (vline_wrapper_message_with_location): Ditto.
7039         (v_message_with_decl): Ditto.  Adjust call to output_puts
7040         and get_output_prefix.
7041         (default_print_error_function): Adjust buffer intialization.
7043 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7045         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7046         of VOID_TYPE.
7048 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7050         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7051         of explicit 0.
7053 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7055         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7056         accurate data about SP moves.
7058 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7060         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7061         aliases to AM33 registers.
7063 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7065         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7066         to all EXTENDED bitmaps.
7068 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7070         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7071         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7072         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7074 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7076         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7077         the operand is not constant.
7079 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7081         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7082         as a call-clobbered regs.
7084 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7086         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7087         * rtl.h: Likewise.
7088         * rtl.def: Update comment.
7089         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7090         * integrate.c (expand_inline_function): Likewise.
7091         * profile.c (branch_prob): Likewise.
7092         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7093         * print-rtl.c (print_rtx): Likewise.
7094         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7095         (reemit_notes): Likewise; also use enum insn_note.
7097         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7098         (place_field): Properly compute know and actual alignment.
7100         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7101         in proper format.
7103         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7104         note for REG1.
7106 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7108         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7109         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7110         (collect_expansion): Rewrite to scan over a token list.
7111         Remove -traditional support.
7112         (collect_formal_parameters): Rename to collect_params; rewrite
7113         to scan over a token list.
7114         (_cpp_create_definition): Adjust to scan a token list.
7115         (_cpp_macroexpand): Remove -traditional support.
7116         (_cpp_compare_defs): Whitespace is now canonicalized.
7117         (comp_def_part): Delete function.
7119         * cpphash.h: Update prototypes.
7120         * cpplex.c (init_token_list): Don't set lineno if there is no
7121         buffer.
7122         (pedantic_whitespace): New function.
7123         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7124         consume a newline.  Use pedantic_whitespace.
7125         (_cpp_lex_token): Remove support for -traditional macros.
7126         (_cpp_get_define_token): Delete.
7127         (_cpp_get_directive_token): Do the real work here.  Use
7128         pedantic_whitespace.
7129         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7131         * cpplib.c (get_macro_name): Delete.
7132         (do_define): Read the entire line into pfile->directbuf, then
7133         feed the token list to _cpp_create_definition.
7134         * cpplib.h (HSPACE_BEFORE): new define.
7135         (struct cpp_reader): Add a toklist member, "directbuf".
7137         * predict.c (estimate_probability): New heuristic: if a jump
7138         branches around a block with no successors, predict it taken.
7139         Disentangle control flow.
7141 2000-04-20  Richard Henderson  <rth@cygnus.com>
7143         * loop.c (emit_iv_add_mult): Revert last change.
7145 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7147         * cpplib.h (enum cpp_ttype): Add token types for all
7148         punctuators.  Distinguish pp-numbers from valid C numbers.
7149         Give some tokens better names.  Initialize from macro.
7150         (struct cpp_name, cpp_token, cpp_toklist): New data
7151         structures.
7152         Update prototypes.
7153         * cpplex.c (bump_column, expand_name_space,
7154         expand_token_space, init_token_list, cpp_output_list,
7155         _cpp_scan_line):  New functions.
7156         (output_line_command): Add third argument, new line number.
7157         * cpphash.h: Update prototypes.
7158         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7159         token names.
7161 2000-04-20  Richard Henderson  <rth@cygnus.com>
7163         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7165 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7167         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7168         object pointed to.
7170 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7172         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7173         REG_EQUAL note explaining the calculated value.
7175         * calls.c (expand_call): Avoid unnecesary precalculation
7176         and outgoing parameters space guarding for sibling calls.
7177         (store_one_arg): Likewise.
7179 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7181         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7182         (rest_of_compilation): Write sibling dump file and account
7183         for time as jump time.
7184         * invoke.texi: Update documentation on dump flags.
7186 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7188         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7190 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7192         * cpphash.c (special_symbol): Represent an empty macro with
7193         "\r \r " not just "\r ".
7194         (_cpp_macroexpand): Correct condition for the foo ( ) special
7195         case.
7196         (unsafe_chars): Handle EOF as second argument.
7197         (push_macro_expansion): Simplify test for removing escape at
7198         end.  Do not trim both escapes if there is no text in between.
7200 2000-04-19  Jim Blandy  <jimb@redhat.com>
7202         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7203         of PTR_SIZE, when appropriate.
7205 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7207         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7208         (USE_ENUM_BITFIELDS): Fix typo.
7210 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7212         * stor-layout.c (place_field): Set rli->offset_align properly.
7214 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7216         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7217         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7218         PARM_BOUNDARY): Remove unnecessary casts.
7220 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7222         * calls.c (precompute_arguments): Remove must_preallocate and
7223         args_size calls.
7224         (expand_call): Update call of precompute_arguments.
7226         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7227         check_insn_for_givs): Break out from ...
7228         (strength_reduce) ... here; use for_every_insn_in_loop to call
7229         check_insn_for_givs.
7230         * loop.h (for_every_insn_in_loop): Declare.
7231         (loop_insn_callback): New type.
7233 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7235         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7236         not nul-terminated.
7238 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7240         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7241         flag_pic and RELOC.
7243 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7245         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7247         * configure.in: Delete --disable-cpplib option and all
7248         references to cpp_main.
7249         * configure: Regenerate.
7250         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7251         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7252         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7253         cpp$(exeext).  Add --no-headers to makeinfo command line when
7254         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7255         cccp.1.
7256         * install.texi: Delete all references to cexp.y/cexp.c.
7257         Delete ancient instructions for compiling GCC on 3b1.
7258         * INSTALL: Regenerate.
7260         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7261         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7262         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7263         cexp.c/cexp.y.
7264         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7265         which is no longer tested anywhere.
7267         * cppinit.c (handle_option): Don't run error message through
7268         gettext twice.
7270 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7272         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7273         * cpperror.c (hashtab.h): Now include.
7274         * cppexp.c (hashtab.h): Likewise.
7275         * cpplex.c (hashtab.h): Likewise.
7276         * cppfiles.c (hashtab.h): Likewise.
7277         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7278         to htab_find_slot_with_hash.
7279         * cpphash.c (hashtab.h): Now include.
7280         (_cpp_lookup_slot): INSERT is now enum insert_option.
7281         * cpphash.h (_cpp_lookup_slot): Likewise.
7282         * cppinit.c (hashtab.h): Include earlier.
7283         (initialize_builtins): Pass enum to htab_find_slot.
7284         * cpplib.c (hashtab.h): Now include.
7285         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7286         (do_pragma_poison, do_assert): Likewise.
7287         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7288         htab_find_slot_with_hash.
7289         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7290         * tree.c (type_hash_add): Likewise.
7291         (build1): Minor cleanup.
7293         * ggc-common.c: Add missing blanks.
7294         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7295         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7297         * stmt.c (mark_case_node): New function.
7298         (mark_case_nesting): Call it.
7300         * expmed.c (emit_store_flag): If comparing two-word integer
7301         with zero, can optimize NE, EQ, GE, and LT.
7303         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7304         * conflict.c: Minor cleanups.
7305         * optabs.c: Add blank line
7306         * simplify-rtx.c: Minor cleanups.
7308 2000-04-18  Stan Cox  <scox@cygnus.com>
7310         * gengenrtl.c (genlegend): Fix misspelling.
7312 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7314         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7315         bitfields of the host compiler are not signed quantities.
7316         * config.in: Regenerate.
7317         * configure: Regenerate.
7318         * system.h (USE_ENUM_BITFIELDS): Added.
7319         (ENUM_BITFIELDS): Added.
7320         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7321         (SHORT_ENUM_BUG): Deleted.
7322         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7323         now ENUM_BITFIELD.
7324         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7325         (CODE_FIELD_BUG): Likewise.
7326         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7327         (OLD_CC): Likewise.
7328         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7330 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7332         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7333         mark is active.
7335 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7337         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7338         * cpplib.c (do_include, do_import, do_include_next,
7339         read_line_number, detect_if_not_defined): Likewise.
7340         * cpphash.c (collect_expansion): Likewise.
7341         (special_symbol, _cpp_macroexpand): Check return from
7342         cpp_file_buffer.
7343         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7344         macros.  Delete all uses.
7346         * gcc.dg/cpp-mi.c: Add two more test cases.
7347         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7349 2000-04-17  Richard Henderson  <rth@cygnus.com>
7351         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7352         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7354 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7356         * function.c (expand_function_start): Use hard_function_value to
7357         compute the RTL to use for DECL_RESULT.
7359 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7361         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7362         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7363          x86_memory_mismatch_stall): New global variables.
7364         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7365         alloved; fix load penalties for Athlon.
7366         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7367         x86_memory_mismatch_stall): Declare.
7368         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7369          TARGET_MEMORY_MISMATCH_STALL): New.
7370         * i386.md (athlon scheduling parameters): Fix latencies according to
7371         Athlon Optimization Manual.
7372         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7373         vector.
7374         (fsqrt instruction patterns): Set athlon_decode to direct.
7375         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7376         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7377         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7378         and TARGET_PARTIAL_REGISTER_STALL machines.
7379         (pushdf_nointeger): New pattern.
7380         (pushdf_integer): Rename from pushdf.
7381         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7382         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7384 2000-04-17  Richard Henderson  <rth@cygnus.com>
7386         * loop.c (canonicalize_condition): Add WANT_REG argument.
7387         Stop the search if we match it.
7388         * expr.h (canonicalize_condition): Update decl.
7389         * predict.c (expected_value_to_br_prob): Use it.  Track last
7390         expected value note.
7391         (find_expected_value): Remove.
7393         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7395 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7397         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7398         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7399         a plain file.
7400         * configure.in: Call AC_FUNC_MMAP_FILE.
7401         * configure: Regenerate.
7402         * config.in: Regenerate.
7404         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7405         * fixinc/fixincl.c: Likewise.
7407 2000-04-17  Richard Henderson  <rth@cygnus.com>
7409         * builtins.c (expand_builtin_expect): New.
7410         (expand_builtin): Call it.
7411         * builtins.def (BUILT_IN_EXPECT): New.
7412         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7413         * extend.texi: Document it.
7415         * predict.c (expected_value_to_br_prob): New.
7416         (find_expected_value): New.
7417         * basic-block.h (expected_value_to_br_prob): Declare.
7418         * toplev.c (rest_of_compilation): Invoke it.
7420         * rtl.h (NOTE_EXPECTED_VALUE): New.
7421         (NOTE_INSN_EXPECTED_VALUE): New.
7422         * rtl.c (note_insn_name): Update.
7423         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7424         cases; handle NOTE_INSN_EXPECTED_VALUE.
7426 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7428         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7429         leaf sibcall delay slot if flag_pic.
7430         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7432 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7434         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7436         * fixproto: If fix-header fails, exit with an error.
7438 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7440         * cse.c (struct check_depdendence_data): New.
7441         (check_dependence): New function.
7442         (invalidate): Use check_depdenence.
7444 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7446         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7447         UNITS_PER_WORD is unsigned.
7449         * tree.h (struct tree_common): Remove misleading comment.
7451 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7453         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7454         message in quotes. Otherwise, IBM's make program treats the '#' as the
7455         start of a comment and ignores the remainder of the line.
7457         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7458         upper case.
7459         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7460         * cexp.y (initialize_random_junk): Likewise.
7461         * cppfiles.c (find_include_file): Cast alloca return value.
7462         * cppinit.c (initialize_standard_includes): Likewise.
7463         * cpplib.c (cpp_define, cpp_undef): Likewise.
7464         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7465         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7466         * fold-const.c (CHARMASK): New.
7467         (real_hex_to_f): Use it.
7468         * real.c (CHARMASK): New.
7469         (etoasc, asctoeg): Use it.
7470         (asctoeg): EBCDIC lower case characters preceed upper case.
7472         * i370.c (mvs_add_label): Change spacing for coding conventions.
7473         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7474         outputing case vectors.
7475         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7476         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7477         since vector in in the data CSECT.
7478         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7479         * i370.md (Many patterns): Put the length in the XL directives.
7480         (movdi): Put back STM and MVC in definition.
7481         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7482         pattern using the TCA.
7483         * oe.h (CPP_SPEC): Added to allow trigraphs.
7484         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
7485         not support the "long long" type.
7487 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7489         * config/mips/mips-protos.h (mips_legitimate_address_p): New
7490         function.
7491         (mips_reg_mode_ok_for_base_p): Likewise.
7492         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
7493         (REG_OK_FOR_INDEX_P): Define unconditionally.
7494         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
7495         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
7496         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
7497         that GET_MODE_SIZE is unsigned.
7498         (mips_reg_mode_ok_for_base_p): Define.
7499         (mips_legitimate_address_p): Likewise.  Adjust now
7500         that GET_MODE_SIZE is unsigned.
7501         (block_move_loop): Make the number of bytes unsigned.
7502         (expand_block_move): Likewise.
7503         (function_arg): Make the loop counter unsigned to match the
7504         boundary condition.
7506 2000-04-16  Richard Henderson  <rth@cygnus.com>
7508         * rtl.h (enum insn_note): New enumeration.  Subsume
7509         NOTE_INSN_DELETED and friends.
7510         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
7511         * rtl.c (note_insn_name): Tweak string order.
7513 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
7515         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
7516         to offset * 2.
7518         * cpplex.c (output_line_command): Remove debugging prints.
7519         (cpp_output_tokens): Don't write out a zero-length buffer or
7520         try to see if it has a newline in it.
7521         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
7522         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
7523         the end of the loop.  Use memmove.  Don't read past the end of
7524         the buffer.  Remove trailing newlines from error messages.
7526 2004-04-16  Neil Booth  <NeilB@earthling.net>
7528         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
7529         * cpplib.c: Add new syntax flags to directive table, and
7530         supporting macros.
7532 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
7534         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
7535         using ret $N.
7537 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7539         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
7540         * haifa-sched.c: Update -fsched-verbose comments to use "=".
7542 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7544         * Makefile.in (ggc-page.o): Now includes toplev.h.
7545         * ggc-page.c (toplev.h): Now included.
7546         (gc_time): Remove declaration.
7547         (ggc_collect): TIME now long.
7548         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
7549         others static.
7550         * toplev.h (gc_time, parse_time, gc_time): New declarations.
7552         * toplev.c: Make *_time variable long to reduce chance of overflow.
7553         (TIMEVAR): Likewise for `otime'.
7554         (print_time): Arg is now long; compute percentage in FP and round.
7555         * toplev.h (print_time): Arg is long.
7557         * tree.c: Minor whitespace changes.
7559         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
7560         * configure: Rebuilt.
7561         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
7562         (__fixunsxfDI): Renamed from __fixunsxfdi.
7563         (__fixunsdfDI): Renamed from __fixunsdfdi.
7564         (__fixunssfDI): Renamed from __fixunssfdi.
7565         (__floatdisf): Use proper type in REP_BIT macro.
7566         (__fixunsxfSI): Renamed from __fixunsxfsi.
7567         (__fixunsdfSI): Renamed from __fixunsdfsi.
7568         (__fixunssfSI): Renamed from __fixunssfsi.
7569         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
7570         Change location of macros and upper-case some names as above.
7571         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
7572         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
7574         * varasm.c (assemble_variable): Add cast to remove warning.
7575         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
7577         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
7578         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
7579         region number to -1.
7581 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
7583         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
7584         call unshare_all_rtl.
7586         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
7588 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
7590         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
7591         Use .s1 not .s0 for all FP instructions.
7593 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
7595         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
7596         interfaces.
7597         (safe_fwrite, output_line_command): New static functions.
7598         (cpp_expand_to_buffer): Now private to cpplib.
7599         (cpp_scan_buffer): Take a printer.
7601         * cpphash.h: Update prototypes.
7602         * cpplib.h: Update prototypes.
7603         (cpp_printer): New.
7604         (cpp_buffer): Remove last_nominal_fname.
7605         (cpp_reader): Remove lineno.
7607         * cppmain.c: Use a cpp_printer.
7608         * fix-header.c: No need to inhibit line commands.  Call
7609         cpp_start_read with no printer.
7611         * cpperror.c (cpp_notice_from_errno): Provide default name.
7612         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
7613         (find_include_file, cpp_read_file): Use make_IHASH.
7614         (file_cleanup): Set control_macro and clear
7615         input_stack_listing_current here.
7616         (_cpp_execute_include): Don't output entering-file marker.
7617         * cpphash.c (special_symbol): Look for the line number in the
7618         buffer, not the reader.
7619         (_cpp_macroexpand): No need to disable line commands.
7620         (_cpp_dump_definition): No need to generate line commands.
7621         (dump_hash_helper): Remove excess newline from output.
7622         * cppinit.c (dump_special_to_buffer): No need to generate line
7623         commands.
7624         (cpp_printer_init): New.
7625         (cpp_start_read): Take a printer, and start it up if it's not
7626         NULL.  No need to generate line commands.
7627         (cpp_finish): Expect no buffers stacked at all.  Take a
7628         printer argument, and flush the output buffer if it's not
7629         NULL.
7630         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
7631         Don't put two hashes at the beginning of an assertion.
7632         (cpp_get_token): Don't increment pfile->lineno or emit line
7633         commands here.  Return EOF if there's no buffer when we get
7634         EOF.
7635         * cpplib.c (do_define, skip_if_group):
7636         No need to disable line commands.
7637         (_cpp_output_line_command): Delete function.
7638         (do_line): Don't emit line commands here, but set things up so
7639         they will be emitted if necessary.  Use _cpp_fake_ihash to
7640         make unique nominal_fnames if necessary.
7641         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
7642         with 0 for column, not -1.
7643         (_cpp_handle_eof): Don't set the control macro here.  Don't
7644         clear input_stack_listing_current here.  Don't emit line
7645         commands.
7647 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
7649         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
7650         always, use the default SVR4 start address.
7652         * config/rs6000/linux.h (LINK_SPEC): Don't define.
7653         (LINK_SHLIB_SPEC): Define.
7654         (LINK_START_DEFAULT_SPEC): Define.
7655         (LINK_OS_DEFAULT_SPEC): Define.
7657         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
7659         * config/rs6000/eabi.asm (__eabi): Call __init rather than
7660         __do_global_ctors to handle constructors.
7661         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
7662         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
7663         (STARTFILE_MVME_SPEC): Likewise.
7664         (STARTFILE_SIM_SPEC): Likewise.
7665         (ENDFILE_ADS_SPEC): Use crtend.
7666         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
7667         (ENDFILE_MVME_SPEC): Likewise.
7668         (ENDFILE_SIM_SPEC): Likewise.
7669         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
7670         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
7671         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
7672         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
7673         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
7674         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
7675         (CRTSTUFF_T_CFLAGS_S): Define.
7676         * config/rs6000/eabi-ctors.c: Delete.
7678         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
7679         boundary.
7680         (__fini): Likewise.
7681         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
7682         boundary.
7683         (__fini): Likewise.
7685 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
7687         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
7688         plus mask size is smaller or equal to the mode size.
7690 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7692         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
7693         not yet set.
7695         * expr.c (reload.h): Now included.
7696         (emit_block_move): Set volatile_ok when checking for movstr.
7697         (emit_move_1): Check for replacements in addresses in multi-word case.
7698         * Makefile.in (expr.o): Now includes reload.h.
7700         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
7701         Never have a LIBCALL end a basic block.
7702         (find_basic_blocks_1): Likewise.
7703         Reorganize CALL_INSN cases.
7705         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
7707 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
7709         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
7710         completers from mov.ret instruction.
7712 2000-04-14  Richard Henderson  <rth@cygnus.com>
7714         * fold-const.c (extract_muldiv): Don't distribute and widen
7715         multiply across plus for non-sizetype unsigned types.
7717 2000-04-14  Richard Henderson  <rth@cygnus.com>
7719         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
7720         If the original source is dead in the incr insn, it's dead now.
7722 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7724         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
7725         see if DECL_BIT_FIELD needs to still be set.
7727         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
7729         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
7730         print_int_cst_octal with something that's not an INTEGER_CST.
7732         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
7733         and not a SUBREG to a FLOAT rtl.
7735 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
7737         * emit-rtl.c (try_split): Avoid infinite loop if the split
7738         results in a sequence that contains the original insn.
7740 2000-04-13  Andreas Jaeger  <aj@suse.de>
7742         * config/mips/mips.c (expand_block_move): Pass alignment
7743         argument to move_by_pieces in bits, not bytes.
7745         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
7746         __pic__ for little endian.
7748 2000-04-13  Andreas Jaeger  <aj@suse.de>
7750         * config/i386/i386-protos.h: Add prototype for
7751         uno_comparison_operator.
7753 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7755         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
7756         * calls.c (ECF_PURE): New flag.
7757         (emit_call_1): Handle ECF_PURE calls.
7758         (initialize_argument_information): Unset ECF_PURE flag too.
7759         (precompute_arguments): Precompute for ECF_PURE too.
7760         (expand_call): Handle ECF_PURE calls too.
7761         (emit_library_call_value_1): Rename no_queue argument to fn_type,
7762         accept value of 2 as pure function.
7763         (emit_library_call_value, emit_library_call): Rename no_queue argument
7764         to fn_type.
7765         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
7767         * tree.h (DECL_IS_PURE): New macro.
7768         (struct tree_decl): Add pure_flag.
7769         * c-common.c (enum attrs): Add attribute "pure".
7770         (init_attributes): Initialize attribute "pure"
7771         (decl_attributes): Handle attribute "pure".
7772         * extend.texi (Attribute "pure"): Document.
7773         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
7774         in pure function.
7775         (flags_from_decl_or_type): Support attribute "pure".
7777 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
7779         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
7780         the token except for numbers and identifiers.
7782 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
7784         * i386.c (ix86_expand_binary_operator,
7785         ix86_expand_unary_operator): Check no_new_pseudos
7786         instead of reload_in_progress and reload_completed.
7787         (ix86_split_ashldi, ix86_split_ashrdi,
7788         ix86_split_lshrdi): Check no_new_pseudos instead
7789         of reload_completed.
7791 2000-04-12  Jeffrey A Law  (law@cygnus.com)
7793         * function.c (purge_addressof): Unshare any shared rtl created by
7794         purge_addressof and its children.
7796 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7798         * function.c (aggregate_value_p): VOID_TYPE nodes are never
7799         aggregates.
7801 2000-04-05  Andreas Jaeger  <aj@suse.de>
7803         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
7804         not compiling PIC code, add flags for mabi=64.
7805         (SUBTARGET_CPP_SIZE_SPEC): New.
7806         (SUBTARGET_CPP_SPEC): New.
7807         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
7808         for MIPS/Linux and lots of code needs these defines.
7810 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
7812         * reorg.c (fill_slots_from_thread): Check side_effects_p when
7813         trying the "opposite arithmetic" approach.
7815 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7817         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
7818         (struct sh_args): Add new field force_mem.
7819         (INIT_CUMULATIVE_ARGS): Initialize it.
7820         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
7822 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7824         * calls.c (expand_call): Do not reverse args in "equal from" field.
7825         (emit_library_call_value_1): Emit_libcall_block for const and pure
7826         function.
7828 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7830         * reload1.c (reload_combine): Don't enable optimization for fixed
7831         registers when encountering a BARRIER.
7833 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7835         * builtins.c (expand_builtin_memcmp): Do expansion even with
7836         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
7838         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
7839         stack is propertly aligned; add sanity checking for aligned
7840         stack pointer.
7841         (expand_library_call_value_1): Add sanity checking for aligned
7842         stack pointer.
7844 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
7846         * calls.c (emit_library_call_value_1): Change 3rd arg to
7847         locate_and_pad_parm to disregard the setting of partial.
7849 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7851         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
7853         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
7854         CALL_INSN from the normal case.
7856 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7858         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7859         New global variables.
7860         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
7861         adjustment.
7862         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
7863         Declare,
7864         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
7865          TARGET_ADD_ESP_8): New macros.
7866         * i386.md: Add peep2s to convert esp adjustments to push and pop
7867         instructions.
7868         (pushsi_prologue, popsi_epilogue): New patterns.
7870 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7872         * real.c (toe64): Remove stale #endif from the last change.
7874 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
7876         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
7877         * real.c (toe64): Revert previous change.
7879 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7881         * objc/objc-act.c: Include ggc.h.
7882         (objc_tree_index, objc_global_trees): Convert most of the
7883         static tree variables into a static array with previous names
7884         as defines.
7885         (objc_ellipsis_node): New variable.
7886         (lang_init): Call objc_act_parse_init and c_parse_init.
7887         Create objc_ellipsis_node.
7888         (build_selector_translation_table): Use objc_ellipsis_node instead
7889         of (tree)1.
7890         (hack_method_prototype): Likewise.
7891         (get_arg_type_list): Likewise.
7892         (start_method_def): Likewise.
7893         (continue_method_def): Likewise.
7894         (gen_method_decl): Likewise.
7895         (ggc_mark_imp_list): New function.
7896         (ggc_mark_hash_table): New function.
7897         (objc_act_parse_init): New function.
7898         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
7899         * c-parse.in (c_parse_init): For objc add roots of objc specific
7900         local tree variables.
7901         * objc/objc-parse.y: Rebuilt.
7902         * objc/objc-parse.c: Rebuilt.
7903         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
7905 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
7907         * cse.c (delete_trivially_dead_insns): Also delete insns
7908         that copy a register to itself where the destination is
7909         a strict_low_part.
7911 2000-04-11  Richard Henderson  <rth@cygnus.com>
7913         * flow.c (struct propagate_block_info): Add new_dead, new_live.
7914         (propagate_block): Initialize them.  Use them in parallel instead
7915         of one tmp variable, ie revert much of the 0408 and 0407 functional
7916         changes, but keep the structural changes.
7917         (mark_set_regs): Take new_dead from propagate_block_info instead.
7918         (mark_set_1, mark_set_reg): Likewise.
7919         (mark_used_regs): Likewise with new_live.
7920         (mark_used_reg): Likewise.  Revert 0408 change.
7922 2000-04-11  Nick Clifton  <nickc@cygnus.com>
7924         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
7925         restriction.
7926         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
7928 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7930         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
7931         const section to output a CONSTRUCTOR based on the same conditions
7932         used for VAR_DECLs.
7934 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
7936         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
7937         * pa/pa-protos.h (output_call): Add additional argument indicating
7938         if the call is a sibling/tail call.
7939         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
7940         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
7941         (function_arg, function_arg_partial_nregs): Likewise
7942         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
7943         (emit_move_sequence): Zero extend certain constants as needed
7944         for TARGET_64BIT.
7945         (compute_zdepdi_operands, output_64bit_and): New functions.
7946         (output_64bit_ior, function_arg): Likewise.
7947         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
7948         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
7949         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
7950         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
7951         (output_bvb): Likewise.
7952         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
7953         (output_call): New argument 'sibcall'.  Generate sibcall sequences
7954         as needed.
7955         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
7956         (ouput_arg_descriptor): Do not emit argument descriptors for
7957         TARGET_64BIT.
7958         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
7959         defined.
7960         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
7961         (FUNCTION_OK_FOR_SIBALL): Define.
7962         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
7963         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
7964         (CPP_SPEC): Use new spec infrastructure.
7965         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
7966         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
7967         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
7968         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
7969         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
7970         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
7971         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
7972         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
7973         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
7974         (FUNCTION_ARG); Call out to C code.
7975         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
7976         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
7977         (MIN_UNITS_PER_WORD): Likewise.
7978         * pa/pa.md (cmpdi): New expander.
7979         (scc patterns, movstrsi): Not available for TARGET_64BIT.
7980         (64bit conditional arithmetic): New patterns.
7981         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
7982         (movsicc): Not available if modes on all the operands to not match.
7983         (movdicc): New expander and associated patterns.
7984         (64bit branches): New patterns.
7985         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
7986         (pre_ldd, post_std): New patterns.
7987         (64bit addil, load low part): New patterns.
7988         (special movsf constant): Not available for TARGET_64BIT.
7989         (movsf, movdf expanders): Force constants into memory.
7990         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
7991         (64bit movdf/movdi patterns): New patterns.
7992         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
7993         for TARGET_64BIT.
7994         (extendqidi2, extendhidi2, extendsidi2): Similarly.
7995         (adddi3 expander): Allow "arith_operand" for second input.
7996         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
7997         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
7998         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
7999         (muldi3): New expander for TARGET_64BIT.
8000         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8001         for TARGET_64BIT.
8002         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8003         patterns for TARGET_64BIT.
8004         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8005         patterns for TARGET_64BIT.
8006         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8007         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8008         (sibcall_epilogue): New expander.
8009         (casesi): Tweak for TARGET_64BIT.
8010         (call expanders): Set & use the outgoing argument pointer.  Use the
8011         64bit call patterns as needed. Add additional arg to output_call.
8012         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8013         (sibcall, sibcall_internal_symref): New expanders.
8014         (sibcall_value, sibcall_value_internal_symref
8015         (interspace_jump): Turn into an expander + matching patterns.
8016         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8017         * pa/pa64-regs.h: Eliminate trigraph sequences.
8018         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8020 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8022         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8023         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8024         cpp_token with cpp_ttype everywhere.
8025         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8026         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8027         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8028         long.
8029         * cpplex.c (cpp_buf_line_and_col): Delete.
8030         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8031         'long lineno' to 'unsigned int lineno'.
8032         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8034 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8036         * extend.texi: ISO C99 is not a draft anymore.
8037         * invoke.texi: ISO C++ is not a draft anymore.
8038         * cpp.texi: __cplusplus is required by the ISO standard.
8040         * extend.texi (-fthis-is-variable): Undocument.
8041         * flags.h (warn_template_debugging): Remove declaration.
8042         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8043         -Wenum-clash, -Wtemplate-debugging): Undocument.
8045 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8047         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8048         integer.
8049         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8050         integer.
8051         (ARM_SIGN_EXTEND): Use HOST_UINT.
8052         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8053         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8054         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8055         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8057         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8058         (arm_gen_constant): Use HOST_UINT.
8059         (arm_canonicalize_constant): Use HOST_UINT.
8060         (arm_reload_in_hi): Use HOST_UINT.
8061         (arm_reload_out_hi): Use HOST_UINT.
8062         (output_multi_immediate): Use HOST_UINT.
8063         (int_log2): Use HOST_UINT.
8064         (arm_poke_function_name): Use HOST_UINT.
8065         (arm_output_epilogue): Use arm_volatile_func().
8066         (output_thumb_prologue): Use arm_strip_name_encoding().
8068 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8070         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8071         of sequence point problems.
8073 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8075         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8076         Recomment.
8077         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8079 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8081         * sbitmap.h: Whitespace changes and use upper-case macro args.
8082         (struct simple_bitmap_def): All sizes now unsigned.
8083         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8084         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8085         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8086         (sbitmap_zero): Cast bzero arg to PTR.
8087         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8088         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8089         loop to make structure clearer.
8090         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8091         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8092         (sbitmap_a_and_b_or_c): Likewise.
8093         (sbitmap_intersection_of_succs): Minor cleanups.
8094         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8095         (sbitmap_union_of_preds): Likewise.
8096         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8097         (debug_sbitmap): New function.
8099         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8100         * c-typeck.c (convert_for_assignment): Likewise.
8102         * expmed.c (init_expmed): Don't free objects we make.
8103         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8105         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8106         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8108         * gcse.c (expr_hash_table_size): Now unsigned.
8109         (compute_ae_gen): Local variable `i' now unsigned.
8110         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8111         (compute_transout, hoist_code): Likewise.
8112         (compute_local_properties): Likewise, also hash_table_size.
8113         (alloc_expr_hash_table): N_INSNS now unsigned.
8114         (delete_null_pointer_checks): Mark arg F as unused.
8116         * regrename.c: Minor cleanups, including chang some variables
8117         to unsigned int.
8119 2000-04-10  Neil Booth  <NeilB@earthling.net>
8121         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8122         than GETC ().
8123         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8125 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8127         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8128         __classof__, and __headof__ from the list of gnu keywords.
8129         (-ansi): Remove -foperator-names from list of implied options.
8130         Do not call it ANSI C++.
8131         (-foperator-names): Document as -fno-operator-names.
8133 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8135         * cpphash.c (timestamp): Delete.
8136         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8137         (special_symbol): Remove unnecessary braces.  Remove
8138         T_VERSION.  Treat T_STDC like T_CONST unless
8139         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8140         when one is encountered, then convert them into T_MCONST
8141         nodes.
8142         * cppinit.c (builtin_array): version_string is T_MCONST.
8143         __STDC__ has a "1" in its cpval.  Don't have a terminator
8144         entry.  Clean up which entries are dumped.
8145         (initialize_builtins): Only __STDC__ gets the special
8146         -traditional treatment.  Count the length of builtin_array.
8147         Render version_string here.
8148         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8149         * cpplib.h (struct cpp_reader): Remove timebuf.
8151 2000-04-09  Richard Henderson  <rth@cygnus.com>
8153         * genrecog.c (pred): Update comparison_operator for the unordered
8154         operators.
8156         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8157         operators.
8158         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8159         (uno_comparison_operator): New.
8160         (put_condition_code): Handle UNORDERED/ORDERED.
8161         (unsigned_comparison): Likewise.
8162         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8163         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8164         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8165         update all callers.  Handle all 8 unordered operators.
8166         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8167         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8168         * config/i386/i386.h (PREDICATE_CODES): Update.
8169         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8170         (ix86_expand_branch, ix86_expand_setcc): Update.
8171         * config/i386/i386.md (sunordered, sordered): New.
8172         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8173         (bunordered, bordered): New.
8174         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8175         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8176         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8178 2000-04-09  Philip Blundell  <philb@gnu.org>
8180         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8182 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8184         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8185         fix_truncxfhi2): New patterns.
8186         * i386.c (output_fix_trunc): Handle converting to HImode.
8188 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8190         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8191         life_analysis.
8192         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8193         (for_each_successor_phi): Change parameter to basic_block.
8194         (coalesce_regs_in_successor_phi_nodes): Likewise.
8195         (coalesce_regs_in_copies): Likewise.
8196         (compute_coalesced_reg_partition): Use basic_block instead of index.
8197         * rtl.h (convert_to_ssa): Delete.
8198         (convert_from_ssa): Likewise.
8199         (successor_phi_fn): Likewise.
8200         (for_each_successor_phi): Likewise.
8201         (in_ssa_form): Likewise.
8202         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8203         (convert_from_ssa): Likewise.
8204         (successor_phi_fn): Likewise.
8205         (in_ssa_form): Likewise.
8206         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8207         * flow.c (calculate_global_regs_live): Pass a basic_block to
8208         for_each_successor_phi.
8210 2000-04-08  Richard Henderson  <rth@cygnus.com>
8212         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8213         was modified in the current insn.
8215 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8217         * arm/thumb.md: Delete.
8218         * arm/thumb-protos.h: Delete.
8220 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8222         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8224         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8226         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8227         into branch.
8229         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8230         define_expand.
8231         (*arm_nop, *thumb_nop): Delete.
8233         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8234         constants.  Use casts instead.
8235         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8236         output_multi_immediate, arm_poke_function_name): Likewise.
8237         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8238         MASK_RETURN_ADDDR): Likewise.
8240         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8242         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8243         into branch.
8245         * arm.md (eh_epilogue): New function.
8246         * arm.h (struct machine_function): Move to here ...
8247         * arm.c: ... from here.
8248         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8249         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8250         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8252         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8254         * config/arm/semi.h (ASM_SPEC): Restore definition.
8255         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8257         * config/arm/elf.h (ASM_SPEC): Restore definition.
8258         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8260         * config/arm/arm.h (ASM_SPEC): Remove definition.
8261         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8263         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8265         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8267         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8269         Various formating tidyups, elimination of compile time
8270         warnings and synchronisation with internal sources:
8272         * config/arm/arm-protos.h (assemble_align): Add prototype.
8273         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8274         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8275         (arm_return_addr_rtx): Rename to arm_return_addr.
8277         * config/arm/arm.c: Include except.h.
8278         Define shorter typenames for strict minipool_node and struct
8279         minipool_fix.
8280         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8281         in memory.
8282         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8283         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8285         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8286         already defined.
8287         (ASM_SPEC): Define if not already defined.
8288         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8290         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8291         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8292         arm_gen_compare_reg.
8293         (indirect_jump):  Only accept register operands.
8294         (load_indirect_jump): Keep this pattern since combine can generate
8295         it.
8297         * config/arm/coff.h: Include aout.h.
8298         (MULTILIB_DEFAULTS): Only define if not already defined.
8300         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8301         into arm.h (so that COFF ports can support thumb based aliases).
8302         (ASM_SPEC): Move definition into arm.h
8304         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8305         redundant apcs spec.
8306         (ASM_SPEC): Move definition to arm.h
8308         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8310         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8311         for entries in the .bss section
8313         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8315         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8316         to thumb_far_jump_used_p.
8318         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8319         single integer parameter.
8321         * config/arm/arm.c (struct machine_function): Add two new
8322         fields, 'far_jump_used' and 'arg_pointer_live'.
8323         (thumb_far_jump_used_p): Once the decision has been made that
8324         far jumps might be used, always return true.
8325         If being called from the initial elimination offset macro then
8326         do not bother to perform the test if the arg pointer is not
8327         being used.
8328         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8329         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8331         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8333         * arm.c (output_return_instruction): Handle more cases where we can
8334         return from a function with an ldr instruction.
8335         (arm_output_epilogue): Likewise.
8337         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8338         if we need to push a large stack frame and there are no callee-saved
8339         registers.
8341         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8342         in ARM code if the frame pointer has been eliminated.
8344         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8345         unspec_volatile arguments to avoid duplicates.
8346         (consttable_1, consttable_2): Fixes for big-endian mode.
8348         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8349         as appropriate.
8351         Re-write constant pool code.
8352         * arm.c (minipool_node, minipool_fix): New types.
8353         (minifix): Delete type.
8354         (arm_add_minipool_constant): Delete.
8355         (arm_compute_minipool_offsets, arm_find_barrier,
8356         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8357         (get_jump_table_size): Now returns HOST_WIDE_INT.
8358         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8359         functions.
8360         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8361         (assign_minipool_offsets, arm_print_value): Likewise.
8362         (dump_minipool): Rewrite.
8363         (arm_barrier_cost): New function.
8364         (create_fix_barrier): New function.
8365         (push_minipool_barrier): New function.
8366         (push_minipool_fix): Record additional information about the fixup
8367         required.
8368         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8369         check the mode of what needs fixing.
8370         (arm_reorg): Rewrite.
8372         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8374         * config/arm/arm.md (indirect_jump): Force constant addresses into
8375         a register.
8377         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8379         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8381         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8383         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8384         adjust is word aligned.
8385         (thumb_expand_epilogue): Make sure that stack adjust is word
8386         aligned.
8388         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8390         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8392         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8393         pointer relative addresses.
8395         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8397         * arm.c (find_barrier): Find the last barrier within the allowed
8398         range.
8400         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8402         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8404         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8406         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8407         ARM_FUNCTION_PROFILER.
8409         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8410         ARM_FUNCTION_PROFILER.
8412         * config/arm/linux-oldld.h: Imported from mainline sources.
8414         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8416         * config/arm/lib1funcs.asm: Merge in thumb functions from
8417         lib1thumb.asm.
8419         * config/arm/lib1thumb.asm: Delete.
8421         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8423         * config/arm/arm.c: Sychronised with current Red hat local
8424         sources.
8425         * config/arm/arm.h: Ditto.
8426         * config/arm/arm-protos.h: Ditto.
8428         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8430         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8432         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8433         byte stores.
8435         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8437         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8439         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8440         (return) was emited using an emit_insn() call.
8442         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8444         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8445         thumb stack frame.
8446         (thumb_exit): Move frame pointer back into hard frame pointer
8447         register if backtracing is being used.
8449         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8451         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8452         into branch.
8454         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8456         * config/arm/arm.md (neg_pool_offset): Provide default for new
8457         attribute.
8458         (arm_movsi_insn): Add neg_pool_offset attribute.
8459         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8460         rtx for the insn that starts the scan and an unsigned long for its
8461         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8462         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8463         instructions in *PINSERTED.
8464         (struct minipool_fixup): Add MIN_ADDRESS elt.
8465         (sort_fixups): Compute it.
8466         (arm_reorg): Changes to support inserting pools before the insn to be
8467         fixed up.
8469         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8471         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8472         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8473         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8475         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8477         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8478         defined.
8479         (TARGET_DEFAULT): Do not define if already defined.
8481         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8483         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8484         (iordi3): Allow disjoint source operands.
8485         (xordi3): Allow disjoint source operands.
8486         (negdi2): Permit construction for ARM and Thumb.
8487         (arm_negdi2): Renamed version of old negdi2 pattern.
8488         (thumb_negdi2): New pattern: Only permit non-overlapping
8489         source and destination.
8491         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
8493         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
8494         scratch low register so that it will not be deleted.
8496         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
8498         * config/arm/pe.h (ARM_PE): Define.
8500         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
8501         interfacearm attribute if this is a PE toolchain.
8502         (output_return_instruction): Do not emit anything if the function
8503         has the naked attribute set.
8504         (is_called_in_ARM_mode): If the function has the interfacearm
8505         attribute then return true.
8506         (thumb_expand_prologue): Do not generate a prologue for naked
8507         functions.
8508         (thumb_expand_epilogue): Do not generate an epilogie for a naked
8509         function.
8510         (output_thumb_prologue): Do not bother if the function is naked.
8511         Strip PE encoding from function name before emitting.
8513         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
8515         * arm.md (pic_load_addr): Fix constraints.
8517         * arm.md (casesi_insn): Fix mis-applied patch.
8519         * arm.md ("core" function unit): Add rules for single- and
8520         multi-cycle insns.
8521         (All TARGET_THUMB patterns): Add "type" attribute information
8522         where needed.
8523         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
8524         the following insn is a CALL.
8526         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
8527         pointer.
8528         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
8529         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
8530         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
8532         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
8534         * config/arm/linux-gas.h: oops - this file was missed out when the
8535         branch was created...
8537         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
8539         * thumb.c: Deleted.  Move contents to ...
8540         * arm.c: ... here.
8541         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
8542         rule for thumb.o
8543         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
8544         * configure: Regen.
8546         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
8547         declare a prototype for asm_output_align();
8549         * arm.c (thumb_condition_code): Delete.
8550         (arm_print_operand): Always use arm_condition_code array.
8552         * arm.c (thumb_return_addr_rtx): Delete.
8553         (arm_save_machine_status, arm_restore_machine_status): Delete.
8554         (arm_init_machine_status, arm_mark_machine_status): New functions.
8555         (arm_init_expanders): Update accordingly.
8556         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
8557         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
8558         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
8560         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
8562         * configure.in : Fix arm-*-aout target to use new t-arm-aout
8563         script.
8564         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
8565         targets.
8567         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
8569         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
8570         stack backtrace structure.
8572         * config/arm/arm-protos.h: Add prototypes for functions defined in
8573         arm/pe.h.
8575         * config/arm/arm.c (arm_override_options): Fix selection of
8576         attributes of default processor.
8578         * config/arm/coff.h: Delete needless #include.
8580         * config/arm/pe.c: Delete unused code.
8582         * config/arm/pe.h (CPP_DEFINES): Delete
8583         (SUBTARGET_CPP_SPEC): Define.
8584         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
8586         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
8588         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
8590         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
8591         updated.
8592         (CAN_DEBUG_WITHOUT_FP): Define.
8593         (FIXED_REGISTERS): Make r11 call-saved.
8594         (CALL_USED_REGISTERS): Likewise.
8595         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
8596         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
8597         frame-pointer is required.
8598         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
8599         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
8600         if the target normally needs a stack frame in non-leaf functions.
8601         (use_return_insn): Correct logic for determining when a return
8602         instruction can be used.
8603         (output_return_instruction): Handle the frame-pointer register as
8604         a normal register when not TARGET_APCS_FRAME.
8605         (arm_output_prologue): Likewise.
8606         (arm_output_epilogue): Likewise.
8607         (output_func_epilogue): Likewise.
8608         (arm_expand_prologue): Likewise.
8609         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
8611         * arm.c (use_return_insn): No need to check floating point regs if
8612         TARGET_SOFT_FLOAT.
8613         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
8614         the code of value stored in the minipool array.
8615         (arm_add_minipool_constant): Likewise.
8617 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8619         * basic-block.h (conflict_graph_enum_fn): K&R fix.
8621 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8623         * tree.c (tree_expr_nonnegative_p): New function.
8625         * tree.h (tree_expr_nonnegative_p): Declare.
8627         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
8628         elide some sign_compare warnings.
8629         (build_conditional_expr): Likewise.
8631 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
8633         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
8635         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
8636         * i386.c (print_operand): Use the proper suffix for a 387 HImode
8637         operand.  Abort if a 387 operand has an unsupported size.
8639 2000-04-08  Neil Booth  <NeilB@earthling.net>
8641         * cppexp.c (parse_charconst): Null does not end character
8642         constants.
8643         * cppinit.c (ISTABLE): Null character handled as whitespace.
8644         * cpplex.c (null_warning):  new function.
8645         (skip_string): Emit warning if nulls encountered.
8646         (_cpp_skip_hspace): Emit warning if nulls encountered.
8647         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
8648         them.
8649         * cpp.texi: Update.
8651 2000-04-07  Richard Henderson  <rth@cygnus.com>
8653         * flow.c (loop_depth): Remove.
8654         (reg_next_use, cc0_live, mem_set_list): Replace with ...
8655         (struct propagate_block_info): New.
8656         (life_analysis): Don't allocate reg_next_use.
8657         (propagate_block_delete_insn): Break out of propagate_block.
8658         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
8659         (propagate_block_delete_libcall): Likewise.
8660         (propagate_block): Create a propagate_block_info struct to pass
8661         to subroutines.  Allocate one not two temporary regsets.  Don't
8662         clobber memory for const calls.  Look for clobbers in
8663         CALL_INSN_FUNCTION_USAGE.
8664         (mark_set_regs): Recognize COND_EXEC.
8665         (mark_set_reg): Break out of mark_set_1.
8666         (mark_used_reg): Break out of mark_used_regs.
8667         (mark_used_regs): Recognize COND_EXEC.
8668         (insn_dead_p): Use propagate_block_info struct.
8669         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
8670         (find_auto_inc, try_pre_increment_1): Likewise.
8671         (print_rtl_with_bb): Dump regs live at end too.
8672         (count_reg_sets_1): Pass in loop_depth.
8673         (count_reg_sets, count_reg_references): Likewise.
8674         (recompute_reg_usage): Provide it.
8676 2000-04-07  Richard Henderson  <rth@cygnus.com>
8678         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
8679         not the raw files.
8681 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8683         * cpplib.c (do_elif): Skip the rest of the line if we're
8684         not going to bother evaluating it.
8685         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
8686         to avoid pointless calls to the lexer.
8688 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
8690         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
8692 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
8694         * calls.c (expand_call): emit_queue if we're trying a sibcall.
8696 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
8698         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
8700 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
8702         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
8703         crtend so they can be multilibbed.
8704         (STAGESTUFF): Remove s-crt and s-crtS.
8706 2000-04-07  Richard Henderson  <rth@cygnus.com>
8708         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
8709         if we discover we need a pseudo and no_new_pseudos is true.
8710         * config/alpha/alpha.md (ne:DI insn): New.
8711         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
8713 2000-04-07  Richard Henderson  <rth@cygnus.com>
8715         * rtl.def (COND_EXEC): New.
8716         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
8717         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
8719         * genconfig.c (have_cond_arith_flag): Remove.
8720         (have_cond_exec_flag): New.
8721         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
8722         (main): Print HAVE_conditional_execution.
8724         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
8725         (sched_analyze_insn, print_pattern): Likewise.
8726         * reload.c (find_equiv_reg): Likewise.
8727         * rtlanal.c (reg_referenced_p): Likewise.
8728         (note_stores, dead_or_set_regno_p): Likewise.
8729         (reg_overlap_mentioned_p): Rewrite to use a switch.
8731         * ggc.h (struct rtx_def): Forward declare.
8733         * print-rtl.c (debug_rtx_range): New.
8734         * rtl.h (debug_rtx_range): Declare.
8736         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
8738         * gcse.c (gcse_main): Don't rebuild the CFG here.
8739         (delete_null_pointer_checks): Likewise.
8740         * ssa.c (convert_to_ssa): Likewise.
8741         * toplev.c (rest_of_compilation): Do it here instead.  Combine
8742         sequential calls to TIMEVAR.  Consistently use `insns' instead of
8743         `get_insns()'.  Always split insns after reload when optimizing.
8745         * basic-block.h (merge_blocks_nomove): Declare.
8746         (tidy_fallthru_edge): Declare.
8747         * flow.c (merge_blocks_nomove): Document as merging into previous
8748         blocks.  Remove cruft from between blocks; remove all edges out of A.
8749         (tidy_fallthru_edge): Export.
8751 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8753         * ssa.c (compute_conservative_reg_partition): Declare with
8754         void arguments.
8755         * toplev.c (clean_dump_file): Remove previously-deleted function
8756         inadvertantly merged back in.
8757         * conflict.c (conflict_graph_add): Use a single call to
8758         htab_find_slot to look up and insert.
8760 2000-04-06  Richard Henderson  <rth@cygnus.com>
8762         * genrecog.c (*): Rename _last_insn to last_insn.
8763         (make_insn_sequence): Set the position of the peephole2 C test
8764         to be at the last insn.
8766 2000-04-06  Richard Henderson  <rth@cygnus.com>
8768         * flow.c (compute_flow_dominators): Free worklist.
8770 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
8772         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
8774 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
8776         * rtl.h (INSN_P): New macro.
8777         (successor_phi_fn): New typedef.
8778         (for_each_successor_phi): New prototype.
8779         (in_ssa_form): New variable.
8780         (PHI_NODE_P): Likewise.
8781         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
8782         phi nodes in successors.
8783         (mark_used_regs): Add PHI case.
8784         (set_phi_alternative_reg): New function.
8785         (life_analysis): Assert that dead code elimination is not selected
8786         when in SSA form.
8787         * toplev.c (to_ssa_time): New variable.
8788         (from_ssa_time): Likewise.
8789         (compile_file): Zero to_ssa_time and from_ssa_time.
8790         Print time to convert to and from SSA.
8791         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
8792         (print_time): Compute percent fraction as integer.
8793         * ssa.c (PHI_NODE_P): Moved to rtl.h.
8794         (convert_to_ssa): Check if we're already in SSA.
8795         Don't eliminate dead code in life_analysis.
8796         Rerun flow and life analysis at bottom.
8797         (eliminate_phi): Use canonical regnos when adding nodes.
8798         (mark_reg_in_phi): New function.
8799         (mark_phi_and_copy_regs): Likewise.
8800         (convert_from_ssa): Rerun life analysis at top.
8801         Use coalesced partition.
8802         Check for removing a phi node at the end of the block.
8803         (compute_coalesced_reg_partition): New function.
8804         (coalesce_regs_in_copies): Likewise.
8805         (coalesce_reg_in_phi): Likewise.
8806         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
8807         (for_each_successor_phi): Likewise.
8808         (rename_context): New struct.
8809         (rename_block): Use a rename_context with rename_insn_1.  When
8810         renaming sets of a subreg, emit a copy of the entire reg first.
8811         (rename_insn_1): Treat data as a rename_context *.  Save current
8812         insn in set_data.
8813         (rename_set_data): Add field set_insn.
8814         * Makefile.in (HASHTAB_H): Move up in file.
8815         (OBSTACK_H): New macro.
8816         (collect2.o): Use OBSTACK_H in dependencies.
8817         (sdbout.o): Likewise.
8818         (emit-rtl.o): Likewise.
8819         (simplify-rtx.o): Likewise.
8820         (fix-header.o): Likewise.
8821         (OBJS): Add conflict.o.
8822         (conflict.o): New rule.
8823         * basic-block.h: Include partition.h.
8824         (conflict_graph): New typedef.
8825         (conflict_graph_enum_fn): Likewise.
8826         (conflict_graph_new): New prototype.
8827         (conflict_graph_delete): Likewise.
8828         (conflict_graph_add): Likewise.
8829         (conflict_graph_conflict_p): Likewise.
8830         (conflict_graph_enum): Likewise.
8831         (conflict_graph_merge_regs): Likewise.
8832         (conflict_graph_print): Likewise.
8833         (conflict_graph_compute): Likewise.
8834         * conflict.c: New file.
8836 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
8838         * tlink.c (read_repo_files): Don't look for .rpo info for
8839         linker flags.
8841 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8843         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
8845 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8847         * config/sh/lib1funcs.asm (___udivsi3_i4):
8848         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
8849         only depends on FMOVD_WORKS.
8851 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8853         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
8854         make double constant 8-byte aligned.
8856 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
8858         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
8859         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
8860         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
8861         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
8862         Accept storing GENERAL_REGS into offsetable memory.
8863         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
8864         building a TFmode constant other than 0.0L into GENERAL_REGS.
8866 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
8868         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
8870 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
8872         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
8873         (macro_cleanup): No need to cast pbuf->macro.
8874         (collect_expansion): Use _cpp_get_define_token.  Goto done if
8875         it returns VSPACE.  Remove check for trailing space after
8876         CPP_COMMENT.
8877         (_cpp_create_definition): Don't diddle flags here.  Return
8878         directly on error.
8879         (unsafe_chars): Handle c1 being EOF.
8880         (push_macro_expansion): Use unsafe_chars for both accidental-paste
8881         checks.  Don't push the buffer till after we're done with
8882         them.
8883         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
8884         (PEEKN, FORWARD, GETC, PEEKC): Use them.
8885         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
8886         appropriately.
8887         (_cpp_parse_assertion): Don't NUL terminate.
8888         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
8889         hspace before calling _cpp_parse_assertion.  Remove all sets
8890         of only_seen_white. Treat '\f' as hspace.  Don't do anything
8891         special with '\n' here.
8892         (maybe_macroexpand): Handle T_EMPTY hash entries without
8893         pushing a buffer at all.
8894         (cpp_get_token): Handle clearing only_seen_white here.  Handle
8895         incrementing the line number here.  Clear
8896         potential_control_macro as well as only_seen_white, if
8897         appropriate.
8898         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
8899         (_cpp_get_define_token): New function, basically like
8900         _cpp_get_directive_token was but doesn't eat horizontal space.
8901         Don't do anything with only_seen_white here.
8902         (_cpp_get_directive_token): Just call _cpp_get_define_token
8903         repeatedly till it returns non-hspace.
8905         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
8906         (conditional_skip, skip_if_group): Return int.
8907         (DIRECTIVE_TABLE): Change origin of all conditional directives
8908         to "COND".
8909         (TRAD_DIRECT_P): New macro.
8910         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
8911         an error for a bogus directive, unless -lang-asm.  Use
8912         TRAD_DIRECT_P. Loop calling handler functions till one returns
8913         zero.
8914         (get_macro_name): Don't diddle flags here.
8915         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
8916         Create T_EMPTY nodes for #define macro /* nothing */.
8917         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
8918         Use hp->name when calling pass_thru_directive.
8919         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
8920         Return the result of conditional_skip and/or skip_if_group.
8921         Don't call _cpp_output_line_command.
8922         (consider_directive_while_skipping): Use _cpp_get_directive_token.
8923         Issue -Wtraditional warnings as appropriate.  Don't complain
8924         about unrecognized directives.  If we are to stop skipping,
8925         return the number of the directive that ended the skip.
8926         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
8927         expansion and line commands while skipping.  Return the result
8928         of consider_directive_while_skipping, if nonzero.
8929         (do_endif): Just set potential_control_macro here.
8930         (validate_else): Use _cpp_get_directive_token.
8931         (do_assert, do_unassert): Don't save pointers into the
8932         token_buffer across calls to the lexer.  Use
8933         _cpp_get_directive_token.
8935         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
8936         pointer, not an offset.  Replace 'data', which was a generic
8937         pointer, with 'macro', which points to a struct hashnode.
8938         (cpp_reader): Add 'potential_control_macro' pointer.
8939         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
8940         (CPP_BUF_GET, CPP_FORWARD): Delete.
8941         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
8942         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
8943         ACTIVE_MARK_P): Update.
8944         (_cpp_get_define_token): New internal function.
8945         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
8947 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
8949         * configure.in: And here.
8950         * configure: Regenerate.
8951         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
8952         --enable-libstdcxx-v3 is passed at configure time.
8953         * config.h.in: Regenerate.
8955 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
8957         * final.c (final): Use xcalloc to allocate line_note_exists.
8958         * function.c (free_after_compilation): Free the temp_slots.
8959         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
8960         (combine_temp_slot): Free temp_slots when they get combined.
8961         (purge_addressof): Fix typo in comment.
8962         * stmt.c (mark_goto_fixup): Mark the fixup itself.
8963         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
8965         * ggc.h: Include varray.h.
8966         (ggc_pending_trees): Declare.
8967         (ggc_mark_tree_children): Remove declaration.
8968         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
8969         * ggc-common.c (ggc_pending_trees): New variable.
8970         (ggc_mark_roots): Call ggc_mark_trees.
8971         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
8972         the ggc_pending_trees.
8973         * Makefile.in (GGC_H): New variable.  Use it throughout in place
8974         of ggc.h.
8976 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8978         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
8979         GET_MODE_SIZE.
8981 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8983         * sh.c (sh_insn_length_adjustment): New function.
8984         * sh-protos.h (sh_insn_length_adjustment): Declare.
8985         * sh.h (ADJUST_INSN_LENGTH): Use it.
8987 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
8989         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
8990         from the insn where REG_RETVAL is added.
8991         (emit_no_conflict_block): Ditto.
8993         * md.texi (Standard Names): Clarify when movX is needed.
8995         * combine.c (simplify_comparison) [MINUS]: Do not replace
8996         all (op (minus A B) 0) with (op A B).
8998 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
8999                           J"orn Rennecke <amylaar@cygnus.co.uk>
9001         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9002         (block_lump_real): Likewise.
9004 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9006         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9007         remaining non-zero debugging masks.
9009 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9011         * basic-block.h (verify_flow_info): Declare.
9012         (flow_loop_outside_edge_p): Declare.
9013         * flow.c (verify_flow_info): Remove declaration.
9014         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9016 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9018         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9019         not C++ comments.
9021 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9023         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9024         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9025         seqdi_zero_trunc+1): Allow splits only if registers are
9026         different.
9028 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9030         * acconfig.h: Add HAVE_GAS_HIDDEN.
9031         * config.in: Regenerated.
9032         * configure.in: Add test for .hidden pseudo-op in gas.
9033         * configure: Regenerated.
9034         * crtstuff.c: Include auto-host.h.
9035         Emit additional .hidden pseudo-op for __dso_handle if the
9036         assembler knows about it.
9038 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9040         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9041         before freeing argnames.
9042         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9044 2000-04-05  Michael Meissner  <meissner@redhat.com>
9046         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9047         Walton <jonboy@gordian.com> to make memory references with update
9048         work wtih -mregnames.
9050 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9052         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9053         (regrename_optimize): Rename variables `def_uses' and
9054         `ext_basic_blocks' to avoid conflicts with similarly named
9055         typedefs in traditional C.
9057         * calls.c (initialize_argument_information): Fix typo in previous
9058         change.
9060 2000-04-04  Richard Henderson  <rth@cygnus.com>
9062         * regrename.c (consider_available): Test fixed_regs not
9063         PIC_OFFSET_TABLE_REGNUM.
9065 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9067         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9068         crtend.
9069         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9070         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9071         (ENDFILE_LINUX_SPEC): Always use crtend.
9072         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9073         (powerpc-*-linux-gnu): Likewise.
9074         * configure: Regenerate.
9076         * config/rs6000/eabi.h: Don't include sysv4.h.
9077         (MULTILIB_DEFAULTS): Don't define.
9078         * config/rs6000/eabiaix.h: Don't include eabi.h.
9079         * config/rs6000/eabile.h: Delete.
9080         * config/rs6000/eabilesim.h: Delete.
9081         * config/rs6000/eabisim.h: Don't include eabi.h.
9082         * config/rs6000/linux.h: Don't include sysv4.h.
9083         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9084         (MULTILIB_DEFAULTS): Don't redefine.
9085         * config/rs6000/rtems.h: Don't include eabi.h.
9086         * config/rs6000/sol2.h: Don't include sysv4le.h.
9087         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9088         * config/rs6000/t-ppc: Delete.
9089         * config/rs6000/t-ppcgas: Correct comment.
9090         * config/rs6000/t-ppcos: Correct comment.  Don't build
9091         multilibs for -fPIC, rather use -fPIC -mstrict-align
9092         as default.
9093         * config/rs6000/t-ppc: Delete.
9094         * config/rs6000/vxppc.h: Don't include sysv4.h.
9095         * config/rs6000/vxppcle.h: Delete.
9096         * configure.in: Use multiple header files for p2pc ELF targets
9097         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9098         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9099         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9100         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9101         always available for these platforms.
9103 2000-04-04  Richard Henderson  <rth@cygnus.com>
9105         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9107 2000-04-04  Stan Cox  <scox@cygnus.com>
9109         * Makefile.in: Add rules for regrename.o
9110         * regrename.c: New file.
9111         * rtl.h (regrename_optimize): Add prototype.
9112         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9113         (compile_file, decode_d_option): Add support for -frename-registers.
9114         (rest_of_compilation): Call regrename_optimize.
9115         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9116         New macros.
9118 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9120         * Makefile (gccbug): New target.
9121         (doc): Depend on it.
9122         * gcc.texi (Bugs): Link subnodes.
9123         (gccbug): New node.
9124         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9125         Document severities, priorities, and classes in bug form.
9127 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9129         * cpplex.c (trigraph_map, speccase): Combine into single
9130         table, chartab.
9131         (NORMAL, NONTRI): New macros.
9132         (_cpp_read_and_prescan): Change to use unified table.  Use
9133         is_hspace to test for whitespace.
9135         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9136         definition that doesn't provoke the "empty body in an
9137         if-statement" warning.
9139 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9141         * builtins.c (expand_builtin_strlen): Force the source to
9142         be a memory address.
9144 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9146         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9148 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9150         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9151          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9152         (ECF_IS_CONST): Rename to ECF_CONST.
9153         (special_function_p): Make static, change interface.
9154         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9155         (expand_call) ... here; convert number of variables to flags.
9156         (emit_library_call_vlue_1): Likewise.
9157         (setjmp_call_p): New function.
9158         (initialize_argument_information): Accepts flags as argument;
9159         return flags.
9160         (precompute_arguments): Likewise.
9161         * tree.h (special_function_p): Remove.
9162         (setjmp_call_p): Add prototype.
9164 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9166         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9167         so that addresses are offsetable by up to 16 bytes.
9168         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9169         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9170         offsetable.
9172         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9173         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9174         (movsf): Don't force any constant to memory if target is integer
9175         hard register.
9176         Move fp_zero_operand check below the const0_rtx check.
9177         (movtf): Likewise. Also allow fp_zero_operand for stores into
9178         memory.
9179         (movdf): Likewise. Also allow fp_zero_operand for stores into
9180         memory and into integer hard registers.
9181         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9182         movdf_const_intreg_sp64): Remove.
9183         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9184         conditions.
9185         (movdf_no_e_insn_v9_sp32): New pattern.
9186         (movdf_insn_v9only): Remove.
9187         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9188         (movdf_insn_sp64): Remove.
9189         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9190         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9191         (following splits): Rewrite conditions. Add two new splits
9192         for storing 0.0 into memory and registers.
9193         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9194         (movtf_insn_sp32): Redo constraints and conditions.
9195         (movtf_insn_vis_sp32): New pattern.
9196         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9197         (movtf_insn_hq_sp64): Likewise.
9198         (movtf_insn_hq_vis_sp64): New pattern.
9199         (movtf_insn_sp64): Redo constraints and conditions.
9200         (movtf_insn_vis_sp64): New pattern.
9201         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9202         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9203         or memory.
9204         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9205         -mvis or -m64 to take down the number of various reload patterns.
9207 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9209         * pa/pa-64.h: New file.
9210         * pa/pa64-regs.h: New file.
9211         * pa/pa64-start.h: New file.
9212         * pa/t-pa64: New file.
9213         * pa/xm-pa64hpux.h: New file.
9215 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9217         * sparc.c (output_restore_regs): Prototype.
9218         (sparc_emit_float_lib_cmp): Constification.
9220         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9222         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9223         Prototype.
9225         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9226         (get_value_hash, hash_rtx): Likewise.
9228         * ssa.c (compute_conservative_reg_partition): Prototype.
9230         * tree.c (mark_hash_entry): Prototype.
9232 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9234         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9235         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9236         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9238         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9239         * objc/lang-specs.h: Likewise.
9241 2000-04-03  Neil Booth  <NeilB@earthling.net>
9243         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9244         and SYNTAX_ERROR2. Replace `' in messages with ''.
9245         (op_to_str): Make re-entrant.
9246         (_cpp_parse_expr): Implement new error macros. Use | rather
9247         than || to logically or 2 boolean integers.  Simply expression
9248         checking we have a left operand iff needed.
9250 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9252         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9254 2000-04-03  Philip Blundell  <philb@gnu.org>
9256         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9258 2000-04-03  Felix Lee  <flee@cygnus.com>
9260         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9261         (run_shell): Use it.
9263 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9265         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9266         (stmp-fixproto): ...rather than here.
9268 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9270         * pa.c (print_operand): Compute 'base' only inside the code paths
9271         that use it.
9273 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9275         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9276         CEIL_DIV_EXPR.
9278 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9280         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9282 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9284         * Makefile.in (alias.o): Depend on $(TREE_H).
9286 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9288         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9289         processing C++.
9290         * cpplib.c (_cpp_handle_directive): Improve warnings for
9291         traditional C and indented directives.
9293         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9294         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9295         fixinc/inclhack.def: Indent the # of #include_next one space.
9296         * cp/rtti.c: Un-indent #if and #endif.
9298         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9299         syntax error, but an error has already been printed.
9300         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9301         message when called with nothing remaining on the line.
9302         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9303         OTHER token, not an ASSERTION.
9304         * cpplib.c (do_assert): When we create a 'base' node, clear
9305         its aschain pointer.
9307 2000-04-02  Neil Booth <NeilB@earthling.net>
9309         * cppexp.c:  New typedef op_t.  struct operation and struct
9310         token updated to use it.
9311         (op_to_str): New function.
9312         (_cpp_parse_expr): Error messages modified to use op_to_str.
9314 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9316         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9317         before checking MUST_PASS_IN_STACK.
9319 2000-04-02  Neil Booth <NeilB@earthling.net>
9321         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9322         flags and initial priority into a single constant.  New
9323         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9324         (_parse_cpp_expr): Implement new constants.  Take left operand
9325         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9326         parse indicated by reducing FINISHED token.  Remove new lines
9327         from cpp_error messages.
9329 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9331         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9332         permanent obstack.
9334 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9336         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9337         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9338         the strings and function names on the fly.  Take the #sccs
9339         entry out of the table if SCCS_DIRECTIVE is not defined.
9340         (_cpp_handle_directive): Decide if the # was at the beginning
9341         of the line here.  Issue -pedantic warnings for extended
9342         directives here.  Warn about K+R directives with the #
9343         indented, and C89/extended directives with the # not indented,
9344         here.
9345         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9346         do_assert, do_unassert): Don't issue pedantic warning here.
9348         * cpphash.h: Add CPP_WTRADITIONAL macro.
9349         * cpplib.h (struct cpp_options): Rename warn_stringify to
9350         warn_traditional; update comments.
9351         * cppinit.c (handle_option): Set warn_traditional not
9352         warn_stringify.
9353         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9354         CPP_WTRADITIONAL (pfile).
9355         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9356         be ignored in -traditional mode here.
9358         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9359         to initialize speccase[] and trigraph_map[].  Delete all
9360         references to pfile->input_speccase.  Always treat '?' as a
9361         special character.  Remove table-initialization code from
9362         _cpp_init_input_buffer.
9364         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9365         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9367 2000-04-01  Richard Henderson  <rth@cygnus.com>
9369         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9370         (mostlyclean): Likewise.
9372         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9373         (struct dump_file_info, enum dump_file_index, dump_file): New.
9374         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9375         not a string.  Clean out file if we havn't yet done so.  Do nothing
9376         if the dump isn't enabled.
9377         (close_dump_file): Do nothing if the dump isn't open.  Dump
9378         graph data if requested.
9379         (dump_rtl, clean_dump_file): Remove.
9380         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9381         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9382         .combine dump if optimizing.  Iterate over dump_file to finalize the
9383         graph dumps.
9384         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9385         Convert all uses of dump_rtl.
9386         (decode_d_option): Iterate over dump_file to implement 'a' and to
9387         locate pass-specific dumps.
9389 2000-04-01  Neil Booth <NeilB@earthling.net>
9391         * cppexp.c: Redefine priority constants.
9392         (_cpp_parse_expr): Replace left and right priority scheme with
9393         single priority logic.  Move LOGICAL to same place as COMPARE.
9394         Remove bogus check for multiple unary +/- operators.
9396 2000-04-01  Neil Booth <NeilB@earthling.net>
9398         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9399         within the switch statement.  Binary operations break out of
9400         the switch naturally.  '(' tokens handled by forcing
9401         immediate shift.  ')' handled by forcing immediate reduce to
9402         the previous '('.  New error messages.
9404 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9406         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9407         part', it's already in use.  Use %K instead.  Add a return at the
9408         end of what is now %K.
9409         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9411 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9413         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9414         allocate_dynamic_stack_space.
9415         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9416         update stack_pointer_delta; do not update arg_size_so_far.
9417         (compute_argument_block_size): Use stack_delta instead of
9418         stack_pointer_pending and arg_size_so_far.
9419         (expand_call): Add sanity checking for stack_pointer_delta;
9420         save and restore stack_pointer_delta for SIB, use
9421         stack_pointer_delta for alignment; do not update arg_space_so_far.
9422         (emit_library_call_value): Use stack_pointer_delta for alignment.
9423         (store_one_arg): Do not update arg_space_so_far.
9424         * explow.c (adjust_stack, anti_adjust_stack): Update
9425         stack_pointer_delta.
9426         (allocate_dynamic_stack_space): Add sanity checking for
9427         stack_pointer_delta.
9428         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9429         stack_pointer_delta.
9430         (emit_push_insn): Update stack_pointer_delta.
9431         * function.h (struct expr_status): Add x_stack_pointer_delta;
9432         remove x_arg_space_so_far.
9433         (arg_space_so_far): Remove.
9434         (stack_pointer_delta): New macro.
9436 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9438         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9439         Reorder struct cpp_options and struct cpp_reader for better
9440         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9441         takes two args.  Change all 'char' flags to 'unsigned char'.
9442         Move show_column flag into struct cpp_options.  Don't
9443         prototype cpp_options_init.
9444         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9445         cppinit.c, cpplex.c, cpplib.c:
9446         Replace CPP_OPTIONS (pfile)->whatever with
9447         CPP_OPTION (pfile, whatever), and likewise for
9448         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9450         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9451         Extract CPP_OPTION (pfile, pending) and work with that
9452         directly.
9453         (cpp_options_init): Delete.
9454         (cpp_reader_init): Turn on on-by-default options here.
9455         Allocate the pending structure here.
9456         (cl_options, enum opt_code): Define these from the same table,
9457         kept in a large macro.  Add -fshow-column and -fno-show-column
9458         options.
9460         * cpperror.c (v_message): If show_column is off, don't print
9461         the column number.
9463         * cppmain.c: Update for new interface.
9464         * fix-header.c: Likewise.
9466 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9468         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9469         definition.
9470         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9471         are passed to any invocation of AR_FOR_TARGET.
9472         (AR_CREATE_FOR_TARGET): New macro.
9473         (AR_EXTRACT_FOR_TARGET): New macro.
9474         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9475         AR_EXTRACT_FOR_TARGET.
9476         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9477         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9478         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9479         AR_EXTRACT_FOR_TARGET to sub-makes.
9481 2000-03-31  Neil Booth <NeilB@earthling.net>
9483         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9484         PAREN_INNER_PRIO.
9485         (_cpp_parse_expr): Check for multiple unary +/- operators.
9486         Correct priorities of ':' and '?'.  Treat ')' as having a
9487         value.  Ensure conditional expression is not void.
9489 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
9491         * alias.c (canon_rtx): Make it global.
9492         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
9493         equality.
9494         * cse.c (struct table_elt): Add canon_exp.
9495         (insert): Clear it.
9496         (invalidate): Canonicalize expressions only once.
9497         * rtl.h (canon_rtx): Declare.
9499 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
9501         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
9502         * alias.c (reg_known_value): Add comments.
9503         (init_alias_analysis): Likewise.
9504         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
9505         address.
9506         (cse_basic_block): Fix typo in comment.
9507         * emit-rtl.c: Include hashtab.h.
9508         (const_int_htab): New variable.
9509         (const_int_htab_hash): New function.
9510         (const_int_htab_eq): Likewise.
9511         (rtx_htab_mark_1): Likewise.
9512         (rtx_htab_mark): Likewise.
9513         (gen_rtx_CONST_INT): Cache all CONST_INTs.
9514         (unshare_all_rtx): Fix formatting.
9515         (init_emit_once): Initialize const_int_htab.
9516         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
9517         address.
9518         * rtl.texi: Document the fact that all CONST_INTs with the same
9519         value are shared.
9521 2000-03-30  Richard Henderson  <rth@cygnus.com>
9523         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
9525 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
9527         * configure.in: Comment out --enable-c-cpplib stanza.
9528         * configure: Regenerate.
9530 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9532         * expr.c (store_constructor): Properly compute displacement and
9533         alignment when offset is variable.
9535         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
9536         cases of alignment in bytes.
9538 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
9540         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
9541         since it is used to generate c-parse.y.
9542         * objc-parse.c, objc-parse.y: Regenerated.
9544         * function.c (expand_function_end): Pass alignment argument to
9545         emit_block_move in bits, not bytes.
9547 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9549         * expr.c (move_by_pieces_ninsns): Fix one more missing align
9550         correction.
9552         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
9554         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
9555         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
9556         * function.c (assign_parms): Likewise.
9557         * integrate.c (expand_inline_function): Likewise.
9558         * stmt.c (expand_decl): Likewise.
9559         (copy_rtx_and_substitute): Likewise.
9560         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
9561         (clear_by_pieces): Fix error in last change.
9562         * emit-rtl.c (init_emit): Set known registers alignment in bits.
9563         * function.h (regno_pointer_align): Now unsigned.
9564         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
9565         is in bits.
9566         * config/i386/i386.c (aligned_operand): Likewise.
9567         * config/sparc/sparc.c (mem_min_alignment): Likewise.
9568         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
9569         (unaligned_memory_operand): Likewise.
9570         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
9571         Also make alignments and sizes unsigned and some whitespace cleanup.
9572         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
9574         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
9575         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
9576         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
9577         (expand_builtin_memset): Likewise, but to clear_storage.
9578         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
9579         (restore_fixed_argument_area): Likewise.
9580         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
9581         (load_register_parameters): Likewise, to emit_group_load.
9582         (expand_call): Likewise, to emit_group_store and emit_block_move.
9583         (emit_library_call_value_1): Likewise, to emit_block_move.
9584         (store_one_arg): Likewise, and to emit_push_insn.
9585         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
9586         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
9587         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
9588         (emit_block_move, emit_group_load, emit_group_store): Likewise.
9589         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
9590         (expand_assigment, store_expr, store_constructor_field): Likewise.
9591         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
9592         (store_constructor, store_field, get_inner_reference): Likewise.
9593         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
9594         (expand_expr, case COMPONENT_REF): Likewise.
9595         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
9596         and positions; reindent code.
9597         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
9598         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
9599         (assign_parms): Likewise to emit_group_store.
9600         * optabs.c (prepare_cmp_insn): Alignment is in bits.
9601         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
9602         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
9603         (expand_return): Likewise to {extract,store}_bit_field.
9604         * stor-layout.c (get_mode_alignment): Minor cleanup.
9605         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
9606         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
9608 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9610         * config/arm/arm.h: Undo effects of previous delta:
9611         (ASM_SPEC): Do not define.
9612         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
9614         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
9615         typo.
9617 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9619         * cppinit.c (cpp_start_read): Call initialize_dependency_output
9620         only after reading in the primary source file.
9622 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
9624         * c-common.c (c_common_nodes_and_builtins): The first parameter to
9625         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
9626         or a reference to a va_list.
9627         * builtins.c (stabilize_va_list): Simplify now we don't have to
9628         work around C array address decay.
9629         * c-typeck.c (convert_for_assignment): Handle assignment to
9630         a reference parameter by taking the address of the RHS.
9631         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
9632         (va_copy): Likewise.
9633         (__va_copy): Likewise.
9634         * ginclude/varargs.h (va_start): Likewise.
9635         (__va_copy): Likewise.
9637 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
9639         * i386/djgpp.h: Remove extraneous "+".
9641         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
9643         * calls.c (expand_call): Fix typo in last change.
9645 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
9647         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
9648         been expanded.
9650 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9652         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
9653         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
9654         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
9655         * tree.c (bit_position, byte_position): Likewise.
9656         * tree.h: Declare new functions.
9658 2000-03-29  Nick Clifton  <nickc@cygnus.com>
9660         * config/arm/arm.c: Minor formatting changes/
9661         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
9662         already defined.
9663         (ASM_SPEC): Define if not already defined.
9665 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
9667         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
9668         _cpp_calc_hash.
9670 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
9672         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
9673         value, don't output it as unsigned.
9675 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
9677         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
9679 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9681         * c-common.c (c_common_nodes_and_builtins): Don't special case
9682         cplus_mode when declaring builtin bzero/bcmp, always avoid
9683         prototype arguments.
9685 2000-03-29  Bruce Korb  <bkorb@gnu.org>
9687         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
9688         to a non-file
9690 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9692         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
9693         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
9694         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
9695         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
9696         (save_fixed_argument_area, restore_fixed_argument_area):
9697         conditionize by #ifdef REG_PARM_STACK_SPACE only.
9698         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
9699         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
9700         (precompute_register_parameters): Avoid #ifdefs on
9701         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
9702         (stire_one_args): Likewise.
9703         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
9704         (emit_library_call_value_1): Likewise.
9705         (compute_argument_block_size): Align to STACK_BOUNDARY only for
9706         ACCUMULATE_OUTGOING_ARGS.
9707         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
9708         value.
9709         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
9710         (use_crosses_set_p): Likewise.
9711         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
9712         #define ACCUMULATE_OUTGOING_ARGS 1.
9713         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
9714         frames.
9715         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
9716         constants.
9717         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
9718         (TARGET_SWITCHES): Add push-args, no-push-args,
9719         accumulate-outgoing-args and no-accumulate-outgoing-args.
9720         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
9721         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
9722         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
9723         and PUSH_ROUNDING.
9724         (emit_push_insn): Likewise.
9725         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9726         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
9727         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
9728         (STACK_DYNAMIC_OFFSET): Define correctly for both
9729         ACCUMULATE_OUTGOING_ARGS and normal mode.
9730         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
9731         * tm.texi (PUSH_ARGS): Document.
9732         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
9734 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9736         * flags.h (flag_optimize_sibling_calls): Declare.
9737         * calls.c (expand_call): Fail sibcall when
9738         !flag_optimize_sibling_calls
9739         * invoke.texi (flag_optimize_sibling_calls): Document.
9740         * toplev.c (flag_optimize_sibling_calls): New global variable.
9741         (f_options): Add flag_optimize_sibling_calls.
9742         (rest_of_compilation): Conditionize
9743         optimize_sibling_and_tail_recursive_calls by
9744         flag_optimize_sibling_calls.
9745         (main): Set flag_optimize_sibling_calls for -O2.
9746         * stmt.c (expand_return): Conditionize tail recursion by
9747         flag_optimize_sibling_calls.
9749 2000-03-29  Richard Henderson  <rth@cygnus.com>
9751         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
9752         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
9754 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
9756         * except.c (add_eh_table_entry): Mark type_info's as referenced.
9758 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9760         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
9761         is given.
9762         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
9763         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
9764         * config/rs6000/aix.h: then modified likewise.
9766 2000-03-28  Richard Henderson  <rth@cygnus.com>
9768         * rtl.h: Redistribute enum reg_note documentation.
9769         Kill trailing whitespace.
9770         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
9771         Kill trailing whitespace.
9773 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
9775         * cppfiles.c (hash_IHASH): Just return i->hash.
9776         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
9777         htab_find_with_hash.
9778         (cpp_read_file): Likewise.
9779         (find_include_file): Likewise.  Properly initialize
9780         ih->nshort.  Share ih->name and ih->nshort if possible.
9781         * cpphash.c (_cpp_calc_hash): New function.
9782         (hash_HASHNODE): Just return h->hash.
9783         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
9784         htab_find_with_hash.
9785         * cpphash.h: Prototype _cpp_calc_hash.
9786         * cppinit.c (initialize_builtins): Provide a valid hash
9787         to _cpp_make_hashnode, using _cpp_calc_hash.
9789         * cpphash.c (collect_expansion): # is not a special character
9790         in object-like macros.  In -traditional mode, /**/ is not
9791         token paste at the beginning or end of the line.
9792         * cpplib.c (do_include, do_import, do_include_next): If
9793         parse_include fails, return immediately.
9795 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
9797         * config/arm/arm.md (return peepholes): Update to reflect the new
9798         call insn patterns.
9799         * config/arm/arm.c (arm_volatile_func): Also check
9800         current_function_nothrow.
9801         (output_return_instruction, output_func_prologue): Use it.
9802         (arm_output_epilogue, arm_expand_prologue): Likewise.
9804 2000-03-27  Tom Tromey  <tromey@cygnus.com>
9806         * gcc.c (handle_braces): In {x*...} case, break out of loop if
9807         switch is found.
9809 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9811         * expr.c (store_constructor): SIZE now signed.
9812         For EXPR_SIZE, don't evaluate size; just needed if constant.
9813         * fold-const.c (fold): Fix a number of cases when folded tree is
9814         wrong type.
9815         * function.c (flush_addressof): Reenable.
9816         * tree.h (flush_addressof): Likewise.
9817         * toplev.c (independent_decode_option): Look at strings_processed.
9818         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
9820 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
9822         * sibcall.c (indentify_call_return_value): Find last call in the chain;
9823         Allow stack adjustment after function call.
9825         * regmove.c (struct csa_memlist): Make mem field rtx *.
9826         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
9827         (try_apply_stack_adjustment): Replace whole MEM rtx.
9828         (combine_stack_adjustments_for_block): Update calls
9829         to record_one_stack_ref.
9831 2000-03-28  Neil Booth  <NeilB@earthling.net>
9833         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
9834         '\\' rather than a null character, so nulls are not special.  Fix
9835         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
9836         speed trigraph conversion.
9837         (_cpp_init_input_buffer): Initialize trigraph map.
9839 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
9841         * config/i386/i386.c (output_387_binary_op): Correct intel
9842         mode assembly output, and add spaces after commas in AT&T
9843         output.  Correct Unixware assembler comment.  Document input
9844         constraints.  Comment fp operations.  Reduce profligate buffer
9845         size.  Remove extraneous abort.  Localize temp var.
9846         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
9847         (output_fix_trunc): Add spaces after commas in assembly output.
9849 2000-03-27  Richard Henderson  <rth@cygnus.com>
9851         * i386-protos.h (ix86_match_ccmode): Declare.
9852         * i386.c (ix86_match_ccmode): New.
9853         (ix86_expand_fp_compare): Update for pattern renames.
9854         (ix86_expand_strlensi_unroll_1): Likewise.
9855         * i386.h (EXTRA_CC_MODES): Add CCZ.
9856         (SELECT_CC_MODE): Use it for EQ/NE zero.
9857         * i386.md (cmpsi_ccz_1): New.
9858         (cmpqi_ccz_1): New.
9859         (*testsi_ccz_1): New.
9860         (testqi_ccz_1): New.
9861         (cmpsi_ccno_1): Rename from cmpsi_0.
9862         (testsi_ccno_1): Rename from testsi_1.
9863         (testqi_ccno_1): Rename from testqi_1.
9864         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
9865         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
9866         (*cmphi_0): Use ix86_match_ccmode.
9867         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
9868         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
9869         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
9870         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
9871         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
9872         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
9873         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
9874         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
9875         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
9876         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
9877         (appropriate peepholes): Likewise.
9878         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
9879         (*subsi_3, *subhi_3, *subqi_3): Remove.
9880         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
9881         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
9882         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
9883         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
9884         (x86_shift_adj_1): Use CCZ.
9885         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
9887 2000-03-27  Stan Cox  <scox@cygnus.com>
9889         * resource.h (mark_resource_type): New.
9890         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
9891         find_free_register): Use mark_resource_type.
9892         (mark_set_resources): Change include_delayed_effects
9893         to mark_resource_type.
9894         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
9895         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
9896         Use mark_resource_type.
9898 2000-03-27  Richard Henderson  <rth@cygnus.com>
9900         * i386.md (call_pop_0, call_value_pop_0): New.
9901         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
9902         (call_value_pop_1): Likewise.
9903         (call_0, call_value_0): New.
9904         (call_1, call_value_1): Remove constraint from unused arg.
9906 2000-03-27  Nick Clifton  <nickc@cygnus.com>
9908         * invoke.texi (Spec Files): Document new spec % command created by
9909         Tom Tromey's recent patch.
9911 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
9913         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
9914         if not defined.
9916 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9918         * expr.c (expand_assignment): Fix typo in last change.
9920         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
9922 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9924         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
9925         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
9926         and DECL_INLINE if FUNCTION_DECL.
9927         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
9928         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
9929         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
9930         (combine_parm_decls): Likewise.
9931         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
9932         * print-tree.c (print_node): Likewise.
9933         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
9934         DECL_TRANSPARENT_UNION on proper decl types.
9935         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
9936         * stor-layout.c (layout_decl): Only check DECL_PACKED and
9937         DECL_BIT_FIELD of FIELD_DECL.
9938         * tree.h (DECL_RESULT_FLD): New macro.
9940         * expr.c (expand_assignment): Add code to handle variable-sized
9941         BLKmode case.
9943 2000-03-26  Richard Henderson  <rth@cygnus.com>
9945         * calls.c (expand_call): Pass parms not original exp to
9946         optimize_tail_recursion.  Mind return value instead of looking
9947         for a barrier.
9948         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
9949         call_expr.  Move checks for call_expr and current_function_decl ...
9950         (expand_return): ... here.
9952 2000-03-26  Tom Tromey  <tromey@cygnus.com>
9954         * gcc.c (handle_braces): Recognize `%{<S}' construct.
9955         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
9956         defines.
9957         (process_command): Use them.
9958         (check_live_switch): Likewise.
9959         (give_switch): Skip ignored switches.
9961 2000-03-26  Jan Hubicka  <jh@suse.cz>
9963         * jump.c (jump_optimize_1): Fix typo in elide optimizations
9964         for minimal jump pass test.
9966 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
9968         * integrate.c (function_cannot_inline_p): Do inline functions that
9969         return `void'.
9971 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9973         * stor-layout.c (layout_type, set_sizetype): early_type_list is
9974         now a list of TREE_LIST entries, not types.
9975         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
9977         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
9978         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
9979         int_bit_position.
9980         * config/mips/mips.c (function_arg): Likewise; also remove cast
9981         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
9982         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
9983         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
9984         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
9985         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
9986         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
9987         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
9988         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
9989         num_adjusts now unsigned.
9990         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
9991         * config/sparc/sparc.c (struct function_arg_record_value_parms):
9992         NREGS now unsigned.
9993         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
9994         as is BITPOS variable; use host_integerp and int_bit_position.
9995         (function_arg_record_value_2): Likewise.
9996         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
9997         Variable REGNO now unsigned.
9998         (function_arg_record_value): NREGS now unsigned.
10000 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10002         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10004 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10006         * Rework fields used to describe positions of bitfields and
10007         modify sizes to be unsigned and use HOST_WIDE_INT.
10008         * alias.c (reg_known_value_size): Now unsigned.
10009         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10010         (really_start_incremental_init): Use bitsize_zero_node.
10011         (push_init_level, pop_init_level, output_init_element): Likewise.
10012         Use bitsize_unit_node and bitsize_one_node.
10013         (output_pending_init_elements, process_init_element): Likewise.
10014         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10015         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10016         HOST_WIDE_INT, respectively.
10017         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10018         (num_sign_bit_copies): Returns unsigned.
10019         BITWIDTH now unsigned; rework arithmetic.
10020         Remove recursive call from arg to MAX.
10021         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10022         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10023         REGNO now unsigned.
10024         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10025         (find_split_point, expand_compound_operation, make_extraction): LEN
10026         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10027         (make_field_assignment): Likewise.
10028         (combine_simplify_rtx): Add cast.
10029         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10030         (force_to_mode): WIDTH now unsigned; add cast.
10031         (if_then_else_cond): SIZE now unsigned.
10032         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10033         (extended_count): Now returns unsigned.
10034         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10035         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10036         (simplify_comparison): MODE_WIDTH now unsigned.
10037         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10038         (mark_used_regs_combine): Likewise; rework arithmetic.
10039         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10040         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10041         (record_promoted_value): REGNO now unsigned.
10042         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10043         (get_last_value): REGNO now unsigned.
10044         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10045         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10046         (remove_death): Arg REGNO now unsigned.
10047         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10048         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10049         now unsigned.
10050         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10051         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10052         (struct cse_reg_info): REGNO now unsigned.
10053         (cached_regno): Now unsigned.
10054         (REGNO_QTY_VALID_P): Add cast.
10055         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10056         (remove_invalid_regs): Likewise.
10057         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10058         as are variables END and I.
10059         (get_cse_reg_info, insert): Likewise.
10060         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10061         (canon_hash): Likewise.
10062         (insert_regs, lookup_for_remove): REGNO now unsigned.
10063         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10064         New variable RN.
10065         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10066         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10067         * emit-rtl.c (subreg_realpart_p): Add cast.
10068         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10069         (operand_subword_force): Arg I is now unsigned.
10070         * except.c (eh_regs): Variable I is now unsigned.
10071         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10072         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10073         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10074         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10075         (extract_split_bit_field, store_bit_field, extract_bit_field):
10076         Likewise.
10077         * expr.c (store_constructor_fields, store_constructor, store_field):
10078         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10079         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10080         (do_jump): Likewise.
10081         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10082         MAX_SIZE is now unsigned.
10083         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10084         (emit_group_store): Likewise.
10085         (emit_move_insn): I now unsigned.
10086         (store_constructor): Use host_integerp, tree_low_cst, and
10087         bitsize_unit_node.
10088         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10089         Rework all calculations to use trees and new fields.
10090         * expr.h (promoted_input_arg): Regno now unsigned.
10091         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10092         (mark_seen_cases): Arg is HOST_WIDE_INT.
10093         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10094         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10095         precisions and alignments are unsigned.
10096         (optimize_bit_field_compare, fold_truthop): Likewise.
10097         (int_const_binop): Adjust threshold for size_int_type_wide call.
10098         (fold_convert): Likewise.
10099         (size_int_type_wide): Make table larger and fix thinko that only
10100         had half of table used.
10101         (all_ones_mask_p, fold): Precisions are unsigned.
10102         * function.c (put_reg_info_stack): REGNO is unsigned.
10103         (instantiate_decl): Size is HOST_WIDE_INT.
10104         (instantiate_virtual_regs): I is unsigned.
10105         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10106         (promoted_input_arg): REGNO is unsigned.
10107         * function.h (struct function): x_max_parm_reg is now unsigned.
10108         * gcse.c (max_gcse_regno): Now unsigned.
10109         (struct null_pointer_info): min_reg and max_reg now unsigned.
10110         (lookup_set, next_set): REGNO arg now unsigned.
10111         (compute_hash_table): REGNO and I now unsigned.
10112         (handle_avail_expr): regnum_for_replacing now unsigned.
10113         (cprop_insn): REGNO now unsigned.
10114         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10115         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10116         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10117         * hard-reg-set.h (reg_class_size): Now unsigned.
10118         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10119         * jump.c (mark_modified_reg): I now unsigned; add cast.
10120         (rtx_equal_for_thread_p): Add cast.
10121         * loop.c (max_reg_before_loop): Now unsigned.
10122         (struct_movable): REGNO now unsigned.
10123         (try_copy_prop): REGNO arg unsigned.
10124         (regs_match_p): XN and YN now unsigned.
10125         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10126         (strength_reduce): Likewise; NREGS also unsigned.
10127         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10128         * loop.h (struct iv_class): REGNO now unsigned.
10129         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10130         Now unsigned.
10131         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10132         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10133         * optabs.c (expand_binop): I and NWORDS now unsigned.
10134         (expand_unop): I now unsigned.
10135         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10136         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10137         * real.c (significand_size): Now returns unsigned.
10138         * real.h (significand_size): Likewise.
10139         * regclass.c (reg_class_size): Now unsigned.
10140         (choose_hard_reg_mode): Both operands now unsigned.
10141         (record_reg_classes): REGNO and NR now unsigned.
10142         (reg_scan): NREGS now unsigned.
10143         (reg_scan_update): old_max_regno now unsigned.
10144         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10145         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10146         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10147         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10148         Likewise for variable R.
10149         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10150         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10151         (find_equiv_reg): Add casts.
10152         (regno_clobbered_p): Arg REGNO now unsigned.
10153         * reload.h (struct reload): NREGS now unsigned.
10154         (refers_to_regno_for_reload_p): Regno args are unsigned.
10155         (regno_clobbered_p): Likewise.
10156         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10157         (compute_use_by_pseudos): REGNO now unsigned.
10158         (find_reg): I and J now unsigned, new variable K, and change loop
10159         variables accordingly; THIS_NREGS now unsigned.
10160         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10161         (spill_hard_reg): REGNO arg now unsigned; add casts.
10162         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10163         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10164         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10165         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10166         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10167         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10168         (emit_reload_insns): REGNO now unsigned.
10169         (reload_cse_move2add): Add cast.
10170         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10171         and rework loop.
10172         * resource.c (mark_referenced_resources, mark_set_resources): New
10173         variable R; REGNO and LAST_REGNO now unsigned.
10174         (mark_target_live_regs): J and REGNO now unsigned.
10175         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10176         * rtl.h (union rtunion_def): New field rtuint.
10177         (XCUINT): New macro.
10178         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10179         (operand_subword, operand_subword_force): Word number is unsigned.
10180         (choose_hard_reg_mode): Operands are unsigned.
10181         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10182         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10183         (regno_use_in, combine_instructions, remove_death): Likewise.
10184         (reg_scan, reg_scan_update): Likewise.
10185         (extended_count): Return is unsigned.
10186         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10187         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10188         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10189         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10190         (reg_reg_last_1): FIRS and LAST now unsigned.
10191         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10192         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10193         now unsigned.
10194         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10195         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10196         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10197         (replace_regs): Arg NREGS now unsigned.
10198         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10199         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10200         (simplify_binary_operation): Likewise.
10201         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10202         THIS_LAST now unsigned.
10203         (cselib_record_set): Add cast.
10204         * ssa.c (ssa_max_reg_num): Now unsigned.
10205         (rename_block): REGNO now unsigned.
10206         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10207         sizes now unsigned.
10208         (all_cases_count): Just return -1 not -2.
10209         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10210         Rework tests to use trees whenever possible.
10211         Use host_integerp and tree_low_cst.
10212         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10213         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10214         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10215         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10216         (smallest_mode_for_size): Likewise.
10217         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10218         KNOWN_ALIGN is now an alignment, so simplify code.
10219         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10220         (start_record_layout): Renamed from new_record_layout_info.
10221         Update to new fields.
10222         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10223         New functions.
10224         (place_union_field): Renamed from layout_union_field.
10225         Update to use new fields in rli.
10226         (place_field): Renamed from layout_field.
10227         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10228         (finalize_record_size): Rework to use new fields in rli and handle
10229         union.
10230         (compute_record_mode): Rework to simplify and to use new DECL fields.
10231         (finalize_type_size): Make rounding more consistent.
10232         (finish_union_layout): Deleted.
10233         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10234         (layout_type, case RECORD_TYPE): Call new function names.
10235         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10236         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10237         (get_best_mode): UNIT is now unsigned; remove casts.
10238         * tree.c (bit_position): Compute from new fields.
10239         (byte_position, int_byte_position): New functions.
10240         (print_type_hash_statistics): Cast to remove warning.
10241         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10242         (build_index_type): Likewise; make subtype of sizetype.
10243         (build_index_2_type): Pass sizetype to build_range_type.
10244         (build_common_tree_nodes): Use size_int and bitsize_int to
10245         initialize nodes; add bitsize_{zero,one,unit}_node.
10246         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10247         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10248         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10249         (DECL_FIELD_BITPOS): Deleted.
10250         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10251         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10252         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10253         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10254         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10255         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10256         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10257         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10258         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10259         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10260         (DECL_ALIGN): Adjust to new field in union.
10261         (DECL_OFFSET_ALIGN): New field.
10262         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10263         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10264         (union tree_decl): Add struct for both aligns.
10265         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10266         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10267         (struct record_layout_info): Rework fields to have offset
10268         alignment and byte and bit position.
10269         (start_record_layout, place_field): Renamed from old names.
10270         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10271         (byte_position, int_byte_position): Likewise.
10272         (get_inner_reference): Change types of position and length.
10273         * unroll.c (unroll_loop): New variable R; use for some loops.
10274         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10275         (calculate_giv_inc): Arg REGNO now unsigned.
10276         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10277         * varasm.c (assemble_variable): Clean up handling of size using
10278         host_integerp and tree_low_cst.
10279         (decode_addr_const): Use byte, not bit, position.
10280         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10281         use tree_low_cst and int_bit_position.
10282         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10284 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10286         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10287         (reorder_block_def): New members eff_head and eff_end.
10288         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10289         (verify_insn_chain): New function.
10290         (skip_insns_between_block): Add code to skip deleted insns.
10291         Check for note before using.
10292         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10293         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10294         Check for note before using.
10295         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10296         (fixup_reorder_chain): Restructure, clean up, defect removal.
10297         (reorder_basic_blocks): Remove last_insn and references to it.
10298         Moved insn chain verification code into a new function (see above).
10299         Delete defective code that sets last insn.
10300         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10301         all blocks.
10303 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10305         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10307 2000-03-24  Richard Henderson  <rth@cygnus.com>
10309         * tree.c (lang_safe_for_unsave): Remove.
10310         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10311         allowing for two levels of unsafeness.  Remove lang hook.
10312         * tree.h: Update declarations.
10313         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10314         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10315         Always fail sibcalls when there are pending cleanups.
10317 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10319         * flow.c (propagate_block): When we delete an ADDR_VEC,
10320         also delete the BARRIER following it if there is one.
10322 2000-03-24  Richard Henderson  <rth@cygnus.com>
10324         * builtins.c (expand_builtin_bzero): Convert `length' argument
10325         to sizetype.
10327 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10329         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10330         comparison if regno's are equal.
10331         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10332         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10333         (expand_call): Update caller.
10334         Avoid making a sibling call if argument size of the callee is larger
10335         than argument size of the caller.
10336         Call hard_function_value with outgoing set if in sibcall pass.
10337         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10339         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10340         Change LEAF_REGISTERS from an array initializer to actual array
10341         identifier. Move static global variable into the function.
10342         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10343         sequences for leaf functions.
10344         * global.c (global_alloc): Likewise.
10345         * tm.texi (LEAF_REGISTERS): Update documentation.
10347         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10348         TARGET_FLAT leaf disabling hack.
10349         (LEAF_REGISTERS): Changed from an array initializer to actual array
10350         identifier to avoid duplication and remove the above hack.
10351         (FUNCTION_OK_FOR_SIBCALL): Define.
10352         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10353         always like call attribute.
10354         (eligible_for_sibcall_delay): New attribute.
10355         (sibcall): New delay type.
10356         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10357         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10358         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10359         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10360         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10361         New functions.
10362         (output_function_epilogue): Move part of the code into
10363         output_restore_regs.
10364         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10365         TYPE_SIBCALL.
10366         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10367         prototypes.
10369         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10370         until infrastructure is finished.
10372 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10374         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10375         (save_parm_insns): Not here.
10377 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10379         * builtins.c (expand_builtin_bzero): New function.
10380         (expand_builtin): Handle bzero.
10382         * builtins.def: Add BUILT_IN_BZERO.
10384         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10385         prototype & function for bzero.
10387 2000-03-23  Michael Meissner  <meissner@redhat.com>
10389         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10390         change adding TARGET_FP to the TF floating point insns, except for
10391         trunctfsf2, which generates direct calls to truncdfsf2.
10393 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10395         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10396         try to protect against middle-end changes that break binary
10397         compatibility.
10398         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10400 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10402         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10404 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10406         * calls.c (expand_call): If TARGET is passed by reference and
10407         is readonly, write a CLOBBER.
10409 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10411         * builtins.c (expand_builtin): Handle bcmp.
10413         * builtins.def: Add BUILT_IN_BCMP.
10415         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10416         prototype & function for bcmp.
10418 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10420         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10421         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10422         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10424 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10426         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10427         alternative when using -fp64 -gp32.
10429 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10431         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10432         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10433         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10435         * frame.h (frame_state): Revert last change.
10436         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10437         * libgcc2.c (throw_helper): Revert last change.
10439 2000-03-22  Richard Henderson  <rth@cygnus.com>
10441         * stmt.c (expand_asm_operands): Don't promote the temporary.
10443 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10445         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10446         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10447           c_get_alias_set): Likewise.
10448         * c-decl.c (duplicate_decls): Likewise.
10449         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10450         * calls.c (initialize_argument_information): Likewise.
10451         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10452         Likewise.
10453         * dwarfout.c (decl_class_context,output_type): Likewise.
10454         * expr.c (get_inner_reference): Likewise.
10455         * fold-const.c (simple_operand_p,fold): Likewise.
10456         * function.c (aggregate_value_p): Likewise.
10457         * stmt.c (expand_asm_operands): Likewise.
10458         * varasm.c (named_section): Likewise.
10460 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10462         Implement dwarf2 exception handling for the ARM.
10463         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10464         (DWARF_FRAME_RETURN_COLUMN): Define.
10465         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10466         REG_FRAME_RELATED_EXPR note.
10467         (emit_sfm): Likewise.
10468         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10469         * dwarf2out.c (reg_save): Handle saving a register to itself.
10470         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10471         * except.c (eh_regs): Don't use the static chain reg if it's
10472         callee-saved.
10473         * frame.h (frame_state): Add cfa_saved field.
10474         * frame.c (execute_cfa_insn): Set it.
10475         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10476         the epilogue.
10477         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10478         Now takes a parm.
10479         (instantiate_virtual_regs): Adjust.
10480         * tm.texi: Adjust.
10481         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10482         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10483         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10485         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
10486         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
10488 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10490         * builtins.def: New file.
10492         * Makefile.in (TREE_H): Depend on builtins.def.
10494         * builtins.c (built_in_names): Use builtins.def.
10496         * tree.h (built_in_function): Likewise.
10498 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
10500         * tree.c (size_in_bytes): Return size_zero_node, not
10501         integer_zero_node.
10503 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10505         * config/fp-bit.c (pack_d): Correct the case when a denormal
10506         is rounded up and stops being denormal.
10508 2000-03-21  Richard Henderson  <rth@cygnus.com>
10510         * config/alpha/alpha.c (function_arg): Check for void_type_node
10511         before using MUST_PASS_IN_STACK.
10513 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
10515         * regmove.c (combine_stack_adjustments_for_block): Check that
10516         the stack pointer is a valid memory address.
10518 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
10520         * calls.c: re-install Mar 16 emit_library_call merge.
10522 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10524         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
10525         we cannot be sure that if reload_completed base register will
10526         be properly aligned.
10528 2000-03-21  Richard Henderson  <rth@cygnus.com>
10530         * flow.c (delete_block): Fix typo last change.
10532 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
10534         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
10535         not COMPLETE_TYPE_P, to check the type of the expression.
10537 2000-03-21  Michael Meissner  <meissner@redhat.com>
10539         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
10540         all floating point insns that just tested the macro
10541         TARGET_HAS_XFLOATING_LIBS.
10542         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
10543         used to only use the gprs.
10545 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10547         * tree.h (COMPLETE_TYPE_P): New macro.
10548         (COMPLETE_OR_VOID_TYPE_P): New macro.
10549         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
10550         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
10551         * c-aux-info.c (gen_type): Use them.
10552         * c-common.c (c_expand_expr_stmt): Likewise.
10553         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
10554         grokdeclarator, grokparms, finish_struct, start_function,
10555         store_parm_decls, combine_parm_decls): Likewise.
10556         * c-parse.y (cast_expr): Likewise.
10557         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
10558         c_size_in_bytes, c_alignof, build_component_ref,
10559         build_indirect_ref, build_array_ref, convert_arguments,
10560         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
10561         * calls.c (initialize_argument_information): Likewise.
10562         * convert.c (convert_to_integer): Likewise.
10563         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
10564         * dwarfout.c (location_or_const_value_attribute,
10565         output_enumeration_type_die, output_structure_type_die,
10566         output_union_type_die, output_type): Likewise.
10567         * expr.c (safe_from_p, expand_expr): Likewise.
10568         * function.c (assign_parms): Likewise.
10569         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
10570         * tree.c (build_array_type, build_function_type,
10571         build_method_type, build_offset_type, build_complex_type): Likewise.
10572         * c-parse.c, c-parse.h: Regenerated.
10574 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10576         * config/c4x/rtems.h: Include config/rtems.h.
10578 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
10580         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
10581         decl is a FUNCTION_DECL
10583 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
10585         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
10586         function uses output registers.  Don't save RP for leaf functions.
10587         Do save RP even if no epilogue.
10588         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
10589         (CALL_USED_REGISTERS): Unmark in registers.
10590         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
10591         to near the middle.
10593 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10595         * config/rs6000/rs6000.md (bunordered): New expander.
10596         (bordered): New expander.
10597         (buneq): New expander.
10598         (bunge): New expander.
10599         (bungt): New expander.
10600         (bunle): New expander.
10601         (bunlt): New expander.
10602         (bltgt): New expander.
10604         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
10605         (ccr_bit_negated_p): New function.
10606         (print_operand): For %C, generate appropriate cror for UNEQ,
10607         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
10609 2000-03-20  Andreas Jaeger  <aj@suse.de>
10611         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
10612         warning.
10614         * tree.h (safe_for_unsave): Prototype.
10616 2000-03-20  Richard Henderson  <rth@cygnus.com>
10618         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
10619         (combine_stack_adjustments_for_block): Don't allow sp references
10620         in the side of a set we're not fixing up.
10621         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
10622         after life_analysis.
10624 2000-03-20  Richard Henderson  <rth@cygnus.com>
10626         * calls.c (expand_call): Don't bother generating tail call
10627         sequences if there are pending cleanups.  Use
10628         expand_start_target_temps/expand_end_target_temps to elide
10629         cleanups created during sibcall expansion.
10631 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
10633         * configure.in: Set $IFS to a value if it doesn't already have one
10634         in the --enable-checking handling.
10635         * configure: Regenerate.
10637 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10639         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
10640         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10641         Regenerated.
10643 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
10645         * jump.c (delete_noop_moves): Remove code attempting to
10646         combine stack adjustments.
10648 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10650         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
10651         * except.c (emit_cleanup_handler): Use them.
10652         (expand_end_all_catch): Likewise.
10653         * function.c (fixup_var_refs): Likewise.
10654         (expand_function_end): Clear catch_clauses_last.
10655         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
10656         * except.h (struct eh_status): New field x_catch_clauses_last.
10657         (catch_clauses_last): New define.
10659         * Makefile.in (tree.o): Depend on HASHTAB_H.
10660         * tree.c: Include hashtab.h.
10661         (struct type_hash): Remove next field.
10662         (TYPE_HASH_SIZE): Remove.
10663         (TYPE_HASH_INITIAL_SIZE): New define.
10664         (type_hash_table): Change type to htab_t.
10665         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
10666         mark_hash_entry): New functions.
10667         (init_obstacks): Allocate type hash.
10668         (type_hash_lookup): Use htab functions.
10669         (type_hash_add, mark_type_hash): Likewise.
10670         (dump_tree_statistics): Call print_type_hash_statistics.
10672 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10674         * rs6000/t-aix41: New file.
10676         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
10678 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
10680         * tm.texi (Driver): Fix typos and tweak entry for
10681         INCLUDE_DEFAULTS.
10682         Move misplaced STRUCT_FORCE_BLK entry ...
10683         (Storage Layout): ... to here.
10684         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
10686 2000-03-19  Richard Henderson  <rth@cygnus.com>
10688         * flow.c (delete_block): Delete the addr_vec along with the block.
10689         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
10690         reference labels.
10692         * fold-const.c (extract_muldiv): Apply type check for defined
10693         overflow to multiply as well as divide.
10695         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
10697 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10699         * emit-rtl.c (remove_unncessary_notes): Check that all
10700         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
10701         associated NOTE_BLOCK.
10702         * function.h (identify_blocks): Update comments.
10703         (reorder_blocks): Declare.
10704         * function.c (identify_blocks): Don't take paramters.
10705         (reorder_blocks): Don't take parameters.
10706         * loop.h (find_loop_tree_blocks): Remove.
10707         (unroll_block_trees): Likewise.
10708         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
10709         reorder_blocks instead of unroll_block_trees.h
10710         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
10711         * stmt.c (find_loop_tree_blocks): Remove.
10712         (unroll_block_trees): Likewise.
10713         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
10714         in whole-function mode.
10715         * tree.h (reorder_blocks): Remove declaration.
10717         * expr.c: Include intl.h.
10718         * Makefile.in (expr.o): Depend on intl.h.
10720 2000-03-18  Richard Henderson  <rth@cygnus.com>
10722         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
10724 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
10726         * tree.h (tree_index): Remove enumerals for integer types.
10727         (integer_type_kind): New type.
10728         (integer_types): New variable.
10729         (char_type_node): Adjust.
10730         (signed_char_type_node): Likewise.
10731         (unsigned_char_type_node): Likewise.
10732         (short_integer_type_node): Likewise.
10733         (short_unsigned_type_node): Likewise.
10734         (integer_type_node): Likewise.
10735         (unsigned_type_node): Likewise.
10736         (long_integer_type_node): Likewise.
10737         (long_unsigned_type_node): Likewise.
10738         (long_long_integer_type_node): Likewise.
10739         (long_long_unsigned_type_node): Likewise.
10740         * tree.c (integer_types): New variable.
10741         (init_obstacks): Register it as a root.
10743 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
10745         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
10746         NEXT_INSN. Update last insn in chain.
10748 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
10750         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
10751         with TYPE_DECL_SUPPRESS_DEBUG set.
10753 2000-03-18  Richard Henderson  <rth@cygnus.com>
10755         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
10757 2000-03-18  Richard Henderson  <rth@cygnus.com>
10759         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
10760         care for HALF_PIC_P.
10761         (expander_call_insn_operand): Remove.
10762         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
10763         * i386.h (PREDICATE_CODES): Update.
10764         * i386.md (all call expanders): Remove predicates, remove special
10765         handling for half-pic.
10766         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
10767         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
10768         (sibcall_epilogue): New.
10770 2000-03-17  Richard Henderson  <rth@cygnus.com>
10772         * rtlanal.c (single_set): Reject if the parallel has anything
10773         except SET or USE or CLOBBER.
10775 2000-03-17  Jeff Law  <law@cygnus.com>
10776             Richard Henderson  <rth@cygnus.com>
10778         * Makefile.in (OBJS): Add sibcall.o.
10779         (sibcall.o): New.
10780         * sibcall.c: New file.
10781         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
10782         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
10783         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
10784         Emit sibcall patterns when requested.  Update all callers.
10785         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
10786         elimination seems feasable.
10787         * final.c (leaf_function_p): Sibling calls don't discount being
10788         a leaf function.
10789         * flow.c (HAVE_sibcall_epilogue): Provide default.
10790         (find_basic_blocks_1): Sibling calls don't throw.
10791         (make_edges): Make edge from sibling call to EXIT.
10792         (propagate_block): Don't remove sibcall_epilogue insns.
10793         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
10794         (sibcall_epilogue): New.
10795         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
10796         (identify_blocks_1): Likewise.  Break out from ...
10797         (identify_blocks): ... here.
10798         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
10799         (reorder_blocks): ... here.
10800         (init_function_for_compilation): Zap prologue/epilogue as varrays.
10801         (record_insns): Extend a varray instead of mallocing new memory.
10802         (contains): Read a varray not array of ints.
10803         (sibcall_epilogue_contains): New.
10804         (thread_prologue_and_epilogue_insns): Emit and record
10805         sibcall_epilogue patterns.
10806         (init_function_once): Allocate prologue/epilogue varrays.
10807         * genflags.c (gen_insn): Treat sibcall patterns as calls.
10808         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
10809         Broken out from ...
10810         (save_for_inline_nocopy): ... here.
10811         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
10812         Broken out from ...
10813         (expand_inline_function): ... here.
10814         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
10815         (subst_constants): Handle 'n' formats.
10816         * jump.c (jump_optimize_minimal): New.
10817         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
10818         optimizations if it's set.
10819         * rtl.c (copy_rtx): Do copy jump & call for insns.
10820         * rtl.h (struct rtx_def): Document use of jump and call for insns.
10821         (SIBLING_CALL_P): New.
10822         (sibcall_use_t): New.
10823         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
10824         Invoke optimize_sibling_and_tail_recursive_calls.
10825         * tree.c (lang_safe_for_unsave): New.
10826         (safe_for_unsave): New.
10827         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
10829         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
10830         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
10831         (*sibcall_osf_1, *sibcall_value_osf_1): New.
10833 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
10835         * objc/objc-act.c (encode_method_prototype): Pass types, not
10836         PARM_DECLs, to int_size_in_bytes.
10838 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
10840         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
10842         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
10843         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
10845 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10847         * Clean up usages of TREE_INT_CST_LOW.
10848         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
10849         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
10850         Regenerated.
10851         * c-tree.h (min_precision): Move declaration to here.
10852         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
10853         (build_unary_op, add_pending_init): Use bit_position.
10854         (pending_init_member, process_init_element): Likewise.
10855         (really_start_incremental_init, push_init_level, pop_init_level):
10856         Don't make copies of nodes or modify them in place, use consistent
10857         types when tracking positions, and use tree routines computations.
10858         (set_init_index, output_init_element): Likewise.
10859         (output_pending_init_elements, process_init_element): Likewise.
10860         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
10861         tree_low_cst and int_bit_position; also minor cleanup.
10862         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
10863         (print_cst_octal): Precision is unsigned.
10864         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
10865         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
10866         (simple_type_align_in_bits): Result is unsigned int.
10867         Use tree_int_low_cst and host_integerp.
10868         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
10869         (field_byte_offset): Result is HOST_WIDE_INT.
10870         Change types of internal variables so alignments are unsigned int,
10871         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
10872         Use host_integerp, tree_low_cst, and int_bit_position.
10873         (add_bit_offset_attribute): Likewise.
10874         (add_data_member_location_attribute): Use tree_cst_low.
10875         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
10876         (add_bit_size_attribute): Use tree_low_cst.
10877         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
10878         * dwarfout.c: Similar changes to dwarf2out.c.
10879         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
10880         * genoutput.c (n_occurences): Return -1 for null string.
10881         (strip_whitespace): Accept null string and make into function.
10882         (scan_operands): Reflect above changes.
10883         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
10884         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
10885         * ssa.c (rename_registers): Add missing cast of arg to bzero.
10886         * tree.c (int_size_in_bytes): Check for too big to represent.
10887         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
10888         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
10889         New declarations.
10890         (min_precision): Delete from here.
10891         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
10892         and int_bit_position.
10893         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
10894         (encode_method_def): Likewise.
10895         (build_ivar_list_initializer): Use int_bit_position.
10896         (generate_shared_structures): Convert size.
10897         (encode_type, encode_complete_bitfield): Use integer_zerop.
10898         (encode_bitfield): Use tree_low_cst and int_bit_position.
10900 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10902         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
10904 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10906         * call.c (special_function_p): It is only malloc if it returns
10907         Pmode.
10909 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10911         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
10912         (C33_FLAG, TARGET_C3X): Add macros.
10913         (TARGET_SWITCHES): Add -m33 option.
10914         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
10916 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10918         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
10919         (PARALLEL_PACK_FLAG): Delete.
10920         (TARGET_SWITCHES): Update.
10921         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
10923 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10925         * fold-const.c (fold): Fix a few cases when the returned result
10926         is not of the same type as the input.
10928 2000-03-16  Nick Clifton  <nickc@cygnus.com>
10930         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
10931         warning.
10933 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10935         * libgcc2.h: Move prototypes above macros with the same name.
10936         Wrap some function prototypes in the conditional which indicates
10937         whether they are supported, i.e. "BITS_PER_UNIT == 8".
10939 2000-03-16  Richard Henderson  <rth@cygnus.com>
10941         * calls.c: Revert last two changes.
10943 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10945         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
10946         has exponent 0 is a zero.
10948         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
10949         HASH may already be nonzero.  Add code/mode into hash value
10950         immediately after repeat label.
10951         (cselib_lookup): Don't leave the hash table in an inconsistent
10952         state before a hash lookup operation.
10954 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
10956         * i386.md (all HI and QI mode non-move patterns):  Conditionize
10957         by TARGET_[HQ]IMODE_MATH.
10958         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10959         x86_promote_qi_regs): Declare.
10960         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
10961         TARGET_PROMOTE_QI_REGS): New macros.
10962         (PROMOTE_MODE): New macro.
10963         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
10964         x86_promote_qi_regs): New global variables.
10966 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
10968         * calls.c (emit_library_call_value_1): Break out from ...; handle
10969         VOIDmode function calls too.
10970         (emit_library_call_value): ... here.
10971         (emit_library_call): Implement by calling emit_library_call_value_1.
10973 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
10975         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
10976         Update arg_space_so_far on stack adjustments.
10977         (emit_library_call, emit_library_call_value): Likewise; take into
10978         account arg_space_so_far and pending_stack_adjust when calculcating
10979         the boundary.
10981 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
10983         * flow.c: Move all basic block reordering code into its own file.
10984         (create_basic_block): Externalize.
10985         * bb-reorder.c: New file. Copy all basic block reordering code from
10986         flow.c to this file.
10987         (reorder_basic_blocks): Fix fencepost error in for-loop.
10988         (reorder_basic_blocks): Remove braces from single statement for-loops.
10989         * basic-block.h: Add declaration for create_basic_block.
10990         * Makefile.in: Add rules for bb-reorder.o.
10992 2000-03-16  Neil Booth  <NeilB@earthling.net>
10994         * cppinit.c (handle_option):  Implement #unassert directive
10995         as -A- command line option.
10996         (print_help):  Update.
10997         * cpptexi.c:  Update.
10999 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11001         * md.texi (Standard Names): Document `jump'.
11003 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11005         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11006         gotos.
11008 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11010         Merge changes from newppc-branch onto trunk.
11012         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11014         * rs6000.c (toc_hash_table): Update for new hash table functions.
11015         (toc_hash_function): Likewise.
11016         (toc_hash_eq): Likewise.
11017         (toc_hash_mark_entry): Likewise.
11018         (toc_hash_mark_table): Likewise.
11019         (output_toc): Likewise.
11020         (rs6000_add_gc_roots): Likewise.
11022         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11024         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11025         (AR_FLAGS_FOR_TARGET): here.  New macro.
11027         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11029         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11030         fpmem_operand) Delete.
11031         (xer_operand) New.
11032         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11033         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11034         (rs6000_save_machine_status, rs6000_restore_machine_status,
11035         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11036         references to above variables.
11037         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11038         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11039         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11040         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11041         (XER_REGNO_P, XER_REGNO): New.
11042         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11043         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11044         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11045         XER_REGNO_P.
11046         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11047         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11048         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11050         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11052         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11053         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11054         * rs6000.h: from here.
11056         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11057         (rs6000_select_rtx_section): Likewise.
11058         (rs6000_encode_section_info): Likewise.
11059         (sdata_section): Likewise.
11060         (sdata2_section): Likewise.
11061         (sbss_section): Likewise.
11062         * sysv4.h (rs6000_select_section): Delete prototype.
11063         (rs6000_select_rtx_section): Likewise.
11064         (rs6000_encode_section_info): Likewise.
11065         (sdata_section): Likewise.
11066         (sdata2_section): Likewise.
11067         (sbss_section): Likewise.
11068         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11070         * sysv4.h: Delete various unnecessary #undef's and put a comment
11071         on the remaining ones.
11072         Change various comments according to coding standard.
11074         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11076         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11077         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11078         (CR0_REGNO_P) Remove.
11079         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11080         setup_incoming_varargs, mtcrf_operation, print_operand,
11081         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11082         Use the above macros.
11084         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11086         * config/rs6000/rs6000.md: Added a new alternative for each
11087         pattern that had a 'x' alternative but no 'y' alternative.
11088         Added a new split for each of the above patterns.
11090         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11092         * aix41.h (ASM_CPU_SPEC): Delete.
11093         (CPP_CPU_SPEC): Delete.
11095         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11096         (ASM_OUTPUT_LABEL): Define.
11097         (ASM_GLOBALIZE_LABEL): Define.
11098         (STRIP_NAME_ENCODING): Define.
11099         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11100         (STRIP_NAME_ENCODING): Don't define.
11101         (ASM_OUTPUT_LABEL): Don't define.
11102         (ASM_GLOBALIZE_LABEL): Don't define.
11103         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11104         names, and ASM_OUTPUT_LABEL to output labels, rather than
11105         asm_fprintf.
11106         (ASM_OUTPUT_LABEL): Define.
11107         (ASM_OUTPUT_INT): Use assemble_name.
11108         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11109         (STRIP_NAME_ENCODING): Don't undefine first.
11110         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11111         ELF.
11112         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11113         specified with 'asm' even with -fleading-underscore.
11114         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11115         (output_epilog): Likewise.
11116         (output_toc): Likewise.
11117         * tramp.asm: Handle -fleading-underscore correctly.
11119         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11120         -mminimal-toc.
11121         (nonlocal_goto_receiver): Delete.
11122         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11124         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11125         (SET_ASM_OP): Define.
11126         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11128         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11129         (ASM_LONG): Define.
11131         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11132         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11134         * rs6000.h: Add 'u' to more constants.
11136         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11138         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11140         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11142         * rs6000.c (reg_or_u_cint_operand): New function.
11143         (logical_operand): Handle 64-bit hosts.
11144         (logical_u_operand): New function.
11145         (non_logical_cint_operand): Handle 64-bit hosts.
11146         (non_logical_u_cint_operand): New function.
11147         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11148         (PREDICATE_CODES): Define new functions.
11149         * rs6000-protos.h: Declare new functions.
11150         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11151         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11152         CONST_DOUBLE for 32-bit values.
11153         (scc insns): Generate DImode compares.
11154         (mfcr insns): Create DImode versions.
11155         (sge matchers): New patterns.
11157         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11159         * rs6000.md: Correct instructions length attributes and
11160         constraints on unsigned compare instructions.
11161         (*ne0): Disable for PowerPC64.
11163         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11165         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11166         quantity, fix profile1.C test failure under -fPIC.
11168         * rs6000.c: Add 'u' to many constants to suppress warnings.
11169         (constant_pool_expr_1): Make static.
11170         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11171         * rs6000.h: Add 'u' to many constants to suppress warnings.
11173         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11174         for the start of the TOC, instead of LCTOC..0.
11175         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11176         of the TOC.
11177         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11178         (load_toc_aix_di): Use LCTOC..1.
11180         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11181         * rs6000.c (rs6000_legitimize_address): New function from
11182         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11183         symbols in the constant pool that really are TOC references.
11184         (print_operand_address): For ELF, write TOC offsets under
11185         -fPIC as subtractions in the insn.
11186         (output_toc): For ELF, define symbols in TOC as normal labels,
11187         to match RTL.
11188         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11189         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11190         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11191         * rs6000.md (movsi): Only use create_TOC_reference on
11192         symbols in the constant pool that really are TOC references.
11194         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11195         * rs6000.c (rs6000_reorg): Delete.
11196         * rs6000-protos.h (rs6000_reorg): Delete.
11198         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11200         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11202         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11203         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11204         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11205         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11206         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11207         rs6000_aix_emit_builtin_unwind_init.
11208         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11209         rs6000_emit_eh_toc_restore on AIX.
11210         (return_eh_si): Use r2.
11211         (return_eh_di): Use r2.
11213         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11214         since we're breaking binary compatibility anyway.
11216         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11218         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11219         constant_pool_expr_p): Declare them.
11220         (constant_pool_expr_p): Declare it.
11221         * config/rs6000/rs6000.c (toc_label_name): Define.
11222         (rs6000_override_options): Set toc_label_name.
11223         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11224         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11225         uses_TOC): New functions.
11226         (print_operand): Delete old '*' case.
11227         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11228         and strip off rtl for TOC before calling output_addr_const.
11229         (rs6000_emit_load_toc_table): Use toc_label_name.
11230         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11231         the default.
11232         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11233         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11234         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11235         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11236         into explicit TOC_REGISTER offsets.
11237         (TOC_REGISTER): New macro.
11238         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11239         TARGET_TOC to reference TOC_REGISTER.
11240         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11241         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11242         uses_TOC before emitting label references.
11244         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11246         * rs6000.md (stack_tie): Fix warning.
11248         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11249         to handle -fleading-underscore.
11250         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11251         (USER_LABEL_PREFIX): New macro.
11252         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11253         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11254         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11255         call-linux can use the same multilibs.
11256         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11257         and call-linux multilibs.  Do multilib with -fleading-underscore.
11258         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11259         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11260         to call-aix.
11262         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11263         have MASK_SOFT_FLOAT set.
11264         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11265         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11266         CPP_FLOAT_DEFAULT_SPEC.
11268         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11269         * rs6000.md: Whitespace change.
11270         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11271         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11273         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11275         * rs6000.md (eh_epilogue): New expander.
11276         (eh_reg_restore): New expand/split/insn combination.
11277         (return_eh_si): New insn.
11278         (return_eh_di): New insn.
11280         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11281         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11282         * eabi-ctors.c (__do_global_ctors): Register this object's
11283         frame.  Clean up.  Call atexit() after the constructors.
11284         (__do_global_dtors): Deregister this object's frame.  Clean up.
11285         Allow for recursive calls to exit().
11286         * rs6000.c (fixuplabelno): New variable.
11287         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11288         TARGET_RELOCATABLE, it slows down exec() under linux.
11289         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11291         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11292         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11293         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11294         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11295         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11296         (ASM_OUTPUT_DWARF_ADDR): New macro.
11297         (ASM_OUTPUT_DWARF_DATA4): New macro.
11298         (ASM_OUTPUT_DWARF_DATA2): New macro.
11299         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11300         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11301         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11303         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11305         * rs6000.c (rs6000_sr_alias_set): New variable.
11306         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11307         (rs6000_emit_stack_tie): New function.
11308         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11309         in a way that dwarf2out can understand.
11310         (rs6000_frame_related): New function.
11311         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11312         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11313         Use rs6000_emit_stack_tie when needed.
11314         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11315         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11316         * rs6000.md (stack_tie): New insn.
11317         (return_internal_si): Allow return value to be in the count
11318         register.
11319         (return_internal_di): Likewise.
11321         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11323         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11325         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11327         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11329         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11331         * rs6000.md (stmw): Use the right POWER opcode.
11332         (lmw): Likewise.
11334         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11336         * rs6000-protos.h: New file.
11338         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11340         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11341         warnings.
11343         * sysv4.h: Likewise.
11345         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11347         * ../../configure.in: Delete powerpcle-*-winnt*
11348         and powerpcle-*-pe|powerpcle-*-cygwin*.
11349         * ../../configure: Regenerated.
11350         * cygwin.h: Delete.
11351         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11352         (TARGET_WINDOWS_NT): Delete.
11353         (ABI_NT): Delete.
11354         (CALL_NT_DLLIMPORT): Delete.
11355         Delete NT-specific code.
11356         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11357         * win-nt.h: Delete.
11358         * t-winnt: Delete.
11359         * nt-ci.asm: Delete.
11360         * nt-cn.asm: Delete.
11361         * ntstack.asm: Delete.
11363         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11365         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11366         (ASM_FILE_START): Likewise.
11367         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11368         (ASM_OUTPUT_LABELREF): Likewise.
11369         (ASM_OUTPUT_SKIP): Likewise.
11370         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11371         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11372         (ASM_OUTPUT_CASE_LABEL): Likewise.
11373         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11374         (ASM_OUTPUT_ASCII): Likewise.
11376         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11378         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11379         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11380         increment rs6000_pic_labelno here.
11381         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11382         and increment rs6000_pic_labelno here.
11384         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11386         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11387         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11388         allocation knows (reg) is dead before the insn.
11390         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11392         * rs6000.md (movsi_to_cr): Correct typo in output template.
11394         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11396         * rs6000.c (rs6000_pic_labelno): Always define.
11397         (rs6000_pic_func_labelno): Delete.
11398         (lmw_operation): Check for a zero base register,
11399         which doesn't mean what we want.
11400         (stmw_operation): New function.
11401         (print_operand): Define new 'l' modifier.
11402         (rs6000_stack_info): We must save all 64 bits of the registers
11403         if TARGET_POWERPC64.
11404         (rs6000_output_load_toc_table): Delete.
11405         (rs6000_emit_load_toc_table): New function.
11406         (rs6000_allocate_stack_space): Delete.
11407         (rs6000_emit_allocate_stack): New function.
11408         (rs6000_emit_prologue): New function.
11409         (output_prolog): Use rs6000_emit_prologue.
11410         (rs6000_emit_epilogue): Change a few variable names to be
11411         more accurate.  Restore all 64 bits of the registers if
11412         TARGET_POWERPC64.  Only restore the FP registers which were used
11413         if they are being saved/restored one-at-a-time.
11414         (output_mi_thunk): Delete inefficient code generation.
11415         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11416         * rs6000.h: Declare rs6000_emit_load_toc_table,
11417         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11418         rs6000_output_load_toc_table.
11419         * rs6000.md (elf_high): Allow register 0, but discourage it
11420         heavily.
11421         (elf_low): Support loading into register 0.
11422         (load_toc_aix_si): New pattern.
11423         (load_toc_aix_di): New pattern.
11424         (load_toc_v4_pic_si): New pattern.
11425         (load_toc_v4_pic_di): New pattern.
11426         (load_toc_v4_PIC_1): New pattern.
11427         (load_toc_v4_PIC_1b): New pattern.
11428         (load_toc_v4_PIC_2): New pattern.
11429         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11430         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11431         (prologue): New expander.
11432         (movesi_from_cr): New pattern.
11433         (stmw): New pattern.
11434         (save_fpregs_si): New pattern.
11435         (save_fpregs_di): New pattern.
11437         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11439         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11440         (movdi): Likewise.
11441         (movhi): Likewise.
11442         (movqi): Likewise.
11444         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11446         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11447         at present.
11448         (movsi_got_internal): Likewise.
11449         (movsi_got_internal+1): Likewise.
11450         (set_sp): 'unspec 7' does a SImode clobber.
11452         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11454         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11455         allocate a stack temporary.
11456         (floatsidf2_internal): Likewise.
11457         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11458         with unspec.
11459         (floatunssidf2): Don't use the fpmem "register", just
11460         allocate a stack temporary.
11461         (floatunssidf2_internal): Likewise.
11462         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11463         with unspec.
11464         (floatsidf2_loadaddr): Delete.
11465         (floatsidf2_store1): Delete.
11466         (floatsidf2_store2): Delete.
11467         (floatsidf2_load): Delete.
11468         (fix_truncdfsi2): Don't use the fpmem "register", just
11469         allocate a stack temporary.
11470         (fix_truncdfsi2_internal_si): Delete.
11471         (fix_truncdfsi2_internal_di): Delete.
11472         (fix_truncdfsi2_internal): New insn.
11473         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11474         (fix_truncdfsi2_store): Delete.
11475         (fix_truncdfsi2_load): Delete.
11476         (fctiwz): Produce gen_fctiwz.
11478         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11480         * eabi.h (INVOKE__main): Define.
11481         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11482         specially.
11483         (rs6000_emit_prologue): Likewise.
11484         * rs6000.h (struct rs6000_stack): Don't keep track of whether
11485         this is the main program.
11487         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11489         * rs6000.c (rs6000_va_arg): Delete some unused variables.
11491         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11493         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
11494         goes after the argument.
11496         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11498         * rs6000.md: Document 'unspec' values used.
11499         (epilogue): New expander.
11500         (movesi_to_cr_one): New expander.
11501         (movesi_to_cr and following): New pattern.
11502         (lmw): New pattern.
11503         (return_internal_si): New pattern.
11504         (return_internal_di): New pattern.
11505         (return_and_restore_fpregs_si): New pattern.
11506         (return_and_restore_fpregs_di): New pattern.
11507         * rs6000.h: Declare new functions.
11508         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
11509         rather than rs6000_calls_p.
11510         (rs6000_makes_calls): Delete.
11511         (lmw_operation): New function.
11512         (mtcrf_operation): New function.
11513         (rs6000_emit_epilogue): New function.
11514         (output_epilog): Call rs6000_emit_epilogue and final if
11515         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
11517         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11519         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
11520         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
11521         * aix.h (SUBTARGET_SWITCHES): Document switches.
11522         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
11523         sched-prolog and sched-epilog the same.  Document all the
11524         switches.
11525         (TARGET_OPTIONS): No longer allow -mdebug-.
11527         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11529         * rs6000.h (ASM_FILE_END): Move to aix.h.
11530         (EXTRA_SECTIONS): Move to aix.h.
11531         (READONLY_DATA_SECTION): Move to aix.h.
11532         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
11533         (SELECT_SECTION): Move to aix.h.
11534         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
11535         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
11536         (LINK_REGISTER_REGNUM): New definition.
11537         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
11538         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
11539         AIX and SVR4.
11540         * sysv4.h: Delete the code between the inclusion of rs6000.h
11541         and svr4.h.
11542         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
11543         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
11544         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
11545         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
11546         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
11547         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
11548         (fix_truncdfsi2_internal_di): New pattern.
11549         (fix_truncdfsi2_store): The second arg here is Pmode too.
11550         (fix_truncdfsi2_load): The second arg here is Pmode too.
11551         (tablejumpdi): Now that switch tables hold only SImode values,
11552         gcc needs to know how to add them to the pc which is DImode.
11553         * rs6000.c (rs6000_stack_info): Use symbolic name for
11554         LINK_REGISTER_REGNUM.
11555         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
11556         (output_toc): Delete unused variables s1 and s2.
11557         (output_ascii): Use fputs not fprintf on a variable string.
11559         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11561         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11562         * aix43.h: Revert Aug 2 change.
11563         (HAS_INIT_SECTION): Define, not visible yet.
11564         (LD_INIT_SWITCH): Define, not visible yet.
11565         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11567         2000-01-04  Joel Sherrill (joel@OARcorp.com>
11569         * config/rs6000/rtems.h: Include config/rtems.h.
11571         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11573         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11574         (SLOW_UNALIGNED_ACCESS): Define.
11575         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11576         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11577         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
11578         (toc_section): Likewise and .toc pseudo-op.
11579         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11580         64-bit mode.
11581         (TEXT_SECTION_ASM_OP): Likewise.
11582         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11583         32-bit offsets.
11585         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
11587         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
11588         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
11589         compiling libgcc2.
11591         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11593         * rs6000.h: Move more stuff from here...
11594         * aix.h: to here.
11595         * sysv4.h: Cleanup accordingly.
11596         * netware.h: Likewise
11598         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11600         * rs6000.h: Continue cleanup.
11601         * aix.h: Likewise.
11602         * lynx.h: Likewise.
11603         * netware.h: Likewise.
11604         * sol2.h: Likewise.
11605         * sysv4.h: Likewise.
11606         * win-nt.h: Likewise.
11608         * rs6000.h (TARGET_SWITCHES): Add descriptions.
11609         (TARGET_OPTIONS): Likewise.
11611         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
11612         (SUBTARGET_OPTIONS): Likewise.
11614         * rs6000.md: Fix compile time warnings.
11616         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11618         vxworks patches from the Cygnus tree originally by
11619         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
11620         <vmakarov@cygnus.com>.
11621         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
11622         (ENDFILE_SPEC): Likewise.
11623         (LIB_VXWORKS_SPEC): New macro.
11624         (STARTFILE_VXWORKS_SPEC): New macro.
11625         (ENDFILE_VXWORKS_SPEC): New macro.
11626         (LINK_START_VXWORKS_SPEC): New macro.
11627         (LINK_OS_VXWORKS_SPEC): New macro.
11628         (CPP_OS_VXWORKS_SPEC): New macro.
11629         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
11630         * vxppc.h: Rewrite to use proper configuration method.
11631         * vxppcle.h: New file.
11632         * ../../configure.in: Add powerpcle-wrs-vxworks*.
11633         * ../../configure: Rebuilt.
11635         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11637         Lots of changes to rs6000.h, sysv4.h, aix.h,
11638         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
11639         with the aim that rs6000.h is the first header
11640         included and the others override it.
11641         * aix.h: New file.
11643         * x-aix41-gld: Remove.
11644         * x-aix43: Remove.
11645         * x-aix41: Remove target-specific switches, and don't specify
11646         -Wl,-bbigtoc as we don't need it any more.
11647         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
11648         Use t-aix43 for AIX 4.3 and above.
11649         * ../../configure: Regenerated.
11651         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
11652         options, that don't do anything yet.
11653         (MASK_SCHED_PROLOG): New macro.
11654         (MASK_SCHED_EPILOG): New macro.
11655         (TARGET_SCHED_PROLOG): New macro.
11656         (TARGET_SCHED_EPILOG): New macro.
11658         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
11660         * rs6000.c: Correct comment, the `minimal' TOCs are actually
11661         one per translation unit, not one per function.
11662         (output_toc): Also do duplicate constant elimination
11663         for per-translation-unit TOCs.
11665         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
11666         a comment explaining _exactly_ when this pattern gets used.
11667         (builtin_setjmp_receiver): New pattern for better clarity.
11668         (init_v4_pic): Move it into a section dealing with TOC registers.
11670         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
11672         * rs6000.c (toc_hash_table): New variable.
11673         (rs6000_hash_constant): New function.
11674         (toc_hash_function): New function.
11675         (toc_hash_eq): New function.
11676         (toc_hash_mark_entry): New function.
11677         (toc_hash_mark_table): New function.
11678         (output_toc): Don't output duplicate TOC entries in
11679         a single file.
11680         (rs6000_add_gc_roots): Add the hash table as a GC root.
11681         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
11682         where they clearly shouldn't be.  This may need to be fixed
11683         later when there is a GNU ar for AIX.
11684         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
11685         Don't define BOOT_LDFLAGS as it is now not necessary.
11687         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
11689         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
11690         for va_list on AIX.  Use unsigned_char_type_node rather than
11691         constructing our own version on svr4.
11693         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
11695         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
11696         since patently it's not.
11698         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
11700         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
11701         define_expand/define_insn pair, and handle restore of the
11702         SVR4 -fpic register.
11704 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
11706         * acconfig.h (HAVE_GAS_WEAK): New define.
11707         * configure.in (assembler weak support): Check for .weak support.
11708         * config.in, configure: Rebuilt.
11709         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
11710         HAVE_GAS_WEAK is defined.
11712 2000-03-15  Nick Clifton  <nickc@cygnus.com>
11714         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
11715         asm_fprintf().
11717 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
11719         * cppfiles.c (open_include_file): New function.
11720         (find_include_file, cpp_read_file): Use it.
11722 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11724         * cpphash.c (dump_hash_helper): Take the slot, not the element.
11726 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
11728         * flow.c (verify_flow_info): Check for unconditional return.
11730 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
11732         * config/ia64/ia64.md (restore_stack_nonlocal): New.
11733         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
11734         (__ia64_restore_stack_nonlocal): New.
11735         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
11737 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11739         * cpphash.c (collect_formal_parameters): Do not complain about
11740         parameter names that just start with `__VA_ARGS__'.
11742 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
11744         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
11745         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
11746         * i386.c (pentiumpro_cost): Set mul cost to 4.
11747         (x86_use_movx): Set for PPro.
11749 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
11751         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
11752         STACK_BOUNDARY for empty frames now.
11754 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11756         * stor-layout.c (layout_union): Remove.
11757         (layout_union_field): New function, split out from layout_union.
11758         (finish_union_layout): Likewise.
11759         (layout_field): Handle unions by calling layout_union_field.
11760         (finish_record_layout): Handle unions.
11761         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
11762         QUAL_UNION_TYPE handling.
11764 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
11766         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
11767         end of basic block is jump_insn, not barrier; use create_basic_block
11768         instead of creating basic block by hand.
11770 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
11772         * flow.c (reorder_basic_blocks): Account for barriers when writing
11773         over NEXT_INSN (last_bb->end).
11774         (verify_flow_info): Add check for missing barriers.
11776 2000-03-14  Greg McGary  <gkm@gnu.org>
11778         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
11779         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
11780         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
11781         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
11782         __unbounded, __unbounded__): New keywords.
11783         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
11784         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
11785         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
11787 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
11789         * cselib.h: New file.
11790         * alias.c: Include "cselib.h".
11791         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
11792         MEMs as two new arguments.
11793         (get_addr): New static function.
11794         (find_base_term): Handle VALUEs.
11795         (memrefs_conflict_p): Likewise.
11796         (true_dependence): Call get_addr on the addresses.
11797         Call fixed_scalar_and_varying_struct_p with addresses that have been
11798         passed through get_addr and canon_rtx.
11799         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
11800         with true_dependence.
11801         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
11802         * loop.c: Include "cselib.h".
11803         (load_mems): Process extended basic block that enters the loop with
11804         cselib.  Use that information to change initialization of the shadow
11805         register so that a constant equivalence is seen by later passes.
11806         * reload1.c: Include "cselib.h".
11807         (reload_cse_invalidate_regno): Delete function.
11808         (reload_cse_mem_conflict_p): Likewise.
11809         (reload_cse_invalidate_mem): Likewise.
11810         (reload_cse_invalidate_rtx): Likewise.
11811         (reload_cse_regno_equal_p): Likewise.
11812         (reload_cse_check_clobber): Likewise.
11813         (reload_cse_record_set): Likewise.
11814         (reg_values): Delete static variable.
11815         (invalidate_regno_rtx): Likewise.
11816         (reload_cse_delete_noop_set): New static function.
11817         (reload_cse_simplify): New static function, broken out of
11818         reload_cse_regs_1.
11819         (reload_cse_noop_set_p): Delete unused argument INSN.
11820         Just call rtx_equal_for_cselib_p on set source and destination.
11821         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
11822         reload_cse_delete_noop_set.  Delete code to keep track of values; use
11823         cselib functions instead.  Delete code to push/pop obstacks.
11824         (reload_cse_simplify_set): Use cselib to find equivalent values.
11825         Delete code to push/pop obstacks.
11826         (reload_cse_simplify_operands): Likewise.
11827         * rtl.def (VALUE): New rtx code.
11828         * rtl.h (union rtunion_def): New elt rt_cselib.
11829         (X0CSELIB, CSELIB_VAL_PTR): New macros.
11830         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
11831         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
11832         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
11833         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
11834         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
11835         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
11836         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
11837         cselib_record_set, cselib_record_sets): New static functions.
11838         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
11839         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
11840         references_value_p): New functions.
11841         (MAX_USELESS_VALUES, REG_VALUES): New macros.
11842         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
11843         n_useless_values, reg_values, callmem, cselib_obstack,
11844         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
11845         New static variables.
11846         * varray.h (union varray_data_tag): New elt te.
11847         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
11848         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
11849         dependencies.
11851 2000-03-14  Nick Clifton  <nickc@cygnus.com>
11853         * gcc.c (do_spec_1): Catch the case where %* is used in a
11854         substitution pattern, but it has not been initialised.
11855         Issue a meaningful error message if an unrecognised operator
11856         is encountered in a spec string.
11858 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
11860         * function.c (prepare_function_start): Correctly initialize
11861         cfun->stack_alignment_needed.
11863 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
11865         * cppfiles.c (find_include_file): Don't assume nshort is a
11866         substring of name.
11868 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
11870         * configure.in (hppa configurations): Add pa32-regs.h to the
11871         list of tm files as appropriate.
11872         * configure: Rebuilt.
11873         * pa.c (compute_frame_size): Remove explicit knowledge about FP
11874         register numbering.
11875         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
11876         (fmpyaddoperands, fmpysuboperands): Likewise.
11877         * pa.h: Remove various definitions which depend on knowing
11878         how registers are numbered.
11879         * pa32-regs.h: New file with PA32 register numbering specific
11880         definitions.
11882 2000-03-14  Richard Henderson  <rth@cygnus.com>
11884         * regmove.c (combine_stack_adjustments): New.
11885         (stack_memref_p, single_set_for_csa): New.
11886         (free_csa_memlist, record_one_stack_memref): New.
11887         (try_apply_stack_adjustment): New.
11888         (combine_stack_adjustments_for_block): New.
11889         * rtl.h (combine_stack_adjustments): Declare.
11890         * toplev.c (rest_of_compilation): Call it.
11892         * i386.md: Revert 2000-01-16 change.
11894 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11896         * gccbug.in: Add web category, gcc specific classes.
11898 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
11900         * stor-layout.c (finalize_record_size): Fix typo.
11902 2000-03-14  Stan Shebs  <shebs@apple.com>
11904         * c-typeck.c (c_alignof): Error on incomplete types.
11905         * extend.texi (Alignment): Document this.
11907 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11909         * cppfiles.c: Include mkdeps.h.
11910         (find_include_file, read_include_file): Remove _cpp_ prefix
11911         from name, make static.
11912         (_cpp_execute_include): New function, broken out of
11913         do_include.
11915         * cpplib.c: Don't include mkdeps.h.
11916         (struct directive): Remove type field. Reorder entries.  The
11917         function takes only one argument.
11918         (struct if_stack): Make type field an int.
11919         (directive_table): Rename to dtable.  Generate it, the
11920         prototypes of the directive handlers, and the enum for the
11921         directive numbers, from a template macro.
11922         (do_ifndef, do_include_next, do_import): New functions.
11923         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
11924         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
11925         do_ident, do_assert, do_unassert, do_sccs): Take only one
11926         argument.
11927         (do_sccs): Define always, but alter behavior based on
11928         SCCS_DIRECTIVE.
11929         (_cpp_handle_directive, consider_directive_while_skipping):
11930         Restructure for new directive table layout.
11932         (pass_thru_directive): Take a directive number, not a pointer
11933         to a struct directive.
11934         (parse_include): New function, broken out of do_include.
11935         (do_include, do_import, do_include_next): Use parse_include
11936         and _cpp_execute_include.
11937         (do_elif, do_else): Test for T_ELSE specifically when checking
11938         for #elif/#else after #else.
11939         (parse_ifdef): New function, broken out of do_ifdef.
11940         (validate_else): Expect a name arg without a leading #.
11941         (if_directive_name): Delete.
11942         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
11943         directive handlers with only one argument.
11945         * cpphash.h: Update prototypes.
11946         (enum node_type): Remove entries for directives.
11947         * Makefile.in: Update dependencies.
11949         * cpphash.c (dump_hash_helper): Only dump nodes of type
11950         T_MACRO.  Emit a newline after each definition.
11952 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11954         * gccbug.in: New file.
11955         * configure.in (all_outputs): Add gccbug.
11956         * Makefile.in (install-common): Install gccbug.
11957         (GCCBUG_INSTALL_NAME): New variable.
11958         * configure: Rebuilt.
11960 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11962         * function.c (put_var_into_stack): Use type_for_mode to calculate
11963         part_type.  Use MEM_SET_IN_STRUCT_P.
11964         * expr.c (store_field): Handle CONCAT.
11965         (store_constructor): Use fields_length.
11966         * tree.c (fields_length): New fn.
11967         * tree.h: Declare it.
11969 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
11971         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
11972         (cpplex.o): New target.
11973         * po/POTFILES.in: Add cpplex.c.
11975         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
11976         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
11977         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
11978         skip_block_comment, skip_line_comment, skip_comment,
11979         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
11980         _cpp_parse_name, skip_string, parse_string,
11981         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
11982         _cpp_get_directive_token, find_position,
11983         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
11984         (maybe_macroexpand, _cpp_lex_token): New functions.
11986         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
11987         parse_goto_mark): Delete.
11988         (_cpp_handle_eof): New function.
11989         (_cpp_handle_directive): Rename from handle_directive.
11990         (_cpp_output_line_command): Rename from output_line_command.
11991         (do_if, do_elif): Call _cpp_parse_expr directly.
11992         * cppfiles.c (_cpp_read_include_file): Don't call
11993         init_input_buffer here.
11994         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
11995         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
11996         here; pop the token_buffer and skip the rest of the line here.
11997         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
11998         here.
12000         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12001         Define here.
12002         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12003         CPP_GOTO_MARK): New macros.
12004         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12005         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12006         _cpp_read_and_prescan, _cpp_init_input_buffer,
12007         _cpp_grow_token_buffer, _cpp_get_directive_token,
12008         _cpp_handle_directive, _cpp_handle_eof,
12009         _cpp_output_line_command): Prototype them here.
12010         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12011         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12012         quote_string, output_line_command): Remove.
12014 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12016         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12017         whether it is too large we must also verify that it isn't negative.
12019 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12021         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12022         (movsi_zero_liveg0): Remove.
12023         (movsf_insn_novis_liveg0): Remove.
12024         (negsi2): Remove.
12025         (negsi2_not_liveg0): Rename to negsi2.
12026         (one_cmplsi2): Remove.
12027         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12028         (one_cmplsi2_liveg0): Remove.
12029         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12030         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12031         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12032         (PREDICATE_CODES): Remove zero_operand.
12033         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12034         TARGET_BROKEN_SAVERESTORE.
12035         (zero_operand): Remove.
12036         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12037         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12038         options.
12039         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12040         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12041         TARGET_BROKEN_SAVERESTORE): Remove.
12042         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12043         Remove.
12044         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12045         Remove.
12046         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12047         Remove.
12049         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12051 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12053         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12054         truncating a string.  Don't assume tokens are nul terminated.
12055         Problem noted by Andreas Jaeger <aj@suse.de>
12057 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12059         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12060         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12061         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12063 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12065         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12066         STRUCTURE_SIZE_BOUNDARY.
12068 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12070         * tree.h (record_layout_info_s): New structure.
12071         (record_layout_info): New type.
12072         (new_record_layout_info): New function.
12073         (layout_field): Likewise.
12074         (finish_record_layout): Likewise.
12075         * stor-layout.c (layout_record): Remove.
12076         (new_record_layout_info): New function.
12077         (layout_field): New function, broken out from layout_record.
12078         (finalize_record_size): Likewise.
12079         (compute_record_mode): Likewise.
12080         (finalize_type_size): New function, broken out from layout_type.
12081         (finish_record_layout): Likewise.
12082         (layout_type): Use them.
12084 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12086         * cpphash.c: Don't include version.h.
12087         (special_symbol) [case T_VERSION]: Look for the string in
12088         hp->value.cpval; don't use version_string.
12089         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12090         __VERSION__ to version_string.
12091         * Makefile.in (cpphash.o): Update deps.
12093 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12095         Convert cpplib to use libiberty/hashtab.c.
12097         * cpplib.h (struct cpp_reader): Make hashtab and
12098         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12099         and ALL_INCLUDE_HASHSIZE macros.
12101         * cpphash.h: Update prototypes.
12102         (struct hashnode): Remove next, prev, and bucket_hdr members.
12103         Make length a size_t.  Add hash member.
12104         (struct ihash): Remove next member.  Add hash member.  Make
12105         name a flexible array member.
12107         * cppfiles.c: Include hashtab.h.
12108         (include_hash): Delete.
12109         (IHASHSIZE): New macro.
12110         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12111         (cpp_included): Do the hash lookup here.
12112         (_cpp_find_include_file): Rewrite.
12113         (cpp_read_file): Put the "fake" hash entry into the hash
12114         table.  Honor the control_macro, if it turns out we've seen
12115         the file before.  Don't push the buffer here.
12116         (_cpp_read_include_file): Push the buffer here.
12117         (OMODES): New macro.  Use it whenever we call open(2).
12119         * cpphash.c: Include hashtab.h.
12120         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12121         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12122         _cpp_lookup_slot): New functions.
12123         (HASHSIZE): new macro.
12124         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12125         (_cpp_lookup): Use hashtab.h routines.
12127         * cppinit.c: Include hashtab.h.
12128         (cpp_reader_init): Call _cpp_init_macro_hash and
12129         _cpp_init_include_hash.  Don't allocate hashtab directly.
12130         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12131         pfile->all_include_files.
12132         (initialize_builtins): Use _cpp_make_hashnode and
12133         htab_find_slot to add hash entries.
12134         (cpp_finish): Just call _cpp_dump_macro_hash.
12135         * cpplib.c: Include hashtab.h.
12136         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12137         create hash entries.
12138         (do_pragma_poison, do_assert): Likewise.
12139         (do_include): Don't push the buffer here.  Don't increment
12140         system_include_depth unless _cpp_read_include_file succeeds.
12141         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12142         or htab_remove_elt.
12143         (do_pragma_implementation): Use alloca to create copy.
12145         * Makefile.in: Update dependencies.
12147 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12149         * cppinit.c (cl_directive_handler): More K&R fixing.
12151 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12153         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12154         STACK_BOUNDARY.
12155         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12157 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12159         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12160         Change from char[] to macros.
12162 2000-03-12  Neil Booth  <NeilB@earthling.net>
12164         * cppinit.c (cpp_start_read): Update indirect function
12165         call to K&R C.
12167 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12169         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12170         entry.
12172         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12173         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12175 2000-03-11  Neil Booth  <NeilB@earthling.net>
12177         * cppinit.c (struct pending option): Replace undef with a
12178         pointer to a directive handling routine.
12179         (struct cpp_pending): Replace separate assert_ and define_
12180         lists with one directive_ list.
12181         (new_pending_define): Rename new_pending_directive. Extra
12182         argument is the directive's handling routine.
12183         (handle_option): Update to use new_pending_directive.
12185 2000-03-11  Neil Booth  <NeilB@earthling.net>
12187         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12188         remap_filename, _cpp_read_include_file, actual_directory,
12189         hack_vms_include_specification): Replace bcopy(), index() etc
12190         calls.  Add casts to some allocations.  Make some variables
12191         pointers to const [unsigned] char.
12192         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12193         collect_formal_parameters): Similarly.
12194         * cppinit.c (struct pending_option, append_include_chain,
12195         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12196         cpp_start_read, new_pending_define, handle_option): Similarly.
12197         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12198         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12199         do_pragma_implementation, detect_if_not_defined,
12200         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12201         do_assert, do_unassert): Similarly.
12202         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12203         function prototypes.
12204         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12206 2000-03-10  Richard Henderson  <rth@cygnus.com>
12208         * builtins.c (expand_builtin_strlen): Revert last change.
12209         Use emit_insn_before if we're at the beginning of a sequence.
12211 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12213         * builtins.c (expand_builtin_strlen): Make sure that we have something
12214         at the beginning of the sequence.
12216         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12217         deferred inlines.
12219         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12221 2000-03-10  Richard Henderson  <rth@cygnus.com>
12223         * except.c (can_throw): Use INTVAL on a CONST_INT.
12224         (reachable_handlers): Likewise.
12225         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12227 2000-03-10  Andreas Jaeger  <aj@suse.de>
12229         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12230         MD_STARTFILE_PREFIX since those are not needed on linux.
12231         (ASM_FILE_START): New, from mips/gnu.h.
12233 2000-03-09  Richard Henderson  <rth@cygnus.com>
12234             Alex Samuel  <samuel@codesourcery.com> and others
12236         * Makefile.in (ssa.o): New rule.
12237         (OBJS): Add ssa.o.
12238         (STAGESTUFF): Add *.ssa and *.ussa.
12239         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12240         * rtl.def (PHI): New RTL expression.
12241         * rtl.h (clear_log_links): New declaration.
12242         (convert_to_ssa): Likewise.
12243         (convert_from_ssa): Likewise.
12244         * flow.c (split_edge): If the entry node falls through to the
12245         split edge's source block, split the entry edge.
12246         (clear_log_links): New function.
12247         * toplev.c (ssa_dump): New variable.
12248         (flag_ssa): Likewise.
12249         (f_options): Add "ssa".
12250         (compile_file): Create SSA dump files.
12251         (rest_of_compilation): Go to and from SSA if enabled.
12252         (decide_d_option): Handle -de for SSA dump files.
12253         * ssa.c: New file.
12255 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12257         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12258         same as VAR_DECL.
12260 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12262         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12264 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12266         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12267         (MD_STARTFILE_PREFIX_1): New macro.
12269 2000-03-09  Robert Lipe  <robertl@sco.com>
12271         * config/ia64/ia64.c: Include system.h.
12273 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12275         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12276         (init_eh_nesting_info): Likewise.
12278         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12279         (TREE_NOTHROW): Rename from TREE_RAISES.
12280         * toplev.c (rest_of_compilation): Set it.
12281         * print-tree.c (print_node): Adjust.
12282         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12283         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12284         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12285         REG_EH_REGION note as appropriate.
12286         (libfunc_nothrow): New fn.
12287         (emit_library_call, emit_library_call_value): Use it.
12288         (expand_call): Check TREE_NOTHROW.
12290         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12291         DECL_ASSEMBLER_NAME.
12293 2000-03-09  Andreas Jaeger  <aj@suse.de>
12295         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12296         (TARGET_MEM_FUNCTIONS): Define.
12298 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12300         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12302         * except.c (can_throw): See through a SEQUENCE.
12303         (nothrow_function_p): New fn.
12304         * except.h: Declare it.
12305         * function.c (current_function_nothrow): New var.
12306         (prepare_function_start): Initialize it.
12307         * output.h: Declare it.
12308         * toplev.c (rest_of_compilation): Set it.
12309         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12311 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12313         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12314         match.  (cpp_compare_defs): Count the nul separator when
12315         advancing over argument names.
12317 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12319         * recog.c (preprocess_constraints): Matching constraints affect
12320         same alternative/different operand, not same operand/different
12321         alternative.
12323         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12324         register and a constant specially.
12326 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12328         * libgcc2.h: New file.
12329         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12331 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12333         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12334         * configure: Regenerate.
12335         * config/ia64: New.
12337 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12339         * Makefile.in (LIBCPP_DEPS): New macro.
12340         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12341         it to declare deps.
12342         * cpperror.c: Include cpphash.h.
12343         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12344         dingleberry.
12345         (lex): Don't use CPP_WARN_UNDEF.
12346         (_cpp_parse_expr): Return an int, the truth value.
12347         * cppfiles.c: Include cpphash.h.
12348         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12349         * cppinit.c (include_defaults_array): Disentangle.
12350         (cpp_cleanup): Don't free the if stack here.
12351         (cpp_finish): Pop off all buffers, not just one.
12352         * cpplib.c (eval_if_expr): Return int.
12353         (do_xifdef): Rename do_ifdef.
12354         (handle_directive): Don't use CPP_PREPROCESSED.
12355         (cpp_get_token): Don't use CPP_C89.
12356         * fix-header.c: Don't use CPP_OPTIONS.
12358         * cpplib.h: Move U_CHAR, enum node_type, struct
12359         file_name_list, struct ihash, is_idchar, is_idstart,
12360         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12361         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12362         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12363         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12364         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12365         of _cpp_simplify_pathname, _cpp_find_include_file,
12366         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12367         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12368         cppinit.c.
12369         Change all uses of U_CHAR to be unsigned char instead.
12370         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12372 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12374         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12375         (dwarf2out_begin_prologue): Set it.
12376         (output_call_frame_info): Don't emit EH unwind info for leaves.
12378         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12379         can occur outside of an EH region.
12380         * except.c: Correct comments about rethrow behavior.
12381         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12383 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12385         * flow.c (make_edges): Always call make_eh_edge for calls.
12387 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12389         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12390         (struct cpp_buffer): Remove fname and underflow fields.
12391         (struct cpp_reader): Remove get_token field.
12392         (struct include_hash): Rename to struct ihash.  Add typedef to
12393         IHASH.
12394         (struct if_stack): Remove fname field.
12395         (IF_STACK_FRAME): Rename to IF_STACK.
12397         * cpperror.c (print_containing_files): Trust that there are no
12398         macro buffers below the top file buffer.
12399         * cppfiles.c: Replace all references to 'struct include_hash'
12400         with 'IHASH'.  Rename initialize_input_buffer to
12401         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12402         use buffer->ihash->name instead.
12403         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12404         not CPP_NULL_BUFFER.
12405         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12406         IF_STACK_FRAME, IHASH not struct include_hash.
12407         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12408         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12409         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12410         references to cpp_buffer->fname (delete entirely, or use
12411         ->ihash->name instead) and IF_STACK->fname.
12412         (cpp_push_buffer): Don't set new->underflow.
12413         (do_include): Use cpp_file_buffer.
12415         * cpphash.c (collect_formal_parameters): Remove duplicate
12416         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12417         used as a macro argument name.  Don't append "..." to namebuf
12418         for varargs macros.  After we're done scanning, go through
12419         namebuf and make it NUL separated, not comma separated.
12420         (_cpp_compare_defs): Remove register tag from variables.
12421         Expect defn->argnames to be NUL separated.
12422         (_cpp_dump_definition): Expect defn->argnames to be NUL
12423         separated and in forward order.
12424         * cpphash.h: Update documentation of argnames field.
12426 2000-03-08  Richard Henderson  <rth@cygnus.com>
12428         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12429         to fail.  Don't pre-expand the source operand.
12431         * i386.md (strlensi): Initialize eoschar and align before use.
12433 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12435         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12436         CONSTRUCTOR element.
12438 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12440         * mips.c (mips_expand_prologue): If the last
12441         named argument is the vararg marker "va_list", treat it as
12442         an unnamed argument.
12444 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12446         * dbxout.c (dbxout_parms): When correcting for promoted
12447         big-endian parameters, use the mode of the DECL_RTL rather
12448         than UNITS_PER_WORD.
12450 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12452         * c-common.h (make_fname_decl): Declare.
12453         * c-common.c (make_fname_decl): Define.
12454         (declare_hidden_char_array): Remove.
12455         (declare_function_name): Use make_fname_decl.
12456         * c-decl.c (c_make_fname_decl): New function.
12457         (init_decl_processing): Set make_fname_decl.
12459 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12461         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12463 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12465         * po/POTFILES.in: Remove cppalloc.c from file list.
12467 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12469         * pj.c (pj_expand_prologue): current_function->args_info is
12470         now current_function_args_info.
12472         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12473         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12474         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12476 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12478         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12479         output as hexadecimal rather than the default octal.
12481 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12483         * cpphash.c (special_symbol): Fix thinko in previous commit.
12485 2000-03-07  Neil Booth  <NeilB@earthling.net>
12487         * cppexp.c (struct operation, left_shift, right_shift,
12488         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
12489         "int"s to "unsigned int"s.
12490         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
12491         Similarly.
12492         * cpplib.h: Update for above.
12493         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
12494         returned from allocations.
12496         * cppinit.c (opt_comp, parse_options): New functions.
12497         (handle_option): Use parse_option to parse a single command
12498         line option, that possibly takes an argument.
12499         (cpp_handle_options): Sort the array of command line options on
12500         first invocation (non-ASCII hosts only).
12501         (print_help): Update.
12503 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12505         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
12506         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
12508         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
12509         initialized.
12510         * cppinit.c (cpp_cleanup): Free imp->nshort also.
12512         * cpperror.c (cpp_print_containing_files,
12513         cpp_print_file_and_line, v_cpp_message): Rename to
12514         print_containing_files, print_file_and_line, and v_message.
12515         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
12516         to _cpp_parse_expr, parse_escape, and lex.
12517         (parse_charconst): Remove broken multibyte support.
12518         * cppfiles.c (include_hash): Make static.
12519         (cpp_included): New function.
12520         (merge_include_chains, find_include_file, finclude,
12521         simplify_pathname): Rename to _cpp_merge_include_chains,
12522         _cpp_find_include_file, _cpp_read_include_file, and
12523         _cpp_simplify_pathname.
12524         * cpphash.c (cpp_lookup, free_definition, delete_macro,
12525         cpp_install, create_definition, macroexpand, compare_defs,
12526         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
12527         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
12528         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
12529         * cppinit.c (cpp_handle_option): Rename to handle_option, make
12530         static.
12531         * cpplib.c: Remove extern prototype of cpp_parse_expr.
12533         * cpphash.h: Update prototypes.
12534         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
12536 2000-03-07  Andrew Haley  <aph@cygnus.com>
12538         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
12539         PTRDIFF_TYPE should be based solely on Pmode.
12540         (SIZE_TYPE): ditto.
12542 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12544         * rtl.h (rtunion_def): Constify member `rtstr'.
12545         (emit_line_note_after, emit_line_note, emit_line_note_force,
12546         emit_note, decode_asm_operands): Constify.
12548         * cse.c (canon_hash): Likewise.
12550         * dbxout.c (dbxout_block): Likewise.
12552         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
12553         v_warning_for_asm): Likewise.
12555         * dwarfout.c (function_start_label): Likewise.
12557         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
12558         emit_line_note_force): Likewise.
12560         * final.c (last_filename, asm_insn_count, final_scan_insn,
12561         output_source_line): Likewise.
12563         * function.h (struct emit_status): Likewise.
12565         * gcse.c (hash_expr_1): Likewise.
12567         * genattr.c (gen_attr, main): Likewise.
12569         * genattrtab.c (struct function_unit, current_alternative_string,
12570         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
12571         attr_numeral, check_attr_test, check_attr_value,
12572         convert_set_attr_alternative, convert_set_attr,
12573         compute_alternative_mask, simplify_by_exploding, gen_attr,
12574         gen_unit): Likewise.
12576         * genflags.c (gen_insn): Likewise.
12578         * gengenrtl.c (type_from_format): Likewise.
12580         * genopinit.c (gen_insn): Likewise.
12582         * genoutput.c (n_occurrences, process_template, process_template):
12583         Likewise.
12585         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12586         Likewise.
12588         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
12589         Likewise.
12591         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
12592         ggc_set_mark, ggc_get_size): Likewise.
12594         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
12596         * optabs.c (init_one_libfunc): Likewise.
12598         * output.h (assemble_start_function): Likewise.
12600         * recog.c (decode_asm_operands): Likewise.
12602         * toplev.c (rest_of_compilation): Likewise.
12604         * tree.h (emit_line_note_after, emit_line_note,
12605         emit_line_note_force): Likewise.
12607         * varasm.c (asm_output_bss, asm_output_aligned_bss,
12608         asm_emit_uninitialised, assemble_start_function,
12609         assemble_variable, const_hash, compare_constant_1,
12610         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
12612         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
12614         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
12616         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
12618         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
12620         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
12621         arm_dllimport_name_p): Likewise.
12623         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
12624         Likewise.
12626         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
12628         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12630         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
12631         arm_mark_dllexport, arm_mark_dllimport,
12632         arm_pe_encode_section_info): Likewise.
12634         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
12635         ASM_FINISH_DECLARE_OBJECT): Likewise.
12637         * arm/thumb.c (thumb_function_prologue): Likewise.
12639         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
12641         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12643         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
12645         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
12647         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
12649         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12651         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
12652         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
12654         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
12656         * i386/i386.c (asm_output_function_prefix): Likewise.
12658         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
12660         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12662         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
12664         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
12665         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
12666         ASM_OUTPUT_SECTION_NAME): Likewise.
12668         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
12670         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
12672         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
12674         * m32r/m32r.c (m32r_encode_section_info): Likewise.
12676         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12678         * mcore/mcore.c (mcore_encode_section_info): Likewise.
12680         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12682         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12684         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12686         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
12688         * mips/mips.md (movdi, movsi): Likewise.
12690         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12692         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12694         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
12696         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
12697         ASM_OUTPUT_ASCII): Likewise.
12699         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
12700         output_mi_thunk, output_toc): Likewise.
12702         * rs6000/rs6000.md (movsi): Likewise.
12704         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
12706         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
12708         * v850/v850.c (print_operand, print_operand_address,
12709         v850_encode_data_area): Likewise.
12711 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
12713         * config/mips/mips.md (zero_extendsidi2): Always force operand
12714         one to memory for mips16.
12716 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12718         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
12719         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
12720         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
12721         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
12722         (min_precision): Result is unsigned.
12723         (add_double, neg_double, mul_double): Low word is unsigned.
12724         (lshift_double, rshift_double, lrotate_double): Likewise.
12725         (rrotate_double, div_and_round_double): Likewise.
12726         (tree_floor_log2, compare_tree_int): New functions.
12727         (preserve_rtl_expr_temps): New declaration.
12728         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
12729         (decl_attributes): Use tree_log2 to find alignment.
12730         Check for TREE_INT_CST_HIGH for format args.
12731         (min_precision): Now unsigned.
12732         Use tree_floor_log2.
12733         (truthvalue_conversion): Delete long-disabled code.
12734         * c-decl.c (finish_struct): Clean up tests on field width.
12735         (finish_function): Use compare_tree_int.
12736         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
12737         * c-typeck.c (comptypes): Use tree_int_cst_equal.
12738         (default_conversion, digest_init): Use compare_tree_int.
12739         (build_binary_op): Use integer_all_onesp and compare_tree_int.
12740         Fix type errors in forming masks.
12741         * calls.c (initialize_argument_information): Use compare_tree_int.
12742         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12743         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
12744         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
12745         (store_field): Use compare_tree_int.
12746         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
12747         (expand_expr, case ARRAY_REF): Use compare_tree_int.
12748         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
12749         (do_store_flag): Use compare_tree_int.
12750         * fold-const.c (encode, decode): Low part is always unsigned.
12751         (force_fit_type, add_double, neg_double, mul_double): Likewise.
12752         (lshift_double, rshift_double, lrotate_double): Likewise.
12753         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
12754         (fold_convert): Use compare_tree_int.
12755         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
12756         (invert_truthvalue, case INTEGER_CST): Likewise.
12757         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
12758         * mkdeps.c (deps_dummy_targets): Make I unsigned.
12759         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
12760         (lshift_double, rshift_double, lrotate_double, rrotate_double):
12761         Likewise.
12762         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
12763         (expand_end_case): Use compare_tree_int.
12764         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12765         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
12766         (layout_decl): Likewise.
12767         (layout_record, layout_union): Make sizes unsigned.
12768         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
12769         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
12770         * tree.c (struct type_hash): hashcode is unsigned.
12771         (build_type_attribute_variant, type_hash_list): Likewise.
12772         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
12773         (attribute_hash_list, build_array_type, build_method_type): Likewise.
12774         (build_complex_type): Likewise.
12775         (real_value_from_int_cst): Remove unneeded casts.
12776         (integer_all_onesp): Add casts.
12777         (tree_floor_log2, compare_tree_int): New functions.
12778         (build_index_type): Use tree_int_cst_sgn.
12779         * varasm.c (assemble_variable): Use compare_tree_int.
12781 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
12783         * cpphash.c (collect_expansion): Also catch ## at start of macro.
12785         * varasm.c (make_decl_rtl): Don't add a number to members of
12786         local classes.
12787         (make_function_rtl): Likewise.
12789 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12791         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
12792         patch from 2000-01-28.
12794 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
12796         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
12797         filled with an insn from the jump target.
12799 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12801         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
12802         (c4x_external_ref): Likewise.
12803         * config/c4x/c4x.c (struct name_list): Likewise.
12805 1999-12-16  Ben Collins  <bcollins@debian.org>
12807         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
12808         argument to genmultilib.
12809         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
12810         the contents into the multilib.h header.
12811         * gcc.c: Declare multilib_exclusions for the specs file.
12812         (set_multilib_dir): Use it.
12813         (print_multilib_info): Likewise.
12814         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
12815         to pass to genmultilib.
12817 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12819         * builtins.c (built_in_class_names, built_in_names): Constify a
12820         char*.
12822         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
12823         int.
12824         (_mcleanup): Ensure value matches format specifier in sprintf.
12826         * cpphash.c (special_symbol): Don't needlessly cast away
12827         const-ness.
12829         * cppinit.c (base_name): Delete unused prototype.
12831         * mkdeps.c (deps_init): Make definition K&R safe.
12833         * tree.h (built_in_class_names, built_in_names): Constify a
12834         char*.
12836 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
12838         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
12839         floating point instructions for epilogue delay.
12841         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
12842         to gas if it supports .register pseudo.
12844         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
12845         LONG_DOUBLE_TYPE_SIZE if not defined.
12846         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
12847         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
12848         * real.c: Likewise.
12849         * gengenrtl.c: Likewise.
12850         * print-rtl.c: Likewise.
12851         * rtl.c: Likewise.
12852         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
12853         MASK_LONG_DOUBLE_128.
12854         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
12855         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
12856         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
12857         (SUBTARGET_SWITCHES): Define.
12858         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
12859         with -mlong-double-128.
12860         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12861         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12862         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12863         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
12864         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
12865         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
12866         with -mlong-double-128.
12867         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
12868         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
12869         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
12870         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
12871         TARGET_LONG_DOUBLE_128): Define.
12872         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
12873         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
12874         long double on TARGET_ARCH64.
12876 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
12878         * function.c (free_temps_for_rtl_expr): Don't free slots
12879         that have been pushed into a higher level.
12881         Revert this patch:
12882         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12884 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12886         * basic-block.h (ALLOCA_REG_SET): Remove.
12887         (INITIALIZE_REG_SET): New macro.
12888         * flow.c (update_life_info): Use it.
12889         (calculate_global_regs_live): Likewise.
12890         (propagate_block): Likewise.
12891         * global.c (build_insn_chain): Likewise.
12892         * haifa-sched.c (schedule_region): Likewise.
12894 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
12896         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
12897         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
12898         (DWARF_ARANGES_PAD_SIZE): New define.
12899         (output_aranges): Use it to pad the address range header.
12900         (DWARF_ROUND): Fix for non power of 2 rounding.
12902 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
12904         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
12906 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
12908         * tree.def (RTL_EXPR): Update documentation.
12909         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
12910         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
12911         * function.c (preserve_rtl_expr_temp): New function.
12912         (preserve_rtl_expr_temps): Likewise.
12913         (preserve_rtl_expr_result): Use it.
12915         Revert this patch:
12916         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12918 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
12920         * regmove.c (copy_src_to_dest)  Do not create src->dest move
12921         for unchanging destination.
12923 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
12925         * function.h (struct sequence_stack): Remove rtl_expr.
12926         (struct emit_staus): Likewise.
12927         (seq_rtl_expr): Remove.
12928         * tree.h (free_temps_for_rtl_expr): Don't declare.
12929         (start_sequence_for_rtl_expr): Likewise.
12930         * rtl.h (preserve_rtl_expr_result): Likewise.
12931         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
12932         (start_sequence_for_rtl_expr): Remove.
12933         (push_topmost_sequence): Don't save sequence_rtl_expr.
12934         (pop_topmost_sequence): Remove comment about not restoring it.
12935         (end_sequence): Don't set seq_rtl_expr.
12936         (init_emit): Don't initialize it.
12937         (mark_sequence_stack): Don't mark it.
12938         (mark_emit_status): Likewise.
12939         * except.c (protect_with_terminate): Use
12940         start_sequence_for_rtl_expr, not start_sequence.
12941         * expr.c (expand_expr, case RTL_EXPR): Don't call
12942         preserve_rtl_expr_result or free_temps_for_rtl_expr.
12943         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
12944         (preserve_rtl_expr_result): Remove.
12945         (free_temps_for_rtl_expr): Likewise.
12946         (pop_temp_slots): Likewise.
12947         (mark_temp_slot): Don't mark the rtl_expr.
12948         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
12949         start_sequence_for_rtl_expr.
12951 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
12953         * mkdeps.c, mkdeps.h: New files.
12954         * po/POTFILES.in: Add them.
12955         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
12956         (cpplib.o, cppinit.o): Depend on mkdeps.h.
12957         (mkdeps.o): New target.
12959         * cppfiles.c: Delete deps_output.
12960         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
12961         OBJECT_SUFFIX, and base_name.
12962         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
12963         the include hash.
12964         (initialize_dependency_output): Use deps_init,
12965         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
12966         all the unnecessary string bashing.
12967         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
12968         level.
12969         * cpplib.c (do_include): Use deps_add_dep.
12970         * cpplib.h (struct cpp_reader): Replace deps_buffer,
12971         deps_allocated_size, deps_size, deps_column members with
12972         single pointer to a struct deps.  Delete prototype of
12973         deps_output.
12975         * cppinit.c: Fix thinko in previous patch.
12977 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12979         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
12980         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
12981         (mode_for_size_tree): New function.
12982         (layout_decl, layout_type): Call it and clean up BLKmode checks.
12983         * tree.h (mode_for_size_tree): New declaration.
12985         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
12987 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
12989         * stmt.c (is_body_block): Move...
12990         * dwarfout.c, dwarf2out.c: ...from here.
12991         * tree.h: Declare it.
12992         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
12993         * final.c (final_start_function): Do call remove_unnecessary_notes
12994         when scheduling.
12996 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
12998         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13000         * cpplib.h (_dollar_ok): New macro.
13001         (is_idchar, is_idstart): Use it.
13002         (IStable): Rename to _cpp_IStable.  Declare it const if
13003         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13004         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13005         is_space): Update for renamed IStable.
13007         * cppinit.c: Delete all references to FAKE_CONST and CAT
13008         macros. Define init_IStable as empty macro if gcc >=2.7 or
13009         C99. Change TABLE() to ISTABLE and hardcode name of table.
13010         (cpp_start_read): Don't change the IStable based on
13011         dollars_in_ident.
13013         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13014         changed.  Handle '$' for char1 correctly.
13015         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13017         * cppexp.c (tokentab2): Make const.
13018         (cpp_lex): Make toktab const.
13019         * cppinit.c (include_defaults_array): Make const.
13020         (initialize_standard_includes): Make default_include const.
13022 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13024         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13025         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13026         (gen_decl_die): Likewise.
13027         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13028         (output_decl): Likewise.
13030         * varasm.c (make_function_rtl): If we change the name used in the
13031         rtl, update DECL_ASSEMBLER_NAME accordingly.
13032         (make_decl_rtl): Likewise.
13034         * toplev.c (rest_of_compilation): Tweak formatting.
13036         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13037         remove_unnecessary_notes.
13038         (debug_ignore_block): New fn.
13039         * toplev.h: Declare it.
13040         * emit-rtl.c (remove_unncessary_notes): Call it.
13041         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13042         * dwarf2out.h: Declare it.
13043         * final.c (final_start_function): Don't call remove_unnecessary_notes
13044         if we did insn scheduling.
13046 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13048         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13049         * cpplib.h: Delete SET_CPP_PEDANTIC.
13051 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13053         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13054         result is a RECORD_TYPE.
13056 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13058         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13060 2000-03-03  Richard Henderson  <rth@cygnus.com>
13062         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13063         addition over compliments over shifts.
13065 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13067         * reload1.c (reload_combine_note_use): Handle return register USEs.
13068         REG case: Handle multi-hard-register hard regs.
13070 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13072         * md.texi: Document use of '*' in insn pattern name.
13074 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13076         * calls.c (special_function_p): operator new may not be malloc-like.
13078         * gcse.c (dump_hash_table): Really fix error in last change.
13080 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13082         * avr.c (print_operand): Use print_operand_address instead of
13083         output_addr_const.
13084         * avr/libgcc.S: Cleanup code.
13086 2000-03-02  Richard Henderson  <rth@cygnus.com>
13088         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13090 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13092         * tree.h (TYPE_ALIGN_UNIT): New macro.
13094 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13096         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13098 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13100         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13101         for the buffer.
13102         (SET_CPP_PEDANTIC): New macro.
13103         * cpplib.c (do_include): Don't bother checking system_header_p.
13104         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13105         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13107         * function.h (struct expr_status): Add x_arg_space_so_far.
13108         (arg_space_so_far): New macro.
13109         * expr.c (init_expr): Initialize it.
13110         * calls.c (emit_call_1): Reset it.
13111         (compute_argument_block_size, expand_call): Use it.
13112         (expand_call, store_one_arg): Increment it.
13114 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13116         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13117         a UNION_TYPE.
13119 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13121         * cppfiles.c (cpp_read_file): New function.
13123         * cpphash.c (collect_expansion): Make sure to reset last_token
13124         to NORM when we hit a string.  Handle trailing whitespace
13125         properly when the expansion is empty.
13126         (create_definition): Disable line commands while parsing the
13127         directive line.
13128         (dump_definition): If pfile->lineno == 0, output a line
13129         command ahead of the dump, and add a trailing newline.
13131         * cppinit.c (append_include_chain): Add fifth argument, which
13132         indicates whether or not system headers are C++ aware.
13133         (initialize_standard_includes): New function,
13134         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13135         the include_defaults_array on to append_include_chain.
13136         (dump_special_to_buffer): Const-ify char array.
13137         (builtin_array): Don't dump __BASE_FILE__.
13138         (cpp_start_read): Use cpp_read_file.  Reorder code for
13139         clarity.  Don't output line commands here for -D/-A/-U
13140         switches.  Don't call deps_output for files included with
13141         -include or -imacros.
13143         * cpplib.c (do_define): Don't pay any attention to the second
13144         argument.
13145         (cpp_expand_to_buffer): Disable line commands while scanning.
13146         (output_line_command): Work in the file buffer.
13147         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13148         Fix formatting of comments.  Prototype cpp_read_file.
13150 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13152         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13153         reference the language-equivalent of sizetype.
13154         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13155         * fold-const.c (size_binop, size_diffop): Put back checks.
13156         * gcse.c (dump_hash_table): Fix minor error in last change.
13157         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13158         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13159         all sizetypes.
13161 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13163         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13164         with inhibit_defer_pop set.
13166 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13168         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13169         the DECL_SIZE for a FIELD_DECL.
13171 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13173         * fixinc/inclhack.tpl: remove unused symlinks
13174         * fixinc/README: GCC Maintainer info
13175         * fixinc/inclhack.sh: regen
13176         * fixinc/fixincl.sh: regen
13178 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13180         * cpphash.c (collect_expansion): Trim trailing white space
13181         from macro definitions, but don't go past the last insertion
13182         point.
13184 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13186         * i386.md (mulqi3): New pattern.
13188 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13190         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13191         token types.
13192         (struct cpp_reader): Add parsing_if_directive and
13193         parsing_define_directive flags.
13194         (struct cpp_options): Remove output_conditionals flag.
13195         (check_macro_name): Delete prototype.
13197         * cpphash.h (struct macrodef): Delete.
13198         (struct reflist): Separate from struct definition.
13199         (struct definition): Remove unused fields.  Add column number.
13200         (create_definition): Returns a DEFINITION *.  Takes a
13201         cpp_reader * and an int.
13203         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13204         (PEEKC): Copy defn from cpplib.c.
13205         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13206         (struct arg): New.
13207         (struct arglist): Simplify.
13208         (collect_expansion): Rewrite.  Get tokens by calling
13209         cpp_get_token.  Add more error checking.
13210         (collect_formal_parameters): New function, broken out of
13211         create_definition and reworked to use get_directive_token.
13212         (create_definition): All real work is now in collect_expansion
13213         and collect_formal_parameters.  do_define handles finding the
13214         macro name.  Return a DEFINITION, not a MACRODEF.
13215         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13216         character-at-a-time copy loop with memcpy and pointer increments.
13217         (compare-defs): d1->argnames / d2->argnames might be null.
13219         * cpplib.c (copy_rest_of_line): Delete function.
13220         (skip_rest_of_line): Do all the work ourselves.
13221         (skip_string): New function.
13222         (parse_string): Use skip_string.
13223         (get_macro_name): New function.
13224         (check_macro_name): Delete.
13225         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13226         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13227         (handle_directive): ICE if we're called on a macro buffer.
13228         (do_define): Determine macro name and type (funlike/objlike)
13229         here.  Expunge all uses of MACRODEF.
13230         (cpp_push_buffer): Set line_base to NULL.
13231         (do_undef, read_line_number): Don't worry about getting a POP token.
13232         (eval_if_expression): Set/reset parsing_if_directive around
13233         cpp_parse_expr. Don't clear only_seen_white.
13234         (skip_if_group): Remove output_conditionals logic.  Use
13235         skip_rest_of_line.
13236         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13237         tokens under appropriate conditions.
13238         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13240         * cppexp.c (parse_defined): New function, break out of
13241         cpp_lex.
13242         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13243         ourselves, with cpp_defined.
13244         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13246         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13247         * gcc.dg/strpaste-2.c: New.
13249 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13251         * fold-const.c (size_binop): Don't asert inputs are the same and
13252         have TYPE_IS_SIZETYPE set.
13253         (size_diffop): Likewise.
13255 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13257         * dwarfout.c (output_block): Output abstract blocks even if they
13258         don't have TREE_ASM_WRITTEN set.
13260         * calls.c (emit_library_call): Check for null REG.
13262 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13264         * c-decl.c (current_function_decl): Move to toplev.c.
13265         (init_decl_processing): Don't add current_function_decl as a ggc
13266         root here.
13267         * dbxout.c (dbxout_symbol): Change return type to int.
13268         (dbxout_symbol_location, dbxout_syms): Likewise.
13269         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13270         any locals. Use current_function_func_begin_label if set.
13271         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13272         * dwarf2out.c (dwarf2out_begin_prologue): Set
13273         current_function_func_begin_label.
13274         * final.c (final_start_function): Reset it.
13275         * toplev.c (current_function_decl): Define it here.
13276         (current_function_func_begin_label): New variable.
13277         (main): Add both as ggc roots.
13278         * tree.h (current_function_func_begin_label): Declare.
13280 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13282         * gcse.c: Cleanups throughout: mostly white-space, but also
13283         some minor rearrangement of code.
13285 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13287         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13288         returns a PARALLEL.  Use emit_group_load and use_group_regs
13289         as needed.
13290         (emit_library_call_value): Similarly.
13292         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13293         * pa/quadlib.asm: Remove.
13294         * pa/quadlib.c: New file.
13296         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13297         * configure: Rebuilt.
13299 2000-02-29  Philip Blundell  <pb@futuretv.com>
13301         * config/arm/conix-elf.h: New file.
13302         * configure.in (arm*-*-conix*): New configuration.
13303         * configure: Regenerate.
13305 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13307         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13308         don't have TREE_ASM_WRITTEN set.
13310 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13312         * Eliminate DECL_FIELD_SIZE.
13313         * builtins.c (built_in_class_names, built_in_names): New variables.
13314         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13315         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13316         DECL_SIZE, not DECL_FIELD_SIZE.
13317         * print-tree.c (print_node): Remove code that prints extra blank
13318         lines in some cases.
13319         Properly handle inline and builtin function cases.
13320         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13321         * tree.h (built_in_class_named, built_in_names): New declarations.
13322         (union tree_decl): Rename internal unions to u1 and u2 and change
13323         some of their components.
13324         Add new field built_in_class.
13325         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13326         Reflect above changes.
13327         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13328         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13329         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13330         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13332 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13334         * extend.texi: Document ARM's support for long/short calls.
13336         * invoke.texi: Document ARM's -mlong-calls command line switch.
13338         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13339         (arm_encode_call_attribute): Add prototype.
13340         (arm_set_default_type_attribute): Add prototype.
13341         (arm_strip_name_encoding): Add prototype.
13343         * config/arm/arm.c (arm_init_cumulative_args): replace
13344         initialisation og 'long_calls' field with initialisation of
13345         'call_cookie' field.
13346         (enum arm_pragma_enum): New enum.
13347         (arm_pragma_long_calls): New static variable.
13348         (arm_process_pragma): Also process "#pragma long_calls_off".
13349         (arm_valid_type_attribute_p): Accept short_call attribute.
13350         (arm_comp_type_attributes): Check long/short call attributes.
13351         (arm_encode_call_attribute):  New function:  Encode long_call
13352         or short_call attribute in function name.
13353         (arm_set_default_type_attributes): New function: Assign
13354         default attributes to newly defined type.
13355         (current_file_function_operand): New function: Return true if
13356         the symbol is a function which has already been compiled.
13357         (arm_is_longcall_p): New function: Return true if the
13358         indicated function should be called via a long call.
13359         (arm_get_strip_length): New function.  Returns number of
13360         prefix characters to be stripped from a function's name.
13361         (arm_strip_name_encoding): New function.  Strip prefix characters
13362         from a function's name.
13364         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13365         with 'call_cookie'.
13366         (SHORT_CALL_FAG_CHAR): Define.
13367         (LONG_CALL_FAG_CHAR): Define.
13368         (ENCODED_SHORT_CALL_ATTR_P): Define.
13369         (ENCODED_LONG_CALL_ATTR_P): Define.
13370         (ARM_NAME_ENCODING_LENGTHS): Define.
13371         (STRIP_NAME_ENCODING): Define.
13372         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13373         (ARM_ENCODE_CALL_TYPE): Define.
13374         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13375         (ARM_DECLARE_FUNCTION_SIZE): Define.
13376         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13378         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13379         if a long call is needed.
13380         (call_value): Ditto.
13381         (call_symbol): Ditto.
13383         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13384         ARM_DECLARE_FUNCTION_SIZE.
13386         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13387         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13388         (ARM_STRIP_NAME_ENCODING): Undefine.
13389         (STRIP_NAME_ENCODING): Undefine.
13390         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13391         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13392         (ASM_OUTPUT_COMMON): Ditto.
13393         (ASM_DECLARE_OBJECT_NAME): Ditto.
13395         * config/arm/pe.c (arm_dllexport_name_p): Check for
13396         ARM_PE_FLAG_CHAR.
13397         (arm_dllimport_name_p): Ditto.
13398         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13399         (arm_mark_dllimport): Ditto.
13401 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13403         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13405 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13407         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13409 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13411         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13412         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13413         NO_BUILTIN_WCHAR_TYPE is not defined.
13414         (CPP_WCHAR_TYPE): Delete.
13415         * cccp.c (main): Don't change wchar_type if cplusplus.
13416         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13418 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13420         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13422 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13424         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13425         (ASM_WEAKEN_LABEL): Define.
13427 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13429         * expr.c (store_constructor): Do not emit USE.
13430         * rtl.h (stupid_life_analysis): Remove.
13432 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13434         * function.c (number_blocks): Reset next_block_index based on
13435         what debugging format is used, not what is defined.
13437         * lcm.c: Minor reformatting throughout.
13438         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13440         * toplev.c (rest_of_compilation): Account for time in
13441         optimize_mode_switching.
13443         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13444         if only marking labels.
13446 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13448         * calls.c (expand_call): Attempt to combine stack adjustments with
13449         pending stack adjustments.
13451 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13453         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13454         to the end of the function.
13456 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13458         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13459         blocks.
13460         * final.c (next_block_index): Remove.
13461         (max_block_depth): Likewise.
13462         (pending_blocks): Likewise.
13463         (init_final): Don't initialize them.
13464         (final_start_function): Don't set next_block_index.  Set up
13465         BLOCK_NUMBER.
13466         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13467         * function.h (number_blocks): New function.
13468         * function.c (get_block_vector): New function.
13469         (identify_blocks): Use it.
13470         (reorder_blocks): Set NOTE_BLOCK.
13471         (number_blocks): New function.
13472         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13473         * tree.h (BLOCK_NUMBER): New macro.
13474         (tree_block): Add block_num field.
13475         * dbxout.c (next_block_number): Remove.
13476         (dbxout_init): Don't set it.
13477         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13478         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13479         block numbers.
13480         * toplev.c (rest_of_compilation): Always call
13481         find_loop_tree_blocks.  Fix indentation.
13482         * dwarf2out.c (next_block_number): Remove.
13483         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13484         to determine block numbers.
13485         (gen_inlined_subroutine_die): Likewise.
13486         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
13487         (decls_for_scope): Don't increment next_block_number.
13488         * dwarfout.c (next_block_number): Remove.
13489         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13490         to determine block numbers.
13491         (output_inlined_subroutine_die): Likewise.
13492         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
13493         (output_decls_for_scope): Don't increment next_block_number.
13494         * sdbout.c (next_block_number): Remove.
13495         (sdbout_block): Use BLOCK_NUMBER.
13496         (sdbout_begin_block): Simplify.
13497         * xcoffout.c (next_block_number): Remove.
13498         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
13499         (xcoffout_begin_block): Don't set next_block_number.
13500         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
13501         next_block_number.
13503 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13505         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
13506         (expand_builtin_strcpy): Pass correct type to size_binop.
13507         (expand_builtin_strcmp): Likewise.
13508         Clean up conditional structure.
13509         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
13510         (complete_array_type): Don't use size_binop for MAXINDEX.
13511         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
13512         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
13513         (c_alignof): Use size_one_node.
13514         (build_unary_op): Pass arg of proper type to size_binop.
13515         (really_start_incremental_init, push_init_level): Use sizetype for
13516         constructor{,_bit,_unfilled}_index.
13517         (pop_init_label, output_init_element): Likewise.
13518         (output_pending_init_elements, process_init_element): Likewise.
13519         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
13520         * expr.c (store_expr): Use size_int.
13521         (store_constructor): Use proper types for size_binop args.
13522         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
13523         (expand_expr_unaligned): Likewise.
13524         (string_contant): Return object of sizetype.
13525         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
13526         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
13527         (ARGS_SIZE_TREE): Pass proper types to size_binop.
13528         * fold-const.c (int_const_binop): Refine when size_int is called.
13529         (fold_convert): Likewise.
13530         (size_int_wide): Rework to take KIND as arg, only take low order
13531         bits, handle new sizetype_tab datatype, and chain entries in
13532         size_table.
13533         (size_int_type_wide): New function.
13534         (size_binop): Validate types of arguments.
13535         (ssize_binop): Deleted.
13536         (size_diffop): New function.
13537         (extract_muldiv): Only fold division into multiplication for sizetypes.
13538         * function.c (assign_parms): Use size_diffop and make sure
13539         VAR field is of ssizetype; also pass proper type to size_binop.
13540         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
13541         (round_down): Deleted from here.
13542         * store-layout.c (sizetype_tab): Now an array.
13543         (sizetype_set, early_root_list): New variables.
13544         (variable_size): Use size_one_node.
13545         (round_up): Pass proper type to size_binop.
13546         (round_down): Moved to here and corrected as above.
13547         (layout_record): Pass proper arg types to size_binop.
13548         (layout_type): Likewise.
13549         If sizetype_set is zero, record the type just laid out.
13550         (make_unsigned_type): Don't call set_sizetype;
13551         (make_signed_type): Likewise; also, call fixup_signed_type.
13552         (initialize_sizetypes): New function.
13553         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
13554         set name of bitsizetype to "bit_size_type".
13555         Fix up type of sizes of all types made before call.
13556         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
13557         * tree.c (fix_sizetype): Deleted.
13558         (build_common_tree_nodes): Call initialize_sizetypes.
13559         (build_common_tree_nodes_2): Don't call fix_sizetype.
13560         * tree.h (TYPE_IS_SIZETYPE): New macro.
13561         (initialize_sizetype): New declaration.
13562         (enum size_type_kind): New type.
13563         (struct sizetype_tab): Deleted.
13564         (sizetype_tab): Now array; adjust sizetype macros.
13565         (size_diffop, size_int_type_wide): New functions.
13566         (size_int_wide): Change number of args and type; access macros changed.
13567         (ssize_int, sbitsize_int): New macros.
13568         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
13569         (ROUND_TYPE_SIZE_UNIT): New macro.
13571 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
13573         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
13575 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13577         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
13578         Mark as possibly unused.
13580         * cse.c (cse_insn): Delete dead code involving tablejump.
13581         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
13583         * Makefile.in (libcpp.a): Start by deleting it.
13585 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13587         * cpplib.h (enum file_change_code): Added rename_file.
13588         * cpplib.c (do_line): If a filename is given, set file_change to
13589         rename_file.
13590         (output_line_command): If file_change is rename_file, always
13591         output a # directive with the file name.
13593         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
13595 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
13597         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
13598         when copying a PARM_DECL or RESULT_DECL.
13600 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13602         * fix-header.c (recognized_function): Also fix prototypes for
13603         functions taking "void".
13605 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13607         * reload1.c (do_output_reload): Check reg_reloaded_valid before
13608         looking at reg_reloaded_contents.
13610 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
13612         * Makefile.in (STMP_FIXINC): New toggle.
13613         (LIBGCC2_DEPS): Delete all references.
13614         (stmp-headers): Delete target.  All references either deleted
13615         or changed to stmp-int-headers.
13616         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
13617         (LIBCPP_OBJS): Take out cppalloc.o.
13618         (cppalloc.o): Delete target.
13619         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
13620         (gen-protos, fix-header): Link with libiberty.a.
13621         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
13622         to empty.
13624         * configure.in: Remove refs to strerror.
13625         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
13626         * system.h: Take out strerror stanza.
13628         * cpperror.c (my_strerror): Delete function.
13629         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
13630         * cppmain.c (main): Call xmalloc_set_program_name first thing.
13631         * cppalloc.c: Delete file.
13632         * gen-protos.c: Don't provide xrealloc.
13634         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
13635         xstrerror throughout.
13637 2000-02-26  Bruce Korb  <bkorb@gnu.org>
13639         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
13640         match for DOS headers, too.
13641         * fixinc/inclhack.sh,fixincl.x: Regenerate.
13643 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
13645         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
13646         is right for most ELF targets.
13647         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
13648         Let the default file use %U properly.
13649         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
13650         default.
13652         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
13653         numbers.
13655 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13657         * toplev.c (documented_lang_options): Correct spelling error.
13658         (decode_d_option, decode_f_option, main): Likewise.
13660         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
13662         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
13663         to tell assembler it is permitted to expand large constants.
13665 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
13667         * protoize.c: (AUX_INFO_SUFFIX): New macro.
13668         (aux_info_suffix): Use.
13669         (SAVE_SUFFIX): New macro.
13670         (save_suffix): Use.
13671         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
13672         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
13673         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
13675         * invoke.texi (Running Protoize): Update documentation.
13677 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
13679         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
13681 2000-02-25  John Wehle  (john@feith.com)
13683         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
13685 2000-02-25  Anthony Green  <green@cygnus.com>
13687         * toplev.c (rest_of_compilation): Rebuild jump labels if
13688         combine_instructions has created a new direct jump.
13689         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
13690         when appropriate.
13691         (combine_instructions): Call try_combine with new argument.
13692         Return non-null value when new direct jump instruction is created.
13693         * rtl.h: combine_instructions returns an int.
13695 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
13697         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
13698         jump when changing a computed jump into a jump to a known
13699         target.
13701 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
13703         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
13704         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
13706         * i386.md (define_expand "clrstrsi"): Fix typo.
13708 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
13710         * rtl.texi: Fix typo.
13712 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13714         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
13715         UNITS_PER_WORD.  Change caller initial_elimination_offset.
13716         (rounded_frame_size): Take into account that argument pushed has
13717         changed.  Fix TARGET_ALIGN_DOUBLE problem.
13719 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13721         * haifa-sched.c (schedule_block): Explain the real reason
13722         we delete REG_SAVE_NOTEs on the first insn of a block.
13723         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
13725 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
13727         * input.h (push_srcloc): New function.
13728         (pop_srcloc): Likewise.
13729         * toplev.c (push_srcloc): Define it.
13730         (pop_srcloc): Likewise.
13732 2000-02-24  Richard Henderson  <rth@cygnus.com>
13734         * flow.c (life_analysis): When collecting reg info, clear
13735         regs_ever_live.
13737 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13739         Fix bug exposed by reload.c no longer rounding the frame
13740         size to BIGGEST_ALIGNMENT:
13741         * sh.c (rounded_frame_size): New function.
13742         (sh_expand_prologue, sh_expand_epilogue): Use it.
13743         (initial_elimination_offset): Likewise.
13745 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13747         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
13748         * sh-protos.h (sh_need_epilogue): Declare.
13749         * sh.c (sh_need_epilogue_known): New static variable.
13750         (sh_need_epilogue): New function.
13751         (function_epilogue): Clear need_epilogue_known.
13752         * sh.md (return): Split into expander / insn pattern.
13753         Make the expander conditional on ! sh_need_epilogue ().
13755 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13757         * machmode.h (get_mode_alignment): Declare.
13758         (GET_MODE_ALIGNMENT): Call it.
13759         * stor-layout.c (get_mode_alignment): New function. Make
13760         sure alignment is always power of 2.
13762 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13764         * i386.h: Remove useless definition of "I386" and misleading
13765         comment above it.
13767 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13769         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
13770         under which TREE_PERMANENT will be set.
13771         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
13772         build1): Use TREE_SET_PERMANENT.
13773         * print-tree.c (print_node): Don't report value of
13774         TREE_PERMANENT if ggc_p is true.
13776         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
13777         decide whether to give a type a new alias set.
13778         * objc/objc-act.c (build_objc_string_object): Never copy the string.
13779         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
13780         of value of 'obstack'.
13783 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13785         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
13787 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13789         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
13790         * cpplib.c (cpp_get_token): Produce them.
13791         * cppexp.c (cpp_lex): Handle them.
13793 2000-02-23  Nick Clifton  <nickc@cygnus.com>
13795         * config/arm/arm.c (arm_comp_type_attributes): Simply and
13796         comment tests on type attributes.
13798 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13800         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
13801         conform to documentation.
13802         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
13803         to check for special cases.
13804         * sh-protos.h (sh_loop_align): Declare.
13805         * sh.c (sh_loop_align): Define.
13807 2000-02-22  Andrew Haley  <aph@cygnus.com>
13809         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
13810         (SIZE_TYPE): Is 32 bits when using -mgp32.
13811         (PTRDIFF_TYPE): Ditto.
13813 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13815         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
13817 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
13819         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
13820         BIGGEST_FIELD_ALIGNMENT a constant.
13822 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
13824         * dwarf2out.c (output_line_info): Put the marker for the end of
13825         the line number info at the actual end.
13826         (gen_struct_or_union_type_die): Use decl_function_context
13827         to check for local classes.
13828         * dwarfout.c (output_type): Likewise.
13830 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
13832         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
13833         for arguments with a mode, but no type.
13834         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
13835         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
13836         * pa/long_double.h: New file.
13837         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
13838         both have 128bit wide long doubles.
13839         * configure: Rebuilt.
13841 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13843         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
13845         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
13846         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
13847         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
13849         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
13851         * integrate.c (compare_blocks, find_block): Likewise.
13853         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
13855         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
13857         * stmt.c (stmt_status, set_file_and_line_for_stmt,
13858         expand_asm_operands): Likewise.
13860 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
13862         * predict.c (estimate_probability): Added the pointer heuristic to
13863         the collection of static branch predictors.
13865 2000-02-21  Catherine Moore  <clm@cygnus.com>
13867         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
13868         * invoke.texi (-mfix7000): Document.
13870 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
13872         * diagnostic.c (init_output_buffer): Make it possible to output at
13873         least 32 characters if we're given a too long prefix.
13875 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
13877         * varasm.c (initializer_constant_valid_p): Call
13878         lang_expand_constant to simplify the constant.
13880 2000-02-20  Bruce Korb  <bkorb@gnu.org>
13882         * fixinc/inclhack.def(stdio_va_list):
13883         typedef needs to be disabled.
13884         * fixinc/inclhack.sh: regen
13885         * fixinc/fixincl.x: regen
13887 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
13889         * print-rtl.c (print_rtx): Don't print addresses when
13890         flag_dump_unnumbered.
13892 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13894         * sparc.c (sparc_output_scratch_registers): Mark parameter with
13895         ATTRIBUTE_UNUSED.
13896         (sparc_va_arg, sparc_flat_output_function_prologue,
13897         sparc_flat_output_function_epilogue): Cast value to unsigned in
13898         comparison.
13899         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
13901         * sparc.md: Add default case in switch.
13903 2000-02-19  Richard Henderson  <rth@cygnus.com>
13905         * c-typeck.c (add_pending_init): Don't abort for multiple
13906         fields at the same offset.
13907         (pending_init_member): Test the correct member.
13909 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13911         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
13912         instead of SImode.
13913         (start_catch_handler) : Same.
13915 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
13917         * Makefile.in: Have flow.o depend on $(EXPR_H)
13919 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13921         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
13922         * c-decl.c (duplicate_decls, finish_enum): Likewise.
13923         (finish_decl): Remove -Wlarger-than code from here.
13924         * flags.h (id_clash_len): Now int.
13925         (larger_than_size): Now HOST_WIDE_INT.
13926         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
13927         Clean up checking to see if in table.
13928         (make_bit_field_ref): Remove extra parm to bitsize_int.
13929         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
13930         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
13931         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
13932         and for computing size of decl.
13933         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
13934         Move -Wlarger-than code to here.
13935         (layout_record): Remove extra arg to bitsize_int.
13936         Set TYPE_BINFO_SIZE_UNIT.
13937         (layout_union): Remove extra arg to bitsize_int.
13938         Use proper type for size of QUAL_UNION.
13939         (layout_type): Remove extra arg to bitsize_int.
13940         * toplev.c (id_clash_len): Now int.
13941         (larger_than_size): Now HOST_WIDE_INT.
13942         (decode_W_option): Clean up id-clash and larger-than- cases.
13943         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
13944         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
13945         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
13946         (struct tree_decl): New field size_unit.
13947         (size_int_wide): No HIGH operand; NUMBER is now signed.
13948         (size_int_2): Deleted.
13949         (size_int, bitsize_int): Don't use it and rework args.
13950         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
13952 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
13954         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
13956 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
13958         * invoke.texi (Warning Options): Add an explanation of why
13959         you might want the -Wfloat-equal flag.
13961 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13963         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
13964         * cppinit.c (new_pending_define): Add cast to avoid warning.
13965         * expmed.c (extract_bit_field): Likewise.
13966         * flow.c (enum reorder_skip_type): New type.
13967         (skip_insns_between_blcok): New it.
13968         Rework to avoid warning about possibly undefined variable.
13969         * function.c (assign_parms): Make thisparm_boundary unsigned.
13970         * genrecog.c (write_switch): Cast XWINT result to int.
13971         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
13972         * mips-tfile.c (init_file): Make two versions of FDR intializer:
13973         one for MIPS and one for Alpha.
13974         (get_tag, copy_object): Add casts to avoid warnings.
13975         * optabs.c (init_one_libfunc): Cast NAME to (char *).
13976         * reload.c (find_reloads): Make TYPE enum reload_type.
13977         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
13978         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
13979         * varasm.c (compare_constant_1): Add cast to avoid warning.
13980         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
13981         to (char *).
13982         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
13983         Cast switch operand of size to int.
13984         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
13985         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
13986         in unhandled case.
13988 2000-02-18  Nick Clifton  <nickc@cygnus.com>
13990         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
13991         anything for an alignment of zero.
13993         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
13994         anything for an alignment of zero.
13996 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13998         * gcc.texi (Bug Reporting): Refer to bugs.html.
13999         (Bug Lists): Likewise.
14000         * system.h (GCCBUGURL): New preprocessor define.
14001         * rtl.c (fancy_abort): Use it.
14002         * gcc.c (main): Likewise.
14004 2000-02-18  Richard Henderson  <rth@cygnus.com>
14006         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14007         (life_analysis_1): Subsume into ...
14008         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14009         Use update_life_info for the relaxation.
14010         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14011         entry and regs_live_at_setjmp.
14012         (set_noop_p): Simplify.
14013         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14014         (record_volatile_insns): Split into ...
14015         (delete_noop_moves): ... here,
14016         (notice_stack_pointer_modification): ... here,
14017         (insn_dead_p): ... and here.
14018         (propagate_block): Don't query INSN_VOLATILE.
14019         (mark_used_regs): Mind !PROP_REG_INFO.
14020         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14021         not in life_analysis.
14023 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14025         * loop.c (canonicalize_condition): New function,
14026         broken out of get_condition.
14027         (get_condition): Use it.
14028         * expr.h (canonicalize_condition): Prototype it.
14030         * tree.h (tree_int_cst_msb): Declare.
14031         * tree.c (tree_int_cst_msb): New function.
14033 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14035         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14036         isn't set.
14038         * invoke.texi (-fmessage-length=n): Document.
14040 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14042         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14044 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14046         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14047         after the prologue.
14049 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14051         * config/arm/thumb.c: Replace includes of system headers with
14052         #include "system.h".
14054 2000-02-16  Richard Henderson  <rth@cygnus.com>
14056         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14057         Add crtbeginS.o and crtendS.o.
14058         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14059         (ENDFILE_SPEC): Use crtendS.o.
14060         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14062         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14063         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14064         shared and present.
14065         (__dso_handle): New variable.
14066         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14067         bias to __CTOR_END__.
14069 2000-02-16  Richard Henderson  <rth@cygnus.com>
14071         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14073 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14075         * longlong.h (__clz_tab): Declare as static to match definition.
14077 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14079         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14080         (XREF_FILE_NAME): Define.
14082         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14083         (EH_FRAME_SECTION_ASM_OP): Define.
14084         (IDENT_ASM_OP): Define.
14085         (TEXT_SECTION_ASM_OP): Define.
14086         (CPP_SPEC): Define.
14087         (CTORS_SECTION_ASM_OP): Define.
14088         (CTOR_SECTION_FUNCTION): Use it.
14089         (DTORS_SECTION_ASM_OP): Define.
14090         (DTOR_SECTION_FUNCTION): Use it.
14092 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14094         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14095         NOTE_BASIC_BLOCK.
14097         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14098         debug_bb_n): New functions.
14099         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14100         * basic-block.h: Prototype new functions.
14102 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14104         * configure.in: Add support for avr target.
14105         * configure: Rebuilt.
14107         * invoke.texi: Add AVR invocation docs.
14108         * install.texi: Add information about AVR.
14109         * md.texi: Add AVR constraint letters description.
14110         * extend.texi: Add description for AVR specific attributes.
14112 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14114         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14116 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14118         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14119         (make_insn_raw): Move RTL check here.
14121 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14123         * version.c: Include gansidecl.h and version.h.
14125         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14127         * configure.in (gcc_version): When setting, narrow search to
14128         lines containing `version_string'.
14130         * Makefile.in (mainversion): Likewise.
14131         (GCC_H): New variable.
14132         (gcc.h): Delete target.
14133         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14134         (version.o): Depend on version.h.
14135         (dbxout.o): Don't depend on gcc.h.
14137 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14138                           Michael Meissner  <meissner@cygnus.com>
14140         * md.texi (Simple Constraints): Add item about whitespace.
14141         * genoutput.c (strip_whitespace): New.
14142         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14143         strip_whitespace for constraints.
14144         Test pointer using NULL, not 0.
14146 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14148         * cpplib.c (do_line): Pedwarn for #line > 32767.
14150         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14152 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14154         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14155         to default cpp spec.
14156         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14157         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14158         * cpp.1: Likewise.
14160         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14161         default spec.
14163 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14165         * configure.in: Add support for avr target.
14167 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14169         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14170         (sh_addr_diff_vec_mode): Don't declare.
14171         * sh.c (sh_addr_diff_vec_mode): Delete.
14173 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14175         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14177 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14179         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14180         (smulsi3_highpart_i): Name.
14181         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14182         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14183         (smulsi3_highpart, umulsi3_highpart): Likewise.
14185         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14186         correctly independent of endianness.
14187         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14188         confuse the optimizers.
14189         (mulsidi3+1, umulsidi3+1): New define_split.
14191 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14193         * config/sh/sh.md: Guard insn splits against illegal registers.
14194         * config/sh/sh.h: Correct comment about macros.
14196 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14197                           Andrew MacLeod  <amacleod@cygnus.com>
14199         * Makefile.in (lcm.o): Depend on insn-attr.h.
14200         * basic-block.h (optimize_mode_switching): Declare.
14201         * lcm.c (tm_p.h, insn-attr.h): #include.
14202         (seginfo, bb_info): New structs.
14203         (antic, transp, comp, delete, insert) : New file-scope static variables.
14204         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14205         (reg_becomes_live, optimize_mode_switching): Likewise.
14206         * tm.texi: Add description of mode switching macros.
14207         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14209         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14210         (fldi_ok, fpscr_set_from_mem): New prototypes.
14211         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14212         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14213         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14214         (sh_flag_remove_dead_before_cse): Remove declaration.
14215         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14216         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14217         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14218         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14219         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14220         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14221         (fldi_ok): New function.
14222         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14223         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14224         (emit_df_insn): Likewise.
14225         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14226         (sh_flag_remove_dead_before_cse): Delete.
14227         (get_free_reg, fpscr_set_from_mem): New functions.
14228         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14229         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14231 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14233         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14235 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14237         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14238         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14240         * cccp.c: Include version.h and/or don't declare `version_string'.
14241         * collect2.c: Likewise.
14242         * alpha.c: Likewise.
14243         * arm/aof.h: Likewise.
14244         * arm/coff.h: Likewise.
14245         * arm/elf.h: Likewise.
14246         * arm/pe.h: Likewise.
14247         * arm/tcoff.h: Likewise.
14248         * arm/telf.h: Likewise.
14249         * arm/tpe.h: Likewise.
14250         * arm/vxarm.h: Likewise.
14251         * convex/convex.c: Likewise.
14252         * i386/dgux.c: Likewise.
14253         * i386/sun386.h: Likewise.
14254         * m88k/m88k.c: Likewise.
14255         * mcore/mcore-pe.h: Likewise.
14256         * mips/mips.h: Likewise.
14257         * romp/romp.h: Likewise.
14258         * sh/sh.c: Likewise.
14259         * cpphash.c: Likewise.
14260         * cppinit.c: Likewise.
14261         * dwarf2out.c: Likewise.
14262         * dwarfout.c: Likewise.
14263         * gcc.c: Likewise.
14264         * gcc.h: Likewise.
14265         * mips-tfile.c: Likewise.
14266         * protoize.c: Likewise.
14267         * toplev.c: Likewise.
14268         * tree.h: Likewise.
14270         * version.c (version_string): Constify a char*.
14272         * version.h: New file.
14274 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14276         * configure.in: Add mcore-elf and mcore-pe targets.
14277         * configure: Regenerate.
14279         * NEWS: Add note that MCore port has been contributed.
14281         * invoke.texi: Document command line switches for MCore port.
14282         * install.texi: Add MCore to list of supported targets.
14284 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14286         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14287         then we will need to import the frame handling functions.
14288         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14289         to import the frames themselves.
14291 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14292                           Jason Eckhardt  <jle@cygnus.com>
14294         * basic_block.h: Added prototype for reorder_basic_blocks.
14295         * toplev.c: Changes to add -freorder-blocks and graph dump after
14296         block reordering is done.
14297         * flow.c (reorder_block_def): New structure for use during block
14298         reordering.
14299         (REORDER_BLOCK_*): New macros to access members of above structure.
14300         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14301         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14302         functions for block reordering.
14304 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14306         * gcc.texi (Passes): Fix typo.
14307         * md.texi (Standard Names): Ditto.
14308         * tm.texi (Storage Layout): Ditto.
14310 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14312         * cpplib.c (do_define): Only free the old definition if it
14313         actually had one.
14315 2000-02-13   Neil Booth  <NeilB@earthling.net>
14317         * cppfiles.c (read_and_prescan): When emitting deferred
14318         newlines, test speccase[] again instead of checking each
14319         possible whitespace character in turn.  When we encounter \r,
14320         look behind for \n first, then ahead.
14322 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14324         * cse.c (cse_altered): New internal flag.
14325         (cse_insn): Set it if we changed an insn.
14326         (cse_main): Clear cse_altered before each basic block.
14327         Only garbage collect if cse_altered is true afterward.
14329 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14331         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14333 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14335         * combine.c (simplify_comparison): Fix typo.
14337 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14339         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14340         consistently.
14342 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14344         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14345         previously inserted node instead of root node.  Caller changed.
14347 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14349         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14351 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14353         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14354         __dereg_frame_dtor): Add prototype argument.
14356         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14358         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14360         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14362         * gthr-vxworks.h (__gthread_once): Likewise.
14364         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14366 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14368         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14369         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14370         stack pointer in functions w/o saved registers, output LEAVE more often
14371         on TARGET_USE_LEAVE machines.
14373 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14375         * config/arm/arm.c (arm_init_cumulative_args); New function:
14376         Initlaise the CUMULATIE_ARGS strcuture for a function
14377         defintion.
14378         (arm_function_arg): New function: Determine where to place a
14379         function's argument.  Also handles deciding the function's
14380         call cookie.
14381         (current_file_function_operand): New function: Return true if
14382         the symbol is a function which has already been compiled.
14383         (arm_is_long_call_p): New function: Return true if the
14384         indicated function should be called via a long call.
14385         (arm_valid_type_attribute_p): New function: Return true if the
14386         attribute is a valid, arm specific, attribute.
14387         (arm_comp_type_attribute): New function: Return true if the
14388         two types have compatable, arm specific, attributes.
14390         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14391         structure.
14392         (FUNCTION_ARG): Redefine to call arm_function_arg.
14393         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14394         structure field.
14395         (INIT_CUMULATIVE_ARGS): Redefine to call
14396         arm_init_cumulative_args.
14397         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14398         field.
14399         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14400         field.
14401         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14402         functions.
14403         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14404         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14405         (COMP_TYPE_ATTRIBUTES): Define.
14407         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14408         if a long call is needed.
14409         (call_value): Call arm_is_long_call_p to decide if a long call
14410         is needed.
14411         (call_symbol): Call arm_is_long_call_p to decide if a long call
14412         is needed.
14414         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14416 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14418         * README.AVR: New file with information about the avr ports.
14419         * config/avr: New directory with avr port files.
14421 2000-02-11  Andreas Jaeger  <aj@suse.de>
14423         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14425 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14427         * cpphash.c: Fix formatting, update commentary.
14428         (dump_definition): Take three separate arguments instead of a
14429         MACRODEF structure argument.
14430         * cpphash.h: Update prototype of dump_definition.
14431         * cppinit.c (cpp_finish): Update call of dump_definition.
14433         * cpplib.c (do_define): Always create new hash entry with
14434         T_MACRO type.  Remove redundant check for redefinition of
14435         poisoned identifier.  Update call of dump_definition.
14436         (do_undef): Don't call check_macro_name.  Rename sym_length to
14437         len.
14438         (do_error, do_warning): Don't use copy_rest_of_line or
14439         SKIP_WHITE_SPACE.
14440         (do_warning): Don't use pedwarn for the actual warning,
14441         only the notice about its not being in the standard.  (Fixes
14442         bug with #warning in system headers.)
14443         (do_ident): Stricter argument checking - accept only a single
14444         string after #ident.  Also, macro-expand the line.
14445         (do_xifdef): Use cpp_defined.  De-obfuscate.
14447         (do_pragma): Split out specific pragma handling to separate
14448         functions.  Use get_directive_token.  Update commentary.  Do
14449         not pass on #pragma once or #pragma poison to the front end.
14450         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14451         do_pragma_default): New.
14453 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14455         * jump.c (jump_optimize_1): The first operand in a relational
14456         can be a CONST_INT.
14457         * optabs.c (emit_conditional_move): Handle relationals which
14458         have a known true/false result.
14460 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14462         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14463         a RETURN insn into a block which already ends with a jump.
14465 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14467         * haifa-sched.c (BUF_LEN): Increase a lot.
14469 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14471         * configure.in: Add tm_p_file specification for thumb targets.
14472         * configure: Regenerate.
14474         * config/arm/thumb-protos.h: New file: Prototypes for exported
14475         functions defined in thumb.c.
14477 2000-02-11  Robert Lipe  <robertl@sco.com>
14479         * Makefile.in (bootstrap-lean): Remove additional files.
14480         (bootstrap2-lean): Likewise.
14481         (VOL_FILES): List of files for above.
14483 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14485         * cpphash.c (special_symbol): Remove spurious argument to
14486         cpp_lookup.
14488 2000-02-11  Joel Sherrill (joel@OARcorp.com>
14490         * configure.in: (i*86-*-rtems*): Swapped elf and coff
14491         stanzas.
14492         * configure: Rebuilt.
14494 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
14496         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
14498 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
14500         * pa.c, pa.h: Remove trigraph sequences within comments.
14502 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
14504         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
14506 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
14508         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
14510 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14512         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
14514 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14516         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
14517         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
14518         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
14519         (ASM_FILE_END): Use c4x_file_end.
14520         * config/c4x/c4x.c (c4x_global_label): New function.
14521         (c4x_external_ref, c4x_file_end): Likewise.
14523         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
14524         (c4x_external_ref, c4x_end_file): Likewise.
14526 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
14528         * cppexp.c: Don't include cpphash.h.
14529         (parse_charconst, cpp_lex): Use cpp_defined.
14530         (cpp_lex): Use get_directive_token throughout.  Remove
14531         unnecessary cases from switch.  Move assertion-handling code
14532         down to OTHER case.
14533         (cpp_parse_expr): If we see '+' or '-', check the context to
14534         determine if they are unary or binary operators.  Streamline
14535         the jumps a bit.  Do not call skip_rest_of_line.
14537         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
14538         static.  Export get_directive_token.  Update commentary.
14539         (cpp_defined): New function.
14540         (do_define): Remove reference to T_PCSTRING.  Call
14541         free_definition to release memory for old definition, when
14542         redefining a macro.
14543         (eval_if_expression): Set only_seen_white to 0 before calling
14544         cpp_parse_expr.  Call skip_rest_of_line after it returns.
14545         (cpp_read_check_assertion): Don't preserve a pointer into the
14546         token buffer across a call to cpp_get_token.
14548         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
14549         * cppfiles.c (redundant_include_p): Use cpp_defined.
14550         * cpphash.c (free_definition): New function.
14551         (delete_macro): Use it.  Update commentary.
14552         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
14553         free_definition.
14554         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
14555         from enum node_type.  Prototype cpp_defined and get_directive_token.
14556         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
14558         * fix-header.c (check_macro_names): Use cpp_defined.
14559         (read_scan_file): Set inhibit_warnings and inhibit_errors in
14560         the options structure.
14562 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14564         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
14566 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
14568         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
14569         rather than die->die_tag.
14571 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14573         * combine.c (make_extraction, force_to_mode): Avoid warning on
14574         mixed-signedness conditionals.
14575         (make_field_assignment, nonzero_bits): Likewise.
14576         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
14577         (store_split_bit_field, extract_split_bit_field): Likewise.
14578         (extract_fixed_bit_field, store_bit_field,
14579         * expr.c: Change alignment to be unsigned everywhere.
14580         (move_by_pieces, store_constructor_field, store_constructor):
14581         Alignment parm is unsigned.
14582         (emit_block_move, emit_group_load, emit_group_store): Likewise.
14583         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14584         (do_compare_rtx_and_jump): Likewise.
14585         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
14586         Compare align with GET_MODE_ALIGNMENT.
14587         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
14588         (get_inner_reference): Likewise.
14589         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
14590         (expand_assignment): Local vars for alignment now unsigned.
14591         (store_constructor, store_field, expand_expr, do_jump): Likewise.
14592         (do_compare_and_jump): Likewise.
14593         (store_field): Call new function expr_align.
14594         * expr.h (emit_block_move, emit_group_load, emit_group_store):
14595         Alignment arg now unsigned.
14596         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
14597         (do_compare_rtx_and_jump, store_bit_field): Likewise.
14598         (extract_bit_field): Likewise.
14599         * fold-const.c (add_double): Add cast to eliminate signedness warning.
14600         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
14601         (get_best_mode): Alignment arg is unsigned.
14602         * rtl.h (move_by_pieces): Likewise.
14603         * store-layout.c (maximum_field_alignment, set_alignment):
14604         Now unsigned.
14605         (layout_decl): Alignment arg is now unsigned.
14606         Remove unneeded casts.
14607         (layout_record, layout_union, layout_type): Remove unneeded casts.
14608         Local alignment variables now unsigned.
14609         (get_best_mode): Alignment arg now unsigned.
14610         * tree.c (expr_align): New function.
14611         * tree.h (expr_align): Likewise.
14612         (maximum_field_alignment, set_alignment): Now unsigned.
14613         (get_inner_reference): Alignment argument is now pointer to unsigned.
14614         * varasm.c (assemble_variable): Add cast to eliminate warning.
14616 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
14618         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
14619         then store directly into op0.
14621         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
14622         the CALL_INSN, and emit the note immediately after it.
14624 2000-02-10  Nick Clifton  <nickc@cygnus.com>
14626         * config/arm/thumb.md (epilogue): Include a (return) in the
14627         generated insn, and emit it using emit_jump_insn not
14628         emit_insn.
14630 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
14632         * function.c (assign_temp): Change zero-sized arrays to size 1.
14633         * integrate.c (expand_inline_function): Do not update
14634         stack_alignment_needed
14635         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
14636         add some sanity checking, remove optimization for function with
14637         zero frame size.
14639 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14641         * flow.c (mark_regs_live_at_end): Delete unused variables.
14643         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
14645         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
14646         in macro FRAME_GROWS_DOWNWARD.
14648         * stmt.c (expand_end_bindings): Delete unused variable.
14650         * unroll.c (iteration_info): Mark parameter `loop' with
14651         ATTRIBUTE_UNUSED.
14653 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14655         * fixinc/server.c (load_data): Return NULL if the marker line is
14656         not found.
14657         (run_shell): If load_data returns NULL, retry the command once, in
14658         a new shell.
14660         * configure: Rebuilt.
14662 2000-02-09  Bruce Korb  <bkorb@gnu.org>
14664         * gcc/fixincludes:  ** DELETED **
14665         * gcc/fixcpp:  ** DELETED **
14666         * gcc/fixinc-nt.sed:  ** DELETED **
14667         * gcc/just-fixinc:  ** DELETED **
14668         * gcc/Makefile.in:  Removed out-dated commentary
14669         * gcc/configure.in: Removed fast-fixincludes disablement.
14670         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
14672 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14673         * function.c (thread_prologue_and_epilogue_insns): Uncomment
14674         last change.
14676 2000-02-09  Richard Henderson  <rth@cygnus.com>
14678         * jump.c (delete_insn): Don't delete user labels at -O0.
14680 2000-02-09  Robert Lipe  <robertl@sco.com>
14682         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
14683         Don't link with HOST_LIBS.
14685 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14687         * configure.in: Correct --help text for --with-dwarf2.
14688         Put tm-dwarf2.h after other tm files, if it's requested.
14689         * configure: Regenerate.
14690         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
14691         defining it.
14693 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14695         * cpplib.h: Provide HASHNODE typedef and forward decl of
14696         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
14697         DEFINITION, struct hashnode, struct macrodef, struct
14698         definition, scan_decls prototype, default defn of
14699         INCLUDE_LEN_FUDGE moved elsewhere.
14701         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
14702         definition, and struct hashnode moved here. Remove the unused
14703         'predefined' field from struct definition.  Replace the 'args'
14704         union with its sole member.  All users updated (cpphash.c).
14705         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
14706         multiple include guard.
14708         * cpphash.c (hashf): Make static; use better algorithm; drop
14709         HASHSIZE parameter; return an unsigned int.
14710         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
14711         used. Calculate HASHSIZE modulus here.
14712         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
14713         here.
14714         (create_definition): Drop PREDEFINITION parameter.
14715         * cpplib.c (do_define): Don't calculate a hash value here.
14716         Don't pass (keyword == NULL) to create_definition.
14718         * scan.h: Prototype scan_decls here.
14719         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
14720         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
14721         callers of cpp_lookup and cpp_install updated.
14723         * cpphash.c (macarg): Hoist all the flag diddling out of the
14724         function...
14725         (macroexpand): ... and out of the loop that calls macarg.
14726         Skip over the initial paren before macro arguments with
14727         cpp_get_non_space_token; point may be some distance before
14728         that paren.  Abort if it's not there.
14730         * cpplib.c (parse_clear_mark): Delete function.
14731         (parse_set_mark, parse_goto_mark): Make static.
14732         (ACTIVE_MARK_P): New macro.
14733         (skip_block_comment, skip_line_comment): Do not bump the line
14734         if ACTIVE_MARK_P is true.
14735         (cpp_pop_buffer): The buffer to be popped may not have an
14736         active mark.
14737         (cpp_get_token): When looking for the initial paren before
14738         macro arguments, only set a mark in a file buffer, Always
14739         return to that mark before proceeding to call macroexpand or
14740         return a NAME token.
14742         * cpplib.h: Remove prototypes of parse_set_mark,
14743         parse_clear_mark, parse_goto_mark.
14744         (struct cpp_options): Rename 'put_out_comments' to
14745         'discard_comments' and invert its sense.
14746         * cppinit.c, cpphash.c, cpplib.c: All users of
14747         put_out_comments changed to use discard_comments, with
14748         opposite sense.
14750 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
14752         * function.c (thread_prologue_and_epilogue_insns): Don't delete
14753         the edge from a block that both jumps and falls through to the
14754         fallthru block.
14756 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
14758         * config/arm/arm.md (movsi): In PIC mode, make sure that a
14759         constant source address is legitimate.
14761 2000-02-09  Philip Blundell  <pb@futuretv.com>
14763         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
14764         correctly.
14766         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
14767         generating PIC.
14768         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
14770 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
14772         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
14773         ends with a newline and a NUL.  Don't be so clever manipulating
14774         strings.
14776 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
14778         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
14779         not to BIGGEST_ALIGNMENT.
14781 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
14783         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
14784         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
14785         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
14786         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
14787         * frame.c (execute_cfa_insn): Handle
14788         DW_CFA_GNU_negative_offset_extended.
14790 2000-02-08  Richard Henderson  <rth@cygnus.com>
14792         * flow.c (tidy_fallthru_edges): Split out from ...
14793         (delete_unreachable_blocks): ... here.
14794         (find_basic_blocks): Use it.
14796 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14798         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
14800 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
14802         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
14803         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
14804         (fix-header.o): Don't depend on cpphash.h.
14806         * scan.c (hashstr): New function.
14807         * scan.h: Prototype it.
14808         * fix-header.c: Don't include cpphash.h.  Use hashstr.
14809         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
14810         hashstr.  Report hash table statistics.  Add private
14811         definition of xrealloc.
14813 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14815         * i386.h (TARGET_SWITCHES): Fix typo in option name.
14817 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
14819         * function.c (thread_prologue_and_epilogue_insns): Don't replace
14820         jumps with returns unless they are jumps to the fallthru block.
14822 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
14824         * i386.md (addqi3_cc): Fix contraints.
14826 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14828         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
14830 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14832         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
14833         carriage return after a macro name.
14835 2000-02-07  Fred Fish  <fnf@be.com>
14837         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
14838         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
14840 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
14842         * cppfiles.c (deps_output): Count spacers in deps_column.
14844 2000-02-07  Neil Booth  <NeilB@earthling.net>
14846         * cppinit.c (initialize_dependency_output): If there is no
14847         suffix, don't try to look for known suffixes.  Use strrchr.
14848         (cpp_start_read): Remove duplicate initialization.
14850 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
14852         * calls.c (compute_argument_block_size): New argument
14853         preferred_stack_boundary.
14854         (expand_call): update cfun->preferred_stack_boundary, update call of
14855         compute_argument_block_size
14856         (emit_library_call): Increate cfun->preferred_stack_boundary
14857         to PREFERRED_STACK_BOUNDARY
14858         (emit_library_call_value): Likewise.
14859         * explow.c (allocate_dynamic_stack_spave): Likewise.
14860         * function.c (prepare_function_start): Set
14861         cfun->preferred_stack_boundary
14862         * function.h (struct function): Add preferred_stack_boundary field.
14863         * integrate.c (expand_inline_function): Update
14864         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
14865         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
14866         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
14868 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
14870         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
14871         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
14872         cpp_pedwarn, cpp_pedwarn_with_line,
14873         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
14874         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
14875         v_cpp_error_with_line, v_cpp_warning_with_line,
14876         cpp_message_from_errno, cpp_perror_with_name): Delete.
14878         * cpperror.c (cpp_print_containing_files): Take starting
14879         buffer as argument.
14880         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
14881         (v_cpp_message): Now called directly by all entry points.
14882         Remove -1 case.
14883         (cpp_pfatal_with_name, cpp_message): Delete.
14884         (cpp_notice_from_errno, cpp_ice): New functions.
14885         (cpp_notice): Is now for reporting error conditions, just
14886         without an associated file.
14887         (cpp_error, cpp_error_with_line): Don't do anything if
14888         opts->inhibit_errors is on.
14889         (cpp_pedwarn_with_file_and_line): Take column argument also.
14891         * cpplib.h: Update prototypes of exported functions.
14892         (struct cpp_options): Add inhibit_errors.
14894         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
14895         non-error messages.  Include intl.h.
14897         * cppinit.c, cppmain.c: Likewise.  Also, use
14898         cpp_notice_from_errno instead of cpp_perror_with_name or
14899         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
14901         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
14902         report internal errors.
14904         * cpplib.c (do_define): Switch bcopy to memcpy.
14905         Give cpp_pedwarn_with_file_and_line a dummy column argument.
14907         * cpplib.c (copy_rest_of_line): Revert previous change: don't
14908         bail out early if we hit a line comment.
14910 2000-02-06  Richard Henderson  <rth@cygnus.com>
14912         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
14913         * basic-block.h: Declare them.
14914         * emit-rtl.h (active_insn_p): New.
14915         (next_active_insn, prev_active_insn): Use it.
14916         * rtl.h: Declare it.
14917         * function.c (emit_return_into_block): New.
14918         (thread_prologue_and_epilogue_insns): Insert return insns instead
14919         of epilogues when possible.
14920         * jump.c (jump_optimize_1): Remove code to insert a return insn
14921         on the fallthru to the exit block.
14923         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
14924         and for non-empty stack frames.
14925         * i386.md (return): Expand to return-pop as needed.
14927 2000-02-06  Richard Henderson  <rth@cygnus.com>
14929         * simplify-rtx.c (simplify_relational_operation): Canonicalize
14930         constant to op1 for testing.
14932 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14934         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
14935         (fixuns_truncqfqi2): Use it.
14937 2000-02-06  Richard Henderson  <rth@cygnus.com>
14939         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
14940         as a TYPE_LEA insn.
14942         * i386.md (widening and peepholes): Mask the constant instead of
14943         using gen_lowpart.
14945 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14947         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
14948         input pointer before possibly branching off to the backslash
14949         code.
14950         * cpphash.c (macroexpand): Correctly delete \r escapes when
14951         stringifying parameters.
14952         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
14953         if we can; bail out early if we hit a line comment.
14954         (handle_directive): Treat '# 123' in an .S file just like
14955         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
14956         Return 1 for '# not_a_directive'.
14957         (get_directive_token): Pop macro buffers here, so that
14958         cpp_get_token can't sneakily move past a newline.
14959         Add sanity checks.
14960         (cpp_get_token): goto randomchar if handle_directive returns 0.
14962         * cppalloc.c: Update copyright.
14963         * cpplib.c: Merge all the static function prototypes into one
14964         block.
14965         * cpplib.h: Remove #if 0 block.
14967         * cpperror.c: Remove #ifdef EMACS block.
14968         * cppmain.c: Likewise.
14969         * cpphash.c: Remove #if 0 blocks.
14970         * cppinit.c: Remove #if 0 blocks, and the -lint option.
14971         * cpplib.c: Remove #if 0 blocks and code referencing
14972         pcp_inside_if or for_lint.  Remove duplicate error message.
14973         Fix error messages for #else after #else or #elif.  Reformat.
14974         Remove archaic TODO list.
14975         * cpplib.h: Remove pcp_inside_if and for_lint flags.
14977 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14979         * i386/osf1elf.h: Add missing backslash to multiline string.
14981 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14983         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
14985 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14987         * Makefile.in (c-common.o): Depend on $(EXPR_H).
14989         * c-common.c: Include expr.h.
14991         * c-pragma.c (mark_align_stack): Add prototype.
14993         * caller-save.c (add_stored_regs): Likewise.
14995         * combine.c (record_promoted_value): Likewise.
14997         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
14998         Likewise.
15000         * cppinit.c (new_pending_define): Likewise.
15002         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15004         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15005         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15006         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15007         class_scope_p): Likewise.
15009         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15010         dwarf2out_add_library_unit_info): Likewise.
15012         * ggc.h (ggc_page_print_statistics): Likewise.
15014         * haifa-sched.c (propagate_deps): Likewise.
15016         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15018         * rtl.h (set_stack_check_libfunc): Likewise.
15020         * toplev.h (set_fatal_function): Likewise.
15022         * toplev.c (set_fatal_function): Delete prototype.
15024         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15026 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15028         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15029         (FUNC_END): Likewise.
15031 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15033         * caller-save.c: Include tm_p.h.
15035 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15037         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15039 2000-02-04  Neil Booth  <NeilB@earthling.net>
15041         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15042         it to strcmp.
15044 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15046         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15047         * genflags.c: Use the max_operand_1 logic from genemit.c to
15048         calculate how many arguments gen_insn prototypes have.  Remove
15049         NO_MD_PROTOTYPES ifdefs from the generated file.
15050         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15051         file.  Cast gen_insn initializers to insn_gen_fn.
15052         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15053         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15055 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15057         * fixinc/Makefile.in (HDR): Add machname.h.
15058         (clean): Likewise.
15060 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15062         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15063         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15064         (c4x_cpu_version): Ditto.
15065         * config/c4x/c4x-protos.h: ... here.
15067 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15069         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15070         gen_abstract_function on our context if we're a nested function.
15072 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15074         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15075         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15077 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15079         * fixinc/genfixes(machname.h):
15080         Move the functionality from gen-machine.h into this file.
15081         UNdef MN_NAME_PAT if there are no names to change.
15082         Also, be a little kinder when AutoGen is not present.
15084         * fixinc/Makefile.in(machname.h):
15085         Change the generation rule to use genfixes.
15087         * fixinc/fixfixes.c(machine_name):
15088         machine_name_fix's functionality now dependent upon whether
15089         MN_NAME_PAT is defined.
15091         * fixinc/fixtests.c(machine_name):
15092         ditto.
15094         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15095         of MN_NAME_PAT.
15097         * fixinc/fixlib.h(mn_get_regexps):
15098         ditto
15100         * fixinc/gen-machine.h: DELETED
15102 2000-02-04  Jan Hubicka  <jh@suse.cz>
15103             Richard Henderson  <rth@cygnus.com>
15105         * i386.c (SAVE_REGS_FIRST): Remove.
15106         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15107         (ix86_compute_frame_size): Likewise.
15108         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15109         (ix86_emit_restore_regs): Remove.
15110         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15111         when a frame pointer is in use.
15112         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15113         instead of pop to restore a register when profitable; emit leave
15114         when profitable.
15115         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15116         as a TYPE_LEA insn.
15117         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15118         * i386.md (prologue_allocate_stack): Remove.
15119         (epilogue_deallocate_stack): Remove.
15120         (pro_epilogue_adjust_stack): New.
15122 2000-02-04  Richard Henderson  <rth@cygnus.com>
15124         * function.c (diddle_return_value): Rework to use a callback function.
15125         Use current_function_return_rtx if it's been set up.
15126         (do_clobber_return_reg, clobber_return_register): New.
15127         (do_use_return_reg, use_return_register): New.
15128         (expand_function_end): Use them.
15129         * stmt.c (expand_null_return): Likewise.
15130         * function.h: Declare them.
15131         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15132         (mark_reg): Change arguments as appropriate for callback.
15133         * integrate.c (expand_inline_function): Revert 19 Jan change.
15135 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15137         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15138         (Misc): Say the scheduler, not the Haifa scheduler.
15140 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15142         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15143         when in_mem is set.  Update all callers.
15145 2000-02-04  Richard Henderson  <rth@cygnus.com>
15147         * i386/openbsd.h (INT_ASM_OP): Define.
15149 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15151         * tm.texi: Fix various typos.
15153 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15155         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15156         (MD_STARTFILE_PREFIX_1): New macro.
15158 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15160         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15161         destination when needed.
15162         (strmovsi, strsetsi): New expander.
15163         (strmovsi_1, strsetsi_1): New pattern.
15164         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15165         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15166         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15167         * invoke.texi (align-stringops, inline-all-stringops): Document.
15169 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15171         * i386/netbsd.h (INT_ASM_OP): Define.
15173 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15175         * cpplib.h (cpp_reader): Add new flag, no_directives.
15176         * cpphash.c (macarg): Set it.
15177         * cpplib.c (handle_directive): If no_directives is on and we
15178         find a directive, issue an error and discard the line.
15180 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15182         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15183         FP constants.  Add ! TARGET_FPU check for FP constants.
15185 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15187         * flow.c (find_basic_blocks): Don't kill label_value_list
15188         here.
15189         (cleanup_cfg): Kill it here.
15191 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15193         * expr.c (store_field): Ensure ALIGN is no stricter than the
15194         alignment of EXP.
15196 2000-02-02  Richard Henderson  <rth@cygnus.com>
15198         * jump.c (delete_insn): Partially revert 19 Jan change;
15199         don't convert unused code labels to notes at -O0.
15201 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15203         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15204         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15206 2000-02-01  Richard Henderson  <rth@cygnus.com>
15208         * i386.c (general_no_elim_operand): New.
15209         (nonmemory_no_elim_operand): New.
15210         (ix86_expand_move): Copy eliminable operands before a push.
15211         * i386-protos.h: Declare new functions.
15212         * i386.h (CAN_ELIMINATE): Simplify.
15213         (PREDICATE_CODES): Update.
15214         * i386.md (push insns): Don't allow eliminable register operands.
15216 2000-02-01  Richard Henderson  <rth@cygnus.com>
15218         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15219         replace BLKmode with DECL_RTL's mode.
15221 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15223         * frame.c (find_fde): Convert for loop to do-while so compiler
15224         sees it's always executed at least once.
15225         * libgcc2.c (BBINBUFSIZE): Kill.
15226         (__bb_init_prg): Use fgets.
15227         (__bb_exit_trace_func): Don't paste strings.
15228         * unroll.c (unroll_loop): Initialize unroll_type, not
15229         unroll_number, and tweak logic to match.
15231         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15232         all failure paths.
15233         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15234         (ix86_sched_reorder): Break guts out to
15235         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15236         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15237         any possible use.
15239         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15240         use string concatenation.  Don't save and restore esi.
15242         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15243         (machname.h): Remove script to separate file.  Use two-step
15244         sequence so target is not created if script fails.
15245         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15246         identifiers are defined.
15247         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15248         an empty string, machine_name doesn't need to do anything at
15249         all.
15250         (is_cxx_header): Add more cases to regexp.
15251         * fixinc/fixlib.h: Update prototype.
15252         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15253         mn_get_regexps.
15254         * fixinc/fixincl.c: Define NO_BOGOSITY.
15256         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15257         (hp_sysfile): Add missing comma.
15258         (math_exception): Put the wrapper ifdefs at the beginning and
15259         the end of the file.
15260         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15262 2000-02-01  Richard Henderson  <rth@cygnus.com>
15264         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15265         Use CONST0_RTX.  Update all callers.
15266         * sparc.h, sparc-protos.h: Update accordingly.
15267         * sparc.md (fp mov insns): Use fp_zero_operand directly
15268         where applicable.
15270 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15272         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15273         example.
15275 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15277         * Makefile.in (specs.ready): New target.
15278         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15280 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15282         * fixinc.irix: Use unique filenames for writing into /tmp,
15283         * fixinc.ptx: Likewise.
15284         * fixinc.sco: Likewise.
15285         * fixinc.svr4: Likewise.
15286         * fixinc.winnt: Likewise.
15288 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15290         * tsystem.h: New file.
15292         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15293         s-crtS): Depend on tsystem.h.
15295         * crtstuff.c: Include tsystem.h.
15296         * frame.c: Likewise.
15297         * libgcc2.c: Likewise.
15299 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15301         * builtins.c (expand_builtin_memset): Expand for variable sized
15302         lengths too.
15304 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15306         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15307         on ABI.
15309 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15311         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15313         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15315 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15317         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15318         case 3->2 combining (combining with splitting) in which 2 is CC0
15319         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15320         checked at the begining of the function with the aid of calling
15321         function 'can_combine_p'.
15323 2000-01-31  Dave Brolley  <brolley@redhat.com>
15325         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15327 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15329         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15330         new label.
15332 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15334         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15336         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15337         PROTO -> PARAMS.
15339 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15341         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15342         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15343         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15344         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15345         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15346         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15347         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15348         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15349         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15350         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15352         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15353         Add %(cpp_cpu) to CPP_SPEC.
15355         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15356         Add %(cc1_cpu) to CC1_SPEC.
15358 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15360         * c-decl.c (c_decode_option): Accept optional numeric argument to
15361         -Wformat and set warn_format.
15362         * c-common.c: Don't emit warning about non-constant printf format
15363         string unless warn_format > 1.
15365 2000-01-30  Richard Henderson  <rth@cygnus.com>
15367         * alpha.md (return_internal): Allow after reload only.
15369 2000-01-30  Richard Henderson  <rth@cygnus.com>
15371         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15372         local frame size is zero.
15374 2000-01-30  Richard Henderson  <rth@cygnus.com>
15376         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15377         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15378         * alpha.md (return): Turn into an expander.
15379         (return_internal): Don't use $26.
15380         (epilogue): Emit the return insn.
15382 2000-01-30  Richard Henderson  <rth@cygnus.com>
15384         * alpha.md (negtf2, abstf2): Fix word order thinko.
15385         (extendsftf2): New.
15386         (trunctfsf2): Avoid intermediate rounding errors.
15388 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15390         * cppfiles.c (find_position): Drop 'colp' argument, return the
15391         new line base.
15392         (read_and_prescan): Adjust to match.  Don't ever manipulate
15393         line or line_base except via find_position.
15395 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15397         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15398         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15399         Regenerate.
15401 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15403         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15404         just print "<command line>".  If 'filename' is null or an
15405         empty string, print "<stdin>" for the filename.
15406         * cpplib.c (do_define): Don't print the 'location of the
15407         previous definition' message if we're still parsing the
15408         command line.
15409         (cpp_pedwarn_with_file_and_line): Always call
15410         cpp_file_line_for_message.
15412 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15414         * flow.c (mark_regs_live_at_end): Fix typo.
15416 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15418         * c-common.c: Adjust variable names, comments, help strings to c99.
15419         * c-lex.c: Likewise.
15420         * c-parse.y: Likewise.
15421         * c-tree.h: Likewise.
15422         * cccp.c: Likewise.
15423         * cpplib.h: Likewise.
15424         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15425         * cppinit.c: Likewise.
15427 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15429         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15430         * c4x.c: Define the optab rtx values.
15431         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15432         (c4x_emit_libcall): Use new optab rtx values.
15433         (c4x_emit_libcall3): Likewise.
15434         (c4x_emit_libcall_mulhi): Likewise.
15435         * c4x-protos.h: Add prototypes for optab rtx values and change
15436         prototypes for above c4x_emit_libcall functions.
15438 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15440         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15441         syntax is used.
15442         (c4x_function_prologue): Use regnames intead of float_reg_names when
15443         TI syntax is used.
15444         (c4x_function_epilogue): Likewise.
15445         (c4x_print_operand): Likewise.
15446         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15447         * c4x.md (set_high): Disable for TARGET_TI.
15449 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15451         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15452         of framepointer + constant to ADDR_REGS class.
15453         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15454         * c4x.c (std_or_reg_operand): New function.
15455         * c4x-protos.h (std_or_reg_operand): Prototype it.
15457 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15459         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15460                 object names as libgcc2.c.
15461         * libgcc.S: Use newly defined names.
15463 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15464         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15465         function.
15466         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15467         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15468         (FLOW_LOOP_LAST_BLOCK): Likewise.
15470 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15472         * basic-block.h (struct loop): New fields 'first' and 'last'.
15473         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15474         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15475         and loop->last to check for NOTE_INSN_LOOP_END.
15477 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15479         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15480         of the loop descriptor rather than HEADER and LATCH. Also added
15481         missing break statements as well making some coding style modifications
15482         as suggested by Michael Hayes.
15484 2000-01-28  Richard Henderson  <rth@cygnus.com>
15486         * flow.c (find_basic_blocks): Remove do_cleanup argument.
15487         Break out that code ...
15488         (cleanup_cfg): ... here.
15489         (commit_one_edge_insertion): Detect a return instruction being
15490         emitted to an edge.  Emit a barrier following; clear fallthru.
15491         (commit_edge_insertions): Verify CFG consistency.
15492         * function.c (expand_function_start): Kill unused variable.
15493         (expand_function_end): Likewise.
15494         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
15495         to insert the epilogue.
15497         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
15498         (delete_null_pointer_checks): Likewise.
15499         * output.h: Likewise.
15500         * reg-stack.c (reg_to_stack): Likewise.
15501         * toplev.c (rest_of_compilation): Likewise.  Run
15502         thread_prologue_and_epilogue_insns after rebuilding the CFG.
15504 2000-01-28  Richard Henderson  <rth@cygnus.com>
15506         * Makefile.in (flow.o): Revert 24 Jan change.
15507         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
15508         FUNCTION_VALUE result to DECL_RESULT's mode.
15510         * haifa-sched.c (schedule_insns): Don't recompute reg info
15511         after reload.
15513 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
15515         * configure.in: Make --enable-cpplib the default.
15516         * configure: Regenerate.
15517         * gcc.dg/990119-1.c: No longer expected to fail.
15519 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
15521         * jump.c (jump_optimize_1): Delete an optimization that is also done
15522         by merge_blocks in flow.
15524 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15526         * diagnostic.c (build_message_string, output_printf,
15527         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
15528         (build_location_prefix): Fix non-literal format string.
15530 2000-01-27  Richard Henderson  <rth@cygnus.com>
15532         * alpha.md (trunctfsf2): New.
15534 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
15536         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
15538 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15540         * cppinit.c (cpp_handle_option): Recognize C++ comments under
15541         -std=gnu89.
15542         * cpplib.c (skip_block_comment, skip_line_comment): Split code
15543         out of...
15544         (skip_comment) ... here.  Permit C++ comments in system
15545         headers always.  Warn about C++ comments in user code under
15546         -std=gnu89 -pedantic.
15547         (copy_comment): Use skip_comment.
15548         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
15549         return EOF.
15550         (consider_directive_while_skipping, do_else, do_endif): Call
15551         validate_else unconditionally.
15552         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
15553         text after the conditional in a system header.
15554         * cpplib.h (struct cpp_buffer): Add flag
15555         warned_cplusplus_comments.
15557 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15559         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
15560         Use unshare_all_rtl_1.
15561         (unshare_all_rtl_again): New function.
15562         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
15564         * function.c (purge_addressof_1): Use unshare_all_rtl_again
15565         rather than resetting the 'used' flags ourself.
15567         * toplev.c (rest_of_compilation): Add current_function_decl
15568         to the unshare_all_rtl call.
15569         * tree.h: Prototype unshare_all_rtl.
15570         * rtl.h: Prototype unshare_all_rtl_again here.
15572 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
15574         * genoutput.c (output_prologue): Include ggc.h in generated
15575         files.
15576         * Makefile.in (insn-output.o): Depends on ggc.h.
15578 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15579             Hans-Peter Nilsson  <hp@bitrange.com>
15581         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
15582         Remove redundant include of xm-ns32k.h.
15583         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
15584         Remove redundant include of xm-ns32k.h.
15585         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
15586         Remove redundant include of xm-ns32k.h.
15587         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
15589         * ns32k/ns32k.h: Update comment on multiply-add instructions.
15590         (TARGET_SWITCHES): Add documentation strings.
15591         (DWARF_FRAME_REGNUM): Override default definition.
15592         (REG_CLASS_CONTENTS): Add comments.
15593         (SUBSET_P): Format to reduce line length.
15594         (SMALL_REGISTER_CLASSES): Make a run time option.
15595         (GO_IF_NONINDEXED_ADDRESS): Reformat.
15596         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
15597         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
15598         (regclass_map): fix typo in comment.
15599         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
15600         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
15601         (trace, reg_or_mem_operand): Delete, unused function.
15602         (calc_address_cost): Small offsets are cheaper than large ones.
15603         (expand_block_move): Generate more efficient code when bytes is a
15604         known at compile time.
15605         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
15606         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
15607         instead of reg_or_mem_operand.
15609         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
15610         not general_operand.  Similarly use "=rm" or stricter, not "=g".
15611         For input operands, use stricter constraints than "g" if not
15612         general_operand.  Similarly use stricter predicate than
15613         "general_operand" when stricter constraints than "g" are present,
15614         except for matching constraints.
15615         (movstrsi): Use "memory_operand" for operands 0 and 1.
15616         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
15617         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
15618         not reg_or_mem_operand.
15619         (udivmoddisi4): Ditto.
15620         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
15621         Use nonimmediate_operand for operand 3, not register_operand.
15622         (udivmoddiqi4_internal): Use register_operand for operand 1, not
15623         reg_or_mem_operand.
15625 2000-01-27  Fred Fish  <fnf@be.com>
15627         * gthr-posix.h: Fix typo; compatibily -> compatibility.
15628         * gthr-single.h: Likewise.
15629         * gthr-solaris.h: Likewise.
15630         * gthr-vxworks.h: Likewise.
15631         * gthr-win32.h: Likewise.
15632         * gthr.h: Likewise.
15634 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15636         * cppinit.c: Add " (cpplib)" to end of string printed by
15637         -v / --version.
15639 2000-01-27  Richard Henderson  <rth@cygnus.com>
15641         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
15642         testing for a signed comparison.
15643         (alpha_emit_floatuns): New.
15644         * alpha-protos.h: Declare it.
15645         * alpha.md (floatunsdisf2, floatunsdidf2): New.
15646         (extendsfdf2): Tidy.
15648 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
15650         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
15651         no -g option specifying debugging format, default to -gstabs+.
15653 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
15655         * calls.c (special_function_p): New argument fork_or_exec.
15656         (expand_call): When profile_arc_flag is set and the function
15657         is in the fork_or_exec group, call __bb_fork_func first.
15658         * libgcc2.c, _bb module (__bb_fork_func): New function.
15659         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
15660         output file.
15661         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
15662         * tree.h (special_function_p): Update prototype.
15664 2000-01-26  Richard Henderson  <rth@cygnus.com>
15666         * alpha.c (alpha_split_tfmode_pair): New.
15667         * alpha-protos.h: Declare it.
15668         * alpha.md (abstf2, negtf2): New.
15669         (movtf insn): Add input G constraint.
15670         (movtf splitter): Use alpha_split_tfmode_pair.
15672 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15674         * i386/cygwin.h: PROTO -> PARAMS.
15676 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
15678         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
15679         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
15680         using _Qp_cmp/_Q_cmp and testing the return value.
15681         (print_operand): Call reverse_condition_maybe_unordered if
15682         we are handling CCFPmode or CCFPEmode.
15683         Handle ORDERED, UN* and LTGT comparisons.
15684         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
15685         if not TARGET_HARD_QUAD.
15686         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
15687         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
15688         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
15689         Adjust gen_b* calls so that they reflect return comparison of
15690         sparc_emit_float_lib_cmp.
15692 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15694         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
15695         incoming operands array is large enough for one more operand.
15696         (alpha_emit_xfloating_arith): Likewise.
15698 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15700         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
15701         file with one line and no trailing newline.
15702         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
15703         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
15704         checking if the match is on the line.
15705         * fixinc/gnu-regex.c: Provide regerror not __regerror.
15707 2000-01-25  Richard Henderson  <rth@cygnus.com>
15709         * sparc.c (output_cbranch): Fix accidental squashing of the
15710         fp branch pre-delay nop.
15712 2000-01-25  Richard Henderson  <rth@cygnus.com>
15714         * tree.def (UNNE_EXPR): Remove.
15715         * c-typeck.c (build_binary_op): Don't handle it.
15716         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
15718         * rtl.def (UNNE): Remove.
15719         (LTGT): Add.
15720         * jump.c (reverse_condition): Update accordingly.
15721         (swap_condition): Likewise.
15722         (comparison_dominates_p): Handle unordered comparisons.
15723         (reverse_condition_maybe_unordered): New.
15724         * rtl.h (reverse_condition_maybe_unordered): Declare.
15726         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
15727         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
15728         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
15729         * sparc.md (bltgt): New.
15731 2000-01-25  Nick Clifton  <nickc@redhat.com>
15733         * emit-rtl.c (emit_insn): Only check machine class insns for
15734         improper emission of a RETURN.
15736 2000-01-25  Richard Henderson  <rth@cygnus.com>
15738         * Makefile.in (flow.o): Depend on $(EXPR_H).
15739         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
15740         duplicate the structure of diddle_return_value for keeping regs live.
15742 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15744         * loop.c (current_loop_info): Delete.
15745         (consec_sets_invariant_p): Add loop argument, update callers.
15746         (get_condition_for_loop): Likewise.
15747         (count_nonfixed_reads, update_giv_derive): Likewise.
15748         (simplify_giv_expr, general_induction_var): Likewise.
15749         (consec_sets_giv, recombine_givs): Likewise.
15750         (move_movables): Delete loop_start and loop_end arguments,
15751         add loop argument, and update callers.
15752         (find_mem_givs, check_final_value): Likewise.
15753         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
15754         (loop_invariant_p): Rename from invariant_p, add loop argument, and
15755         update callers.
15756         (basic_induction_var): Add loop argument, delete loop_level argument,
15757         and update callers.
15758         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
15759         add loop argument, and update callers.
15760         (find_splittable_regs, find_splittable_givs): Likewise.
15761         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
15762         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
15763         (biv_total_increment): Delete loop_start and loop_end arguments;
15764         update callers.
15765         (precondition_loop_p): Delete loop_start and loop_info arguments;
15766         update callers.
15767         * loop.h (get_condition_for_loop): Add loop argument.
15768         (biv_total_increment): Delete loop_start and loop_end arguments.
15769         (precondition_loop_p): Delete loop_start and loop_info arguments;
15770         add loop argument.
15771         (final_biv_value): Delete loop_start and loop_end arguments;
15772         add loop argument.
15773         (final_giv_value, back_branch_in_range_p): Likewise.
15775 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15777         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
15779 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
15781         * Makefile.in (c-gperf.h) : Change the "See" pointer to
15782         point to the new "generated_files" doc.
15784 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15786         * config/fp-bit.c (_unord_f2): Fix typo.
15788 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15790         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
15791         c-typeck.c, objc/objc-act.c: Remove all references to obstack
15792         functions obsoleted by GC, such as push_obstacks_nochange,
15793         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
15794         and code which existed only to decide whether or not to call
15795         them.  Remove now-unused NESTED argument from start_function;
15796         all callers changed.  Do not change behavior based on ggc_p.
15797         The use of the ixp_obstack in c-iterate.c and the util_obstack
15798         in objc/objc-act.c remain; these are not obsoleted by garbage
15799         collection.
15800         * c-tree.h: Update prototype for start_function.
15802         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
15804 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
15806         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
15807         mips16.
15809 2000-01-25  Richard Henderson  <rth@cygnus.com>
15811         * sparc-protos.h (select_cc_mode): Declare.
15812         * sparc.c (select_cc_mode): New.  Handle unordered compares.
15813         (output_cbranch): Always reverse via code change.  Handle
15814         unordered compares.  Factor tests and string updates.
15815         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
15816         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
15817         * sparc.md (bunordered, bordered): New.
15818         (bungt, bunlt, buneq, bunge, bunle): New.
15820 2000-01-25  Richard Henderson  <rth@cygnus.com>
15822         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
15823         * ggc-common.c (ggc_add_rtx_varray_root): New.
15824         (ggc_mark_rtx_varray): New.
15825         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
15826         functions down below ggc_mark_foo.
15827         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
15829 2000-01-25  Richard Henderson  <rth@cygnus.com>
15831         * alpha.c (secondary_reload_class): Don't allocate a secondary
15832         for integral mode memories into FLOAT_REGS.  Rearrange the more
15833         complicated memory expression inward.
15835 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
15837         * inclhack.def: Fixes to play nicer with FreeBSD, and
15838         corrections to comments.
15839         (cxx_unready): Add select expression.
15840         (irix_sockaddr): Add bypass expression.
15841         (machine_ansi_h_va_list): New fix.
15842         (stdio_va_list): No need to edit _BSD_VA_LIST_.
15843         Split out addition of "#include <stdarg.h>" to...
15844         (stdio_stdarg_h): ... here.
15845         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
15846         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
15847         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
15848         size_t.
15849         (ultrix_ifdef): Tighten up select expression.
15851         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
15852         re_ct and max_mach to avoid use of shell.  Make printed names
15853         match names in inclhack.def.  Use static copyright date.
15854         Don't count c_test and test expressions as requiring regex_t
15855         slots.  Add some commentary.
15856         * inclhack.tpl: Do not include the 'This script contains N
15857         fixup scripts' line if PROGRAM is defined.  Use static
15858         copyright date.
15860 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15862         * dwarf2out.c: include "varray.h", not dyn-string.h.
15863         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
15864         (addr_const_to_string, addr_to_string): Lose.
15865         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
15866         (struct dw_val_struct): val_addr is now an rtx.
15867         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
15868         (used_rtx_varray): New varray.
15869         (dwarf2out_init): Initialize it.
15870         (save_rtx): New fn.
15871         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
15872         addr_to_string.
15873         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
15874         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
15875         * Makefile.in (dwarf2out.o): Update dependencies.
15877 2000-01-24  Richard Henderson  <rth@cygnus.com>
15879         * i386.c (i386_dwarf_output_addr_const): New.
15880         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
15882         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
15883         if defined.
15884         * dwarfout.c (output_mem_loc_descriptor): Likewise.
15885         * i386.c (i386_simplify_dwarf_addr): New.
15886         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
15888 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
15890         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
15891         TYPE_STUB_DECL is NULL.
15893 2000-01-24  Richard Henderson  <rth@cygnus.com>
15895         * builtins.c (expand_tree_builtin): Move ...
15896         * c-common.c (expand_tree_builtin): ... here.
15898 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15900         * loop.h (LOOP_INFO): New accessor macro.
15901         * basic-block.h (struct loop): Rename field `info' to `aux'.
15902         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
15903         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
15904         * unroll.c (loop_iterations, unroll_loop): Likewise.
15906 2000-01-24  Christopher Faylor <cgf@cygnus.com>
15908         * config/i386/t-cygwin: Accomodate new winsup directory layout
15909         when searching for include files.
15911 2000-01-24  Richard Henderson  <rth@cygnus.com>
15913         * rtl.def: Add unordered fp comparisions.
15914         * tree.def: Likewise.
15915         * tree.h: Add ISO C 9x unordered fp comparision builtins.
15917         * builtins.c (expand_tree_builtin): New function.
15918         * c-typeck.c (build_function_call): Use it.
15919         (build_binary_op): Support unordered compares.
15920         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
15922         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
15923         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
15924         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
15925         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
15926         * jump.c (reverse_condition): Don't abort for UNLE etc, but
15927         return UNKNOWN.
15928         (swap_condition): Handle unordered compares.
15929         (thread_jumps): Check can_reverse before reversing.
15930         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
15931         reversed for FP.
15933         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
15934         setcc is present before acking for cmp_optab.  Update all callers.
15935         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
15936         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
15937         * expr.c (expand_expr): Likewise.  Support unordered compares.
15938         (do_jump, do_store_flag): Likewise.
15939         * expr.h (enum libfunc_index): Add unordered compares.
15941         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
15942         (DPBIT_FUNCS): Add _unord_df.
15943         * config/fp-bit.c (_unord_f2): New.
15944         * fp-test.c (main): Try unordered compare builtins.
15946         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
15947         * alpha.c (alpha_comparison_operator): Check mode properly.
15948         (alpha_swapped_comparison_operator): Likewise.
15949         (signed_comparison_operator): Likewise.
15950         (alpha_fp_comparison_operator): New.
15951         (alpha_emit_conditional_branch): Handle unordered compares.
15952         * alpha.h (PREDICATE_CODES): Update.
15953         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
15954         (bunordered, bordered): New.
15956 2000-01-24  Richard Henderson  <rth@cygnus.com>
15958         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
15959         * alpha.md (movtf): New expander, insn, and splitter.
15961 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
15963         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15964         dead registers.
15966 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
15968         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
15969         (FIXED_REGISTERS, CALL_USED_REGISTERS,
15970          REG_ALLOC_ORDER): Add frame pointer
15971         (FRAME_POINTER_REGNUM): Set to 20
15972         (HARD_FRAME_POINTER_REGNUM): New macro.
15973         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
15974         to HARD_FRAME_POINTER.
15975         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
15976         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
15977         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
15978         (HI_REGISTER_NAMES): Add "frame".
15979         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
15980         (debug_reg): Handle FRAME_POINTER_REGNUM.
15981         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
15982         GENERAL_REGS and INDEX_REGS.
15983         * i386.c (SAVED_REGS_FIRST): new macro.
15984         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
15985         (ix86_decompose_address, memory_address_length): Likewise.
15986         (regclass_map): Add frame pointer.
15987         (call_insn_operand): Handle frame_pointer_rtx.
15988         (reg_no_sp_operand): Likewise.
15989         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
15990         (print_operand, legitimize_pic_address): Fix formating.
15991         (ix86_compute_frame_size): Make static, update prototype, new
15992         parameters padding1, padding2, use ix86_nsaved_regs, use
15993         stack_alignment_needed.
15994         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
15995         to HARD_FRAME_POINTER_REGNUM conversions.
15996         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
15997         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
15998         (print_reg): Abort on FRAME_POINTER_REGNUM
16000 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16002         * i386.h (PREDICATE_CODES): Add aligned_operand.
16003         * i386.c (aligned_operand): New function.
16004         (ix86_aligned_p): Kill.
16005         * i386.md (movhi_1): Emit mov for aligned operands.
16006         (promoting peep2s): Use aligned_operand.
16008 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16010         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16011         expression to allow underscores in macro names.
16012         (fix_char_macro_defines): Increment scanning pointer.
16014 2000-01-23  Richard Henderson  <rth@cygnus.com>
16016         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16017         * alpha/osf5.h: New file.
16018         * configure.in (alpha-*-osf5): Add it to tm_file.
16020         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16022         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16023         (alpha_emit_xfloating_cvt, function_arg): Declare.
16024         * alpha.c (alpha_emit_conditional_branch): Call
16025         alpha_emit_xfloating_compare for TFmode compares.
16026         (alpha_lookup_xfloating_lib_func): New.
16027         (alpha_compute_xfloating_mode_arg): New.
16028         (alpha_emit_xfloating_libcall): New.
16029         (alpha_emit_xfloating_arith): New.
16030         (alpha_emit_xfloating_compare): New.
16031         (alpha_emit_xfloating_cvt): New.
16032         (print_operand): Add default abort case.
16033         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16034         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16035         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16036         (RETURN_IN_MEMORY): True for TF/TCmode.
16037         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16038         (FUNCTION_ARG): Move to function_arg.
16039         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16040         (ASM_OUTPUT_LONG_DOUBLE): New.
16041         (ASM_OUTPUT_DOUBLE): Always output bits.
16042         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16043         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16044         (extenddftf2, trunctfdf2): New.
16046 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16048         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16049         * config/sparc/sol2.h: ... here.
16051 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16053         * basic-block.h (struct loops): New field `levels'.
16054         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16055         (flow_loop_level_compute): Initialise level to 1.
16056         (flow_loops_find): Set loops->levels.
16057         (flow_loops_dump): Print loops->levels.
16059 2000-01-23  Richard Henderson  <rth@cygnus.com>
16061         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16062         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16064 2000-01-23  Richard Henderson  <rth@cygnus.com>
16066         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16067         * i386.h (DBX_REGISTER_NUMBER): Use them.
16068         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16069         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16070         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16071         * i386/sequent.h: Kill incorrect comment.
16073 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16075         * ggc-page.c (struct page_entry): Make `context_depth' an
16076         `unsigned short'.
16077         (struct globals): Likewise.
16079 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16081         * loop.c (check_dbra_loop): When checking a loop for
16082         reversability, check the source of any stores to ensure
16083         they don't depend on an initial value.
16085 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16087         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16089 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16091         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16092         'pz_scan' into scope of entire function.  Only affects
16093         compiles with -DDEBUG.
16095 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16097         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16098         section naming to that prior to 2000-01-07 patch.
16099         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16100         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16101         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16102         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16103         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16105 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16107         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16108         constant.
16110 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16112         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16113         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16115 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16117         * cpphash.c (change_newlines): Delete function.
16118         (struct argdata): Delete 'newlines' and 'use_count' fields.
16119         (macroexpand): Remove code referencing those fields.
16121 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16123         * loop.c (loops_info): New variable.
16124         (loop_optimize): Allocate loops->array and free it on exit.
16125         Allocate memory for loops_info and assign to each loop,
16126         replacing alloca.
16127         (find_and_verify_loops): Do not allocate loops->array.
16129 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16131         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16133 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16135         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16136         pseudos if expanded after first flow.
16137         (movdi_pic_label_ref): Likewise.
16139 2000-01-20  Richard Henderson  <rth@cygnus.com>
16141         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16143 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16145         * Makefile.in (fixinc.sh): Depend on specs.
16146         * fixinc/Makefile.in: Add rule to create machname.h.
16147         (fixlib.o): Depend on machname.h.
16148         * fixinc/fixtests.c (machine_name): New test.
16149         * fixinc/fixfixes.c (machine_name): New fix.
16150         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16151         the machine_name test and fix.
16152         * fixinc/fixlib.h: Prototype it.
16153         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16154         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16156         * gcc.c (do_spec_1) [case P]: Take care not to create
16157         identifiers with three leading or trailing underscores.
16159         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16160         (fixincl): Don't specify libraries twice on link line.
16161         (gnu-regex.o): Remove special rule.
16162         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16163         defined by config.h.  Do not define _REGEX_RE_COMP.
16164         (regcomp): Allocate and initialize a fastmap.
16165         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16167 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16169         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16171 2000-01-19  Richard Henderson  <rth@cygnus.com>
16173         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16174         arguments with BB.  Update all callers.  Tidy line wrapping.
16176 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16178         * emit-rtl.c (try_split): Return last_insn if we split the
16179         last_insn.
16181 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16183         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16184         (ix86_initial_elimination_offset): Declare.
16185         * i386.c (ix86_nsaved_regs): Break out from ...
16186         (ix86_can_use_return_insn_p): ... here.
16187         (ix86_emit_save_regs): Break out from ...
16188         (ix86_expand_prologue): ... here.
16189         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16190         out from ...
16191         (ix86_expand_epilogue): ... here.
16192         (ix86_compute_frame_size): Make static, add prototype.
16193         (ix86_initial_elimination_offset): Break out from ...
16194         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16196 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16198         * recog.h (OUT_FCN): Delete.
16200         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16202 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16204         * cppalloc.c: PROTO -> PARAMS.
16205         * cpperror.c: Likewise.
16206         * cppfiles.c: Likewise.
16207         * cpplib.c: Likewise.
16208         * cpplib.h: Likewise.
16210         * config/arm/arm-protos.h: PROTO -> PARAMS.
16211         * config/arm/arm.c: Likewise.
16212         * config/c4x/c4x.c: Likewise.
16213         * config/fr30/fr30-protos.h: Likewise.
16214         * config/nextstep.c: Likewise.
16215         * config/pa/pa.c: Likewise.
16216         * config/pj/pj.c: Likewise.
16217         * config/rs6000/rs6000.c: Likewise.
16218         * config/v850/v850-protos.h: Likewise.
16219         * config/v850/v850.c: Likewise.
16221 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16223         * i370-protos.h: New file.
16225         * i370.c: Include tm_p.h.  Fix compile time warnings.
16227         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16228         warnings.
16230         * i370.md: Likewise.
16232 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16234         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16235         (target_isinf, target_isnan, eisnan): Mark parameter with
16236         ATTRIBUTE_UNUSED.
16237         (eiisinf): Wrap in INFINITY.
16238         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16239         (ibmtoe): Remove unused variable `rndsav'.
16241 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16243         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16244         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16246 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16248         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16249         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16250         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16252         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16253         Recognize Emacs mode markers also.
16254         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16255         C++ comments in C++ headers.  Call is_cxx_header only if
16256         necessary.
16258         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16259         bypass for ncurses.
16260         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16261         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16262         ... these, which use the new C fixes.
16263         (math_exception): Escape literal '+' in bypass expression.
16265         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16266         Regenerate.
16268 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16270         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16271         inside the MEM.
16273 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16275         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16276         prior to calling scan_loop.
16278 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16280         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16281         (split_branches, calc_live_regs): Likewise.
16283 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16285         * sh.md (fpu_single, fp_mode): New attributes.
16287 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16289         * loop.c (current_loop_info): Renamed from loop_info_data
16290         and changed to a pointer.
16291         (loop_optimize): Allocate loop_info structure for each loop
16292         and initialise to zero.
16293         (scan_loop): Set current_loop_info.
16295         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16296         on iteration_var.
16298 2000-01-19  Richard Henderson  <rth@cygnus.com>
16300         * stupid.c: Die die die.
16301         * Makefile.in (OBJS): Remove stupid.o.
16302         (stupid.o): Likewise.
16304         * except.c (emit_eh_context): Don't emit USEs for stupid.
16305         * explow.c (probe_stack_range): Likewise.
16306         * flags.h (obey_regdecls): Remove.
16307         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16308         when not optimizing.
16309         (life_analysis): Limit data collection when not optimizing.
16310         (mark_regs_live_at_end): Always mark the return value registers.
16311         (mark_used_regs): Remove dummy RETURN case.
16312         (print_rtl_with_bb): Don't consult obey_regdecls.
16313         * function.c (use_variable, use_variable_after): Remove.
16314         (assign_parms): Consult optimize not obey_regdecls.
16315         (expand_function_start): Don't emit USEs for stupid.
16316         (expand_function_end): Likewise.
16317         * global.c (build_insn_chain): Export.
16318         * integrate.c (expand_inline_function): Kill return-value USE
16319         handling code.
16320         * jump.c (jump_optimize_1): Do simple jump optimizations and
16321         dead code elimination.
16322         (calculate_can_reach_end): Remove check_deleted argument.
16323         (delete_insn): Patch out insns even when not optimizing.
16324         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16325         * rtl.h (use_variable, use_variable_after): Remove declarations.
16326         (build_insn_chain): Declare.
16327         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16328         (expand_end_bindings): Likewise.
16329         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16330         * toplev.c (obey_regdecls): Remove.
16331         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16332         flow1, local-alloc, and reload.
16333         (main): Don't set obey_regdecls.
16335         * config/nextstep.c (handle_pragma): Likewise.
16337         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16339         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16341 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16343         * alpha-protos.h: PROTO -> PARAMS.
16344         * alpha.c: Likewise.
16345         * elf.h: Likewise.
16346         * h8300.c: Likewise.
16347         * i386-protos.h: Likewise.
16348         * i386.c: Likewise.
16349         * m32r-protos.h: Likewise.
16350         * m32r.c: Likewise.
16351         * mips.c: Likewise.
16352         * mips.md: Likewise.
16353         * gmon-sol2.c: Likewise.
16354         * sparc.c: Likewise.
16356 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16358         * ns32k-protos.h: New file.
16360         * ns32k.c: Fix compile time warnings.
16362         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16363         warnings.
16365         * ns32k.md: Likewise.
16367 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16369         * vax-protos.h: New file.
16371         * vax.c: Fix compile time warnings.
16373         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16374         warnings.
16376         * vax.md: Likewise.
16378         * vaxv.md: Likewise.
16380 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16382         * romp-protos.h: New file.
16384         * romp.c: Fix compile time warnings.
16386         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16387         warnings.
16389         * romp.md: Likewise.
16391 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16393         * we32k-protos.h: New file.
16395         * we32k.c: Fix compile time warnings.
16397         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16398         warnings.
16400 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16402         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16404         * except.c (eh_regs): Likewise.
16406         * final.c (output_operand): Likewise.
16408         * fold-const.c (target_isinf, target_isnan): Likewise.
16410 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16412         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16413         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16415         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16416         when optimize_size.
16417         (clrstrsi): Rewrite.
16418         (strsethi, strsetqi): New expanders.
16419         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16420         (cmpstrsi): Emit compare insn before cmpstrsi_1
16421         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16422         (strlensi_1): Likewise.
16423         (cmpstrsi_1): Likewise; do not output compare.
16424         (strlen expander): Do not unroll when optimizing for size.
16425         (*subsi3_carry): Rename to subsi3_carry
16426         (addqi3_cc): New pattern.
16427         * i386.h (processor_costs): Add move_ratio field.
16428         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16429         * i386.c (*_cost): Set move_ratio.
16430         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16431         (x86_expand_strlensi_1): Rewrite the main loop.
16433 2000-01-17  Richard Henderson  <rth@cygnus.com>
16435         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16436         * cse.c (find_comparison_args, fold_rtx): Likewise.
16437         * integrate.c (subst_constants): Likewise.
16438         * loop.c (get_condition): Likewise.
16440         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16442         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16444 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16446         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16447         (RESTORE_WARN_FLAGS): Unpack it.
16448         Change semantic type of extension to ttype.
16449         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16450         * c-parse.y, c-parse.c, objc/objc-parse.y,
16451         objc/objc-parse.c: Regenerate.
16453 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16455         * fixinc/fixlib.c: Add copyright notice.
16456         (compile_re): New function.
16457         * fixinc/fixlib.h: Prototype compile_re.
16459         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16460         Use compile_re to compile regular expressions.
16462         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16463         where the pattern matched.
16465         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16466         use 'replace'.
16467         (ultrix_ansi_compat): Likewise.
16468         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16469         add egrep test.
16470         (interactv_add2, interactv_add3): Delete.
16471         (x11_sprintf): Don't use filename glob.
16472         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16473         Regenerate.
16475 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16477         * print-rtl.c: PROTO -> PARAMS.
16478         * real.c: Likewise.
16479         * reg-stack.c: Likewise.
16480         * resource.c: Likewise.
16481         * sdbout.h: Likewise.
16482         * simplify-rtx.c: Likewise.
16483         * stor-layout.c: Likewise.
16484         * stupid.c: Likewise.
16485         * xcoffout.c: Likewise.
16486         * xcoffout.h: Likewise.
16488 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16490         * toplev.c: PROTO -> PARAMS.
16491         * toplev.h: Likewise.
16492         * tree.c: Likewise.
16493         * tree.h: Likewise.
16494         * unroll.c: Likewise.
16495         * varasm.c: Likewise.
16496         * varray.c: Likewise.
16497         * varray.h: Likewise.
16499 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16501         * reload.c: PROTO -> PARAMS.
16502         * reload.h: Likewise.
16503         * reload1.c: Likewise.
16504         * reorg.c: Likewise.
16505         * resource.h: Likewise.
16506         * rtl.c: Likewise.
16507         * rtl.h: Likewise.
16508         * rtlanal.c: Likewise.
16509         * sbitmap.h: Likewise.
16510         * sdbout.c: Likewise.
16511         * stack.h: Likewise.
16512         * stmt.c: Likewise.
16513         * system.h: Likewise.
16515 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16517         * machmode.h: PROTO -> PARAMS.
16518         * mbchar.h: Likewise.
16519         * mips-tdump.c: Likewise.
16520         * mips-tfile.c: Likewise.
16521         * optabs.c: Likewise.
16522         * output.h: Likewise.
16523         * prefix.c: Likewise.
16524         * profile.c: Likewise.
16525         * protoize.c: Likewise.
16526         * real.h: Likewise.
16527         * recog.c: Likewise.
16528         * recog.h: Likewise.
16529         * regclass.c: Likewise.
16530         * regmove.c: Likewise.
16531         * regs.h: Likewise.
16533 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16535         * ggc-common.c: PROTO -> PARAMS.
16536         * ggc-page.c: Likewise.
16537         * ggc-simple.c: Likewise.
16538         * ggc.h: Likewise.
16539         * global.c: Likewise.
16540         * graph.c: Likewise.
16541         * gthr-win32.h: Likewise.
16542         * haifa-sched.c: Likewise.
16543         * halfpic.h: Likewise.
16544         * integrate.c: Likewise.
16545         * integrate.h: Likewise.
16546         * jump.c: Likewise.
16547         * lcm.c: Likewise.
16548         * local-alloc.c: Likewise.
16549         * loop.c: Likewise.
16550         * loop.h: Likewise.
16552 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16554         * genattr.c: PROTO -> PARAMS.
16555         * genattrtab.c: Likewise.
16556         * gencheck.c: Likewise.
16557         * gencodes.c: Likewise.
16558         * genconfig.c: Likewise.
16559         * genemit.c: Likewise.
16560         * genextract.c: Likewise.
16561         * genflags.c: Likewise.
16562         * gengenrtl.c: Likewise.
16563         * genopinit.c: Likewise.
16564         * genoutput.c: Likewise.
16565         * genpeep.c: Likewise.
16566         * genrecog.c: Likewise.
16568 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
16570         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
16572 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16574         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
16575         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
16576         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
16577         * configure, config.in: Rebuilt.
16579 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
16581         * config/i386/i386.md: Add peephole to merge successive stack
16582         adjusts.
16584 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
16586         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
16587         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
16588         when walking backwards to find all the parameter loads when
16589         the basic block ends in a call.
16591 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16593         * loop.c (this_loop_info): Delete.
16594         (uid_loop): Add in place of uid_loop_num.  All uses updated.
16595         (loop_number_exit_count): Delete and replace with entry in loop
16596         structure.  All uses updated.
16597         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16598         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16599         (loop_outer_loop): Likewise.
16600         (loop_invalid, loop_number_exit_labels): Likewise.
16601         (loop_used_count_register): Delete and replace with entry in
16602         loop_info structure.
16603         (find_and_verify_loops): Add loops argument.
16604         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
16605         loop_end, etc. arguments with loop structure pointer.  All callers
16606         changed.
16607         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
16608         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
16609         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
16610         (insert_bct): Likewise.
16611         (basic_induction_var): New argument level.
16612         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
16613         vtop, and cont.  Add used_count_register.
16614         (uid_loop): Delete declaration.
16615         (loop_number_exit_count): Likewise.
16616         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
16617         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
16618         (loop_outer_loop, loop_used_count_register): Likewise.
16619         (loop_invalid, loop_number_exit_labels): Likewise.
16620         (unroll_loop): Replace loop_start and loop_end arguments
16621         with loop structure pointer.
16622         (loop_precondition_p, loop_iterations): Likewise.
16623         Include basic-block.h.
16624         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
16625         with loop structure pointer.
16626         (loop_precondition_p, loop_iterations): Likewise.
16627         * basic-block.h (struct loop): New entries vtop, cont,
16628         cont_dominator, start, end, top, scan_start, exit_labels,
16629         exit_count.
16630         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
16632 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16634         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
16636 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
16638         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
16640 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16642         * pdp11-protos.h: New file.
16644         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
16645         time warnings.
16647         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
16648         warnings.
16650         * pdp11.md: Likewise.
16652         * 2bsd.h: Likewise.
16654 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16656         * mn10300-protos.h: New file.
16658         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16659         time warnings.
16661         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
16662         warnings.
16664         * mn10300.md: Likewise.
16666 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16668         * mn10200-protos.h: New file.
16670         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
16671         time warnings.
16673         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
16674         warnings.
16676         * mn10200.md: Likewise.
16678 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16680         * h8300-protos.h: New file.
16682         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
16683         time warnings.
16685         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
16686         warnings.
16688         * h8300.md: Likewise.
16690 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16692         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
16693         (asm_emit_uninitialised): Likewise.
16695 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
16697         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
16698         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
16700 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16702         * config/mips/mips.c (override_options): Don't turn on extra
16703         alignment for mips16.
16705 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16707         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
16708         eabi, and make sure queued POSTINCREMENT rtl is emitted at
16709         the right point.
16711 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16713         * builtins.c (PAD_VARARGS_DOWN): Define.
16714         (std_expand_builtin_va_arg): Use the above macro.
16715         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
16716         * tm.texi (Register Arguments): Document the above macro.
16718 2000-01-14  Nick Clifton  <nickc@cygnus.com>
16720         * emit-rtl.c (emit_insn): If checking is enabled, make sure
16721         that this function has not been used to emit a jump
16722         instruction.
16724         * jump.c (return_jump_1): Cope with being passed a null rtx.
16726 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16728         * eh-common.h: PROTO -> PARAMS.
16729         * emit-rtl.c: Likewise.
16730         * errors.c: Likewise.
16731         * errors.h: Likewise.
16732         * except.c: Likewise.
16733         * except.h: Likewise.
16734         * explow.c: Likewise.
16735         * expmed.c: Likewise.
16736         * expr.c: Likewise.
16737         * expr.h: Likewise.
16738         * final.c: Likewise.
16739         * fix-header.c: Likewise.
16740         * flow.c: Likewise.
16741         * fold-const.c: Likewise.
16742         * function.c: Likewise.
16743         * function.h: Likewise.
16744         * gcc.c: Likewise.
16745         * gcov-io.h: Likewise.
16746         * gcov.c: Likewise.
16747         * gcse.c: Likewise.
16749 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16751         * sh-protos.h: New file.
16753         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
16754         Add static prototypes.  Fix compile time warnings.
16756         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
16757         * sh.md: Likewise.
16758         * elf.h: Likewise.
16760 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16762         * arc-protos.h: New file.
16764         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
16765         time warnings.
16767         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
16768         warnings.
16770         * arc.md: Likewise.
16772 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16774         * dsp16xx-protos.h: New file.
16776         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
16777         time warnings.
16779         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
16780         warnings.
16782         * dsp16xx.md: Likewise.
16784 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16786         * convex-protos.h: New file.
16788         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
16789         time warnings.
16791         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
16792         warnings.
16794 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16796         * elxsi-protos.h: New file.
16798         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
16799         time warnings.
16801         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
16802         warnings.
16804         * elxsi.md: Likewise.
16806 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
16808         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
16809         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
16810         match the comment for MIPS16.
16812 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
16814         * flow.c (split_edge): Do not call set_block_for_insn if we
16815         do not have a basic_block_for_insn structure.
16817         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
16818         and destination functions are 32bit aligned within the trampoline.
16819         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
16820         (TRAMPOLINE_ALIGNMENT): Define.
16822         * cse.c (cse_insn): When changing (set (pc) (reg)) to
16823         (set (pc) (label_ref)), verify the change creates a valid insn.
16825         * fr30.c (call_operand): Tighten and rework to match rules for
16826         call RTL expressions.
16827         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
16828         * fr30.md (call patterns): Improve constraints.
16830 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
16832         * fr30.c (fr30_expand_epilogue): Revert last change.
16833         Use emit_jump_insn for the return insn.
16835 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
16836                           Stan Cox  <scox@cygnus.com>
16838         * predict.c: New file. Preliminary infrastructure work for static
16839         branch prediction and basic block reordering.
16840         * basic-block.h: Add prototype for estimate_probability.
16841         * Makefile.in: Add rules for predict.o.
16843 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
16845         * fixincludes (va_list): Use __not_va_list__ for the dummy.
16846         * fixinc/*: Likewise.
16848 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16850         * cccp.c: PROTO -> PARAMS.
16851         * cexp.y: Likewise.
16852         * collect2.c: Likewise.
16853         * combine.c: Likewise.
16854         * convert.h: Likewise.
16855         * cse.c: Likewise.
16856         * dbxout.c: Likewise.
16857         * dbxout.h: Likewise.
16858         * diagnostic.c: Likewise.
16859         * doprint.c: Likewise.
16860         * dwarf2out.c: Likewise.
16861         * dwarf2out.h: Likewise.
16862         * dwarfout.c: Likewise.
16863         * dwarfout.h: Likewise.
16864         * dyn-string.h: Likewise.
16866 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16868         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
16869         macro conditionals guarding use.
16871         * dwarf2out.c: Include "tm_p.h".
16873         * function.c (locate_and_pad_parm): Mark parameter with
16874         ATTRIBUTE_UNUSED.
16875         (expand_function_end): Likewise for variable `context'.
16877         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
16879 2000-01-13  Nick Clifton  <nickc@cygnus.com>
16881         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
16882         register to prevent compile time warnings.
16884 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
16886         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
16887         to avoid -Wtraditional warning.
16889 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16891         * 1750a-protos.h: New file.
16893         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
16894         time warnings.
16896         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
16897         warnings.
16899         * 1750a.md: Likewise.
16901 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16903         * a29k-protos.h: New file.
16905         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
16906         time warnings.
16908         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
16909         warnings.
16911 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16913         * clipper-protos.h: New file.
16915         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
16916         time warnings.
16918         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
16919         warnings.
16921 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16923         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
16925 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
16927         * configure.in (--enable-new-gxx-abi): New option.
16928         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
16929         * Makefile.in (GXX_ABI_FLAG): New variable.
16930         * configure: Regenerate.
16932 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16934         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
16935         * tm.texi (FORCE_STRUCT_BLK): Document.
16936         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
16938 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
16940         * config/ns32k/ns32k.md: Revert Jan 9 change.
16942         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
16943         to a mode-test, if the predicate is address_operand.
16945 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
16947         * combine.c (if_then_else_cond): Be careful about what kinds
16948         of RTL expressions are passed to operand_subword.
16950         * flow.c (split_edge): If we have to insert a new jump, make
16951         sure to associate it with a basic block.
16953         * flow.c (commit_one_edge_insertion): A block with one successor
16954         can end in a JUMP_INSN that is not a simplejump.
16956 2000-01-12  Robert Lipe  <robertl@sco.com>
16958         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
16959         (BUILD_VA_LIST_TYPE): Define.
16960         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
16961         with crtstuff.c.
16963 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
16965         * cccp.c (do_pragma): Add cast to (char *).
16967 2000-01-12  Richard Henderson  <rth@cygnus.com>
16968             Fred Fish  <fnf@be.com>
16969             Jason Merrill  <jason@cygnus.com>
16971         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
16972         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
16973         * i386/beos-elf.h, i386/beos-pe.h: New files.
16975         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
16976         * cross-make (SYSTEM_HEADER_DIR): Define using
16977         CROSS_SYSTEM_HEADER_DIR.
16979         * gcc.c (LIBRARY_PATH_ENV): Provide default.
16980         (process_command): Use it.
16981         (main): Likewise.  Kill trailing = from env vars.
16982         (build_search_list): Put it back.
16983         * collect2.c (main): Use LIBRARY_PATH_ENV.
16985         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
16986         * toplev.c: Use NEED_DECLARATION_ENVIRON.
16988         * tm.texi (Frame Layout): Document SMALL_STACK.
16989         * c-common.c (c_common_nodes_and_builtins): Check it.
16991         * system.h: Undef alloca after including glibc's <stdlib.h>,
16992         if USE_C_ALLOCA is defined.
16994         * gcc.c (set_input): New fn.
16995         (main): After all input files are compiled, reset the input file
16996         info to the first.
16998         * aclocal.m4 (rindex, index): If already defined, don't attempt
16999         to redefine.
17001         * ginclude/varargs.h: (__va_list__): Define ifndef.
17002         * ginclude/stdarg.h: Likewise.
17004         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17005         instead of unsigned char.
17007         * hash.h (true, false, boolean): Undef before enum.
17009         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17010         proper type of "HOST_WIDE_INT *", rather than their natural type of
17011         "unsigned HOST_WIDE_INT *".
17013 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17015         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17017         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17019         * regclass.c (choose_hard_reg_mode): Likewise.
17021         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17023         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17025 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17027         * c-common.c: PROTO -> PARAMS.
17028         * c-common.h: Likewise.
17029         * c-decl.c: Likewise.
17030         * c-iterate.c: Likewise.
17031         * c-lang.c: Likewise.
17032         * c-lex.c: Likewise.
17033         * c-lex.h: Likewise.
17034         * c-parse.in: Likewise.
17035         * c-pragma.c: Likewise.
17036         * c-pragma.h: Likewise.
17037         * c-tree.h: Likewise.
17038         * c-typeck.c: Likewise.
17039         * objc/objc-act.c: Likewise.
17040         * objc/objc-act.h: Likewise.
17042 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17044         * m88k-protos.h: New file.
17046         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17047         time warnings.
17049         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17051         * m88k.md: Likewise.
17053         * tekXD88.h: Likewise.
17055 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17057         * m68k-protos.h: New file.
17059         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17060         time warnings.
17062         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17064         * mot3300.h: Likewise.
17066 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17068         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17069         extract_bitlst.
17070         (extract_bitlist): Declare bitlen.
17072 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17074         * cccp.c: Accept and ignore -lang-fortran.
17076         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17077         qualifiers don't match at any level of pointerness.
17079 2000-01-12  Robert Lipe  <robertl@sco.com>
17081         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17083 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17085         * reload1.c (reload_reg_unavailable): New static variable.
17086         (reload_reg_free_p): Test it.
17087         (reload_reg_free_for_value_p): Test it instead of
17088         reload_reg_used.
17089         (choose_reload_regs_init): Compute it.
17091 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17093         * reorg.c (fill_slots_from_thread): Check modified_in_p
17094         before replacing.
17096 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17098         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17099         these nodes even if INTERNALS is not set.
17101 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17103         * gcse.c (delete_null_pointer_checks_1): Cope when
17104         get_condition cannot determine the condition.
17106 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17108         * toplev.h (set_message_length): Declare.
17110         * diagnostic.c (obstack_chunk_alloc): Define macro.
17111         (obstack_chunk_free): Likewise.
17112         (struct output_buffer): New data structure.
17113         (vmessage): Remove.
17114         (output_maximum_width): New variable.
17115         (doing_line_wrapping, set_message_length, init_output_buffer,
17116         get_output_prefix, output_space_left, emit_output_prefix,
17117         output_newline, output_append, output_puts, dump_output,
17118         vbuild_message_string, build_message_string, build_location_prefix,
17119         voutput_notice, output_printf, line_wrapper_printf,
17120         vline_wrapper_message_with_location):  New functions. Implement
17121         automatic line wrapping.
17122         (v_message_with_decl): Make it handle automatic line wrapping.
17123         (v_error_with_file_and_line): Likewise.
17124         (v_warning_with_file_and_line): Likewise.
17125         (announce_function): Likewise.
17126         (default_print_error_function): Likewise.
17128 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17130         * cpplib.h (struct cpp_options): Change lang_asm to char.
17131         Add lang_fortran.
17132         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17133         done in cpp_handle_option now.
17134         (initialize_builtins): Take out special case code used only by
17135         __STDC_VERSION__.
17136         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17137         if -traditional.  Recognize -lang-fortran and set
17138         lang_fortran, also turn off cplusplus_comments.
17139         (print_help): Document -lang-fortran.
17140         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17141         lang_asm. Ignore all directives other than `# 123 "file"' if
17142         CPP_PREPROCESSED.
17143         (cpp_get_token): If -traditional, don't recognize directives
17144         unless the # is in column 1.
17145         (parse_string): If lang_fortran or lang_asm, silently
17146         terminate strings ('' or "") at end of line.
17147         Remove unnecessary braces.
17149 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17150             Richard Henderson  <rth@cygnus.com>
17152         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17153         as used.
17154         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17155         strict_low_part when possible.
17157 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17159         * alias.c: PROTO -> PARAMS.
17160         * basic-block.h: Likewise.
17161         * bitmap.c: Likewise.
17162         * bitmap.h: Likewise.
17163         * builtins.c: Likewise.
17164         * c-aux-info.c: Likewise.
17165         * caller-save.c: Likewise.
17166         * calls.c: Likewise.
17168 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17170         * Makefile.in (toplev.o): Depend on regs.h.
17172         * output.h (tdesc_section): Prototype.
17174         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17176         * sdbout.c: Include "tm_p.h".
17178         * toplev.c: Include "regs.h".
17180 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17182         * unroll.c (unroll_loop): Add EH support.
17184 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17186         * pa-protos.h: New file.
17188         * pa.c: Include recog.h and tm_p.h.
17189         (compute_zdepwi_operands, compute_movstrsi_length,
17190         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17191         find_addr_reg, import_milli): Add static prototypes.
17192         (pa_cpu_string, pa_arch_string): Constify a char*.
17193         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17194         (read_only_operand): Add argument `mode'.
17195         (singlemove_string, output_move_double, output_fp_move_double,
17196         output_block_move, output_and, output_ior, output_ascii,
17197         remove_useless_addtr_insns, milli_names, output_mul_insn,
17198         output_div_insn, output_mod_insn, output_arg_descriptor,
17199         output_cbranch, output_bb, output_bvb, output_dbra, ,
17200         output_millicode_call, output_call, hppa_encode_label,
17201         output_parallel_movb, output_parallel_addb): Constify a char*.
17202         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17203         (output_parallel_addb): Remove extra arg to `constrain_operands'
17205         * pa.h:  Move all prototypes to pa-protos.h.
17206         (pa_cpu_string, pa_arch_string): Constify a char*.
17207         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17209         * pa.md: Call `function_label_operand' with mode argument.
17210         Likewise for `read_only_operand'.
17211         Fix nesting of parens in call to `symbolic_operand'.
17213 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17215         * i860-protos.h: New file.
17217         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17218         time warnings.
17220         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17222         * i860.md: Likewise.
17224 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17226         * i386.md (movstrsi expander): Rewrite.
17227         (movstrsi_1 insn): Deleted.
17228         (strmovhi, strmovqi expander): New expanders.
17229         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17230         * i386.c (x86_single_stringop): New global variable.
17231         * i386.h (x86_single_stringop): Declare.
17232         (TARGET_SINGLE_STRINGOP): New macro.
17234 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17236         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17237         integer vararg POSTINCREMENT before the destination of the jump
17238         for the hard fp case.
17239         (function_arg_pass_by_reference): Pass a copy of CUM to
17240         FUNCTION_ARG.
17242         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17243         for CONSTANT_ADDRESS_P above while loop for subreg.
17245 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17247         * flow.c (propagate_block): When a prologue/epilogue insn
17248         is marked dead, unconditionally clear libcall_is_dead and
17249         insn_is_dead, and only dump rtl if warnings aren't being
17250         suppressed.
17252 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17254         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17255         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17256         (FIXED_REGISTERS): Set dirflag as fixed.
17257         (CALL_USED_REGISTERS): Set dirflag as used.
17258         (REG_ALLOC_ORDER): Set dirflag as last one.
17259         (DIRFLAG_REG): New macro.
17260         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17261         (HI_REGISTER_NAMES): Add dirflag.
17262         (DEBUF_PRINT_REG): Handle dirflag.
17263         * i386.md (type attribute): New cld and str types.
17264         (length_opcode attribute): Set cld and str to 1.
17265         (memory attribute): Set str to unknown - it is not clear from the
17266         patterns.
17267         (pent_np function unit): Prefixed string operations takes 12 cycles
17268         minimally; cld takes 2 cycles.
17269         (ppro_uops attribute): Str is "many" and cld is "few".
17270         (ppro_p0 unit): Handle cld here.
17271         (k6_alux unit): Handle cld and str types.
17272         (k6_load unit): It is ocupied by str opcodes.
17273         (k6_store unit): It is ocupied by str opcodes.
17274         (athlon_decode): Str is vector decoded.
17275         (athlon_ieu): Handle str and cld.
17276         (cld pattern): New.
17277         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17278         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17279         cmpstrsi_nz_1 insn): Do not output cld instruction
17281 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17283         * gcc.texi (G++ and GCC): Add Java and Chill.
17284         (Bug Critera): Don't list languages.
17286         * gcc.texi (Incompatibilities): No longer claim most C compilers
17287         are K&R.
17289         * gcc.texi (G++ and GCC): Update other front-ends list.
17291 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17293         * i386.c (ix86_expand_setcc): Fix typo.
17294         (ix86_expand_movcc): Similarly.
17296         * Band-aid until haifa's bitset implementation is nuked.
17297         * haifa-sched.c (extract_bitlst): New parameter for size of the
17298         bitset in bits.  All callers changed.  Avoid looking at undefined
17299         bits in the bitset.
17300         (edgeset_bitsize): New variable.
17301         (schedule_region): Initialize edgeset_bitsize.
17303 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17305         * Makefile.in (optabs.o): Depend on real.h
17306         (resource.o): Depend on insn-attr.h
17308         * builtins.c (result_vector): Wrap prototype in macro conditions
17309         governing definition and use.
17311         * c-common.c: Include tm_p.h.
17313         * c-lex.c: Likewise.
17315         * elfos.h: Constify a char*.
17317         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17318         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17319         parameter with ATTRIBUTE_UNUSED.
17321         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17322         CHECK_FLOAT_VALUE.
17324         * haifa-sched.c (schedule_insns): Mark parameter with
17325         ATTRIBUTE_UNUSED.
17327         * optabs.c: Include real.h.
17329         * real.h (ereal_atof): Add prototype arguments.
17331         * resource.c: Include insn-attr.h.
17333         * sdbout.c (sdbout_queue_anonymous_type,
17334         sdbout_dequeue_anonymous_types): Wrap in macro
17335         SDB_ALLOW_FORWARD_REFERENCES.
17336         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17337         ATTRIBUTE_UNUSED.
17339         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17341         * stupid.c: Include tm_p.h.
17343         * tree.c (real_value_from_int_cst): Mark parameter with
17344         ATTRIBUTE_UNUSED.
17346 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17348         * i960-protos.h: New file.
17350         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17351         time warnings.
17353         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17355 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17357         * combine.c (expand_field_assignment): Do not discard SUBREGs
17358         while computing nonzero_bits.
17360 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17362         * config/arm/arm.c: Fix compile time warnings about signed vs
17363         unsigned constants.
17364         * config/arm/arm.h: Fix compile time warnings about signed vs
17365         unsigned constants.
17367 2000-01-09  Philip Blundell  <philb@gnu.org>
17369         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17370         than `ldm' with only one register.
17371         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17372         only one register.
17374         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17375         clobbered.
17377 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17379         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17380         must have SImode.
17382 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17384         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17385         assignment used as truth value.
17387         * function.c (assign_temp): Mark parameter `dont_promote' with
17388         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17389         PROMOTE_FOR_CALL_ONLY.
17391         * genrecog.c (write_subroutine): Mark variable `operands' with
17392         ATTRIBUTE_UNUSED.
17394         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17395         ATTRIBUTE_UNUSED.
17397         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17398         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17400         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17401         for `decl'.
17403 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17405         * config/c4x.h: Tidy up comments.
17406         * config/c4x.c: Likewise.
17408 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17410         * fold-const.c (lshift_double, rshift_double): Handle
17411         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17413 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17415         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17416         in prepare_function_start().
17418 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17420         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17421         longer allocate extra stack for function calls.
17423 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17425         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17427 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17429         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17431 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17433         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17434         * aix43.h: Revert Aug 2 change.
17435         (HAS_INIT_SECTION): Define, not visible yet.
17436         (LD_INIT_SWITCH): Define, not visible yet.
17437         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17439         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17441         * collect2.c (main): Expand ld2 size further.
17442         (export_object_lst): Cast assignment to avoid warning.
17443         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17444         (scan_prog_file, COFF): Do not collect initialization or
17445         finalization functions generated for entire shared object if
17446         init/fini support present.
17448 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17450         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17451         that .section directives are always prefixed by a tab.
17453         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17454         definitions.
17456 2000-01-07  Matt Austern  <austern@sgi.com>
17458         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17459         expon.
17461 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17463         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17464         crtstuff.c.
17465         (crtbegin.o, s-crtS): Likewise.
17467 2000-01-06  Richard Henderson  <rth@cygnus.com>
17469         * alpha.md (adddi_2+1): Limit offset such that it will be
17470         loadable with a single ldah+lda pair.
17471         (adddi_2+2): Explicitly fail split if we can't make it work.
17473 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17475         * protoize.c: Conditionally include unistd.h.
17476         (IS_SAME_PATH_CHAR): New macro.
17477         (IS_SAME_PATH): New macro.
17478         (CPLUS_FILE_SUFFIX): New macro.
17479         (cplus_suffix): New static variable.
17480         (is_abspath): New static function.
17481         (in_system_include_dir): Handle DOS style pathnames.
17482         (file_could_be_converted): Likewise.
17483         (file_normally_convertible): Likewise.
17484         (directory_specified_p): Likewise.
17485         (file_excluded_p): Likewise.
17486         (abspath): Likewise.
17487         (shortpath): Likewise.
17488         (referenced_file_is_newer): Likewise.
17489         (save_def_or_dec): Likewise.
17490         (do_processing): Likewise.
17491         (main): Likewise.
17492         (edit_file): Likewise. Use rename instead of link.
17493         (rename_c_file): Likewise. Don't rename syscalls file.
17494         (munge_compile_params): Define null device for DOS based systems.
17495         (process_aux_info_file): Use binary mode if appliable.
17496         (edit_file): Likewise.
17497         * invoke.texi (Running Protoize): Document C++ suffixes used.
17499         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
17500         IS_DIR_SEPARATOR macros.
17501         * collect2.c: Likewise.
17502         * cppinit.c: Likewise.
17503         * dwarf2out.c: Likewise.
17504         * gcc.c: Likewise.
17505         * gcov.c: Likewise.
17506         * prefix.c: Likewise.
17507         * rtl.c: Likewise.
17508         * toplev.c: Likewise.
17509         * system.h: And move to here.
17511         * prefix.c (update_path): Fix typo in variable name.
17513 2000-01-06  Richard Henderson  <rth@cygnus.com>
17515         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
17516         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
17517         (count_reg_sets_1, count_reg_references): Likewise.
17518         (flow_loops_level_compute): Start counting actual loop depth at 1.
17519         (flow_loops_find): Likewise.
17520         * local-alloc.c (update_equiv_regs): Likewise.
17521         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
17523 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
17525         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
17526         FIRST_PSEUDO_REGISTER
17527         * dwarf2out.c: Don't include frame.h
17528         * dwarfout.c: Likewise
17529         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
17530         frame.h
17532 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
17534         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
17535         dead registers.
17537         * i386.c (movsf splitter): Fix typo in my last checkin.
17539 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17541         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
17542         own definition of this macro.
17543         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
17544         flag_data_sections or UNIQUE_SECTION_P are true.
17546         * tm.texi (UNIQUE_SECTION): Document that it can be called for
17547         unitialised data decls.
17549         * config/i386/winnt.c (i386_pe_unique_section): Cope with
17550         being called for uninitialised data.
17552         * config/i386/interix.c (i386_pe_unique_section): Cope with
17553         being called for uninitialised data.
17555         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
17556         for uninitialised data.
17558         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
17559         for uninitialised data.
17561         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
17562         for uninitialised data.
17564         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
17565         (UNIQUE_SECTION_P): Always generate a unique section if
17566         flag_data_sections is true.
17567         (UNIQUE_SECTION): Also generate unique sections for
17568         uninitialised data.
17569         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
17570         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
17571         named_section().
17573 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17575         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
17576         SI, or DI.
17578 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17580         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
17581         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
17582         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
17583         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
17584         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
17586         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
17588 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
17590         * c-decl.c (finish_enum): Simplify code to determine minimum and
17591         maximum values of the enum, and calculate the type.  Remove check
17592         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
17593         the DECL_INITIAL of each enumeration constant with a copy converted
17594         to the enumeration type.  When updating variant types, don't bother
17595         updating the type itself.
17597         * c-typeck.c (build_binary_op): Simplify conditional expressions
17598         when weeding out spurious signed-unsigned warnings.  Add new
17599         spurious warning category: if the unsigned quantity is an enum
17600         and its maximum value fits in signed_type(result_type).  Update
17601         commentary.
17602         (build_conditional_expr): Warn here if one alternative is signed
17603         and the other is unsigned.
17605 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17607         * config/fr30/fr30.h: Remove extraneous comments.
17609 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
17611         * reload1.c (choose_reload_regs): When disabling a reload, also
17612         set reload_spill_index to -1.
17614 2000-01-04  Joel Sherrill (joel@OARcorp.com>
17616         * configure.in (m68*-*-rtemscoff*): New target, formal name for
17617         old m68*-*-rtems*.
17618         (m68*-*-rtemself*): New target.
17619         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
17620         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
17621         (sparc*-*-rtemself*): New target.
17622         (sparc*-*-rtems*): Now elf not a.out.
17623         * config/i386/rtems.h: Include config/rtems.h.
17624         * config/i386/rtemself.h: Include config/rtems.h.
17625         * config/i960/rtems.h: Include config/rtems.h.
17626         * config/m68k/rtems.h: Include config/rtems.h.
17627         * config/m68k/rtemself.h: Include config/rtems.h.
17628         * config/mips/rtems64.h: Include config/rtems.h.
17629         * config/pa/rtems.h: Include config/rtems.h.
17630         * config/rs6000/rtems.h: Include config/rtems.h.
17631         * config/sh/rtems.h: Include config/rtems.h.
17632         * config/sh/rtemself.h: Include config/rtems.h.
17633         * config/sparc/rtems.h: Include config/rtems.h.
17634         * config/sparc/rtemself.h: Include config/rtems.h
17636 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
17638         * final.c (shorten_branches): Correctly compute length of
17639         asms without operands.
17641 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
17643         * configure.in: Add pj target.
17644         * configure: Regenerate.
17645         * config/pj: New directory.
17646         * config/pj/lib1funcs.S: New file.
17647         * config/pj/linux.h: New file.
17648         * config/pj/pj.c: New file.
17649         * config/pj/pj.md: New file.
17650         * config/pj/pjl.h: New file.
17651         * config/pj/t-pj: New file.
17652         * config/pj/xm-pj.h: New file
17654 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
17656         * toplev.c (rest_of_compilation): Run shorten-branches before
17657         reg-stack for now.
17659 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17661         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
17662         macros so that they're consistent with their names.
17663         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17664         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
17666 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17668         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
17669         modified inadvertently.
17671 2000-01-04  Joel Sherrill <joel@OARcorp.com>
17673         * configure.in (v850*-*-rtems*): New target.
17674         * configure: Regenerate.
17675         * config/v850/rtems.h: New file.
17677 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
17679         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
17680         (__gthread_key_create): Likewise.
17681         (__gthread_key_dtor):  Likewise.
17682         (__gthread_once): Fix logic.
17683         (__gthread_key_delete): Cast away constness.
17685         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
17686         * invoke.texi: Document.
17687         * i386/mingw32.h (CPP_SPEC): Use.
17688         (LIBGCC_SPEC): Likewise.
17689         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
17691 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17693         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
17694         (HANDLE_PRAGMA_PACK): Undefine.
17695         (SLOW_UNALIGNED_ACCESS): Define.
17697 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
17699         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17700         to default definition.
17701         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
17702         (store_fixed_bit_field): Call macro with word_mode and alignment.
17703         (extract_bit_field): Call macro with relevant mode and alignment.
17704         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
17705         to default definition.
17706         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
17707         and alignment.
17708         (move_by_pieces_ninsns): Likewise.
17709         (clear_by_pieces): Likewise.
17710         (emit_push_insn): Likewise.
17711         (store_field): Call macro with relevant mode and alignment.
17712         (expand_expr): Likewise.
17713         (expand_expr_unaligned): Likewise.
17715         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
17716         (SLOW_UNALIGNED_ACCESS): Define.
17717         (CASE_VECTOR_MODE): Always use 32-bit offsets.
17718         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
17719         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
17720         (toc_section): Likewise and .toc pseudo-op.
17721         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
17722         64-bit mode.
17723         (TEXT_SECTION_ASM_OP): Likewise.
17724         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
17725         32-bit offsets.
17727         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
17728         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
17729         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
17730         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
17731         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
17733 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
17735         * regclass.c: Revert my Jan 4 change to loop cost computation.
17737 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17739         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
17740         compilation.
17742 2000-01-04  Stan Cox  <scox@cygnus.com>
17744         * haifa-sched.c (build_control_flow): Change unreachable simple
17745         loop test to check if current block has only one predecessor.
17746         (find_rgns): Initialize degree.  Use dest as degree index, not src.
17748 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17750         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
17752         * calls.c (expand_call): Likewise for
17753         `old_stack_arg_under_construction'.
17755         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
17757         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
17758         `save_constant'.
17760         * gcc.c (execute): Likewise for `ut' and `st'.
17762         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
17764         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
17766         * jump.c (jump_optimize_1): Likewise for `temp2'.
17768         * local-alloc.c (block_alloc): Likewise for `r1'.
17770         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
17772         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
17773         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
17775         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
17776         and `set2'.
17778         * reload.c (find_reloads): Likewise for `goal_alternative_number'
17779         and `goal_earlyclobber'.
17781         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
17783         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
17785         * stupid.c (stupid_life_analysis): Likewise for `chain'.
17787         * unroll.c (copy_loop_body): Likewise for `copy'.
17789         * varasm.c (output_constructor): Likewise for `byte'.
17791 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17793         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
17794         all FP constants for constant->reg moves.
17795         (ix86_split_to_parts): Try to convert memory address into immediate
17796         when available in the constant pool.
17797         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
17798         moves.
17799         (LEGITIMATE_CONSTANT_P): Return 1.
17800         * i386.md (pushsf): New splitter to convert constant pool memory
17801         reference to immediate.
17802         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
17803         reload.
17805 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
17807         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
17808         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
17809         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
17810         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
17811         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
17813 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17815         * ginclude/stdbool.h:  Support compilation as C++.
17817 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17819         * fold-const.c (make_range): Don't try to reverse an unbounded range.
17821 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
17823         * regclass.c (regclass): Properly compute loop_cost.  Adjust
17824         comments.
17826         * regclass.c: Fix minor whitespace problems.
17828 2000-01-03  Anthony Green  <green@cygnus.com>
17830         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
17831         Restore the pic register if required.
17833 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17835         * c-common.c (format_char_info): Update comment.
17836         (check_format_info): Recognize 'z' modifier in the same way 'Z'
17837         was recognized.  Emit warning for formats new in ISO C99 only
17838         if flag_isoc9x is not set.
17840 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
17842         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
17844 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
17846         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
17847         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
17848         (make_compound_operation): Choose cheaper alternative between
17849         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
17851         * regclass.c (op_costs): Remove global variable.
17852         (record_reg_classes): New parameter "op_costs" and "reg_pref".
17853         (record_operand_costs): Break out from ...
17854         (scan_one_insn): ... here.
17855         (dump_regclass): Make dumps nicer.
17856         (regclass): Dump preferrences choosed and changes done during passes.
17858 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17860         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
17862 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
17864         * config/sparc/sparc.c (gen_df_reg): New function.
17865         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
17866         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
17867         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
17868         movtf_cc_reg_sp64+1): Use it.
17870 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17872         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
17873         copied LABEL_DECLs.
17875 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
17877         * config/i386/i386.c (ix86_expand_unary_operator): Function
17878         definition made void.
17879         (ix86_expand_binary_operator): Update outdated preceding comment.
17880         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
17881         prototype.
17883         * config/i386/i386.c (override_options): Fix option-name typo.
17885 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17887         * system.h (CEIL): Define.
17888         * builtins.c (CEIL): Remove.
17889         * expmed.c (CEIL): Likewise.
17890         * expr.c (CEIL): Likewise.
17891         * stor-layout.c (CEIL): Likewise.
17893 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17895         * expr.c (store_constructor_field): Fix typo introduced with last
17896         gcc2 merge.
17898 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17900         * tree.h (BINFO_N_BASETYPES): New macro.
17902 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
17904         * expmed.c (emit_store_flag): Prevent losing a pending stack
17905         adjust the same way we prevent losing queued increments.
17907 See ChangeLog.2 for earlier changes.