OSDN Git Service

use platform specific types in gnu_type_fix
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-07-20  Bruce Korb  <bkorb@gnu.org>
2
3         * fixincl/check.tpl: strip the platform specific types before testing
4         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
5         * fixincl/fixincl.tpl: use platform specific types
6         * fixincl/fixlib.h: include the platform specific types
7         * fixincl/inclhack.def(gnu_types): don't supply the types
8         * fixincl/fixincl.x: regen
9
10 2000-07-19  Jim Wilson  <wilson@cygnus.com>
11
12         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
13         GR_REGS.
14
15 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
16
17         * tradcpp.c (rescan): Do not recognize directives when the #
18         is indented.
19
20 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21
22         Implement C++ named operators.
23
24         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
25         of operators allowed in #if and having an _EQ variant.  Add
26         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
27         (cpp_token flags): Add NAMED_OP.
28         (enum node_type): Add T_OPERATOR.
29         (struct cpp_hashnode): Add code slot to value union.
30         * cpphash.h (spec_nodes): Remove n_defined.
31
32         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
33         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
34         (is_macro_disabled): Tweak error messages.
35
36         * cpplib.c (get_define_node): Disallow all named operators as
37         macro names.  Tweak error messages.
38         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
39
40         * cppinit.c (builtin_array): Add entries for the named operators.
41         * cppexp.c (lex): Check for CPP_DEFINED token.
42         (priority table): Add entries for CPP_MIN and CPP_MAX.
43         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
44
45 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
46
47         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
48         larger than the array of cuids.
49         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
50         cuids.
51
52 2000-07-19  Bruce Korb  <bkorb@gnu.org>
53
54         * fixinc/fixincl.c:  Convert to using a table of environment variables
55         and activate the auto-edit marker on the fixed output files.
56         * fixinc/fixlib.h:  Define the environment table
57         * fixinc/fixincl.sh: export the ${INPUT} dir
58         * fixinc/check.tpl: likewise
59
60 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
61
62         * gcc.c (.h spec): Fix typo.
63
64 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
65
66         * Makefile.in: Fix tradcif.c path.
67
68 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
69
70         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
71           macros, not five.
72
73         * cpphash.h (TOKEN_NAME): New macro.
74         (_cpp_spell_operator): Deleted.
75         (token_spellings): Now _cpp_token_spellings.
76
77         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
78         * cpplex.c: Use OP and TK macros when expanding the
79         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
80         store the stringification of the enumeration name (CPP_CHAR,
81         etc.) in the name slot of token_spellings.
82         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
83         token_spellings directly.
84         * cpplib.c: Use TOKEN_SPELL.
85
86         * cpplex.c (_cpp_push_token): If the token being pushed back
87         is the previous token in this context, just subtract one from
88         context->posn.
89         * cppmacro.c (save_expansion): Clear aux field when storing a
90         placemarker.
91
92 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
93
94         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
95         buffer, provided it is not NULL.
96
97 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
98
99         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
100         case of invalid volatile re-declaration.
101
102 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
103
104         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
105         (expand_call): Adjust caller.
106
107 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
108
109         * diagnostic.h (report_diagnostic): Change prototype.
110
111         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
112         diagnostic_for_decl):  Change prototype.
113         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
114         error, warning, error_with_file_and_line,
115         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
116         Adjust call to report_diagnostic, diagnostic_for_decl.
117         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
118         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
119
120         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
121         varaible argument list.
122
123 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
124
125         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
126         moved to cppmacro.c.
127         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
128         dump_hash_helper): Delete.
129         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
130         cpp_forall_identifiers): New. Implement specialized version of
131         Vlad's expandable hash table.
132         (cpp_lookup): Use new functions.
133         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
134         implementation.
135         * cppmacro.c: New file.
136         * cppinit.c (dump_macros_helper): New.
137         (cpp_finish): Iterate over the identifier table directly.
138         * cpplex.c (parse_name): Calculate the hash of the identifier
139         while we scan it.  Use _cpp_lookup_with_hash when we can.
140
141         * cpphash.h: Update prototypes.
142         (xcnewvec, HASHSTEP): New helper macros.
143         * cpplib.h: Update prototypes.
144         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
145         (cppmacro.o): New rule.
146         (cpphash.o): Update deps.
147
148         * cppmain.c: Do not set pfile->printer if no_output is on.
149
150 2000-07-15  Neil Booth  <neilb@earthling.net>
151
152         * cpplib.c: Change all directive-handler functions to return
153         void, not int.
154         * cpphash.h: Update typedefs.
155
156 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
157
158         * configure: Regenerate.
159
160         * extend.texi (Extended Asm): Mention that a memory clobber
161         does not count as a side-effect.
162
163         * unroll.c (copy_loop_body): Fix one instance of using host
164         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
165         cross-compile.
166
167         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
168
169 2000-07-17  Richard Henderson  <rth@cygnus.com>
170
171         * config/ia64/ia64.md (movdi): Split out load address code.
172         New post-reload splitter for symbolic operands.
173         (movdi_internal): Abort if we didn't split symbolic operands
174         when we should have.
175         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
176         (ia64_reorg): Split insns when not optimizing.
177         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
178
179 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
180
181         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
182         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
183
184 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
185
186         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
187
188 2000-07-17  Jason Merrill  <jason@redhat.com>
189
190         * Makefile.in (clean): Remove libgcc directory.
191
192         * configure.in (-Wno-long-long check): Use higher-level macros.
193
194 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
195
196         * simplify-rtx.c (simplify_binary_operation): Recognize
197            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
198         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
199            a CONST_INT, it will always be zero.
200
201 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
202
203         * loop.c (check_dbra_loop) : Return if more than one condition is
204         present to control the loop.
205
206 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
207
208         * mips.c (mips_expand_prologue): Don't calculate the last argument
209         register unless we need it.  When we are calculating this, make
210         sure FUNCTION_ARG is giving us a REG.
211
212 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
213
214         * flow.c (libcall_dead_p): Use single_set to verify the insn
215         has only one set and get for analysis.
216         (propagate_one_insn): Don't pass the PATTERN of the insn.
217
218 2000-07-17  Mark Klein <mklein@dis.com>
219
220          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
221
222 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
223
224         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
225         * configure.in (TARGET_GETGROUPS_T): Evaluate.
226         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
227         of second argument of getgroups.
228         * configure, config.in: Rebuilt.
229
230 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
231
232         * simplify-rtx.c (simplify_relational_operation): Two signed
233         values with equal high words are less/greater than each other if
234         their low words are less/greater when considered as unsigned.
235
236 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
237
238         * configure.in (vax-*-openbsd):  Change to new style configuration,
239         add collect2/float_format information.
240         * configure:  Rebuilt.
241         * config/vax/openbsd1.h:  New.
242         * config/vax/openbsd.h:  New.
243         * config/vax/t-openbsd:  New.
244
245 2000-07-17  Chip Salzenberg  <chip@valinux.com>
246
247         * c-common.c (shorten_compare): Quiet warnings about unsigned
248         comparisons with zero when they occur in a system header.
249
250 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
251
252         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
253         update to describe current practice.
254
255         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
256
257         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
258         references to C9X.  Change references to -fstd and -flang-isoc9x
259         to refer to -std.
260
261         * c-common.c (scan_char_table): Allow "z" length modifiers on
262         diouxXn formats.
263         (check_format_info): Use TYPE_DOMAIN on the type matched against
264         for "z" formats, to retrieve the language size_t rather than the
265         internal one.
266
267         * c-common.c (check_format_info): Do not make a pedantic objection
268         to the 'L' length modifier if used with a floating point type
269         character.
270
271         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
272         constants in C99 mode.
273
274 2000-07-17  Kazu Hirata  <kazu@hxi.com>
275
276         * h8300.md: Fix the format of mac.
277         (movsi_h8300hs): Output a tab after stmac instead of a space.
278
279         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
280         profitable adds/subs sequences.
281
282         * fold-const.c: Fix comment typos.
283
284 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
285
286         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
287
288 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
289
290         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
291
292 2000-07-16  Neil Booth  <NeilB@earthling.net>
293
294         * cpplex.c: Update comments.
295         * README.Portability: Small update.
296
297 2000-07-16  Neil Booth  <NeilB@earthling.net>
298
299         * README.Portability:  Small update.
300
301 2000-07-15  Richard Henderson  <rth@cygnus.com>
302
303         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
304         * config/ia64/ia64.c (ia64_move_ok): New function.
305         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
306         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
307
308 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
309
310         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
311         immediately following a paste operator.
312         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
313         (cpp_reader_init): Call it, if HOST_EBCDIC.
314         (cpp_handle_options): Do not sort option list here.
315         (handle_option): Rename to cpp_handle_option and export.
316         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
317         _cpp_get_token directly.
318         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
319         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
320         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
321         cpp_scan_line.
322
323 2000-07-15  Richard Henderson  <rth@cygnus.com>
324
325         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
326         cast around an expression.  Tidy other unsigned tests.
327
328 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
329
330         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
331         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
332         (v_message_with_decl): Rename to ...
333         (format_with_decl): ... this. Tweak
334         (diagnostic_for_decl): New function.
335         (fatal_io_error): Use verbatim in lieu of notice.
336         (announce_function): Use verbatim.
337         (default_print_error_function): Likewise.
338         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
339         infratructure.
340
341 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
342
343         * mips.c (function_arg_pass_by_reference): Don't do automatic
344         aggregate initialization.
345         (machine_dependent_reorg): Initialize variable `mode'.
346
347         * mips.md (absdi2): Change variable `regno1' to unsigned int.
348         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
349         conflicts with sys/param.h macro of the same name.
350         (reload_outdi): Likewise.
351
352 2000-07-15  Michael Meissner  <meissner@redhat.com>
353
354         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
355         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
356         create a new node instead.
357
358 2000-07-15  Neil Booth  <NeilB@earthling.net>
359
360         * README.Portability: Correct example about calling a function
361         through a pointer to function.  Format wide paragraphs.
362
363 2000-07-15  Michael Meissner  <meissner@redhat.com>
364
365         * README.Portability: Update integer suffixes and function
366         prototype sections.
367
368 2000-07-15  Neil Booth  <NeilB@earthling.net>
369
370         * README.Portability: Small update.
371
372 2000-07-15  Neil Booth  <NeilB@earthling.net>
373
374         * README.Portability: New file.
375
376 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
377
378         * INSTALL: Give special instructions for building GCC on Irix 6.
379         * config/mips/x-iris6 (CC): Don't set it.
380         (OLDCC): Likewise.
381
382 2000-07-14  Jason Merrill  <jason@redhat.com>
383
384         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
385         register in the stack and later in another register, use the new
386         register.
387
388 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
389
390         * config/mips/mips.md: (absdi2): Handle sign_extend for
391         second operand.
392
393 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
394
395         * cpplib.c (do_pragma_dependency): Tidy warning messages.
396
397 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
398
399         * .cvsignore: Correct typo.
400
401 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
402
403         * .cvsignore: Add generated YACC files.
404         * objc/.cvsignore: New file.
405
406 2000-07-14  Neil Booth  <NeilB@earthling.net>
407
408         * cpplex.c (adjust_column): New funcion.
409         (skip_whitespace): Use it.
410         (skip_block_comment): Use it, and warn about /*/* with
411         -Wcomments.
412
413 2000-07-14  Neil Booth  <NeilB@earthling.net>
414
415         * cpphash.c (struct macro_info): Add new members.
416         (_cpp_free_definition): Delete the macro directly.
417         (count_params): Return void, with first token of
418         expansion in struct macro_info on success.
419         (parse_define): Return int.  Hoist syntax checking from
420         save_macro_expansion.  Leave call to save_expansion to
421         _cpp_create_definition.
422         (alloc_macro): Needs just 2 arguments.
423         (free_macro): Delete.
424         (save_expansion): Don't perform syntax check.
425         (_cpp_create_definition): Call save_expansion.
426
427 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
428
429         * genrecog.c (write_header): Split long string.
430
431         * cpphash.c (macro_info): Don't use the `signed' keyword.
432
433         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
434
435 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
436
437         * calls.c (stored_args_map): New variable.
438         (check_sibcall_argument_overlap_1): New.
439         (check_sibcall_argument_overlap): New.
440         (expand_call): Initialize stored_args_map.
441         Call check_sibcall_argument_overlap.
442
443 2000-07-13  Bruce Korb  <bkorb@gnu.org>
444
445         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
446         (emit_gnu_type): utility procedure for gnu_type_fix
447         (gnu_type_fix): implement various pre-processor guards around
448         standard types so these types can be defined over and over
449         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
450         types alluded to above will have GNU-compliant base types
451         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
452         * fixinc/inclhack.def: add test_text entries and utilize the new
453         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
454         * fixinc/fixincl.x: regenerate
455
456 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
457
458         * diagnostic.c (vline_wrapper_message_with_location,
459         v_message_with_file_and_line, v_error_with_file_and_file,
460         v_error_for_asm, v_warning_for_asm, vfatal,
461         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
462         vsorry, verror, vwarning, vpedwarn): Remove.
463         (diagnostic_for_asm): New function.
464         (pedwarn, error, warning, pedwarn_with_file_and_line,
465         error_with_file_and_line, warning_with_file_and_line, sorry,
466         error_for_asm, warning_for_asm, fatal): Reimplement.
467         (finish_diagnostic): Clear diagnostic info as well.
468
469 2000-07-13  Neil Booth  <NeilB@earthling.net>
470
471         * c-common.h (flag_digraphs): New.
472         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
473         * c-lex.c (yylex): Use flag_digraphs to decide whether to
474         honour digraphs.
475
476 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
477
478         * gcc.c (do_spec_1): Add new %B operator.
479         (set_input): Prepare for %B.
480
481         (link_command_spec): Move up with the other tm.h-
482         overrideable specs.  Factor out the portion conditional on
483         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
484         (struct compiler): Just have a single spec string.  All users
485         updated.
486         (default_compilers): Remove unnecessary braces.
487         (static_specs): Update.
488
489         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
490         named specs.
491         (C and assembly specs): Use the new named specs, as appropriate.
492
493         * objc/lang-specs.h: Use the new named specs.
494         Remove unnecessary braces.
495
496 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
497
498         * gcc.c (execute): If a subprocess gets a fatal signal, report
499         strsignal() of the signal number, and ask for a bug report.
500         Do not do this for SIGPIPE if there's already been an error.
501
502         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
503         Delete pipe_closed.
504
505         * tradcif.c: Remove.
506
507 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
508
509         * final.c (profile_function): Do not emit profile counters in
510         the data section, if NO_PROFILE_COUNTERS is defined.
511         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
512         FUNCTION_PROFILER.
513
514         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
515         (FUNCTION_PROFILER): Just emit a call to mcount.
516
517 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
518
519         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
520
521         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
522         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
523         traditional, lang_chill, or lang_fortran.
524
525         * cppfiles.c: #undef strcmp to suppress warning about macros
526         used without arguments.
527         (_cpp_execute_include): Use f, not fname, in "No include path"
528         error.
529         (_cpp_pop_file_buffer): New function.
530         * cpplib.c: Don't include <sys/mman.h>.
531         (cpp_push_buffer): Set line_base and lineno in new buffer.
532         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
533
534         * cpplex.c: Move all prototypes and structure declarations to the
535         top of the file.  Properly parenthesise some macro arguments.
536         (cpp_scan_line): New function.
537         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
538         don't need to walk up the stack counting.
539
540 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
541
542         * c-common.c (combine_strings): Emit a pedantic warning when a
543         string length is greater than the minimum ANSI C is required
544         to support.
545
546 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
547
548         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
549         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
550
551 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
552
553         * c-decl.c (define_label): Warn about identifier conflicts with
554         labels in traditional C.
555
556         * c-parse.in (unop +): Warn about the unary plus operator for
557         traditional C.
558
559         * c-typeck.c (store_init_value): Warn about automatic aggregate
560         initialization for traditional C.
561
562         * invoke.texi (-Wtraditional): Document new warnings.
563
564 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
565
566         * Makefile.in (c-errors.o): Fix thinko in dependency.
567
568 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
569
570         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
571         -traditional, -ftraditional, or -traditional-cpp was given.
572         Do not pass -traditional to the preprocessor.
573         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
574         preprocessor does it automatically.
575         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
576
577         * ch/lang-specs.h: Always use tradcpp.  Do not pass
578         -traditional, -trigraphs, or -pedantic to the preprocessor.
579         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
580         _LANGUAGE_FORTRAN.
581
582 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
583
584         * cppexp.c (LOGICAL): Delete macro.
585         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
586         and && directly.
587
588         * cpphash.c (HASHSIZE): Increase to 4096.
589         (struct hashdummy): Add hash field.
590         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
591         the string values using memcmp.
592         (cpp_lookup): Set dummy.hash.
593
594 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
595
596         * configure.in (m88k-openbsd): Express configuration using new fragment
597         style.
598         * configure: Rebuilt.
599         * m88k/aout-dbx.h: New.
600         * m88k/openbsd.h: New.
601         * m88k/xm-openbsd.h: New.
602
603 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
604
605         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
606
607 2000-07-12  Richard Henderson  <rth@cygnus.com>
608
609         * reload.c (push_secondary_reload): Make sure to add the new
610         reload at the end, after acquiring secondary memory.
611
612 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
613
614         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
615
616         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
617         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
618
619         * c-parse.in (stmt): Delete unused variables.
620
621         * convert.c (convert_to_vector): Likewise.
622
623         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
624
625         * tree.c (finish_vector_type): Prototype.
626
627 2000-07-12  Bruce Korb  <bkorb@gnu.org>
628
629         * fixinc/fixfixes.c: use xmalloc
630         * fixinc/fixincl.c(initialize): set program name for xmalloc
631         * fixinc/fixlib.c(must_malloc): obsolete
632         (is_cxx_header): no longer used - disabled
633         (skip_quote): inserted and disabled for future use
634         * fixinc/fixlib.h: reflects above
635         * fixinc/fixtests.c: removed dinkleberries
636
637 2000-07-12  Neil Booth  <NeilB@earthling.net>
638
639         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
640         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
641
642         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
643         struct toklist_dummy): New.
644         (cpp_free_definition): Free macros with free_macro.
645         (count_params): Don't save paramter spellings.  Save macro
646         information in a struct macro_info.
647         (parse_define): Don't allocate a token list.
648         (save_expansion): Allocate the macro's token list, and
649         save parameter spellings if necessary.  Use TOKEN_SPELL.
650         (cpp_create_definition): Make list const.
651
652 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
653
654         * c-typeck.c (pedwarn_c99): Move to
655         * c-errors.c: ... Here.
656         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
657         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
658         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
659         (c-errors.o): List dependency.
660
661 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
662
663         * c-parse.c: Remove.
664         * c-parse.h: Likewise.
665         * c-parse.y: Likewise.
666         * objc/objc-parse.c: Likewise.
667         * objc/objc-pasre.y: Likewise.
668
669 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
670
671         * gcc.texi: Fix minor typos
672         * extend.texi: Fix minor typos
673
674 2000-07-11  Marc Espie <espie@openbsd.org>
675
676         * collect2.c (main): Recognize .lo as object files.
677
678 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
679
680         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
681         true.
682
683         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
684         with MAP_ANONYMOUS and MAP_ANON.
685         * configure, config.in: Rebuilt.
686
687 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
688
689         * diagnostic.c (save_output_state): Remove.
690         (restore_output_state): Likewise.
691         (clear_text_info): New function.
692         (clear_diagnostic_info): Likewise.
693         (output_text_length, is_starting_newline, output_prefix,
694         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
695         prefixing_policy, output_buffer_ptr_to_format_args): New macros
696         (set_real_maximum_length, output_set_maximum_length,
697         output_set_prefix, output_get_prefix, output_set_maximum_length,
698         output_destroy_prefix, init_output_buffer,
699         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
700         output_add_newline, output_add_character, output_add_space,
701         output_append_r, output_append, wrap_text, output_format,
702         output_do_printf, output_printf, output_do_verbatim,
703         output_verbatim, verbatim): Use them.
704         (output_clear): Split into cleat_text_info and
705         clear_diagnostic_info.
706         (struct output_state): Move to...
707
708         * diagnostic.h: ...Here
709         (struct output_buffer): Adjust.
710
711 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
712
713         * cpplex.c (parse_name): No longer inline (premature optimization).
714         (do_pop_context): Fold into pop_context.
715         (pop_context): Returns int.
716         (lex_next): Hoist test for end of directive into pop_context.
717         (push_macro_context): Returns int; takes just reader and token.
718         Hoist test for excessive nesting to caller.
719         (push_arg_context): Returns void; takes just reader and token.
720         Do not call stringify_arg or get_raw_token.
721         (get_raw_token): Convert tail recursion through push_arg_context
722         to a loop at this level.  Call stringify_arg here if appropriate.
723         (maybe_paste_with_next): Convert tail recursion to a while loop.
724         Hoist test of paste_level to caller.
725
726         (stringify_arg): Push arg context at beginning.
727         (cpp_get_token): Split out core into _cpp_get_token.  Call
728         process_directive here.  Throw away CPP_PLACEMARKER tokens.
729         (_cpp_get_token): Convert tail recursion through
730         push_macro_context to a loop at this level.
731         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
732         _cpp_get_raw_token): Use _cpp_get_token.
733         (_cpp_skip_rest_of_line): Drop the context stack directly; do
734         not call pop_context.
735         (_cpp_run_directive): Call lex_next directly.
736
737         * cpphash.h: Prototype _cpp_get_token.
738         * cppexp.c (lex): Use it.
739         * cpphash.c (parse_define): Use it.
740         * cpplib.c (get_define_node, do_undef, parse_include,
741         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
742         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
743         parse_ifdef, validate_else): Use it.
744         (cpp_push_buffer): Tweak error message; abort if anyone tries
745         to push a buffer while macro expansions are stacked.
746
747 2000-07-11  Donn Terry  <donnte@microsoft.com>
748
749         * cpplex.c (free_macro_args, save_token): Cast arg of free
750         and/or xrealloc to PTR.
751         (_cpp_init_input_buffer): Clear all fields of the base context.
752
753 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
754
755         * gensupport.c (process_rtx): Make rtl checking stop
756         complaining about the define_insn while it is being
757         converted from a define_insn_and_split.
758
759 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
760
761         * config/mips/mips.c (simple_memory_operand): Access the
762         INTVAL of the address, not it's containing MEM.
763
764 2000-07-11  Bruce Korb  <bkorb@gnu.org>
765
766         * fixinc/fixtests.c(double_slash): obsolete
767         (else_endif_label): likewise
768         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
769         (libc1_ifdefd_memx): correct initial comment
770         and omit the #if/#endif pair from the memxxx declarations
771         * fixinc/fixincl.x: regen
772
773 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
774
775         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
776
777 2000-07-11  Neil Booth  <NeilB@earthling.net>
778
779         * cpp.texi: Update.
780
781 2000-07-11  Neil Booth  <NeilB@earthling.net>
782
783         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
784         (handle_option): Set digraphs according to standard.
785         Merge OPT_lang_c89 handler with OPT_std_c89.
786
787         * cpplex.c: (lex_line, can_paste): Honour digraphs in
788         accordance with the digraphs flag.
789
790         * cpplib.h: (struct cpp_options): New option digraphs.
791
792 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
793             Bruce Korb  <bkorb@gnu.org>
794
795         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
796         * fixinc/fixincl.x: Regenerate.
797         * fixinc/tests/base/testing.h: Add testcase.
798
799 2000-07-10  Richard Henderson  <rth@cygnus.com>
800
801         * config/ia64/ia64.c (got_symbolic_operand): New.
802         (symbolic_operand, move_operand): Revert 0701 change.
803         * config/ia64/ia64.h (PREDICATE_CODES): Update.
804         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
805         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
806         split the offset into a 14-bit low part instead of a 13-bit low part.
807         (load_fptr): Mark the mem as unchanging.
808         (load_symptr): Use got_symbolic_operand.
809
810 2000-07-10  Nick Clifton  <nickc@cygnus.com>
811
812         * libgcc2.c (next_stack_level): Cast result of computation to
813         (void **) so that the assignment does not generate a warning.
814
815 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
816
817         * flags.h : Add new variable flag_single_precision_constant.
818         * toplev.c (display_help) : Add -fsingle-precision-constant option.
819         (flag_single_precision_constant): New.
820         * c-lex.c (yylex): Convert floating point constant to single
821         precision constant.
822         * invoke.texi : Add documentation for this new option.
823
824 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
825
826         * diagnostic.c (output_octal): Second parameter is unsigned.
827         (output_long_octal): Likewise.
828         (output_hexadecimal): Likewise.
829         (output_long_hexadecimal): Likewise.
830         (output_format): Adjust arguments extraction. Tweak.
831         (output_verbatim, verbatim): End variable argument list.
832         (report_diagnostic): Improve documentation.
833
834 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
835
836         * c-common.h (build_stmt): Declare.
837         (build_continue_stmt): Likewise.
838         (build_break_stmt): Likewise.
839         (build_return_stmt): Likewise.
840
841         * c-decl.c (do_case): Rewrite to do what previously done in
842         c-parse.in.
843
844         * c-semantics.c (build_stmt): Define.
845         (build_return_stmt): Likewise.
846         (build_break_stmt): Likewise.
847         (build_continue_stmt): Likewise.
848         (build_case_label): Likewise.
849
850         * c-parse.in (BREAK): Change to build tree, then generate RTL.
851         (CONTINUE): Likewise.
852         (RETURN): Likewise.
853         (CASE): Likewise.
854         (DEFAULT): Likewise.
855
856         * c-parse.y: Regenerate.
857         * c-pasre.c: Likewise.
858
859 2000-07-09  Jason Merrill  <jason@redhat.com>
860
861         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
862
863         * tree.h (STRIP_NOPS): Check for error_mark_node.
864         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
865         (dwarf2out_*): Remove duplicate declarations.
866
867         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
868         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
869
870 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
871
872         * diagnostic.c (wrap_text): New function.
873         (maybe_wrap_text): Likewise.
874         (output_add_string): Use it.
875         (output_format): Likewise.
876         (count_error): Use verbatim instead of notice.
877         (report_error_function): Likewise. Don't use plain fprintf.
878         (finish_diagnostic): New function.
879         (output_do_verbatim): Tweak.  Commonalize functionalities in
880         output_verbatim and verbatim.
881         (output_verbatim): Adjust.
882         (verbatim): Likewise.
883         (report_diagnostic): Define.
884
885         * diagnostic.h (report_diagnostic): Prototype.
886
887 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
888
889         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
890
891 2000-07-09  Neil Booth  <NeilB@earthling.net>
892
893         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
894         IShspace, ISspace: Update.
895
896         * cppinit.c: ISTABLE: Update.
897         V: New.
898
899         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
900         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
901         (skip_block_comment, skip_line_comment, parse_string,
902         lex_line): Use is_vspace rather than IS_NEWLINE.
903         (skip_whitespace, lex_line): Clean up to use is_nvspace.
904         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
905         gets a BOL flag.
906         (lex_next): Unconditionally stop if within a directive.
907         Treat directives within macro invocations as directives
908         (after parse_args emits error), not as the argument.
909
910 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
911
912         * diagnostic.c (diagnostic_args): New macro.
913         (diagnostic_msg): Likewise.
914         (output_formatted_integer): Likewise.
915         (output_state): New data type.
916         (digit_buffer): Make global.
917         (output_add_integer): Rename to output_decimal. Squeeze
918         digit_buffer.
919         (output_long_decimal, output_unsigned_decimal,
920         output_long_unsigned_decimal, output_octal, output_long_octal,
921         output_hexadecimal, output_long_hexadecimal): New functions.
922         (output_append_r): New function.
923         (output_append): Tweak.
924         (output_flush_on): Rename to output_to_stream.
925         (output_format): Change prototype.  Improve documentation. Handle
926         more format specifiers.
927         (build_location_prefix): Rename to context_as_prefix.
928         (output_notice): Rename to output_do_printf.
929         (output_printf): Tweak.
930         (line_wrapper_printf): Likewise.
931         (vline_wrapper_message_with_location): Adjust call to renamed
932         functions.
933         (v_message_with_decl): Likewise.
934         (default_print_error_function): Likewise.
935         (save_output_state): New function.
936         (restore_output_state): Likewise.
937         (output_do_verbatim): Likewise.
938         (output_verbatim): Define.
939         (verbatim): Likewise.
940
941         * diagnostic.h (printer_fn): Change return type from void to int.
942         Improve documentation.
943         (output_add_integer): Rename to output_decimal.
944         (output_flush_on, output_format): Don't export.
945         (output_verbatim, verbatim): Declare.
946
947 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
948
949         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
950         Check whether c divides op1 exactly if operation is not
951         multiplication.
952
953 2000-07-08  Richard Henderson  <rth@cygnus.com>
954
955         * final.c (final): Do not abort when reg-stack introduces
956         a new insn.
957
958 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
959
960         * cpplib.h (struct cpp_name): Now struct cpp_string.
961         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
962         CPP_HEADER_NAME): Change to type S.
963         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
964         field, a cpp_hashnode *.  All references to val.name updated
965         to use val.str or val.node as appropriate.
966         (struct cpp_reader): Add spec_nodes field.
967         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
968
969         * cpphash.h (struct spec_nodes): New.
970         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
971         val.str.  All references to 'spelling > SPELL_NONE' updated to
972         match.
973
974         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
975         pfile->buffer->inc are not NULL before dereferencing them.
976
977         * cpplex.c (parse_name): Take a pointer to the current token,
978         plus current position and limit as args; return the new
979         position; don't copy the text of a name into the string
980         buffer, instead call cpp_lookup and store the node pointer.
981         If extending a token, copy out the text of the old into a
982         scratch buffer, append the new, look that up and store the new
983         node pointer.  Inline.
984         (maybe_paste_with_next): If the result of paste is a NAME,
985         then look up the pasted text and store its node pointer.
986         (lex_line): Adjust for new parse_name interface.
987         Check for L"str", L'str' using spec_nodes->n_L.
988         (spell_token): SPELL_IDENT tokens have their spelling in
989         val.node->name.  Handle SPELL_STRING tokens that don't have
990         string delimiters.
991         (_cpp_expand_name_space,
992         (can_paste): Check for L ## "str" using spec_nodes->n_L.
993         (cpp_get_token, special_symbol): No need to call cpp_lookup.
994         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
995         return 1=equal 0=not, not a tristate.
996
997         * cpphash.c (var_args_str): Delete.
998         (find_param): Compare node fields directly.
999         (is__va_args__): Use CPP_PEDANTIC.  Just compare
1000         token->val.node with spec_nodes->n__VA_ARGS__.
1001         (dump_funlike_macro): Don't use var_args_str.
1002
1003         * cpplib.c (_cpp_check_directive): Just walk through
1004         spec_nodes->dirs comparing pointers.
1005         (get_define_node, do_pragma_poison, detect_if_not_defined,
1006         parse_ifdef): The identifier has already been looked up.
1007         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
1008         node.
1009         (do_if): Only call detect_if_not_defined at beginning of file.
1010         (_cpp_parse_assertion): Only copy string pointers for
1011         SPELL_STRING tokens.
1012         (pragma_dispatch): Take a node pointer and examine its name
1013         field.
1014         (_cpp_init_stacks): Also initialize the spec_nodes structure.
1015
1016         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
1017         _cpp_init_macros.
1018         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
1019         reverse order from the corresponding _cpp_init_* routines.
1020
1021         * cppexp.c (parse_number, parse_charconst, parse_defined,
1022         lex): Check val.node->type instead of calling cpp_defined.
1023         Use spec_nodes entries where appropriate.
1024
1025         * fix-header.c, scan-decls.c: Update for interface changes.
1026
1027 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
1028
1029         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
1030         emitting aux_truncdfsf2.
1031
1032 2000-07-03  Donn Terry  (donnte@microsoft.com)
1033
1034         * cppinit.c (print_help): split overlong line into ISO C89
1035         maximum chunks.
1036
1037 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1038
1039         * cppexp.c: Update all code for new lexer interface.
1040         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
1041         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
1042         * cpplex.c (token_names): Trim leading CPP_ from names; make
1043         the strings unsigned.
1044         (_cpp_spell_operator): New.
1045         (is_macro_disabled): Disable all macros if rescanning
1046         preprocessed text.
1047         (_cpp_get_directive_token): Remove.
1048
1049         * cppinit.c: Don't set no_macro_expand.
1050         * cpplib.c (read_line_number, do_line): Check only for EOF,
1051         not VSPACE.
1052         * cpphash.h: Update prototypes.
1053         * cpplib.h (CPP_VSPACE): Remove.
1054         (struct cpp_reader): Remove no_macro_expand.
1055
1056 2000-07-08  Neil Booth  <NeilB@earthling.net>
1057
1058         * cpphash.c (is__va_args__): New function.
1059         (count_params): Fix line reported in error messages.  Use
1060         is__va_args__.  Don't return ')' on error.  Flag GNU style
1061         rest args macro definitions.
1062         (parse_define): Check macro name is not __VA_ARGS__.
1063         (save_expansion): Check identifier in non-varargs-macro is
1064         not __VA_ARGS__.  Don't flag GNU_VARARGS.
1065         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
1066         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
1067          than per-token GNU_VARARGS.
1068         * cpplib.h (GNU_VARARGS): Remove.
1069         (GNU_REST_ARGS): New.
1070
1071 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1072
1073         * i386.md (call_pop, call, call_value_pop): Do not set
1074         current_function_uses_pic_offset_table for calls to static
1075         functions or indirect calls.
1076
1077 2000-07-07  Jim Wilson  <wilson@cygnus.com>
1078
1079         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
1080         is_predicate_reg, then take max write_count of register pair.
1081
1082 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1083
1084         * tradcpp.c (main): Rename label `include' to `add_include' to
1085         avoid conflicts with variable `include' in traditional C.
1086
1087 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1088
1089         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
1090
1091 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1092
1093         * sibcall.c (uses_addressof): Add INMEM argument, check for
1094         current_function_internal_arg_pointer outside of MEM rtxs in addition
1095         to ADDRESSOFs.
1096         (sequence_uses_addressof): Update caller.
1097
1098 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1099
1100         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
1101         and friends.
1102
1103 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1104
1105         * system.h (UNION_INIT_ZERO): New macro for initializing union
1106         members in structs.
1107
1108         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
1109
1110 2000-07-07  Neil Booth  <NeilB@earthling.net>
1111
1112         * cpp.texi: Update.
1113
1114 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
1115
1116         * final.c (final): Detect out of bounds array access to
1117         the insn_lengths array.
1118
1119 2000-07-07  Kazu Hirata  <kazu@hxi.com>
1120
1121         * fold-const.c (fold): Fix a comment typo.
1122
1123 2000-07-07  Neil Booth  <NeilB@earthling.net>
1124
1125         * cpp.texi: Update to new lexer.
1126
1127 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1128
1129         * tradcpp.c: New file.
1130         * tradcif.y: New file.
1131         * tradcif.c: New generated file.
1132
1133         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
1134         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
1135         dependencies of C.  Install tradcpp from install-common, in
1136         $(libsubdir).
1137
1138 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1139
1140         * cppinit.c: Include cppdefault.h.  Refer to
1141         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
1142         to GCC_INCLUDE_DIR and its length.
1143         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1144         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
1145         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
1146         cppdefault.h.
1147         (include_defaults_array): Move to cppdefault.c.
1148
1149         * cppdefault.h: New file.
1150         * cppdefault.c: New file.
1151
1152         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
1153         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
1154         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
1155         this file.
1156
1157 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1158
1159         * reload.c (push_reload): When seeing if can reuse a register,
1160         check extra registers against widest of INMODE and OUTMODE.
1161
1162 2000-07-06  Neil Booth  <NeilB@earthling.net>
1163
1164         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
1165         based on full length of predicate.
1166
1167 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
1168
1169         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
1170         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
1171
1172 2000-07-05  Kazu Hirata  <kazu@hxi.com>
1173
1174         * h8300-proto.h: Fix formatting.
1175         * h8300.c: Likewise.
1176         * h8300.h: Likewise.
1177
1178 2000-07-05  Jim Wilson  <wilson@cygnus.com>
1179
1180         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
1181         CCmode.
1182
1183 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
1184
1185         * invoke.texi: Fix minor typos
1186         * md.texi: Fix minor typos
1187
1188 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
1189
1190         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
1191
1192 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1193
1194         * cpplex.c: Don't include sys/mman.h.
1195         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
1196
1197         * cpplib.c: Include sys/mman.h and obstack.h.
1198         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
1199         obstack.
1200         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
1201         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
1202         bother freeing if stack entries (they will be freed with their buffer).
1203         (do_endif): Free if stack entries from the buffer obstack.
1204         (push_conditional): Allocate if stack entries from the buffer obstack.
1205
1206         (find_answer): Rename to _cpp_find_answer.
1207         (do_assert, do_unassert): Update.
1208
1209         * cpphash.h: Update prototypes.
1210         (xobnew): New convenience macro.
1211         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
1212         Update comments.
1213         (struct cpp_hashnode): Remove disabled field.
1214
1215         * cppinit.c: Don't include hashtab.h or splay-tree.h.
1216         (report_missing_guard): Moved to cppfiles.c.
1217         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
1218         cpp_init_includes.
1219         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
1220         cpp_cleanup_includes.  Don't destroy hashtab or
1221         all_include_files here.
1222         (cpp_finish): Use _cpp_report_missing_guards.
1223
1224         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
1225         (_cpp_init_include_table): Rename _cpp_init_includes.
1226         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
1227
1228         * cppexp.c (parse_assertion): Update for new name of
1229         find_answer.
1230
1231         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
1232
1233 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1234
1235         * cpplib.c (do_ident): s/VSPACE/EOF/
1236
1237 2000-07-05  Neil Booth  <NeilB@earthling.net>
1238
1239         * cpplex.c: Fix trigraph replacement within strings.
1240
1241 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1242
1243         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
1244
1245         * xcoffout.c (assign_type_number): Constify.
1246         (xcoffout_source_file): Add static prototype.  Don't needlessly
1247         cast away const-ness.
1248
1249 2000-07-04  Jason Merrill  <jason@redhat.com>
1250
1251         * frame.h (frame_state): Move base_offset to end.
1252
1253 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1254
1255         * calls.c (emit_library_call_value_1): Revert previous change.
1256
1257 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1258
1259         * fix-header.c (struct partial_proto): Remove unnecessary fields.
1260         (recognized_extern, recognized_function, read_scan_file):
1261         Update for new scheme.
1262         (check_protection): It's still a multiple include guard even
1263         if it doesn't always trigger.
1264         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
1265         new scheme.
1266         * scan.h: Declare struct cpp_token.  Update prototypes.
1267
1268 2000-07-03  Neil Booth  <neilb@earthling.net>
1269             Zack Weinberg  <zack@wolery.cumb.org>
1270
1271         Complete overhaul of the lexer and macro expander.
1272
1273         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
1274         arg, arglist, argdata, reflist, collect_objlike_expansion,
1275         collect_funlike_expansion, collect_params,
1276         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
1277         unsafe_chars, macarg, compare_defs, special_symbol,
1278         scan_arguments, stringify, funlike_macroexpand,
1279         _cpp_quote_string, monthnames): Delete.
1280         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
1281         _cpp_create_definition, _cpp_dump_definition,
1282         dump_hash_helper): Adjust.
1283         (find_param, count_params, parse_define, var_args_str,
1284         check_macro_redefinition, save_expansion): New.
1285
1286         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
1287         parse_string, output_line_command, trigraph_replace,
1288         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
1289         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
1290         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
1291         _cpp_skip_rest_of_line): Modify.
1292
1293         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
1294         find_position, null_warning, bump_column, expand_name_space,
1295         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
1296         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
1297         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
1298         _cpp_prescan): Delete.
1299
1300         (dump_param_spelling, process_directive, lex_next,
1301         is_macro_disabled, stringify_arg, expand_context_stack,
1302         output_token, make_string_token, alloc_number_token,
1303         special_symbol, duplicate_token, maybe_paste_with_next,
1304         can_paste, prevent_macro_expansion, restore_macro_expansion,
1305         get_temp_token, release_temp_tokens, quote_string,
1306         token_names, token_spellings, _cpp_expand_name_space,
1307         _cpp_glue_header_name, _cpp_reserve_name_space,
1308         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
1309         placemarker_token, eof_token, cpp_context, macro_args,
1310         get_raw_token, parse_arg, parse_args, save_token,
1311         push_arg_context, push_macro_context, pop_context,
1312         do_pop_context, free_macro_args, _cpp_get_line,
1313         _cpp_run_directive): New.
1314
1315         * cpplib.c (validate_else, parse_include, push_conditional,
1316         pass_thru_directive, read_line_number, parse_ifdef,
1317         detect_if_not_defined, _cpp_check_directive, do_define,
1318         do_undef, do_include, do_import, do_include_next, do_error,
1319         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
1320         top_pragmas, do_pragma_gcc, do_pragma_implementation,
1321         do_pragma_poison, do_pragma_system_header,
1322         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
1323         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
1324         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
1325         cpp_defined): Update for new scheme.
1326         (strtoul_for_line, get_define_node, dump_macro_name,
1327         _cpp_check_linemarker, _cpp_parse_assertion): New.
1328         (_cpp_handle_directive, do_pragma_default): Delete.
1329
1330         * cpphash.h (struct predicate): Now struct answer.
1331         (enum spell_type, struct token_spelling, struct directive,
1332         directive_handler): New.
1333         Update prototypes.  Remove unused macros.
1334         * cpplib.h: Update prototypes.  Remove unused macros,
1335         structure definitions, and fields.
1336
1337         * cpperror.c (print_containing_files, v_message): Adjust.
1338         * cppexp.c (parse_assertion, lex, parse_escape,
1339         _cpp_parse_expr): Adjust.
1340         * cppfiles.c (open_include_file, _cpp_execute_include,
1341         _cpp_compare_file_date, cpp_read_file, read_include_file):
1342         Adjust.
1343         * cppinit.c (dump_special_to_buffer): Delete.
1344         (append_include_chain, merge_include_chains, cpp_reader_init,
1345         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
1346         cpp_finish, handle_option, print_help): Adjust.
1347         * cppmain.c (main): Adjust.
1348
1349 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1350
1351         * cppspec.c (lang_specific_driver): Use double quotes in error
1352         message.
1353
1354 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1355
1356         * calls.c (emit_library_call_value_1): Use valreg instead
1357         of hard_libcall_value.
1358
1359 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
1360
1361         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
1362         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
1363         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
1364         (movhi): Likewise.
1365         (movqi): Likewise.
1366         (movdf): Likewise.
1367         (movsf): Likewise.
1368         (movdi): Likewise.
1369         (movti): Likewise.
1370
1371         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
1372         mode instead of wider_mode is being used.
1373
1374 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1375
1376         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
1377         of 'r'. Use q_regs_operand.
1378         (andsi_1+2): Use q_regs_operand.
1379
1380 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1381
1382         * builtins.c (get_memory_rtx): Always put into alias set 0.
1383
1384 2000-07-03  Nick Clifton  <nickc@cygnus.com>
1385
1386         * config/arm/arm.md: Fix post increment and pre increment
1387         peepholes so that they do not generate UNPREDICATBLE opcodes.
1388         (ie ones where the increment clobbers the source/destination).
1389
1390 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
1391
1392         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
1393         change too big for -mtiny-stack" a warning, if larger than 63.
1394         (out_set_stack_ptr): Change the logic so -mno-interrupts is
1395         always safe to use on possible future devices.
1396         (function_prologue): Write SPH before SPL, for consistency.
1397         If interrupt_func_p true, we know we have enabled interrupts.
1398         (avr_num_arg_regs): New function.  Round up to even number of
1399         bytes if no -mpack-args or if calling a libgcc function.
1400         (function_arg, function_arg_advance): Use it.
1401         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1402         Output "movw" if available.
1403         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1404         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1405         (asm_output_section_name): Add blanks for consistent output.
1406         (encode_section_info): Set TREE_READONLY for progmem data to
1407         avoid gas warnings about changed section attributes.
1408         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1409         even numbered registers on devices with "movw".
1410         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1411         (TARGET_SWITCHES): Mark help strings for translation.
1412         Add new -mpack-args and -menhanced switches.
1413         (TARGET_OPTIONS): Mark help strings for translation.
1414         (progmem_section): Add section attributes.
1415         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1416         Output "movw" if available.
1417         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1418         New patterns.
1419         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1420         call convention (arguments aligned on even registers).
1421         (_cleanup, _exit): Make weak symbols libc can override.
1422
1423 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1424
1425         * fp-bit.h: New file.
1426
1427         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1428         Comment #endif statements.
1429         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1430
1431 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1432
1433         * gcse.c (compute_pre_data): Compute ae_kill using other local
1434         properties instead of calling compute_ae_kill.
1435
1436         * alias.c (init_alias_analysis): Do not call
1437         prologue_epilogue_contains until after reload has completed.
1438
1439 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1440
1441         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1442         (genrtl_finish_compound_stmt): Likewise.
1443         (genrtl_compound_stmt): Change to return void.
1444
1445         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1446         move code from here to ...
1447         (genrtl_compound_stmt): ... here.
1448         (genrtl_finish_compound_stmt): Remove.
1449         (expand_stmt): Add comment.
1450
1451 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1452
1453         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1454         and VOID_TYPE_P.
1455
1456 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1457
1458         * cpplib.h (struct cpp_reader): New field include_depth.
1459         (struct cpp_printer): Rename last_bsd to last_id.
1460         * cppfiles.c (read_include_file): Bump include_depth.
1461         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1462         (output_line_command): Output correct #line if a header
1463         is including itself and is not protected against multiple inclusion.
1464         Use include_depth instead of buffer_stack_depth, last_id instead of
1465         last_bsd.
1466         * cppinit.c (cpp_start_read): Initialize last_id instead of
1467         last_bsd.
1468
1469 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1470
1471         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1472         (c-semantics.o): New target.
1473
1474         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1475         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1476         (genrtl_clear_out_block): Likewise.
1477         (genrtl_goto_stmt): Likewise.
1478         (genrtl_expr_stmt): Likewise.
1479         (genrtl_decl_stmt): Likewise.
1480         (genrtl_if_stmt): Likewise.
1481         (genrtl_while_stmt): Likewise.
1482         (genrtl_do_stmt): Likewise.
1483         (genrtl_return_stmt): Likewise.
1484         (genrtl_for_stmt): Likewise.
1485         (genrtl_break_stmt): Likewise.
1486         (genrtl_continue_stmt): Likewise.
1487         (genrtl_scope_stmt): Likewise.
1488         (genrtl_switch_stmt): Likewise.
1489         (genrtl_case_label): Likewise.
1490         (genrtl_begin_compound_stmt): Likewise.
1491         (gerntl_finish_compound_stmt): Likewise.
1492         (genrtl_compound_stmt): Likewise.
1493         (genrtl_asm_stmt): Likewise.
1494         (genrtl_decl_cleanup): Likewise.
1495         (DECL_ANON_UNION_ELEMS): Likewise.
1496         (emit_local_var): Likewise.
1497         (make_rtl_for_local_static): Likewise.
1498         (expand_cond): Likewise.
1499         (expand_stmt): Likewise.
1500         (c_expand_return): Likewise.
1501         (c_expand_start_case): Likewise.
1502         (do_case): Likewise.
1503         (COMPOUND_STMT_NO_SCOPE): Likewise.
1504         (c_expand_asm_operands): Likewise.
1505         (NEW_FOR_SCOPE_P): New macro.
1506         (expand_expr_stmt_fn): New type.
1507
1508         (set_current_function_name_declared): Likewise.
1509         (current_function_name_declared): Likewise.
1510         (lang_expand_stmt): Likewise.
1511         (stmts_are_full_exprs_p): Likewise.
1512         (anon_aggr_type_p): Likewise.
1513         (lang_expand_expr_stmt): Likewise.
1514         (build_case_label): Likewise.
1515
1516         * c-decl.c (lang_expand_expr_stmt): Initialize.
1517         (stmts_are_full_exprs_p): Define.
1518         (current_function_name_declared): Likewise.
1519         (do_case): Likewise.
1520         (lang_expand_stmt): Likewise.
1521         (set_current_function_name_declared): Likewise.
1522         (anon_aggr_type_p): Likewise.
1523
1524         * c-semantics.c: New file.
1525         (expand_cond): Moved from cp/semantics.c.
1526         (genrtl_do_pushlevel): Likewise.
1527         (genrtl_clear_out_block): Likewise.
1528         (genrtl_goto_stmt): Likewise.
1529         (genrtl_expr_stmt): Likewise.
1530         (genrtl_decl_stmt): Likewise.
1531         (genrtl_if_stmt): Likewise.
1532         (genrtl_while_stmt): Likewise.
1533         (genrtl_do_stmt): Likewise.
1534         (genrtl_return_stmt): Likewise.
1535         (genrtl_for_stmt): Likewise.
1536         (genrtl_break_stmt): Likewise.
1537         (genrtl_continue_stmt): Likewise.
1538         (genrtl_scope_stmt): Likewise.
1539         (genrtl_switch_stmt): Likewise.
1540         (genrtl_case_label): Likewise.
1541         (genrtl_begin_compound_stmt): Likewise.
1542         (genrtl_finish_compound_stmt): Likewise.
1543         (genrtl_compound_stmt): Likewise.
1544         (genrtl_asm_stmt): Likewise.
1545         (genrtl_decl_cleanup): Likewise.
1546         (make_rtl_for_local_static): Moved from cp/decl.c.
1547         (emit_local_var): Likewise.
1548         (expand_stmt): Define.
1549
1550         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1551         (c_expand_return): Likewise.
1552         (c_expand_start_case): Likewise.
1553
1554 2000-07-01  Richard Henderson  <rth@cygnus.com>
1555
1556         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1557         with the low 13 bits set.
1558         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1559         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1560         of the low 13 bits into a CONST plus an adddi3.
1561         (load_symptr): Set RTX_UNCHANGING_P.
1562
1563 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1564
1565         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1566         * c-common.c (ridpointers): Declare.
1567         * c-common.h (enum rid): Declare.
1568         (NORID): Likewise.
1569         (ridpointers): Likewise.
1570         * c-lex.c (ridpointers): Don't declare.
1571         (init_lex): Initialize ridpointers.
1572         * c-lex.h (enum rid): Don't declare.
1573         (NORID): Likewise.
1574         (RID_FIRST_MODIFIER): Likewise.
1575         (ridpointers): Likewise.
1576
1577 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1578
1579         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1580         have global scope.
1581
1582 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1583
1584         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1585         always an error.
1586
1587 2000-06-30  Catherine Moore  <clm@cygnus.com>
1588
1589         * c-common.c (decl_attributes):  Differentiate between
1590         types and type decls for alignment.
1591
1592 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1593
1594         * cpp.texi: Document #pragma GCC dependency
1595         * cppfiles.c (open_include_file): Set date to unknown.
1596         (_cpp_compare_file_date): New function.
1597         (read_include_file): Set file date.
1598         * cpphash.h (struct include_file): Add date member.
1599         (_cpp_compare_file_date): Prototype.
1600         * cpplib.c (parse_include): Add trail parameter. Adjust.
1601         (do_include): Adjust parse_include call.
1602         (do_import): Likewise.
1603         (do_include_next): Likewise.
1604         (gcc_pragmas): Add dependency pragma.
1605         (do_pragma_dependancy): New pragma.
1606
1607 2000-06-29  Jason Merrill  <jason@redhat.com>
1608
1609         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1610         no operands.
1611
1612 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1613
1614         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1615         a volatile mem and FR_REGS.
1616
1617 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1618
1619         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1620         * c-common.h (flag_const_strings): Declare.
1621         (warn_format): Likewise.
1622         (flag_traditional): Likewise.
1623         (flag_isoc99): Likewise.
1624         (warn_parentheses): Likewise.
1625         (warn_conversion): Likewise.
1626         (C_TYPE_OBJECT_P): Likewise.
1627         (C_TYPE_INCOMPLETE_P): Likewise.
1628         (C_TYPE_FUNCTION_P): Likewise.
1629         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1630         (C_EXP_ORIGINAL_CODE): Likewise.
1631         (build_unary_op): Likewise.
1632         (build_binary_op): Likewise.
1633         (lvalue_p): Likewise.
1634         (default_conversion): Likewise.
1635         (common_type): Likewise.
1636         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1637         (C_TYPE_INCOMPLETE_P): Likewise.
1638         (C_TYPE_FUNCTION_P): Likewise.
1639         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1640         (C_EXP_ORIGINAL_CODE): Likewise.
1641         (common_type): Likewise.
1642         (default_conversion): Likewise.
1643         (build_binary_op): Likewise.
1644         (build_unary_op): Likewise.
1645         (lvalue_p): Likewise.
1646         (flag_const_strings): Likewise.
1647         (warn_format): Likewise.
1648         (warn_conversion): Likewise.
1649         (flag_traditional): Likewise.
1650         (flag_isoc99): Likewise.
1651         (warn_parentheses): Likewise.
1652
1653 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1654
1655         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1656
1657         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1658         same.  Only tie XFmode with XFmode.
1659
1660 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1661
1662         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1663         * Makefile.in: Update deps.
1664
1665 2000-06-29  Andrew Haley  <aph@cygnus.com>
1666
1667         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1668         to true.
1669
1670 2000-06-29  Andrew Haley  <aph@cygnus.com>
1671
1672         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1673         bytes: remove the multiply by 8.
1674
1675 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1676
1677         * rtl.c : Revert NLS changes.
1678         * gcc.c : Fix bug in display_help introced by my last changes.
1679
1680 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1681
1682         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1683         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1684
1685 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1686
1687         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1688
1689 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1690
1691         * c-decl.c : Mark strings for translation.
1692         (parmlist_tags_warning): Use distinct messages instead
1693         of conditional expressions.
1694         * diagnostic.c (v_message_with_decl): Mark string for translation.
1695         * gcc.c: Mark messages for translation.
1696         (display_help): Combine messages into one string where necessary.
1697         * mips-tfile: Add intl.h. Mark messages for translation.
1698         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1699         messages for translation.
1700         * timevar.c: Mark messages for translation.
1701         * tlink.c: Likewise.
1702         * toplev.c: Likewise.
1703
1704 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1705
1706         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1707
1708         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1709         use -isystem instead of -idirafter.
1710         * i386/i386-interix.h: Likewise.
1711
1712 2000-06-28  Jason Merrill  <jason@redhat.com>
1713
1714         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1715         unless DWARF2_DEBUGGING_INFO is defined.
1716         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1717
1718 2000-06-28  Richard Henderson  <rth@cygnus.com>
1719
1720         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1721
1722 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1723
1724         * cpplex.c (output_line_command): Output correct #line if a header
1725         is including itself and is not protected against multiple inclusion.
1726
1727 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1728
1729         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1730         ENFILE, close all cached file descriptors and try again.
1731         (_cpp_execute_include): Keep a count of the number of times
1732         each header is included.
1733         (close_cached_fd): New function.
1734         * cpphash.h (struct include_file): Rename before to
1735         include_count; all users updated.  Make include_count and sysp
1736         unsigned short.
1737         * cppinit.c (cpp_finish): If -H, report headers that could use
1738         reinclude guards.
1739         (report_missing_guard): New function.
1740
1741 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1742
1743         * i386.md (prologue_set_got): Set length_immediate field.
1744         (testqi_ccno_1):  Add missing '@' character.
1745
1746 2000-06-27  Jason Merrill  <jason@redhat.com>
1747
1748         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1749         DWARF_FRAME_REGNUM.
1750
1751 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1752
1753         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
1754         unsigned macros available.
1755
1756 2000-06-27  Richard Henderson  <rth@cygnus.com>
1757
1758         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1759         epilogue_deallocate_stack.
1760
1761         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1762         completers for UNORDERED and ORDERED as well.
1763         * config/ia64/ia64.md (bunordered, bordered): New.
1764         (sunordered, sordered): New.
1765
1766 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1767
1768         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1769         * i386.c (ix86_attr_length_default): Kill.
1770         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1771         New.
1772         * i386-protos.h (ix86_attr_length_default): Kill
1773         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1774         Add prototype
1775         * i386.md (attribute type): Add "test".
1776         (attribute length_prefix): Kill.
1777         (attribute length_opcode): Kill.
1778         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1779         prefix_rep, prefix_0f, modrm): New.
1780         (attribute length): Compute using the new attributes.
1781         (attribute pent_prefix): New.
1782         (attribute pent_pair): Compute using pent_prefix.
1783         (all insn patterns): Set mode,modrm and immediate_length attributes where
1784         needed.
1785         (cmpsi patterns): Compute sizes propertly for test instruction.
1786         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1787         (movstricthi_xor, movstrictqi_xor): New patterns.
1788         (andsi/andhi): Use splitters to generate xor instructions.
1789         (xorqi_ext_1): New pattern.
1790         (movstricthi->movstricthi_xor peep2): New.
1791
1792 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1793
1794         * i386.md (addqi_low_1): Remove.
1795
1796 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1797
1798         * 1750a.h: Mark help strings for options/switches for translation.
1799         * a29k.h: Likewise.
1800         * alpha.h: Likewise.
1801         * arm.h: Likewise.
1802         * pe.h: Likewise.
1803         * riscix.h: Likewise.
1804         * c4x.h: Likewise.
1805         * clipper.h: Likewise.
1806         * convex.h: Likewise.
1807         * elxsi.h: Likewise.
1808         * fr30.h: Likewise.
1809         * fx80.h: Likewise.
1810         * h8300.h: Likewise.
1811         * i370.h: Likewise.
1812         * cygwin.h: Likewise.
1813         * dgux.h: Likewise.
1814         * djgpp.h: Likewise.
1815         * i386.h: Likewise.
1816         * osf1elf.h: Likewise.
1817         * osfrose.h: Likewise.
1818         * sco5.h: Likewise.
1819         * win32.h: Likewise.
1820         * i860.h: Likewise.
1821         * paragon.h: Likewise.
1822         * i960.h: Likewise.
1823         * ia64.h: Likewise.
1824         * m32r.h: Likewise.
1825         * mcore.h: Likewise.
1826         * mips.h: Likewise.
1827         * mn10300.h: Likewise.
1828         * ns32k.h: Likewise.
1829         * pdp11.h: Likewise.
1830         * pj.h: Likewise.
1831         * aix.h: Likewise.
1832         * aix41.h: Likewise.
1833         * aix43.h: Likewise.
1834         * beos.h: Likewise.
1835         * rs6000.h: Likewise.
1836         * sysv4.h: Likewise.
1837         * linux.h: Likewise.
1838         * linux64.h: Likewise.
1839         * sp64-elf.h: Likewise.
1840         * sparc.h: Likewise.
1841         * splet.h: Likewise.
1842         * v850.h: Likewise.
1843         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1844         for translation.
1845         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1846         Properly document option and mark for translation.
1847         * sp86x-elf.h: Likewise.
1848
1849 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1850
1851         Add MMX and SSE registers to i386 machine description.
1852         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1853         ix86_local_alignment): Declare.
1854
1855         * i386.h (TARGET_MMX, TARGET_SSE): New.
1856         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1857         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1858         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1859         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1860         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1861         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1862         (RETURN_IN_MEMORY): Handle MMX/SSE.
1863         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1864         also get stack space.
1865         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1866         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1867         (MMX_REGISTER_NAMES): New.
1868         (ALIGN_MODE_128): New macro.
1869         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1870         (DATA_ALIGNMENT): Likewise.
1871         (LOCAL_ALIGNMENT): Likewise.
1872         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1873         TARGET_MMX/TARGET_SSE.
1874         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1875         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1876         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1877         SSE/MMX regs and something else.
1878         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1879         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1880         3 if moving between MMX regs and something else.
1881
1882         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1883         (regclass_map): Add MMX/SSE registers.
1884         (print_operand): Add code to print XMMWORD as appropriate.
1885         (ix86_split_movdi): Abort for MMX regs.
1886         (init_cumulative_args): Also allow SSE_REGS
1887         (function_arg_advance, function_arg): Likewise
1888         (print_reg): Support 'm'.  Add case for TImode.
1889         (override_options): TARGET_SSE implies TARGET_MMX.
1890         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1891         New functions.
1892
1893         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1894         FIRST_SSE_REG.
1895         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1896         memory.
1897         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1898         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1899
1900 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1901
1902         * ssa.c (struct rename_set_data): Change the name of field
1903         'set_dest' to 'old_reg'.  Add comments.
1904         (struct rename_context): Change the name of 'set_data' to
1905         'new_renames'.  Add new field 'done_renames'.
1906         (create_delayed_rename): New function.
1907         (apply_delayed_renames): New function.
1908         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1909         SUBREGs and similar by emitting a move.
1910         (new_registers_for_updates): Delete, functionality moved to
1911         apply_delayed_renames.
1912         (rename_block): Handle moves emitted by rename_insn_1 by putting
1913         them into a SEQUENCE with the original insn.  Add sanity checks
1914         and comments.
1915         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1916         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1917
1918 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1919             Jason Merrill <jason@redhat.com>
1920
1921         * dwarf2.h (enum dwarf_call_frame_info): Add
1922         DW_CFA_def_cfa_expression.
1923         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1924         dw_loc_descr_struct entry.
1925         (struct cfa_loc): New structure to track a CFA location.
1926         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1927         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1928         offset, plus handle DW_CFA_def_cfa_expression.
1929         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1930         cfa_loc record.
1931         (dwarf2out_def_cfa): Entry point maintained for compatability.
1932         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1933         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1934         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1935         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1936         cfa_reg.
1937         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1938         sequences for the new DW_CFA_def_cfa_expression record.
1939         (dwarf2out_frame_debug): Use new variables/fields.A
1940         (output_cfi): Handle DW_CFA_def_cfa_expression.
1941         (output_cfa_loc): New function to generate a CFI record for
1942         DW_CFA_def_cfa_expression.
1943         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1944         a dw_loc_descr sequeunce.
1945         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1946         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1947         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1948         unwind info section.
1949         * frame.h (frame_state): Add base_offset and indirect fields.
1950         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1951         dw_loc_descr operation.
1952         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1953         (struct frame_state): Add base offset and indirect fields.
1954         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1955
1956 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1957
1958         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1959         Make warnings about implicit int be pedwarns in C99.  Don't warn
1960         about duplicate type qualifiers in C99.
1961         (start_function): Make warning about implict int return type be a
1962         pedwarn in C99.
1963         * c-lex.c (yylex): Don't warn about `long long' in C99.
1964         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1965         `return' with no value in function returning non-void.
1966
1967 2000-06-26  Richard Henderson  <rth@cygnus.com>
1968
1969         * c-typeck.c (pedwarn_c99): New.
1970         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1971         * toplev.h: Prototype them.
1972
1973 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1974
1975         * c-typeck.c (digest_init): Return error_mark_node node when
1976         TREE_TYPE (init)  == error_mark_node.
1977
1978 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1979
1980         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1981         test for msgfmt without path instead.
1982         * configure: Rebuilt.
1983
1984 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1985
1986         * gengenrtl.c (special_rtx): Fix typo in comment.
1987
1988 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1989
1990         * mklibgcc.in (LIB2FUNCS): Add missing space.
1991
1992 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1993
1994         * tree.h (enum tree_index): Add vector type nodes.
1995         Add accessor macros for them.
1996         (TYPE_REPRESENATION_TYPE): New macro.
1997         * tree.c (build_common_tree_nodes_2): Build these nodes.
1998         (finish_vector_type): New function.
1999         * c-common.c (type_for_mode): Handle vector modes.
2000         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
2001
2002         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
2003         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
2004         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
2005         (gen_type_die): Likewise.
2006         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
2007         (fundamental_type_code): Likewise.
2008         (type_is_fundamental): VECTOR_TYPEs aren't.
2009         (output_type): Handle VECTOR_TYPEs.
2010
2011 2000-06-25  Kazu Hirata  <kazu@hxi.com>
2012
2013         * config/arm.c: Fix a comment typo.
2014         * config/arm.h: Likewise.
2015
2016 2000-06-25  Philipp Thomas  <pthomas@suse.de>
2017
2018         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
2019         compiler found.
2020         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
2021         * configure: Rebuilt.
2022
2023 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
2024
2025         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
2026
2027 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2028
2029         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
2030         libgcc.a.
2031
2032 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
2033
2034         * collect2.c (resolve_lib_name): Move '/' check out of loop.
2035
2036 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
2037
2038         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
2039
2040 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
2041
2042         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
2043         last_unconditional_cleanup.
2044
2045 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2046
2047         * tree.def (VECTOR_TYPE): New node type.
2048         * tree.h: Adjust some comments to reflect addition of vector types.
2049         (TYPE_VECTOR_SUBPARTS): New macro.
2050         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
2051         * c-convert.c (convert): Likewise.
2052         * convert.c (convert_to_integer): Handle vector modes.
2053         (convert_to_vector): New function.
2054         * convert.h (convert_to_vector): Declare.
2055         * expr.c (convert_move): Handle vector modes.
2056         * expmed.c (extract_bit_field): Don't abort for vector modes.
2057
2058 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
2059
2060         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
2061         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
2062         New functions, common code moved from function_{prologue,epilogue}
2063         and extended to support the -mtiny-stack option.
2064         (function_prologue, function_epilogue): Use them.
2065         Use lo8/hi8 consistently for asm output readability.
2066         (avr_hard_regno_mode_ok): New function.
2067         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
2068         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
2069         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
2070         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
2071         Write SPH before SPL.
2072         (*movqi): No need to disable interrupts for just one "out"
2073         in alternative 5.  Change length attribute from 4 to 1.
2074         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
2075         Write SPH before SPL.
2076
2077 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2078
2079         * rtl.texi (Vector Operations): New node.
2080         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
2081         (Conversions): Add ss_truncate, us_truncate.
2082         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
2083         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
2084         US_TRUNCATE): New rtx codes.
2085         * machmode.def: Add vector modes.
2086         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
2087         MODE_VECTOR_FLOAT.
2088         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
2089         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
2090         (VECTOR_MODE_P): New.
2091
2092 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
2093
2094         * cpp.texi: Clarify #pragma GCC namespace.
2095
2096 2000-06-24  Philipp Thomas  <pthomas@suse.de>
2097
2098         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
2099         all catalogs specified in ALL_LINGUAS.
2100         * configure: Rebuilt.
2101
2102 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2103
2104         * config/sparc/sparc.md (reload_outdi+1): Handle
2105         HOST_BITS_PER_WIDE_INT == 64 case correctly.
2106         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
2107
2108 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
2109
2110         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
2111         struct vs. scalar-ness when -fno-strict-aliasing.
2112
2113 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
2114
2115         * cpplib.c (struct pragma_entry): New structure.
2116         (pragma_dispatch): Pragma dispatcher.
2117         (top_pragmas, gcc_pragmas): New static variables.
2118         (do_pragma): Use pragma_dispatch.
2119         (do_pragma_gcc): New pragma handler.
2120         * cpp.texi: Update.
2121
2122 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2123
2124         * calls.c (compute_argument_addresses): Force stack slots into
2125         alias set 0.
2126         * expr.c (emit_push_insn): Force pushes into alias set 0.
2127
2128 2000-06-23  Richard Henderson  <rth@cygnus.com>
2129
2130         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
2131         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
2132
2133 2000-06-22  Jason Merrill  <jason@redhat.com>
2134
2135         * toplev.c (compile_file): Always call timevar_print.
2136         * Makefile.in (calls.o): Depend on TIMEVAR_H.
2137
2138 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2139
2140         * varasm.c (constant_descriptor): Make contents unsigned char.
2141         (mark_const_hash_entry): Adjust.
2142         (const_hash): Just hash the code of unknown nodes.
2143         (compare_constant_1): Adjust for unsigned char.
2144         Use language specific expander on unknown nodes.
2145         (record_constant_1): Likewise.
2146
2147 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2148
2149         * cppfiles.c (cpp_make_system_header): New function.
2150         * cpplib.h: Prototype it.
2151         * cpplib.c (do_line, do_pragma_system_header): Use it.
2152         * fix-header.c (read_scan_file): Use it.
2153
2154         * fix-header.c (check_macro_names): Cast second arg of
2155         cpp_defined to const unsigned char *.
2156         (read_scan_file): Make getchar_call const unsigned char.
2157
2158 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2159
2160         * cppfiles.c: Include splay-tree.h, not hashtab.h.
2161         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
2162         (destroy_include_file_node): New.
2163         (_cpp_init_include_hash): Rename _cpp_init_include_table.
2164         Create a splay tree, not a hash table.
2165         (open_include_file): Look up the path in the include table,
2166         do the multiple include optimization here, etc.
2167         (cpp_included): Walk the path.
2168         (find_include_file): Just walk the path calling
2169         open_include_file, or call it directly for an absolute path.
2170         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
2171         scheme.
2172         (read_include_file): Update for new scheme.  Don't close the
2173         file unless reading fails.
2174         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
2175
2176         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
2177         (struct include_file): New.
2178         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
2179         macros.
2180         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
2181         Update prototypes.
2182
2183         * cppinit.c: Include splay-tree.h.
2184         (cpp_reader_init, cpp_cleanup): Update.
2185
2186         * cpplib.h (struct cpp_buffer): Change ihash field to
2187         'struct include_file *inc'.  Remove system_header_p.
2188         (struct cpp_reader): Change all_include_files to a
2189         struct splay_tree_s *.
2190
2191         * cpplex.c: Update all references to cpp_buffer->ihash and/or
2192         cpp_buffer->system_header_p.
2193         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
2194
2195         * Makefile.in (SPLAY_TREE_H): New macro.
2196         (cppfiles.o, cppinit.o): Update dependencies.
2197
2198 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
2199
2200         * invoke.texi (g++): "g++" is not a script anymore.
2201
2202 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2203
2204         * function.c (round_down): Delete obsolete prototype.
2205
2206         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
2207
2208 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
2209
2210         * configure.in: Use 'test a = b' not 'test a == b'.
2211         * configure: Regen.
2212
2213         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
2214
2215         * Makefile.in: Remove all references to HOST_INTLLIBS.
2216
2217         * cpplex.c (parse_name): Don't warn about $ in identifiers if
2218         skipping.
2219
2220 2000-06-20  Philipp Thomas  <pthomas@suse.de>
2221
2222         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
2223         for PA 2.0.
2224
2225 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2226
2227         * Take REG_INC notes into account.
2228
2229 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
2230
2231         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
2232         (primary: IDENTIFIER): Just call build_external_ref.
2233         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2234         Regenerate.
2235         * c-lex.c (lastiddecl): Remove.
2236         (yylex): Replace all instances of lastiddecl with local
2237         variables.
2238
2239         * c-typeck.c (build_external_ref): New function.  Treat decls
2240         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
2241         Look up the decl from the id here.  Call lookup_objc_ivar.
2242         * c-lang.c (lookup_objc_ivar): Stub.
2243         * objc/objc-act.c (lookup_objc_ivar): New function.
2244
2245         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
2246         * c-lex.h: Don't declare lastiddecl.
2247
2248 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
2249
2250         * c-common.h (IF_COND): Added documentation.
2251         (THEN_CLAUSE): Likewise.
2252         (ELSE_CLAUSE): Likewise.
2253         (WHILE_COND): Likewise.
2254         (WHILE_BODY): Likewise.
2255         (DO_COND): Likewise.
2256         (DO_BODY): Likewise.
2257         (RETURN_EXPR): Likewise.
2258         (EXPR_STMT_EXPR): Likewise.
2259         (FOR_INIT_STMT): Likewise.
2260         (FOR_COND): Likewise.
2261         (FOR_EXPR): Likewise.
2262         (FOR_BODY): Likewise.
2263         (SWITCH_COND): Likewise.
2264         (SWITCH_BODY): Likewise.
2265         (CASE_LOW): Likewise.
2266         (CASE_HIGH): Likewise.
2267         (GOTO_DESTINATION): Likewise.
2268         (COMPOUND_BODY): Likewise.
2269         (ASM_CV_QUAL): Likewise.
2270         (ASM_STRING): Likewise.
2271         (ASM_OUTPUTS): Likewise.
2272         (ASM_INPUTS): Likewise.
2273         (ASM_CLOBBERS): Likewise.
2274         (DECL_STMT_DECL): Likewise.
2275         (STMT_EXPR_STMT): Likewise.
2276         (LABEL_STMT_LABEL): Likewise.
2277
2278         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
2279         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
2280         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
2281         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2282
2283 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2284
2285         * configure.in (--enable-checking): Update --help doc to reflect
2286         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
2287
2288 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2289
2290         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
2291
2292         * function.c (put_var_into_stack): Don't reference DECL_ fields
2293         if input is a SAVE_EXPR.
2294         Use set_mem_attributes in COMPLEX case.
2295
2296 2000-06-18  Richard Henderson  <rth@cygnus.com>
2297
2298         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
2299         (ia64_file_start): Declare.
2300         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
2301         (GR_REGNO_P): Likewise.
2302         * config/ia64/ia64.c: Many prototypes.
2303         (ia64_reg_numbers): Constify.
2304         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
2305         (ia64_section_threshold): Make unsigned.
2306         (ia64_print_operand): Constify.
2307         (fix_range): Constify.
2308         (ia64_init_builtins): Don't compare signed vs unsigned.
2309         (ia64_expand_builtin): Likewise.
2310
2311         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
2312         (CONSTRAINT_OK_FOR_Q): New.
2313         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
2314         (movsf_internal, movdf_internal): Likewise.
2315         (cmovdi_internal): Rewrite so that constraints and predicates match;
2316         simplify splitters.
2317         (cmovsi_internal): Likewise.
2318
2319         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
2320         (ASM_FILE_START): New.
2321         * config/ia64/ia64.c (ia64_file_start): New.
2322         (rtx_needs_barrier): Handle pred.rel.mutex.
2323         (emit_predicate_relation_info): New.
2324         * config/ia64/ia64.md (pred_rel_mutex): New.
2325         * config/ia64/linux.h (ASM_SPEC): Define.
2326         * config/ia64/sysv4.h (ASM_FILE_START): Define.
2327
2328         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
2329         filtering global register variables.
2330
2331 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2332
2333         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
2334
2335 2000-06-17  Michael Meissner  <meissner@redhat.com>
2336
2337         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
2338         not present and there is a field after a '-'.
2339
2340 2000-06-17  Bruce Korb  <bkorb@gnu.org>
2341
2342         * fixinc/check.tpl:  finish the implementation of multiple tests
2343         for a single fix
2344         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
2345         (io_quotes_def): add a second test
2346         (various): reorder `files' so that "limits.h" is never first
2347         * fixinc/tests/base/*: update the testing output
2348
2349 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2350
2351         * gcc.texi: Remove reference to stupid.c.
2352
2353 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
2354
2355         * c-common.c (c_tree_code_type): New array.
2356         (c_tree_code_length): Likewise.
2357         (c_tree_code_name): Likewise.
2358         (add_c_tree_codes): New function.
2359
2360         * c-common.h (add_c_tree_codes): Declare.
2361         (enum c_tree_code): New enum.
2362
2363         * c-lex.c (init_parse): Added call to add_c_tree_codes.
2364
2365 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2366
2367         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
2368         select pattern to also match macro defs with only one argument.
2369
2370 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
2371
2372         * i386.md: Create new [right,left] rotate and right shift
2373         patterns to optimize shift by 1 bit for certain ia32 processors.
2374         Update patterns which perform left shifts to optimize shift by
2375         1 bit for certain ia32 processors.
2376         * i386.c (const_int_1_operand): New predicate.
2377         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
2378         * i386-protos.h (const_int_1_operand): Prototype.
2379
2380 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2381
2382         * mips.c (machine_dependent_reorg): Fix braces for nested if.
2383
2384 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
2385
2386         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
2387         LABEL_REFs.
2388
2389 2000-06-14  Richard Henderson  <rth@cygnus.com>
2390
2391         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
2392
2393         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
2394         auto-inc code.
2395
2396         * print-rtl.c (print_rtx): Emit space before mem alias set.
2397
2398 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
2399
2400         * rs6000.c (expand_block_move): Fix typo in earlier change.
2401         (print_operand): Remove unused variables neg and op.
2402         (toc_hash_mark_entry): Fix prototype.
2403
2404 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2405
2406         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2407         (THEN_CLAUSE): Likewise.
2408         (ELSE_CLAUSE): Likewise.
2409         (WHILE_COND): Likewise.
2410         (WHILE_BODY): Likewise.
2411         (DO_COND): Likewise.
2412         (DO_BODY): Likewise.
2413         (RETURN_EXPR): Likewise.
2414         (EXPR_STMT_EXPR): Likewise.
2415         (FOR_INIT_STMT): Likewise.
2416         (FOR_COND): Likewise.
2417         (FOR_EXPR): Likewise.
2418         (FOR_BODY): Likewise.
2419         (SWITCH_COND): Likewise.
2420         (SWITCH_BODY): Likewise.
2421         (CASE_LOW): Likewise.
2422         (CASE_HIGH): Likewise.
2423         (GOTO_DESTINATION): Likewise.
2424         (COMPOUND_BODY): Likewise.
2425         (ASM_CV_QUAL): Likewise.
2426         (ASM_STRING): Likewise.
2427         (ASM_OUTPUTS): Likewise.
2428         (ASM_INPUTS): Likewise.
2429         (ASM_CLOBBERS): Likewise.
2430         (DECL_STMT_DECL): Likewise.
2431         (STMT_EXPR_STMT): Likewise.
2432         (LABEL_STMT_LABEL): Likewise.
2433         (SCOPE_BEGIN_P): Likewise.
2434         (SCOPE_END_P): Likewise.
2435         (SCOPE_STMT_BLOCK): Likewise.
2436         (SCOPE_NULLIFIED_P): Likewise.
2437         (SCOPE_NO_CLEANUPS_P): Likewise.
2438         (SCOPE_PARTIAL_P): Likewise.
2439         (ASM_VOLATILE_P): Likewise.
2440         (STMT_LINENO): Likewise.
2441         (STMT_LINENO_FOR_FN_P): Likewise.
2442
2443         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2444         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2445         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2446         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2447         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2448
2449         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2450
2451 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2452
2453         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2454         writable in parts of the GCC code.
2455
2456         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2457         specification match cast.
2458
2459 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2460
2461         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2462         * configure, config.in: Rebuilt.
2463         * sys-protos.h: Similarly.
2464
2465 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2466
2467         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2468         * basic-block.h (EDGE_COMPLEX): ... here.
2469
2470         * loop.c (check_dbra_loop): Specify the register when
2471         generating REG_NONNEG notes and don't generate duplicates.
2472
2473 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2474
2475         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2476         (struct tree_type, struct tree_decl): Add user_align member.
2477         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2478         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2479         and DECL_USER_ALIGN 0, cap alignment to this value.
2480         (place_field): Likewise.
2481         (finalize_type_size): Set TYPE_USER_ALIGN.
2482         (layout_type): Likewise.
2483         (initialize_sizetypes): Likewise.
2484         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2485         DECL_USER_ALIGN to 1.
2486         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2487         (xfer_tag): Set TYPE_USER_ALIGN.
2488         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2489         (finish_enum): Likewise.
2490         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2491         (expand_anon_union_decl): Likewise.
2492         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2493         (build_index_type): Set TYPE_USER_ALIGN.
2494         (build_range_type): Likewise.
2495         (build_common_tree_nodes_2): Likewise.
2496         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2497
2498 2000-06-13  Andreas Jaeger  <aj@suse.de>
2499
2500         * configure.in: Use --enable-checking=misc,tree,gc by default if
2501         no --enable-checking option is given and for
2502         --enable-checking=yes.
2503         * configure: Rebuilt.
2504
2505 2000-06-13  Richard Henderson  <rth@cygnus.com>
2506
2507         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2508         (__throw): Don't pass the address of a label.
2509
2510         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2511         current_function_is_leaf.
2512         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2513         instead of reg_names[RETURN_ADDRESS_REGNUM].
2514         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2515         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2516         from RETURN_ADDRESS_REGNUM.  Update all uses.
2517         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2518         zero instead of null on failure.
2519         (ELIMINABLE_REGS): Add ra->b0 elimination.
2520         (CAN_ELIMINATE): Update accordingly.
2521         (INITIAL_ELIMINATION_OFFSET): Likewise.
2522         (REGISTER_NAMES): Use an illegal assembler name for
2523         RETURN_ADDRESS_POINTER_REGNUM.
2524
2525 2000-06-13  Richard Henderson  <rth@cygnus.com>
2526
2527         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2528         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2529         (REG_CLASS_NAMES): Likewise.
2530         (REG_CLASS_CONTENTS): Likewise.
2531         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2532         (HARD_REGNO_MODE_OK): Remove references to them.
2533         (REGNO_REG_CLASS): Likewise.
2534         (REG_CLASS_FROM_LETTER): Likewise.
2535         (CLASS_MAX_NREGS): Likewise.
2536         (REGISTER_MOVE_COST): Likewise.
2537         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2538         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2539         (movqi_internal): Special case moves from zero.
2540         (movhi_internal, movsi_internal): Likewise.
2541         (movdi_internal): Likewise.  Fill out "f" constraints.
2542         (movsf_internal): Fill out "r" constraints.
2543         (movdf_internal): Likewise.
2544
2545 2000-06-13  Richard Henderson  <rth@cygnus.com>
2546
2547         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2548         alive before reload.
2549
2550         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2551         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2552         (remove_dependence): Always define.
2553         (set_sched_group_p): New.
2554         (sched_analyze_2): Use it.
2555         (sched_analyze_insn): Don't special-case naked uses.  Look for
2556         and extend in_post_call_group_p.
2557         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2558         (init_deps): Clear in_post_call_group_p.
2559
2560 2000-06-13  Richard Henderson  <rth@cygnus.com>
2561
2562         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2563         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2564         and hard-coded tests.
2565         (simplify_set): Likewise.
2566         (gen_lowpart_for_combine): Likewise.
2567         * emit-rtl.c (gen_lowpart_common): Likewise.
2568         * global.c (find_reg): Likewise.
2569         * local-alloc.c (find_free_reg): Likewise.
2570         * recog.c (register_operand): Likewise.
2571         * regclass.c (init_reg_sets_1): Likewise.
2572         (record_operand_costs, regclass): Likewise.
2573         * reload.c (push_reload): Likewise.
2574         * reload1.c (choose_reload_regs): Likewise.
2575         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2576         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2577         Update all references.
2578         * regs.h (struct reg_info_def): Likewise.
2579         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2580         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2581         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2582
2583         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2584         (CLASS_CANNOT_CHANGE_MODE_P): New.
2585         * config/mips/mips.h: Likewise.
2586         * config/pa/pa32-regs.h: Likewise.
2587         * config/pa/pa64-regs.h: Likewise.
2588         * config/rs6000/rs6000.h: Likewise.
2589         * config/sh/sh.h: Likewise.
2590         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2591         (CLASS_CANNOT_CHANGE_MODE_P): New.
2592         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2593         * config/d30v/d30v.h: Likewise.
2594
2595 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2596
2597         * configure.in: Add AC_TYPE_GETGROUPS test.
2598         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2599         * configure: Rebuilt.
2600         * config.in: Rebuilt.
2601
2602 2000-06-13  Richard Henderson  <rth@cygnus.com>
2603
2604         * explow.c (set_mem_attributes): Do nothing for NULL type.
2605
2606 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2607
2608         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2609         correctly.
2610
2611 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2612
2613         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2614
2615 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2616
2617         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2618
2619 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2620
2621         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2622         * configure: Rebuilt.
2623
2624 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2625
2626         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2627         We now default to ELF for the i386, and a.out is the special case.
2628         * configure:  Rebuilt.
2629
2630 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2631
2632         * final.c (final_scan_insn): Delete notes between cc0 setter and
2633         user when restarting from setter.
2634
2635 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2636
2637         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2638         cast to squelch signed/unsigned warnings.
2639
2640 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2641
2642         * cpplib.c (handle_directive): Print non-NUL-terminated string
2643         with %.*s.
2644
2645 2000-06-12  Michael Meissner  <meissner@redhat.com>
2646
2647         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2648         path if the machine needs extra support to do conditional
2649         execution.
2650
2651 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2652
2653         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2654         to print the alias set.
2655         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2656
2657 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2658
2659         * config/float-vax.h: Add GFLOAT defines.
2660
2661 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2662
2663         * configure.in: Update tm dependencies for MPE.
2664         * configure: Rebuilt.
2665
2666 2000-06-12  H.J. Lu  <hjl@gnu.org>
2667
2668         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2669
2670 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2671
2672         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2673         (CPP_SPEC): Change mthreads to pthread.
2674         (LIB_SPEC): Likewise.
2675         (STARTFILE_SPEC): Likewise.
2676         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2677         (CPP_SPEC): Change mthreads to pthread.
2678         (LIB_SPEC): Likewise.
2679         (STARTFILE_SPEC): Likewise.
2680         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2681         * rs6000.c (reg_or_arith_cint_operand): New.
2682         (num_insns_constant_wide): Decorate unsigned constant.
2683         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2684         * rs6000.md (addsi3): Use new predicate.
2685         (subsi3, adddi3, subdi3): Likewise.
2686
2687 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2688
2689         * c-common.c (lang_get_alias_set): Fix typo.
2690
2691 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2692
2693         * flow.c (mark_used_regs): Revert last change.
2694         (life_analysis): Remove PROP_AUTOINC if running after reload.
2695         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2696
2697 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2698
2699         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2700         has run.
2701
2702 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2703
2704         * bb-reorder.c (build_scope_forest): Initialize variable
2705         `curr_scope'.
2706
2707         * calls.c (expand_call): Likewise for variables
2708         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2709
2710         * i386.c (function_arg_advance, function_arg): Cast to avoid
2711         signed/unsigned warnings.
2712
2713         * i386.h (MEMORY_MOVE_COST): Likewise.
2714
2715         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2716         `else_start' and `else_end'.
2717
2718         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2719
2720         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2721
2722 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2723
2724         * Makefile.in (libintl.a): Depend on intl.all.
2725
2726 2000-06-09  H.J. Lu  (hjl@gnu.org)
2727
2728         * Makefile.in (c-parse.o): Also depend on output.h.
2729
2730 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2731
2732         * mcore-protos.h: discards const warning removal.
2733         * mcore.c: discards const warning removal.
2734
2735 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2736
2737         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2738         the beginning of the file.
2739
2740 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2741
2742         * real.h:  Add prototype for ldexp.
2743
2744 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2745
2746         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2747         it ggc_alloc, drop second argument, never clear returned memory.
2748         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2749         (ggc_alloc_cleared): New.
2750         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2751         ggc_alloc_obj.  Remove ggc_alloc macro.
2752         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2753
2754         * rtl.c (rtvec_alloc): Clear the vector always.
2755         (rtx_alloc): Clear the first word always.  Remove dirty
2756         obstack tricks (this routine is no longer a bottleneck).
2757         * tree.c (make_node): Clear the new node always.
2758         (make_tree_vec): Likewise.
2759         (tree_cons): Clear the common structure always.
2760         (build1): Likewise; also, clear TREE_COMPLEXITY.
2761         * gengenrtl.c: Use puts wherever possible.  Remove extra
2762         newlines.
2763         (gendef): Clear the first word of an RTX in the generator
2764         function, irrespective of ggc_p.  Initialize '0' slots to
2765         NULL.
2766         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2767         thin wrapper macro around obstack_alloc.
2768
2769         * stmt.c (expand_fixup): Use ggc_alloc.
2770         * c-typeck.c (add_pending_init): Use ggc_alloc.
2771         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2772         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2773         const0_rtx when it is created.
2774         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2775         we are not in a function.
2776
2777         * tree.c (tree_class_check_failed): Make second arg an int.
2778         * tree.h: Update prototype.
2779
2780 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2781
2782         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2783         of an error_mark_node.
2784
2785 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2786
2787         * config/avr/avr.c (asm_output_section_name): bugfix.
2788
2789 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2790
2791         * timevar.def: Add TV_EXPAND.
2792         * timevar.c (timevar_print): Update timing information.
2793         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2794
2795         * stmt.c (expand_return): Check for error_mark_node.
2796
2797 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2798
2799         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2800
2801         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2802         variable against filename expansion when it contains "char *".
2803
2804         * system.h (SSIZE_MAX): Delete backup definition.
2805
2806         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2807         instead of SSIZE_MAX.
2808
2809 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2810
2811         * configure.in: Check whether gas supports -relax.
2812         * configure, config.in: Rebuilt.
2813         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2814         (EXTRA_SPECS): Add asm_relax.
2815         (ASM_SPEC): Add %(asm_relax).
2816         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2817         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2818         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2819         (ASM_SPEC): Add %(asm_relax).
2820         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2821         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2822         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2823         instead of mov, so that gas can further optimize it.
2824
2825 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2826
2827         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2828         size_of_sleb128.
2829         (value_format, case dw_val_class_const): Use sdata format.
2830         (output_die): Call output_sleb128.
2831
2832 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2833
2834         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2835         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2836         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2837         (output_die, case dw_val_class_unsigned_const): Correct call to
2838         ASM_OUTPUT_DWARF_DATA8.
2839         (output_die, case dw_val_class_long_long): Use
2840         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2841         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2842         pos is zero.
2843
2844         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2845         (output_function_prologue): Fix mispelling.
2846         (output_function_prologue, output_function_epilogue): Reorder to
2847         match ia64.c definition order.
2848         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2849         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2850         Use r3 instead of r2 for large stack restores.
2851         (ia64_output_end_prologue): New function.
2852         (process_set): Emit ".restore sp" for epilogue stack restores.
2853         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2854
2855 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2856
2857         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2858         incomplete types.
2859
2860 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2861
2862         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2863
2864 2000-06-08  Denis Perchine <dyp@perchine.com>
2865
2866         * frame.c (start_fde_sort): Don't malloc (0).
2867
2868 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2869
2870         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2871         error_mark_node.
2872         * print-tree.c (print_node): The transparent_union_flag means
2873         different things for unions and arrays.  Do not inspect it
2874         with TYPE_TRANSPARENT_UNION.
2875
2876 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2877
2878         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2879         returned NULL.
2880
2881 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2882
2883         * config/avr/avr.c (asm_output_section_name): output section
2884         attributes.
2885         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2886
2887 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2888
2889         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2890         fields into header field.
2891         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2892         macros to access length, flags, and version info from header field.
2893         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2894         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2895         (__do_global_ctors_aux): Fix caller.
2896         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2897         prologue_flag to header.  Pass to read_P_record.
2898         (read_P_record): New argument header.  Implement P4 format.
2899         Multiply P7_T_SIZE by 16.
2900         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2901         get_unwind_record.  Copy r to region_header if r is a header record.
2902         (print_all_records): Likewise.
2903         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2904         (__get_personality, __get_except_table): Likewise.
2905         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2906
2907 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2908
2909         * configure.in (AC_C_INLINE): Added.
2910         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2911         * configure: Regenerate.
2912
2913 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2914
2915         * c-common.h (c_language_kind): New type.
2916         (c_language): New variab.e
2917         * c-common.c (lang_get_alias_set): Don't put structures in
2918         non-zero alias sets in C++.
2919         * c-decl.c (c_language): Define it.
2920         * c-lex.c (doing_objc_thang): Remove.
2921         * c-tree.h (doing_objc_thang): Make it a macro.
2922         * objc/objc-act.c (lang_decode_option): Set c_language, not
2923         doing_objc_thang.
2924
2925 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2926
2927         * diagnostic.c (output_maximum_width): Remove.
2928         (doing_line_wrapping): Tweak.
2929         (diagnostic_buffer): New object.
2930         (global_output_buffer): New object.
2931         (output_destroy_prefix): New function.
2932         (default_initialize_buffer): Likewise.
2933         (reshape_diagnostic_buffer): Likewise.
2934         (initialize_diagnostics): Likewise.
2935         (output_clear): Tweak.
2936         (line_wrapper_printf): Adjust call to init_output_buffer.
2937         (vline_wrapper_message_with_location): Likewise.  Use
2938         output_destroy_prefix.
2939         (v_message_with_decl): Likewise.
2940
2941         * diagnostic.h (struct output_buffer): Constify prefix.
2942         (init_output_buffer, output_get_prefix): Constify.
2943         (diagnostic_message_length_per_line): Likewise.
2944         (reshape_diagnostic_buffer): Declare.
2945         (default_initialize_buffer): Declare.
2946         (initialize_diagnostics): Declare.
2947         (diagnostic_buffer): Declare new obbject.
2948
2949         * toplev.c: #include diagnostic.h
2950         (display_help): Document diagnostic formatting options.
2951         (decode_f_option): Handle diagnostic formatting options.
2952         (main): Setup initialization for diagnostic messages outputter.
2953
2954         * toplev.h (set_message_length): Remove.
2955
2956         * Makefile.in (toplev.o): Depends upon diagnostic.h
2957
2958         * invoke.texi : Document diagnostics formatting options.
2959
2960 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2961
2962         * configure.in (Make the links): Typo fix : the file that must be
2963         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2964         * configure: File rebuilt.
2965
2966 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2967
2968         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2969         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2970         space.
2971         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2972         emergency eh_context buffer, if malloc fails.
2973         (__eh_free): Moved from cp/exception.cc. Release to emergency
2974         eh_context buffer, if appropriate.
2975
2976 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2977
2978         * expr.c (store_expr): Fix typo.
2979
2980 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2981
2982         * m68k.c (legitimize_pic_address): Move prototype ...
2983
2984         * m68k-protos.h (legitimize_pic_address): ... here.
2985
2986         * m68k.md (legitimize_pic_address): Delete prototypes.
2987         (untyped_call): Invoke GEN_CALL(), not gen_call().
2988
2989         * nextstep.c: Include system.h and toplev.h.
2990         (get_directive_line): Don't prototype.
2991         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2992
2993         * nextstep.h (handle_pragma): Prototype.
2994         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2995         objc_section_init ...
2996         (EXTRA_SECTION_FUNCTIONS): ... here.
2997
2998 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2999
3000         * sdbout.c (struct sdb_file): NAME now const.
3001         (sdbout_init): input_file_name now const.
3002         (sdbout_start_new_source_file): FILENAME now const.
3003         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
3004
3005 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
3006
3007         * c-typeck.c (build_conditional_expr): Handle complex data types.
3008
3009 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3010
3011         * explow.c (maybe_set_unchanging): New function, broken out from...
3012         (set_mem_attributes): Here.
3013         * expr.h: Declare it.
3014         * stmt.c (expand_decl): Call it.
3015
3016 2000-06-05  Richard Henderson  <rth@cygnus.com>
3017
3018         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
3019         while looking for a register to inherit from.
3020
3021 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3022
3023         * Makefile.in (libgcc.ready): Lose.
3024         (libgcc.mk): Just use mv, not move-if-change.
3025         (LIBGCC_DEPS): New macro.
3026         (libgcc.a): Use it.
3027         (stmp-multilib): Likewise.
3028         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
3029         it rather than the directories themselves.
3030         (LIB2ADD): Depend on the list file rather than 'force'.
3031
3032         * fold-const.c (fold, case COND_EXPR): Elide conversion between
3033         cv-qualified versions of types.
3034
3035 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3036
3037         * config/sparc/sparc.c (short_branch): Correct error in range
3038         computation.
3039
3040 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3041
3042         * fixinc/inclhack.def: New include hacks for ultrix.
3043         * (nested_ultrix): Replaced by ultrix_nested_svc.
3044         * (ultrix_atof_param): test_text string added.
3045         * (ultrix_ifdef): Modified select string.
3046
3047 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
3048
3049         * objc/objc-act.c (generate_method_descriptors): Register
3050         objc_method_prototype_template as a GC root.
3051         (comp_method_with_proto): Register function_type as a GC root.
3052         (comp_proto_with_proto): Replace function_type1 and
3053         function_type2 with a two-element array; register it as a GC root.
3054
3055         (generate_protocols, build_protocol_initializer,
3056         generate_protocol_list, build_category_initializer,
3057         build_shared_structure_initializer): Do not cache cast_type
3058         and/or cast_type2.
3059
3060 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3061
3062         * function.c (assign_parms): Add missing argument to set_mem_attributes
3063         call.
3064
3065 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3066
3067         * tree.h (VOID_TYPE_P): New macro.
3068         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
3069         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
3070         (get_parm_info): Likewise.
3071         (store_parm_decls): Likewise.
3072         (combine_parm_decls): Likewise.
3073         (finish_function): Likewise.
3074         * c-typeck.c (build_function_call): Likewise.
3075         (build_binary_op): Likewise.
3076         (build_conditional_expr): Likewise.
3077         (internal_build_compound_expr): Likewise.
3078         (convert_for_assignment): Likewise.
3079         * stmt.c (expend_expr_stmt): Likewise.
3080         (warn_if_unused_value): Likewise.
3081         (expand_return): Likewise.
3082         * c-parse.in (primary): Likewise.
3083         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
3084         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
3085
3086 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3087
3088         * alias.c (get_alias_set): If compnent is addressable, use alias
3089         set of component.
3090         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
3091         (grokdeclarator): Likewise.
3092         * c-typeck.c (common_type): Likewise.
3093
3094 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
3095
3096         * Makefile.in (OBJS): Remove dyn_string.o
3097         (dyn-string.o): Delete rule.
3098         * dyn-string.c: Delete file
3099         * dyn-string.h: Likewise.
3100
3101 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3102
3103         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
3104         subdir.
3105
3106 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
3107
3108         * alias.c (record_component_aliases): Don't inspect
3109         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
3110
3111 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
3112
3113         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
3114         it with the pattern to do machine dependent work.
3115         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
3116         use it to modify the true/false tests used in conditional
3117         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
3118         defined, invoke them if the conversion to conditional execution
3119         was successful or not.
3120
3121         * tm.texi (IFCVT_MODIFY_TESTS): Document.
3122         (IFCVT_MODIFY_INSN): Ditto.
3123         (IFCVT_MODIFY_FINAL): Ditto.
3124         (IFCVT_MODIFY_CANCEL): Ditto.
3125
3126 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
3127
3128         * toplev.c (main): Fix misspellings of possibility and language.
3129
3130 2000-06-03  Richard Henderson  <rth@cygnus.com>
3131
3132         * alias.c (record_alias_subset): Initialize has_zero_child in the
3133         superset.
3134
3135 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
3136
3137         * arm.md (untyped_call): Use GEN_CALL macro.
3138
3139 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
3140
3141         * Makefile.in: Use $(MAKE) not "make"
3142
3143 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3144
3145         * alias.c (struct alias_set_entry): New field has_zero_child.
3146         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
3147         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
3148         do nothing.
3149         Call record_component_aliases for aggregate types.
3150         (record_alias_subset): Set has_zero_child.
3151         (record_component_aliases, case ARRAY_TYPE): Do nothing if
3152         TYPE_NONALIASES_COMPONENT.
3153         (record_component_aliases, case RECORD_TYPE): Test
3154         DECL_NONADDRESSABLE_P.
3155         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
3156         of TREE_ADDRESSABLE.
3157         * calls.c (initialize_argument_information): Only test
3158         TYPE_TRANSPARENT_UNION for UNION_TYPE.
3159         * function.c (assign_parms): Likewise.
3160         * integrate.c (function_cannot_inline_p): Likewise.
3161         * stor-layout.c (finish_record_layout): Don't call
3162         record_component_aliases.
3163         * tree.h (struct tree_int_cst): Use struct tree_common.
3164         (struct tree_real_cst, struct tree_string): Likewise.
3165         (struct tree_complex, struct tree_identifier): Likewise.
3166         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
3167         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
3168         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
3169         (TYPE_NONALIASES_COMPONENT): New macro.
3170         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
3171         (DECL_NONADDRESSABLE_P): New macro.
3172         (struct tree_decl): Reorder bits for clarity of how many left;
3173         add non_adressable.
3174
3175 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
3176
3177         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
3178         * mklibgcc.in (force): New target.
3179         Make LIB2ADD stuff depend on it.
3180
3181 2000-06-02  Richard Henderson  <rth@cygnus.com>
3182
3183         * alias.c (lang_get_alias_set): Remove.
3184         (get_alias_set): Call it directly, not indirectly.
3185         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
3186         * c-common.h (c_get_alias_set): Don't declare.
3187         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
3188         * expr.h (lang_get_alias_set): Declare as function, not pointer.
3189
3190 2000-06-02  Bruce Korb  <bkorb@gnu.org>
3191
3192         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
3193         (server_setup):  define the server's master pid
3194         (close_server):  actually do the deed IFF we are the server's master
3195
3196 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
3197
3198         * c-common.c (c_get_alias_set): Check whether signed_type did not
3199         return its argument before calling get_alias_set on the result.
3200
3201 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
3202
3203         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
3204
3205 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3206
3207         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
3208         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
3209         for TARGET_NOMACSAVE.
3210         (NOMACSAVE_BIT): Define.
3211         (TARGET_NOMACSAVE): Define.
3212         (TARGET_SWITCHES): Add "nomacsave".
3213
3214 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
3215
3216         * sh.md (untyped_call): Remove excess parameters
3217
3218 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
3219
3220         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
3221         match that used before the conversion to c_fix style.
3222         * fixinc/fixincl.x: regenerate
3223
3224 2000-06-01  Stan Cox  <scox@cygnus.com>
3225
3226         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
3227         macro argument typo.
3228
3229 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3230
3231         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
3232         error message.
3233         * cpplib.c (parse_include): Remove support for VAX-C
3234         "#include starlet" misfeature.
3235
3236 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
3237
3238         * cppfiles.c: conditionally define O_BINARY.
3239         (open_include_file): pass O_BINARY to open().
3240
3241 2000-06-01  Richard Henderson  <rth@cygnus.com>
3242
3243         * i960.c (i960_br_predict_opcode): Remove.
3244         (i960_print_operand) [+]: Emit branch prediction hints.
3245         (i960_function_arg): Return early for VOIDmode.
3246         (i960_round_align): Return early for incomplete types.
3247         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3248         * i960.md (all conditional branches): Add "%+".
3249
3250 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3251
3252         * alias.c (get_alias_set): Don't call language-specific routine more
3253         than is needed and clean up code a bit.
3254         * c-common.c (c_get_alias_set): All references whose type
3255         is char get alias set 0, but character types need not.
3256         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
3257         (make_decl_rtl): Don't call it for FUNCTION_DECL.
3258
3259 2000-06-01  Bruce Korb  <bkorb@gnu.org>
3260
3261         * fixinc/tests/base/...: new base result files
3262
3263 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
3264
3265         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
3266         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
3267         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
3268         will use FCOMI.
3269
3270 2000-06-01  Richard Henderson  <rth@cygnus.com>
3271
3272         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
3273
3274         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
3275
3276 2000-05-31  Richard Henderson  <rth@cygnus.com>
3277
3278         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
3279         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
3280         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
3281
3282 2000-05-31  Richard Henderson  <rth@cygnus.com>
3283
3284         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
3285         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
3286         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
3287         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3288         * config/ia64/ia64.md (all branch/call patterns): Use %+.
3289
3290 2000-05-31  Richard Henderson  <rth@cygnus.com>
3291
3292         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
3293
3294 2000-05-31  Richard Henderson  <rth@cygnus.com>
3295
3296         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
3297         remaining edges.
3298         (find_if_block): Allow THEN with no outgoing edges.
3299         * flow.c (merge_blocks_nomove): Remove a barrier not following
3300         a jump as well.
3301
3302 2000-05-31  Richard Henderson  <rth@cygnus.com>
3303
3304         * flow.c (propagate_block): Move initialization of mem_set_list ...
3305         (init_propagate_block_info): ... here.  Also track blocks with
3306         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
3307
3308 2000-05-31  Richard Henderson  <rth@cygnus.com>
3309
3310         * jump.c (jump_optimize_1): Revert 05-18 change.
3311
3312 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
3313
3314         * invoke.texi: Remove documentation for -fguiding-decls.
3315
3316 2000-05-31  Richard Henderson  <rth@cygnus.com>
3317
3318         * configure.in: Fix typo last change.
3319
3320 2000-05-31  Philipp Thomas  <pthomas@suse.de>
3321
3322         * configure.in (enable-nls): Enable if build == host, i.e. when
3323         not building a canadian cross compiler.
3324         (enable-maintainer-mode): Added for use with i18n.
3325         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
3326         cross section of ALL_LINGUAS and LINGUAS.
3327         * configure: Rebuild.
3328
3329 2000-05-31  Bruce Korb  <bkorb@gnu.org>
3330
3331         * fixinc/check.tpl: rework to use test result tree
3332         * fixinc/Makefile.in: change invocation of check script
3333         * fixinc/check.diff: No longer needed
3334         * fixinc/fixincl.x: regenerate
3335         * fixinc/inclhack.def:  add new tests
3336         * fixinc/tests/base/arch/i960/archI960.h:  New test result
3337         * fixinc/tests/base/curses.h: modified test result
3338         * fixinc/tests/base/stdio.h: ditto
3339         * fixinc/tests/base/time.h: ditto
3340         * fixinc/tests/base/sys/asm.h: ditto
3341         * fixinc/tests/base/sys/stat.h: ditto
3342         * fixinc/tests/base/sys/wait.h: ditto
3343
3344 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
3345
3346         * except.c (clear_function_eh_region): Do not free NULL.
3347
3348 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3349
3350         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
3351         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
3352         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
3353         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
3354         (find_base_decl): New function, from c_find_base_decl in c-common.c.
3355         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
3356         (get_alias_set): Likewise.
3357         Major rework to do more things and allow language-specific code
3358         to just handle special-cases.
3359         (record_alias_subset): Args are HOST_WIDE_INT.
3360         (record_component_alias): Local vars are HOST_WIDE_INT.
3361         Don't handle COMPLEX_EXPR.
3362         (get_varargs_alias_set): Moved from builtins.c.
3363         (get_frame_alias_set): New function.
3364         * builtins.c (expand_builtin_return_address): Use frame alias set.
3365         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
3366         for setjmp buffer.
3367         (get_memory_rtx): Rework to use set_mem_attributes.
3368         (get_varargs_alias_set): Deleted from here.
3369         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
3370         (c_find_base_decl): Deleted from here.
3371         (c_get_alias_set): Remove many cases and rework to just handle
3372         C-specific cases.
3373         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
3374         * c-decl.c (rtl.h, expr.h): Now included.
3375         (init_decl_processing): Call record_component_aliases on array types.
3376         (grokdeclarator): Likewise.
3377         Set TREE_ADDRESSABLE for all fields that are not bitfields.
3378         * c-typeck.c (common_type): Call record_component_aliases for array.
3379         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
3380         Set all save areas to the frame alias set.
3381         * calls.c (initialie_argument_information): Call set_mem_attributes.
3382         (compute_argument_addresses, expand_call): Likewise.
3383         * explow.c (set_mem_attributes): New function.
3384         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
3385         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
3386         LEN and OFFSET now HOST_WIDE_INT.
3387         (clear_by_pieces): Similar changes.
3388         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
3389         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
3390         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
3391         (clear_by_pieces_1): Likewise.
3392         (emit_push_insn): Call set_mem_attributes.
3393         (expand_expr, case INDIRECT_REF): Likewise.
3394         (expand_expr, case VAR_DECL): Call change_address.
3395         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
3396         tree_low_cst.
3397         (get_varargs_alias_set, get_frame_alias_set): New decls.
3398         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
3399         (new_alias_set, set_mem_attributes): Likewse.
3400         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3401         (assign_stack_temp_for_type): Likewise.
3402         Can split slot even if alias set since can copy.
3403         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3404         (assign_temp): Use host_integerp and tree_low_cst.
3405         (put_var_into_stack): Properly handle SAVE_EXPR.
3406         (put_addressof_into_stack): Likewise.
3407         (assign_parms): Call set_mem_attributes.
3408         Delete #if 0 code.
3409         (fix_lexical_address): Put reference to chain into frame alias set.
3410         (expand_function_start): Call set_mem_attributes.
3411         * integrate.c (expand_inline_function): Likewise.
3412         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3413         * regmove.c (try_apply_stack_adjustment): Likewise.
3414         * reload.c (push_reload, make_memloc): Likewise.
3415         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3416         * rtl.def (MEM): Update comment.
3417         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3418         (move_by_pieces): Change length to HOST_WIDE_INT.
3419         (record_base_value, record_alias_subset): Delete from here.
3420         * stmt.c (expand_decl): Call set_mem_attributes.
3421         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3422         * toplev.c (compile_file): Call init_alias_once earlier.
3423         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3424         from here: now in alias.c.
3425         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3426         (struct tree_decl): Likewise.
3427         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3428         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3429         (output_constant_def, force_const_mem): Likewise.
3430
3431         * flow.c (propagate_block): If block has no successors, stores to
3432         frame are dead if not used.
3433
3434 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3435
3436         * stmt (expand_end_case): Reorder conversion sequence for jump
3437         table to avoid extra truncations.
3438
3439 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3440
3441         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3442         in the block is more than just a simple conditional branch.
3443         (noce_process_if_block): Similarly.
3444
3445 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3446
3447         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3448         queue.
3449
3450 2000-05-30  Michael Meissner  <meissner@redhat.com>
3451
3452         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3453         instructions.  Treat LO_SUM operations as loading the full integer
3454         constant.
3455
3456 2000-05-30  Richard Henderson  <rth@cygnus.com>
3457
3458         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3459
3460 2000-05-30  Richard Henderson  <rth@cygnus.com>
3461
3462         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3463
3464 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3465
3466         * fixinc/tests/*:  Added expected result files for fixinc's make check
3467         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3468
3469 2000-05-30  Richard Henderson  <rth@cygnus.com>
3470
3471         * config/alpha/alpha.md (*setne_internal): Use match_operator
3472         instead of working down from insn.
3473
3474 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3475
3476         * invoke.texi (-Wtraditional): Update WRT function macros.
3477
3478 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3479
3480         * except.c (free_exception_table): Do not free NULL.
3481
3482 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3483
3484         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3485         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3486         and skipping here.
3487
3488 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3489
3490         * flow.c (mark_used_reg): If a register is unconditionally live,
3491         remove any conditional death information.
3492
3493 2000-05-29  Richard Henderson  <rth@cygnus.com>
3494
3495         * final.c (current_output_insn): New.
3496         (final_scan_insn): Set it.
3497         * output.h: Declare it.
3498
3499 2000-05-29  Richard Henderson  <rth@cygnus.com>
3500
3501         * stor-layout.c (finalize_record_size): Fix typo.
3502
3503         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3504         if nlabel is null.
3505
3506 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3507
3508         * cpplib.h (cpp_reader): Remove if_stack.  Change
3509         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3510         * cpphash.h (struct ihash): Change control_macro to a
3511         cpp_hashnode * and shorten name to cmacro.
3512         Add NEVER_REINCLUDE constant.
3513
3514         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3515         Examine the cmacro node directly, no need to call cpp_defined.
3516         (_cpp_execute_include, read_include_file): Set cmacro to
3517         NEVER_REINCLUDE, not U"".
3518         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3519         (cpp_get_token): If pfile->skipping is true, discard text and
3520         keep scanning until we hit a directive; don't expand macros.
3521
3522         * cpplib.c (struct if_stack): Remove if_succeeded, add
3523         was_skipping. Change control_macro to a cpp_hashnode * and
3524         shorten name to cmacro.  Remove typedef IF_STACK.
3525         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3526         (conditional_skip, skip_if_group,
3527         consider_directive_while_skipping): Delete.
3528         (push_conditional): New.
3529         (_cpp_handle_directive): Don't process directives other than
3530         conditionals if we are skipping.
3531
3532         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3533         Update to new scheme.
3534         (validate_else): Skip rest of line here, unconditionally.
3535         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3536         pfile->skipping off.
3537
3538         (all): Remove `scare quotes' from error messages.
3539
3540 2000-05-29  Richard Henderson  <rth@cygnus.com>
3541
3542         * function.c (emit_return_into_block): New line_note arg; emit it.
3543         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3544         for the close brace to accompany HAVE_return.  Move all line notes
3545         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3546
3547 2000-05-29  Richard Henderson  <rth@cygnus.com>
3548
3549         * longlong.h [__alpha] (count_leading_zeros): New.
3550         (count_trailing_zeros): New.
3551         (COUNT_LEADING_ZEROS_0): New.
3552
3553         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3554         (alpha_split_conditional_move): New.
3555         * config/alpha/alpha-protos.h: Prototype them.
3556         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3557         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3558         * config/alpha/alpha.md: Update ffs cix commentary.
3559         (*ze_and_ne): New.
3560         (*nabssf2, *nabsdf2): New.
3561         (*mov[qhsd]icc_internal): Use add_operand.
3562         (if_then_else constant splitters): New.
3563         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3564         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3565
3566 2000-05-29  Richard Henderson  <rth@cygnus.com>
3567
3568         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3569         a constant to NEG or NOT when conditions allow.
3570
3571         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3572         unless both args are general_operand.  Don't canonicalize plus
3573         to ior unless it helps.
3574
3575         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3576         instead track register_life_up_to_date.  Toggle no_new_pseudos
3577         around if_convert.
3578
3579 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3580
3581         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3582         so output_operand doesn't see them.
3583
3584 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3585
3586         * lcm.c (make_preds_opaque): Fix comment.
3587         (optimize_mode_switching): Use NORMAL_MODE instead of
3588         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3589         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3590         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3591         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3592         (MODE_USES_IN_EXIT_BLOCK): Delete.
3593         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3594         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3595         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3596         (MODE_NEEDED): Don't look for USE.
3597         (EPILOGUE_USES): Define.
3598
3599 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3600
3601         * mklibgcc.in (all): Variable initialised to `libgcc'.
3602
3603 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3604
3605         * toplev.h (skip_leading_substring): New macro.
3606         * toplev.c (decode_f_option): Use skip_leading_substring instead
3607         of strncmp.
3608         (decode_W_option): Likewise.
3609
3610 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3611
3612         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3613         modify reg_names.
3614
3615 2000-05-28  Richard Henderson  <rth@cygnus.com>
3616
3617         * regclass.c (record_operand_costs): Protect reg_changes_size
3618         with CLASS_CANNOT_CHANGE_SIZE.
3619
3620         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3621
3622 2000-05-28  Richard Henderson  <rth@cygnus.com>
3623
3624         * function.c (diddle_return_value): A pcc-style struct return
3625         returns a pointer.
3626
3627 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3628
3629         * cppfiles.c: Read files in, using mmap if possible, then
3630         prescan them separately.
3631         (read_file, read_with_read): New functions.
3632         * cpplex.c: Don't define UCHAR_MAX.
3633         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3634         the file here.
3635
3636         * cppinit.c (handle_option): Automatically define __cplusplus,
3637         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3638         the respective -lang switch.
3639
3640         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3641         prototype): Move to...
3642         * cpplib.h: ... here.  Rename struct hashnode to struct
3643         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3644         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3645
3646 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3647
3648         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3649
3650         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3651         (class_can_change_size): New variable.
3652         (reg_changes_size): New variable.
3653         (init_reg_sets_1): Initialise class_can_change_size.
3654         (record_operand_costs): Remove subreg_changes_size.
3655         Don't pass it around.  Instead update reg_changes_size.
3656         (regclass): Initialise and free reg_changes_size.  If a register
3657         changes size, don't preference it to a class that contains
3658         registers that can't change size.
3659         (record_reg_classes): Don't look at subreg_changes_size.
3660
3661 2000-05-27  Richard Henderson  <rth@cygnus.com>
3662
3663         * print-rtl.c (reg_names): Remove const.
3664         * regclass.c (reg_names): Likewise.
3665         * regs.h (reg_names): Likewise.
3666         * hard-reg-set.h (reg_names): Likewise.
3667
3668 2000-05-27  Richard Henderson  <rth@cygnus.com>
3669
3670         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3671
3672 2000-05-27  Richard Henderson  <rth@cygnus.com>
3673
3674         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3675         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3676         (alpha_expand_prologue): Emit prologue_mcount if needed.
3677         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3678         * config/alpha/alpha.md (prologue_mcount): New.
3679         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3680         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3681         * config/alpha/netbsd.h: Likewise.
3682
3683 2000-05-27  Richard Henderson  <rth@cygnus.com>
3684
3685         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3686         change to config/elfos.h.
3687
3688 2000-05-27  Richard Henderson  <rth@cygnus.com>
3689
3690         * Makefile.in (resource.o): Depend on except.h.
3691         * except.h (output_exception_table_data): Prototype.
3692         * genconfig.c (gen_peephole2): Prototype.
3693         * genemit.c (main): Include ggc.h.
3694         * genoutput.c: Revert parts of last change: include errors.h
3695         (main): Set progname.
3696         * recog.c: Include hard-reg-set.h before recog.h.
3697         * resource.c: Include except.h.
3698
3699         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3700         with RTX_CODE.
3701         (alpha_write_linkage): Protect with BUFSIZ.
3702         (alpha_need_linkage): Update prototype.
3703         * config/alpha/alpha.c (function_arg): Move VMS code here.
3704         (alpha_links_base): Remove.
3705         (alpha_links): New.
3706         (mark_alpha_links_node, mark_alpha_links): New.
3707         (alpha_write_one_linkage): New.
3708         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3709         (alpha_write_linkage): Use splay_tree_foreach.
3710         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3711         to get the linkage symbol.
3712         (call_value_vms): Likewise.
3713         * config/alpha/elf.h (output_file_directive): Remove decl.
3714         (ctors_section, dtors_section): Prototype.
3715         (sbss_section, sdata_section): Prototype.
3716         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3717         (readonly_section, link_section, literals_section): Prototype.
3718         (ctors_section, dtors_section): Prototype.
3719         (vms_valid_decl_attribute_p): Remove decl.
3720         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3721
3722 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3723
3724         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3725
3726         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3727         substituting the REG in a (subreg:X (reg:Y ...)).
3728
3729 2000-05-28  Neil Booth  <NeilB@earthling.net>
3730
3731         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3732         first token of a line BOL.  Update EOF code for this.
3733         Remove illegal directive check - it appears in the (not
3734         yet committed) caller.
3735         * cpplib.h (BOL): New flag.
3736
3737 2000-05-28  Neil Booth  <NeilB@earthling.net>
3738
3739         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3740         (_cpp_free_toklist): No comment space to free.
3741         (expand_comment_space): Remove.
3742         (save_comment_space): Place the comment in the current token and
3743         not in a separate comment space.
3744         (_cpp_lex_line): Save comments during plain code and #define
3745         directives only.
3746         * cpplib.h (struct _cpp_toklist): Remove comment space.
3747
3748 2000-05-28  Neil Booth  <NeilB@earthling.net>
3749
3750         * cppexp.c (parse_assertion): Supply extra argument to
3751         _cpp_init_toklist.
3752         * cpplib.c (do_assert, do_unassert): Similarly.
3753         * cpphash.h (_cpp_init_toklist) Update.
3754         (_cpp_expand_token_space): New.
3755         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3756         * cpplex.c (_cpp_init_toklist): New argument.
3757         (parse_string2): New argument multiline_ok.
3758         (spell_token): Take a const cpp_token *.
3759         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3760         (SPELL_ macros): Replace with enum.
3761         (expand_token_space): Replace with _cpp_expand_token_space.
3762         Take COUNT argument.
3763         (IS_DIRECTIVE): Update.
3764         (_cpp_lex_line): Update token structure before parsing number.
3765         Don't assume start at beginning of token list.
3766         (save_comment): Use INIT_TOKEN_NAME.
3767
3768 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3769
3770         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3771         -Wmissing-prototypes.
3772         * configure: Regenerate.
3773         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3774
3775         * builtins.c, calls.c: Change all instances of gen_call_* or
3776         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3777         * calls.c (struct_value_size_rtx): Separate definition from
3778         initialization to avoid unused variable warning.
3779
3780         * genflags.c (gen_macro): New function.
3781         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3782         (gen_nonproto): Delete.
3783         (gen_insn): Put all insns on the same obstack.
3784         (main): Generate prototypes for everything unconditionally.
3785
3786         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3787         out check for wchar_t.
3788         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3789         * system.h: Add infrastructure for defining missing
3790         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3791         definitions of UCHAR_MAX and SSIZE_MAX.
3792         * configure: Regenerate.
3793         * config.in: Regenerate.
3794
3795         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3796         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3797         headers.
3798         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3799         libgcc2.a, or libgcc1.null.
3800
3801 2000-05-27  Richard Henderson  <rth@cygnus.com>
3802
3803         * Makefile.in (recog.o): Don't depend on resource.h.
3804         * recog.c: Don't include resource.h.
3805         (recog_last_allowed_insn): Remove.
3806         (recog_next_insn): Remove.
3807         (struct peep2_insn_data): New.
3808         (peep2_insn_data, peep2_current): New.
3809         (peep2_next_insn): New.
3810         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3811         (peep2_find_free_register): New.
3812         (peephole2_optimize): Track life information by insn as we go.
3813         * recog.h: Update declarations.
3814         * resource.c (find_free_register, reg_dead_p): Remove.
3815         * resource.h: Remove their declarations.
3816         * toplev.c: Include hard-reg-set.h before recog.h.
3817
3818         * genconfig.c (max_insns_per_peep2): New.
3819         (gen_peephole2): New.
3820         (main): Call it.
3821         * genemit.c (output_peephole2_scratches): Generate calls to
3822         peep2_find_free_register; adjust surrounding code.
3823         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3824         * genrecog.c (change_state): Don't track last_insn.
3825         (write_action): Write into *_pmatch_len before accepting.
3826         (write_tree): Adjust peephole2_insns and subroutines to match.
3827
3828         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3829
3830         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3831         (hard_int_register_operand): New.
3832         * config/alpha/alpha-protos.h: Declare it.
3833         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3834         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3835         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3836
3837 2000-05-27  Richard Henderson  <rth@cygnus.com>
3838
3839         * function.c (thread_prologue_epilogue_insns): Don't move the
3840         line note at the head of the chain.  Only force a lineno note
3841         before the end of block 0.
3842
3843 2000-05-27  Richard Henderson  <rth@cygnus.com>
3844
3845         * gensupport.c (collect_insn_data): Record the maximum number
3846         of alternatives, not the last seen.
3847
3848         * genoutput.c: Don't include errors.h.
3849         (struct data): Add lineno member.
3850         (have_error): New.
3851         (scan_operands): Use message_with_line instead of error.
3852         (validate_insn_alternatives): Likewise.
3853         (gen_insn): Accept and store the pattern's line number.
3854         (gen_peephole, gen_expand, gen_split): Likewise.
3855         (main): Don't set progname.  Pass line_no to gen_foo.
3856
3857 2000-05-27  Richard Henderson  <rth@cygnus.com>
3858
3859         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3860         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3861         * config/d30v/d30v.md (attr predicable): New.
3862         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3863         (andsi3*): Unify into one pattern.
3864         (iorsi3*, xorsi3*): Likewise.
3865         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3866         conditional return.
3867         (old cond_exec patterns): Remove.
3868         (define_cond_exec): New.
3869
3870 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3871
3872         * tree.h (TREE_CODE_LENGTH): New macro.
3873         * c-common.c (c_find_base_decl): Use it.
3874         * expr.c (safe_from_p): Likewise.
3875         * print-tree.c (print_node): Likewise.
3876         * tree.c (make_node, copy_node, get_identifier): Likewie.
3877         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3878         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3879         * fold-const.c (make_range): Likewise.
3880         (fold): Likewise; also use first_rtl_op.
3881         * c-iterate.c (collect_iterators): Use first_rtl_op.
3882         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3883         Use IS_EXPR_CODE_CLASS.
3884         (preexpand_calls): Likewise.
3885         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3886         and TREE_CODE_LENGTH.
3887         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3888
3889 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3890
3891         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3892         than '%1(%*)'.
3893         (movdi_internal64): Likewise.
3894
3895         * config/rs6000/rs6000.md: Correct order of operands for DImode
3896         boolean patterns.
3897
3898         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3899         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3900         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3901         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3902         boolean_operator for the boolean patterns without NOTs.
3903
3904         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3905         from reg_or_u_cint_operand.  Change comment and behaviour.
3906         (logical_operand): Clean up, add assertion.
3907         (non_logical_cint_operand): Also check for
3908         reg_or_logical_cint_operand.
3909         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3910         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3911         in the expander.
3912         (xorsi3): Likewise.
3913         (iordi3): Likewise.
3914         (xordi3): Likewise.
3915
3916 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3917
3918         * tree.h (struct record_layout_info): Rename to (struct
3919         record_layout_info_s).
3920         * stor-layout.c (start_record_layout): Replace
3921         `record_layout_info' with `record_layout_info_s'.
3922
3923 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3924
3925         * flow.c (find_label_refs): New function.
3926         (find_basic_blocks_1): Call it for each alternative of a call
3927         placeholder.
3928
3929 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3930
3931         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3932         of get_pc.
3933
3934 2000-05-25  Richard Henderson  <rth@cygnus.com>
3935
3936         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3937         so strict about DImode.
3938         (alpha_swapped_comparison_operator): Likewise.
3939         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3940         any integer output mode.
3941         (*setcc_internal): Likewise.
3942         (*setcc_swapped_internal): Likewise.
3943         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3944         (*mov[qhs]icc_internal): New.
3945         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3946
3947 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3948
3949         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3950
3951 2000-05-25  Richard Henderson  <rth@cygnus.com>
3952
3953         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3954         Remove add_jump; add next; replace flags with visited.
3955         (rbd_init): Remove.
3956         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3957         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3958         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3959         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3960         (RBI): New.
3961         (reorder_index, reorder_last_visited): Remove.
3962         (skip_insns_after_block): Rewrite to use a switch.
3963         (get_common_dest): Remove.
3964         (chain_reorder_blocks): Remove.
3965         (record_effective_endpoints): Split out from reorder_basic_blocks.
3966         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3967         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3968         Only construct the reorder chain, do not move insns.  Try harder
3969         to tail recurse.
3970         (label_for_bb, emit_jump_to_block_after): New.
3971         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3972         and adjust the jump insns appropriately.  Fixup basic_block_info.
3973         (verify_insn_chain): Always define.
3974         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3975         in allocation size.
3976         (make_new_scope): Don't write zeros to calloc'd space.
3977         (build_scope_forest): Rely on xrealloc to DTRT.
3978         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3979         profile_arc_flag.  Streamline EH test.
3980
3981         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3982         * basic-block.h: Declare them.
3983
3984 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3985
3986         * emit-rtl.c (reset_used_decls): New function.
3987         (unshare_all_rtl_again): Call it.
3988
3989 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3990
3991         * cpplex.c (maybe_macroexpand): Warn about function-like
3992         macros used in non-function context, if -Wtraditional.
3993
3994 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3995
3996         * recog.c (peephole2_optimize): Use INSN_P.
3997
3998 2000-05-25  Richard Henderson  <rth@cygnus.com>
3999
4000         * ifcvt.c (seq_contains_jump): New.
4001         (noce_try_store_flag_constants): Use it to fail conversion.
4002         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
4003
4004 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
4005
4006         * except.h (can_throw): Declare it.
4007         * except.c (can_throw): Give it external linkage.
4008         * resource.c (find_dead_or_set_registers): Use can_throw.
4009
4010 2000-05-25  Richard Henderson  <rth@cygnus.com>
4011
4012         * flow.c (mark_set_1): Don't record conditionally dead memory.
4013
4014 2000-05-25  Jan Hubicka  <jh@suse.cz>
4015
4016         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
4017         and pc_set at the place of simplejump_p and condjump_p.
4018         * cse.c (record_jump_equiv): Likewise.
4019         * emit-rtl.c (emit): Likewise.
4020         * explow.c (find_next_ref): Likewise.
4021         * flow.c (tidy_fallthru_edge): Likewise.
4022         (init_propagate_block_info): Likewise.
4023         * gcse.c (delete_null_pointer_checks): Likewise.
4024         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
4025         dead_or_predicable): Likewise.
4026         * integrate.c (copy_insn_list): Likewise.
4027         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
4028         for_each_insn_in_loop, check_dbra_loop, get_condition,
4029         insert_bct, load_mems): Likewise.
4030         * resource.c (find_dead_or_set_registers): Likewise.
4031         * sibcalls.c (simplejump_p): Likewise.
4032         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
4033
4034 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
4035
4036         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
4037         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
4038         when unaligned.
4039         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
4040         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
4041         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
4042         * rs6000.md: Name various internal patterns.
4043
4044 2000-05-25  Jan Hubicka  <jh@suse.cz>
4045
4046         * jump.c (invert_exp_1): Remove first argument, use pc_set
4047         to get the expression.
4048         (redirect_exp): Make static; redirect only the pc_set expression,
4049         remove first argument.
4050         (invert_exp): Remove first argument, make static.
4051         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
4052         any_onlyjump at most places where we originaly did condjump_p
4053         and simplejump_p.
4054         (jump_back_p, follow_jumps, thread_jumps): Likewise.
4055         (delete_barrier_succesors): Use pc_set.
4056         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
4057         calls of invert_exp and redirect_exp.
4058         * rtl.h (redirect_exp, invert_exp): Remove.
4059         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
4060
4061 2000-05-25  Richard Henderson  <rth@cygnus.com>
4062
4063         * stmt.c (expand_end_bindings): Fix thinko last change.
4064
4065 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
4066             Andrew Haley  <aph@cygnus.com>
4067
4068         * except.c  (func_eh_entry): Add emitted field.
4069         (new_eh_region_entry): Set emitted field to 0;
4070         (output_exception_table_entry): Only emit previously un-emitted data,
4071         and send it to the eh_data section.
4072         (output_exception_table): Break out common parts. Output
4073         exception table for entire compilation unit to eh_data section.
4074         (output_exception_table_data): Common parts of output_exception_table.
4075         Send output to eh_data section.
4076         (output_function_exception_table): Output exception table data for
4077         a single function to eh_data section.
4078         (free_exception_table): New external to free the table.
4079         * except.h (free_exception_table): Add prototype.
4080         (output_function_exception_table): Add prototype.
4081         * final.c (final_end_function): Output function exception table
4082         for IA64_UNWIND_INFO.
4083         (final_scan_insn): Emit any unwind directives for an insn.
4084
4085         * frame-dwarf2.c: New file containing all DWARF 2 specific code
4086         from frame.c.
4087         * frame.c: Remove all DWARF 2 specific code.
4088         * config/ia64/frame-ia64.c: New file.
4089         (gthread_stuff): Make all gthread available with
4090         IA64_UNWIND_INFO.
4091         (dwarf_fde): Define an IA64 struct for dwarf_fde.
4092         (__register_frame_info, __register_frame): Move to common area of file.
4093         (__register_frame_info_table, __register_frame_table): Move to common i
4094         area.
4095         (__deregister_frame_info, __deregister_frame): Move to common area.
4096         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
4097         (read_uleb128): New version for ia64.
4098         (get_unwind_record): Read the next IA-64 unwind record.
4099         (read_R_record): Read a region header record.
4100         (process_a_b_reg_code): X record helper.
4101         (read_X_record): Read an X format record.
4102         (read_B_record): Read a B format record.
4103         (P3_record_types): List of record types matching the P3 format.
4104         (P7_record_types): List of record types matching the P7 format.
4105         (P8_record_types): List of record types matching the P8 format.
4106         (read_P_record): Read a P format record.
4107         (init_ia64_reg_loc): Set default fields for a register.
4108         (init_ia64_unwind_frame): Set defaults for all register records.
4109         (execute_one_ia64_descriptor): Execute one descriptor record.
4110         (rse_address_add): Calculate the position of a local reg in memory.
4111         (normalize_reg_loc): Turn a location descriptor into a memory address.
4112         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
4113         within a specified PC offset range.
4114         (get_real_reg_value): Given a register location, retrieve its value.
4115         (set_real_reg_value): Change the value of a register location.
4116         (copy_reg_value): Copy reg values, if needed.
4117         (copy_saved_reg_state): Copy all registers that need to be copied.
4118         (process_state_between): Normalize all frame register records that
4119         fall within the specified PC range.
4120         (frame_translate): Take a processed frame description, and turn
4121         everything into addresses.
4122         (build_ia64_frame_state ): Find and create frame state record for a PC.
4123         (get_personality): Get the personality routine for a given frame.
4124         (get_except_table): Get the exception table for a given frame.
4125         (record_name): Unwind record names for debugging.
4126         (print_record): Print and unwind record.
4127         (print_all_records): Print an entire unwind image.
4128         (__ia64_backtrace): Print a backtrace.
4129         (ia64_backtrace_helper): New function.
4130         (__register_frame_info_aux): New function.
4131         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
4132
4133         * frame.h (enum unw_record_type): New unwind record types.
4134         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
4135         (struct unw_r_record, unwind_record): New unwind record structs.
4136         (struct unwind_info_ptr): Unwind information layout.
4137         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
4138         descriptors.
4139         (struct ia64_reg_loc): Register location description.
4140         (struct ia64_frame_state): Location of all registers in a frame.
4141         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
4142         * libgcc2.c (__ia64_personality_v1): Personality routine.
4143         (__calc_caller_bsp): Calculate the bsp register for the caller's
4144         frame.
4145         (ia64_throw_helper): Figure out who to return to and set up the
4146         registers.
4147         (__throw): Throw routine.
4148
4149         * output.h (assemble_eh_align, assemble_eh_label): New functions
4150         to generate EH info where we want it.
4151         (assemble_eh_integer): New function.
4152         * toplev.c (compile_file): Output module level exception table for
4153         non-ia64 targets.
4154         (main): Set exceptions_via_longjump and flag_new_exceptions based
4155         on IA64_UNWIND_INFO too.
4156
4157         * varasm.c (assemble_eh_label): Generate a label via
4158         ASM_OUTPUT_EH_LABEL if it has been specified.
4159         (assemble_eh_align): Generate an alignment directive via
4160         ASM_OUTPUT_EH_ALIGN if it has been specified.
4161         (assemble_eh_label): Generate an integer value via
4162         ASM_OUTPUT_EH_type if they have been specified.
4163         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
4164         (ia64_init_builtins): Add __builtin_ia64_bsp
4165         and __builtin_ia64_flushrs.
4166         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
4167         IA64_BUILTIN_FLUSHRS.
4168         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
4169         IA64_BUILTIN_FLUSHRS.
4170
4171         * config/ia64/ia64.md (flushrs): New insn to flush the register
4172         stack.  Add to unspec list.
4173
4174         * config/ia64/crtbegin.asm (frame_object): Change size.
4175         (__do_frame_setup_aux): New function.
4176         * config/ia64/crtend.asm: call __do_frame_setup_aux.
4177         * config/ia64/t-ia64 (LIB2ADDEH): Add.
4178         * Makefile.in (LIB2ADDEH): Add.
4179         (LIB2ADD): Use LIB2ADDEH.
4180
4181 2000-05-24  Richard Henderson  <rth@cygnus.com>
4182
4183         * recog.c (offsettable_address_p): If mode size is zero, assume
4184         BIGGEST_ALIGNMENT.
4185
4186 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
4187
4188         * configure.in: Check for -Wno-long-long option support and improve
4189         handling of warning CFLAGS for stages 1 and 2.
4190         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
4191         * configure: Regenerate.
4192
4193 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
4194
4195         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
4196         * contrib.texi: New file.
4197
4198 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4199
4200         * loop.c (basic_induction_var): Avoid double recording of an increment.
4201
4202 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4203
4204         * Back out this patch:
4205         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
4206           * loop.h (struct induction): Add multi_insn_incr.
4207           * loop.c (basic_induction_var): New multi_insn_incr argument.
4208           Set it if we search back through previous insns for the biv.
4209           (record_biv): New multi_insn_incr argument; fill in struct induction.
4210           (strength_reduce): Discard an iv with multiple bivs, any of
4211           which require multiple insns to increment.
4212
4213         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
4214
4215 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4216
4217         * rtl.h (loc_mentioned_in_p): Declare.
4218         * reload.c (loc_mentioned_in_p): Moved from here...
4219         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
4220         Fix loop increment for 'E' handling.
4221         * loop.c (strength_reduce): When doing biv->giv conversion,
4222         take multi-insn biv increments into account.
4223
4224 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
4225
4226         * stmt.c (expand_end_bindings): Look through NOTEs to find a
4227         BARRIER.
4228
4229 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
4230
4231         * calls.c (expand_call): Handle cleanups in tail-recursion
4232         arguments analagously to cleanups in sibling calls.
4233
4234 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4235
4236         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
4237         All callers changed.
4238
4239 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4240
4241         * expr.c (expand_assignment, store_expr, expand_expr,
4242         expand_expr_unaligned): Set in_check_memory_usage while emitting
4243         chkr_check_addr libcall.
4244
4245 2000-05-24  Nick Clifton  <nickc@cygnus.com>
4246
4247         * fold-const.c (extract_muldiv): When constructing a
4248         multiplier/divisor, do not expect const_binop to correctly
4249         determine if overflow has occured, so check explicitly.
4250
4251 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4252
4253         * c-decl.c (build_enumerator): Don't modify the value's type,
4254         convert it.
4255
4256 2000-05-24  Andreas Jaeger  <aj@suse.de>
4257
4258         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
4259
4260 2000-05-24  Eric Christopher <echristo@cygnus.com>
4261
4262         * configure.in: Redefine inhibit_libc conditions.
4263         * libgcc2.c: Remove inhibit_libc conditional define.
4264         * configure: Regenerate.
4265
4266 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
4267
4268         * configure.in:  For --enable-languages=LIST, check for empty LIST.
4269         * configure:  Regenerate.
4270
4271 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
4272
4273         * pdp11.h (STACK_BOUNDARY): Define.
4274
4275 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
4276
4277         * ifcvt.c (if_convert): Update life info globally.
4278
4279 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4280
4281         * emit-rtl.c (unshare_all_decls): New function.
4282         (unshare_all_rtl): Call it.
4283
4284 2000-05-23  Nick Clifton  <nickc@cygnus.com>
4285
4286         * configure.in: Treat 'strongarm' as if it were 'arm' when
4287         determining cpu type.
4288
4289         * configure: Regenerate.
4290
4291         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
4292         where constant strings are involved.
4293
4294         * config/arm/arm.h (arm_condition_codes): Change type to 'const
4295         char *'.
4296
4297         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
4298         cases where constant strings are involved.
4299
4300 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
4301
4302         * config/sh/sh.c (gen_far_branch, split_branches): Update
4303         to reflect new prototypes for redirect_jump and invert_jump.
4304         (sh_insn_length_adjustment): Get rid of const warnings.
4305
4306 2000-05-23  Kazu Hirata  <kazu@hxi.com>
4307
4308         * invoke.texi (Options for Debugging Your Program or GCC): Update
4309         the names of dump files.
4310
4311 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
4312
4313         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
4314         * configure: Regenerated.
4315
4316 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4317
4318         * simplify-rtx.c (SIGN_EXTEND): New macro.
4319         (simplify_unary_operation, simplify_binary_operation,
4320         simplify_relational_operation): Use SIGN_EXTEND.  Make low
4321         halves of (low, high) pairs unsigned if they weren't already.
4322         (simplify_ternary_operation): Cast INTVAL to unsigned before
4323         comparing to a MODE_BITSIZE.
4324
4325 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4326
4327         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4328         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
4329
4330         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
4331         gcc_AC_NEED_DECLARATIONS.
4332
4333         * dwarfout.c: Don't prototype time().
4334
4335         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
4336
4337         * system.h: Likewise.
4338
4339         * toplev.c: Likewise.
4340
4341 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4342
4343         * c-decl.c (pushdecl): Invert sense of test for non-global types.
4344
4345 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4346
4347         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
4348
4349 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
4350
4351         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
4352
4353 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4354
4355         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
4356         (alpha_start_function): Never write ..ng label if VMS or NT.
4357         (alpha_align_insns): Remove GP_IN_USE arg.
4358         Alignment now unsigned.
4359         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
4360         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
4361         and two define_insn's.
4362
4363 2000-05-22  Richard Henderson  <rth@cygnus.com>
4364
4365         * combine.c (simplify_comparison): Use trunc_int_for_mode.
4366
4367 2000-05-22  Richard Henderson  <rth@cygnus.com>
4368
4369         * stor-layout.c (place_field): Change rli->size to rli->offset.
4370
4371 2000-05-22  Richard Henderson  <rth@cygnus.com>
4372
4373         * function.c (thread_prologue_and_epilogue_insns): Make sure
4374         existing line number notes appear after the prologue.
4375
4376 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4377
4378         * config/alpha/alpha.c (alpha_fnname): New static variable.
4379         (print_operand, case '~'): New case.
4380         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
4381         (alpha_start_function): Set alpha_fnname.
4382         Write "ng" label if no ldgp; don't write ldgp insn.
4383         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
4384         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
4385
4386 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
4387
4388         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
4389         on deleted labels.
4390
4391 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
4392
4393         * varasm.c (eh_frame_section): Revert change to argument list.
4394
4395 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4396
4397         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
4398         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
4399
4400         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4401         dangling "else" that causes "break" to be conditional.
4402         Also remove unneeded code at start.
4403
4404 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4405
4406         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4407         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4408         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4409
4410 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4411
4412         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4413         just one argument.
4414
4415 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4416
4417         * alias.c (record_component_aliases): New function.
4418         * tree.h: Clean up some declarations and comments.
4419         (record_component_aliases): New declaration.
4420         * tree.c (get_alias_set): If type and has alias set, use it.
4421
4422 2000-05-22  Richard Henderson  <rth@cygnus.com>
4423
4424         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4425         IF_THEN_ELSE to a setcc form.
4426         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4427
4428 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4429
4430         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4431         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4432
4433 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4434
4435         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4436         not a PARALLEL.
4437
4438 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4439
4440         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4441         * config/mn10300/mn10300.c (print_operand): Likewise.
4442
4443         * final.c (split_double): Right shift of negative values is not
4444         portable.
4445
4446         * ifcvt.c (if_convert): Scan and kill dead code.
4447
4448         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4449
4450 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4451
4452         * diagnostic.c: Eliminate implicit int.
4453         * except.c, gcc.c: Add static prototypes.
4454         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4455         * gensupport.c (process_rtx): Use XVEC to initialize vector
4456         slot of 'split'.
4457
4458         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4459         debug_reg_names instead of static reg_names.  If not, define
4460         global reg_names.
4461         * regclass.c: Don't define global reg_names unless
4462         DEBUG_REGISTER_NAMES is defined.
4463
4464         * reload1.c (order_regs_for_reload): Remove unused variable.
4465         * varasm.c: Include output.h after defaults.h.  Define
4466         eh_frame_section as function of no args, not of unspecified args.
4467
4468         * gcc.c: Constify argbuf; arguments to store_arg,
4469         process_command, main; elements of struct command and struct
4470         switchstr; local variables in execute, process_command, main.
4471
4472 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4473
4474         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4475         * fixinc/check.diff:  regenerated
4476         * fixinc/fixincl.x:  regenerated
4477
4478 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4479
4480         * alias.c: Clarify some comments.
4481         (record_base_value): REGNO is unsigned.
4482         * rtl.h (record_base_value): Likewise.
4483
4484         * alias.c (aliases_everything_p): Don't special-case QImode here.
4485         * c-common.c (c_get_alias_set): Do it here.
4486         Handle BIT_FIELD_REF by getting alias info for arg.
4487         Use POINTER_TYPE_P.
4488
4489 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4490
4491         * mklibgcc.in: Restore rule to create ${dir}.
4492
4493 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4494
4495         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4496         GCC_FOR_TARGET used by MULTILIBS.
4497         * mklibgcc.in: Make sure each .o file depends on the
4498         directory it will be in.
4499         Make the multilib directory depends libgcc.
4500
4501 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4502
4503         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4504
4505 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4506
4507         * fold-const.c (make_range): Handle degenerated intervals.
4508         Fixes c-torture/execute/991221-1.c
4509
4510 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4511
4512         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4513         * reload.c (find_equiv_reg): Likewise.
4514         * alias.c (init_alias_analysis): Likewise.
4515         Only call prologue_epilogue_contains on insns.
4516         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4517         * bb-reorder.c (hard-reg-set.h): Include earlier.
4518         * haifa-sched.c (hard-reg-set.h): Likewise.
4519         * ifcvt.c (hard-reg-set.h): Likewise.
4520         * local-alloc.c (hard-reg-set.h): Likewise.
4521         * loop.c (hard-reg-set.h): Likewise.
4522         * predict.c (hard-reg-set.h): Likewise.
4523         * regrename.c (hard-reg-set.h): Likewise.
4524         * flow.c (hard-reg-set.h): Likewise.
4525         (reg_set_to_hard_reg_set): New function.
4526         * bitmap.c (regs.h, basic-block.h): No longer include.
4527         (bitmap.h): Now include.
4528         * conflict.c (hard-reg-set.h): Include.
4529         * profile.c (hard-reg-set.h): Likewise.
4530         * print-rtl.c (hard-reg-set.h): Likewise.
4531         * sbitmap.c (hard-reg-set.h): Likewise.
4532         * toplev.c (hard-reg-set.h): Likewise.
4533         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4534         * hard-reg-set.h (reg_names): Now constant.
4535         * regs.h (reg_names): Likewise.
4536         * regclass.c (reg_names): Likewise.
4537         * loop.h (basic-block.h): No longer include.
4538         (bitmap.h): Now include.
4539         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4540         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4541         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4542
4543 2000-05-19  Jan Hubicka  <jh@suse.cz>
4544             Richard Henderson  <rth@cygnus.com>
4545
4546         * basic-block.h (struct edge_def): New field "count".
4547         (struct basic_block_def): Likewise.
4548         * flow.c (entry_exit_blocks): Add count fileds.
4549         (split_edge): Keep count information up-to-date.
4550         (dump_edge_info, dump_flow_info): Dump count fields.
4551
4552         * final.c (count_instrumented_edges): Rename to edge from arc.
4553         (end_final): Update users.
4554         * profile.c: Include expr.h, basic-block.h.
4555         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4556         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4557         (ignore_next_note, return_label_execution_count): Kill.
4558         (bbg_file_name, da_file_name): Kill.
4559         (edge_info, bb_info): New structures.
4560         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4561         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4562         (total_num_edges_instrumented): Likewise.
4563         (init_arc, expand_spanning_tree): Kill.
4564         (fill_spanning_tree, tablejump_entry_p): Kill.
4565         (instrument_edges):  Rewrite from instrument_arcs to use
4566         commit_edge_insertions infrastructure.
4567         (compute_branch_probabilities): Remove arguments; rewrite for
4568         CFG infrastructure; use rtl_dump_file directly.
4569         (branch_prob, find_spanning_tree): Likewise.
4570         (union_groups, find_group): New.
4571         (init_branch_prob): Make bbg_file_name and da_file_name local.
4572         (end_branch_prob): Use rtl_dump_file directly.
4573         (init_edge_profiler): Rename to edge from arc.
4574         (output_arc_profiler): Kill.
4575         (gen_edge_profiler): New.
4576         (output_func_start_profiler): Turn off profiling.  Make the
4577         constructor static when we can.
4578         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4579
4580         * toplev.c (DFI_flow): Remove.
4581         (DFI_cfg, DFI_life): New.
4582         (dump_file): Update accordingly.
4583         (compile_file): Call end_branch_prob if profile_arc_flag too.
4584         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4585         profiling after the CFG is built.  Move flow1 life analysis to
4586         DFI_life.  Always estimate remaining probabilities.
4587
4588 2000-05-19  Richard Henderson  <rth@cygnus.com>
4589
4590         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4591
4592         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4593
4594 2000-05-19  Richard Henderson  <rth@cygnus.com>
4595
4596         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4597         remove labels and code following when LABEL_NUSES goes to zero.
4598         (invert_jump): Likewise.
4599         (jump_optimize_1): Fix redirect/invert arguments.
4600         (do_cross_jump, thread_jumps): Likewise.
4601         * flow.c (split_edge): Likewise.
4602         * reorg.c (optimize_skip): Likewise.
4603         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4604         * profile.c (instrument_arcs): Likewise.
4605         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4606         * rtl.h: Update prototypes.
4607
4608 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4609
4610         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4611         notes.
4612         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4613         critical edges.
4614
4615 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4616
4617         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4618         past l1 when deleting whitespace and markers.
4619
4620         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4621         * cpplib.c (do_unassert): Put the list to compare against on
4622         the stack.
4623
4624 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4625
4626         * fixinc/README:  cleaned up old documentation
4627         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4628         * fixinc/check.tpl: compute the list of needed directories
4629         emit "#if defined(name)" because of conflict
4630         omit machine name differences from output differences
4631         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4632         (machine_name): change test text to use `sed' markers
4633         * fixinc/fixincl.x: regen
4634
4635 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4636
4637         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4638         a CONSTRUCTOR.
4639
4640 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4641
4642         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4643         it to match the current practice.
4644
4645 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4646
4647         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4648
4649 2000-05-18  Richard Henderson  <rth@cygnus.com>
4650
4651         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4652         * rtl.h (insn_dependant_p): Declare it.
4653         * loop.c (strength_reduce): Use it.
4654
4655 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4656
4657         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4658         16-bit and 64-bit clean-up.
4659
4660 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4661
4662         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4663         * configure: Rebuilt.
4664
4665 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4666
4667         * genopinit.c: Use $ for escape sequences in optab patterns.
4668         Remove backslashes from optab patterns.  Change $A, $B, $C to
4669         expand to (int) whatever instead of just whatever; remove
4670         explicit (int) from all optab patterns.
4671
4672         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4673         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4674         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4675         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4676         xstrdup.
4677
4678 2000-05-18  Richard Henderson  <rth@cygnus.com>
4679
4680         * jump.c (jump_optimize_1): Base minimum insn count during
4681         find_cross_jump on BRANCH_COST.
4682
4683 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4684
4685         * print-rtl.c (print_rtx): Only print note line number as string
4686         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4687         * final.c (final_scan_insn): Do nothing for note line number 0.
4688
4689 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4690
4691         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4692         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4693         NOTE_INSN_DELETED_LABEL.
4694
4695 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4696
4697         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4698         uninitialised data in .rodata not .bss, and do not interpret an
4699         error in the initialisation value as meaning that the variable
4700         should be placed in the .bss section.
4701
4702 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4703
4704         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4705         not `$ac_cv_prog_cc_cc_c_o'.
4706         * configure: Regenerated.
4707
4708 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4709             Richard Henderson  <rth@cygnus.com>
4710
4711         * c-common.h (enum c_tree_index): Add g77 type entries.
4712         (g77_integer_type_node, g77_uinteger_type_node): New.
4713         (g77_longint_type_node, g77_ulongint_type_node): New.
4714         * c-decl.c (init_decl_processing): Initialize them.
4715
4716 2000-05-18  Richard Henderson  <rth@cygnus.com>
4717
4718         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4719
4720         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4721         (small_power_of_two): Likewise; use exact_log2.
4722         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4723         (output_adds_subs): Remove.
4724         (two_insn_adds_subs_operand): New.
4725         (split_adds_subs): New.
4726         * config/h8300/h8300-protos.h: Update.
4727         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4728         (CONST_OK_FOR_L): Match strict adds operands.
4729         (CONST_OK_FOR_N): Match struct subs operands.
4730         * config/h8300/h8300.md (adds_subs insns): Remove.
4731         (addhi patterns): Output adds/subs directly.
4732         (addsi_h8300h): Likewise.
4733         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4734
4735 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4736
4737         * cppexp.c (parse_assertion): New.
4738         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4739         (_cpp_parse_expr): Remove case '#'.  Don't set
4740         parsing_if_directive.
4741         * cpphash.c (collect_objlike_expansion,
4742         collect_funlike_expansion, collect_params,
4743         _cpp_create_definition): The list no longer has a trailing
4744         VSPACE token.
4745         * cpphash.h (enum node_type): Add T_ASSERTION.
4746         (struct hashnode): Remove aschain, add pred.
4747         (struct predicate): New.
4748         Update prototypes.
4749
4750         * cpplex.c (expand_token_space): Handle both offset and
4751         nonoffset lists.
4752         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4753         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4754         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4755         _cpp_equiv_toklists): New.
4756         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4757         stop at any single-character token, not just newline.
4758         (_cpp_lex_token): Remove special cases for #define and #if.
4759         (cpp_get_token): Expect # as a separate token type.  Remove
4760         DIRECTIVE case.
4761         (_cpp_get_directive_token): Remove DIRECTIVE case.
4762         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4763
4764         * cpplib.c (_cpp_check_directive): Set dirno and
4765         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4766         (_cpp_handle_directive): Run # <number> through the same logic
4767         as normal directives.
4768         (do_define): Don't set parsing_define_directive.  Use
4769         _cpp_scan_until.  The list does not have a VSPACE at the end.
4770         (do_if): Save, clear, and restore only_seen_white around
4771         _cpp_parse_expr.
4772         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4773         (do_assert, do_unassert): Rewrite.
4774
4775         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4776         (LIST_OFFSET): New flag.
4777         (struct cpp_toklist): Replace dir_handler and dir_flags with
4778         dirno and flags.
4779         (struct cpp_reader): Remove parsing_if_directive and
4780         parsing_define_directive.
4781
4782 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4783
4784         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4785         following the cabs decl which terminate on the following line.
4786         Add the corresponding test_text case.
4787
4788 2000-05-18  Neil Booth  <NeilB@earthling.net>
4789
4790         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4791         default tab stop size.
4792         (no_num, OPT_ftabstop): New.
4793         (handle_option): Handle "ftabstop=" command-line option.
4794         (print_help): Document it.
4795         * cpplex.c (COLUMN): Remove.
4796         (handle_newline): Reset col_adjust.
4797         (skip_whitespace): Update col_adjust as tabs encountered.
4798         (_cpp_lex_line): Update to use col_adjust.  Call
4799         skip_whitespace for all whitespace.
4800         * cpplib.h (struct cpp_options): New member tabstop.
4801         (struct cpp_reader): New member col_adjust.
4802         (CPP_BUF_COL): Update.
4803         (CPP_BUF_COLUMN): New.
4804         * cpp.texi: Document "-ftabstop=" command line option.
4805
4806 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4807
4808         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4809         files.
4810         * configure: Rebuilt.
4811
4812 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4813
4814         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4815
4816         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4817         HOST_BITS_PER_WIDE_INT is >= 64.
4818
4819 2000-05-17  Richard Henderson  <rth@cygnus.com>
4820
4821         * jump.c (jump_optimize_1): Remove inactive but real insns
4822         in jump-to-next-insn optimization.
4823
4824 2000-05-17  Richard Henderson  <rth@cygnus.com>
4825
4826         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4827         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4828         Don't call recompute_reg_usage if no_new_pseudos is true.
4829         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4830         Return true if we did work; update global life information.
4831         * basic-block.h (optimize_mode_switching): Update decl.
4832
4833 2000-05-17  Neil Booth  <neilb@earthling.net>
4834
4835         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4836
4837 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4838
4839         * cpplib.c: New feature, #pragma system_header.
4840         * cpp.texi: Document special treatment of system headers, and
4841         the various mechanisms to get a header that special treatment.
4842
4843 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4844
4845         * system.h (offsetof): Define at the very end, to ensure we prefer
4846         the platform's definition if available.
4847
4848 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4849
4850         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4851         * fixinc/server.c: likewise
4852         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4853         + #ifdef debugging code + use #def constant for
4854         sub-pattern count
4855         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4856         on C++ math namespace
4857
4858 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4859
4860         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4861         Don't check the return value of sprintf.  Use asprintf to avoid
4862         buffer overflows.
4863
4864 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4865
4866         * flags.h (warn_unused_function, warn_unused_label,
4867         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4868         Replace ``warn_unused''.
4869         (set_Wunused): Add declaration.
4870         * toplev.c (set_Wunused): New function.
4871         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4872         warn_unused_variable, warn_unused_value): New variables.
4873         (W_options): Add -Wunused-function, -Wunused-function,
4874         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4875         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4876
4877         * toplev.c (decode_W_option): Update -Wunused flags by calling
4878         set_Wunused.
4879         * c-decl.c (c_decode_option): Ditto for -Wall.
4880
4881         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4882         warn_about_unused_variables): Replace warn_unused with more
4883         explicit warn_unused_value et.al.
4884         * function.c (expand_function_end): Ditto.
4885         * c-typeck.c (internal_build_compound_expr,
4886         internal_build_compound_expr): Ditto.
4887         * c-decl.c (poplevel, pop_label_level): Ditto.
4888         * toplev.c (check_global_declarations): Replace warn_unused with
4889         check for either warn_unused_function or warn_unused_variable.
4890
4891         * gcc.1, invoke.texi (Warning Options): Document
4892         -Wunused-function, -Wunused-function, -Wunused-label,
4893         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4894
4895 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4896
4897         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4898         $(srcdir), not in the current directory.
4899
4900 2000-05-16  Richard Henderson  <rth@cygnus.com>
4901
4902         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4903         assembler supports it.
4904         (.fini, .init): Use a gp-relative indirect call.
4905         (__do_global_dtors_aux): Preserve the gp; rebundle.
4906         (__do_frame_setup): Likewise.
4907         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4908         (.init): Use a gp-relative indirect call.
4909         (__do_global_ctors_aux): Preserve the gp.
4910
4911 2000-05-16  Richard Henderson  <rth@cygnus.com>
4912
4913         * flow.c (commit_one_edge_insertion): Be prepared for a return
4914         insn to be inserted on the edge with a normal jump.
4915         * jump.c (jump_optimize_1): Don't look to create return isns.
4916
4917         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4918         * jump.c (jump_optimize_1): Likewise.
4919         (returnjump_p): Verify the argument is a JUMP_INSN.
4920         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4921
4922 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4923
4924         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4925         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4926         (large_insn_p): Ditto.
4927         (m32r_is_insn): New function: Return true if the insn contains
4928         an executable instruction.
4929         (m32r_adjust_insn): Use m32r_is_insn.
4930         (m32r_sched_reorder): Use m32r_is_insn.
4931         (m32r_sched_variable_issue): Use m32r_is_insn.
4932
4933 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4934
4935         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4936         VAR_DECL.
4937
4938         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4939
4940         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4941         according to given options.
4942
4943 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4944
4945         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4946         if X has VOIDmode either.
4947         (LIMIT_RELOAD_CLASS): Similarly.
4948
4949         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4950         not "general_operand" to match the processor's capabilities.
4951
4952 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4953
4954         * fixinc/README:  corrected return address
4955         * fixinc/check.diff:  regenerate, now that test works
4956         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4957         (char_macro_def_fix,char_macro_use_fix): corrected and
4958         rewrote to use regex to parse the text
4959         * fixinc/inclhack.def: more testing
4960         * fixinc/fixincl.x:  regenerated
4961
4962         * fixinc/inclhack.def: added several "test_text" attributes
4963         changed several fixes to use `c_fix = format'
4964         re-alphabetized the fixes
4965
4966         * fixinc/check.diff: regenerate
4967         * fixinc/fixincl.x: regenerate
4968         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4969         of created dirs
4970
4971
4972 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4973
4974         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4975
4976 2000-05-15  Richard Henderson  <rth@cygnus.com>
4977
4978         * toplev.c (rest_of_compilation): Run full jump pass before
4979         find_basic_blocks of flow2.
4980
4981 2000-05-15  Richard Henderson  <rth@cygnus.com>
4982
4983         * jump.c: Fix typos and clarify commentary from last change.
4984         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4985         (safe_to_remove_jump_p): Remove.
4986         (condjump_label): Use pc_set.
4987
4988 2000-05-15  Richard Henderson  <rth@cygnus.com>
4989
4990         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4991         that get in the way after reload.
4992         (cond_exec_process_if_block): Skip a label heading THEN block.
4993
4994 2000-05-15  Richard Henderson  <rth@cygnus.com>
4995
4996         * varasm.c (output_constant_pool): Abort instead of converting
4997         (improperly) deleted labels to zero.
4998
4999 2000-05-16  Neil Booth  <NeilB@earthling.net>
5000
5001         * cpplex.c (parse_string2): Update comment.
5002         (cpp_lex_line): No special assertion treatment for '('.
5003         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
5004         * cpplib.h (SYNTAX_ASSERT): Remove.
5005
5006 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5007
5008         * jump.c (condjump_p):  Mark as depreached.
5009         (any_condump_p): New.
5010         (any_uncondump_p): New.
5011         (pc_set): New.
5012         (safe_to_remove_jump_p): New.
5013         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
5014         safe_to_remove_jump_p): Declare.
5015
5016 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5017
5018         * calls.c: Re-install both patches reverted by last patch.
5019         (struct arg_data): New field tail_call_reg.
5020         (initialize_argument_information): Initialize tail_call_reg
5021         (load_register_parameters): New argument flags, use
5022         tail_call_reg when emiting tail call sequence.
5023         (expand_call): Update call of load_register_parameters;
5024         copy unadjusted_args_size to adjusted_args_size.
5025
5026 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5027
5028         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
5029         and bct_p parameters to flags.
5030         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
5031         * rtl.h (loop_optimize): Update prototype.
5032         * toplev.c (rest_of_compilation): Update call of loop_optimize.
5033
5034 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5035
5036         * calls.c (expand_call): Move expand_start_target_temps call after
5037         start_sequence().
5038
5039 2000-05-15  Neil Booth  <NeilB@earthling.net>
5040
5041         * cpphash.c (trad_stringify, warn_trad_stringify,
5042         collect_params): Make some pointers pointers to const.
5043         * cpplex.c (auto_expand_name_space) Guaranteed to always
5044         expand by at least one character.
5045         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
5046         (struct token_spelling): Use const U_CHAR * rather than PTR.
5047         (expand_name_space): Fix up token pointers if name space
5048         is moved when expanding.
5049         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
5050         parse_string2, save_comment, spell_token, cpp_output_list):
5051         Update so the routines handle tokens with a direct pointer to
5052         their text, rather than an offset into the token's list's namebuf.
5053         (_cpp_lex_line): Rearrange for clarity.
5054
5055         * cpplib.c (_cpp_check_directive): Similarly.
5056         (do_define): Make SYM a pointer to const.
5057         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
5058         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
5059         (TOK_OFFSET): Delete.
5060         (TOK_NAME): Update.
5061
5062 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
5063
5064         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
5065         64-bit ABI.
5066
5067         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
5068         into account.
5069         (logical_u_operand): Delete.
5070         (non_logical_cint_operand): Rewrite to take MODE into account.
5071         (non_logical_u_cint_operand): Delete.
5072         (boolean_operator): New function.
5073         (print_operand): Add new %q operand.
5074         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
5075         remove logical_u_operand and non_logical_u_cint_operand,
5076         update logical_operand and non_logical_cint_operand.
5077         * config/rs6000/rs6000.md: Rewrite the patterns for performing
5078         logical operations to use %q.
5079
5080         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
5081         (movdi): Make similar to movsi.
5082         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
5083         is no such thing as a DImode CONST_DOUBLE.
5084         * config/rs6000/rs6000.c (output_toc): Likewise.
5085
5086         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
5087         codes when old mnemonics are in use.  Print register names
5088         for cc registers when requested.
5089
5090         * optabs.c (expand_float): Don't allow mode widening that causes
5091         double rounding.
5092
5093         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
5094         flags to their current names -maix64 and -maix32.
5095
5096 2000-05-14  Bruce Korb  <bkorb@gnu.org>
5097
5098         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
5099         and/or after current text of file
5100         * fixinc/fixlib.c(must_malloc):
5101         * fixinc/fixlib.h(must_malloc): + reformatting
5102         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
5103         with usages of ``c_fix = wrap;''
5104         Add several tests and use the ``c_fix = format'' fixer more.
5105         * fixinc/fixincl.x: regen
5106         * fixinc/check.diff: regen
5107         * fixinc/check.tpl: emit the associated header with the missing
5108         test message
5109
5110 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
5111
5112         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
5113         variables $src and $dst.
5114
5115 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
5116
5117         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
5118         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
5119         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
5120         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
5121         fields.
5122         (set_message_prefixing_rule): Declare.
5123
5124         * diagnostic.c: (current_prefixing_rule): New variable.
5125         (set_message_prefixing_rule): Define.
5126         (output_set_prefix): Adjust buffer->emitted_prefix_p.
5127         (init_output_buffer): Adjust Initialization.
5128         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
5129
5130 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
5131
5132         * ifcvt.c (if_convert): Do not free NULL.
5133
5134 2000-05-12  H.J. Lu  (hjl@gnu.org)
5135
5136         * gthr-dce.h: Add support for libobjc.
5137         * gthr-posix.h: Likewise.
5138         * gthr-solaris.h: Likewise.
5139         * gthr-vxworks.h: Likewise.
5140         * gthr-single.h: Likewise.
5141         * gthr-win32.h: Likewise.
5142
5143 2000-05-12  Nick Clifton  <nickc@cygnus.com>
5144
5145         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
5146         to move a double word value.
5147         (di_operand): New function: Return true if the operand is suitbale
5148         for a double word move operation.
5149         (nonimmediate_di_operand): New function: Return true if the
5150         operand is a DImode register or MEM.
5151
5152         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
5153         nonimmediate_di_operand.
5154
5155         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
5156         nonimmediate_di_operand.
5157
5158         * config/fr30/fr30.md (movdi): New pattern.  Required because
5159         other patterns generate DImode results.
5160         (movdi_insn): New pattern.
5161
5162 2000-05-12  Richard Henderson  <rth@cygnus.com>
5163
5164         * config/alpha/alpha.c (struct shadow_summary): Define
5165         bitfields as type unsigned int.
5166
5167 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
5168
5169         * config/avr/t-avr: Added definition of FLOAT while generates
5170         fp-bit.c
5171
5172         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
5173         peepholes for tst+jump = sbrs/sbrc optimization.
5174
5175 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
5176
5177         * expr.c (emit_push_insn): Do not adjust stack pointer when
5178         preallocating.
5179
5180 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
5181
5182         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
5183         * system.h (offsetof): ... to here.
5184
5185 2000-05-12  Richard Henderson  <rth@cygnus.com>
5186
5187         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
5188         * final.c (final_end_function): Use app_disable.  Rearrange note
5189         handling into a switch.  Emit deleted labels.
5190         (output_asm_label): Generate label strings for deleted labels.
5191         * flow.c (tail_recursion_label_list): New.
5192         (find_basic_blocks_1): Set label_value_list directly.  Collect list
5193         of tail recursion labels from call_placeholders.  Don't add deleted
5194         labels to the label value list.
5195         (cleanup_cfg): Use free_EXPR_LIST_list.
5196         (flow_delete_insn_chain): Turn non-removable labels into notes.
5197         (flow_delete_block): Don't disable deleting the block because of
5198         a non-removable label.
5199         (tail_recursion_label_p): New.
5200         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
5201         because of a label.
5202         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
5203         jump table.
5204         (merge_blocks): Disable a merge because of tail recursion labels.
5205         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
5206         Use a more accurate measure of not merging the join block.
5207         (find_if_block): Don't disable conversion because of a label.
5208         (find_if_case_1, find_if_case_2): Likewise.
5209         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
5210         element when copying.
5211         (squeeze_notes): Also leave EH notes.
5212         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
5213         REG_LABEL notes.
5214         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
5215         deleting a label.
5216         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
5217         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
5218         referring to a deleted label.  Convert tail handling to a switch.
5219         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
5220         for NOTE_INSN_DELETED_LABEL.
5221         (NOTE): Fix commentary.
5222         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
5223         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
5224         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
5225         (LABEL_NUSES, LABEL_REFS): Likewise.
5226         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
5227
5228 2000-05-12  Bruce Korb  <bkorb@gnu.org>
5229
5230         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
5231         * fixinc/check.diff: updated
5232         * fixinc/inclhack.def: corrected & added some test_text-s
5233         * fixinc/genfixes: removed unneeded options to autogen invocation
5234         * fixinc/fixincl.tpl: Specified the output file
5235         * fixinc/fixfixes.c: visual appearance
5236         * fixinc/fixincl.x: regenerate
5237
5238 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
5239
5240         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
5241         CTRL_defn_fix): Delete.
5242         (fix_char_macro_defines, fix_char_macro_uses): Rename to
5243         char_macro_def_fix and char_macro_use_fix, respectively.  Put
5244         them into the FIXUP_TABLE.  Get the string to search for from
5245         a c_fix_arg.
5246
5247         (format_write): New function.
5248         (format_fix): Use it.
5249
5250         (FIX_PROC_HEAD): Constify text parameter.
5251         (machine_name_fix): Constify all char *s.
5252         * fixtests.c (skip_quote): Remove double static.
5253
5254         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
5255         ctrl_use_quotes): Update for new scheme.
5256         * fixincl.x: Regenerate.
5257
5258 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
5259
5260         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
5261         DWARF2_DEBUG.
5262         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
5263         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5264
5265 2000-05-11  Robert Lipe <robertlipe@usa.net>
5266
5267         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
5268         * fixincl.x: Regenerate.
5269
5270 2000-05-11  Richard Henderson  <rth@cygnus.com>
5271
5272         * calls.c: Revert both 05-09 patches.
5273
5274 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
5275
5276         * config/mn10300/mn10300.c (print_operand): Print FP constants in
5277         hexadecimal.
5278         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
5279         for FP values.
5280
5281         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
5282         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
5283
5284 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
5285
5286         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
5287
5288 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5289
5290         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
5291
5292 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
5293
5294         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
5295         * config/avr/avr.c (jump_over_one_insn_p): New function.
5296         * config/avr/avr.md: New peepholes added. Output test and
5297         conditional jump to "sbrc" or "sbrs" command.
5298
5299 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
5300
5301         * cppmain.c (main): Use IS_DIR_SEPARATOR.
5302
5303 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
5304
5305         * except.c (find_exception_handler_labels_1): New function.
5306         (find_exception_handler_labels): Split into two functions, dive
5307         into CALL_PLACEHOLDERs when looking for exception handler labels.
5308
5309 2000-05-11 Stan Cox <scox@cygnus.com>
5310
5311         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
5312         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
5313         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
5314
5315 2000-05-11  Bruce Korb  <bkorb@gnu.org>
5316
5317         * fixinc/fixfixes.c (double_slash_fix):  obsolete
5318         (else_endif_label_fix): obsolete
5319         (format_fix):  new, unused as yet
5320         (main): obsolete
5321         * fixinc/fixlib.h: added fix description struct for use by format_fix
5322         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
5323         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
5324         modules.  Removed the vestiges of the script version.
5325         Added support for "make check".
5326         * fixinc/check.diff: base diff file (needs work!!)
5327         * fixinc/check.tpl: quiet the fixup output
5328         * fixinc/fixtests.c (main): obsolete
5329         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
5330         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
5331
5332 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
5333
5334         * toplev.c (rest_of_compilation): Remove dead code after
5335         combine.
5336
5337 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5338
5339         * cpphash.c (collect_funlike_expansion): Make "# is not
5340         followed by a macro argument name" a pedwarn, not an error.
5341         Preserve the # in the output.  Suppress the warning if lang_asm.
5342
5343 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
5344
5345         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
5346         * configure: Rebuilt.
5347
5348 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
5349
5350         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
5351
5352 2000-05-10  Kazu Hirata  <kazu@hxi.com>
5353
5354         * combine.c (try_combine): Fix a typo.
5355
5356 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
5357
5358         * config/ia64/ia64.md (insv): Add comment.
5359
5360 2000-05-10  Richard Henderson  <rth@cygnus.com>
5361
5362         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
5363         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
5364         dependancies on FPBIT and DPBIT.
5365
5366 2000-05-10  Nick Clifton  <nickc@redhat.com>
5367
5368         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5369         when optimising for size.
5370         (mark_used_regs:) Ditto.
5371         (try_pre_increment_1): Ditto.
5372
5373 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
5374
5375         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
5376         Make error message friendlier.
5377
5378         * cpphash.h (struct hashnode): Use struct hack for name
5379         member.
5380         * cpphash.c (struct hashdummy): New.
5381         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
5382         (make_HASHNODE): No need to set ->name pointer.  Correct
5383         setting of p.
5384         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
5385
5386 2000-05-10  Richard Henderson  <rth@cygnus.com>
5387
5388         * flow.c (find_basic_blocks_1): Remove any spare bb_note
5389         after completion.
5390
5391 2000-05-10  Bruce Korb  <bkorb@gnu.org>
5392
5393         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
5394
5395 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
5396
5397         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
5398         after we enter .debug.
5399
5400 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
5401
5402         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
5403         abstract instance of a nested inline function.
5404
5405         * stor-layout.c (finish_record_layout): finalize_type_size
5406         before laying out the pending_statics.
5407
5408 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5409
5410         * cpplex.c (spell_token): New function.
5411         (spell_string, spell_comment, spell_name): fold into
5412         spell_token.
5413         (I, S): Add macros.
5414         (E, H): Remove macros.
5415         (save_comment): Save comment opening characters too.
5416         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5417         handling.
5418         * cpplib.h (I, S): Add macros.
5419         (E, H): Remove macros.
5420         (TTYPE_TABLE): Update entries for new speller.
5421         (SYNTAX_ASSERT): Remove.
5422
5423 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5424
5425         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5426         when removing escaped newlines.  Reverse sense of test for
5427         escaped newline.
5428
5429 2000-05-09  Richard Henderson  <rth@cygnus.com>
5430
5431         * flow.c (find_basic_blocks_1): Do not delete the first
5432         bb_note we run across.
5433         (create_basic_block): Use reorder_insns to move an existing
5434         bb_note to the correct place.
5435
5436 2000-05-09  Richard Henderson  <rth@cygnus.com>
5437
5438         * calls.c (expand_call): Increment currently_expanding_call
5439         before calling optimize_tail_recursion.
5440
5441 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5442
5443         * reload1.c (reload_combine): Fix errors in last change.
5444
5445 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5446
5447         * gcc.c (used_arg): Skip over a semicolon at the end of the
5448         split-up loop; don't break out of it.
5449
5450         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5451         (tree.o): Depend on output.h.
5452
5453         * c-decl.c (pending_invalid_xref_file,
5454         current_function_prototype_file): Constify.
5455         (pushdecl): Constify a local char *.
5456         (define_label): Constify filename parameter.
5457         * c-lex.c (init_parse): Constify parameter and return value.
5458         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5459         * c-tree.h: Update prototypes.
5460         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5461         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5462         objc/objc-parse.c: Regenerate.
5463
5464         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5465         * dwarfout.h: Update prototypes.
5466         * expr.c (expand_expr): Constify a local char *.
5467         * flags.h: Constify main_input_filename.
5468         * function.c (expand_function_end): Constify filename parameter.
5469         * genrecog.c (make_insn_sequence): Use a character array for
5470         c_test_pos.
5471         (main): Remove unused variables.
5472         * input.h: Constify input_filename, main_input_filename, and
5473         file_stack.name.  Update prototypes.
5474         * output.h: Declare first_global_object_name and
5475         weak_global_object_name here, as const char *.
5476         * stmt.c (expand_asm_operands): Constify filename parameter.
5477         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5478         Constify filename parameter.
5479         (input_filename, main_input_filename): Constify.
5480         * toplev.h: Update prototypes.
5481         * tree.c: Include output.h.  Don't declare
5482         first_global_object_name or weak_global_object_name.  Clean up string
5483         bashing in get_file_function_name_long.
5484         * tree.h (struct tree_decl): Constify filename member.
5485         (input_filename): Constify.
5486         Update prototypes.
5487         * varasm.c (first_global_object_name, weak_global_object_name):
5488         Constify.
5489         (assemble_start_function, assemble_variable): Clean up string bashing.
5490
5491         * gcc.c: Constify all spec-related strings initialized,
5492         transitively, from string constants.  Constify all strings
5493         and string variables related to multilibs.
5494         (set_spec, read_specs): Cast argument to free to PTR.
5495         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5496         length comparison to compare multilib switches.
5497         * genmultilib: Constify everything declared in multilib.h.
5498
5499 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5500
5501         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5502         as deleted.
5503
5504 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5505
5506         * config/avr/avr-protos.h (extra_constraint): change a type of
5507         second argument from char to int to avoid warnings.
5508         (asm_output_byte): Likewise.
5509
5510         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5511         (initial_elimination_offset): Handle elimination from
5512         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5513         (legitimate_address_p): Use MAX_LD_OFFSET.
5514         (legitimize_address): Likewise.
5515         (out_movqi_r_mr): Likewise.
5516         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5517         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5518         (out_movsi_mr_r): Likewise.
5519         (out_movqi_mr_r): Likewise.
5520         (out_movhi_mr_r): Likewise.
5521         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5522         count as CONST_INT != 6.
5523         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5524         shift count is a CONSTANT_P, but not a CONST_INT.
5525         (ashlhi3_out): Coding style modifications.
5526         (ashlsi3_out): Likewise.
5527         (ashrhi3_out): Likewise.
5528         (ashrsi3_out): Likewise.
5529         (lshrhi3_out): Likewise.
5530         (lshrsi3_out): Likewise.
5531         (ashrqi3_out): Generate shift for any known constant count without
5532         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5533         but not a CONST_INT.
5534         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5535         shift count is a CONSTANT_P, but not a CONST_INT.
5536         (extra_constraint): change a type of
5537         second argument from char to int to avoid warnings.
5538         (asm_output_byte): Likewise.
5539         (asm_file_end): Output size generated commands count as a hex
5540         number too.
5541
5542         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5543
5544         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5545         removed.
5546         (ashlqi3): Values of "length" attribute changed. Shift count
5547         uses constraints 'n' instead of 'i'.
5548         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5549         shifts without clobber register.
5550         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5551         (call_insn): Correct test for which_alternative == 1 (was 0).
5552         (call_value_insn): Likewise.
5553
5554         * config/avr/t-avr: Remove definition of FLOAT while generates
5555         fp-bit.c
5556
5557 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5558
5559         * fixinc/check.tpl:  Template for checking fixes
5560         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5561         disable hpux8_bogus_inlines on SCO
5562         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5563
5564 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5565
5566         * calls.c (expand_call): Reorganize somewhat in order
5567         to avoid unnecesary recalculation inside loop and make
5568         tail call failure code cleaner.
5569
5570 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5571
5572         * alias.c (nonlocal_reference_p): Minor reformatting.
5573         * reload.c (find_equiv_reg): Simplify logic for
5574         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5575         some some reformatting.
5576         * reload1.c (reload_combine): Don't assume everything in
5577         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5578
5579 2000-05-08  Richard Henderson  <rth@cygnus.com>
5580
5581         * final.c (current_insn_predicate): New.
5582         (final_scan_insn): Set it.
5583         * output.h (current_insn_predicate): Declare.
5584
5585         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5586         Attach it to call insns.
5587         (cond_exec_process_if_block): Track probability for true and
5588         false branches.
5589         (dead_or_predicable): Likewise.
5590
5591         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5592         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5593         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5594         (estimate_probability, expected_value_to_br_prob): Use them.
5595
5596         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5597         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5598         (ia64_expand_prediction): New.
5599         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5600         as needed after calls.
5601         (ia64_epilogue_uses): Mark b0 used.
5602         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5603         (bne_true, bne_false): Remove.
5604         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5605         (br_true, br_false): New.  Use predicate_operator and
5606         ia64_expand_prediction.
5607         (return_true, return_false): Likewise.
5608         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5609         (call_internal1, call_value_internal): Likewise.
5610         (call_value_internal1, call_multiple_values_internal1): Likewise.
5611
5612         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5613
5614         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5615
5616 2000-05-08  Richard Henderson  <rth@cygnus.com>
5617
5618         * rtlanal.c (may_trap_p): Consider old-style and volatile
5619         asms to trap.
5620
5621 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5622
5623         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5624
5625 2000-05-08  Richard Henderson  <rth@cygnus.com>
5626
5627         * config/ia64/ia64.h (predicate_operator): Declare.
5628
5629         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5630         of existance.
5631
5632         * gensupport.c (process_rtx): Copy and post-process each member
5633         of the define_insn rtvec individually.
5634
5635 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5636
5637         * cpplex.c (spell_token): New function.
5638         (TOKEN_LEN): Add 1 for whitespace.
5639         (_cpp_lex_file): Update to use spell_token.
5640         * cpplib.h (E): Remove.
5641         (TTYPE_TABLE): Update CPP_VSPACE entry.
5642
5643 2000-05-08  Richard Henderson  <rth@cygnus.com>
5644
5645         * flow.c (init_propagate_block_info): Watch out for conditional
5646         branch to next instruction, and thus one outgoing edge.
5647
5648         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5649         for global register variables; don't special case __[CD]TOR_LIST__;
5650         mind ggc_p for string allocation.
5651
5652 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5653
5654         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5655
5656 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5657
5658         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5659         i?86-*-msdosdjgpp* no longer uses fixincludes
5660         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5661         * fixinc/inclhack.sh:  deleted
5662         * fixinc/hackshell.tpl:  deleted
5663         * fixinc/inclhack.tpl:  deleted
5664         * fixinc/Makefile.in:  Remove dependencies on above
5665         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5666
5667 2000-05-08  Andreas Jaeger  <aj@suse.de>
5668
5669         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5670         support.
5671
5672 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5673
5674         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5675         substitutions.
5676
5677 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5678
5679         * cpplex.c: Move new lexer definitions and prototypes
5680         to top.  Conditional include these and the code if
5681         NEW_LEXER is defined.  Rename functions whose names
5682         clash if this code included.
5683
5684 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5685
5686         * rtl.def (COND_EXEC): Clarify.
5687
5688         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5689         same fashion as zero_extendsidi2.
5690
5691 2000-05-06  Richard Henderson  <rth@cygnus.com>
5692
5693         * config/ia64/ia64.c (predicate_operator): New.
5694         (ia64_print_operand): Handle 'J'.
5695         (rtx_needs_barrier): Handle COND_EXEC.
5696         * config/ia64/ia64.h (BRANCH_COST): Define.
5697         (PREDICATE_CODES): Update.
5698         * config/ia64/ia64.md: Docuement used unspec values.
5699         (attr predicable): New.
5700         (movxf, movxf_internal): New.
5701         (extendsfdf2): Don't comment out nop.
5702         (floatdidf2): Remove.
5703         (truncxfsf2, truncxfdf2, floatdixf2): New.
5704         (abssi2, absdi2): Put the neg in the "true" slot.
5705         (conditional branch instructions): Mark not predicable.
5706         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5707         (abs*_internal): Likewise.
5708         (alloc, set_bsp): Mark not predicable.
5709         (barrier, insn_group_barrier, flush_cache): Likewise.
5710         (define_cond_exec): New.
5711
5712 2000-05-06  Richard Henderson  <rth@cygnus.com>
5713
5714         * c-decl.c: Include "tm_p.h".
5715
5716         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5717         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5718         (ia64_expand_op_and_fetch): Declare.
5719         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5720         (setjmp_operand): Constify variables for XSTR.
5721         (ia64_encode_section_info): Likewise.
5722         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5723         values to int.
5724         (ia64_asm_output_external): Constify name.
5725         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5726         (process_for_unwind_directive): Provide switch default.
5727         (ia64_expand_compare_and_swap): Remove unused variables.
5728         (ia64_expand_builtin): Likewise.
5729         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5730         for printing.
5731
5732         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5733         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5734         (shift_count_operand, shift_32bit_count_operand): Likewise.
5735         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5736         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5737         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5738         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5739         (ia64_expand_builtin): Likewise.
5740         (call_multiple_values_operation): Make dest_regno unsigned.
5741
5742 2000-05-06  Richard Henderson  <rth@cygnus.com>
5743
5744         * rtl.def (DEFINE_COND_EXEC): New.
5745         * md.texi: Document it.
5746
5747         * gensupport.c (input_file): Remove.
5748         (struct queue_elem): Add lineno.
5749         (rtx_ready_queue): Remove.
5750         (errors): New.
5751         (predicable_default): New.
5752         (predicable_true, predicable_false): New.
5753         (define_attr_queue, define_attr_tail): New.
5754         (define_insn_queue, define_insn_tail): New.
5755         (define_cond_exec_queue, define_cond_exec_tail): New.
5756         (other_queue, other_tail): New.
5757         (queue_pattern): New.
5758         (process_rtx): Add patterns to the appropriate queues.
5759         (is_predicable, identify_predicable_attribute): New.
5760         (n_alternatives, collect_insn_data): New.
5761         (alter_predicate_for_insn, alter_test_for_insn): New.
5762         (shift_output_template, alter_output_for_insn): New.
5763         (process_one_cond_exec, process_define_cond_exec): New.
5764         (init_md_reader): Read the entire file.  Process define_cond_exec.
5765         (read_md_rtx): Return elements from the queues.
5766
5767 2000-05-06  Richard Henderson  <rth@cygnus.com>
5768
5769         * flow.c (mark_set_1): Don't update conditional life info
5770         if the register is not_dead.
5771
5772 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5773
5774         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5775         (mostlyclean): Also delete fixincl, fixinc.sh, and
5776         specs.ready, and make clean in the fixinc subdir.
5777
5778 2000-05-06  Richard Henderson  <rth@cygnus.com>
5779
5780         * Makefile.in (gensupport.o): Compile for the host.
5781         (host-prefix gensuuprt.o): Remove.
5782         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5783         (genattrtab.o): Likewise.
5784         (gencodes.o): Depend on gensupport.h.
5785         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5786         (genpeep.o, genattr.o, genoutput.o): Likewise.
5787
5788         * gensupport.c (obstack, rtl_obstack): New.
5789         (init_md_reader): Initialize rtl_obstack.
5790         * gensupport.h (rtl_obstack): Declare.
5791         (message_with_line): Declare.
5792
5793         * genattr.c: Remove all traces of obstack manipulation.
5794         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5795         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5796
5797         * genattrtab.c (obstack, rtl_obstack): Remove.
5798         (main): Don't init rtl_obstack.
5799         * genflags.c: Likewise.
5800
5801         * genrecog.c (message_with_line): Move ...
5802         * gensupport.c: ... here.
5803
5804 2000-05-06  Richard Henderson  <rth@cygnus.com>
5805
5806         * c-typeck.c (build_c_cast): Remove dead code.
5807
5808 2000-05-06  Richard Henderson  <rth@cygnus.com>
5809
5810         * flow.c (split_edge): Don't allocate global_live_at_start for
5811         the new block unless the old blocks had them as well.
5812
5813         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5814
5815         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5816         test_bb if a or b uses x.
5817
5818 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5819
5820         * cpphash.h: Remove conditional #define of __extension__.
5821         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5822         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5823         (ENABLE_RTL_CHECKING only).
5824         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5825         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5826         (ENABLE_TREE_CHECKING only).
5827         * varray.h: Add __extension__ to VARRAY_CHECK macro
5828         (ENABLE_CHECKING only).
5829
5830 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5831
5832         Use new tail-calling mechanism on ARM.
5833         * arm.md (sibcall, sibcall_value): New expands.
5834         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5835         (tailcalling peepholes): Delete.
5836         (push_multi): Simplify.
5837         * arm.c (lr_save_eliminated): Delete definition.
5838         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5839         (output_return_instruction): Remove checks on lr_save_eliminated.
5840         (output_arm_prologue): Remove old tail-calling code.
5841         (arm_output_epilogue): New parameter, really_return.  All callers
5842         changed.  Handle tail-calling epilogues.
5843         * arm.h (lr_save_eliminated): Delete declaration.
5844         (frame_pointer_needed): Delete declaration.
5845         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5846
5847         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5848         TARGET_ARM.
5849         * arm.c (thumb_code): Define it.
5850         (arm_override_options): Set it.
5851         * arm.h (thumb_code): Declare it.
5852
5853 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5854
5855         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5856
5857 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5858
5859         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5860         bogus clobber to insns.
5861         (load_multiple_operation, store_mulitple_operation): Don't check
5862         for it.
5863         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5864
5865         * arm.md (and_scc, ior_scc): Add missing mode.
5866
5867         * arm.md (call_value_symbol): Remove predicate from op2.
5868
5869         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5870
5871 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5872
5873         * expr.c (get_subtarget): New function.
5874         (force_operand, expand_expr, do_store_flag): Use it.
5875
5876         * toplev.c (compile_file): Don't take strlen of NAME if null.
5877
5878 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5879
5880         * xcoffout.c (xcoff_current_include_file,
5881         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5882         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5883         char *'.
5884         (xcoffout_declare_function): Make name 'const char *'.
5885         (xcoffout_end_epilogue): Make fname 'const char *'
5886         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5887         xcoffout_declare_function, xcoffout_source_line): Match above.
5888
5889         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5890         -maix64 is error.
5891         * rs6000.c (print_operand): Fix lossage typo.
5892         (output_cbranch): Remove "cr" decoration for now.
5893         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5894
5895 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5896
5897         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5898         constant count.
5899
5900 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5901
5902         * fixinc/genfixes: Improve the matching for make target names
5903
5904 2000-05-05  Catherine Moore  <clm@cygnus.com>
5905
5906         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5907         attribute to the decl.
5908         * c-decl.c (pushdecl): Propagate the USED attribute to the
5909         type copy.
5910
5911 2000-05-05  Richard Henderson  <rth@cygnus.com>
5912
5913         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5914         same way emit_group_load does.
5915
5916 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5917
5918         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5919
5920         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5921         (main): Likewise.
5922
5923 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5924
5925         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5926
5927 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5928
5929         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5930         to support -shared, on platforms with dynamic libraries.
5931
5932 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5933
5934         * system.h (S_ISBLK): Provide fallback definition.
5935
5936 2000-05-05  Geoff Berry  <geoffb@bops.com>
5937
5938         * extend.texi (Extended Asm): Document inability to give asm
5939         statements access to condition codes.
5940
5941 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5942
5943         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5944         as arg 2 of UNIQUE_SECTION.
5945
5946 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5947
5948         * predict.c: Remove May 4 change.
5949         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5950         if we have predicted the branch at 50-50 probability.
5951
5952 2000-05-05  Richard Henderson  <rth@cygnus.com>
5953
5954         * flow.c (init_propagate_block_info): Fix merge error
5955         in HAVE_conditional_execution code.
5956
5957 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5958
5959         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5960         shift cycle for unknown shift count. Also generates dec + brpl.
5961         (ashlqi3_out): Don't generate dec + brpl which now generates by
5962         `out_shift_with_cnt'.
5963         (ashlhi3_out): Likewise.
5964         (ashlsi3_out): Likewise.
5965         (ashrqi3_out): Likewise.
5966         (ashrhi3_out): Likewise.
5967         (ashrsi3_out): Likewise.
5968         (lshrqi3_out): Likewise.
5969         (lshrhi3_out): Likewise.
5970         (lshrsi3_out): Likewise.
5971
5972 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5973
5974         * gcc.c (free_split_directories): Correct typo in explanation
5975         of make_relative_prefix.
5976
5977 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5978
5979         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5980         comparison codes to branch_comparison_operator.
5981
5982 2000-05-04  Richard Henderson  <rth@cygnus.com>
5983
5984         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5985
5986 2000-05-04  Richard Henderson  <rth@cygnus.com>
5987
5988         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5989         (DPBIT_FUNCS): Remove _sf_to_usi.
5990         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5991
5992         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5993         between condition and jump.
5994
5995         * libgcc2.c (near eh_context_specific): Comment #endif string.
5996         * longlong.h: Don't use strings with embedded newlines.
5997
5998 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5999
6000         * config/rs6000/rs6000-protos.h: Add output_cbranch.
6001         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
6002         (print_operand): Delete %t and %T codes.
6003         (output_cbranch): New function.  Support branch prediction.
6004         * config/rs6000/rs6000.md: Use output_cbranch for
6005         conditional branches and returns.
6006
6007 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
6008
6009         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
6010         * stor-layout.c (place_field): Likewise.
6011         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
6012         * expr.c (store_expr): Make align unsigned.
6013         * explow.c (plus_constant_wide): Make low words unsigned.
6014         * expmed.c (choose_multiplier): Likewise.
6015         * fold-const.c (fold):  Likewise.
6016         * tree.h (build_int_2): Likewise.
6017         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
6018         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
6019         (init_emit): Change cast to unsigned char*.
6020         * varasm.c (compare_constant_1): Add cast to char*.
6021         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
6022         * reload1.c (reload): Likewise.
6023
6024         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
6025
6026 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
6027
6028         * predict.c (estimate_probability): If no prediction was found, then
6029         predict the successor that is the next physical block (if such a
6030         successor exists).
6031
6032 2000-05-04  Richard Henderson  <rth@cygnus.com>
6033
6034         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
6035
6036 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6037
6038         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
6039
6040 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
6041
6042         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
6043         attribute macros from here ...
6044         (CPP_SPEC): to here.
6045         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
6046         (CPP_SPEC): Likewise.
6047         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
6048
6049         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
6050         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
6051
6052 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6053
6054         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
6055
6056         * diagnostic (vbuild_message_string, build_message_string,
6057         build_location_prefix, output_get_prefix, init_output_buffer,
6058         output_notice, vline_wrapper_message_with_location,
6059         v_message_with_decl, default_print_error_function): De-constify.
6060         (set_real_maximum_length): Prototype.
6061
6062         * diagnostic.h (struct output_buffer, init_output_buffer,
6063         output_get_prefix, output_set_prefix): De-constify.
6064
6065         * function.c (init_function_start): Constify.
6066
6067         * gensupport.c (remove_constraints, process_rtx): Prototype.
6068
6069         * gthr-posix.h: Indent uses of #pragma.
6070
6071         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
6072         Prototype.
6073
6074         * predict.c (find_expected_value): Delete prototype.
6075         (expected_value_to_br_prob): Initialize variable `ev_reg'.
6076
6077         * sbitmap.h (debug_sbitmap): Prototype.
6078
6079         * ssa.c (compute_coalesced_reg_partition): Prototype.
6080
6081         * stor-layout.c (debug_rli): Prototype.
6082
6083         * tree.h (round_down): Prototype.
6084         (init_function_start): Constify.
6085
6086 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
6087
6088         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
6089         (overly conservative).  Change extern inline wrappers to
6090         static inline, define them always, use PARAMS properly.
6091         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
6092         whitespace warnings for \f and \v at the beginning of a line.
6093
6094 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
6095
6096         * haifa-sched.c (schedule_insns): Free the flow edge list when it
6097         is no longer needed
6098
6099 2000-05-04  Bruce Korb  <bkorb@gnu.org>
6100
6101         * fixincl/inclhack.def: added broken_cabs -
6102         Remove `extern double cabs' declarations from math.h
6103         * fixincl/inclhack.sh: regen
6104         * fixincl/fixincl.x: regen
6105         * fixincl/fixincl.c: Remove BOGOSITY code
6106         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
6107
6108 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6109
6110         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
6111         MEM_ALIAS_SET.
6112         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
6113         when calling MEM_COPY_ATTRIBUTES.
6114         * emit-rtl.c (operand_subword, change_address): Likewise.
6115         * explow.c (stabilize): Likewise.
6116         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
6117         * integrate.c (copy_rtx_and_substitute): Likewise.
6118         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
6119         when calling MEM_COPY_ATTRIBUTES.
6120         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
6121         Likewise.
6122         * cse.c (gen_lowpart_if_possible): Likewise.
6123         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
6124         * optabs.c (gen_move_insn): Likewise.
6125         * recog.c (validate_replace_rtx_1): Likewise.
6126         * simplify-rtx.c (add_mem_for_addr): Likewise.
6127         * stmt.c (expand_anon_union_decl): Likewise.
6128         * config/arm/arm.md: Likewise.
6129         * config/h8300/h7300.c (fix_bit_operand): Likewise.
6130         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
6131         (block_move_no_loop, block_move_sequence): Likewise.
6132         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
6133         * config/alpha/alpha.c (get_aligned_mem): Likewise.
6134         Clear MEM_ALIAS_SET.
6135         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
6136         MEM_COPY_ATTRIBUTES.
6137
6138 2000-05-03  Robert Lipe <robertlipe@usa.net>
6139
6140         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
6141         to suppress libgcc1.
6142         (i[34567]86-*-sco3.2v5*) Likewise.
6143         (i[34567]86-*-sco3.2v4*) Likewise.
6144         (i[34567]86-*-sco) Likewise.
6145         (i[34567]86-*-solaris2) Likewise.
6146         (i[34567]86-*-sysv5*) Likewise.
6147         (i[34567]86-*-sysv4*) Likewise.
6148         (i[34567]86-*-udk*) Likewise.
6149         (i[34567]86-*-sysv*) Likewise.
6150
6151 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6152
6153         * cpphash.h (U): New define, to correct type of string constants.
6154         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
6155         routines, to do casts when passing unsigned strings to libc.
6156         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
6157
6158         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
6159         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
6160         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
6161         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
6162         second argument an U_CHAR *.
6163
6164         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
6165         length field, clean up initializer.
6166         (ISTABLE): Add __extension__ to designated-
6167         initializers version.
6168         * cpplex.c (CHARTAB): Likewise.
6169
6170         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
6171         case so the file won't be empty.
6172
6173 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
6174
6175         * bb-reorder.c (struct reorder_block_def): Member succ removed.
6176         (REORDER_BLOCK_SUCC): Removed.
6177         (enum reorder_skip_type): Removed.
6178         (skip_insns_between_block): Renamed to skip_insns_after_block.
6179         Removed second argument. Removed dead code and cleaned up.
6180         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
6181         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
6182         second parameter to skip_insns_after_block.
6183
6184 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6185
6186         * tree.c (staticp, case LABEL_DECL): New case.
6187
6188 2000-05-03  Richard Henderson  <rth@cygnus.com>
6189
6190         * Makefile.in (start.encap): Do not depend on LIBGCC1.
6191
6192         * mklibgcc1.in: Fix typo last change.
6193
6194 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6195
6196         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
6197         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
6198         (GCC_CFLAGS): Use it.
6199         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
6200         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
6201         objc/Make-lang.in: Use it.
6202
6203 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
6204
6205         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
6206
6207 2000-05-03  Richard Henderson  <rth@cygnus.com>
6208
6209         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
6210         LIBGCC1 empty with libgcc1.null.
6211
6212 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
6213
6214         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
6215         change.
6216
6217 2000-05-03  Greg McGary  <gkm@gnu.org>
6218
6219         * tree.h (tree_common): Add bounded_flag member.  Remove
6220         inaccurate comment about number of remaining bits.
6221         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
6222         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6223         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6224         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6225         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
6226         (TYPE_QUAL_BOUNDED): New constant.
6227         (TYPE_QUALS): Handle bounded qualifier.
6228         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
6229         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6230         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6231         TYPE_AMBIENT_BOUNDEDNESS): New macros.
6232         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
6233         (tree_type): Add pointer_depth member.  Remove
6234         inaccurate comment about number of remaining bits.
6235         (DECL_POINTER_DEPTH): Add macro.
6236         (tree_decl): Add pointer_depth member.
6237
6238 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
6239
6240         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
6241         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
6242         (lshrhi3_out): Likewise.
6243         (ashrsi3_out): bugfix in shift by 8.
6244         (test_hard_reg_class): New function.
6245         * config/avr/avr.md: Bugfix inside conditions in peepholes.
6246         (ashlhi3): removed define_expand of this pattern.
6247         (*ashlhi3_insn): renamed to ashlhi3.
6248         (ashlsi3): removed define_expand of this pattern.
6249         (*ashlsi3_insn): renamed to ashlsi3.
6250         (ashrqi3): removed define_expand of this pattern.
6251         (*ashrqi3_insn): renamed to ashrqi3.
6252         (ashrhi3): removed define_expand of this pattern.
6253         (*ashrhi3_insn): renamed to ashrhi3.
6254         (ashrsi3): removed define_expand of this pattern.
6255         (*ashrsi3_insn): renamed to ashrsi3.
6256         (lshrhi3): removed define_expand of this pattern.
6257         (*lshrhi3_insn): renamed to lshrhi3.
6258         (lshrsi3): removed define_expand of this pattern.
6259         (*lshrsi3_insn): renamed to lshrsi3.
6260
6261 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
6262
6263         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
6264         inclusion of "system.h".
6265
6266 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
6267
6268         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
6269         TREE_ASM_WRITTEN.
6270
6271 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
6272
6273         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
6274         if -mauto-pic is on.
6275         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
6276         -mconstant-gp is in effect and function-descriptors are being used
6277         to make indirect calls.
6278         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
6279         (MASK_AUTO_PIC): Ditto.
6280         (TARGET_CONST_GP): Ditto.
6281         (TARGET_AUTO_PIC): Ditto.
6282         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
6283         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
6284         -mno-pic is in effect.
6285         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
6286         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
6287         -mauto-pic is in effect.
6288         (gprel64_offset): New pattern.
6289         (load_gprel64): Ditto.
6290         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
6291         -mconstant-gp is in effect, no need to preserve gp around direct
6292         calls.
6293         (call_value): Ditto.
6294         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
6295         (FUNCTION_PROFILER): Define.
6296         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
6297         @fptr() directive when -mno-pic or -mauto-pic is in effect.
6298         (ASM_OUTPUT_DESTRUCTOR): Ditto.
6299
6300 2000-05-03  Richard Henderson  <rth@cygnus.com>
6301
6302         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
6303         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
6304         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
6305         (mklibgcc, libgcc.mk): New targets.
6306         (libgcc.a): Use libgcc.mk.
6307         (stmp-multilib): Likewise.
6308         (stmp-multilib-sub): Remove.
6309         (mostlyclean): Don't delete libgcc2 temp files.
6310         * configure.in (AC_PROG_CC_C_O): Add.
6311         (NO_MINUS_C_MINUS_O): Substitute it.
6312         (all_outputs): Add mklibgcc.
6313         * mklibgcc.in: New file.
6314
6315 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6316
6317         * cppexp.c (op_t): Make an int.
6318
6319         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
6320
6321         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
6322
6323         * gensupport.c (process_rtx): Fix macros used.
6324
6325 2000-05-03  Richard Henderson  <rth@cygnus.com>
6326
6327         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
6328         call-clobbered registers of a call.
6329
6330 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
6331
6332         * gensupport.c: New file.
6333         * gensupport.h: New file.
6334         * Makefile.in (HOST_RTL): Depend on gensupport.
6335         (gensupport.o) New rule.
6336         * genattr.c: Use gensupport for reading .md files.
6337         * genattrtab.c: Ditto.
6338         * gencodes.c: Ditto.
6339         * genconfig.c: Ditto.
6340         * genemit.c: Ditto.
6341         * genextract.c: Ditto.
6342         * genflags.c: Ditto.
6343         * genopinit.c: Ditto.
6344         * genoutput.c: Ditto.
6345         * genpeep.c: Ditto.
6346         * genrecog.c: Ditto.
6347         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
6348         * md.texi (Insn Splitting): Document define_insn_and_split.
6349
6350 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
6351
6352         * flow.c (verify_flow_info): Added two more sanity checks. The
6353         first checks that the blocks are numbered consecutively. The second
6354         checks that n_basic_blocks is actually equal to the number of
6355         basic blocks in the insn chain.
6356
6357 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6358
6359         * cpplib.h: Add accessor macros for token lists.
6360         * cpplib.c, cpphash.c, cpplex.c: Use them.
6361
6362 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6363
6364         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
6365         memory usage if not in a function.
6366         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
6367         return address if static.
6368
6369 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6370
6371         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
6372         whether address may trap.
6373
6374 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
6375
6376         * bb-reorder (chain_reorder_blocks): Changed code to test for
6377         EDGE_FALLTHRU rather than making erroneous assumption that the
6378         first outgoing edge is the fall-through edge.
6379
6380 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
6381
6382         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
6383         ABI for varargs, across all MIPS. This is incompatible because the
6384         va_list (__builtin_va_list) structure is different, so a compilation
6385         unit passing a va_list and a compilation unit being passed one, should
6386         both be compiled with the same ABI. (The old structure had two
6387         pointers, now it has three.)
6388
6389 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
6390
6391         * bb-reorder.c (struct reorder_block_def): Remove members end,
6392         block_begin, and block_end.
6393         (REORDER_BLOCK_OLD_END): Delete.
6394         (REORDER_BLOCK_BEGIN): Delete.
6395         (REORDER_BLOCK_END): Delete.
6396         (chain_reorder_blocks): Remove dead code.
6397
6398 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
6399
6400         * bb-reorder.c (remove_scope_notes): Check for both types of scope
6401         notes as the end of a basic block before deleting.
6402
6403 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
6404
6405         * final.c (final_start_function): Fix spelling of "necessary".
6406
6407 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
6408
6409         * toplev.c (debug_ignore_block): Return int.
6410         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6411         * toplev.h, dwarf2out.h: Adjust.
6412         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6413
6414         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6415         * toplev.c, final.c, rtl.h: Adjust.
6416
6417 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6418
6419         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6420         * configure.in: Look for makeinfo in the unified tree, then
6421         for a system makeinfo which is sufficiently new.
6422         * Makefile.in: If configure says makeinfo is too old, don't
6423         build or install Info documentation.
6424
6425 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6426
6427         * cpphash.c (collect_params): Fix off-by-one error.
6428         (dump_hash_helper): Dump all four macro nodetypes.
6429
6430 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6431
6432         * cpphash.c (trad_stringify): Adjust p after stringification as
6433         well.
6434
6435 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6436
6437         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6438         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6439
6440         * cppfiles.c (file_cleanup): Delete.
6441         * cpphash.c (macro_cleanup): Delete.
6442         (collect_objlike_expansion, collect_funlike_expansion,
6443         macarg, scan_arguments): Remove CPP_POP case.
6444
6445         * cpplex.c (null_cleanup): Delete.
6446         (cpp_pop_buffer): Do the work that was done in the cleanups
6447         here.  Call _cpp_unwind_if_stack from here.
6448         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6449         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6450         stack is the buffer _below_ the one we stacked.
6451         (cpp_get_token): Always pop an exhausted buffer.  Return
6452         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6453         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6454         increment the line number.
6455         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6456
6457         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6458         we see CPP_EOF and the top of stack is the buffer _below_ the
6459         one we stacked.
6460         * scan-decls.c: Likewise.
6461
6462 2000-05-02  Andrew Haley  <aph@cygnus.com>
6463
6464         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6465         where this function is called for the second time on a decl that
6466         has had its section info changed in such a way as to move it out
6467         of small data/bss.
6468         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6469
6470 2000-05-01  Richard Henderson  <rth@cygnus.com>
6471
6472         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6473         the sequence we're moving, not to merge_bb->head.
6474
6475 2000-05-01  Richard Henderson  <rth@cygnus.com>
6476
6477         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6478         reference to alpha/t-linux.
6479         (alpha*-*-linux-gnu*): Likewise.
6480         * configure: Rebuild.
6481
6482         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6483
6484         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6485         if not in SSA form.
6486
6487         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6488
6489 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6490
6491         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6492         TREE_THIS_VOLATILE.
6493
6494 2000-05-01  Richard Henderson  <rth@cygnus.com>
6495
6496         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6497         emit_conditional_move.
6498
6499 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6500
6501         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6502         as the dynamic linker.
6503
6504 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6505
6506         * cppfiles.c (open_include_file): Open file in blocking mode.
6507         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6508         Only exclude block devices and directories.
6509
6510         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6511         static.  Allocate the hashnode and its string in the same
6512         block of memory.
6513         (del_HASHNODE): Don't free h->name.
6514         (_cpp_lookup): If there is no entry for this string, create
6515         one, of type T_VOID.
6516         (_cpp_lookup_slot): Delete.
6517         * cpphash.h: Update prototypes.
6518
6519         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6520         not hp == NULL.
6521         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6522         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6523         node here, just fill in the value field properly.  "Delete"
6524         entries by setting the value field to T_VOID.  Check for
6525         hp->type == T_VOID, not hp == NULL.
6526
6527         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6528         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6529         hashtab.h.
6530
6531 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6532
6533         * config/mn10300/mn10300.c (print_operand_address): Do not add
6534         zero to SP.
6535
6536         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6537         adjusted by less than 256 bytes, use ret regardless of having any
6538         callee-saved register to restore.
6539
6540 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6541
6542         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6543
6544 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6545
6546         * config/i386/djgpp.h (INT_ASM_OP): Define.
6547         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6548         (ASM_WEAKEN_LABEL): Define.
6549         (MASK_BNU210): Define.
6550         (SUBTARGET_SWITCHES): Define.
6551         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6552         (MAKE_DECL_ONE_ONLY): Define.
6553         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6554
6555 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6556
6557         * i386/cygwin.h (INT_ASM_OP): Define.
6558
6559 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6560
6561         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6562         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6563
6564 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6565
6566         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6567         __tmp_reg__ and __zero_reg__ initialization.
6568
6569 2000-04-30  Richard Henderson  <rth@cygnus.com>
6570
6571         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6572
6573         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6574         referenced bewteen the condition and the jump.  Don't delete
6575         anything but the jump.
6576
6577 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6578
6579         * bb-reorder.c (scope_def): New struct.
6580         (scope_forest_info): New struct.
6581         (struct reorder_block_def): New member "scope".
6582         (REORDER_BLOCK_SCOPE): New macro.
6583         (relate_bbs_with_scopes): New function and prototype.
6584         (make_new_scope): Likewise.
6585         (build_scope_forest): Likewise.
6586         (remove_scope_notes): Likewise.
6587         (insert_intra_1): Likewise.
6588         (insert_intra_bb_scope_notes): Likewise.
6589         (insert_inter_bb_scope_notes): Likewise.
6590         (rebuild_scope_notes): Likewise.
6591         (free_scope_forest_1): Likewise.
6592         (free_scope_forest): Likewise.
6593         (dump_scope_forest): Likewise.
6594         (dump_scope_forest_1): Likewise.
6595         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6596         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6597         block.
6598         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6599         and remove_scope_notes before reordering is done. Added calls to
6600         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6601         after reordering is done.
6602
6603 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6604
6605         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6606         removed two stale entries (defined away with OLD_CPP).
6607         * fixinc/inclhack.sh: regen
6608         * fixinc/fixincl.x: regen
6609
6610 2000-04-30  Richard Henderson  <rth@cygnus.com>
6611
6612         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6613         from the last insn in the sequence.
6614
6615 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6616
6617         * cpplex.c (cpp_idcmp): New function.
6618         * cpplib.h: Prototype it.
6619         * scan_decls.c (scan_decls): Use it to inspect token names.
6620         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6621         the file being run through the preprocessor.
6622         (check_macro_names): Provide length of token to cpp_defined.
6623
6624         * Makefile.in: Remove stale warning message.
6625
6626         * cppfiles.c (redundant_include_p): Provide length of token to
6627         cpp_defined.
6628         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6629         values are unsigned int.
6630         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6631         (_cpp_lookup_slot): Do not calculate the hash, either.
6632         * cpphash.h: Update prototypes.
6633         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6634         Hashes are unsigned int.  Calculate hash here, pass by value
6635         to _cpp_lookup_slot.
6636
6637 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6638
6639         * simplify-rtx.c (check_value_useless): Delete function.
6640         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6641         by hand.
6642         (cselib_invalidate_regno): Likewise.
6643         (cselib_invalidate_mem_1): Likewise.
6644         (references_value_p): Recognize useless values by the fact that they
6645         have no locations.
6646         (discard_useless_values): Likewise.
6647         (cselib_record_set): This may turn a useless value
6648         into a useful one.
6649
6650 2000-04-30  Richard Henderson  <rth@cygnus.com>
6651
6652         * config/d30v: New port.
6653
6654         * configure.in (d30v-*): Set fp format.
6655         * configure: Rebuild.
6656
6657 2000-04-30  Richard Henderson  <rth@cygnus.com>
6658
6659         * ifcvt.c: New file.
6660         * Makefile.in (OBJS): Add it.
6661         (ifcvt.o): New target.
6662         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6663         and conditional arithmetic.
6664         (find_insert_position): Remove.
6665         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6666         * toplev.c (DFI_ce, DFI_ce2): New.
6667         (dump_file): Add ce and ce2 dumps.
6668         (rest_of_compilation): Run if_convert a couple o times.  Set
6669         cse_not_expected after cse2.  Don't set no_new_pseudos until
6670         after sched1 or recompute_reg_usage.
6671
6672 2000-04-30  Richard Henderson  <rth@cygnus.com>
6673
6674         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6675         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6676
6677 2000-04-30  Richard Henderson  <rth@cygnus.com>
6678
6679         * flow.c (struct reg_cond_life_info): New.
6680         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6681         (init_propagate_block_info): Initialize them.
6682         (free_propagate_block_info): Destruct them.
6683         (mark_set_1): Consider conditional life before killing a register.
6684         (mark_regno_cond_dead): New.
6685         (free_reg_cond_life_info): New.
6686         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6687         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6688         (mark_used_reg): Record conditional life.
6689
6690         * haifa-sched.c (schedule_insns): Disable death counting
6691         sanity check for HAVE_conditional_execution.
6692
6693 2000-04-30  Richard Henderson  <rth@cygnus.com>
6694
6695         * Makefile.in (TIMEVAR_H): New.
6696         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6697         (timevar.h): Remove rule.
6698
6699 2000-04-29  Richard Henderson  <rth@cygnus.com>
6700
6701         * config/alpha/crtend.asm: Use C comments instead of #.
6702         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6703
6704         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6705
6706 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6707
6708         * cpphash.h (enum node_type: Take out T_MCONST.
6709         (union hashval): Move into struct hashnode.
6710         (struct hashnode): Pack tighter.  Remove file, line, col
6711         members.
6712         * cpphash.c: Constify most of the macro-definition structures.
6713         (struct definition): Replace by struct object_defn
6714         and struct funct_defn.  Put file, line, column information
6715         here.  All users updated to match.
6716         (_cpp_create_definition, _cpp_macroexpand): Remove special
6717         case for #define WORD OTHERWORD.
6718         * cpplib.c (do_undef): Remove T_MCONST case.
6719
6720         * cpphash.h: Move struct reflist, struct definition, and the
6721         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6722         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6723         * cpphash.c (_cpp_free_definition): Free data pointed to by
6724         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6725         (_cpp_create_definition, del_HASHNODE): Just call
6726         _cpp_free_definition to clear out a hashnode.
6727         * cpplib.c (do_pragma_poison): Likewise.
6728
6729 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6730
6731         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6732         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6733         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6734         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6735         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6736         REGNO_AM33_P): Redefine in terms of the new macros.
6737         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6738         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6739         STRUCT_VALUE): Likewise.
6740         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6741         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6742
6743 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6744
6745         * regmove.c (struct record_stack_memrefs_data): New.
6746         (record_stack_memrefs): New function.
6747         (combine_stack_adjustments_for_block): Use it.
6748
6749 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6750
6751         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6752         use special_function_p to detect alloca.
6753
6754 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6755
6756         * gcc.texi: Fixes for makeinfo 4.0 --html.
6757
6758 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6759
6760         * pcp.h: Delete file.
6761
6762 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6763
6764         * h8300.c (function_epilogue): Clean up flags when the last insn
6765         in a function is a barrier.
6766
6767 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6768
6769         * configure.in (sparc-hal-solaris2*): protect [] glob from
6770         my expansion.
6771         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6772         rather than hard-coded constants in target_cpu_default2.
6773         * configure: Regenerate.
6774
6775 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6776
6777         * tree.c (get_callee_fndecl): Extract the initial value from
6778         a readonly decl.
6779
6780 2000-04-28  Richard Henderson  <rth@cygnus.com>
6781
6782         * varasm.c (record_constant_1): Record the CODE_LABEL when
6783         taking the address of a LABEL_REF.
6784
6785 2000-04-28  Richard Henderson  <rth@cygnus.com>
6786             Jan Hubicka  <jh@suse.cz>
6787
6788         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6789         adjustment; don't do the stack adjust.
6790         (expand_call): Call compute_argument_block_size right before
6791         allocating the block; update comment; don't do alignment sanity
6792         checking for sibling call; use args_size instead of
6793         unadjusted_args_size before args_size is adjusted.  Use
6794         combine_pending_stack_adjustment_and_call to compute stack adjust
6795         for must_preallocate case.
6796
6797         * expr.c (push_block): Remove shadow `temp' in inner scope.
6798
6799 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6800
6801         * toplev.c (rest_of_compilation): Call
6802         note_deferral_of_defined_inline_function even if the function
6803         can't be inlined.
6804
6805 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6806
6807         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6808
6809 2000-04-28  Richard Henderson  <rth@cygnus.com>
6810
6811         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6812
6813 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6814
6815         * timevar.c (init_timevar): DeANSIfy function definition.
6816
6817 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6818
6819         * Makefile.in (timevar.o): Depend on flags.h.
6820         * timevar.c (unused_stack_instances): New variable.
6821         (timevar_push): Take a timevar_stack_def from
6822         unused_stack_instances if available.
6823         (timevar_pop): Push the popped timevar_stack_def onto
6824         unused_stack_instances.
6825         (TIMEVAR_ENABLE): New macro.
6826         (timevar_def): Make standalone a 1-bit field.  Add field used.
6827         (get_time): Rename parameter to now.  Return after clearing it if
6828         not TIMEVAR_ENABLE.
6829         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6830         (timevar_pop): Likewise.
6831         (timevar_stop): Likewise.
6832         (timevar_push): Likewise.  Mark the timing variable as used.
6833         (timevar_start): Likewise.
6834         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6835         timevars that were never used.
6836
6837 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6838
6839         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6840         always TREE_READONLY.
6841
6842 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6843
6844         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6845         for call instruction with mode QImode.
6846
6847 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6848
6849         * Makefile.in (OBJS): Add timevar.o.
6850         (toplev.o): Depend on timevar.h.
6851         (ggc-simple.o): Likewise.
6852         (ggc-page.o): Likewise.
6853         (timevar.o): New rule.
6854         (timevar.h): New rule.
6855
6856         * timevar.h: New file.
6857         * timevar.c: Likewise.
6858         * timevar.def: Likewise.
6859
6860         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6861         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6862         throughout.
6863         (TIMEVAR): Remove macro.
6864         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6865         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6866         flow_time, combine_time, regmove_time, sched_time,
6867         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6868         sched2_time, dbr_sched_time, reorder_blocks_time,
6869         rename_registers_time, shorten_branch_time, stack_reg_time,
6870         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6871         all_time): Remove.
6872         (compile_file): Don't initialize time variables.  Call
6873         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6874         of many calls to print_time.
6875         (rest_of_compilation): Add timing for reload_cse_regs.
6876         (get_run_time): Removed to timevar.c.
6877         (print_time): Likewise.
6878         (get_run_time): Implement using TV_TOTAL time variable.
6879         (print_time): Get total run time from get_run_time.
6880         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6881         computing elapsed time explicitly.
6882         * ggc-simple.c (ggc_collect): Likewise.
6883         (gc_time): Remove declaration.
6884
6885 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6886
6887         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6888         (expand_call): Use it.
6889
6890 2000-04-27  Jan Hubicka  <jh@suse.cz>
6891
6892         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6893         fields.
6894
6895 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6896
6897         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6898         registers.
6899
6900 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6901
6902         * function.c (epilogue_done): Pass whole insn to record_insns.
6903
6904 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6905
6906         * cse.c (CSE_ADDRESS_COST): Remove.
6907         (find_best_addr): Add new parameter "MODE", use address_cost instead
6908         of CSE_ADDRESS_COST
6909         (address_cost): New.
6910         (fold_rtx): Update call of find_best_addr.
6911         * rtl.h (address_cost): Declare.
6912         * loop.c (general_induction_var): Add new parameter "MODE", use
6913         address_cost instead of ADDRESS_COST
6914         (init_loop): Use address_cost instead of ADDRESS_COST.
6915         (check_insn_for_givs): Update call of general_induction_var.
6916         (find_mem_givs): Likewise.
6917         (consec_sets_giv): Likewise.
6918         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6919         * i386.c (ix86_address_cost): New.
6920         * i386-protos.h (ix86_address_cost): Declare.
6921
6922 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6923
6924         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6925         registers.
6926
6927 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6928
6929         * expr.c (store_expr): Use clear_storage instead of direct memset
6930         libcall.
6931
6932 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6933
6934         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6935         ASHIFT, AND and LABEL_REF.
6936
6937 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6938
6939         * invoke.texi (-foptimize-sibling-calls): Fix.
6940
6941 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6942
6943         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6944
6945         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6946         calculation; rename const_equiv array in the preconditioning code
6947         from loop_unroll to loop_unroll_precondition
6948
6949 2000-04-27  Richard Henderson  <rth@cygnus.com>
6950
6951         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6952         add new_set.
6953         (propagate_one_insn): Clear it.  Don't update reg_live here.
6954         (init_propagate_block_info): Update for pbi member changes.
6955         (free_propagate_block_info): Likewise.
6956         (mark_set_1): Know that zero_extract, sign_extract, and
6957         strict_low_part don't kill their argument.  Alter hard subregs.
6958         Update new_set for non-CLOBBER sets.  Update reg_live.
6959         (find_auto_inc): Update reg_live, not new_dead.
6960         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6961         to determine if the reg in question was set this insn.  Only update
6962         reg info with PROP_REG_INFO.
6963
6964 2000-04-26  Richard Henderson  <rth@cygnus.com>
6965
6966         * flow.c (allocate_reg_life_data): Set max_regno here ...
6967         (life_analysis): ... not here.
6968
6969         * flow.c (calculate_global_regs_live): Force stack pointer
6970         live at end.
6971
6972 2000-04-26  Richard Henderson  <rth@cygnus.com>
6973
6974         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6975         commit change group changes.
6976         (invert_exp_1): Similarly.
6977         (redirect_exp, invert_exp): Use them.
6978         (redirect_jump_1): New.
6979         (invert_jump_1): New.
6980         (jump_optimize_1): Remove code subsumed by condexec.c.
6981         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6982
6983 2000-04-26  Richard Henderson  <rth@cygnus.com>
6984
6985         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6986
6987         * genconfig.c (main): Set all HAVE_foo to 1.
6988
6989         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6990
6991 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6992
6993         * invoke.texi: Document -fssa flag.
6994
6995 2000-04-26  Richard Henderson  <rth@cygnus.com>
6996
6997         * flow.c (count_reg_sets_1): Remove.
6998         (count_reg_sets, count_reg_references): Remove.
6999         (recompute_reg_usage): Implement with update_life_info.
7000         Reallocate life data.
7001
7002 2000-04-26  Richard Henderson  <rth@cygnus.com>
7003
7004         * flow.c (update_life_info): Consider blocks null to mean the
7005         universal set.
7006         (calculate_global_regs_live): Likewise.
7007         (life_analysis): Do that instead of collecting all_blocks.
7008
7009 2000-04-26  Richard Henderson  <rth@cygnus.com>
7010
7011         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
7012         a still-valid conditional jump.
7013
7014 2000-04-26  Richard Henderson  <rth@cygnus.com>
7015
7016         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
7017
7018         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
7019         * flow.c (calculate_loop_depth): Remove.
7020         * output.h (calculate_loop_depth): Don't declare.
7021         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
7022         inline; run estimate_probability at the same time.
7023
7024 2000-04-26  Neil Booth  <NeilB@earthling.net>
7025
7026         * cpplib.h: "~=" is not a single pp-token.
7027         * cpplex.c: Correct commentary.
7028
7029 2000-04-26  Richard Henderson  <rth@cygnus.com>
7030
7031         * flow.c (mark_set_1): New arguments code and flags; update all
7032         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
7033         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
7034         loop_depth when optimizing for size.  Do new_dead update after
7035         emitting REG_UNUSED notes.  Merge mark_set_reg code.
7036         (mark_set_reg): Remove.
7037         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
7038         arrange to not emit REG_UNUSED notes.
7039
7040 2000-04-26  Richard Henderson  <rth@cygnus.com>
7041
7042         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
7043         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
7044
7045 2000-04-26  Richard Henderson  <rth@cygnus.com>
7046
7047         * flow.c (propagate_one_insn): Break out from propagate_block.
7048         (init_propagate_block_info): Likewise.
7049         (free_propagate_block_info): Likewise.
7050         (propagate_block): Use them.  Export.
7051         * basic-block.h: Declare them all.
7052
7053 2000-04-26  Richard Henderson  <rth@cygnus.com>
7054
7055         * basic-block.h (life_analysis): Declare here ...
7056         * output.h: ... not here.
7057         * flow.c (life_analysis): Remove nregs parameter; replace
7058         remove_dead_code with flags.  Remove ssa dead code check.
7059         Only init alias analysis if we'll use it.
7060         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
7061         * ssa.c (convert_to_ssa): Likewise.
7062         (convert_from_ssa): Likewise.
7063         * toplev.c (rest_of_compilation): Likewise.
7064
7065 2000-04-26  Richard Henderson  <rth@cygnus.com>
7066
7067         * flow.c (flow_delete_block): Rename from delete_block.  Export.
7068         * basic-block.h (flow_delete_block): Declare.
7069
7070 2000-04-26  David S. Miller  <davem@redhat.com>
7071
7072         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
7073         taking a PATTERN of it.
7074
7075 2000-04-26  <NeilB@earthling.net>
7076
7077         * cpplex.c (spell_other, spell_char): Remove.
7078         (SPELL_CHAR): New.
7079         (token_spelling, trigraph_map): Use unsigned chars.
7080         (_cpp_lex_line): Tidy up the switch statement.
7081         * cpplib.h: Implement spell_char with spell_string.
7082         (C): New.
7083
7084 2000-04-26  <RodneyBrown@pmsc.com>
7085
7086         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7087         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7088
7089 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7090
7091         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
7092         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
7093         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
7094         dwarf2out_return_save, dwarf2out_return_reg,
7095         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
7096         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
7097         gen_compile_unit_die, dwarf2out_init): Constify a char*.
7098
7099         * dwarf2out.h (dwarf2out_init): Likewise.
7100
7101         * dwarfout.c (filename_entry, primary_filename, last_filename,
7102         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
7103
7104         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
7105         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
7106         dwarf2out_return_reg): Likewise.
7107
7108 2000-04-26  Andreas Jaeger  <aj@suse.de>
7109
7110         * extend.texi (Function Attributes): Fix description of pure
7111         attribute.
7112
7113 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7114
7115         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
7116         before calling rest_of_compilation.
7117
7118 2000-04-26  Andreas Jaeger  <aj@suse.de>
7119
7120         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
7121         last patch.
7122
7123 2000-04-25  Richard Henderson  <rth@cygnus.com>
7124
7125         * cse.c (cse_insn): Emit barrier after unconditional jump.
7126
7127         * calls.c (expand_call): Disable tail call generation once
7128         rtx_equal_function_value_matters is false.
7129
7130         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
7131         like EDGE_EH edges.
7132
7133 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
7134
7135         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
7136
7137         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
7138
7139         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
7140         is the primary DIE for a member function.
7141         (gen_decl_die): Call set_decl_origin_self here.
7142         * dwarfout.c (output_decl): And here.
7143         * integrate.c (output_inline_function): Not here.
7144         Don't clear DECL_INLINE until after calling rest_of_compilation.
7145         (set_decl_origin_self): No longer static.
7146         * tree.h: Add prototype.
7147         * toplev.c (note_deferral_of_defined_inline_function): Only write
7148         out abstract instance for actual inlines.
7149
7150 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
7151
7152         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
7153         EXTENDED_REGS only if TARGET_AM33.
7154         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
7155         SP_REGS to register allocation and reloading unless absolutely
7156         necessary.
7157         (movsi3): Remove special-case of adding non-constants to SP.
7158
7159 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7160
7161         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
7162         INCLUDES to search and does not provide any of its own.  Also it
7163         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
7164         parameters.  Also it does not call AC_DEFINE.
7165         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
7166         AC_DEFINE and provides for automatic entries for autoheader.
7167         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
7168
7169         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
7170         so we can pass -I flags and include gansidecl.h/system.h in this
7171         test.
7172
7173         * acconfig.h: Delete all NEED_DECLARATION_* entries.
7174
7175 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7176
7177         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7178         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7179         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
7180
7181         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7182         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7183         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
7184         for these macros.  Clean up spacing and linewraps.
7185
7186 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7187
7188         * calls.c (expand_call): Use get_callee_fndecl.
7189
7190         * print-tree.c (print_node): Print the chain of an _EXPR.
7191
7192 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
7193                           Jim Wilson  <wilson@cygnus.com>
7194                           Andrew Haley  <aph@cygnus.com>
7195
7196         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
7197         and gp save/restore problems.
7198         * config/ia64/crtend.asm: Add IA-64 unwind support.
7199         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
7200         in fr_pad_size calculation.
7201         (save_restore_insns): Move PR save area.  Correct uses of
7202         RTX_FRAME_RELATED_P.
7203         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
7204         (ia64_expand_epilogue): Add eh_epilogue support.
7205         (ia64_function_prologue): Emit .prologue directive.
7206         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
7207         (ia64_override_options): Set init_machine_status and
7208         mark_machine_status.
7209         (rtx_needs_barrier): Handle bsp reads and writes.
7210         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
7211         New static variables.
7212         (process_set, process_for_unwind_directive): New functions.
7213         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
7214         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
7215         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
7216         macros.
7217         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
7218         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
7219         (struct machine_function): Define.
7220         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
7221
7222 2000-04-25  Bruce Korb  <bkorb@gnu.org>
7223
7224         * fixinc/Makefile.in: make the removal of old programs more
7225         robust
7226         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
7227         install-bin and install-sh
7228
7229 2000-04-25  Nick Clifton  <nickc@cygnus.com>
7230
7231         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
7232         defined, define to return zero.
7233         (function_cannot_inline_p): If a function has any target
7234         specific attributes, then use the macro
7235         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
7236         whether it can be inlined.  If it cannot, issue a suitable
7237         explanation.
7238
7239         * tm.texi: Add a new node 'Inlining' to document the new macro
7240         FUNCTION_ATTRIBUTE_INLINABLE_P.
7241
7242 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
7243
7244         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
7245         commentary.
7246
7247 2000-04-25  Neil Booth  <NeilB@earthling.net>
7248
7249         Restore previous patch, plus the following fixes:
7250
7251         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
7252         flags, not CPP_OPEN_PAREN.
7253         * cpplex.c (expand_token_space, init_token_list,
7254         cpp_free_token_list): Put the dummy token at list->tokens[-1].
7255         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
7256
7257 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7258
7259         * config/i386/freebsd.h (INT_ASM_OP): Define.
7260
7261 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7262
7263         * loop.c (strength_reduce): Fix typo in the last checkin.
7264
7265 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7266
7267         * stor-layout.c (finalize_record_size): Simplify to use existing
7268         functions.
7269         (compute_record_mode): No longer static.
7270         * tree.h (compute_record_mode): New declaration.
7271
7272 2000-04-25  Neil Booth  <NeilB@earthling.net>
7273
7274         * Revert my patch below until cause of build failures
7275         determined.
7276
7277 2000-04-25  Richard Henderson  <rth@cygnus.com>
7278
7279         * combine.c (combine_instructions): Add missing argument
7280         to try_combine.
7281
7282         * toplev.c (rest_of_compilation): Delay sibcall optimization
7283         until after emit_eh_context.
7284
7285 2000-04-24  Nick Clifton  <nickc@redhat.com>
7286
7287         * combine.c (combine_instructions): Do not try to combine a
7288         sequence of insns when the second insn has been replaced by a
7289         note.
7290
7291 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
7292
7293         * gcc.c (load_specs): New static function.
7294         (read_specs): Use it.
7295
7296         * gcc.c (lookup_compiler): Make multiple passes for case
7297         insensitive filesystems.
7298
7299 2000-04-24  Neil Booth  <NeilB@earthling.net>
7300
7301         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
7302         * cpphash.h (_cpp_check_directive): new.
7303         * cpplex.c (handle_newline, cpp_free_token_list,
7304         init_trigraph_map, trigraph_ok, trigraph_replace,
7305         backslash_start, skip_block_comment, skip_line_comment,
7306         skip_whitespace, parse_name, parse_number, parse_string,
7307         copy_comment, _cpp_lex_line, spell_char, spell_string,
7308         spell_comment, spell_name, spell_other, _cpp_lex_file,
7309         _cpp_output_list): new.
7310         (expand_name_space): take length argument.
7311         (init_token_list): add comment list initialisation.
7312         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
7313         instead of HSPACE_BEFORE.
7314
7315         * cpplib.c (_cpp_check_directive): new
7316         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
7317         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
7318         (HSPACE_BEFORE): delete.
7319         (TTYPE_TABLE): rearrange.
7320         (struct cpp_toklist): update.
7321
7322 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7323
7324         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
7325         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
7326         argument form of AC_DEFINE.
7327
7328         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
7329         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
7330         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
7331         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
7332         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
7333
7334         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
7335
7336 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7337
7338         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
7339         deduced.h): Use -isystem, not -I, for including system headers.
7340
7341 2000-04-24  Nick Clifton  <nickc@cygnus.com>
7342
7343         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
7344         the source register is the frame pointer or arg pointer.
7345         (addsi3_small_int): Disallow if source register is the frame
7346         pointer or arg pointer.
7347
7348 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7349
7350         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
7351         call to AC_MSG_RESULT.
7352
7353 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7354
7355         * invoke.texi: Correct grammatical errors, document
7356         -fno-gnu-keywords as identical to -fno-asm for C++.
7357
7358 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7359
7360         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
7361         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
7362         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
7363         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
7364         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
7365
7366         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
7367         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
7368         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
7369         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
7370         new macros names.
7371
7372 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
7373
7374         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
7375         (pop_alignment): Likewise.
7376         (handle_pragma_token): Likewise.
7377
7378 2000-04-24  Robert Lipe <robertlipe@usa.net>
7379
7380         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
7381
7382 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
7383
7384         * combine.c (try_combine): Update reg_nonzero_bits of
7385         newi2pat before newpat.
7386
7387 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7388
7389         * loop.c (strength_reduce): Simplify test to INSN_P.
7390         (record_giv): Attempt to simplify the add value, use CONSTANT_P
7391         expressions instead of CONST_INT.
7392         (express_from_1): Likewise.
7393
7394 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
7395
7396         * regs.h (reg_n_max): Don't declare.
7397         * flow.c (reg_n_max): Don't define.
7398         * regclass.c (renumber): Don't initialize to zero.
7399         (regno_allocated): Likewise.
7400         (reg_n_max): Define.
7401         (allocate_reg_info): Don't initialize unnecessarily.
7402
7403 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
7404
7405         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
7406         and blockage_p in the newly allocated attribute.
7407
7408 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7409
7410         * config/mn10300/mn10300.md (addsi): `inc4' on address
7411         registers does not modify cc, but `inc' on an extended
7412         register does.
7413
7414 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7415
7416         * reload.c (find_equiv_reg): Checks all valueno regs
7417         as a reload_reg_p regs.
7418
7419 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7420
7421         * cpphash.c (collect_objlike_expansion): Add sanity check.
7422         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7423         the buffer is the empty string, return.  Mark __DATE__ and
7424         __TIME__ as XCONST nodes, not MCONST.
7425         (_cpp_macroexpand): Avoid pushing an empty buffer.
7426         (funlike_macroexpand): Don't pop token_buffer here.
7427
7428 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7429
7430         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7431         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7432         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7433         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7434         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7435         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7436         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7437
7438 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7439
7440         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7441         constant MULT givs.
7442
7443 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7444
7445         * cpphash.h (struct definition): Move file, line, col members...
7446         (struct hashnode): ... here.  Also add 'disabled' flag.
7447         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7448         T_IDENTITY.  Remove T_DISABLED.
7449         Update prototypes.
7450
7451         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7452         (collect_expansion): Split into collect_objlike_expansion and
7453         collect_funlike_expansion.
7454         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7455         funlike_macroexpand.
7456         (_cpp_compare_defs): Rename compare_defs, make static.
7457         (_cpp_make_hashnode): Initialize hp->disabled.
7458         (macro_cleanup): Adjust for new token types.  Clear
7459         m->disabled.
7460         (_cpp_create_definition): Move code here to determine what
7461         sort of macro it is, and code to check for redefinitions, from
7462         do_define.  Implement a few simple cases without creating a
7463         full DEFINITION.
7464         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7465         Handle the simple cases.
7466         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7467         here.
7468
7469         * cppinit.c (builtin_array): Change MCONST to XCONST
7470         everywhere.
7471         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7472         fix check for disabled and function-like macros.
7473         * cpplib.c (do_define): Move most logic to
7474         _cpp_create_definition.
7475         (do_undef): Handle new special token types.
7476
7477 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7478
7479         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7480         of CONSTANT_P for mult_val; always use validate_change to update insn.
7481
7482 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7483
7484         * cpphash.c (trad_stringify, add_pat): New functions.
7485         (collect_expansion): Restore support for -traditional syntax.
7486         Use trad_stringify and add_pat.
7487         (_cpp_macroexpand): Restore support for -traditional semantics.
7488         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7489         get a COMMENT token.
7490         (_cpp_lex_token): Provide COMMENT tokens to caller if
7491         traditional and parsing_define_directive.
7492         (skip_comment): Warn about // comments if -Wtraditional.
7493         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7494         proper node type.
7495         (do_undef): Don't warn about undefining EMPTY nodes.
7496
7497 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7498
7499         * loop.c (strength_reduce): Fix biv removal code.
7500
7501 2000-04-22  Richard Henderson  <rth@cygnus.com>
7502
7503         * predict.c (estimate_probability): Examine both sides of
7504         a branch for no exits.  Use 90% not 50% for predict taken.
7505         Reorg for one copy of note generation code.
7506
7507 2000-04-22  Richard Henderson  <rth@cygnus.com>
7508
7509         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7510
7511 2000-04-22  Richard Henderson  <rth@cygnus.com>
7512
7513         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7514         (output_clear): Likewise.
7515         (output_printf): Use va_copy.
7516         (vline_wrapper_message_with_location): Likewise.
7517         (v_message_with_decl): Likewise.
7518         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7519         * system.h (va_copy): Provide default implementation.
7520
7521 2000-04-22  Richard Henderson  <rth@cygnus.com>
7522
7523         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7524         the collected condition is not a constant.
7525
7526 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7527
7528         * diagnostic.h: New file.
7529
7530         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7531
7532         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7533         various function prototypes.
7534         (diagnostic.h): #include.
7535         (struct output_buffer): Move into diagnostic.h.
7536         (get_output_prefix): Rename to output_get_prefix.  Export.
7537         (init_output_buffer): Export. Break out.  Ajust intialization.
7538         (output_space_left, output_append): Export.
7539         (output_newline): Rename to output_add_newline.  Export.
7540         (output_clear): Nullify additional output_buffer fields.
7541         (output_puts): Rename to output_add_string.  Export.
7542         (dump_output): Rename to output_flush_on.  Export.
7543         (build_location_prefix): Constify return-type.
7544         (emit_output_prefix): Rename to output_emit_prefix. Export.
7545         (set_real_maximum_length): New function.
7546         (output_set_maximum_length): Ditto
7547         (output_clear): Ditto.
7548         (output_add_character): Ditto.
7549         (output_add_integer): Ditto.
7550         (output_add_space): Ditto.
7551         (output_format): Ditto.
7552         (output_printf): Adjust buffer initialization.
7553         (vline_wrapper_message_with_location): Ditto.
7554         (v_message_with_decl): Ditto.  Adjust call to output_puts
7555         and get_output_prefix.
7556         (default_print_error_function): Adjust buffer intialization.
7557
7558 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7559
7560         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7561         of VOID_TYPE.
7562
7563 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7564
7565         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7566         of explicit 0.
7567
7568 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7569
7570         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7571         accurate data about SP moves.
7572
7573 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7574
7575         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7576         aliases to AM33 registers.
7577
7578 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7579
7580         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7581         to all EXTENDED bitmaps.
7582
7583 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7584
7585         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7586         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7587         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7588
7589 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7590
7591         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7592         the operand is not constant.
7593
7594 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7595
7596         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7597         as a call-clobbered regs.
7598
7599 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7600
7601         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7602         * rtl.h: Likewise.
7603         * rtl.def: Update comment.
7604         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7605         * integrate.c (expand_inline_function): Likewise.
7606         * profile.c (branch_prob): Likewise.
7607         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7608         * print-rtl.c (print_rtx): Likewise.
7609         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7610         (reemit_notes): Likewise; also use enum insn_note.
7611
7612         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7613         (place_field): Properly compute know and actual alignment.
7614
7615         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7616         in proper format.
7617
7618         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7619         note for REG1.
7620
7621 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7622
7623         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7624         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7625         (collect_expansion): Rewrite to scan over a token list.
7626         Remove -traditional support.
7627         (collect_formal_parameters): Rename to collect_params; rewrite
7628         to scan over a token list.
7629         (_cpp_create_definition): Adjust to scan a token list.
7630         (_cpp_macroexpand): Remove -traditional support.
7631         (_cpp_compare_defs): Whitespace is now canonicalized.
7632         (comp_def_part): Delete function.
7633
7634         * cpphash.h: Update prototypes.
7635         * cpplex.c (init_token_list): Don't set lineno if there is no
7636         buffer.
7637         (pedantic_whitespace): New function.
7638         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7639         consume a newline.  Use pedantic_whitespace.
7640         (_cpp_lex_token): Remove support for -traditional macros.
7641         (_cpp_get_define_token): Delete.
7642         (_cpp_get_directive_token): Do the real work here.  Use
7643         pedantic_whitespace.
7644         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7645
7646         * cpplib.c (get_macro_name): Delete.
7647         (do_define): Read the entire line into pfile->directbuf, then
7648         feed the token list to _cpp_create_definition.
7649         * cpplib.h (HSPACE_BEFORE): new define.
7650         (struct cpp_reader): Add a toklist member, "directbuf".
7651
7652         * predict.c (estimate_probability): New heuristic: if a jump
7653         branches around a block with no successors, predict it taken.
7654         Disentangle control flow.
7655
7656 2000-04-20  Richard Henderson  <rth@cygnus.com>
7657
7658         * loop.c (emit_iv_add_mult): Revert last change.
7659
7660 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7661
7662         * cpplib.h (enum cpp_ttype): Add token types for all
7663         punctuators.  Distinguish pp-numbers from valid C numbers.
7664         Give some tokens better names.  Initialize from macro.
7665         (struct cpp_name, cpp_token, cpp_toklist): New data
7666         structures.
7667         Update prototypes.
7668         * cpplex.c (bump_column, expand_name_space,
7669         expand_token_space, init_token_list, cpp_output_list,
7670         _cpp_scan_line):  New functions.
7671         (output_line_command): Add third argument, new line number.
7672         * cpphash.h: Update prototypes.
7673         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7674         token names.
7675
7676 2000-04-20  Richard Henderson  <rth@cygnus.com>
7677
7678         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7679
7680 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7681
7682         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7683         object pointed to.
7684
7685 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7686
7687         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7688         REG_EQUAL note explaining the calculated value.
7689
7690         * calls.c (expand_call): Avoid unnecesary precalculation
7691         and outgoing parameters space guarding for sibling calls.
7692         (store_one_arg): Likewise.
7693
7694 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7695
7696         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7697         (rest_of_compilation): Write sibling dump file and account
7698         for time as jump time.
7699         * invoke.texi: Update documentation on dump flags.
7700
7701 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7702
7703         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7704
7705 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7706
7707         * cpphash.c (special_symbol): Represent an empty macro with
7708         "\r \r " not just "\r ".
7709         (_cpp_macroexpand): Correct condition for the foo ( ) special
7710         case.
7711         (unsafe_chars): Handle EOF as second argument.
7712         (push_macro_expansion): Simplify test for removing escape at
7713         end.  Do not trim both escapes if there is no text in between.
7714
7715 2000-04-19  Jim Blandy  <jimb@redhat.com>
7716
7717         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7718         of PTR_SIZE, when appropriate.
7719
7720 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7721
7722         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7723         (USE_ENUM_BITFIELDS): Fix typo.
7724
7725 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7726
7727         * stor-layout.c (place_field): Set rli->offset_align properly.
7728
7729 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7730
7731         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7732         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7733         PARM_BOUNDARY): Remove unnecessary casts.
7734
7735 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7736
7737         * calls.c (precompute_arguments): Remove must_preallocate and
7738         args_size calls.
7739         (expand_call): Update call of precompute_arguments.
7740
7741         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7742         check_insn_for_givs): Break out from ...
7743         (strength_reduce) ... here; use for_every_insn_in_loop to call
7744         check_insn_for_givs.
7745         * loop.h (for_every_insn_in_loop): Declare.
7746         (loop_insn_callback): New type.
7747
7748 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7749
7750         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7751         not nul-terminated.
7752
7753 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7754
7755         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7756         flag_pic and RELOC.
7757
7758 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7759
7760         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7761
7762         * configure.in: Delete --disable-cpplib option and all
7763         references to cpp_main.
7764         * configure: Regenerate.
7765         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7766         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7767         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7768         cpp$(exeext).  Add --no-headers to makeinfo command line when
7769         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7770         cccp.1.
7771         * install.texi: Delete all references to cexp.y/cexp.c.
7772         Delete ancient instructions for compiling GCC on 3b1.
7773         * INSTALL: Regenerate.
7774
7775         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7776         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7777         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7778         cexp.c/cexp.y.
7779         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7780         which is no longer tested anywhere.
7781
7782         * cppinit.c (handle_option): Don't run error message through
7783         gettext twice.
7784
7785 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7786
7787         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7788         * cpperror.c (hashtab.h): Now include.
7789         * cppexp.c (hashtab.h): Likewise.
7790         * cpplex.c (hashtab.h): Likewise.
7791         * cppfiles.c (hashtab.h): Likewise.
7792         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7793         to htab_find_slot_with_hash.
7794         * cpphash.c (hashtab.h): Now include.
7795         (_cpp_lookup_slot): INSERT is now enum insert_option.
7796         * cpphash.h (_cpp_lookup_slot): Likewise.
7797         * cppinit.c (hashtab.h): Include earlier.
7798         (initialize_builtins): Pass enum to htab_find_slot.
7799         * cpplib.c (hashtab.h): Now include.
7800         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7801         (do_pragma_poison, do_assert): Likewise.
7802         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7803         htab_find_slot_with_hash.
7804         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7805         * tree.c (type_hash_add): Likewise.
7806         (build1): Minor cleanup.
7807
7808         * ggc-common.c: Add missing blanks.
7809         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7810         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7811
7812         * stmt.c (mark_case_node): New function.
7813         (mark_case_nesting): Call it.
7814
7815         * expmed.c (emit_store_flag): If comparing two-word integer
7816         with zero, can optimize NE, EQ, GE, and LT.
7817
7818         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7819         * conflict.c: Minor cleanups.
7820         * optabs.c: Add blank line
7821         * simplify-rtx.c: Minor cleanups.
7822
7823 2000-04-18  Stan Cox  <scox@cygnus.com>
7824
7825         * gengenrtl.c (genlegend): Fix misspelling.
7826
7827 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7828
7829         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7830         bitfields of the host compiler are not signed quantities.
7831         * config.in: Regenerate.
7832         * configure: Regenerate.
7833         * system.h (USE_ENUM_BITFIELDS): Added.
7834         (ENUM_BITFIELDS): Added.
7835         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7836         (SHORT_ENUM_BUG): Deleted.
7837         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7838         now ENUM_BITFIELD.
7839         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7840         (CODE_FIELD_BUG): Likewise.
7841         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7842         (OLD_CC): Likewise.
7843         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7844
7845 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7846
7847         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7848         mark is active.
7849
7850 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7851
7852         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7853         * cpplib.c (do_include, do_import, do_include_next,
7854         read_line_number, detect_if_not_defined): Likewise.
7855         * cpphash.c (collect_expansion): Likewise.
7856         (special_symbol, _cpp_macroexpand): Check return from
7857         cpp_file_buffer.
7858         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7859         macros.  Delete all uses.
7860
7861         * gcc.dg/cpp-mi.c: Add two more test cases.
7862         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7863
7864 2000-04-17  Richard Henderson  <rth@cygnus.com>
7865
7866         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7867         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7868
7869 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7870
7871         * function.c (expand_function_start): Use hard_function_value to
7872         compute the RTL to use for DECL_RESULT.
7873
7874 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7875
7876         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7877         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7878          x86_memory_mismatch_stall): New global variables.
7879         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7880         alloved; fix load penalties for Athlon.
7881         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7882         x86_memory_mismatch_stall): Declare.
7883         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7884          TARGET_MEMORY_MISMATCH_STALL): New.
7885         * i386.md (athlon scheduling parameters): Fix latencies according to
7886         Athlon Optimization Manual.
7887         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7888         vector.
7889         (fsqrt instruction patterns): Set athlon_decode to direct.
7890         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7891         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7892         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7893         and TARGET_PARTIAL_REGISTER_STALL machines.
7894         (pushdf_nointeger): New pattern.
7895         (pushdf_integer): Rename from pushdf.
7896         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7897         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7898
7899 2000-04-17  Richard Henderson  <rth@cygnus.com>
7900
7901         * loop.c (canonicalize_condition): Add WANT_REG argument.
7902         Stop the search if we match it.
7903         * expr.h (canonicalize_condition): Update decl.
7904         * predict.c (expected_value_to_br_prob): Use it.  Track last
7905         expected value note.
7906         (find_expected_value): Remove.
7907
7908         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7909
7910 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7911
7912         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7913         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7914         a plain file.
7915         * configure.in: Call AC_FUNC_MMAP_FILE.
7916         * configure: Regenerate.
7917         * config.in: Regenerate.
7918
7919         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7920         * fixinc/fixincl.c: Likewise.
7921
7922 2000-04-17  Richard Henderson  <rth@cygnus.com>
7923
7924         * builtins.c (expand_builtin_expect): New.
7925         (expand_builtin): Call it.
7926         * builtins.def (BUILT_IN_EXPECT): New.
7927         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7928         * extend.texi: Document it.
7929
7930         * predict.c (expected_value_to_br_prob): New.
7931         (find_expected_value): New.
7932         * basic-block.h (expected_value_to_br_prob): Declare.
7933         * toplev.c (rest_of_compilation): Invoke it.
7934
7935         * rtl.h (NOTE_EXPECTED_VALUE): New.
7936         (NOTE_INSN_EXPECTED_VALUE): New.
7937         * rtl.c (note_insn_name): Update.
7938         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7939         cases; handle NOTE_INSN_EXPECTED_VALUE.
7940
7941 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7942
7943         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7944         leaf sibcall delay slot if flag_pic.
7945         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7946
7947 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7948
7949         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7950
7951         * fixproto: If fix-header fails, exit with an error.
7952
7953 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7954
7955         * cse.c (struct check_depdendence_data): New.
7956         (check_dependence): New function.
7957         (invalidate): Use check_depdenence.
7958
7959 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7960
7961         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7962         UNITS_PER_WORD is unsigned.
7963
7964         * tree.h (struct tree_common): Remove misleading comment.
7965
7966 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7967
7968         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7969         message in quotes. Otherwise, IBM's make program treats the '#' as the
7970         start of a comment and ignores the remainder of the line.
7971
7972         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7973         upper case.
7974         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7975         * cexp.y (initialize_random_junk): Likewise.
7976         * cppfiles.c (find_include_file): Cast alloca return value.
7977         * cppinit.c (initialize_standard_includes): Likewise.
7978         * cpplib.c (cpp_define, cpp_undef): Likewise.
7979         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7980         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7981         * fold-const.c (CHARMASK): New.
7982         (real_hex_to_f): Use it.
7983         * real.c (CHARMASK): New.
7984         (etoasc, asctoeg): Use it.
7985         (asctoeg): EBCDIC lower case characters preceed upper case.
7986
7987         * i370.c (mvs_add_label): Change spacing for coding conventions.
7988         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7989         outputing case vectors.
7990         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7991         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7992         since vector in in the data CSECT.
7993         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7994         * i370.md (Many patterns): Put the length in the XL directives.
7995         (movdi): Put back STM and MVC in definition.
7996         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7997         pattern using the TCA.
7998         * oe.h (CPP_SPEC): Added to allow trigraphs.
7999         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
8000         not support the "long long" type.
8001
8002 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
8003
8004         * config/mips/mips-protos.h (mips_legitimate_address_p): New
8005         function.
8006         (mips_reg_mode_ok_for_base_p): Likewise.
8007         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
8008         (REG_OK_FOR_INDEX_P): Define unconditionally.
8009         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
8010         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
8011         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
8012         that GET_MODE_SIZE is unsigned.
8013         (mips_reg_mode_ok_for_base_p): Define.
8014         (mips_legitimate_address_p): Likewise.  Adjust now
8015         that GET_MODE_SIZE is unsigned.
8016         (block_move_loop): Make the number of bytes unsigned.
8017         (expand_block_move): Likewise.
8018         (function_arg): Make the loop counter unsigned to match the
8019         boundary condition.
8020
8021 2000-04-16  Richard Henderson  <rth@cygnus.com>
8022
8023         * rtl.h (enum insn_note): New enumeration.  Subsume
8024         NOTE_INSN_DELETED and friends.
8025         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
8026         * rtl.c (note_insn_name): Tweak string order.
8027
8028 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
8029
8030         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
8031         to offset * 2.
8032
8033         * cpplex.c (output_line_command): Remove debugging prints.
8034         (cpp_output_tokens): Don't write out a zero-length buffer or
8035         try to see if it has a newline in it.
8036         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
8037         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
8038         the end of the loop.  Use memmove.  Don't read past the end of
8039         the buffer.  Remove trailing newlines from error messages.
8040
8041 2004-04-16  Neil Booth  <NeilB@earthling.net>
8042
8043         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
8044         * cpplib.c: Add new syntax flags to directive table, and
8045         supporting macros.
8046
8047 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8048
8049         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
8050         using ret $N.
8051
8052 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
8053
8054         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
8055         * haifa-sched.c: Update -fsched-verbose comments to use "=".
8056
8057 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8058
8059         * Makefile.in (ggc-page.o): Now includes toplev.h.
8060         * ggc-page.c (toplev.h): Now included.
8061         (gc_time): Remove declaration.
8062         (ggc_collect): TIME now long.
8063         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
8064         others static.
8065         * toplev.h (gc_time, parse_time, gc_time): New declarations.
8066
8067         * toplev.c: Make *_time variable long to reduce chance of overflow.
8068         (TIMEVAR): Likewise for `otime'.
8069         (print_time): Arg is now long; compute percentage in FP and round.
8070         * toplev.h (print_time): Arg is long.
8071
8072         * tree.c: Minor whitespace changes.
8073
8074         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
8075         * configure: Rebuilt.
8076         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
8077         (__fixunsxfDI): Renamed from __fixunsxfdi.
8078         (__fixunsdfDI): Renamed from __fixunsdfdi.
8079         (__fixunssfDI): Renamed from __fixunssfdi.
8080         (__floatdisf): Use proper type in REP_BIT macro.
8081         (__fixunsxfSI): Renamed from __fixunsxfsi.
8082         (__fixunsdfSI): Renamed from __fixunsdfsi.
8083         (__fixunssfSI): Renamed from __fixunssfsi.
8084         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
8085         Change location of macros and upper-case some names as above.
8086         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
8087         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
8088
8089         * varasm.c (assemble_variable): Add cast to remove warning.
8090         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
8091
8092         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
8093         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
8094         region number to -1.
8095
8096 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
8097
8098         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
8099         call unshare_all_rtl.
8100
8101         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
8102
8103 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
8104
8105         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
8106         Use .s1 not .s0 for all FP instructions.
8107
8108 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
8109
8110         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
8111         interfaces.
8112         (safe_fwrite, output_line_command): New static functions.
8113         (cpp_expand_to_buffer): Now private to cpplib.
8114         (cpp_scan_buffer): Take a printer.
8115
8116         * cpphash.h: Update prototypes.
8117         * cpplib.h: Update prototypes.
8118         (cpp_printer): New.
8119         (cpp_buffer): Remove last_nominal_fname.
8120         (cpp_reader): Remove lineno.
8121
8122         * cppmain.c: Use a cpp_printer.
8123         * fix-header.c: No need to inhibit line commands.  Call
8124         cpp_start_read with no printer.
8125
8126         * cpperror.c (cpp_notice_from_errno): Provide default name.
8127         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
8128         (find_include_file, cpp_read_file): Use make_IHASH.
8129         (file_cleanup): Set control_macro and clear
8130         input_stack_listing_current here.
8131         (_cpp_execute_include): Don't output entering-file marker.
8132         * cpphash.c (special_symbol): Look for the line number in the
8133         buffer, not the reader.
8134         (_cpp_macroexpand): No need to disable line commands.
8135         (_cpp_dump_definition): No need to generate line commands.
8136         (dump_hash_helper): Remove excess newline from output.
8137         * cppinit.c (dump_special_to_buffer): No need to generate line
8138         commands.
8139         (cpp_printer_init): New.
8140         (cpp_start_read): Take a printer, and start it up if it's not
8141         NULL.  No need to generate line commands.
8142         (cpp_finish): Expect no buffers stacked at all.  Take a
8143         printer argument, and flush the output buffer if it's not
8144         NULL.
8145         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
8146         Don't put two hashes at the beginning of an assertion.
8147         (cpp_get_token): Don't increment pfile->lineno or emit line
8148         commands here.  Return EOF if there's no buffer when we get
8149         EOF.
8150         * cpplib.c (do_define, skip_if_group):
8151         No need to disable line commands.
8152         (_cpp_output_line_command): Delete function.
8153         (do_line): Don't emit line commands here, but set things up so
8154         they will be emitted if necessary.  Use _cpp_fake_ihash to
8155         make unique nominal_fnames if necessary.
8156         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
8157         with 0 for column, not -1.
8158         (_cpp_handle_eof): Don't set the control macro here.  Don't
8159         clear input_stack_listing_current here.  Don't emit line
8160         commands.
8161
8162 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
8163
8164         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
8165         always, use the default SVR4 start address.
8166
8167         * config/rs6000/linux.h (LINK_SPEC): Don't define.
8168         (LINK_SHLIB_SPEC): Define.
8169         (LINK_START_DEFAULT_SPEC): Define.
8170         (LINK_OS_DEFAULT_SPEC): Define.
8171
8172         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
8173
8174         * config/rs6000/eabi.asm (__eabi): Call __init rather than
8175         __do_global_ctors to handle constructors.
8176         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
8177         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
8178         (STARTFILE_MVME_SPEC): Likewise.
8179         (STARTFILE_SIM_SPEC): Likewise.
8180         (ENDFILE_ADS_SPEC): Use crtend.
8181         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
8182         (ENDFILE_MVME_SPEC): Likewise.
8183         (ENDFILE_SIM_SPEC): Likewise.
8184         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
8185         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
8186         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
8187         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
8188         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
8189         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
8190         (CRTSTUFF_T_CFLAGS_S): Define.
8191         * config/rs6000/eabi-ctors.c: Delete.
8192
8193         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
8194         boundary.
8195         (__fini): Likewise.
8196         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
8197         boundary.
8198         (__fini): Likewise.
8199
8200 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
8201
8202         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
8203         plus mask size is smaller or equal to the mode size.
8204
8205 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8206
8207         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
8208         not yet set.
8209
8210         * expr.c (reload.h): Now included.
8211         (emit_block_move): Set volatile_ok when checking for movstr.
8212         (emit_move_1): Check for replacements in addresses in multi-word case.
8213         * Makefile.in (expr.o): Now includes reload.h.
8214
8215         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
8216         Never have a LIBCALL end a basic block.
8217         (find_basic_blocks_1): Likewise.
8218         Reorganize CALL_INSN cases.
8219
8220         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
8221
8222 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
8223
8224         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
8225         completers from mov.ret instruction.
8226
8227 2000-04-14  Richard Henderson  <rth@cygnus.com>
8228
8229         * fold-const.c (extract_muldiv): Don't distribute and widen
8230         multiply across plus for non-sizetype unsigned types.
8231
8232 2000-04-14  Richard Henderson  <rth@cygnus.com>
8233
8234         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
8235         If the original source is dead in the incr insn, it's dead now.
8236
8237 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8238
8239         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
8240         see if DECL_BIT_FIELD needs to still be set.
8241
8242         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
8243
8244         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
8245         print_int_cst_octal with something that's not an INTEGER_CST.
8246
8247         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
8248         and not a SUBREG to a FLOAT rtl.
8249
8250 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
8251
8252         * emit-rtl.c (try_split): Avoid infinite loop if the split
8253         results in a sequence that contains the original insn.
8254
8255 2000-04-13  Andreas Jaeger  <aj@suse.de>
8256
8257         * config/mips/mips.c (expand_block_move): Pass alignment
8258         argument to move_by_pieces in bits, not bytes.
8259
8260         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
8261         __pic__ for little endian.
8262
8263 2000-04-13  Andreas Jaeger  <aj@suse.de>
8264
8265         * config/i386/i386-protos.h: Add prototype for
8266         uno_comparison_operator.
8267
8268 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8269
8270         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
8271         * calls.c (ECF_PURE): New flag.
8272         (emit_call_1): Handle ECF_PURE calls.
8273         (initialize_argument_information): Unset ECF_PURE flag too.
8274         (precompute_arguments): Precompute for ECF_PURE too.
8275         (expand_call): Handle ECF_PURE calls too.
8276         (emit_library_call_value_1): Rename no_queue argument to fn_type,
8277         accept value of 2 as pure function.
8278         (emit_library_call_value, emit_library_call): Rename no_queue argument
8279         to fn_type.
8280         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
8281
8282         * tree.h (DECL_IS_PURE): New macro.
8283         (struct tree_decl): Add pure_flag.
8284         * c-common.c (enum attrs): Add attribute "pure".
8285         (init_attributes): Initialize attribute "pure"
8286         (decl_attributes): Handle attribute "pure".
8287         * extend.texi (Attribute "pure"): Document.
8288         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
8289         in pure function.
8290         (flags_from_decl_or_type): Support attribute "pure".
8291
8292 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
8293
8294         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
8295         the token except for numbers and identifiers.
8296
8297 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
8298
8299         * i386.c (ix86_expand_binary_operator,
8300         ix86_expand_unary_operator): Check no_new_pseudos
8301         instead of reload_in_progress and reload_completed.
8302         (ix86_split_ashldi, ix86_split_ashrdi,
8303         ix86_split_lshrdi): Check no_new_pseudos instead
8304         of reload_completed.
8305
8306 2000-04-12  Jeffrey A Law  (law@cygnus.com)
8307
8308         * function.c (purge_addressof): Unshare any shared rtl created by
8309         purge_addressof and its children.
8310
8311 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
8312
8313         * function.c (aggregate_value_p): VOID_TYPE nodes are never
8314         aggregates.
8315
8316 2000-04-05  Andreas Jaeger  <aj@suse.de>
8317
8318         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
8319         not compiling PIC code, add flags for mabi=64.
8320         (SUBTARGET_CPP_SIZE_SPEC): New.
8321         (SUBTARGET_CPP_SPEC): New.
8322         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
8323         for MIPS/Linux and lots of code needs these defines.
8324
8325 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
8326
8327         * reorg.c (fill_slots_from_thread): Check side_effects_p when
8328         trying the "opposite arithmetic" approach.
8329
8330 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8331
8332         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
8333         (struct sh_args): Add new field force_mem.
8334         (INIT_CUMULATIVE_ARGS): Initialize it.
8335         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
8336
8337 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8338
8339         * calls.c (expand_call): Do not reverse args in "equal from" field.
8340         (emit_library_call_value_1): Emit_libcall_block for const and pure
8341         function.
8342
8343 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8344
8345         * reload1.c (reload_combine): Don't enable optimization for fixed
8346         registers when encountering a BARRIER.
8347
8348 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8349
8350         * builtins.c (expand_builtin_memcmp): Do expansion even with
8351         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
8352
8353         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
8354         stack is propertly aligned; add sanity checking for aligned
8355         stack pointer.
8356         (expand_library_call_value_1): Add sanity checking for aligned
8357         stack pointer.
8358
8359 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
8360
8361         * calls.c (emit_library_call_value_1): Change 3rd arg to
8362         locate_and_pad_parm to disregard the setting of partial.
8363
8364 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8365
8366         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
8367
8368         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
8369         CALL_INSN from the normal case.
8370
8371 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8372
8373         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8374         New global variables.
8375         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
8376         adjustment.
8377         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8378         Declare,
8379         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
8380          TARGET_ADD_ESP_8): New macros.
8381         * i386.md: Add peep2s to convert esp adjustments to push and pop
8382         instructions.
8383         (pushsi_prologue, popsi_epilogue): New patterns.
8384
8385 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8386
8387         * real.c (toe64): Remove stale #endif from the last change.
8388
8389 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
8390
8391         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
8392         * real.c (toe64): Revert previous change.
8393
8394 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8395
8396         * objc/objc-act.c: Include ggc.h.
8397         (objc_tree_index, objc_global_trees): Convert most of the
8398         static tree variables into a static array with previous names
8399         as defines.
8400         (objc_ellipsis_node): New variable.
8401         (lang_init): Call objc_act_parse_init and c_parse_init.
8402         Create objc_ellipsis_node.
8403         (build_selector_translation_table): Use objc_ellipsis_node instead
8404         of (tree)1.
8405         (hack_method_prototype): Likewise.
8406         (get_arg_type_list): Likewise.
8407         (start_method_def): Likewise.
8408         (continue_method_def): Likewise.
8409         (gen_method_decl): Likewise.
8410         (ggc_mark_imp_list): New function.
8411         (ggc_mark_hash_table): New function.
8412         (objc_act_parse_init): New function.
8413         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8414         * c-parse.in (c_parse_init): For objc add roots of objc specific
8415         local tree variables.
8416         * objc/objc-parse.y: Rebuilt.
8417         * objc/objc-parse.c: Rebuilt.
8418         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8419
8420 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8421
8422         * cse.c (delete_trivially_dead_insns): Also delete insns
8423         that copy a register to itself where the destination is
8424         a strict_low_part.
8425
8426 2000-04-11  Richard Henderson  <rth@cygnus.com>
8427
8428         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8429         (propagate_block): Initialize them.  Use them in parallel instead
8430         of one tmp variable, ie revert much of the 0408 and 0407 functional
8431         changes, but keep the structural changes.
8432         (mark_set_regs): Take new_dead from propagate_block_info instead.
8433         (mark_set_1, mark_set_reg): Likewise.
8434         (mark_used_regs): Likewise with new_live.
8435         (mark_used_reg): Likewise.  Revert 0408 change.
8436
8437 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8438
8439         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8440         restriction.
8441         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8442
8443 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8444
8445         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8446         const section to output a CONSTRUCTOR based on the same conditions
8447         used for VAR_DECLs.
8448
8449 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8450
8451         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8452         * pa/pa-protos.h (output_call): Add additional argument indicating
8453         if the call is a sibling/tail call.
8454         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8455         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8456         (function_arg, function_arg_partial_nregs): Likewise
8457         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8458         (emit_move_sequence): Zero extend certain constants as needed
8459         for TARGET_64BIT.
8460         (compute_zdepdi_operands, output_64bit_and): New functions.
8461         (output_64bit_ior, function_arg): Likewise.
8462         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8463         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8464         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8465         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8466         (output_bvb): Likewise.
8467         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8468         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8469         as needed.
8470         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8471         (ouput_arg_descriptor): Do not emit argument descriptors for
8472         TARGET_64BIT.
8473         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8474         defined.
8475         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8476         (FUNCTION_OK_FOR_SIBALL): Define.
8477         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8478         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8479         (CPP_SPEC): Use new spec infrastructure.
8480         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8481         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8482         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8483         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8484         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8485         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8486         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8487         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8488         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8489         (FUNCTION_ARG); Call out to C code.
8490         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8491         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8492         (MIN_UNITS_PER_WORD): Likewise.
8493         * pa/pa.md (cmpdi): New expander.
8494         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8495         (64bit conditional arithmetic): New patterns.
8496         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8497         (movsicc): Not available if modes on all the operands to not match.
8498         (movdicc): New expander and associated patterns.
8499         (64bit branches): New patterns.
8500         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8501         (pre_ldd, post_std): New patterns.
8502         (64bit addil, load low part): New patterns.
8503         (special movsf constant): Not available for TARGET_64BIT.
8504         (movsf, movdf expanders): Force constants into memory.
8505         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8506         (64bit movdf/movdi patterns): New patterns.
8507         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8508         for TARGET_64BIT.
8509         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8510         (adddi3 expander): Allow "arith_operand" for second input.
8511         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8512         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8513         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8514         (muldi3): New expander for TARGET_64BIT.
8515         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8516         for TARGET_64BIT.
8517         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8518         patterns for TARGET_64BIT.
8519         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8520         patterns for TARGET_64BIT.
8521         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8522         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8523         (sibcall_epilogue): New expander.
8524         (casesi): Tweak for TARGET_64BIT.
8525         (call expanders): Set & use the outgoing argument pointer.  Use the
8526         64bit call patterns as needed. Add additional arg to output_call.
8527         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8528         (sibcall, sibcall_internal_symref): New expanders.
8529         (sibcall_value, sibcall_value_internal_symref
8530         (interspace_jump): Turn into an expander + matching patterns.
8531         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8532         * pa/pa64-regs.h: Eliminate trigraph sequences.
8533         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8534
8535 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8536
8537         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8538         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8539         cpp_token with cpp_ttype everywhere.
8540         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8541         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8542         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8543         long.
8544         * cpplex.c (cpp_buf_line_and_col): Delete.
8545         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8546         'long lineno' to 'unsigned int lineno'.
8547         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8548
8549 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8550
8551         * extend.texi: ISO C99 is not a draft anymore.
8552         * invoke.texi: ISO C++ is not a draft anymore.
8553         * cpp.texi: __cplusplus is required by the ISO standard.
8554
8555         * extend.texi (-fthis-is-variable): Undocument.
8556         * flags.h (warn_template_debugging): Remove declaration.
8557         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8558         -Wenum-clash, -Wtemplate-debugging): Undocument.
8559
8560 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8561
8562         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8563         integer.
8564         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8565         integer.
8566         (ARM_SIGN_EXTEND): Use HOST_UINT.
8567         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8568         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8569         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8570         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8571
8572         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8573         (arm_gen_constant): Use HOST_UINT.
8574         (arm_canonicalize_constant): Use HOST_UINT.
8575         (arm_reload_in_hi): Use HOST_UINT.
8576         (arm_reload_out_hi): Use HOST_UINT.
8577         (output_multi_immediate): Use HOST_UINT.
8578         (int_log2): Use HOST_UINT.
8579         (arm_poke_function_name): Use HOST_UINT.
8580         (arm_output_epilogue): Use arm_volatile_func().
8581         (output_thumb_prologue): Use arm_strip_name_encoding().
8582
8583 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8584
8585         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8586         of sequence point problems.
8587
8588 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8589
8590         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8591         Recomment.
8592         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8593
8594 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8595
8596         * sbitmap.h: Whitespace changes and use upper-case macro args.
8597         (struct simple_bitmap_def): All sizes now unsigned.
8598         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8599         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8600         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8601         (sbitmap_zero): Cast bzero arg to PTR.
8602         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8603         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8604         loop to make structure clearer.
8605         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8606         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8607         (sbitmap_a_and_b_or_c): Likewise.
8608         (sbitmap_intersection_of_succs): Minor cleanups.
8609         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8610         (sbitmap_union_of_preds): Likewise.
8611         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8612         (debug_sbitmap): New function.
8613
8614         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8615         * c-typeck.c (convert_for_assignment): Likewise.
8616
8617         * expmed.c (init_expmed): Don't free objects we make.
8618         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8619
8620         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8621         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8622
8623         * gcse.c (expr_hash_table_size): Now unsigned.
8624         (compute_ae_gen): Local variable `i' now unsigned.
8625         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8626         (compute_transout, hoist_code): Likewise.
8627         (compute_local_properties): Likewise, also hash_table_size.
8628         (alloc_expr_hash_table): N_INSNS now unsigned.
8629         (delete_null_pointer_checks): Mark arg F as unused.
8630
8631         * regrename.c: Minor cleanups, including chang some variables
8632         to unsigned int.
8633
8634 2000-04-10  Neil Booth  <NeilB@earthling.net>
8635
8636         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8637         than GETC ().
8638         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8639
8640 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8641
8642         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8643         __classof__, and __headof__ from the list of gnu keywords.
8644         (-ansi): Remove -foperator-names from list of implied options.
8645         Do not call it ANSI C++.
8646         (-foperator-names): Document as -fno-operator-names.
8647
8648 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8649
8650         * cpphash.c (timestamp): Delete.
8651         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8652         (special_symbol): Remove unnecessary braces.  Remove
8653         T_VERSION.  Treat T_STDC like T_CONST unless
8654         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8655         when one is encountered, then convert them into T_MCONST
8656         nodes.
8657         * cppinit.c (builtin_array): version_string is T_MCONST.
8658         __STDC__ has a "1" in its cpval.  Don't have a terminator
8659         entry.  Clean up which entries are dumped.
8660         (initialize_builtins): Only __STDC__ gets the special
8661         -traditional treatment.  Count the length of builtin_array.
8662         Render version_string here.
8663         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8664         * cpplib.h (struct cpp_reader): Remove timebuf.
8665
8666 2000-04-09  Richard Henderson  <rth@cygnus.com>
8667
8668         * genrecog.c (pred): Update comparison_operator for the unordered
8669         operators.
8670
8671         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8672         operators.
8673         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8674         (uno_comparison_operator): New.
8675         (put_condition_code): Handle UNORDERED/ORDERED.
8676         (unsigned_comparison): Likewise.
8677         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8678         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8679         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8680         update all callers.  Handle all 8 unordered operators.
8681         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8682         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8683         * config/i386/i386.h (PREDICATE_CODES): Update.
8684         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8685         (ix86_expand_branch, ix86_expand_setcc): Update.
8686         * config/i386/i386.md (sunordered, sordered): New.
8687         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8688         (bunordered, bordered): New.
8689         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8690         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8691         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8692
8693 2000-04-09  Philip Blundell  <philb@gnu.org>
8694
8695         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8696
8697 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8698
8699         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8700         fix_truncxfhi2): New patterns.
8701         * i386.c (output_fix_trunc): Handle converting to HImode.
8702
8703 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8704
8705         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8706         life_analysis.
8707         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8708         (for_each_successor_phi): Change parameter to basic_block.
8709         (coalesce_regs_in_successor_phi_nodes): Likewise.
8710         (coalesce_regs_in_copies): Likewise.
8711         (compute_coalesced_reg_partition): Use basic_block instead of index.
8712         * rtl.h (convert_to_ssa): Delete.
8713         (convert_from_ssa): Likewise.
8714         (successor_phi_fn): Likewise.
8715         (for_each_successor_phi): Likewise.
8716         (in_ssa_form): Likewise.
8717         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8718         (convert_from_ssa): Likewise.
8719         (successor_phi_fn): Likewise.
8720         (in_ssa_form): Likewise.
8721         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8722         * flow.c (calculate_global_regs_live): Pass a basic_block to
8723         for_each_successor_phi.
8724
8725 2000-04-08  Richard Henderson  <rth@cygnus.com>
8726
8727         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8728         was modified in the current insn.
8729
8730 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8731
8732         * arm/thumb.md: Delete.
8733         * arm/thumb-protos.h: Delete.
8734
8735 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8736
8737         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8738
8739         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8740
8741         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8742         into branch.
8743
8744         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8745         define_expand.
8746         (*arm_nop, *thumb_nop): Delete.
8747
8748         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8749         constants.  Use casts instead.
8750         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8751         output_multi_immediate, arm_poke_function_name): Likewise.
8752         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8753         MASK_RETURN_ADDDR): Likewise.
8754
8755         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8756
8757         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8758         into branch.
8759
8760         * arm.md (eh_epilogue): New function.
8761         * arm.h (struct machine_function): Move to here ...
8762         * arm.c: ... from here.
8763         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8764         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8765         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8766
8767         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8768
8769         * config/arm/semi.h (ASM_SPEC): Restore definition.
8770         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8771
8772         * config/arm/elf.h (ASM_SPEC): Restore definition.
8773         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8774
8775         * config/arm/arm.h (ASM_SPEC): Remove definition.
8776         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8777
8778         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8779
8780         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8781
8782         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8783
8784         Various formating tidyups, elimination of compile time
8785         warnings and synchronisation with internal sources:
8786
8787         * config/arm/arm-protos.h (assemble_align): Add prototype.
8788         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8789         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8790         (arm_return_addr_rtx): Rename to arm_return_addr.
8791
8792         * config/arm/arm.c: Include except.h.
8793         Define shorter typenames for strict minipool_node and struct
8794         minipool_fix.
8795         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8796         in memory.
8797         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8798         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8799
8800         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8801         already defined.
8802         (ASM_SPEC): Define if not already defined.
8803         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8804
8805         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8806         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8807         arm_gen_compare_reg.
8808         (indirect_jump):  Only accept register operands.
8809         (load_indirect_jump): Keep this pattern since combine can generate
8810         it.
8811
8812         * config/arm/coff.h: Include aout.h.
8813         (MULTILIB_DEFAULTS): Only define if not already defined.
8814
8815         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8816         into arm.h (so that COFF ports can support thumb based aliases).
8817         (ASM_SPEC): Move definition into arm.h
8818
8819         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8820         redundant apcs spec.
8821         (ASM_SPEC): Move definition to arm.h
8822
8823         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8824
8825         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8826         for entries in the .bss section
8827
8828         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8829
8830         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8831         to thumb_far_jump_used_p.
8832
8833         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8834         single integer parameter.
8835
8836         * config/arm/arm.c (struct machine_function): Add two new
8837         fields, 'far_jump_used' and 'arg_pointer_live'.
8838         (thumb_far_jump_used_p): Once the decision has been made that
8839         far jumps might be used, always return true.
8840         If being called from the initial elimination offset macro then
8841         do not bother to perform the test if the arg pointer is not
8842         being used.
8843         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8844         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8845
8846         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8847
8848         * arm.c (output_return_instruction): Handle more cases where we can
8849         return from a function with an ldr instruction.
8850         (arm_output_epilogue): Likewise.
8851
8852         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8853         if we need to push a large stack frame and there are no callee-saved
8854         registers.
8855
8856         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8857         in ARM code if the frame pointer has been eliminated.
8858
8859         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8860         unspec_volatile arguments to avoid duplicates.
8861         (consttable_1, consttable_2): Fixes for big-endian mode.
8862
8863         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8864         as appropriate.
8865
8866         Re-write constant pool code.
8867         * arm.c (minipool_node, minipool_fix): New types.
8868         (minifix): Delete type.
8869         (arm_add_minipool_constant): Delete.
8870         (arm_compute_minipool_offsets, arm_find_barrier,
8871         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8872         (get_jump_table_size): Now returns HOST_WIDE_INT.
8873         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8874         functions.
8875         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8876         (assign_minipool_offsets, arm_print_value): Likewise.
8877         (dump_minipool): Rewrite.
8878         (arm_barrier_cost): New function.
8879         (create_fix_barrier): New function.
8880         (push_minipool_barrier): New function.
8881         (push_minipool_fix): Record additional information about the fixup
8882         required.
8883         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8884         check the mode of what needs fixing.
8885         (arm_reorg): Rewrite.
8886
8887         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8888
8889         * config/arm/arm.md (indirect_jump): Force constant addresses into
8890         a register.
8891
8892         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8893
8894         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8895
8896         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8897
8898         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8899         adjust is word aligned.
8900         (thumb_expand_epilogue): Make sure that stack adjust is word
8901         aligned.
8902
8903         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8904
8905         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8906
8907         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8908         pointer relative addresses.
8909
8910         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8911
8912         * arm.c (find_barrier): Find the last barrier within the allowed
8913         range.
8914
8915         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8916
8917         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8918
8919         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8920
8921         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8922         ARM_FUNCTION_PROFILER.
8923
8924         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8925         ARM_FUNCTION_PROFILER.
8926
8927         * config/arm/linux-oldld.h: Imported from mainline sources.
8928
8929         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8930
8931         * config/arm/lib1funcs.asm: Merge in thumb functions from
8932         lib1thumb.asm.
8933
8934         * config/arm/lib1thumb.asm: Delete.
8935
8936         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8937
8938         * config/arm/arm.c: Sychronised with current Red hat local
8939         sources.
8940         * config/arm/arm.h: Ditto.
8941         * config/arm/arm-protos.h: Ditto.
8942
8943         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8944
8945         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8946
8947         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8948         byte stores.
8949
8950         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8951
8952         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8953
8954         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8955         (return) was emited using an emit_insn() call.
8956
8957         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8958
8959         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8960         thumb stack frame.
8961         (thumb_exit): Move frame pointer back into hard frame pointer
8962         register if backtracing is being used.
8963
8964         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8965
8966         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8967         into branch.
8968
8969         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8970
8971         * config/arm/arm.md (neg_pool_offset): Provide default for new
8972         attribute.
8973         (arm_movsi_insn): Add neg_pool_offset attribute.
8974         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8975         rtx for the insn that starts the scan and an unsigned long for its
8976         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8977         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8978         instructions in *PINSERTED.
8979         (struct minipool_fixup): Add MIN_ADDRESS elt.
8980         (sort_fixups): Compute it.
8981         (arm_reorg): Changes to support inserting pools before the insn to be
8982         fixed up.
8983
8984         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8985
8986         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8987         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8988         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8989
8990         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8991
8992         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8993         defined.
8994         (TARGET_DEFAULT): Do not define if already defined.
8995
8996         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8997
8998         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8999         (iordi3): Allow disjoint source operands.
9000         (xordi3): Allow disjoint source operands.
9001         (negdi2): Permit construction for ARM and Thumb.
9002         (arm_negdi2): Renamed version of old negdi2 pattern.
9003         (thumb_negdi2): New pattern: Only permit non-overlapping
9004         source and destination.
9005
9006         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
9007
9008         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
9009         scratch low register so that it will not be deleted.
9010
9011         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
9012
9013         * config/arm/pe.h (ARM_PE): Define.
9014
9015         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
9016         interfacearm attribute if this is a PE toolchain.
9017         (output_return_instruction): Do not emit anything if the function
9018         has the naked attribute set.
9019         (is_called_in_ARM_mode): If the function has the interfacearm
9020         attribute then return true.
9021         (thumb_expand_prologue): Do not generate a prologue for naked
9022         functions.
9023         (thumb_expand_epilogue): Do not generate an epilogie for a naked
9024         function.
9025         (output_thumb_prologue): Do not bother if the function is naked.
9026         Strip PE encoding from function name before emitting.
9027
9028         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
9029
9030         * arm.md (pic_load_addr): Fix constraints.
9031
9032         * arm.md (casesi_insn): Fix mis-applied patch.
9033
9034         * arm.md ("core" function unit): Add rules for single- and
9035         multi-cycle insns.
9036         (All TARGET_THUMB patterns): Add "type" attribute information
9037         where needed.
9038         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
9039         the following insn is a CALL.
9040
9041         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
9042         pointer.
9043         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
9044         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
9045         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
9046
9047         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
9048
9049         * config/arm/linux-gas.h: oops - this file was missed out when the
9050         branch was created...
9051
9052         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
9053
9054         * thumb.c: Deleted.  Move contents to ...
9055         * arm.c: ... here.
9056         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
9057         rule for thumb.o
9058         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
9059         * configure: Regen.
9060
9061         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
9062         declare a prototype for asm_output_align();
9063
9064         * arm.c (thumb_condition_code): Delete.
9065         (arm_print_operand): Always use arm_condition_code array.
9066
9067         * arm.c (thumb_return_addr_rtx): Delete.
9068         (arm_save_machine_status, arm_restore_machine_status): Delete.
9069         (arm_init_machine_status, arm_mark_machine_status): New functions.
9070         (arm_init_expanders): Update accordingly.
9071         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
9072         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
9073         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
9074
9075         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
9076
9077         * configure.in : Fix arm-*-aout target to use new t-arm-aout
9078         script.
9079         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
9080         targets.
9081
9082         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
9083
9084         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
9085         stack backtrace structure.
9086
9087         * config/arm/arm-protos.h: Add prototypes for functions defined in
9088         arm/pe.h.
9089
9090         * config/arm/arm.c (arm_override_options): Fix selection of
9091         attributes of default processor.
9092
9093         * config/arm/coff.h: Delete needless #include.
9094
9095         * config/arm/pe.c: Delete unused code.
9096
9097         * config/arm/pe.h (CPP_DEFINES): Delete
9098         (SUBTARGET_CPP_SPEC): Define.
9099         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
9100
9101         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
9102
9103         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
9104
9105         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
9106         updated.
9107         (CAN_DEBUG_WITHOUT_FP): Define.
9108         (FIXED_REGISTERS): Make r11 call-saved.
9109         (CALL_USED_REGISTERS): Likewise.
9110         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
9111         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
9112         frame-pointer is required.
9113         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
9114         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
9115         if the target normally needs a stack frame in non-leaf functions.
9116         (use_return_insn): Correct logic for determining when a return
9117         instruction can be used.
9118         (output_return_instruction): Handle the frame-pointer register as
9119         a normal register when not TARGET_APCS_FRAME.
9120         (arm_output_prologue): Likewise.
9121         (arm_output_epilogue): Likewise.
9122         (output_func_epilogue): Likewise.
9123         (arm_expand_prologue): Likewise.
9124         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
9125
9126         * arm.c (use_return_insn): No need to check floating point regs if
9127         TARGET_SOFT_FLOAT.
9128         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
9129         the code of value stored in the minipool array.
9130         (arm_add_minipool_constant): Likewise.
9131
9132 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133
9134         * basic-block.h (conflict_graph_enum_fn): K&R fix.
9135
9136 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9137
9138         * tree.c (tree_expr_nonnegative_p): New function.
9139
9140         * tree.h (tree_expr_nonnegative_p): Declare.
9141
9142         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
9143         elide some sign_compare warnings.
9144         (build_conditional_expr): Likewise.
9145
9146 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
9147
9148         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
9149
9150         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
9151         * i386.c (print_operand): Use the proper suffix for a 387 HImode
9152         operand.  Abort if a 387 operand has an unsupported size.
9153
9154 2000-04-08  Neil Booth  <NeilB@earthling.net>
9155
9156         * cppexp.c (parse_charconst): Null does not end character
9157         constants.
9158         * cppinit.c (ISTABLE): Null character handled as whitespace.
9159         * cpplex.c (null_warning):  new function.
9160         (skip_string): Emit warning if nulls encountered.
9161         (_cpp_skip_hspace): Emit warning if nulls encountered.
9162         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
9163         them.
9164         * cpp.texi: Update.
9165
9166 2000-04-07  Richard Henderson  <rth@cygnus.com>
9167
9168         * flow.c (loop_depth): Remove.
9169         (reg_next_use, cc0_live, mem_set_list): Replace with ...
9170         (struct propagate_block_info): New.
9171         (life_analysis): Don't allocate reg_next_use.
9172         (propagate_block_delete_insn): Break out of propagate_block.
9173         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
9174         (propagate_block_delete_libcall): Likewise.
9175         (propagate_block): Create a propagate_block_info struct to pass
9176         to subroutines.  Allocate one not two temporary regsets.  Don't
9177         clobber memory for const calls.  Look for clobbers in
9178         CALL_INSN_FUNCTION_USAGE.
9179         (mark_set_regs): Recognize COND_EXEC.
9180         (mark_set_reg): Break out of mark_set_1.
9181         (mark_used_reg): Break out of mark_used_regs.
9182         (mark_used_regs): Recognize COND_EXEC.
9183         (insn_dead_p): Use propagate_block_info struct.
9184         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
9185         (find_auto_inc, try_pre_increment_1): Likewise.
9186         (print_rtl_with_bb): Dump regs live at end too.
9187         (count_reg_sets_1): Pass in loop_depth.
9188         (count_reg_sets, count_reg_references): Likewise.
9189         (recompute_reg_usage): Provide it.
9190
9191 2000-04-07  Richard Henderson  <rth@cygnus.com>
9192
9193         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
9194         not the raw files.
9195
9196 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
9197
9198         * cpplib.c (do_elif): Skip the rest of the line if we're
9199         not going to bother evaluating it.
9200         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
9201         to avoid pointless calls to the lexer.
9202
9203 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
9204
9205         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
9206
9207 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
9208
9209         * calls.c (expand_call): emit_queue if we're trying a sibcall.
9210
9211 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
9212
9213         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
9214
9215 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
9216
9217         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
9218         crtend so they can be multilibbed.
9219         (STAGESTUFF): Remove s-crt and s-crtS.
9220
9221 2000-04-07  Richard Henderson  <rth@cygnus.com>
9222
9223         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
9224         if we discover we need a pseudo and no_new_pseudos is true.
9225         * config/alpha/alpha.md (ne:DI insn): New.
9226         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
9227
9228 2000-04-07  Richard Henderson  <rth@cygnus.com>
9229
9230         * rtl.def (COND_EXEC): New.
9231         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
9232         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
9233
9234         * genconfig.c (have_cond_arith_flag): Remove.
9235         (have_cond_exec_flag): New.
9236         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
9237         (main): Print HAVE_conditional_execution.
9238
9239         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
9240         (sched_analyze_insn, print_pattern): Likewise.
9241         * reload.c (find_equiv_reg): Likewise.
9242         * rtlanal.c (reg_referenced_p): Likewise.
9243         (note_stores, dead_or_set_regno_p): Likewise.
9244         (reg_overlap_mentioned_p): Rewrite to use a switch.
9245
9246         * ggc.h (struct rtx_def): Forward declare.
9247
9248         * print-rtl.c (debug_rtx_range): New.
9249         * rtl.h (debug_rtx_range): Declare.
9250
9251         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
9252
9253         * gcse.c (gcse_main): Don't rebuild the CFG here.
9254         (delete_null_pointer_checks): Likewise.
9255         * ssa.c (convert_to_ssa): Likewise.
9256         * toplev.c (rest_of_compilation): Do it here instead.  Combine
9257         sequential calls to TIMEVAR.  Consistently use `insns' instead of
9258         `get_insns()'.  Always split insns after reload when optimizing.
9259
9260         * basic-block.h (merge_blocks_nomove): Declare.
9261         (tidy_fallthru_edge): Declare.
9262         * flow.c (merge_blocks_nomove): Document as merging into previous
9263         blocks.  Remove cruft from between blocks; remove all edges out of A.
9264         (tidy_fallthru_edge): Export.
9265
9266 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9267
9268         * ssa.c (compute_conservative_reg_partition): Declare with
9269         void arguments.
9270         * toplev.c (clean_dump_file): Remove previously-deleted function
9271         inadvertantly merged back in.
9272         * conflict.c (conflict_graph_add): Use a single call to
9273         htab_find_slot to look up and insert.
9274
9275 2000-04-06  Richard Henderson  <rth@cygnus.com>
9276
9277         * genrecog.c (*): Rename _last_insn to last_insn.
9278         (make_insn_sequence): Set the position of the peephole2 C test
9279         to be at the last insn.
9280
9281 2000-04-06  Richard Henderson  <rth@cygnus.com>
9282
9283         * flow.c (compute_flow_dominators): Free worklist.
9284
9285 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
9286
9287         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
9288
9289 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9290
9291         * rtl.h (INSN_P): New macro.
9292         (successor_phi_fn): New typedef.
9293         (for_each_successor_phi): New prototype.
9294         (in_ssa_form): New variable.
9295         (PHI_NODE_P): Likewise.
9296         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
9297         phi nodes in successors.
9298         (mark_used_regs): Add PHI case.
9299         (set_phi_alternative_reg): New function.
9300         (life_analysis): Assert that dead code elimination is not selected
9301         when in SSA form.
9302         * toplev.c (to_ssa_time): New variable.
9303         (from_ssa_time): Likewise.
9304         (compile_file): Zero to_ssa_time and from_ssa_time.
9305         Print time to convert to and from SSA.
9306         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
9307         (print_time): Compute percent fraction as integer.
9308         * ssa.c (PHI_NODE_P): Moved to rtl.h.
9309         (convert_to_ssa): Check if we're already in SSA.
9310         Don't eliminate dead code in life_analysis.
9311         Rerun flow and life analysis at bottom.
9312         (eliminate_phi): Use canonical regnos when adding nodes.
9313         (mark_reg_in_phi): New function.
9314         (mark_phi_and_copy_regs): Likewise.
9315         (convert_from_ssa): Rerun life analysis at top.
9316         Use coalesced partition.
9317         Check for removing a phi node at the end of the block.
9318         (compute_coalesced_reg_partition): New function.
9319         (coalesce_regs_in_copies): Likewise.
9320         (coalesce_reg_in_phi): Likewise.
9321         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
9322         (for_each_successor_phi): Likewise.
9323         (rename_context): New struct.
9324         (rename_block): Use a rename_context with rename_insn_1.  When
9325         renaming sets of a subreg, emit a copy of the entire reg first.
9326         (rename_insn_1): Treat data as a rename_context *.  Save current
9327         insn in set_data.
9328         (rename_set_data): Add field set_insn.
9329         * Makefile.in (HASHTAB_H): Move up in file.
9330         (OBSTACK_H): New macro.
9331         (collect2.o): Use OBSTACK_H in dependencies.
9332         (sdbout.o): Likewise.
9333         (emit-rtl.o): Likewise.
9334         (simplify-rtx.o): Likewise.
9335         (fix-header.o): Likewise.
9336         (OBJS): Add conflict.o.
9337         (conflict.o): New rule.
9338         * basic-block.h: Include partition.h.
9339         (conflict_graph): New typedef.
9340         (conflict_graph_enum_fn): Likewise.
9341         (conflict_graph_new): New prototype.
9342         (conflict_graph_delete): Likewise.
9343         (conflict_graph_add): Likewise.
9344         (conflict_graph_conflict_p): Likewise.
9345         (conflict_graph_enum): Likewise.
9346         (conflict_graph_merge_regs): Likewise.
9347         (conflict_graph_print): Likewise.
9348         (conflict_graph_compute): Likewise.
9349         * conflict.c: New file.
9350
9351 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
9352
9353         * tlink.c (read_repo_files): Don't look for .rpo info for
9354         linker flags.
9355
9356 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9357
9358         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
9359
9360 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9361
9362         * config/sh/lib1funcs.asm (___udivsi3_i4):
9363         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
9364         only depends on FMOVD_WORKS.
9365
9366 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9367
9368         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
9369         make double constant 8-byte aligned.
9370
9371 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9372
9373         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
9374         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
9375         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
9376         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
9377         Accept storing GENERAL_REGS into offsetable memory.
9378         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
9379         building a TFmode constant other than 0.0L into GENERAL_REGS.
9380
9381 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
9382
9383         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
9384
9385 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
9386
9387         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
9388         (macro_cleanup): No need to cast pbuf->macro.
9389         (collect_expansion): Use _cpp_get_define_token.  Goto done if
9390         it returns VSPACE.  Remove check for trailing space after
9391         CPP_COMMENT.
9392         (_cpp_create_definition): Don't diddle flags here.  Return
9393         directly on error.
9394         (unsafe_chars): Handle c1 being EOF.
9395         (push_macro_expansion): Use unsafe_chars for both accidental-paste
9396         checks.  Don't push the buffer till after we're done with
9397         them.
9398         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
9399         (PEEKN, FORWARD, GETC, PEEKC): Use them.
9400         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
9401         appropriately.
9402         (_cpp_parse_assertion): Don't NUL terminate.
9403         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
9404         hspace before calling _cpp_parse_assertion.  Remove all sets
9405         of only_seen_white. Treat '\f' as hspace.  Don't do anything
9406         special with '\n' here.
9407         (maybe_macroexpand): Handle T_EMPTY hash entries without
9408         pushing a buffer at all.
9409         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9410         incrementing the line number here.  Clear
9411         potential_control_macro as well as only_seen_white, if
9412         appropriate.
9413         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9414         (_cpp_get_define_token): New function, basically like
9415         _cpp_get_directive_token was but doesn't eat horizontal space.
9416         Don't do anything with only_seen_white here.
9417         (_cpp_get_directive_token): Just call _cpp_get_define_token
9418         repeatedly till it returns non-hspace.
9419
9420         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9421         (conditional_skip, skip_if_group): Return int.
9422         (DIRECTIVE_TABLE): Change origin of all conditional directives
9423         to "COND".
9424         (TRAD_DIRECT_P): New macro.
9425         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9426         an error for a bogus directive, unless -lang-asm.  Use
9427         TRAD_DIRECT_P. Loop calling handler functions till one returns
9428         zero.
9429         (get_macro_name): Don't diddle flags here.
9430         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9431         Create T_EMPTY nodes for #define macro /* nothing */.
9432         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9433         Use hp->name when calling pass_thru_directive.
9434         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9435         Return the result of conditional_skip and/or skip_if_group.
9436         Don't call _cpp_output_line_command.
9437         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9438         Issue -Wtraditional warnings as appropriate.  Don't complain
9439         about unrecognized directives.  If we are to stop skipping,
9440         return the number of the directive that ended the skip.
9441         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9442         expansion and line commands while skipping.  Return the result
9443         of consider_directive_while_skipping, if nonzero.
9444         (do_endif): Just set potential_control_macro here.
9445         (validate_else): Use _cpp_get_directive_token.
9446         (do_assert, do_unassert): Don't save pointers into the
9447         token_buffer across calls to the lexer.  Use
9448         _cpp_get_directive_token.
9449
9450         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9451         pointer, not an offset.  Replace 'data', which was a generic
9452         pointer, with 'macro', which points to a struct hashnode.
9453         (cpp_reader): Add 'potential_control_macro' pointer.
9454         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9455         (CPP_BUF_GET, CPP_FORWARD): Delete.
9456         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9457         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9458         ACTIVE_MARK_P): Update.
9459         (_cpp_get_define_token): New internal function.
9460         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9461
9462 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9463
9464         * configure.in: And here.
9465         * configure: Regenerate.
9466         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9467         --enable-libstdcxx-v3 is passed at configure time.
9468         * config.h.in: Regenerate.
9469
9470 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9471
9472         * final.c (final): Use xcalloc to allocate line_note_exists.
9473         * function.c (free_after_compilation): Free the temp_slots.
9474         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9475         (combine_temp_slot): Free temp_slots when they get combined.
9476         (purge_addressof): Fix typo in comment.
9477         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9478         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9479
9480         * ggc.h: Include varray.h.
9481         (ggc_pending_trees): Declare.
9482         (ggc_mark_tree_children): Remove declaration.
9483         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9484         * ggc-common.c (ggc_pending_trees): New variable.
9485         (ggc_mark_roots): Call ggc_mark_trees.
9486         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9487         the ggc_pending_trees.
9488         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9489         of ggc.h.
9490
9491 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9492
9493         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9494         GET_MODE_SIZE.
9495
9496 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9497
9498         * sh.c (sh_insn_length_adjustment): New function.
9499         * sh-protos.h (sh_insn_length_adjustment): Declare.
9500         * sh.h (ADJUST_INSN_LENGTH): Use it.
9501
9502 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9503
9504         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9505         from the insn where REG_RETVAL is added.
9506         (emit_no_conflict_block): Ditto.
9507
9508         * md.texi (Standard Names): Clarify when movX is needed.
9509
9510         * combine.c (simplify_comparison) [MINUS]: Do not replace
9511         all (op (minus A B) 0) with (op A B).
9512
9513 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9514                           J"orn Rennecke <amylaar@cygnus.co.uk>
9515
9516         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9517         (block_lump_real): Likewise.
9518
9519 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9520
9521         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9522         remaining non-zero debugging masks.
9523
9524 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9525
9526         * basic-block.h (verify_flow_info): Declare.
9527         (flow_loop_outside_edge_p): Declare.
9528         * flow.c (verify_flow_info): Remove declaration.
9529         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9530
9531 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9532
9533         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9534         not C++ comments.
9535
9536 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9537
9538         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9539         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9540         seqdi_zero_trunc+1): Allow splits only if registers are
9541         different.
9542
9543 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9544
9545         * acconfig.h: Add HAVE_GAS_HIDDEN.
9546         * config.in: Regenerated.
9547         * configure.in: Add test for .hidden pseudo-op in gas.
9548         * configure: Regenerated.
9549         * crtstuff.c: Include auto-host.h.
9550         Emit additional .hidden pseudo-op for __dso_handle if the
9551         assembler knows about it.
9552
9553 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9554
9555         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9556         before freeing argnames.
9557         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9558
9559 2000-04-05  Michael Meissner  <meissner@redhat.com>
9560
9561         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9562         Walton <jonboy@gordian.com> to make memory references with update
9563         work wtih -mregnames.
9564
9565 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9566
9567         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9568         (regrename_optimize): Rename variables `def_uses' and
9569         `ext_basic_blocks' to avoid conflicts with similarly named
9570         typedefs in traditional C.
9571
9572         * calls.c (initialize_argument_information): Fix typo in previous
9573         change.
9574
9575 2000-04-04  Richard Henderson  <rth@cygnus.com>
9576
9577         * regrename.c (consider_available): Test fixed_regs not
9578         PIC_OFFSET_TABLE_REGNUM.
9579
9580 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9581
9582         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9583         crtend.
9584         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9585         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9586         (ENDFILE_LINUX_SPEC): Always use crtend.
9587         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9588         (powerpc-*-linux-gnu): Likewise.
9589         * configure: Regenerate.
9590
9591         * config/rs6000/eabi.h: Don't include sysv4.h.
9592         (MULTILIB_DEFAULTS): Don't define.
9593         * config/rs6000/eabiaix.h: Don't include eabi.h.
9594         * config/rs6000/eabile.h: Delete.
9595         * config/rs6000/eabilesim.h: Delete.
9596         * config/rs6000/eabisim.h: Don't include eabi.h.
9597         * config/rs6000/linux.h: Don't include sysv4.h.
9598         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9599         (MULTILIB_DEFAULTS): Don't redefine.
9600         * config/rs6000/rtems.h: Don't include eabi.h.
9601         * config/rs6000/sol2.h: Don't include sysv4le.h.
9602         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9603         * config/rs6000/t-ppc: Delete.
9604         * config/rs6000/t-ppcgas: Correct comment.
9605         * config/rs6000/t-ppcos: Correct comment.  Don't build
9606         multilibs for -fPIC, rather use -fPIC -mstrict-align
9607         as default.
9608         * config/rs6000/t-ppc: Delete.
9609         * config/rs6000/vxppc.h: Don't include sysv4.h.
9610         * config/rs6000/vxppcle.h: Delete.
9611         * configure.in: Use multiple header files for p2pc ELF targets
9612         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9613         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9614         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9615         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9616         always available for these platforms.
9617
9618 2000-04-04  Richard Henderson  <rth@cygnus.com>
9619
9620         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9621
9622 2000-04-04  Stan Cox  <scox@cygnus.com>
9623
9624         * Makefile.in: Add rules for regrename.o
9625         * regrename.c: New file.
9626         * rtl.h (regrename_optimize): Add prototype.
9627         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9628         (compile_file, decode_d_option): Add support for -frename-registers.
9629         (rest_of_compilation): Call regrename_optimize.
9630         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9631         New macros.
9632
9633 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9634
9635         * Makefile (gccbug): New target.
9636         (doc): Depend on it.
9637         * gcc.texi (Bugs): Link subnodes.
9638         (gccbug): New node.
9639         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9640         Document severities, priorities, and classes in bug form.
9641
9642 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9643
9644         * cpplex.c (trigraph_map, speccase): Combine into single
9645         table, chartab.
9646         (NORMAL, NONTRI): New macros.
9647         (_cpp_read_and_prescan): Change to use unified table.  Use
9648         is_hspace to test for whitespace.
9649
9650         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9651         definition that doesn't provoke the "empty body in an
9652         if-statement" warning.
9653
9654 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9655
9656         * builtins.c (expand_builtin_strlen): Force the source to
9657         be a memory address.
9658
9659 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9660
9661         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9662
9663 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9664
9665         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9666          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9667         (ECF_IS_CONST): Rename to ECF_CONST.
9668         (special_function_p): Make static, change interface.
9669         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9670         (expand_call) ... here; convert number of variables to flags.
9671         (emit_library_call_vlue_1): Likewise.
9672         (setjmp_call_p): New function.
9673         (initialize_argument_information): Accepts flags as argument;
9674         return flags.
9675         (precompute_arguments): Likewise.
9676         * tree.h (special_function_p): Remove.
9677         (setjmp_call_p): Add prototype.
9678
9679 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9680
9681         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9682         so that addresses are offsetable by up to 16 bytes.
9683         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9684         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9685         offsetable.
9686
9687         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9688         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9689         (movsf): Don't force any constant to memory if target is integer
9690         hard register.
9691         Move fp_zero_operand check below the const0_rtx check.
9692         (movtf): Likewise. Also allow fp_zero_operand for stores into
9693         memory.
9694         (movdf): Likewise. Also allow fp_zero_operand for stores into
9695         memory and into integer hard registers.
9696         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9697         movdf_const_intreg_sp64): Remove.
9698         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9699         conditions.
9700         (movdf_no_e_insn_v9_sp32): New pattern.
9701         (movdf_insn_v9only): Remove.
9702         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9703         (movdf_insn_sp64): Remove.
9704         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9705         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9706         (following splits): Rewrite conditions. Add two new splits
9707         for storing 0.0 into memory and registers.
9708         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9709         (movtf_insn_sp32): Redo constraints and conditions.
9710         (movtf_insn_vis_sp32): New pattern.
9711         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9712         (movtf_insn_hq_sp64): Likewise.
9713         (movtf_insn_hq_vis_sp64): New pattern.
9714         (movtf_insn_sp64): Redo constraints and conditions.
9715         (movtf_insn_vis_sp64): New pattern.
9716         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9717         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9718         or memory.
9719         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9720         -mvis or -m64 to take down the number of various reload patterns.
9721
9722 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9723
9724         * pa/pa-64.h: New file.
9725         * pa/pa64-regs.h: New file.
9726         * pa/pa64-start.h: New file.
9727         * pa/t-pa64: New file.
9728         * pa/xm-pa64hpux.h: New file.
9729
9730 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9731
9732         * sparc.c (output_restore_regs): Prototype.
9733         (sparc_emit_float_lib_cmp): Constification.
9734
9735         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9736
9737         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9738         Prototype.
9739
9740         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9741         (get_value_hash, hash_rtx): Likewise.
9742
9743         * ssa.c (compute_conservative_reg_partition): Prototype.
9744
9745         * tree.c (mark_hash_entry): Prototype.
9746
9747 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9748
9749         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9750         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9751         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9752
9753         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9754         * objc/lang-specs.h: Likewise.
9755
9756 2000-04-03  Neil Booth  <NeilB@earthling.net>
9757
9758         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9759         and SYNTAX_ERROR2. Replace `' in messages with ''.
9760         (op_to_str): Make re-entrant.
9761         (_cpp_parse_expr): Implement new error macros. Use | rather
9762         than || to logically or 2 boolean integers.  Simply expression
9763         checking we have a left operand iff needed.
9764
9765 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9766
9767         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9768
9769 2000-04-03  Philip Blundell  <philb@gnu.org>
9770
9771         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9772
9773 2000-04-03  Felix Lee  <flee@cygnus.com>
9774
9775         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9776         (run_shell): Use it.
9777
9778 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9779
9780         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9781         (stmp-fixproto): ...rather than here.
9782
9783 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9784
9785         * pa.c (print_operand): Compute 'base' only inside the code paths
9786         that use it.
9787
9788 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9789
9790         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9791         CEIL_DIV_EXPR.
9792
9793 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9794
9795         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9796
9797 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9798
9799         * Makefile.in (alias.o): Depend on $(TREE_H).
9800
9801 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9802
9803         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9804         processing C++.
9805         * cpplib.c (_cpp_handle_directive): Improve warnings for
9806         traditional C and indented directives.
9807
9808         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9809         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9810         fixinc/inclhack.def: Indent the # of #include_next one space.
9811         * cp/rtti.c: Un-indent #if and #endif.
9812
9813         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9814         syntax error, but an error has already been printed.
9815         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9816         message when called with nothing remaining on the line.
9817         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9818         OTHER token, not an ASSERTION.
9819         * cpplib.c (do_assert): When we create a 'base' node, clear
9820         its aschain pointer.
9821
9822 2000-04-02  Neil Booth <NeilB@earthling.net>
9823
9824         * cppexp.c:  New typedef op_t.  struct operation and struct
9825         token updated to use it.
9826         (op_to_str): New function.
9827         (_cpp_parse_expr): Error messages modified to use op_to_str.
9828
9829 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9830
9831         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9832         before checking MUST_PASS_IN_STACK.
9833
9834 2000-04-02  Neil Booth <NeilB@earthling.net>
9835
9836         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9837         flags and initial priority into a single constant.  New
9838         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9839         (_parse_cpp_expr): Implement new constants.  Take left operand
9840         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9841         parse indicated by reducing FINISHED token.  Remove new lines
9842         from cpp_error messages.
9843
9844 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9845
9846         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9847         permanent obstack.
9848
9849 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9850
9851         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9852         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9853         the strings and function names on the fly.  Take the #sccs
9854         entry out of the table if SCCS_DIRECTIVE is not defined.
9855         (_cpp_handle_directive): Decide if the # was at the beginning
9856         of the line here.  Issue -pedantic warnings for extended
9857         directives here.  Warn about K+R directives with the #
9858         indented, and C89/extended directives with the # not indented,
9859         here.
9860         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9861         do_assert, do_unassert): Don't issue pedantic warning here.
9862
9863         * cpphash.h: Add CPP_WTRADITIONAL macro.
9864         * cpplib.h (struct cpp_options): Rename warn_stringify to
9865         warn_traditional; update comments.
9866         * cppinit.c (handle_option): Set warn_traditional not
9867         warn_stringify.
9868         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9869         CPP_WTRADITIONAL (pfile).
9870         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9871         be ignored in -traditional mode here.
9872
9873         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9874         to initialize speccase[] and trigraph_map[].  Delete all
9875         references to pfile->input_speccase.  Always treat '?' as a
9876         special character.  Remove table-initialization code from
9877         _cpp_init_input_buffer.
9878
9879         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9880         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9881
9882 2000-04-01  Richard Henderson  <rth@cygnus.com>
9883
9884         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9885         (mostlyclean): Likewise.
9886
9887         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9888         (struct dump_file_info, enum dump_file_index, dump_file): New.
9889         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9890         not a string.  Clean out file if we havn't yet done so.  Do nothing
9891         if the dump isn't enabled.
9892         (close_dump_file): Do nothing if the dump isn't open.  Dump
9893         graph data if requested.
9894         (dump_rtl, clean_dump_file): Remove.
9895         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9896         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9897         .combine dump if optimizing.  Iterate over dump_file to finalize the
9898         graph dumps.
9899         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9900         Convert all uses of dump_rtl.
9901         (decode_d_option): Iterate over dump_file to implement 'a' and to
9902         locate pass-specific dumps.
9903
9904 2000-04-01  Neil Booth <NeilB@earthling.net>
9905
9906         * cppexp.c: Redefine priority constants.
9907         (_cpp_parse_expr): Replace left and right priority scheme with
9908         single priority logic.  Move LOGICAL to same place as COMPARE.
9909         Remove bogus check for multiple unary +/- operators.
9910
9911 2000-04-01  Neil Booth <NeilB@earthling.net>
9912
9913         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9914         within the switch statement.  Binary operations break out of
9915         the switch naturally.  '(' tokens handled by forcing
9916         immediate shift.  ')' handled by forcing immediate reduce to
9917         the previous '('.  New error messages.
9918
9919 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9920
9921         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9922         part', it's already in use.  Use %K instead.  Add a return at the
9923         end of what is now %K.
9924         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9925
9926 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9927
9928         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9929         allocate_dynamic_stack_space.
9930         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9931         update stack_pointer_delta; do not update arg_size_so_far.
9932         (compute_argument_block_size): Use stack_delta instead of
9933         stack_pointer_pending and arg_size_so_far.
9934         (expand_call): Add sanity checking for stack_pointer_delta;
9935         save and restore stack_pointer_delta for SIB, use
9936         stack_pointer_delta for alignment; do not update arg_space_so_far.
9937         (emit_library_call_value): Use stack_pointer_delta for alignment.
9938         (store_one_arg): Do not update arg_space_so_far.
9939         * explow.c (adjust_stack, anti_adjust_stack): Update
9940         stack_pointer_delta.
9941         (allocate_dynamic_stack_space): Add sanity checking for
9942         stack_pointer_delta.
9943         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9944         stack_pointer_delta.
9945         (emit_push_insn): Update stack_pointer_delta.
9946         * function.h (struct expr_status): Add x_stack_pointer_delta;
9947         remove x_arg_space_so_far.
9948         (arg_space_so_far): Remove.
9949         (stack_pointer_delta): New macro.
9950
9951 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9952
9953         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9954         Reorder struct cpp_options and struct cpp_reader for better
9955         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9956         takes two args.  Change all 'char' flags to 'unsigned char'.
9957         Move show_column flag into struct cpp_options.  Don't
9958         prototype cpp_options_init.
9959         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9960         cppinit.c, cpplex.c, cpplib.c:
9961         Replace CPP_OPTIONS (pfile)->whatever with
9962         CPP_OPTION (pfile, whatever), and likewise for
9963         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9964
9965         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9966         Extract CPP_OPTION (pfile, pending) and work with that
9967         directly.
9968         (cpp_options_init): Delete.
9969         (cpp_reader_init): Turn on on-by-default options here.
9970         Allocate the pending structure here.
9971         (cl_options, enum opt_code): Define these from the same table,
9972         kept in a large macro.  Add -fshow-column and -fno-show-column
9973         options.
9974
9975         * cpperror.c (v_message): If show_column is off, don't print
9976         the column number.
9977
9978         * cppmain.c: Update for new interface.
9979         * fix-header.c: Likewise.
9980
9981 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9982
9983         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9984         definition.
9985         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9986         are passed to any invocation of AR_FOR_TARGET.
9987         (AR_CREATE_FOR_TARGET): New macro.
9988         (AR_EXTRACT_FOR_TARGET): New macro.
9989         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9990         AR_EXTRACT_FOR_TARGET.
9991         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9992         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9993         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9994         AR_EXTRACT_FOR_TARGET to sub-makes.
9995
9996 2000-03-31  Neil Booth <NeilB@earthling.net>
9997
9998         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9999         PAREN_INNER_PRIO.
10000         (_cpp_parse_expr): Check for multiple unary +/- operators.
10001         Correct priorities of ':' and '?'.  Treat ')' as having a
10002         value.  Ensure conditional expression is not void.
10003
10004 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
10005
10006         * alias.c (canon_rtx): Make it global.
10007         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
10008         equality.
10009         * cse.c (struct table_elt): Add canon_exp.
10010         (insert): Clear it.
10011         (invalidate): Canonicalize expressions only once.
10012         * rtl.h (canon_rtx): Declare.
10013
10014 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
10015
10016         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
10017         * alias.c (reg_known_value): Add comments.
10018         (init_alias_analysis): Likewise.
10019         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
10020         address.
10021         (cse_basic_block): Fix typo in comment.
10022         * emit-rtl.c: Include hashtab.h.
10023         (const_int_htab): New variable.
10024         (const_int_htab_hash): New function.
10025         (const_int_htab_eq): Likewise.
10026         (rtx_htab_mark_1): Likewise.
10027         (rtx_htab_mark): Likewise.
10028         (gen_rtx_CONST_INT): Cache all CONST_INTs.
10029         (unshare_all_rtx): Fix formatting.
10030         (init_emit_once): Initialize const_int_htab.
10031         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
10032         address.
10033         * rtl.texi: Document the fact that all CONST_INTs with the same
10034         value are shared.
10035
10036 2000-03-30  Richard Henderson  <rth@cygnus.com>
10037
10038         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
10039
10040 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
10041
10042         * configure.in: Comment out --enable-c-cpplib stanza.
10043         * configure: Regenerate.
10044
10045 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10046
10047         * expr.c (store_constructor): Properly compute displacement and
10048         alignment when offset is variable.
10049
10050         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
10051         cases of alignment in bytes.
10052
10053 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
10054
10055         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
10056         since it is used to generate c-parse.y.
10057         * objc-parse.c, objc-parse.y: Regenerated.
10058
10059         * function.c (expand_function_end): Pass alignment argument to
10060         emit_block_move in bits, not bytes.
10061
10062 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10063
10064         * expr.c (move_by_pieces_ninsns): Fix one more missing align
10065         correction.
10066
10067         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
10068
10069         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
10070         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
10071         * function.c (assign_parms): Likewise.
10072         * integrate.c (expand_inline_function): Likewise.
10073         * stmt.c (expand_decl): Likewise.
10074         (copy_rtx_and_substitute): Likewise.
10075         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
10076         (clear_by_pieces): Fix error in last change.
10077         * emit-rtl.c (init_emit): Set known registers alignment in bits.
10078         * function.h (regno_pointer_align): Now unsigned.
10079         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
10080         is in bits.
10081         * config/i386/i386.c (aligned_operand): Likewise.
10082         * config/sparc/sparc.c (mem_min_alignment): Likewise.
10083         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
10084         (unaligned_memory_operand): Likewise.
10085         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
10086         Also make alignments and sizes unsigned and some whitespace cleanup.
10087         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
10088
10089         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
10090         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
10091         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
10092         (expand_builtin_memset): Likewise, but to clear_storage.
10093         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
10094         (restore_fixed_argument_area): Likewise.
10095         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
10096         (load_register_parameters): Likewise, to emit_group_load.
10097         (expand_call): Likewise, to emit_group_store and emit_block_move.
10098         (emit_library_call_value_1): Likewise, to emit_block_move.
10099         (store_one_arg): Likewise, and to emit_push_insn.
10100         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
10101         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
10102         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
10103         (emit_block_move, emit_group_load, emit_group_store): Likewise.
10104         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
10105         (expand_assigment, store_expr, store_constructor_field): Likewise.
10106         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
10107         (store_constructor, store_field, get_inner_reference): Likewise.
10108         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
10109         (expand_expr, case COMPONENT_REF): Likewise.
10110         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
10111         and positions; reindent code.
10112         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
10113         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
10114         (assign_parms): Likewise to emit_group_store.
10115         * optabs.c (prepare_cmp_insn): Alignment is in bits.
10116         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
10117         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
10118         (expand_return): Likewise to {extract,store}_bit_field.
10119         * stor-layout.c (get_mode_alignment): Minor cleanup.
10120         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
10121         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
10122
10123 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10124
10125         * config/arm/arm.h: Undo effects of previous delta:
10126         (ASM_SPEC): Do not define.
10127         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
10128
10129         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
10130         typo.
10131
10132 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10133
10134         * cppinit.c (cpp_start_read): Call initialize_dependency_output
10135         only after reading in the primary source file.
10136
10137 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
10138
10139         * c-common.c (c_common_nodes_and_builtins): The first parameter to
10140         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
10141         or a reference to a va_list.
10142         * builtins.c (stabilize_va_list): Simplify now we don't have to
10143         work around C array address decay.
10144         * c-typeck.c (convert_for_assignment): Handle assignment to
10145         a reference parameter by taking the address of the RHS.
10146         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
10147         (va_copy): Likewise.
10148         (__va_copy): Likewise.
10149         * ginclude/varargs.h (va_start): Likewise.
10150         (__va_copy): Likewise.
10151
10152 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
10153
10154         * i386/djgpp.h: Remove extraneous "+".
10155
10156         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
10157
10158         * calls.c (expand_call): Fix typo in last change.
10159
10160 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10161
10162         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
10163         been expanded.
10164
10165 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10166
10167         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
10168         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
10169         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
10170         * tree.c (bit_position, byte_position): Likewise.
10171         * tree.h: Declare new functions.
10172
10173 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10174
10175         * config/arm/arm.c: Minor formatting changes/
10176         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
10177         already defined.
10178         (ASM_SPEC): Define if not already defined.
10179
10180 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10181
10182         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
10183         _cpp_calc_hash.
10184
10185 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
10186
10187         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
10188         value, don't output it as unsigned.
10189
10190 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
10191
10192         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
10193
10194 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10195
10196         * c-common.c (c_common_nodes_and_builtins): Don't special case
10197         cplus_mode when declaring builtin bzero/bcmp, always avoid
10198         prototype arguments.
10199
10200 2000-03-29  Bruce Korb  <bkorb@gnu.org>
10201
10202         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
10203         to a non-file
10204
10205 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10206
10207         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
10208         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
10209         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
10210         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
10211         (save_fixed_argument_area, restore_fixed_argument_area):
10212         conditionize by #ifdef REG_PARM_STACK_SPACE only.
10213         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
10214         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
10215         (precompute_register_parameters): Avoid #ifdefs on
10216         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
10217         (stire_one_args): Likewise.
10218         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
10219         (emit_library_call_value_1): Likewise.
10220         (compute_argument_block_size): Align to STACK_BOUNDARY only for
10221         ACCUMULATE_OUTGOING_ARGS.
10222         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
10223         value.
10224         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
10225         (use_crosses_set_p): Likewise.
10226         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
10227         #define ACCUMULATE_OUTGOING_ARGS 1.
10228         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
10229         frames.
10230         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
10231         constants.
10232         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
10233         (TARGET_SWITCHES): Add push-args, no-push-args,
10234         accumulate-outgoing-args and no-accumulate-outgoing-args.
10235         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
10236         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
10237         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
10238         and PUSH_ROUNDING.
10239         (emit_push_insn): Likewise.
10240         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10241         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
10242         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10243         (STACK_DYNAMIC_OFFSET): Define correctly for both
10244         ACCUMULATE_OUTGOING_ARGS and normal mode.
10245         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
10246         * tm.texi (PUSH_ARGS): Document.
10247         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
10248
10249 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10250
10251         * flags.h (flag_optimize_sibling_calls): Declare.
10252         * calls.c (expand_call): Fail sibcall when
10253         !flag_optimize_sibling_calls
10254         * invoke.texi (flag_optimize_sibling_calls): Document.
10255         * toplev.c (flag_optimize_sibling_calls): New global variable.
10256         (f_options): Add flag_optimize_sibling_calls.
10257         (rest_of_compilation): Conditionize
10258         optimize_sibling_and_tail_recursive_calls by
10259         flag_optimize_sibling_calls.
10260         (main): Set flag_optimize_sibling_calls for -O2.
10261         * stmt.c (expand_return): Conditionize tail recursion by
10262         flag_optimize_sibling_calls.
10263
10264 2000-03-29  Richard Henderson  <rth@cygnus.com>
10265
10266         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
10267         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
10268
10269 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
10270
10271         * except.c (add_eh_table_entry): Mark type_info's as referenced.
10272
10273 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10274
10275         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
10276         is given.
10277         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
10278         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
10279         * config/rs6000/aix.h: then modified likewise.
10280
10281 2000-03-28  Richard Henderson  <rth@cygnus.com>
10282
10283         * rtl.h: Redistribute enum reg_note documentation.
10284         Kill trailing whitespace.
10285         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
10286         Kill trailing whitespace.
10287
10288 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
10289
10290         * cppfiles.c (hash_IHASH): Just return i->hash.
10291         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
10292         htab_find_with_hash.
10293         (cpp_read_file): Likewise.
10294         (find_include_file): Likewise.  Properly initialize
10295         ih->nshort.  Share ih->name and ih->nshort if possible.
10296         * cpphash.c (_cpp_calc_hash): New function.
10297         (hash_HASHNODE): Just return h->hash.
10298         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
10299         htab_find_with_hash.
10300         * cpphash.h: Prototype _cpp_calc_hash.
10301         * cppinit.c (initialize_builtins): Provide a valid hash
10302         to _cpp_make_hashnode, using _cpp_calc_hash.
10303
10304         * cpphash.c (collect_expansion): # is not a special character
10305         in object-like macros.  In -traditional mode, /**/ is not
10306         token paste at the beginning or end of the line.
10307         * cpplib.c (do_include, do_import, do_include_next): If
10308         parse_include fails, return immediately.
10309
10310 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
10311
10312         * config/arm/arm.md (return peepholes): Update to reflect the new
10313         call insn patterns.
10314         * config/arm/arm.c (arm_volatile_func): Also check
10315         current_function_nothrow.
10316         (output_return_instruction, output_func_prologue): Use it.
10317         (arm_output_epilogue, arm_expand_prologue): Likewise.
10318
10319 2000-03-27  Tom Tromey  <tromey@cygnus.com>
10320
10321         * gcc.c (handle_braces): In {x*...} case, break out of loop if
10322         switch is found.
10323
10324 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10325
10326         * expr.c (store_constructor): SIZE now signed.
10327         For EXPR_SIZE, don't evaluate size; just needed if constant.
10328         * fold-const.c (fold): Fix a number of cases when folded tree is
10329         wrong type.
10330         * function.c (flush_addressof): Reenable.
10331         * tree.h (flush_addressof): Likewise.
10332         * toplev.c (independent_decode_option): Look at strings_processed.
10333         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
10334
10335 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
10336
10337         * sibcall.c (indentify_call_return_value): Find last call in the chain;
10338         Allow stack adjustment after function call.
10339
10340         * regmove.c (struct csa_memlist): Make mem field rtx *.
10341         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
10342         (try_apply_stack_adjustment): Replace whole MEM rtx.
10343         (combine_stack_adjustments_for_block): Update calls
10344         to record_one_stack_ref.
10345
10346 2000-03-28  Neil Booth  <NeilB@earthling.net>
10347
10348         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
10349         '\\' rather than a null character, so nulls are not special.  Fix
10350         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
10351         speed trigraph conversion.
10352         (_cpp_init_input_buffer): Initialize trigraph map.
10353
10354 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
10355
10356         * config/i386/i386.c (output_387_binary_op): Correct intel
10357         mode assembly output, and add spaces after commas in AT&T
10358         output.  Correct Unixware assembler comment.  Document input
10359         constraints.  Comment fp operations.  Reduce profligate buffer
10360         size.  Remove extraneous abort.  Localize temp var.
10361         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
10362         (output_fix_trunc): Add spaces after commas in assembly output.
10363
10364 2000-03-27  Richard Henderson  <rth@cygnus.com>
10365
10366         * i386-protos.h (ix86_match_ccmode): Declare.
10367         * i386.c (ix86_match_ccmode): New.
10368         (ix86_expand_fp_compare): Update for pattern renames.
10369         (ix86_expand_strlensi_unroll_1): Likewise.
10370         * i386.h (EXTRA_CC_MODES): Add CCZ.
10371         (SELECT_CC_MODE): Use it for EQ/NE zero.
10372         * i386.md (cmpsi_ccz_1): New.
10373         (cmpqi_ccz_1): New.
10374         (*testsi_ccz_1): New.
10375         (testqi_ccz_1): New.
10376         (cmpsi_ccno_1): Rename from cmpsi_0.
10377         (testsi_ccno_1): Rename from testsi_1.
10378         (testqi_ccno_1): Rename from testqi_1.
10379         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
10380         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
10381         (*cmphi_0): Use ix86_match_ccmode.
10382         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
10383         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
10384         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
10385         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
10386         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
10387         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
10388         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
10389         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
10390         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
10391         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
10392         (appropriate peepholes): Likewise.
10393         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
10394         (*subsi_3, *subhi_3, *subqi_3): Remove.
10395         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
10396         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
10397         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
10398         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
10399         (x86_shift_adj_1): Use CCZ.
10400         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
10401
10402 2000-03-27  Stan Cox  <scox@cygnus.com>
10403
10404         * resource.h (mark_resource_type): New.
10405         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
10406         find_free_register): Use mark_resource_type.
10407         (mark_set_resources): Change include_delayed_effects
10408         to mark_resource_type.
10409         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10410         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10411         Use mark_resource_type.
10412
10413 2000-03-27  Richard Henderson  <rth@cygnus.com>
10414
10415         * i386.md (call_pop_0, call_value_pop_0): New.
10416         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10417         (call_value_pop_1): Likewise.
10418         (call_0, call_value_0): New.
10419         (call_1, call_value_1): Remove constraint from unused arg.
10420
10421 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10422
10423         * invoke.texi (Spec Files): Document new spec % command created by
10424         Tom Tromey's recent patch.
10425
10426 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10427
10428         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10429         if not defined.
10430
10431 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10432
10433         * expr.c (expand_assignment): Fix typo in last change.
10434
10435         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10436
10437 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10438
10439         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10440         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10441         and DECL_INLINE if FUNCTION_DECL.
10442         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10443         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10444         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10445         (combine_parm_decls): Likewise.
10446         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10447         * print-tree.c (print_node): Likewise.
10448         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10449         DECL_TRANSPARENT_UNION on proper decl types.
10450         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10451         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10452         DECL_BIT_FIELD of FIELD_DECL.
10453         * tree.h (DECL_RESULT_FLD): New macro.
10454
10455         * expr.c (expand_assignment): Add code to handle variable-sized
10456         BLKmode case.
10457
10458 2000-03-26  Richard Henderson  <rth@cygnus.com>
10459
10460         * calls.c (expand_call): Pass parms not original exp to
10461         optimize_tail_recursion.  Mind return value instead of looking
10462         for a barrier.
10463         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10464         call_expr.  Move checks for call_expr and current_function_decl ...
10465         (expand_return): ... here.
10466
10467 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10468
10469         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10470         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10471         defines.
10472         (process_command): Use them.
10473         (check_live_switch): Likewise.
10474         (give_switch): Skip ignored switches.
10475
10476 2000-03-26  Jan Hubicka  <jh@suse.cz>
10477
10478         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10479         for minimal jump pass test.
10480
10481 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10482
10483         * integrate.c (function_cannot_inline_p): Do inline functions that
10484         return `void'.
10485
10486 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10487
10488         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10489         now a list of TREE_LIST entries, not types.
10490         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10491
10492         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10493         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10494         int_bit_position.
10495         * config/mips/mips.c (function_arg): Likewise; also remove cast
10496         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10497         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10498         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10499         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10500         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10501         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10502         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10503         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10504         num_adjusts now unsigned.
10505         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10506         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10507         NREGS now unsigned.
10508         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10509         as is BITPOS variable; use host_integerp and int_bit_position.
10510         (function_arg_record_value_2): Likewise.
10511         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10512         Variable REGNO now unsigned.
10513         (function_arg_record_value): NREGS now unsigned.
10514
10515 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10516
10517         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10518
10519 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10520
10521         * Rework fields used to describe positions of bitfields and
10522         modify sizes to be unsigned and use HOST_WIDE_INT.
10523         * alias.c (reg_known_value_size): Now unsigned.
10524         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10525         (really_start_incremental_init): Use bitsize_zero_node.
10526         (push_init_level, pop_init_level, output_init_element): Likewise.
10527         Use bitsize_unit_node and bitsize_one_node.
10528         (output_pending_init_elements, process_init_element): Likewise.
10529         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10530         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10531         HOST_WIDE_INT, respectively.
10532         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10533         (num_sign_bit_copies): Returns unsigned.
10534         BITWIDTH now unsigned; rework arithmetic.
10535         Remove recursive call from arg to MAX.
10536         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10537         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10538         REGNO now unsigned.
10539         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10540         (find_split_point, expand_compound_operation, make_extraction): LEN
10541         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10542         (make_field_assignment): Likewise.
10543         (combine_simplify_rtx): Add cast.
10544         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10545         (force_to_mode): WIDTH now unsigned; add cast.
10546         (if_then_else_cond): SIZE now unsigned.
10547         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10548         (extended_count): Now returns unsigned.
10549         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10550         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10551         (simplify_comparison): MODE_WIDTH now unsigned.
10552         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10553         (mark_used_regs_combine): Likewise; rework arithmetic.
10554         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10555         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10556         (record_promoted_value): REGNO now unsigned.
10557         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10558         (get_last_value): REGNO now unsigned.
10559         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10560         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10561         (remove_death): Arg REGNO now unsigned.
10562         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10563         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10564         now unsigned.
10565         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10566         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10567         (struct cse_reg_info): REGNO now unsigned.
10568         (cached_regno): Now unsigned.
10569         (REGNO_QTY_VALID_P): Add cast.
10570         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10571         (remove_invalid_regs): Likewise.
10572         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10573         as are variables END and I.
10574         (get_cse_reg_info, insert): Likewise.
10575         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10576         (canon_hash): Likewise.
10577         (insert_regs, lookup_for_remove): REGNO now unsigned.
10578         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10579         New variable RN.
10580         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10581         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10582         * emit-rtl.c (subreg_realpart_p): Add cast.
10583         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10584         (operand_subword_force): Arg I is now unsigned.
10585         * except.c (eh_regs): Variable I is now unsigned.
10586         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10587         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10588         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10589         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10590         (extract_split_bit_field, store_bit_field, extract_bit_field):
10591         Likewise.
10592         * expr.c (store_constructor_fields, store_constructor, store_field):
10593         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10594         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10595         (do_jump): Likewise.
10596         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10597         MAX_SIZE is now unsigned.
10598         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10599         (emit_group_store): Likewise.
10600         (emit_move_insn): I now unsigned.
10601         (store_constructor): Use host_integerp, tree_low_cst, and
10602         bitsize_unit_node.
10603         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10604         Rework all calculations to use trees and new fields.
10605         * expr.h (promoted_input_arg): Regno now unsigned.
10606         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10607         (mark_seen_cases): Arg is HOST_WIDE_INT.
10608         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10609         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10610         precisions and alignments are unsigned.
10611         (optimize_bit_field_compare, fold_truthop): Likewise.
10612         (int_const_binop): Adjust threshold for size_int_type_wide call.
10613         (fold_convert): Likewise.
10614         (size_int_type_wide): Make table larger and fix thinko that only
10615         had half of table used.
10616         (all_ones_mask_p, fold): Precisions are unsigned.
10617         * function.c (put_reg_info_stack): REGNO is unsigned.
10618         (instantiate_decl): Size is HOST_WIDE_INT.
10619         (instantiate_virtual_regs): I is unsigned.
10620         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10621         (promoted_input_arg): REGNO is unsigned.
10622         * function.h (struct function): x_max_parm_reg is now unsigned.
10623         * gcse.c (max_gcse_regno): Now unsigned.
10624         (struct null_pointer_info): min_reg and max_reg now unsigned.
10625         (lookup_set, next_set): REGNO arg now unsigned.
10626         (compute_hash_table): REGNO and I now unsigned.
10627         (handle_avail_expr): regnum_for_replacing now unsigned.
10628         (cprop_insn): REGNO now unsigned.
10629         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10630         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10631         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10632         * hard-reg-set.h (reg_class_size): Now unsigned.
10633         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10634         * jump.c (mark_modified_reg): I now unsigned; add cast.
10635         (rtx_equal_for_thread_p): Add cast.
10636         * loop.c (max_reg_before_loop): Now unsigned.
10637         (struct_movable): REGNO now unsigned.
10638         (try_copy_prop): REGNO arg unsigned.
10639         (regs_match_p): XN and YN now unsigned.
10640         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10641         (strength_reduce): Likewise; NREGS also unsigned.
10642         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10643         * loop.h (struct iv_class): REGNO now unsigned.
10644         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10645         Now unsigned.
10646         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10647         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10648         * optabs.c (expand_binop): I and NWORDS now unsigned.
10649         (expand_unop): I now unsigned.
10650         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10651         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10652         * real.c (significand_size): Now returns unsigned.
10653         * real.h (significand_size): Likewise.
10654         * regclass.c (reg_class_size): Now unsigned.
10655         (choose_hard_reg_mode): Both operands now unsigned.
10656         (record_reg_classes): REGNO and NR now unsigned.
10657         (reg_scan): NREGS now unsigned.
10658         (reg_scan_update): old_max_regno now unsigned.
10659         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10660         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10661         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10662         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10663         Likewise for variable R.
10664         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10665         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10666         (find_equiv_reg): Add casts.
10667         (regno_clobbered_p): Arg REGNO now unsigned.
10668         * reload.h (struct reload): NREGS now unsigned.
10669         (refers_to_regno_for_reload_p): Regno args are unsigned.
10670         (regno_clobbered_p): Likewise.
10671         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10672         (compute_use_by_pseudos): REGNO now unsigned.
10673         (find_reg): I and J now unsigned, new variable K, and change loop
10674         variables accordingly; THIS_NREGS now unsigned.
10675         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10676         (spill_hard_reg): REGNO arg now unsigned; add casts.
10677         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10678         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10679         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10680         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10681         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10682         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10683         (emit_reload_insns): REGNO now unsigned.
10684         (reload_cse_move2add): Add cast.
10685         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10686         and rework loop.
10687         * resource.c (mark_referenced_resources, mark_set_resources): New
10688         variable R; REGNO and LAST_REGNO now unsigned.
10689         (mark_target_live_regs): J and REGNO now unsigned.
10690         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10691         * rtl.h (union rtunion_def): New field rtuint.
10692         (XCUINT): New macro.
10693         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10694         (operand_subword, operand_subword_force): Word number is unsigned.
10695         (choose_hard_reg_mode): Operands are unsigned.
10696         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10697         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10698         (regno_use_in, combine_instructions, remove_death): Likewise.
10699         (reg_scan, reg_scan_update): Likewise.
10700         (extended_count): Return is unsigned.
10701         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10702         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10703         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10704         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10705         (reg_reg_last_1): FIRS and LAST now unsigned.
10706         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10707         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10708         now unsigned.
10709         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10710         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10711         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10712         (replace_regs): Arg NREGS now unsigned.
10713         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10714         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10715         (simplify_binary_operation): Likewise.
10716         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10717         THIS_LAST now unsigned.
10718         (cselib_record_set): Add cast.
10719         * ssa.c (ssa_max_reg_num): Now unsigned.
10720         (rename_block): REGNO now unsigned.
10721         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10722         sizes now unsigned.
10723         (all_cases_count): Just return -1 not -2.
10724         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10725         Rework tests to use trees whenever possible.
10726         Use host_integerp and tree_low_cst.
10727         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10728         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10729         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10730         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10731         (smallest_mode_for_size): Likewise.
10732         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10733         KNOWN_ALIGN is now an alignment, so simplify code.
10734         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10735         (start_record_layout): Renamed from new_record_layout_info.
10736         Update to new fields.
10737         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10738         New functions.
10739         (place_union_field): Renamed from layout_union_field.
10740         Update to use new fields in rli.
10741         (place_field): Renamed from layout_field.
10742         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10743         (finalize_record_size): Rework to use new fields in rli and handle
10744         union.
10745         (compute_record_mode): Rework to simplify and to use new DECL fields.
10746         (finalize_type_size): Make rounding more consistent.
10747         (finish_union_layout): Deleted.
10748         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10749         (layout_type, case RECORD_TYPE): Call new function names.
10750         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10751         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10752         (get_best_mode): UNIT is now unsigned; remove casts.
10753         * tree.c (bit_position): Compute from new fields.
10754         (byte_position, int_byte_position): New functions.
10755         (print_type_hash_statistics): Cast to remove warning.
10756         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10757         (build_index_type): Likewise; make subtype of sizetype.
10758         (build_index_2_type): Pass sizetype to build_range_type.
10759         (build_common_tree_nodes): Use size_int and bitsize_int to
10760         initialize nodes; add bitsize_{zero,one,unit}_node.
10761         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10762         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10763         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10764         (DECL_FIELD_BITPOS): Deleted.
10765         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10766         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10767         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10768         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10769         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10770         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10771         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10772         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10773         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10774         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10775         (DECL_ALIGN): Adjust to new field in union.
10776         (DECL_OFFSET_ALIGN): New field.
10777         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10778         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10779         (union tree_decl): Add struct for both aligns.
10780         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10781         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10782         (struct record_layout_info): Rework fields to have offset
10783         alignment and byte and bit position.
10784         (start_record_layout, place_field): Renamed from old names.
10785         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10786         (byte_position, int_byte_position): Likewise.
10787         (get_inner_reference): Change types of position and length.
10788         * unroll.c (unroll_loop): New variable R; use for some loops.
10789         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10790         (calculate_giv_inc): Arg REGNO now unsigned.
10791         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10792         * varasm.c (assemble_variable): Clean up handling of size using
10793         host_integerp and tree_low_cst.
10794         (decode_addr_const): Use byte, not bit, position.
10795         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10796         use tree_low_cst and int_bit_position.
10797         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10798
10799 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10800
10801         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10802         (reorder_block_def): New members eff_head and eff_end.
10803         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10804         (verify_insn_chain): New function.
10805         (skip_insns_between_block): Add code to skip deleted insns.
10806         Check for note before using.
10807         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10808         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10809         Check for note before using.
10810         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10811         (fixup_reorder_chain): Restructure, clean up, defect removal.
10812         (reorder_basic_blocks): Remove last_insn and references to it.
10813         Moved insn chain verification code into a new function (see above).
10814         Delete defective code that sets last insn.
10815         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10816         all blocks.
10817
10818 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10819
10820         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10821
10822 2000-03-24  Richard Henderson  <rth@cygnus.com>
10823
10824         * tree.c (lang_safe_for_unsave): Remove.
10825         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10826         allowing for two levels of unsafeness.  Remove lang hook.
10827         * tree.h: Update declarations.
10828         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10829         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10830         Always fail sibcalls when there are pending cleanups.
10831
10832 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10833
10834         * flow.c (propagate_block): When we delete an ADDR_VEC,
10835         also delete the BARRIER following it if there is one.
10836
10837 2000-03-24  Richard Henderson  <rth@cygnus.com>
10838
10839         * builtins.c (expand_builtin_bzero): Convert `length' argument
10840         to sizetype.
10841
10842 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10843
10844         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10845         comparison if regno's are equal.
10846         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10847         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10848         (expand_call): Update caller.
10849         Avoid making a sibling call if argument size of the callee is larger
10850         than argument size of the caller.
10851         Call hard_function_value with outgoing set if in sibcall pass.
10852         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10853
10854         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10855         Change LEAF_REGISTERS from an array initializer to actual array
10856         identifier. Move static global variable into the function.
10857         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10858         sequences for leaf functions.
10859         * global.c (global_alloc): Likewise.
10860         * tm.texi (LEAF_REGISTERS): Update documentation.
10861
10862         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10863         TARGET_FLAT leaf disabling hack.
10864         (LEAF_REGISTERS): Changed from an array initializer to actual array
10865         identifier to avoid duplication and remove the above hack.
10866         (FUNCTION_OK_FOR_SIBCALL): Define.
10867         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10868         always like call attribute.
10869         (eligible_for_sibcall_delay): New attribute.
10870         (sibcall): New delay type.
10871         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10872         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10873         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10874         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10875         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10876         New functions.
10877         (output_function_epilogue): Move part of the code into
10878         output_restore_regs.
10879         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10880         TYPE_SIBCALL.
10881         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10882         prototypes.
10883
10884         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10885         until infrastructure is finished.
10886
10887 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10888
10889         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10890         (save_parm_insns): Not here.
10891
10892 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10893
10894         * builtins.c (expand_builtin_bzero): New function.
10895         (expand_builtin): Handle bzero.
10896
10897         * builtins.def: Add BUILT_IN_BZERO.
10898
10899         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10900         prototype & function for bzero.
10901
10902 2000-03-23  Michael Meissner  <meissner@redhat.com>
10903
10904         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10905         change adding TARGET_FP to the TF floating point insns, except for
10906         trunctfsf2, which generates direct calls to truncdfsf2.
10907
10908 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10909
10910         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10911         try to protect against middle-end changes that break binary
10912         compatibility.
10913         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10914
10915 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10916
10917         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10918
10919 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10920
10921         * calls.c (expand_call): If TARGET is passed by reference and
10922         is readonly, write a CLOBBER.
10923
10924 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10925
10926         * builtins.c (expand_builtin): Handle bcmp.
10927
10928         * builtins.def: Add BUILT_IN_BCMP.
10929
10930         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10931         prototype & function for bcmp.
10932
10933 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10934
10935         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10936         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10937         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10938
10939 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10940
10941         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10942         alternative when using -fp64 -gp32.
10943
10944 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10945
10946         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10947         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10948         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10949
10950         * frame.h (frame_state): Revert last change.
10951         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10952         * libgcc2.c (throw_helper): Revert last change.
10953
10954 2000-03-22  Richard Henderson  <rth@cygnus.com>
10955
10956         * stmt.c (expand_asm_operands): Don't promote the temporary.
10957
10958 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10959
10960         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10961         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10962           c_get_alias_set): Likewise.
10963         * c-decl.c (duplicate_decls): Likewise.
10964         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10965         * calls.c (initialize_argument_information): Likewise.
10966         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10967         Likewise.
10968         * dwarfout.c (decl_class_context,output_type): Likewise.
10969         * expr.c (get_inner_reference): Likewise.
10970         * fold-const.c (simple_operand_p,fold): Likewise.
10971         * function.c (aggregate_value_p): Likewise.
10972         * stmt.c (expand_asm_operands): Likewise.
10973         * varasm.c (named_section): Likewise.
10974
10975 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10976
10977         Implement dwarf2 exception handling for the ARM.
10978         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10979         (DWARF_FRAME_RETURN_COLUMN): Define.
10980         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10981         REG_FRAME_RELATED_EXPR note.
10982         (emit_sfm): Likewise.
10983         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10984         * dwarf2out.c (reg_save): Handle saving a register to itself.
10985         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10986         * except.c (eh_regs): Don't use the static chain reg if it's
10987         callee-saved.
10988         * frame.h (frame_state): Add cfa_saved field.
10989         * frame.c (execute_cfa_insn): Set it.
10990         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10991         the epilogue.
10992         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10993         Now takes a parm.
10994         (instantiate_virtual_regs): Adjust.
10995         * tm.texi: Adjust.
10996         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10997         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10998         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10999
11000         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
11001         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
11002
11003 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11004
11005         * builtins.def: New file.
11006
11007         * Makefile.in (TREE_H): Depend on builtins.def.
11008
11009         * builtins.c (built_in_names): Use builtins.def.
11010
11011         * tree.h (built_in_function): Likewise.
11012
11013 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
11014
11015         * tree.c (size_in_bytes): Return size_zero_node, not
11016         integer_zero_node.
11017
11018 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11019
11020         * config/fp-bit.c (pack_d): Correct the case when a denormal
11021         is rounded up and stops being denormal.
11022
11023 2000-03-21  Richard Henderson  <rth@cygnus.com>
11024
11025         * config/alpha/alpha.c (function_arg): Check for void_type_node
11026         before using MUST_PASS_IN_STACK.
11027
11028 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
11029
11030         * regmove.c (combine_stack_adjustments_for_block): Check that
11031         the stack pointer is a valid memory address.
11032
11033 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
11034
11035         * calls.c: re-install Mar 16 emit_library_call merge.
11036
11037 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
11038
11039         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
11040         we cannot be sure that if reload_completed base register will
11041         be properly aligned.
11042
11043 2000-03-21  Richard Henderson  <rth@cygnus.com>
11044
11045         * flow.c (delete_block): Fix typo last change.
11046
11047 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
11048
11049         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
11050         not COMPLETE_TYPE_P, to check the type of the expression.
11051
11052 2000-03-21  Michael Meissner  <meissner@redhat.com>
11053
11054         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
11055         all floating point insns that just tested the macro
11056         TARGET_HAS_XFLOATING_LIBS.
11057         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
11058         used to only use the gprs.
11059
11060 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11061
11062         * tree.h (COMPLETE_TYPE_P): New macro.
11063         (COMPLETE_OR_VOID_TYPE_P): New macro.
11064         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
11065         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
11066         * c-aux-info.c (gen_type): Use them.
11067         * c-common.c (c_expand_expr_stmt): Likewise.
11068         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
11069         grokdeclarator, grokparms, finish_struct, start_function,
11070         store_parm_decls, combine_parm_decls): Likewise.
11071         * c-parse.y (cast_expr): Likewise.
11072         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
11073         c_size_in_bytes, c_alignof, build_component_ref,
11074         build_indirect_ref, build_array_ref, convert_arguments,
11075         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
11076         * calls.c (initialize_argument_information): Likewise.
11077         * convert.c (convert_to_integer): Likewise.
11078         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
11079         * dwarfout.c (location_or_const_value_attribute,
11080         output_enumeration_type_die, output_structure_type_die,
11081         output_union_type_die, output_type): Likewise.
11082         * expr.c (safe_from_p, expand_expr): Likewise.
11083         * function.c (assign_parms): Likewise.
11084         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
11085         * tree.c (build_array_type, build_function_type,
11086         build_method_type, build_offset_type, build_complex_type): Likewise.
11087         * c-parse.c, c-parse.h: Regenerated.
11088
11089 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11090
11091         * config/c4x/rtems.h: Include config/rtems.h.
11092
11093 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
11094
11095         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
11096         decl is a FUNCTION_DECL
11097
11098 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
11099
11100         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
11101         function uses output registers.  Don't save RP for leaf functions.
11102         Do save RP even if no epilogue.
11103         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
11104         (CALL_USED_REGISTERS): Unmark in registers.
11105         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
11106         to near the middle.
11107
11108 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11109
11110         * config/rs6000/rs6000.md (bunordered): New expander.
11111         (bordered): New expander.
11112         (buneq): New expander.
11113         (bunge): New expander.
11114         (bungt): New expander.
11115         (bunle): New expander.
11116         (bunlt): New expander.
11117         (bltgt): New expander.
11118
11119         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
11120         (ccr_bit_negated_p): New function.
11121         (print_operand): For %C, generate appropriate cror for UNEQ,
11122         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
11123
11124 2000-03-20  Andreas Jaeger  <aj@suse.de>
11125
11126         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
11127         warning.
11128
11129         * tree.h (safe_for_unsave): Prototype.
11130
11131 2000-03-20  Richard Henderson  <rth@cygnus.com>
11132
11133         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
11134         (combine_stack_adjustments_for_block): Don't allow sp references
11135         in the side of a set we're not fixing up.
11136         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
11137         after life_analysis.
11138
11139 2000-03-20  Richard Henderson  <rth@cygnus.com>
11140
11141         * calls.c (expand_call): Don't bother generating tail call
11142         sequences if there are pending cleanups.  Use
11143         expand_start_target_temps/expand_end_target_temps to elide
11144         cleanups created during sibcall expansion.
11145
11146 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11147
11148         * configure.in: Set $IFS to a value if it doesn't already have one
11149         in the --enable-checking handling.
11150         * configure: Regenerate.
11151
11152 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11153
11154         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
11155         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11156         Regenerated.
11157
11158 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
11159
11160         * jump.c (delete_noop_moves): Remove code attempting to
11161         combine stack adjustments.
11162
11163 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11164
11165         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
11166         * except.c (emit_cleanup_handler): Use them.
11167         (expand_end_all_catch): Likewise.
11168         * function.c (fixup_var_refs): Likewise.
11169         (expand_function_end): Clear catch_clauses_last.
11170         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
11171         * except.h (struct eh_status): New field x_catch_clauses_last.
11172         (catch_clauses_last): New define.
11173
11174         * Makefile.in (tree.o): Depend on HASHTAB_H.
11175         * tree.c: Include hashtab.h.
11176         (struct type_hash): Remove next field.
11177         (TYPE_HASH_SIZE): Remove.
11178         (TYPE_HASH_INITIAL_SIZE): New define.
11179         (type_hash_table): Change type to htab_t.
11180         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
11181         mark_hash_entry): New functions.
11182         (init_obstacks): Allocate type hash.
11183         (type_hash_lookup): Use htab functions.
11184         (type_hash_add, mark_type_hash): Likewise.
11185         (dump_tree_statistics): Call print_type_hash_statistics.
11186
11187 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11188
11189         * rs6000/t-aix41: New file.
11190
11191         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
11192
11193 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
11194
11195         * tm.texi (Driver): Fix typos and tweak entry for
11196         INCLUDE_DEFAULTS.
11197         Move misplaced STRUCT_FORCE_BLK entry ...
11198         (Storage Layout): ... to here.
11199         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
11200
11201 2000-03-19  Richard Henderson  <rth@cygnus.com>
11202
11203         * flow.c (delete_block): Delete the addr_vec along with the block.
11204         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
11205         reference labels.
11206
11207         * fold-const.c (extract_muldiv): Apply type check for defined
11208         overflow to multiply as well as divide.
11209
11210         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
11211
11212 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11213
11214         * emit-rtl.c (remove_unncessary_notes): Check that all
11215         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
11216         associated NOTE_BLOCK.
11217         * function.h (identify_blocks): Update comments.
11218         (reorder_blocks): Declare.
11219         * function.c (identify_blocks): Don't take paramters.
11220         (reorder_blocks): Don't take parameters.
11221         * loop.h (find_loop_tree_blocks): Remove.
11222         (unroll_block_trees): Likewise.
11223         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
11224         reorder_blocks instead of unroll_block_trees.h
11225         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
11226         * stmt.c (find_loop_tree_blocks): Remove.
11227         (unroll_block_trees): Likewise.
11228         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
11229         in whole-function mode.
11230         * tree.h (reorder_blocks): Remove declaration.
11231
11232         * expr.c: Include intl.h.
11233         * Makefile.in (expr.o): Depend on intl.h.
11234
11235 2000-03-18  Richard Henderson  <rth@cygnus.com>
11236
11237         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
11238
11239 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11240
11241         * tree.h (tree_index): Remove enumerals for integer types.
11242         (integer_type_kind): New type.
11243         (integer_types): New variable.
11244         (char_type_node): Adjust.
11245         (signed_char_type_node): Likewise.
11246         (unsigned_char_type_node): Likewise.
11247         (short_integer_type_node): Likewise.
11248         (short_unsigned_type_node): Likewise.
11249         (integer_type_node): Likewise.
11250         (unsigned_type_node): Likewise.
11251         (long_integer_type_node): Likewise.
11252         (long_unsigned_type_node): Likewise.
11253         (long_long_integer_type_node): Likewise.
11254         (long_long_unsigned_type_node): Likewise.
11255         * tree.c (integer_types): New variable.
11256         (init_obstacks): Register it as a root.
11257
11258 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
11259
11260         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
11261         NEXT_INSN. Update last insn in chain.
11262
11263 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
11264
11265         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
11266         with TYPE_DECL_SUPPRESS_DEBUG set.
11267
11268 2000-03-18  Richard Henderson  <rth@cygnus.com>
11269
11270         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
11271
11272 2000-03-18  Richard Henderson  <rth@cygnus.com>
11273
11274         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
11275         care for HALF_PIC_P.
11276         (expander_call_insn_operand): Remove.
11277         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
11278         * i386.h (PREDICATE_CODES): Update.
11279         * i386.md (all call expanders): Remove predicates, remove special
11280         handling for half-pic.
11281         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
11282         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
11283         (sibcall_epilogue): New.
11284
11285 2000-03-17  Richard Henderson  <rth@cygnus.com>
11286
11287         * rtlanal.c (single_set): Reject if the parallel has anything
11288         except SET or USE or CLOBBER.
11289
11290 2000-03-17  Jeff Law  <law@cygnus.com>
11291             Richard Henderson  <rth@cygnus.com>
11292
11293         * Makefile.in (OBJS): Add sibcall.o.
11294         (sibcall.o): New.
11295         * sibcall.c: New file.
11296         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
11297         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
11298         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
11299         Emit sibcall patterns when requested.  Update all callers.
11300         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
11301         elimination seems feasable.
11302         * final.c (leaf_function_p): Sibling calls don't discount being
11303         a leaf function.
11304         * flow.c (HAVE_sibcall_epilogue): Provide default.
11305         (find_basic_blocks_1): Sibling calls don't throw.
11306         (make_edges): Make edge from sibling call to EXIT.
11307         (propagate_block): Don't remove sibcall_epilogue insns.
11308         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
11309         (sibcall_epilogue): New.
11310         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
11311         (identify_blocks_1): Likewise.  Break out from ...
11312         (identify_blocks): ... here.
11313         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
11314         (reorder_blocks): ... here.
11315         (init_function_for_compilation): Zap prologue/epilogue as varrays.
11316         (record_insns): Extend a varray instead of mallocing new memory.
11317         (contains): Read a varray not array of ints.
11318         (sibcall_epilogue_contains): New.
11319         (thread_prologue_and_epilogue_insns): Emit and record
11320         sibcall_epilogue patterns.
11321         (init_function_once): Allocate prologue/epilogue varrays.
11322         * genflags.c (gen_insn): Treat sibcall patterns as calls.
11323         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
11324         Broken out from ...
11325         (save_for_inline_nocopy): ... here.
11326         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
11327         Broken out from ...
11328         (expand_inline_function): ... here.
11329         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
11330         (subst_constants): Handle 'n' formats.
11331         * jump.c (jump_optimize_minimal): New.
11332         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
11333         optimizations if it's set.
11334         * rtl.c (copy_rtx): Do copy jump & call for insns.
11335         * rtl.h (struct rtx_def): Document use of jump and call for insns.
11336         (SIBLING_CALL_P): New.
11337         (sibcall_use_t): New.
11338         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
11339         Invoke optimize_sibling_and_tail_recursive_calls.
11340         * tree.c (lang_safe_for_unsave): New.
11341         (safe_for_unsave): New.
11342         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
11343
11344         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
11345         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
11346         (*sibcall_osf_1, *sibcall_value_osf_1): New.
11347
11348 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
11349
11350         * objc/objc-act.c (encode_method_prototype): Pass types, not
11351         PARM_DECLs, to int_size_in_bytes.
11352
11353 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
11354
11355         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
11356
11357         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11358         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
11359
11360 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11361
11362         * Clean up usages of TREE_INT_CST_LOW.
11363         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
11364         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11365         Regenerated.
11366         * c-tree.h (min_precision): Move declaration to here.
11367         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
11368         (build_unary_op, add_pending_init): Use bit_position.
11369         (pending_init_member, process_init_element): Likewise.
11370         (really_start_incremental_init, push_init_level, pop_init_level):
11371         Don't make copies of nodes or modify them in place, use consistent
11372         types when tracking positions, and use tree routines computations.
11373         (set_init_index, output_init_element): Likewise.
11374         (output_pending_init_elements, process_init_element): Likewise.
11375         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
11376         tree_low_cst and int_bit_position; also minor cleanup.
11377         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
11378         (print_cst_octal): Precision is unsigned.
11379         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
11380         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
11381         (simple_type_align_in_bits): Result is unsigned int.
11382         Use tree_int_low_cst and host_integerp.
11383         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
11384         (field_byte_offset): Result is HOST_WIDE_INT.
11385         Change types of internal variables so alignments are unsigned int,
11386         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
11387         Use host_integerp, tree_low_cst, and int_bit_position.
11388         (add_bit_offset_attribute): Likewise.
11389         (add_data_member_location_attribute): Use tree_cst_low.
11390         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
11391         (add_bit_size_attribute): Use tree_low_cst.
11392         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
11393         * dwarfout.c: Similar changes to dwarf2out.c.
11394         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
11395         * genoutput.c (n_occurences): Return -1 for null string.
11396         (strip_whitespace): Accept null string and make into function.
11397         (scan_operands): Reflect above changes.
11398         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
11399         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
11400         * ssa.c (rename_registers): Add missing cast of arg to bzero.
11401         * tree.c (int_size_in_bytes): Check for too big to represent.
11402         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
11403         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
11404         New declarations.
11405         (min_precision): Delete from here.
11406         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
11407         and int_bit_position.
11408         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11409         (encode_method_def): Likewise.
11410         (build_ivar_list_initializer): Use int_bit_position.
11411         (generate_shared_structures): Convert size.
11412         (encode_type, encode_complete_bitfield): Use integer_zerop.
11413         (encode_bitfield): Use tree_low_cst and int_bit_position.
11414
11415 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11416
11417         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11418
11419 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11420
11421         * call.c (special_function_p): It is only malloc if it returns
11422         Pmode.
11423
11424 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11425
11426         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11427         (C33_FLAG, TARGET_C3X): Add macros.
11428         (TARGET_SWITCHES): Add -m33 option.
11429         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11430
11431 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11432
11433         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11434         (PARALLEL_PACK_FLAG): Delete.
11435         (TARGET_SWITCHES): Update.
11436         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11437
11438 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11439
11440         * fold-const.c (fold): Fix a few cases when the returned result
11441         is not of the same type as the input.
11442
11443 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11444
11445         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11446         warning.
11447
11448 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11449
11450         * libgcc2.h: Move prototypes above macros with the same name.
11451         Wrap some function prototypes in the conditional which indicates
11452         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11453
11454 2000-03-16  Richard Henderson  <rth@cygnus.com>
11455
11456         * calls.c: Revert last two changes.
11457
11458 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11459
11460         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11461         has exponent 0 is a zero.
11462
11463         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11464         HASH may already be nonzero.  Add code/mode into hash value
11465         immediately after repeat label.
11466         (cselib_lookup): Don't leave the hash table in an inconsistent
11467         state before a hash lookup operation.
11468
11469 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11470
11471         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11472         by TARGET_[HQ]IMODE_MATH.
11473         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11474         x86_promote_qi_regs): Declare.
11475         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11476         TARGET_PROMOTE_QI_REGS): New macros.
11477         (PROMOTE_MODE): New macro.
11478         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11479         x86_promote_qi_regs): New global variables.
11480
11481 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11482
11483         * calls.c (emit_library_call_value_1): Break out from ...; handle
11484         VOIDmode function calls too.
11485         (emit_library_call_value): ... here.
11486         (emit_library_call): Implement by calling emit_library_call_value_1.
11487
11488 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11489
11490         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11491         Update arg_space_so_far on stack adjustments.
11492         (emit_library_call, emit_library_call_value): Likewise; take into
11493         account arg_space_so_far and pending_stack_adjust when calculcating
11494         the boundary.
11495
11496 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11497
11498         * flow.c: Move all basic block reordering code into its own file.
11499         (create_basic_block): Externalize.
11500         * bb-reorder.c: New file. Copy all basic block reordering code from
11501         flow.c to this file.
11502         (reorder_basic_blocks): Fix fencepost error in for-loop.
11503         (reorder_basic_blocks): Remove braces from single statement for-loops.
11504         * basic-block.h: Add declaration for create_basic_block.
11505         * Makefile.in: Add rules for bb-reorder.o.
11506
11507 2000-03-16  Neil Booth  <NeilB@earthling.net>
11508
11509         * cppinit.c (handle_option):  Implement #unassert directive
11510         as -A- command line option.
11511         (print_help):  Update.
11512         * cpptexi.c:  Update.
11513
11514 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11515
11516         * md.texi (Standard Names): Document `jump'.
11517
11518 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11519
11520         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11521         gotos.
11522
11523 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11524
11525         Merge changes from newppc-branch onto trunk.
11526
11527         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11528
11529         * rs6000.c (toc_hash_table): Update for new hash table functions.
11530         (toc_hash_function): Likewise.
11531         (toc_hash_eq): Likewise.
11532         (toc_hash_mark_entry): Likewise.
11533         (toc_hash_mark_table): Likewise.
11534         (output_toc): Likewise.
11535         (rs6000_add_gc_roots): Likewise.
11536
11537         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11538
11539         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11540         (AR_FLAGS_FOR_TARGET): here.  New macro.
11541
11542         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11543
11544         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11545         fpmem_operand) Delete.
11546         (xer_operand) New.
11547         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11548         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11549         (rs6000_save_machine_status, rs6000_restore_machine_status,
11550         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11551         references to above variables.
11552         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11553         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11554         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11555         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11556         (XER_REGNO_P, XER_REGNO): New.
11557         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11558         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11559         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11560         XER_REGNO_P.
11561         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11562         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11563         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11564
11565         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11566
11567         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11568         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11569         * rs6000.h: from here.
11570
11571         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11572         (rs6000_select_rtx_section): Likewise.
11573         (rs6000_encode_section_info): Likewise.
11574         (sdata_section): Likewise.
11575         (sdata2_section): Likewise.
11576         (sbss_section): Likewise.
11577         * sysv4.h (rs6000_select_section): Delete prototype.
11578         (rs6000_select_rtx_section): Likewise.
11579         (rs6000_encode_section_info): Likewise.
11580         (sdata_section): Likewise.
11581         (sdata2_section): Likewise.
11582         (sbss_section): Likewise.
11583         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11584
11585         * sysv4.h: Delete various unnecessary #undef's and put a comment
11586         on the remaining ones.
11587         Change various comments according to coding standard.
11588
11589         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11590
11591         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11592         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11593         (CR0_REGNO_P) Remove.
11594         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11595         setup_incoming_varargs, mtcrf_operation, print_operand,
11596         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11597         Use the above macros.
11598
11599         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11600
11601         * config/rs6000/rs6000.md: Added a new alternative for each
11602         pattern that had a 'x' alternative but no 'y' alternative.
11603         Added a new split for each of the above patterns.
11604
11605         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11606
11607         * aix41.h (ASM_CPU_SPEC): Delete.
11608         (CPP_CPU_SPEC): Delete.
11609
11610         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11611         (ASM_OUTPUT_LABEL): Define.
11612         (ASM_GLOBALIZE_LABEL): Define.
11613         (STRIP_NAME_ENCODING): Define.
11614         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11615         (STRIP_NAME_ENCODING): Don't define.
11616         (ASM_OUTPUT_LABEL): Don't define.
11617         (ASM_GLOBALIZE_LABEL): Don't define.
11618         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11619         names, and ASM_OUTPUT_LABEL to output labels, rather than
11620         asm_fprintf.
11621         (ASM_OUTPUT_LABEL): Define.
11622         (ASM_OUTPUT_INT): Use assemble_name.
11623         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11624         (STRIP_NAME_ENCODING): Don't undefine first.
11625         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11626         ELF.
11627         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11628         specified with 'asm' even with -fleading-underscore.
11629         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11630         (output_epilog): Likewise.
11631         (output_toc): Likewise.
11632         * tramp.asm: Handle -fleading-underscore correctly.
11633
11634         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11635         -mminimal-toc.
11636         (nonlocal_goto_receiver): Delete.
11637         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11638
11639         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11640         (SET_ASM_OP): Define.
11641         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11642
11643         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11644         (ASM_LONG): Define.
11645
11646         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11647         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11648
11649         * rs6000.h: Add 'u' to more constants.
11650
11651         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11652
11653         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11654
11655         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11656
11657         * rs6000.c (reg_or_u_cint_operand): New function.
11658         (logical_operand): Handle 64-bit hosts.
11659         (logical_u_operand): New function.
11660         (non_logical_cint_operand): Handle 64-bit hosts.
11661         (non_logical_u_cint_operand): New function.
11662         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11663         (PREDICATE_CODES): Define new functions.
11664         * rs6000-protos.h: Declare new functions.
11665         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11666         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11667         CONST_DOUBLE for 32-bit values.
11668         (scc insns): Generate DImode compares.
11669         (mfcr insns): Create DImode versions.
11670         (sge matchers): New patterns.
11671
11672         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11673
11674         * rs6000.md: Correct instructions length attributes and
11675         constraints on unsigned compare instructions.
11676         (*ne0): Disable for PowerPC64.
11677
11678         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11679
11680         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11681         quantity, fix profile1.C test failure under -fPIC.
11682
11683         * rs6000.c: Add 'u' to many constants to suppress warnings.
11684         (constant_pool_expr_1): Make static.
11685         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11686         * rs6000.h: Add 'u' to many constants to suppress warnings.
11687
11688         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11689         for the start of the TOC, instead of LCTOC..0.
11690         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11691         of the TOC.
11692         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11693         (load_toc_aix_di): Use LCTOC..1.
11694
11695         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11696         * rs6000.c (rs6000_legitimize_address): New function from
11697         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11698         symbols in the constant pool that really are TOC references.
11699         (print_operand_address): For ELF, write TOC offsets under
11700         -fPIC as subtractions in the insn.
11701         (output_toc): For ELF, define symbols in TOC as normal labels,
11702         to match RTL.
11703         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11704         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11705         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11706         * rs6000.md (movsi): Only use create_TOC_reference on
11707         symbols in the constant pool that really are TOC references.
11708
11709         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11710         * rs6000.c (rs6000_reorg): Delete.
11711         * rs6000-protos.h (rs6000_reorg): Delete.
11712
11713         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11714
11715         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11716
11717         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11718         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11719         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11720         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11721         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11722         rs6000_aix_emit_builtin_unwind_init.
11723         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11724         rs6000_emit_eh_toc_restore on AIX.
11725         (return_eh_si): Use r2.
11726         (return_eh_di): Use r2.
11727
11728         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11729         since we're breaking binary compatibility anyway.
11730
11731         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11732
11733         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11734         constant_pool_expr_p): Declare them.
11735         (constant_pool_expr_p): Declare it.
11736         * config/rs6000/rs6000.c (toc_label_name): Define.
11737         (rs6000_override_options): Set toc_label_name.
11738         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11739         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11740         uses_TOC): New functions.
11741         (print_operand): Delete old '*' case.
11742         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11743         and strip off rtl for TOC before calling output_addr_const.
11744         (rs6000_emit_load_toc_table): Use toc_label_name.
11745         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11746         the default.
11747         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11748         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11749         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11750         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11751         into explicit TOC_REGISTER offsets.
11752         (TOC_REGISTER): New macro.
11753         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11754         TARGET_TOC to reference TOC_REGISTER.
11755         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11756         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11757         uses_TOC before emitting label references.
11758
11759         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11760
11761         * rs6000.md (stack_tie): Fix warning.
11762
11763         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11764         to handle -fleading-underscore.
11765         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11766         (USER_LABEL_PREFIX): New macro.
11767         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11768         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11769         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11770         call-linux can use the same multilibs.
11771         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11772         and call-linux multilibs.  Do multilib with -fleading-underscore.
11773         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11774         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11775         to call-aix.
11776
11777         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11778         have MASK_SOFT_FLOAT set.
11779         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11780         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11781         CPP_FLOAT_DEFAULT_SPEC.
11782
11783         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11784         * rs6000.md: Whitespace change.
11785         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11786         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11787
11788         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11789
11790         * rs6000.md (eh_epilogue): New expander.
11791         (eh_reg_restore): New expand/split/insn combination.
11792         (return_eh_si): New insn.
11793         (return_eh_di): New insn.
11794
11795         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11796         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11797         * eabi-ctors.c (__do_global_ctors): Register this object's
11798         frame.  Clean up.  Call atexit() after the constructors.
11799         (__do_global_dtors): Deregister this object's frame.  Clean up.
11800         Allow for recursive calls to exit().
11801         * rs6000.c (fixuplabelno): New variable.
11802         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11803         TARGET_RELOCATABLE, it slows down exec() under linux.
11804         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11805
11806         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11807         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11808         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11809         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11810         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11811         (ASM_OUTPUT_DWARF_ADDR): New macro.
11812         (ASM_OUTPUT_DWARF_DATA4): New macro.
11813         (ASM_OUTPUT_DWARF_DATA2): New macro.
11814         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11815         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11816         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11817
11818         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11819
11820         * rs6000.c (rs6000_sr_alias_set): New variable.
11821         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11822         (rs6000_emit_stack_tie): New function.
11823         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11824         in a way that dwarf2out can understand.
11825         (rs6000_frame_related): New function.
11826         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11827         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11828         Use rs6000_emit_stack_tie when needed.
11829         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11830         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11831         * rs6000.md (stack_tie): New insn.
11832         (return_internal_si): Allow return value to be in the count
11833         register.
11834         (return_internal_di): Likewise.
11835
11836         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11837
11838         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11839
11840         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11841
11842         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11843
11844         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11845
11846         * rs6000.md (stmw): Use the right POWER opcode.
11847         (lmw): Likewise.
11848
11849         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11850
11851         * rs6000-protos.h: New file.
11852
11853         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11854
11855         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11856         warnings.
11857
11858         * sysv4.h: Likewise.
11859
11860         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11861
11862         * ../../configure.in: Delete powerpcle-*-winnt*
11863         and powerpcle-*-pe|powerpcle-*-cygwin*.
11864         * ../../configure: Regenerated.
11865         * cygwin.h: Delete.
11866         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11867         (TARGET_WINDOWS_NT): Delete.
11868         (ABI_NT): Delete.
11869         (CALL_NT_DLLIMPORT): Delete.
11870         Delete NT-specific code.
11871         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11872         * win-nt.h: Delete.
11873         * t-winnt: Delete.
11874         * nt-ci.asm: Delete.
11875         * nt-cn.asm: Delete.
11876         * ntstack.asm: Delete.
11877
11878         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11879
11880         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11881         (ASM_FILE_START): Likewise.
11882         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11883         (ASM_OUTPUT_LABELREF): Likewise.
11884         (ASM_OUTPUT_SKIP): Likewise.
11885         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11886         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11887         (ASM_OUTPUT_CASE_LABEL): Likewise.
11888         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11889         (ASM_OUTPUT_ASCII): Likewise.
11890
11891         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11892
11893         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11894         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11895         increment rs6000_pic_labelno here.
11896         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11897         and increment rs6000_pic_labelno here.
11898
11899         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11900
11901         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11902         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11903         allocation knows (reg) is dead before the insn.
11904
11905         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11906
11907         * rs6000.md (movsi_to_cr): Correct typo in output template.
11908
11909         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11910
11911         * rs6000.c (rs6000_pic_labelno): Always define.
11912         (rs6000_pic_func_labelno): Delete.
11913         (lmw_operation): Check for a zero base register,
11914         which doesn't mean what we want.
11915         (stmw_operation): New function.
11916         (print_operand): Define new 'l' modifier.
11917         (rs6000_stack_info): We must save all 64 bits of the registers
11918         if TARGET_POWERPC64.
11919         (rs6000_output_load_toc_table): Delete.
11920         (rs6000_emit_load_toc_table): New function.
11921         (rs6000_allocate_stack_space): Delete.
11922         (rs6000_emit_allocate_stack): New function.
11923         (rs6000_emit_prologue): New function.
11924         (output_prolog): Use rs6000_emit_prologue.
11925         (rs6000_emit_epilogue): Change a few variable names to be
11926         more accurate.  Restore all 64 bits of the registers if
11927         TARGET_POWERPC64.  Only restore the FP registers which were used
11928         if they are being saved/restored one-at-a-time.
11929         (output_mi_thunk): Delete inefficient code generation.
11930         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11931         * rs6000.h: Declare rs6000_emit_load_toc_table,
11932         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11933         rs6000_output_load_toc_table.
11934         * rs6000.md (elf_high): Allow register 0, but discourage it
11935         heavily.
11936         (elf_low): Support loading into register 0.
11937         (load_toc_aix_si): New pattern.
11938         (load_toc_aix_di): New pattern.
11939         (load_toc_v4_pic_si): New pattern.
11940         (load_toc_v4_pic_di): New pattern.
11941         (load_toc_v4_PIC_1): New pattern.
11942         (load_toc_v4_PIC_1b): New pattern.
11943         (load_toc_v4_PIC_2): New pattern.
11944         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11945         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11946         (prologue): New expander.
11947         (movesi_from_cr): New pattern.
11948         (stmw): New pattern.
11949         (save_fpregs_si): New pattern.
11950         (save_fpregs_di): New pattern.
11951
11952         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11953
11954         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11955         (movdi): Likewise.
11956         (movhi): Likewise.
11957         (movqi): Likewise.
11958
11959         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11960
11961         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11962         at present.
11963         (movsi_got_internal): Likewise.
11964         (movsi_got_internal+1): Likewise.
11965         (set_sp): 'unspec 7' does a SImode clobber.
11966
11967         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11968
11969         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11970         allocate a stack temporary.
11971         (floatsidf2_internal): Likewise.
11972         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11973         with unspec.
11974         (floatunssidf2): Don't use the fpmem "register", just
11975         allocate a stack temporary.
11976         (floatunssidf2_internal): Likewise.
11977         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11978         with unspec.
11979         (floatsidf2_loadaddr): Delete.
11980         (floatsidf2_store1): Delete.
11981         (floatsidf2_store2): Delete.
11982         (floatsidf2_load): Delete.
11983         (fix_truncdfsi2): Don't use the fpmem "register", just
11984         allocate a stack temporary.
11985         (fix_truncdfsi2_internal_si): Delete.
11986         (fix_truncdfsi2_internal_di): Delete.
11987         (fix_truncdfsi2_internal): New insn.
11988         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11989         (fix_truncdfsi2_store): Delete.
11990         (fix_truncdfsi2_load): Delete.
11991         (fctiwz): Produce gen_fctiwz.
11992
11993         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11994
11995         * eabi.h (INVOKE__main): Define.
11996         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11997         specially.
11998         (rs6000_emit_prologue): Likewise.
11999         * rs6000.h (struct rs6000_stack): Don't keep track of whether
12000         this is the main program.
12001
12002         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12003
12004         * rs6000.c (rs6000_va_arg): Delete some unused variables.
12005
12006         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12007
12008         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
12009         goes after the argument.
12010
12011         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12012
12013         * rs6000.md: Document 'unspec' values used.
12014         (epilogue): New expander.
12015         (movesi_to_cr_one): New expander.
12016         (movesi_to_cr and following): New pattern.
12017         (lmw): New pattern.
12018         (return_internal_si): New pattern.
12019         (return_internal_di): New pattern.
12020         (return_and_restore_fpregs_si): New pattern.
12021         (return_and_restore_fpregs_di): New pattern.
12022         * rs6000.h: Declare new functions.
12023         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
12024         rather than rs6000_calls_p.
12025         (rs6000_makes_calls): Delete.
12026         (lmw_operation): New function.
12027         (mtcrf_operation): New function.
12028         (rs6000_emit_epilogue): New function.
12029         (output_epilog): Call rs6000_emit_epilogue and final if
12030         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
12031
12032         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12033
12034         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
12035         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
12036         * aix.h (SUBTARGET_SWITCHES): Document switches.
12037         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
12038         sched-prolog and sched-epilog the same.  Document all the
12039         switches.
12040         (TARGET_OPTIONS): No longer allow -mdebug-.
12041
12042         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12043
12044         * rs6000.h (ASM_FILE_END): Move to aix.h.
12045         (EXTRA_SECTIONS): Move to aix.h.
12046         (READONLY_DATA_SECTION): Move to aix.h.
12047         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
12048         (SELECT_SECTION): Move to aix.h.
12049         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
12050         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
12051         (LINK_REGISTER_REGNUM): New definition.
12052         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
12053         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
12054         AIX and SVR4.
12055         * sysv4.h: Delete the code between the inclusion of rs6000.h
12056         and svr4.h.
12057         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
12058         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
12059         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
12060         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
12061         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
12062         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
12063         (fix_truncdfsi2_internal_di): New pattern.
12064         (fix_truncdfsi2_store): The second arg here is Pmode too.
12065         (fix_truncdfsi2_load): The second arg here is Pmode too.
12066         (tablejumpdi): Now that switch tables hold only SImode values,
12067         gcc needs to know how to add them to the pc which is DImode.
12068         * rs6000.c (rs6000_stack_info): Use symbolic name for
12069         LINK_REGISTER_REGNUM.
12070         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
12071         (output_toc): Delete unused variables s1 and s2.
12072         (output_ascii): Use fputs not fprintf on a variable string.
12073
12074         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
12075
12076         * rs6000.c (processor_target_table): Add power3 as alias for 630.
12077         * aix43.h: Revert Aug 2 change.
12078         (HAS_INIT_SECTION): Define, not visible yet.
12079         (LD_INIT_SWITCH): Define, not visible yet.
12080         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
12081
12082         2000-01-04  Joel Sherrill (joel@OARcorp.com>
12083
12084         * config/rs6000/rtems.h: Include config/rtems.h.
12085
12086         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
12087
12088         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
12089         (SLOW_UNALIGNED_ACCESS): Define.
12090         (CASE_VECTOR_MODE): Always use 32-bit offsets.
12091         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
12092         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
12093         (toc_section): Likewise and .toc pseudo-op.
12094         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
12095         64-bit mode.
12096         (TEXT_SECTION_ASM_OP): Likewise.
12097         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
12098         32-bit offsets.
12099
12100         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12101
12102         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
12103         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12104         compiling libgcc2.
12105
12106         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12107
12108         * rs6000.h: Move more stuff from here...
12109         * aix.h: to here.
12110         * sysv4.h: Cleanup accordingly.
12111         * netware.h: Likewise
12112
12113         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12114
12115         * rs6000.h: Continue cleanup.
12116         * aix.h: Likewise.
12117         * lynx.h: Likewise.
12118         * netware.h: Likewise.
12119         * sol2.h: Likewise.
12120         * sysv4.h: Likewise.
12121         * win-nt.h: Likewise.
12122
12123         * rs6000.h (TARGET_SWITCHES): Add descriptions.
12124         (TARGET_OPTIONS): Likewise.
12125
12126         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
12127         (SUBTARGET_OPTIONS): Likewise.
12128
12129         * rs6000.md: Fix compile time warnings.
12130
12131         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12132
12133         vxworks patches from the Cygnus tree originally by
12134         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
12135         <vmakarov@cygnus.com>.
12136         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
12137         (ENDFILE_SPEC): Likewise.
12138         (LIB_VXWORKS_SPEC): New macro.
12139         (STARTFILE_VXWORKS_SPEC): New macro.
12140         (ENDFILE_VXWORKS_SPEC): New macro.
12141         (LINK_START_VXWORKS_SPEC): New macro.
12142         (LINK_OS_VXWORKS_SPEC): New macro.
12143         (CPP_OS_VXWORKS_SPEC): New macro.
12144         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
12145         * vxppc.h: Rewrite to use proper configuration method.
12146         * vxppcle.h: New file.
12147         * ../../configure.in: Add powerpcle-wrs-vxworks*.
12148         * ../../configure: Rebuilt.
12149
12150         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12151
12152         Lots of changes to rs6000.h, sysv4.h, aix.h,
12153         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
12154         with the aim that rs6000.h is the first header
12155         included and the others override it.
12156         * aix.h: New file.
12157
12158         * x-aix41-gld: Remove.
12159         * x-aix43: Remove.
12160         * x-aix41: Remove target-specific switches, and don't specify
12161         -Wl,-bbigtoc as we don't need it any more.
12162         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
12163         Use t-aix43 for AIX 4.3 and above.
12164         * ../../configure: Regenerated.
12165
12166         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
12167         options, that don't do anything yet.
12168         (MASK_SCHED_PROLOG): New macro.
12169         (MASK_SCHED_EPILOG): New macro.
12170         (TARGET_SCHED_PROLOG): New macro.
12171         (TARGET_SCHED_EPILOG): New macro.
12172
12173         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12174
12175         * rs6000.c: Correct comment, the `minimal' TOCs are actually
12176         one per translation unit, not one per function.
12177         (output_toc): Also do duplicate constant elimination
12178         for per-translation-unit TOCs.
12179
12180         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
12181         a comment explaining _exactly_ when this pattern gets used.
12182         (builtin_setjmp_receiver): New pattern for better clarity.
12183         (init_v4_pic): Move it into a section dealing with TOC registers.
12184
12185         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
12186
12187         * rs6000.c (toc_hash_table): New variable.
12188         (rs6000_hash_constant): New function.
12189         (toc_hash_function): New function.
12190         (toc_hash_eq): New function.
12191         (toc_hash_mark_entry): New function.
12192         (toc_hash_mark_table): New function.
12193         (output_toc): Don't output duplicate TOC entries in
12194         a single file.
12195         (rs6000_add_gc_roots): Add the hash table as a GC root.
12196         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
12197         where they clearly shouldn't be.  This may need to be fixed
12198         later when there is a GNU ar for AIX.
12199         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
12200         Don't define BOOT_LDFLAGS as it is now not necessary.
12201
12202         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
12203
12204         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
12205         for va_list on AIX.  Use unsigned_char_type_node rather than
12206         constructing our own version on svr4.
12207
12208         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
12209
12210         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
12211         since patently it's not.
12212
12213         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
12214
12215         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
12216         define_expand/define_insn pair, and handle restore of the
12217         SVR4 -fpic register.
12218
12219 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
12220
12221         * acconfig.h (HAVE_GAS_WEAK): New define.
12222         * configure.in (assembler weak support): Check for .weak support.
12223         * config.in, configure: Rebuilt.
12224         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
12225         HAVE_GAS_WEAK is defined.
12226
12227 2000-03-15  Nick Clifton  <nickc@cygnus.com>
12228
12229         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
12230         asm_fprintf().
12231
12232 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
12233
12234         * cppfiles.c (open_include_file): New function.
12235         (find_include_file, cpp_read_file): Use it.
12236
12237 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
12238
12239         * cpphash.c (dump_hash_helper): Take the slot, not the element.
12240
12241 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
12242
12243         * flow.c (verify_flow_info): Check for unconditional return.
12244
12245 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
12246
12247         * config/ia64/ia64.md (restore_stack_nonlocal): New.
12248         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
12249         (__ia64_restore_stack_nonlocal): New.
12250         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
12251
12252 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12253
12254         * cpphash.c (collect_formal_parameters): Do not complain about
12255         parameter names that just start with `__VA_ARGS__'.
12256
12257 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
12258
12259         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
12260         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
12261         * i386.c (pentiumpro_cost): Set mul cost to 4.
12262         (x86_use_movx): Set for PPro.
12263
12264 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
12265
12266         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
12267         STACK_BOUNDARY for empty frames now.
12268
12269 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
12270
12271         * stor-layout.c (layout_union): Remove.
12272         (layout_union_field): New function, split out from layout_union.
12273         (finish_union_layout): Likewise.
12274         (layout_field): Handle unions by calling layout_union_field.
12275         (finish_record_layout): Handle unions.
12276         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
12277         QUAL_UNION_TYPE handling.
12278
12279 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
12280
12281         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
12282         end of basic block is jump_insn, not barrier; use create_basic_block
12283         instead of creating basic block by hand.
12284
12285 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
12286
12287         * flow.c (reorder_basic_blocks): Account for barriers when writing
12288         over NEXT_INSN (last_bb->end).
12289         (verify_flow_info): Add check for missing barriers.
12290
12291 2000-03-14  Greg McGary  <gkm@gnu.org>
12292
12293         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
12294         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
12295         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
12296         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
12297         __unbounded, __unbounded__): New keywords.
12298         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
12299         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
12300         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
12301
12302 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12303
12304         * cselib.h: New file.
12305         * alias.c: Include "cselib.h".
12306         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
12307         MEMs as two new arguments.
12308         (get_addr): New static function.
12309         (find_base_term): Handle VALUEs.
12310         (memrefs_conflict_p): Likewise.
12311         (true_dependence): Call get_addr on the addresses.
12312         Call fixed_scalar_and_varying_struct_p with addresses that have been
12313         passed through get_addr and canon_rtx.
12314         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
12315         with true_dependence.
12316         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
12317         * loop.c: Include "cselib.h".
12318         (load_mems): Process extended basic block that enters the loop with
12319         cselib.  Use that information to change initialization of the shadow
12320         register so that a constant equivalence is seen by later passes.
12321         * reload1.c: Include "cselib.h".
12322         (reload_cse_invalidate_regno): Delete function.
12323         (reload_cse_mem_conflict_p): Likewise.
12324         (reload_cse_invalidate_mem): Likewise.
12325         (reload_cse_invalidate_rtx): Likewise.
12326         (reload_cse_regno_equal_p): Likewise.
12327         (reload_cse_check_clobber): Likewise.
12328         (reload_cse_record_set): Likewise.
12329         (reg_values): Delete static variable.
12330         (invalidate_regno_rtx): Likewise.
12331         (reload_cse_delete_noop_set): New static function.
12332         (reload_cse_simplify): New static function, broken out of
12333         reload_cse_regs_1.
12334         (reload_cse_noop_set_p): Delete unused argument INSN.
12335         Just call rtx_equal_for_cselib_p on set source and destination.
12336         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
12337         reload_cse_delete_noop_set.  Delete code to keep track of values; use
12338         cselib functions instead.  Delete code to push/pop obstacks.
12339         (reload_cse_simplify_set): Use cselib to find equivalent values.
12340         Delete code to push/pop obstacks.
12341         (reload_cse_simplify_operands): Likewise.
12342         * rtl.def (VALUE): New rtx code.
12343         * rtl.h (union rtunion_def): New elt rt_cselib.
12344         (X0CSELIB, CSELIB_VAL_PTR): New macros.
12345         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
12346         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
12347         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
12348         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
12349         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
12350         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
12351         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
12352         cselib_record_set, cselib_record_sets): New static functions.
12353         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
12354         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
12355         references_value_p): New functions.
12356         (MAX_USELESS_VALUES, REG_VALUES): New macros.
12357         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
12358         n_useless_values, reg_values, callmem, cselib_obstack,
12359         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
12360         New static variables.
12361         * varray.h (union varray_data_tag): New elt te.
12362         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
12363         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
12364         dependencies.
12365
12366 2000-03-14  Nick Clifton  <nickc@cygnus.com>
12367
12368         * gcc.c (do_spec_1): Catch the case where %* is used in a
12369         substitution pattern, but it has not been initialised.
12370         Issue a meaningful error message if an unrecognised operator
12371         is encountered in a spec string.
12372
12373 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
12374
12375         * function.c (prepare_function_start): Correctly initialize
12376         cfun->stack_alignment_needed.
12377
12378 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
12379
12380         * cppfiles.c (find_include_file): Don't assume nshort is a
12381         substring of name.
12382
12383 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
12384
12385         * configure.in (hppa configurations): Add pa32-regs.h to the
12386         list of tm files as appropriate.
12387         * configure: Rebuilt.
12388         * pa.c (compute_frame_size): Remove explicit knowledge about FP
12389         register numbering.
12390         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
12391         (fmpyaddoperands, fmpysuboperands): Likewise.
12392         * pa.h: Remove various definitions which depend on knowing
12393         how registers are numbered.
12394         * pa32-regs.h: New file with PA32 register numbering specific
12395         definitions.
12396
12397 2000-03-14  Richard Henderson  <rth@cygnus.com>
12398
12399         * regmove.c (combine_stack_adjustments): New.
12400         (stack_memref_p, single_set_for_csa): New.
12401         (free_csa_memlist, record_one_stack_memref): New.
12402         (try_apply_stack_adjustment): New.
12403         (combine_stack_adjustments_for_block): New.
12404         * rtl.h (combine_stack_adjustments): Declare.
12405         * toplev.c (rest_of_compilation): Call it.
12406
12407         * i386.md: Revert 2000-01-16 change.
12408
12409 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12410
12411         * gccbug.in: Add web category, gcc specific classes.
12412
12413 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12414
12415         * stor-layout.c (finalize_record_size): Fix typo.
12416
12417 2000-03-14  Stan Shebs  <shebs@apple.com>
12418
12419         * c-typeck.c (c_alignof): Error on incomplete types.
12420         * extend.texi (Alignment): Document this.
12421
12422 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12423
12424         * cppfiles.c: Include mkdeps.h.
12425         (find_include_file, read_include_file): Remove _cpp_ prefix
12426         from name, make static.
12427         (_cpp_execute_include): New function, broken out of
12428         do_include.
12429
12430         * cpplib.c: Don't include mkdeps.h.
12431         (struct directive): Remove type field. Reorder entries.  The
12432         function takes only one argument.
12433         (struct if_stack): Make type field an int.
12434         (directive_table): Rename to dtable.  Generate it, the
12435         prototypes of the directive handlers, and the enum for the
12436         directive numbers, from a template macro.
12437         (do_ifndef, do_include_next, do_import): New functions.
12438         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12439         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12440         do_ident, do_assert, do_unassert, do_sccs): Take only one
12441         argument.
12442         (do_sccs): Define always, but alter behavior based on
12443         SCCS_DIRECTIVE.
12444         (_cpp_handle_directive, consider_directive_while_skipping):
12445         Restructure for new directive table layout.
12446
12447         (pass_thru_directive): Take a directive number, not a pointer
12448         to a struct directive.
12449         (parse_include): New function, broken out of do_include.
12450         (do_include, do_import, do_include_next): Use parse_include
12451         and _cpp_execute_include.
12452         (do_elif, do_else): Test for T_ELSE specifically when checking
12453         for #elif/#else after #else.
12454         (parse_ifdef): New function, broken out of do_ifdef.
12455         (validate_else): Expect a name arg without a leading #.
12456         (if_directive_name): Delete.
12457         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12458         directive handlers with only one argument.
12459
12460         * cpphash.h: Update prototypes.
12461         (enum node_type): Remove entries for directives.
12462         * Makefile.in: Update dependencies.
12463
12464         * cpphash.c (dump_hash_helper): Only dump nodes of type
12465         T_MACRO.  Emit a newline after each definition.
12466
12467 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12468
12469         * gccbug.in: New file.
12470         * configure.in (all_outputs): Add gccbug.
12471         * Makefile.in (install-common): Install gccbug.
12472         (GCCBUG_INSTALL_NAME): New variable.
12473         * configure: Rebuilt.
12474
12475 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12476
12477         * function.c (put_var_into_stack): Use type_for_mode to calculate
12478         part_type.  Use MEM_SET_IN_STRUCT_P.
12479         * expr.c (store_field): Handle CONCAT.
12480         (store_constructor): Use fields_length.
12481         * tree.c (fields_length): New fn.
12482         * tree.h: Declare it.
12483
12484 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12485
12486         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12487         (cpplex.o): New target.
12488         * po/POTFILES.in: Add cpplex.c.
12489
12490         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12491         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12492         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12493         skip_block_comment, skip_line_comment, skip_comment,
12494         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12495         _cpp_parse_name, skip_string, parse_string,
12496         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12497         _cpp_get_directive_token, find_position,
12498         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12499         (maybe_macroexpand, _cpp_lex_token): New functions.
12500
12501         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12502         parse_goto_mark): Delete.
12503         (_cpp_handle_eof): New function.
12504         (_cpp_handle_directive): Rename from handle_directive.
12505         (_cpp_output_line_command): Rename from output_line_command.
12506         (do_if, do_elif): Call _cpp_parse_expr directly.
12507         * cppfiles.c (_cpp_read_include_file): Don't call
12508         init_input_buffer here.
12509         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12510         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12511         here; pop the token_buffer and skip the rest of the line here.
12512         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12513         here.
12514
12515         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12516         Define here.
12517         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12518         CPP_GOTO_MARK): New macros.
12519         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12520         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12521         _cpp_read_and_prescan, _cpp_init_input_buffer,
12522         _cpp_grow_token_buffer, _cpp_get_directive_token,
12523         _cpp_handle_directive, _cpp_handle_eof,
12524         _cpp_output_line_command): Prototype them here.
12525         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12526         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12527         quote_string, output_line_command): Remove.
12528
12529 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12530
12531         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12532         whether it is too large we must also verify that it isn't negative.
12533
12534 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12535
12536         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12537         (movsi_zero_liveg0): Remove.
12538         (movsf_insn_novis_liveg0): Remove.
12539         (negsi2): Remove.
12540         (negsi2_not_liveg0): Rename to negsi2.
12541         (one_cmplsi2): Remove.
12542         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12543         (one_cmplsi2_liveg0): Remove.
12544         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12545         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12546         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12547         (PREDICATE_CODES): Remove zero_operand.
12548         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12549         TARGET_BROKEN_SAVERESTORE.
12550         (zero_operand): Remove.
12551         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12552         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12553         options.
12554         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12555         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12556         TARGET_BROKEN_SAVERESTORE): Remove.
12557         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12558         Remove.
12559         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12560         Remove.
12561         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12562         Remove.
12563
12564         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12565
12566 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12567
12568         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12569         truncating a string.  Don't assume tokens are nul terminated.
12570         Problem noted by Andreas Jaeger <aj@suse.de>
12571
12572 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12573
12574         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12575         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12576         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12577
12578 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12579
12580         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12581         STRUCTURE_SIZE_BOUNDARY.
12582
12583 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12584
12585         * tree.h (record_layout_info_s): New structure.
12586         (record_layout_info): New type.
12587         (new_record_layout_info): New function.
12588         (layout_field): Likewise.
12589         (finish_record_layout): Likewise.
12590         * stor-layout.c (layout_record): Remove.
12591         (new_record_layout_info): New function.
12592         (layout_field): New function, broken out from layout_record.
12593         (finalize_record_size): Likewise.
12594         (compute_record_mode): Likewise.
12595         (finalize_type_size): New function, broken out from layout_type.
12596         (finish_record_layout): Likewise.
12597         (layout_type): Use them.
12598
12599 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12600
12601         * cpphash.c: Don't include version.h.
12602         (special_symbol) [case T_VERSION]: Look for the string in
12603         hp->value.cpval; don't use version_string.
12604         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12605         __VERSION__ to version_string.
12606         * Makefile.in (cpphash.o): Update deps.
12607
12608 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12609
12610         Convert cpplib to use libiberty/hashtab.c.
12611
12612         * cpplib.h (struct cpp_reader): Make hashtab and
12613         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12614         and ALL_INCLUDE_HASHSIZE macros.
12615
12616         * cpphash.h: Update prototypes.
12617         (struct hashnode): Remove next, prev, and bucket_hdr members.
12618         Make length a size_t.  Add hash member.
12619         (struct ihash): Remove next member.  Add hash member.  Make
12620         name a flexible array member.
12621
12622         * cppfiles.c: Include hashtab.h.
12623         (include_hash): Delete.
12624         (IHASHSIZE): New macro.
12625         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12626         (cpp_included): Do the hash lookup here.
12627         (_cpp_find_include_file): Rewrite.
12628         (cpp_read_file): Put the "fake" hash entry into the hash
12629         table.  Honor the control_macro, if it turns out we've seen
12630         the file before.  Don't push the buffer here.
12631         (_cpp_read_include_file): Push the buffer here.
12632         (OMODES): New macro.  Use it whenever we call open(2).
12633
12634         * cpphash.c: Include hashtab.h.
12635         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12636         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12637         _cpp_lookup_slot): New functions.
12638         (HASHSIZE): new macro.
12639         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12640         (_cpp_lookup): Use hashtab.h routines.
12641
12642         * cppinit.c: Include hashtab.h.
12643         (cpp_reader_init): Call _cpp_init_macro_hash and
12644         _cpp_init_include_hash.  Don't allocate hashtab directly.
12645         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12646         pfile->all_include_files.
12647         (initialize_builtins): Use _cpp_make_hashnode and
12648         htab_find_slot to add hash entries.
12649         (cpp_finish): Just call _cpp_dump_macro_hash.
12650         * cpplib.c: Include hashtab.h.
12651         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12652         create hash entries.
12653         (do_pragma_poison, do_assert): Likewise.
12654         (do_include): Don't push the buffer here.  Don't increment
12655         system_include_depth unless _cpp_read_include_file succeeds.
12656         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12657         or htab_remove_elt.
12658         (do_pragma_implementation): Use alloca to create copy.
12659
12660         * Makefile.in: Update dependencies.
12661
12662 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12663
12664         * cppinit.c (cl_directive_handler): More K&R fixing.
12665
12666 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12667
12668         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12669         STACK_BOUNDARY.
12670         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12671
12672 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12673
12674         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12675         Change from char[] to macros.
12676
12677 2000-03-12  Neil Booth  <NeilB@earthling.net>
12678
12679         * cppinit.c (cpp_start_read): Update indirect function
12680         call to K&R C.
12681
12682 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12683
12684         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12685         entry.
12686
12687         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12688         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12689
12690 2000-03-11  Neil Booth  <NeilB@earthling.net>
12691
12692         * cppinit.c (struct pending option): Replace undef with a
12693         pointer to a directive handling routine.
12694         (struct cpp_pending): Replace separate assert_ and define_
12695         lists with one directive_ list.
12696         (new_pending_define): Rename new_pending_directive. Extra
12697         argument is the directive's handling routine.
12698         (handle_option): Update to use new_pending_directive.
12699
12700 2000-03-11  Neil Booth  <NeilB@earthling.net>
12701
12702         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12703         remap_filename, _cpp_read_include_file, actual_directory,
12704         hack_vms_include_specification): Replace bcopy(), index() etc
12705         calls.  Add casts to some allocations.  Make some variables
12706         pointers to const [unsigned] char.
12707         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12708         collect_formal_parameters): Similarly.
12709         * cppinit.c (struct pending_option, append_include_chain,
12710         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12711         cpp_start_read, new_pending_define, handle_option): Similarly.
12712         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12713         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12714         do_pragma_implementation, detect_if_not_defined,
12715         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12716         do_assert, do_unassert): Similarly.
12717         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12718         function prototypes.
12719         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12720
12721 2000-03-10  Richard Henderson  <rth@cygnus.com>
12722
12723         * builtins.c (expand_builtin_strlen): Revert last change.
12724         Use emit_insn_before if we're at the beginning of a sequence.
12725
12726 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12727
12728         * builtins.c (expand_builtin_strlen): Make sure that we have something
12729         at the beginning of the sequence.
12730
12731         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12732         deferred inlines.
12733
12734         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12735
12736 2000-03-10  Richard Henderson  <rth@cygnus.com>
12737
12738         * except.c (can_throw): Use INTVAL on a CONST_INT.
12739         (reachable_handlers): Likewise.
12740         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12741
12742 2000-03-10  Andreas Jaeger  <aj@suse.de>
12743
12744         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12745         MD_STARTFILE_PREFIX since those are not needed on linux.
12746         (ASM_FILE_START): New, from mips/gnu.h.
12747
12748 2000-03-09  Richard Henderson  <rth@cygnus.com>
12749             Alex Samuel  <samuel@codesourcery.com> and others
12750
12751         * Makefile.in (ssa.o): New rule.
12752         (OBJS): Add ssa.o.
12753         (STAGESTUFF): Add *.ssa and *.ussa.
12754         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12755         * rtl.def (PHI): New RTL expression.
12756         * rtl.h (clear_log_links): New declaration.
12757         (convert_to_ssa): Likewise.
12758         (convert_from_ssa): Likewise.
12759         * flow.c (split_edge): If the entry node falls through to the
12760         split edge's source block, split the entry edge.
12761         (clear_log_links): New function.
12762         * toplev.c (ssa_dump): New variable.
12763         (flag_ssa): Likewise.
12764         (f_options): Add "ssa".
12765         (compile_file): Create SSA dump files.
12766         (rest_of_compilation): Go to and from SSA if enabled.
12767         (decide_d_option): Handle -de for SSA dump files.
12768         * ssa.c: New file.
12769
12770 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12771
12772         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12773         same as VAR_DECL.
12774
12775 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12776
12777         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12778
12779 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12780
12781         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12782         (MD_STARTFILE_PREFIX_1): New macro.
12783
12784 2000-03-09  Robert Lipe  <robertl@sco.com>
12785
12786         * config/ia64/ia64.c: Include system.h.
12787
12788 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12789
12790         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12791         (init_eh_nesting_info): Likewise.
12792
12793         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12794         (TREE_NOTHROW): Rename from TREE_RAISES.
12795         * toplev.c (rest_of_compilation): Set it.
12796         * print-tree.c (print_node): Adjust.
12797         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12798         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12799         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12800         REG_EH_REGION note as appropriate.
12801         (libfunc_nothrow): New fn.
12802         (emit_library_call, emit_library_call_value): Use it.
12803         (expand_call): Check TREE_NOTHROW.
12804
12805         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12806         DECL_ASSEMBLER_NAME.
12807
12808 2000-03-09  Andreas Jaeger  <aj@suse.de>
12809
12810         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12811         (TARGET_MEM_FUNCTIONS): Define.
12812
12813 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12814
12815         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12816
12817         * except.c (can_throw): See through a SEQUENCE.
12818         (nothrow_function_p): New fn.
12819         * except.h: Declare it.
12820         * function.c (current_function_nothrow): New var.
12821         (prepare_function_start): Initialize it.
12822         * output.h: Declare it.
12823         * toplev.c (rest_of_compilation): Set it.
12824         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12825
12826 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12827
12828         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12829         match.  (cpp_compare_defs): Count the nul separator when
12830         advancing over argument names.
12831
12832 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12833
12834         * recog.c (preprocess_constraints): Matching constraints affect
12835         same alternative/different operand, not same operand/different
12836         alternative.
12837
12838         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12839         register and a constant specially.
12840
12841 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12842
12843         * libgcc2.h: New file.
12844         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12845
12846 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12847
12848         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12849         * configure: Regenerate.
12850         * config/ia64: New.
12851
12852 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12853
12854         * Makefile.in (LIBCPP_DEPS): New macro.
12855         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12856         it to declare deps.
12857         * cpperror.c: Include cpphash.h.
12858         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12859         dingleberry.
12860         (lex): Don't use CPP_WARN_UNDEF.
12861         (_cpp_parse_expr): Return an int, the truth value.
12862         * cppfiles.c: Include cpphash.h.
12863         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12864         * cppinit.c (include_defaults_array): Disentangle.
12865         (cpp_cleanup): Don't free the if stack here.
12866         (cpp_finish): Pop off all buffers, not just one.
12867         * cpplib.c (eval_if_expr): Return int.
12868         (do_xifdef): Rename do_ifdef.
12869         (handle_directive): Don't use CPP_PREPROCESSED.
12870         (cpp_get_token): Don't use CPP_C89.
12871         * fix-header.c: Don't use CPP_OPTIONS.
12872
12873         * cpplib.h: Move U_CHAR, enum node_type, struct
12874         file_name_list, struct ihash, is_idchar, is_idstart,
12875         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12876         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12877         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12878         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12879         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12880         of _cpp_simplify_pathname, _cpp_find_include_file,
12881         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12882         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12883         cppinit.c.
12884         Change all uses of U_CHAR to be unsigned char instead.
12885         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12886
12887 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12888
12889         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12890         (dwarf2out_begin_prologue): Set it.
12891         (output_call_frame_info): Don't emit EH unwind info for leaves.
12892
12893         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12894         can occur outside of an EH region.
12895         * except.c: Correct comments about rethrow behavior.
12896         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12897
12898 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12899
12900         * flow.c (make_edges): Always call make_eh_edge for calls.
12901
12902 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12903
12904         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12905         (struct cpp_buffer): Remove fname and underflow fields.
12906         (struct cpp_reader): Remove get_token field.
12907         (struct include_hash): Rename to struct ihash.  Add typedef to
12908         IHASH.
12909         (struct if_stack): Remove fname field.
12910         (IF_STACK_FRAME): Rename to IF_STACK.
12911
12912         * cpperror.c (print_containing_files): Trust that there are no
12913         macro buffers below the top file buffer.
12914         * cppfiles.c: Replace all references to 'struct include_hash'
12915         with 'IHASH'.  Rename initialize_input_buffer to
12916         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12917         use buffer->ihash->name instead.
12918         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12919         not CPP_NULL_BUFFER.
12920         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12921         IF_STACK_FRAME, IHASH not struct include_hash.
12922         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12923         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12924         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12925         references to cpp_buffer->fname (delete entirely, or use
12926         ->ihash->name instead) and IF_STACK->fname.
12927         (cpp_push_buffer): Don't set new->underflow.
12928         (do_include): Use cpp_file_buffer.
12929
12930         * cpphash.c (collect_formal_parameters): Remove duplicate
12931         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12932         used as a macro argument name.  Don't append "..." to namebuf
12933         for varargs macros.  After we're done scanning, go through
12934         namebuf and make it NUL separated, not comma separated.
12935         (_cpp_compare_defs): Remove register tag from variables.
12936         Expect defn->argnames to be NUL separated.
12937         (_cpp_dump_definition): Expect defn->argnames to be NUL
12938         separated and in forward order.
12939         * cpphash.h: Update documentation of argnames field.
12940
12941 2000-03-08  Richard Henderson  <rth@cygnus.com>
12942
12943         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12944         to fail.  Don't pre-expand the source operand.
12945
12946         * i386.md (strlensi): Initialize eoschar and align before use.
12947
12948 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12949
12950         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12951         CONSTRUCTOR element.
12952
12953 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12954
12955         * mips.c (mips_expand_prologue): If the last
12956         named argument is the vararg marker "va_list", treat it as
12957         an unnamed argument.
12958
12959 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12960
12961         * dbxout.c (dbxout_parms): When correcting for promoted
12962         big-endian parameters, use the mode of the DECL_RTL rather
12963         than UNITS_PER_WORD.
12964
12965 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12966
12967         * c-common.h (make_fname_decl): Declare.
12968         * c-common.c (make_fname_decl): Define.
12969         (declare_hidden_char_array): Remove.
12970         (declare_function_name): Use make_fname_decl.
12971         * c-decl.c (c_make_fname_decl): New function.
12972         (init_decl_processing): Set make_fname_decl.
12973
12974 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12975
12976         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12977
12978 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12979
12980         * po/POTFILES.in: Remove cppalloc.c from file list.
12981
12982 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12983
12984         * pj.c (pj_expand_prologue): current_function->args_info is
12985         now current_function_args_info.
12986
12987         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12988         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12989         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12990
12991 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12992
12993         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12994         output as hexadecimal rather than the default octal.
12995
12996 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12997
12998         * cpphash.c (special_symbol): Fix thinko in previous commit.
12999
13000 2000-03-07  Neil Booth  <NeilB@earthling.net>
13001
13002         * cppexp.c (struct operation, left_shift, right_shift,
13003         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
13004         "int"s to "unsigned int"s.
13005         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
13006         Similarly.
13007         * cpplib.h: Update for above.
13008         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
13009         returned from allocations.
13010
13011         * cppinit.c (opt_comp, parse_options): New functions.
13012         (handle_option): Use parse_option to parse a single command
13013         line option, that possibly takes an argument.
13014         (cpp_handle_options): Sort the array of command line options on
13015         first invocation (non-ASCII hosts only).
13016         (print_help): Update.
13017
13018 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
13019
13020         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
13021         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
13022
13023         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
13024         initialized.
13025         * cppinit.c (cpp_cleanup): Free imp->nshort also.
13026
13027         * cpperror.c (cpp_print_containing_files,
13028         cpp_print_file_and_line, v_cpp_message): Rename to
13029         print_containing_files, print_file_and_line, and v_message.
13030         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
13031         to _cpp_parse_expr, parse_escape, and lex.
13032         (parse_charconst): Remove broken multibyte support.
13033         * cppfiles.c (include_hash): Make static.
13034         (cpp_included): New function.
13035         (merge_include_chains, find_include_file, finclude,
13036         simplify_pathname): Rename to _cpp_merge_include_chains,
13037         _cpp_find_include_file, _cpp_read_include_file, and
13038         _cpp_simplify_pathname.
13039         * cpphash.c (cpp_lookup, free_definition, delete_macro,
13040         cpp_install, create_definition, macroexpand, compare_defs,
13041         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
13042         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
13043         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
13044         * cppinit.c (cpp_handle_option): Rename to handle_option, make
13045         static.
13046         * cpplib.c: Remove extern prototype of cpp_parse_expr.
13047
13048         * cpphash.h: Update prototypes.
13049         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
13050
13051 2000-03-07  Andrew Haley  <aph@cygnus.com>
13052
13053         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
13054         PTRDIFF_TYPE should be based solely on Pmode.
13055         (SIZE_TYPE): ditto.
13056
13057 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13058
13059         * rtl.h (rtunion_def): Constify member `rtstr'.
13060         (emit_line_note_after, emit_line_note, emit_line_note_force,
13061         emit_note, decode_asm_operands): Constify.
13062
13063         * cse.c (canon_hash): Likewise.
13064
13065         * dbxout.c (dbxout_block): Likewise.
13066
13067         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
13068         v_warning_for_asm): Likewise.
13069
13070         * dwarfout.c (function_start_label): Likewise.
13071
13072         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
13073         emit_line_note_force): Likewise.
13074
13075         * final.c (last_filename, asm_insn_count, final_scan_insn,
13076         output_source_line): Likewise.
13077
13078         * function.h (struct emit_status): Likewise.
13079
13080         * gcse.c (hash_expr_1): Likewise.
13081
13082         * genattr.c (gen_attr, main): Likewise.
13083
13084         * genattrtab.c (struct function_unit, current_alternative_string,
13085         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
13086         attr_numeral, check_attr_test, check_attr_value,
13087         convert_set_attr_alternative, convert_set_attr,
13088         compute_alternative_mask, simplify_by_exploding, gen_attr,
13089         gen_unit): Likewise.
13090
13091         * genflags.c (gen_insn): Likewise.
13092
13093         * gengenrtl.c (type_from_format): Likewise.
13094
13095         * genopinit.c (gen_insn): Likewise.
13096
13097         * genoutput.c (n_occurrences, process_template, process_template):
13098         Likewise.
13099
13100         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13101         Likewise.
13102
13103         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13104         Likewise.
13105
13106         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
13107         ggc_set_mark, ggc_get_size): Likewise.
13108
13109         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
13110
13111         * optabs.c (init_one_libfunc): Likewise.
13112
13113         * output.h (assemble_start_function): Likewise.
13114
13115         * recog.c (decode_asm_operands): Likewise.
13116
13117         * toplev.c (rest_of_compilation): Likewise.
13118
13119         * tree.h (emit_line_note_after, emit_line_note,
13120         emit_line_note_force): Likewise.
13121
13122         * varasm.c (asm_output_bss, asm_output_aligned_bss,
13123         asm_emit_uninitialised, assemble_start_function,
13124         assemble_variable, const_hash, compare_constant_1,
13125         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
13126
13127         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
13128
13129         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
13130
13131         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
13132
13133         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
13134
13135         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
13136         arm_dllimport_name_p): Likewise.
13137
13138         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
13139         Likewise.
13140
13141         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
13142
13143         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13144
13145         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
13146         arm_mark_dllexport, arm_mark_dllimport,
13147         arm_pe_encode_section_info): Likewise.
13148
13149         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
13150         ASM_FINISH_DECLARE_OBJECT): Likewise.
13151
13152         * arm/thumb.c (thumb_function_prologue): Likewise.
13153
13154         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
13155
13156         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13157
13158         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
13159
13160         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
13161
13162         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
13163
13164         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13165
13166         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
13167         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
13168
13169         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
13170
13171         * i386/i386.c (asm_output_function_prefix): Likewise.
13172
13173         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
13174
13175         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13176
13177         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
13178
13179         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
13180         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
13181         ASM_OUTPUT_SECTION_NAME): Likewise.
13182
13183         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
13184
13185         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
13186
13187         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
13188
13189         * m32r/m32r.c (m32r_encode_section_info): Likewise.
13190
13191         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13192
13193         * mcore/mcore.c (mcore_encode_section_info): Likewise.
13194
13195         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13196
13197         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13198
13199         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13200
13201         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
13202
13203         * mips/mips.md (movdi, movsi): Likewise.
13204
13205         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13206
13207         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13208
13209         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13210
13211         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
13212         ASM_OUTPUT_ASCII): Likewise.
13213
13214         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
13215         output_mi_thunk, output_toc): Likewise.
13216
13217         * rs6000/rs6000.md (movsi): Likewise.
13218
13219         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
13220
13221         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
13222
13223         * v850/v850.c (print_operand, print_operand_address,
13224         v850_encode_data_area): Likewise.
13225
13226 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
13227
13228         * config/mips/mips.md (zero_extendsidi2): Always force operand
13229         one to memory for mips16.
13230
13231 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13232
13233         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
13234         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
13235         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
13236         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
13237         (min_precision): Result is unsigned.
13238         (add_double, neg_double, mul_double): Low word is unsigned.
13239         (lshift_double, rshift_double, lrotate_double): Likewise.
13240         (rrotate_double, div_and_round_double): Likewise.
13241         (tree_floor_log2, compare_tree_int): New functions.
13242         (preserve_rtl_expr_temps): New declaration.
13243         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
13244         (decl_attributes): Use tree_log2 to find alignment.
13245         Check for TREE_INT_CST_HIGH for format args.
13246         (min_precision): Now unsigned.
13247         Use tree_floor_log2.
13248         (truthvalue_conversion): Delete long-disabled code.
13249         * c-decl.c (finish_struct): Clean up tests on field width.
13250         (finish_function): Use compare_tree_int.
13251         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
13252         * c-typeck.c (comptypes): Use tree_int_cst_equal.
13253         (default_conversion, digest_init): Use compare_tree_int.
13254         (build_binary_op): Use integer_all_onesp and compare_tree_int.
13255         Fix type errors in forming masks.
13256         * calls.c (initialize_argument_information): Use compare_tree_int.
13257         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13258         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
13259         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
13260         (store_field): Use compare_tree_int.
13261         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
13262         (expand_expr, case ARRAY_REF): Use compare_tree_int.
13263         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
13264         (do_store_flag): Use compare_tree_int.
13265         * fold-const.c (encode, decode): Low part is always unsigned.
13266         (force_fit_type, add_double, neg_double, mul_double): Likewise.
13267         (lshift_double, rshift_double, lrotate_double): Likewise.
13268         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
13269         (fold_convert): Use compare_tree_int.
13270         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
13271         (invert_truthvalue, case INTEGER_CST): Likewise.
13272         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
13273         * mkdeps.c (deps_dummy_targets): Make I unsigned.
13274         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
13275         (lshift_double, rshift_double, lrotate_double, rrotate_double):
13276         Likewise.
13277         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
13278         (expand_end_case): Use compare_tree_int.
13279         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13280         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
13281         (layout_decl): Likewise.
13282         (layout_record, layout_union): Make sizes unsigned.
13283         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
13284         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
13285         * tree.c (struct type_hash): hashcode is unsigned.
13286         (build_type_attribute_variant, type_hash_list): Likewise.
13287         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
13288         (attribute_hash_list, build_array_type, build_method_type): Likewise.
13289         (build_complex_type): Likewise.
13290         (real_value_from_int_cst): Remove unneeded casts.
13291         (integer_all_onesp): Add casts.
13292         (tree_floor_log2, compare_tree_int): New functions.
13293         (build_index_type): Use tree_int_cst_sgn.
13294         * varasm.c (assemble_variable): Use compare_tree_int.
13295
13296 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
13297
13298         * cpphash.c (collect_expansion): Also catch ## at start of macro.
13299
13300         * varasm.c (make_decl_rtl): Don't add a number to members of
13301         local classes.
13302         (make_function_rtl): Likewise.
13303
13304 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13305
13306         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
13307         patch from 2000-01-28.
13308
13309 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
13310
13311         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
13312         filled with an insn from the jump target.
13313
13314 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13315
13316         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
13317         (c4x_external_ref): Likewise.
13318         * config/c4x/c4x.c (struct name_list): Likewise.
13319
13320 1999-12-16  Ben Collins  <bcollins@debian.org>
13321
13322         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
13323         argument to genmultilib.
13324         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
13325         the contents into the multilib.h header.
13326         * gcc.c: Declare multilib_exclusions for the specs file.
13327         (set_multilib_dir): Use it.
13328         (print_multilib_info): Likewise.
13329         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
13330         to pass to genmultilib.
13331
13332 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13333
13334         * builtins.c (built_in_class_names, built_in_names): Constify a
13335         char*.
13336
13337         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
13338         int.
13339         (_mcleanup): Ensure value matches format specifier in sprintf.
13340
13341         * cpphash.c (special_symbol): Don't needlessly cast away
13342         const-ness.
13343
13344         * cppinit.c (base_name): Delete unused prototype.
13345
13346         * mkdeps.c (deps_init): Make definition K&R safe.
13347
13348         * tree.h (built_in_class_names, built_in_names): Constify a
13349         char*.
13350
13351 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
13352
13353         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
13354         floating point instructions for epilogue delay.
13355
13356         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
13357         to gas if it supports .register pseudo.
13358
13359         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
13360         LONG_DOUBLE_TYPE_SIZE if not defined.
13361         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
13362         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
13363         * real.c: Likewise.
13364         * gengenrtl.c: Likewise.
13365         * print-rtl.c: Likewise.
13366         * rtl.c: Likewise.
13367         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
13368         MASK_LONG_DOUBLE_128.
13369         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
13370         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
13371         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
13372         (SUBTARGET_SWITCHES): Define.
13373         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
13374         with -mlong-double-128.
13375         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13376         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13377         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13378         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
13379         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
13380         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
13381         with -mlong-double-128.
13382         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13383         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13384         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13385         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
13386         TARGET_LONG_DOUBLE_128): Define.
13387         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
13388         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
13389         long double on TARGET_ARCH64.
13390
13391 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
13392
13393         * function.c (free_temps_for_rtl_expr): Don't free slots
13394         that have been pushed into a higher level.
13395
13396         Revert this patch:
13397         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13398
13399 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13400
13401         * basic-block.h (ALLOCA_REG_SET): Remove.
13402         (INITIALIZE_REG_SET): New macro.
13403         * flow.c (update_life_info): Use it.
13404         (calculate_global_regs_live): Likewise.
13405         (propagate_block): Likewise.
13406         * global.c (build_insn_chain): Likewise.
13407         * haifa-sched.c (schedule_region): Likewise.
13408
13409 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13410
13411         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13412         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13413         (DWARF_ARANGES_PAD_SIZE): New define.
13414         (output_aranges): Use it to pad the address range header.
13415         (DWARF_ROUND): Fix for non power of 2 rounding.
13416
13417 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13418
13419         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13420
13421 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13422
13423         * tree.def (RTL_EXPR): Update documentation.
13424         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13425         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13426         * function.c (preserve_rtl_expr_temp): New function.
13427         (preserve_rtl_expr_temps): Likewise.
13428         (preserve_rtl_expr_result): Use it.
13429
13430         Revert this patch:
13431         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13432
13433 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13434
13435         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13436         for unchanging destination.
13437
13438 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13439
13440         * function.h (struct sequence_stack): Remove rtl_expr.
13441         (struct emit_staus): Likewise.
13442         (seq_rtl_expr): Remove.
13443         * tree.h (free_temps_for_rtl_expr): Don't declare.
13444         (start_sequence_for_rtl_expr): Likewise.
13445         * rtl.h (preserve_rtl_expr_result): Likewise.
13446         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13447         (start_sequence_for_rtl_expr): Remove.
13448         (push_topmost_sequence): Don't save sequence_rtl_expr.
13449         (pop_topmost_sequence): Remove comment about not restoring it.
13450         (end_sequence): Don't set seq_rtl_expr.
13451         (init_emit): Don't initialize it.
13452         (mark_sequence_stack): Don't mark it.
13453         (mark_emit_status): Likewise.
13454         * except.c (protect_with_terminate): Use
13455         start_sequence_for_rtl_expr, not start_sequence.
13456         * expr.c (expand_expr, case RTL_EXPR): Don't call
13457         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13458         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13459         (preserve_rtl_expr_result): Remove.
13460         (free_temps_for_rtl_expr): Likewise.
13461         (pop_temp_slots): Likewise.
13462         (mark_temp_slot): Don't mark the rtl_expr.
13463         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13464         start_sequence_for_rtl_expr.
13465
13466 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13467
13468         * mkdeps.c, mkdeps.h: New files.
13469         * po/POTFILES.in: Add them.
13470         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13471         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13472         (mkdeps.o): New target.
13473
13474         * cppfiles.c: Delete deps_output.
13475         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13476         OBJECT_SUFFIX, and base_name.
13477         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13478         the include hash.
13479         (initialize_dependency_output): Use deps_init,
13480         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13481         all the unnecessary string bashing.
13482         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13483         level.
13484         * cpplib.c (do_include): Use deps_add_dep.
13485         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13486         deps_allocated_size, deps_size, deps_column members with
13487         single pointer to a struct deps.  Delete prototype of
13488         deps_output.
13489
13490         * cppinit.c: Fix thinko in previous patch.
13491
13492 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13493
13494         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13495         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13496         (mode_for_size_tree): New function.
13497         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13498         * tree.h (mode_for_size_tree): New declaration.
13499
13500         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13501
13502 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13503
13504         * stmt.c (is_body_block): Move...
13505         * dwarfout.c, dwarf2out.c: ...from here.
13506         * tree.h: Declare it.
13507         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13508         * final.c (final_start_function): Do call remove_unnecessary_notes
13509         when scheduling.
13510
13511 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13512
13513         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13514
13515         * cpplib.h (_dollar_ok): New macro.
13516         (is_idchar, is_idstart): Use it.
13517         (IStable): Rename to _cpp_IStable.  Declare it const if
13518         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13519         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13520         is_space): Update for renamed IStable.
13521
13522         * cppinit.c: Delete all references to FAKE_CONST and CAT
13523         macros. Define init_IStable as empty macro if gcc >=2.7 or
13524         C99. Change TABLE() to ISTABLE and hardcode name of table.
13525         (cpp_start_read): Don't change the IStable based on
13526         dollars_in_ident.
13527
13528         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13529         changed.  Handle '$' for char1 correctly.
13530         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13531
13532         * cppexp.c (tokentab2): Make const.
13533         (cpp_lex): Make toktab const.
13534         * cppinit.c (include_defaults_array): Make const.
13535         (initialize_standard_includes): Make default_include const.
13536
13537 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13538
13539         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13540         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13541         (gen_decl_die): Likewise.
13542         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13543         (output_decl): Likewise.
13544
13545         * varasm.c (make_function_rtl): If we change the name used in the
13546         rtl, update DECL_ASSEMBLER_NAME accordingly.
13547         (make_decl_rtl): Likewise.
13548
13549         * toplev.c (rest_of_compilation): Tweak formatting.
13550
13551         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13552         remove_unnecessary_notes.
13553         (debug_ignore_block): New fn.
13554         * toplev.h: Declare it.
13555         * emit-rtl.c (remove_unncessary_notes): Call it.
13556         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13557         * dwarf2out.h: Declare it.
13558         * final.c (final_start_function): Don't call remove_unnecessary_notes
13559         if we did insn scheduling.
13560
13561 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13562
13563         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13564         * cpplib.h: Delete SET_CPP_PEDANTIC.
13565
13566 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13567
13568         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13569         result is a RECORD_TYPE.
13570
13571 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13572
13573         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13574
13575 2000-03-03  Richard Henderson  <rth@cygnus.com>
13576
13577         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13578         addition over compliments over shifts.
13579
13580 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13581
13582         * reload1.c (reload_combine_note_use): Handle return register USEs.
13583         REG case: Handle multi-hard-register hard regs.
13584
13585 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13586
13587         * md.texi: Document use of '*' in insn pattern name.
13588
13589 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13590
13591         * calls.c (special_function_p): operator new may not be malloc-like.
13592
13593         * gcse.c (dump_hash_table): Really fix error in last change.
13594
13595 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13596
13597         * avr.c (print_operand): Use print_operand_address instead of
13598         output_addr_const.
13599         * avr/libgcc.S: Cleanup code.
13600
13601 2000-03-02  Richard Henderson  <rth@cygnus.com>
13602
13603         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13604
13605 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13606
13607         * tree.h (TYPE_ALIGN_UNIT): New macro.
13608
13609 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13610
13611         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13612
13613 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13614
13615         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13616         for the buffer.
13617         (SET_CPP_PEDANTIC): New macro.
13618         * cpplib.c (do_include): Don't bother checking system_header_p.
13619         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13620         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13621
13622         * function.h (struct expr_status): Add x_arg_space_so_far.
13623         (arg_space_so_far): New macro.
13624         * expr.c (init_expr): Initialize it.
13625         * calls.c (emit_call_1): Reset it.
13626         (compute_argument_block_size, expand_call): Use it.
13627         (expand_call, store_one_arg): Increment it.
13628
13629 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13630
13631         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13632         a UNION_TYPE.
13633
13634 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13635
13636         * cppfiles.c (cpp_read_file): New function.
13637
13638         * cpphash.c (collect_expansion): Make sure to reset last_token
13639         to NORM when we hit a string.  Handle trailing whitespace
13640         properly when the expansion is empty.
13641         (create_definition): Disable line commands while parsing the
13642         directive line.
13643         (dump_definition): If pfile->lineno == 0, output a line
13644         command ahead of the dump, and add a trailing newline.
13645
13646         * cppinit.c (append_include_chain): Add fifth argument, which
13647         indicates whether or not system headers are C++ aware.
13648         (initialize_standard_includes): New function,
13649         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13650         the include_defaults_array on to append_include_chain.
13651         (dump_special_to_buffer): Const-ify char array.
13652         (builtin_array): Don't dump __BASE_FILE__.
13653         (cpp_start_read): Use cpp_read_file.  Reorder code for
13654         clarity.  Don't output line commands here for -D/-A/-U
13655         switches.  Don't call deps_output for files included with
13656         -include or -imacros.
13657
13658         * cpplib.c (do_define): Don't pay any attention to the second
13659         argument.
13660         (cpp_expand_to_buffer): Disable line commands while scanning.
13661         (output_line_command): Work in the file buffer.
13662         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13663         Fix formatting of comments.  Prototype cpp_read_file.
13664
13665 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13666
13667         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13668         reference the language-equivalent of sizetype.
13669         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13670         * fold-const.c (size_binop, size_diffop): Put back checks.
13671         * gcse.c (dump_hash_table): Fix minor error in last change.
13672         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13673         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13674         all sizetypes.
13675
13676 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13677
13678         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13679         with inhibit_defer_pop set.
13680
13681 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13682
13683         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13684         the DECL_SIZE for a FIELD_DECL.
13685
13686 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13687
13688         * fixinc/inclhack.tpl: remove unused symlinks
13689         * fixinc/README: GCC Maintainer info
13690         * fixinc/inclhack.sh: regen
13691         * fixinc/fixincl.sh: regen
13692
13693 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13694
13695         * cpphash.c (collect_expansion): Trim trailing white space
13696         from macro definitions, but don't go past the last insertion
13697         point.
13698
13699 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13700
13701         * i386.md (mulqi3): New pattern.
13702
13703 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13704
13705         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13706         token types.
13707         (struct cpp_reader): Add parsing_if_directive and
13708         parsing_define_directive flags.
13709         (struct cpp_options): Remove output_conditionals flag.
13710         (check_macro_name): Delete prototype.
13711
13712         * cpphash.h (struct macrodef): Delete.
13713         (struct reflist): Separate from struct definition.
13714         (struct definition): Remove unused fields.  Add column number.
13715         (create_definition): Returns a DEFINITION *.  Takes a
13716         cpp_reader * and an int.
13717
13718         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13719         (PEEKC): Copy defn from cpplib.c.
13720         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13721         (struct arg): New.
13722         (struct arglist): Simplify.
13723         (collect_expansion): Rewrite.  Get tokens by calling
13724         cpp_get_token.  Add more error checking.
13725         (collect_formal_parameters): New function, broken out of
13726         create_definition and reworked to use get_directive_token.
13727         (create_definition): All real work is now in collect_expansion
13728         and collect_formal_parameters.  do_define handles finding the
13729         macro name.  Return a DEFINITION, not a MACRODEF.
13730         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13731         character-at-a-time copy loop with memcpy and pointer increments.
13732         (compare-defs): d1->argnames / d2->argnames might be null.
13733
13734         * cpplib.c (copy_rest_of_line): Delete function.
13735         (skip_rest_of_line): Do all the work ourselves.
13736         (skip_string): New function.
13737         (parse_string): Use skip_string.
13738         (get_macro_name): New function.
13739         (check_macro_name): Delete.
13740         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13741         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13742         (handle_directive): ICE if we're called on a macro buffer.
13743         (do_define): Determine macro name and type (funlike/objlike)
13744         here.  Expunge all uses of MACRODEF.
13745         (cpp_push_buffer): Set line_base to NULL.
13746         (do_undef, read_line_number): Don't worry about getting a POP token.
13747         (eval_if_expression): Set/reset parsing_if_directive around
13748         cpp_parse_expr. Don't clear only_seen_white.
13749         (skip_if_group): Remove output_conditionals logic.  Use
13750         skip_rest_of_line.
13751         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13752         tokens under appropriate conditions.
13753         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13754
13755         * cppexp.c (parse_defined): New function, break out of
13756         cpp_lex.
13757         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13758         ourselves, with cpp_defined.
13759         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13760
13761         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13762         * gcc.dg/strpaste-2.c: New.
13763
13764 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13765
13766         * fold-const.c (size_binop): Don't asert inputs are the same and
13767         have TYPE_IS_SIZETYPE set.
13768         (size_diffop): Likewise.
13769
13770 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13771
13772         * dwarfout.c (output_block): Output abstract blocks even if they
13773         don't have TREE_ASM_WRITTEN set.
13774
13775         * calls.c (emit_library_call): Check for null REG.
13776
13777 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13778
13779         * c-decl.c (current_function_decl): Move to toplev.c.
13780         (init_decl_processing): Don't add current_function_decl as a ggc
13781         root here.
13782         * dbxout.c (dbxout_symbol): Change return type to int.
13783         (dbxout_symbol_location, dbxout_syms): Likewise.
13784         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13785         any locals. Use current_function_func_begin_label if set.
13786         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13787         * dwarf2out.c (dwarf2out_begin_prologue): Set
13788         current_function_func_begin_label.
13789         * final.c (final_start_function): Reset it.
13790         * toplev.c (current_function_decl): Define it here.
13791         (current_function_func_begin_label): New variable.
13792         (main): Add both as ggc roots.
13793         * tree.h (current_function_func_begin_label): Declare.
13794
13795 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13796
13797         * gcse.c: Cleanups throughout: mostly white-space, but also
13798         some minor rearrangement of code.
13799
13800 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13801
13802         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13803         returns a PARALLEL.  Use emit_group_load and use_group_regs
13804         as needed.
13805         (emit_library_call_value): Similarly.
13806
13807         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13808         * pa/quadlib.asm: Remove.
13809         * pa/quadlib.c: New file.
13810
13811         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13812         * configure: Rebuilt.
13813
13814 2000-02-29  Philip Blundell  <pb@futuretv.com>
13815
13816         * config/arm/conix-elf.h: New file.
13817         * configure.in (arm*-*-conix*): New configuration.
13818         * configure: Regenerate.
13819
13820 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13821
13822         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13823         don't have TREE_ASM_WRITTEN set.
13824
13825 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13826
13827         * Eliminate DECL_FIELD_SIZE.
13828         * builtins.c (built_in_class_names, built_in_names): New variables.
13829         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13830         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13831         DECL_SIZE, not DECL_FIELD_SIZE.
13832         * print-tree.c (print_node): Remove code that prints extra blank
13833         lines in some cases.
13834         Properly handle inline and builtin function cases.
13835         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13836         * tree.h (built_in_class_named, built_in_names): New declarations.
13837         (union tree_decl): Rename internal unions to u1 and u2 and change
13838         some of their components.
13839         Add new field built_in_class.
13840         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13841         Reflect above changes.
13842         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13843         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13844         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13845         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13846
13847 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13848
13849         * extend.texi: Document ARM's support for long/short calls.
13850
13851         * invoke.texi: Document ARM's -mlong-calls command line switch.
13852
13853         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13854         (arm_encode_call_attribute): Add prototype.
13855         (arm_set_default_type_attribute): Add prototype.
13856         (arm_strip_name_encoding): Add prototype.
13857
13858         * config/arm/arm.c (arm_init_cumulative_args): replace
13859         initialisation og 'long_calls' field with initialisation of
13860         'call_cookie' field.
13861         (enum arm_pragma_enum): New enum.
13862         (arm_pragma_long_calls): New static variable.
13863         (arm_process_pragma): Also process "#pragma long_calls_off".
13864         (arm_valid_type_attribute_p): Accept short_call attribute.
13865         (arm_comp_type_attributes): Check long/short call attributes.
13866         (arm_encode_call_attribute):  New function:  Encode long_call
13867         or short_call attribute in function name.
13868         (arm_set_default_type_attributes): New function: Assign
13869         default attributes to newly defined type.
13870         (current_file_function_operand): New function: Return true if
13871         the symbol is a function which has already been compiled.
13872         (arm_is_longcall_p): New function: Return true if the
13873         indicated function should be called via a long call.
13874         (arm_get_strip_length): New function.  Returns number of
13875         prefix characters to be stripped from a function's name.
13876         (arm_strip_name_encoding): New function.  Strip prefix characters
13877         from a function's name.
13878
13879         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13880         with 'call_cookie'.
13881         (SHORT_CALL_FAG_CHAR): Define.
13882         (LONG_CALL_FAG_CHAR): Define.
13883         (ENCODED_SHORT_CALL_ATTR_P): Define.
13884         (ENCODED_LONG_CALL_ATTR_P): Define.
13885         (ARM_NAME_ENCODING_LENGTHS): Define.
13886         (STRIP_NAME_ENCODING): Define.
13887         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13888         (ARM_ENCODE_CALL_TYPE): Define.
13889         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13890         (ARM_DECLARE_FUNCTION_SIZE): Define.
13891         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13892
13893         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13894         if a long call is needed.
13895         (call_value): Ditto.
13896         (call_symbol): Ditto.
13897
13898         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13899         ARM_DECLARE_FUNCTION_SIZE.
13900
13901         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13902         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13903         (ARM_STRIP_NAME_ENCODING): Undefine.
13904         (STRIP_NAME_ENCODING): Undefine.
13905         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13906         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13907         (ASM_OUTPUT_COMMON): Ditto.
13908         (ASM_DECLARE_OBJECT_NAME): Ditto.
13909
13910         * config/arm/pe.c (arm_dllexport_name_p): Check for
13911         ARM_PE_FLAG_CHAR.
13912         (arm_dllimport_name_p): Ditto.
13913         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13914         (arm_mark_dllimport): Ditto.
13915
13916 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13917
13918         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13919
13920 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13921
13922         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13923
13924 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13925
13926         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13927         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13928         NO_BUILTIN_WCHAR_TYPE is not defined.
13929         (CPP_WCHAR_TYPE): Delete.
13930         * cccp.c (main): Don't change wchar_type if cplusplus.
13931         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13932
13933 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13934
13935         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13936
13937 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13938
13939         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13940         (ASM_WEAKEN_LABEL): Define.
13941
13942 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13943
13944         * expr.c (store_constructor): Do not emit USE.
13945         * rtl.h (stupid_life_analysis): Remove.
13946
13947 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13948
13949         * function.c (number_blocks): Reset next_block_index based on
13950         what debugging format is used, not what is defined.
13951
13952         * lcm.c: Minor reformatting throughout.
13953         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13954
13955         * toplev.c (rest_of_compilation): Account for time in
13956         optimize_mode_switching.
13957
13958         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13959         if only marking labels.
13960
13961 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13962
13963         * calls.c (expand_call): Attempt to combine stack adjustments with
13964         pending stack adjustments.
13965
13966 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13967
13968         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13969         to the end of the function.
13970
13971 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13972
13973         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13974         blocks.
13975         * final.c (next_block_index): Remove.
13976         (max_block_depth): Likewise.
13977         (pending_blocks): Likewise.
13978         (init_final): Don't initialize them.
13979         (final_start_function): Don't set next_block_index.  Set up
13980         BLOCK_NUMBER.
13981         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13982         * function.h (number_blocks): New function.
13983         * function.c (get_block_vector): New function.
13984         (identify_blocks): Use it.
13985         (reorder_blocks): Set NOTE_BLOCK.
13986         (number_blocks): New function.
13987         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13988         * tree.h (BLOCK_NUMBER): New macro.
13989         (tree_block): Add block_num field.
13990         * dbxout.c (next_block_number): Remove.
13991         (dbxout_init): Don't set it.
13992         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13993         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13994         block numbers.
13995         * toplev.c (rest_of_compilation): Always call
13996         find_loop_tree_blocks.  Fix indentation.
13997         * dwarf2out.c (next_block_number): Remove.
13998         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13999         to determine block numbers.
14000         (gen_inlined_subroutine_die): Likewise.
14001         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
14002         (decls_for_scope): Don't increment next_block_number.
14003         * dwarfout.c (next_block_number): Remove.
14004         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
14005         to determine block numbers.
14006         (output_inlined_subroutine_die): Likewise.
14007         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
14008         (output_decls_for_scope): Don't increment next_block_number.
14009         * sdbout.c (next_block_number): Remove.
14010         (sdbout_block): Use BLOCK_NUMBER.
14011         (sdbout_begin_block): Simplify.
14012         * xcoffout.c (next_block_number): Remove.
14013         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
14014         (xcoffout_begin_block): Don't set next_block_number.
14015         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
14016         next_block_number.
14017
14018 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14019
14020         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
14021         (expand_builtin_strcpy): Pass correct type to size_binop.
14022         (expand_builtin_strcmp): Likewise.
14023         Clean up conditional structure.
14024         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
14025         (complete_array_type): Don't use size_binop for MAXINDEX.
14026         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
14027         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
14028         (c_alignof): Use size_one_node.
14029         (build_unary_op): Pass arg of proper type to size_binop.
14030         (really_start_incremental_init, push_init_level): Use sizetype for
14031         constructor{,_bit,_unfilled}_index.
14032         (pop_init_label, output_init_element): Likewise.
14033         (output_pending_init_elements, process_init_element): Likewise.
14034         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
14035         * expr.c (store_expr): Use size_int.
14036         (store_constructor): Use proper types for size_binop args.
14037         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
14038         (expand_expr_unaligned): Likewise.
14039         (string_contant): Return object of sizetype.
14040         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
14041         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
14042         (ARGS_SIZE_TREE): Pass proper types to size_binop.
14043         * fold-const.c (int_const_binop): Refine when size_int is called.
14044         (fold_convert): Likewise.
14045         (size_int_wide): Rework to take KIND as arg, only take low order
14046         bits, handle new sizetype_tab datatype, and chain entries in
14047         size_table.
14048         (size_int_type_wide): New function.
14049         (size_binop): Validate types of arguments.
14050         (ssize_binop): Deleted.
14051         (size_diffop): New function.
14052         (extract_muldiv): Only fold division into multiplication for sizetypes.
14053         * function.c (assign_parms): Use size_diffop and make sure
14054         VAR field is of ssizetype; also pass proper type to size_binop.
14055         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
14056         (round_down): Deleted from here.
14057         * store-layout.c (sizetype_tab): Now an array.
14058         (sizetype_set, early_root_list): New variables.
14059         (variable_size): Use size_one_node.
14060         (round_up): Pass proper type to size_binop.
14061         (round_down): Moved to here and corrected as above.
14062         (layout_record): Pass proper arg types to size_binop.
14063         (layout_type): Likewise.
14064         If sizetype_set is zero, record the type just laid out.
14065         (make_unsigned_type): Don't call set_sizetype;
14066         (make_signed_type): Likewise; also, call fixup_signed_type.
14067         (initialize_sizetypes): New function.
14068         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
14069         set name of bitsizetype to "bit_size_type".
14070         Fix up type of sizes of all types made before call.
14071         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
14072         * tree.c (fix_sizetype): Deleted.
14073         (build_common_tree_nodes): Call initialize_sizetypes.
14074         (build_common_tree_nodes_2): Don't call fix_sizetype.
14075         * tree.h (TYPE_IS_SIZETYPE): New macro.
14076         (initialize_sizetype): New declaration.
14077         (enum size_type_kind): New type.
14078         (struct sizetype_tab): Deleted.
14079         (sizetype_tab): Now array; adjust sizetype macros.
14080         (size_diffop, size_int_type_wide): New functions.
14081         (size_int_wide): Change number of args and type; access macros changed.
14082         (ssize_int, sbitsize_int): New macros.
14083         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
14084         (ROUND_TYPE_SIZE_UNIT): New macro.
14085
14086 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
14087
14088         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
14089
14090 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14091
14092         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
14093         Mark as possibly unused.
14094
14095         * cse.c (cse_insn): Delete dead code involving tablejump.
14096         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
14097
14098         * Makefile.in (libcpp.a): Start by deleting it.
14099
14100 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14101
14102         * cpplib.h (enum file_change_code): Added rename_file.
14103         * cpplib.c (do_line): If a filename is given, set file_change to
14104         rename_file.
14105         (output_line_command): If file_change is rename_file, always
14106         output a # directive with the file name.
14107
14108         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
14109
14110 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14111
14112         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
14113         when copying a PARM_DECL or RESULT_DECL.
14114
14115 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14116
14117         * fix-header.c (recognized_function): Also fix prototypes for
14118         functions taking "void".
14119
14120 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14121
14122         * reload1.c (do_output_reload): Check reg_reloaded_valid before
14123         looking at reg_reloaded_contents.
14124
14125 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14126
14127         * Makefile.in (STMP_FIXINC): New toggle.
14128         (LIBGCC2_DEPS): Delete all references.
14129         (stmp-headers): Delete target.  All references either deleted
14130         or changed to stmp-int-headers.
14131         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
14132         (LIBCPP_OBJS): Take out cppalloc.o.
14133         (cppalloc.o): Delete target.
14134         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
14135         (gen-protos, fix-header): Link with libiberty.a.
14136         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
14137         to empty.
14138
14139         * configure.in: Remove refs to strerror.
14140         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
14141         * system.h: Take out strerror stanza.
14142
14143         * cpperror.c (my_strerror): Delete function.
14144         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
14145         * cppmain.c (main): Call xmalloc_set_program_name first thing.
14146         * cppalloc.c: Delete file.
14147         * gen-protos.c: Don't provide xrealloc.
14148
14149         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
14150         xstrerror throughout.
14151
14152 2000-02-26  Bruce Korb  <bkorb@gnu.org>
14153
14154         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
14155         match for DOS headers, too.
14156         * fixinc/inclhack.sh,fixincl.x: Regenerate.
14157
14158 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14159
14160         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
14161         is right for most ELF targets.
14162         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
14163         Let the default file use %U properly.
14164         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
14165         default.
14166
14167         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
14168         numbers.
14169
14170 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14171
14172         * toplev.c (documented_lang_options): Correct spelling error.
14173         (decode_d_option, decode_f_option, main): Likewise.
14174
14175         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
14176
14177         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
14178         to tell assembler it is permitted to expand large constants.
14179
14180 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
14181
14182         * protoize.c: (AUX_INFO_SUFFIX): New macro.
14183         (aux_info_suffix): Use.
14184         (SAVE_SUFFIX): New macro.
14185         (save_suffix): Use.
14186         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
14187         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
14188         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
14189
14190         * invoke.texi (Running Protoize): Update documentation.
14191
14192 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
14193
14194         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
14195
14196 2000-02-25  John Wehle  (john@feith.com)
14197
14198         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
14199
14200 2000-02-25  Anthony Green  <green@cygnus.com>
14201
14202         * toplev.c (rest_of_compilation): Rebuild jump labels if
14203         combine_instructions has created a new direct jump.
14204         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
14205         when appropriate.
14206         (combine_instructions): Call try_combine with new argument.
14207         Return non-null value when new direct jump instruction is created.
14208         * rtl.h: combine_instructions returns an int.
14209
14210 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
14211
14212         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
14213         jump when changing a computed jump into a jump to a known
14214         target.
14215
14216 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
14217
14218         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
14219         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
14220
14221         * i386.md (define_expand "clrstrsi"): Fix typo.
14222
14223 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
14224
14225         * rtl.texi: Fix typo.
14226
14227 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14228
14229         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
14230         UNITS_PER_WORD.  Change caller initial_elimination_offset.
14231         (rounded_frame_size): Take into account that argument pushed has
14232         changed.  Fix TARGET_ALIGN_DOUBLE problem.
14233
14234 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14235
14236         * haifa-sched.c (schedule_block): Explain the real reason
14237         we delete REG_SAVE_NOTEs on the first insn of a block.
14238         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
14239
14240 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14241
14242         * input.h (push_srcloc): New function.
14243         (pop_srcloc): Likewise.
14244         * toplev.c (push_srcloc): Define it.
14245         (pop_srcloc): Likewise.
14246
14247 2000-02-24  Richard Henderson  <rth@cygnus.com>
14248
14249         * flow.c (life_analysis): When collecting reg info, clear
14250         regs_ever_live.
14251
14252 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14253
14254         Fix bug exposed by reload.c no longer rounding the frame
14255         size to BIGGEST_ALIGNMENT:
14256         * sh.c (rounded_frame_size): New function.
14257         (sh_expand_prologue, sh_expand_epilogue): Use it.
14258         (initial_elimination_offset): Likewise.
14259
14260 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14261
14262         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
14263         * sh-protos.h (sh_need_epilogue): Declare.
14264         * sh.c (sh_need_epilogue_known): New static variable.
14265         (sh_need_epilogue): New function.
14266         (function_epilogue): Clear need_epilogue_known.
14267         * sh.md (return): Split into expander / insn pattern.
14268         Make the expander conditional on ! sh_need_epilogue ().
14269
14270 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14271
14272         * machmode.h (get_mode_alignment): Declare.
14273         (GET_MODE_ALIGNMENT): Call it.
14274         * stor-layout.c (get_mode_alignment): New function. Make
14275         sure alignment is always power of 2.
14276
14277 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14278
14279         * i386.h: Remove useless definition of "I386" and misleading
14280         comment above it.
14281
14282 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14283
14284         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
14285         under which TREE_PERMANENT will be set.
14286         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
14287         build1): Use TREE_SET_PERMANENT.
14288         * print-tree.c (print_node): Don't report value of
14289         TREE_PERMANENT if ggc_p is true.
14290
14291         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
14292         decide whether to give a type a new alias set.
14293         * objc/objc-act.c (build_objc_string_object): Never copy the string.
14294         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
14295         of value of 'obstack'.
14296
14297
14298 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14299
14300         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
14301
14302 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14303
14304         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
14305         * cpplib.c (cpp_get_token): Produce them.
14306         * cppexp.c (cpp_lex): Handle them.
14307
14308 2000-02-23  Nick Clifton  <nickc@cygnus.com>
14309
14310         * config/arm/arm.c (arm_comp_type_attributes): Simply and
14311         comment tests on type attributes.
14312
14313 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14314
14315         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
14316         conform to documentation.
14317         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
14318         to check for special cases.
14319         * sh-protos.h (sh_loop_align): Declare.
14320         * sh.c (sh_loop_align): Define.
14321
14322 2000-02-22  Andrew Haley  <aph@cygnus.com>
14323
14324         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
14325         (SIZE_TYPE): Is 32 bits when using -mgp32.
14326         (PTRDIFF_TYPE): Ditto.
14327
14328 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14329
14330         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
14331
14332 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14333
14334         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
14335         BIGGEST_FIELD_ALIGNMENT a constant.
14336
14337 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
14338
14339         * dwarf2out.c (output_line_info): Put the marker for the end of
14340         the line number info at the actual end.
14341         (gen_struct_or_union_type_die): Use decl_function_context
14342         to check for local classes.
14343         * dwarfout.c (output_type): Likewise.
14344
14345 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
14346
14347         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
14348         for arguments with a mode, but no type.
14349         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
14350         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
14351         * pa/long_double.h: New file.
14352         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
14353         both have 128bit wide long doubles.
14354         * configure: Rebuilt.
14355
14356 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14357
14358         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
14359
14360         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
14361         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
14362         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
14363
14364         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
14365
14366         * integrate.c (compare_blocks, find_block): Likewise.
14367
14368         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
14369
14370         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
14371
14372         * stmt.c (stmt_status, set_file_and_line_for_stmt,
14373         expand_asm_operands): Likewise.
14374
14375 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
14376
14377         * predict.c (estimate_probability): Added the pointer heuristic to
14378         the collection of static branch predictors.
14379
14380 2000-02-21  Catherine Moore  <clm@cygnus.com>
14381
14382         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
14383         * invoke.texi (-mfix7000): Document.
14384
14385 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14386
14387         * diagnostic.c (init_output_buffer): Make it possible to output at
14388         least 32 characters if we're given a too long prefix.
14389
14390 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14391
14392         * varasm.c (initializer_constant_valid_p): Call
14393         lang_expand_constant to simplify the constant.
14394
14395 2000-02-20  Bruce Korb  <bkorb@gnu.org>
14396
14397         * fixinc/inclhack.def(stdio_va_list):
14398         typedef needs to be disabled.
14399         * fixinc/inclhack.sh: regen
14400         * fixinc/fixincl.x: regen
14401
14402 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
14403
14404         * print-rtl.c (print_rtx): Don't print addresses when
14405         flag_dump_unnumbered.
14406
14407 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14408
14409         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14410         ATTRIBUTE_UNUSED.
14411         (sparc_va_arg, sparc_flat_output_function_prologue,
14412         sparc_flat_output_function_epilogue): Cast value to unsigned in
14413         comparison.
14414         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14415
14416         * sparc.md: Add default case in switch.
14417
14418 2000-02-19  Richard Henderson  <rth@cygnus.com>
14419
14420         * c-typeck.c (add_pending_init): Don't abort for multiple
14421         fields at the same offset.
14422         (pending_init_member): Test the correct member.
14423
14424 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14425
14426         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14427         instead of SImode.
14428         (start_catch_handler) : Same.
14429
14430 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14431
14432         * Makefile.in: Have flow.o depend on $(EXPR_H)
14433
14434 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14435
14436         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14437         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14438         (finish_decl): Remove -Wlarger-than code from here.
14439         * flags.h (id_clash_len): Now int.
14440         (larger_than_size): Now HOST_WIDE_INT.
14441         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14442         Clean up checking to see if in table.
14443         (make_bit_field_ref): Remove extra parm to bitsize_int.
14444         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14445         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14446         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14447         and for computing size of decl.
14448         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14449         Move -Wlarger-than code to here.
14450         (layout_record): Remove extra arg to bitsize_int.
14451         Set TYPE_BINFO_SIZE_UNIT.
14452         (layout_union): Remove extra arg to bitsize_int.
14453         Use proper type for size of QUAL_UNION.
14454         (layout_type): Remove extra arg to bitsize_int.
14455         * toplev.c (id_clash_len): Now int.
14456         (larger_than_size): Now HOST_WIDE_INT.
14457         (decode_W_option): Clean up id-clash and larger-than- cases.
14458         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14459         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14460         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14461         (struct tree_decl): New field size_unit.
14462         (size_int_wide): No HIGH operand; NUMBER is now signed.
14463         (size_int_2): Deleted.
14464         (size_int, bitsize_int): Don't use it and rework args.
14465         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14466
14467 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14468
14469         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14470
14471 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14472
14473         * invoke.texi (Warning Options): Add an explanation of why
14474         you might want the -Wfloat-equal flag.
14475
14476 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14477
14478         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14479         * cppinit.c (new_pending_define): Add cast to avoid warning.
14480         * expmed.c (extract_bit_field): Likewise.
14481         * flow.c (enum reorder_skip_type): New type.
14482         (skip_insns_between_blcok): New it.
14483         Rework to avoid warning about possibly undefined variable.
14484         * function.c (assign_parms): Make thisparm_boundary unsigned.
14485         * genrecog.c (write_switch): Cast XWINT result to int.
14486         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14487         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14488         one for MIPS and one for Alpha.
14489         (get_tag, copy_object): Add casts to avoid warnings.
14490         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14491         * reload.c (find_reloads): Make TYPE enum reload_type.
14492         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14493         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14494         * varasm.c (compare_constant_1): Add cast to avoid warning.
14495         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14496         to (char *).
14497         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14498         Cast switch operand of size to int.
14499         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14500         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14501         in unhandled case.
14502
14503 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14504
14505         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14506         anything for an alignment of zero.
14507
14508         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14509         anything for an alignment of zero.
14510
14511 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14512
14513         * gcc.texi (Bug Reporting): Refer to bugs.html.
14514         (Bug Lists): Likewise.
14515         * system.h (GCCBUGURL): New preprocessor define.
14516         * rtl.c (fancy_abort): Use it.
14517         * gcc.c (main): Likewise.
14518
14519 2000-02-18  Richard Henderson  <rth@cygnus.com>
14520
14521         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14522         (life_analysis_1): Subsume into ...
14523         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14524         Use update_life_info for the relaxation.
14525         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14526         entry and regs_live_at_setjmp.
14527         (set_noop_p): Simplify.
14528         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14529         (record_volatile_insns): Split into ...
14530         (delete_noop_moves): ... here,
14531         (notice_stack_pointer_modification): ... here,
14532         (insn_dead_p): ... and here.
14533         (propagate_block): Don't query INSN_VOLATILE.
14534         (mark_used_regs): Mind !PROP_REG_INFO.
14535         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14536         not in life_analysis.
14537
14538 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14539
14540         * loop.c (canonicalize_condition): New function,
14541         broken out of get_condition.
14542         (get_condition): Use it.
14543         * expr.h (canonicalize_condition): Prototype it.
14544
14545         * tree.h (tree_int_cst_msb): Declare.
14546         * tree.c (tree_int_cst_msb): New function.
14547
14548 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14549
14550         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14551         isn't set.
14552
14553         * invoke.texi (-fmessage-length=n): Document.
14554
14555 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14556
14557         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14558
14559 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14560
14561         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14562         after the prologue.
14563
14564 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14565
14566         * config/arm/thumb.c: Replace includes of system headers with
14567         #include "system.h".
14568
14569 2000-02-16  Richard Henderson  <rth@cygnus.com>
14570
14571         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14572         Add crtbeginS.o and crtendS.o.
14573         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14574         (ENDFILE_SPEC): Use crtendS.o.
14575         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14576
14577         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14578         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14579         shared and present.
14580         (__dso_handle): New variable.
14581         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14582         bias to __CTOR_END__.
14583
14584 2000-02-16  Richard Henderson  <rth@cygnus.com>
14585
14586         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14587
14588 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14589
14590         * longlong.h (__clz_tab): Declare as static to match definition.
14591
14592 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14593
14594         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14595         (XREF_FILE_NAME): Define.
14596
14597         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14598         (EH_FRAME_SECTION_ASM_OP): Define.
14599         (IDENT_ASM_OP): Define.
14600         (TEXT_SECTION_ASM_OP): Define.
14601         (CPP_SPEC): Define.
14602         (CTORS_SECTION_ASM_OP): Define.
14603         (CTOR_SECTION_FUNCTION): Use it.
14604         (DTORS_SECTION_ASM_OP): Define.
14605         (DTOR_SECTION_FUNCTION): Use it.
14606
14607 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14608
14609         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14610         NOTE_BASIC_BLOCK.
14611
14612         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14613         debug_bb_n): New functions.
14614         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14615         * basic-block.h: Prototype new functions.
14616
14617 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14618
14619         * configure.in: Add support for avr target.
14620         * configure: Rebuilt.
14621
14622         * invoke.texi: Add AVR invocation docs.
14623         * install.texi: Add information about AVR.
14624         * md.texi: Add AVR constraint letters description.
14625         * extend.texi: Add description for AVR specific attributes.
14626
14627 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14628
14629         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14630
14631 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14632
14633         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14634         (make_insn_raw): Move RTL check here.
14635
14636 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14637
14638         * version.c: Include gansidecl.h and version.h.
14639
14640         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14641
14642         * configure.in (gcc_version): When setting, narrow search to
14643         lines containing `version_string'.
14644
14645         * Makefile.in (mainversion): Likewise.
14646         (GCC_H): New variable.
14647         (gcc.h): Delete target.
14648         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14649         (version.o): Depend on version.h.
14650         (dbxout.o): Don't depend on gcc.h.
14651
14652 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14653                           Michael Meissner  <meissner@cygnus.com>
14654
14655         * md.texi (Simple Constraints): Add item about whitespace.
14656         * genoutput.c (strip_whitespace): New.
14657         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14658         strip_whitespace for constraints.
14659         Test pointer using NULL, not 0.
14660
14661 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14662
14663         * cpplib.c (do_line): Pedwarn for #line > 32767.
14664
14665         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14666
14667 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14668
14669         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14670         to default cpp spec.
14671         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14672         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14673         * cpp.1: Likewise.
14674
14675         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14676         default spec.
14677
14678 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14679
14680         * configure.in: Add support for avr target.
14681
14682 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14683
14684         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14685         (sh_addr_diff_vec_mode): Don't declare.
14686         * sh.c (sh_addr_diff_vec_mode): Delete.
14687
14688 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14689
14690         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14691
14692 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14693
14694         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14695         (smulsi3_highpart_i): Name.
14696         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14697         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14698         (smulsi3_highpart, umulsi3_highpart): Likewise.
14699
14700         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14701         correctly independent of endianness.
14702         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14703         confuse the optimizers.
14704         (mulsidi3+1, umulsidi3+1): New define_split.
14705
14706 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14707
14708         * config/sh/sh.md: Guard insn splits against illegal registers.
14709         * config/sh/sh.h: Correct comment about macros.
14710
14711 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14712                           Andrew MacLeod  <amacleod@cygnus.com>
14713
14714         * Makefile.in (lcm.o): Depend on insn-attr.h.
14715         * basic-block.h (optimize_mode_switching): Declare.
14716         * lcm.c (tm_p.h, insn-attr.h): #include.
14717         (seginfo, bb_info): New structs.
14718         (antic, transp, comp, delete, insert) : New file-scope static variables.
14719         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14720         (reg_becomes_live, optimize_mode_switching): Likewise.
14721         * tm.texi: Add description of mode switching macros.
14722         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14723
14724         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14725         (fldi_ok, fpscr_set_from_mem): New prototypes.
14726         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14727         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14728         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14729         (sh_flag_remove_dead_before_cse): Remove declaration.
14730         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14731         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14732         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14733         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14734         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14735         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14736         (fldi_ok): New function.
14737         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14738         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14739         (emit_df_insn): Likewise.
14740         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14741         (sh_flag_remove_dead_before_cse): Delete.
14742         (get_free_reg, fpscr_set_from_mem): New functions.
14743         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14744         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14745
14746 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14747
14748         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14749
14750 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14751
14752         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14753         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14754
14755         * cccp.c: Include version.h and/or don't declare `version_string'.
14756         * collect2.c: Likewise.
14757         * alpha.c: Likewise.
14758         * arm/aof.h: Likewise.
14759         * arm/coff.h: Likewise.
14760         * arm/elf.h: Likewise.
14761         * arm/pe.h: Likewise.
14762         * arm/tcoff.h: Likewise.
14763         * arm/telf.h: Likewise.
14764         * arm/tpe.h: Likewise.
14765         * arm/vxarm.h: Likewise.
14766         * convex/convex.c: Likewise.
14767         * i386/dgux.c: Likewise.
14768         * i386/sun386.h: Likewise.
14769         * m88k/m88k.c: Likewise.
14770         * mcore/mcore-pe.h: Likewise.
14771         * mips/mips.h: Likewise.
14772         * romp/romp.h: Likewise.
14773         * sh/sh.c: Likewise.
14774         * cpphash.c: Likewise.
14775         * cppinit.c: Likewise.
14776         * dwarf2out.c: Likewise.
14777         * dwarfout.c: Likewise.
14778         * gcc.c: Likewise.
14779         * gcc.h: Likewise.
14780         * mips-tfile.c: Likewise.
14781         * protoize.c: Likewise.
14782         * toplev.c: Likewise.
14783         * tree.h: Likewise.
14784
14785         * version.c (version_string): Constify a char*.
14786
14787         * version.h: New file.
14788
14789 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14790
14791         * configure.in: Add mcore-elf and mcore-pe targets.
14792         * configure: Regenerate.
14793
14794         * NEWS: Add note that MCore port has been contributed.
14795
14796         * invoke.texi: Document command line switches for MCore port.
14797         * install.texi: Add MCore to list of supported targets.
14798
14799 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14800
14801         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14802         then we will need to import the frame handling functions.
14803         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14804         to import the frames themselves.
14805
14806 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14807                           Jason Eckhardt  <jle@cygnus.com>
14808
14809         * basic_block.h: Added prototype for reorder_basic_blocks.
14810         * toplev.c: Changes to add -freorder-blocks and graph dump after
14811         block reordering is done.
14812         * flow.c (reorder_block_def): New structure for use during block
14813         reordering.
14814         (REORDER_BLOCK_*): New macros to access members of above structure.
14815         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14816         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14817         functions for block reordering.
14818
14819 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14820
14821         * gcc.texi (Passes): Fix typo.
14822         * md.texi (Standard Names): Ditto.
14823         * tm.texi (Storage Layout): Ditto.
14824
14825 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14826
14827         * cpplib.c (do_define): Only free the old definition if it
14828         actually had one.
14829
14830 2000-02-13   Neil Booth  <NeilB@earthling.net>
14831
14832         * cppfiles.c (read_and_prescan): When emitting deferred
14833         newlines, test speccase[] again instead of checking each
14834         possible whitespace character in turn.  When we encounter \r,
14835         look behind for \n first, then ahead.
14836
14837 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14838
14839         * cse.c (cse_altered): New internal flag.
14840         (cse_insn): Set it if we changed an insn.
14841         (cse_main): Clear cse_altered before each basic block.
14842         Only garbage collect if cse_altered is true afterward.
14843
14844 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14845
14846         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14847
14848 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14849
14850         * combine.c (simplify_comparison): Fix typo.
14851
14852 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14853
14854         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14855         consistently.
14856
14857 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14858
14859         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14860         previously inserted node instead of root node.  Caller changed.
14861
14862 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14863
14864         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14865
14866 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14867
14868         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14869         __dereg_frame_dtor): Add prototype argument.
14870
14871         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14872
14873         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14874
14875         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14876
14877         * gthr-vxworks.h (__gthread_once): Likewise.
14878
14879         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14880
14881 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14882
14883         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14884         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14885         stack pointer in functions w/o saved registers, output LEAVE more often
14886         on TARGET_USE_LEAVE machines.
14887
14888 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14889
14890         * config/arm/arm.c (arm_init_cumulative_args); New function:
14891         Initlaise the CUMULATIE_ARGS strcuture for a function
14892         defintion.
14893         (arm_function_arg): New function: Determine where to place a
14894         function's argument.  Also handles deciding the function's
14895         call cookie.
14896         (current_file_function_operand): New function: Return true if
14897         the symbol is a function which has already been compiled.
14898         (arm_is_long_call_p): New function: Return true if the
14899         indicated function should be called via a long call.
14900         (arm_valid_type_attribute_p): New function: Return true if the
14901         attribute is a valid, arm specific, attribute.
14902         (arm_comp_type_attribute): New function: Return true if the
14903         two types have compatable, arm specific, attributes.
14904
14905         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14906         structure.
14907         (FUNCTION_ARG): Redefine to call arm_function_arg.
14908         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14909         structure field.
14910         (INIT_CUMULATIVE_ARGS): Redefine to call
14911         arm_init_cumulative_args.
14912         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14913         field.
14914         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14915         field.
14916         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14917         functions.
14918         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14919         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14920         (COMP_TYPE_ATTRIBUTES): Define.
14921
14922         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14923         if a long call is needed.
14924         (call_value): Call arm_is_long_call_p to decide if a long call
14925         is needed.
14926         (call_symbol): Call arm_is_long_call_p to decide if a long call
14927         is needed.
14928
14929         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14930
14931 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14932
14933         * README.AVR: New file with information about the avr ports.
14934         * config/avr: New directory with avr port files.
14935
14936 2000-02-11  Andreas Jaeger  <aj@suse.de>
14937
14938         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14939
14940 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14941
14942         * cpphash.c: Fix formatting, update commentary.
14943         (dump_definition): Take three separate arguments instead of a
14944         MACRODEF structure argument.
14945         * cpphash.h: Update prototype of dump_definition.
14946         * cppinit.c (cpp_finish): Update call of dump_definition.
14947
14948         * cpplib.c (do_define): Always create new hash entry with
14949         T_MACRO type.  Remove redundant check for redefinition of
14950         poisoned identifier.  Update call of dump_definition.
14951         (do_undef): Don't call check_macro_name.  Rename sym_length to
14952         len.
14953         (do_error, do_warning): Don't use copy_rest_of_line or
14954         SKIP_WHITE_SPACE.
14955         (do_warning): Don't use pedwarn for the actual warning,
14956         only the notice about its not being in the standard.  (Fixes
14957         bug with #warning in system headers.)
14958         (do_ident): Stricter argument checking - accept only a single
14959         string after #ident.  Also, macro-expand the line.
14960         (do_xifdef): Use cpp_defined.  De-obfuscate.
14961
14962         (do_pragma): Split out specific pragma handling to separate
14963         functions.  Use get_directive_token.  Update commentary.  Do
14964         not pass on #pragma once or #pragma poison to the front end.
14965         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14966         do_pragma_default): New.
14967
14968 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14969
14970         * jump.c (jump_optimize_1): The first operand in a relational
14971         can be a CONST_INT.
14972         * optabs.c (emit_conditional_move): Handle relationals which
14973         have a known true/false result.
14974
14975 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14976
14977         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14978         a RETURN insn into a block which already ends with a jump.
14979
14980 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14981
14982         * haifa-sched.c (BUF_LEN): Increase a lot.
14983
14984 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14985
14986         * configure.in: Add tm_p_file specification for thumb targets.
14987         * configure: Regenerate.
14988
14989         * config/arm/thumb-protos.h: New file: Prototypes for exported
14990         functions defined in thumb.c.
14991
14992 2000-02-11  Robert Lipe  <robertl@sco.com>
14993
14994         * Makefile.in (bootstrap-lean): Remove additional files.
14995         (bootstrap2-lean): Likewise.
14996         (VOL_FILES): List of files for above.
14997
14998 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14999
15000         * cpphash.c (special_symbol): Remove spurious argument to
15001         cpp_lookup.
15002
15003 2000-02-11  Joel Sherrill (joel@OARcorp.com>
15004
15005         * configure.in: (i*86-*-rtems*): Swapped elf and coff
15006         stanzas.
15007         * configure: Rebuilt.
15008
15009 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
15010
15011         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
15012
15013 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
15014
15015         * pa.c, pa.h: Remove trigraph sequences within comments.
15016
15017 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
15018
15019         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
15020
15021 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
15022
15023         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
15024
15025 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15026
15027         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
15028
15029 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15030
15031         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
15032         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
15033         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
15034         (ASM_FILE_END): Use c4x_file_end.
15035         * config/c4x/c4x.c (c4x_global_label): New function.
15036         (c4x_external_ref, c4x_file_end): Likewise.
15037
15038         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
15039         (c4x_external_ref, c4x_end_file): Likewise.
15040
15041 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
15042
15043         * cppexp.c: Don't include cpphash.h.
15044         (parse_charconst, cpp_lex): Use cpp_defined.
15045         (cpp_lex): Use get_directive_token throughout.  Remove
15046         unnecessary cases from switch.  Move assertion-handling code
15047         down to OTHER case.
15048         (cpp_parse_expr): If we see '+' or '-', check the context to
15049         determine if they are unary or binary operators.  Streamline
15050         the jumps a bit.  Do not call skip_rest_of_line.
15051
15052         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
15053         static.  Export get_directive_token.  Update commentary.
15054         (cpp_defined): New function.
15055         (do_define): Remove reference to T_PCSTRING.  Call
15056         free_definition to release memory for old definition, when
15057         redefining a macro.
15058         (eval_if_expression): Set only_seen_white to 0 before calling
15059         cpp_parse_expr.  Call skip_rest_of_line after it returns.
15060         (cpp_read_check_assertion): Don't preserve a pointer into the
15061         token buffer across a call to cpp_get_token.
15062
15063         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
15064         * cppfiles.c (redundant_include_p): Use cpp_defined.
15065         * cpphash.c (free_definition): New function.
15066         (delete_macro): Use it.  Update commentary.
15067         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
15068         free_definition.
15069         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
15070         from enum node_type.  Prototype cpp_defined and get_directive_token.
15071         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
15072
15073         * fix-header.c (check_macro_names): Use cpp_defined.
15074         (read_scan_file): Set inhibit_warnings and inhibit_errors in
15075         the options structure.
15076
15077 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15078
15079         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
15080
15081 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
15082
15083         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
15084         rather than die->die_tag.
15085
15086 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15087
15088         * combine.c (make_extraction, force_to_mode): Avoid warning on
15089         mixed-signedness conditionals.
15090         (make_field_assignment, nonzero_bits): Likewise.
15091         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
15092         (store_split_bit_field, extract_split_bit_field): Likewise.
15093         (extract_fixed_bit_field, store_bit_field,
15094         * expr.c: Change alignment to be unsigned everywhere.
15095         (move_by_pieces, store_constructor_field, store_constructor):
15096         Alignment parm is unsigned.
15097         (emit_block_move, emit_group_load, emit_group_store): Likewise.
15098         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15099         (do_compare_rtx_and_jump): Likewise.
15100         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
15101         Compare align with GET_MODE_ALIGNMENT.
15102         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
15103         (get_inner_reference): Likewise.
15104         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
15105         (expand_assignment): Local vars for alignment now unsigned.
15106         (store_constructor, store_field, expand_expr, do_jump): Likewise.
15107         (do_compare_and_jump): Likewise.
15108         (store_field): Call new function expr_align.
15109         * expr.h (emit_block_move, emit_group_load, emit_group_store):
15110         Alignment arg now unsigned.
15111         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15112         (do_compare_rtx_and_jump, store_bit_field): Likewise.
15113         (extract_bit_field): Likewise.
15114         * fold-const.c (add_double): Add cast to eliminate signedness warning.
15115         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
15116         (get_best_mode): Alignment arg is unsigned.
15117         * rtl.h (move_by_pieces): Likewise.
15118         * store-layout.c (maximum_field_alignment, set_alignment):
15119         Now unsigned.
15120         (layout_decl): Alignment arg is now unsigned.
15121         Remove unneeded casts.
15122         (layout_record, layout_union, layout_type): Remove unneeded casts.
15123         Local alignment variables now unsigned.
15124         (get_best_mode): Alignment arg now unsigned.
15125         * tree.c (expr_align): New function.
15126         * tree.h (expr_align): Likewise.
15127         (maximum_field_alignment, set_alignment): Now unsigned.
15128         (get_inner_reference): Alignment argument is now pointer to unsigned.
15129         * varasm.c (assemble_variable): Add cast to eliminate warning.
15130
15131 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
15132
15133         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
15134         then store directly into op0.
15135
15136         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
15137         the CALL_INSN, and emit the note immediately after it.
15138
15139 2000-02-10  Nick Clifton  <nickc@cygnus.com>
15140
15141         * config/arm/thumb.md (epilogue): Include a (return) in the
15142         generated insn, and emit it using emit_jump_insn not
15143         emit_insn.
15144
15145 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
15146
15147         * function.c (assign_temp): Change zero-sized arrays to size 1.
15148         * integrate.c (expand_inline_function): Do not update
15149         stack_alignment_needed
15150         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
15151         add some sanity checking, remove optimization for function with
15152         zero frame size.
15153
15154 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15155
15156         * flow.c (mark_regs_live_at_end): Delete unused variables.
15157
15158         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
15159
15160         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
15161         in macro FRAME_GROWS_DOWNWARD.
15162
15163         * stmt.c (expand_end_bindings): Delete unused variable.
15164
15165         * unroll.c (iteration_info): Mark parameter `loop' with
15166         ATTRIBUTE_UNUSED.
15167
15168 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15169
15170         * fixinc/server.c (load_data): Return NULL if the marker line is
15171         not found.
15172         (run_shell): If load_data returns NULL, retry the command once, in
15173         a new shell.
15174
15175         * configure: Rebuilt.
15176
15177 2000-02-09  Bruce Korb  <bkorb@gnu.org>
15178
15179         * gcc/fixincludes:  ** DELETED **
15180         * gcc/fixcpp:  ** DELETED **
15181         * gcc/fixinc-nt.sed:  ** DELETED **
15182         * gcc/just-fixinc:  ** DELETED **
15183         * gcc/Makefile.in:  Removed out-dated commentary
15184         * gcc/configure.in: Removed fast-fixincludes disablement.
15185         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
15186
15187 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15188         * function.c (thread_prologue_and_epilogue_insns): Uncomment
15189         last change.
15190
15191 2000-02-09  Richard Henderson  <rth@cygnus.com>
15192
15193         * jump.c (delete_insn): Don't delete user labels at -O0.
15194
15195 2000-02-09  Robert Lipe  <robertl@sco.com>
15196
15197         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
15198         Don't link with HOST_LIBS.
15199
15200 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15201
15202         * configure.in: Correct --help text for --with-dwarf2.
15203         Put tm-dwarf2.h after other tm files, if it's requested.
15204         * configure: Regenerate.
15205         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
15206         defining it.
15207
15208 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15209
15210         * cpplib.h: Provide HASHNODE typedef and forward decl of
15211         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
15212         DEFINITION, struct hashnode, struct macrodef, struct
15213         definition, scan_decls prototype, default defn of
15214         INCLUDE_LEN_FUDGE moved elsewhere.
15215
15216         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
15217         definition, and struct hashnode moved here. Remove the unused
15218         'predefined' field from struct definition.  Replace the 'args'
15219         union with its sole member.  All users updated (cpphash.c).
15220         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
15221         multiple include guard.
15222
15223         * cpphash.c (hashf): Make static; use better algorithm; drop
15224         HASHSIZE parameter; return an unsigned int.
15225         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
15226         used. Calculate HASHSIZE modulus here.
15227         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
15228         here.
15229         (create_definition): Drop PREDEFINITION parameter.
15230         * cpplib.c (do_define): Don't calculate a hash value here.
15231         Don't pass (keyword == NULL) to create_definition.
15232
15233         * scan.h: Prototype scan_decls here.
15234         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
15235         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
15236         callers of cpp_lookup and cpp_install updated.
15237
15238         * cpphash.c (macarg): Hoist all the flag diddling out of the
15239         function...
15240         (macroexpand): ... and out of the loop that calls macarg.
15241         Skip over the initial paren before macro arguments with
15242         cpp_get_non_space_token; point may be some distance before
15243         that paren.  Abort if it's not there.
15244
15245         * cpplib.c (parse_clear_mark): Delete function.
15246         (parse_set_mark, parse_goto_mark): Make static.
15247         (ACTIVE_MARK_P): New macro.
15248         (skip_block_comment, skip_line_comment): Do not bump the line
15249         if ACTIVE_MARK_P is true.
15250         (cpp_pop_buffer): The buffer to be popped may not have an
15251         active mark.
15252         (cpp_get_token): When looking for the initial paren before
15253         macro arguments, only set a mark in a file buffer, Always
15254         return to that mark before proceeding to call macroexpand or
15255         return a NAME token.
15256
15257         * cpplib.h: Remove prototypes of parse_set_mark,
15258         parse_clear_mark, parse_goto_mark.
15259         (struct cpp_options): Rename 'put_out_comments' to
15260         'discard_comments' and invert its sense.
15261         * cppinit.c, cpphash.c, cpplib.c: All users of
15262         put_out_comments changed to use discard_comments, with
15263         opposite sense.
15264
15265 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15266
15267         * function.c (thread_prologue_and_epilogue_insns): Don't delete
15268         the edge from a block that both jumps and falls through to the
15269         fallthru block.
15270
15271 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
15272
15273         * config/arm/arm.md (movsi): In PIC mode, make sure that a
15274         constant source address is legitimate.
15275
15276 2000-02-09  Philip Blundell  <pb@futuretv.com>
15277
15278         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
15279         correctly.
15280
15281         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
15282         generating PIC.
15283         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
15284
15285 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15286
15287         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
15288         ends with a newline and a NUL.  Don't be so clever manipulating
15289         strings.
15290
15291 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15292
15293         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
15294         not to BIGGEST_ALIGNMENT.
15295
15296 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
15297
15298         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
15299         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
15300         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
15301         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
15302         * frame.c (execute_cfa_insn): Handle
15303         DW_CFA_GNU_negative_offset_extended.
15304
15305 2000-02-08  Richard Henderson  <rth@cygnus.com>
15306
15307         * flow.c (tidy_fallthru_edges): Split out from ...
15308         (delete_unreachable_blocks): ... here.
15309         (find_basic_blocks): Use it.
15310
15311 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15312
15313         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
15314
15315 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
15316
15317         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
15318         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
15319         (fix-header.o): Don't depend on cpphash.h.
15320
15321         * scan.c (hashstr): New function.
15322         * scan.h: Prototype it.
15323         * fix-header.c: Don't include cpphash.h.  Use hashstr.
15324         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
15325         hashstr.  Report hash table statistics.  Add private
15326         definition of xrealloc.
15327
15328 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15329
15330         * i386.h (TARGET_SWITCHES): Fix typo in option name.
15331
15332 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
15333
15334         * function.c (thread_prologue_and_epilogue_insns): Don't replace
15335         jumps with returns unless they are jumps to the fallthru block.
15336
15337 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
15338
15339         * i386.md (addqi3_cc): Fix contraints.
15340
15341 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15342
15343         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
15344
15345 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
15346
15347         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
15348         carriage return after a macro name.
15349
15350 2000-02-07  Fred Fish  <fnf@be.com>
15351
15352         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
15353         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
15354
15355 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
15356
15357         * cppfiles.c (deps_output): Count spacers in deps_column.
15358
15359 2000-02-07  Neil Booth  <NeilB@earthling.net>
15360
15361         * cppinit.c (initialize_dependency_output): If there is no
15362         suffix, don't try to look for known suffixes.  Use strrchr.
15363         (cpp_start_read): Remove duplicate initialization.
15364
15365 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
15366
15367         * calls.c (compute_argument_block_size): New argument
15368         preferred_stack_boundary.
15369         (expand_call): update cfun->preferred_stack_boundary, update call of
15370         compute_argument_block_size
15371         (emit_library_call): Increate cfun->preferred_stack_boundary
15372         to PREFERRED_STACK_BOUNDARY
15373         (emit_library_call_value): Likewise.
15374         * explow.c (allocate_dynamic_stack_spave): Likewise.
15375         * function.c (prepare_function_start): Set
15376         cfun->preferred_stack_boundary
15377         * function.h (struct function): Add preferred_stack_boundary field.
15378         * integrate.c (expand_inline_function): Update
15379         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
15380         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
15381         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
15382
15383 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
15384
15385         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
15386         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
15387         cpp_pedwarn, cpp_pedwarn_with_line,
15388         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
15389         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
15390         v_cpp_error_with_line, v_cpp_warning_with_line,
15391         cpp_message_from_errno, cpp_perror_with_name): Delete.
15392
15393         * cpperror.c (cpp_print_containing_files): Take starting
15394         buffer as argument.
15395         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
15396         (v_cpp_message): Now called directly by all entry points.
15397         Remove -1 case.
15398         (cpp_pfatal_with_name, cpp_message): Delete.
15399         (cpp_notice_from_errno, cpp_ice): New functions.
15400         (cpp_notice): Is now for reporting error conditions, just
15401         without an associated file.
15402         (cpp_error, cpp_error_with_line): Don't do anything if
15403         opts->inhibit_errors is on.
15404         (cpp_pedwarn_with_file_and_line): Take column argument also.
15405
15406         * cpplib.h: Update prototypes of exported functions.
15407         (struct cpp_options): Add inhibit_errors.
15408
15409         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15410         non-error messages.  Include intl.h.
15411
15412         * cppinit.c, cppmain.c: Likewise.  Also, use
15413         cpp_notice_from_errno instead of cpp_perror_with_name or
15414         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15415
15416         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15417         report internal errors.
15418
15419         * cpplib.c (do_define): Switch bcopy to memcpy.
15420         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15421
15422         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15423         bail out early if we hit a line comment.
15424
15425 2000-02-06  Richard Henderson  <rth@cygnus.com>
15426
15427         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15428         * basic-block.h: Declare them.
15429         * emit-rtl.h (active_insn_p): New.
15430         (next_active_insn, prev_active_insn): Use it.
15431         * rtl.h: Declare it.
15432         * function.c (emit_return_into_block): New.
15433         (thread_prologue_and_epilogue_insns): Insert return insns instead
15434         of epilogues when possible.
15435         * jump.c (jump_optimize_1): Remove code to insert a return insn
15436         on the fallthru to the exit block.
15437
15438         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15439         and for non-empty stack frames.
15440         * i386.md (return): Expand to return-pop as needed.
15441
15442 2000-02-06  Richard Henderson  <rth@cygnus.com>
15443
15444         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15445         constant to op1 for testing.
15446
15447 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15448
15449         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15450         (fixuns_truncqfqi2): Use it.
15451
15452 2000-02-06  Richard Henderson  <rth@cygnus.com>
15453
15454         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15455         as a TYPE_LEA insn.
15456
15457         * i386.md (widening and peepholes): Mask the constant instead of
15458         using gen_lowpart.
15459
15460 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15461
15462         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15463         input pointer before possibly branching off to the backslash
15464         code.
15465         * cpphash.c (macroexpand): Correctly delete \r escapes when
15466         stringifying parameters.
15467         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15468         if we can; bail out early if we hit a line comment.
15469         (handle_directive): Treat '# 123' in an .S file just like
15470         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15471         Return 1 for '# not_a_directive'.
15472         (get_directive_token): Pop macro buffers here, so that
15473         cpp_get_token can't sneakily move past a newline.
15474         Add sanity checks.
15475         (cpp_get_token): goto randomchar if handle_directive returns 0.
15476
15477         * cppalloc.c: Update copyright.
15478         * cpplib.c: Merge all the static function prototypes into one
15479         block.
15480         * cpplib.h: Remove #if 0 block.
15481
15482         * cpperror.c: Remove #ifdef EMACS block.
15483         * cppmain.c: Likewise.
15484         * cpphash.c: Remove #if 0 blocks.
15485         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15486         * cpplib.c: Remove #if 0 blocks and code referencing
15487         pcp_inside_if or for_lint.  Remove duplicate error message.
15488         Fix error messages for #else after #else or #elif.  Reformat.
15489         Remove archaic TODO list.
15490         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15491
15492 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15493
15494         * i386/osf1elf.h: Add missing backslash to multiline string.
15495
15496 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15497
15498         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15499
15500 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15501
15502         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15503
15504         * c-common.c: Include expr.h.
15505
15506         * c-pragma.c (mark_align_stack): Add prototype.
15507
15508         * caller-save.c (add_stored_regs): Likewise.
15509
15510         * combine.c (record_promoted_value): Likewise.
15511
15512         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15513         Likewise.
15514
15515         * cppinit.c (new_pending_define): Likewise.
15516
15517         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15518
15519         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15520         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15521         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15522         class_scope_p): Likewise.
15523
15524         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15525         dwarf2out_add_library_unit_info): Likewise.
15526
15527         * ggc.h (ggc_page_print_statistics): Likewise.
15528
15529         * haifa-sched.c (propagate_deps): Likewise.
15530
15531         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15532
15533         * rtl.h (set_stack_check_libfunc): Likewise.
15534
15535         * toplev.h (set_fatal_function): Likewise.
15536
15537         * toplev.c (set_fatal_function): Delete prototype.
15538
15539         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15540
15541 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15542
15543         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15544         (FUNC_END): Likewise.
15545
15546 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15547
15548         * caller-save.c: Include tm_p.h.
15549
15550 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15551
15552         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15553
15554 2000-02-04  Neil Booth  <NeilB@earthling.net>
15555
15556         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15557         it to strcmp.
15558
15559 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15560
15561         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15562         * genflags.c: Use the max_operand_1 logic from genemit.c to
15563         calculate how many arguments gen_insn prototypes have.  Remove
15564         NO_MD_PROTOTYPES ifdefs from the generated file.
15565         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15566         file.  Cast gen_insn initializers to insn_gen_fn.
15567         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15568         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15569
15570 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15571
15572         * fixinc/Makefile.in (HDR): Add machname.h.
15573         (clean): Likewise.
15574
15575 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15576
15577         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15578         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15579         (c4x_cpu_version): Ditto.
15580         * config/c4x/c4x-protos.h: ... here.
15581
15582 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15583
15584         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15585         gen_abstract_function on our context if we're a nested function.
15586
15587 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15588
15589         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15590         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15591
15592 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15593
15594         * fixinc/genfixes(machname.h):
15595         Move the functionality from gen-machine.h into this file.
15596         UNdef MN_NAME_PAT if there are no names to change.
15597         Also, be a little kinder when AutoGen is not present.
15598
15599         * fixinc/Makefile.in(machname.h):
15600         Change the generation rule to use genfixes.
15601
15602         * fixinc/fixfixes.c(machine_name):
15603         machine_name_fix's functionality now dependent upon whether
15604         MN_NAME_PAT is defined.
15605
15606         * fixinc/fixtests.c(machine_name):
15607         ditto.
15608
15609         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15610         of MN_NAME_PAT.
15611
15612         * fixinc/fixlib.h(mn_get_regexps):
15613         ditto
15614
15615         * fixinc/gen-machine.h: DELETED
15616
15617 2000-02-04  Jan Hubicka  <jh@suse.cz>
15618             Richard Henderson  <rth@cygnus.com>
15619
15620         * i386.c (SAVE_REGS_FIRST): Remove.
15621         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15622         (ix86_compute_frame_size): Likewise.
15623         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15624         (ix86_emit_restore_regs): Remove.
15625         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15626         when a frame pointer is in use.
15627         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15628         instead of pop to restore a register when profitable; emit leave
15629         when profitable.
15630         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15631         as a TYPE_LEA insn.
15632         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15633         * i386.md (prologue_allocate_stack): Remove.
15634         (epilogue_deallocate_stack): Remove.
15635         (pro_epilogue_adjust_stack): New.
15636
15637 2000-02-04  Richard Henderson  <rth@cygnus.com>
15638
15639         * function.c (diddle_return_value): Rework to use a callback function.
15640         Use current_function_return_rtx if it's been set up.
15641         (do_clobber_return_reg, clobber_return_register): New.
15642         (do_use_return_reg, use_return_register): New.
15643         (expand_function_end): Use them.
15644         * stmt.c (expand_null_return): Likewise.
15645         * function.h: Declare them.
15646         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15647         (mark_reg): Change arguments as appropriate for callback.
15648         * integrate.c (expand_inline_function): Revert 19 Jan change.
15649
15650 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15651
15652         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15653         (Misc): Say the scheduler, not the Haifa scheduler.
15654
15655 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15656
15657         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15658         when in_mem is set.  Update all callers.
15659
15660 2000-02-04  Richard Henderson  <rth@cygnus.com>
15661
15662         * i386/openbsd.h (INT_ASM_OP): Define.
15663
15664 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15665
15666         * tm.texi: Fix various typos.
15667
15668 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15669
15670         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15671         (MD_STARTFILE_PREFIX_1): New macro.
15672
15673 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15674
15675         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15676         destination when needed.
15677         (strmovsi, strsetsi): New expander.
15678         (strmovsi_1, strsetsi_1): New pattern.
15679         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15680         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15681         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15682         * invoke.texi (align-stringops, inline-all-stringops): Document.
15683
15684 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15685
15686         * i386/netbsd.h (INT_ASM_OP): Define.
15687
15688 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15689
15690         * cpplib.h (cpp_reader): Add new flag, no_directives.
15691         * cpphash.c (macarg): Set it.
15692         * cpplib.c (handle_directive): If no_directives is on and we
15693         find a directive, issue an error and discard the line.
15694
15695 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15696
15697         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15698         FP constants.  Add ! TARGET_FPU check for FP constants.
15699
15700 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15701
15702         * flow.c (find_basic_blocks): Don't kill label_value_list
15703         here.
15704         (cleanup_cfg): Kill it here.
15705
15706 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15707
15708         * expr.c (store_field): Ensure ALIGN is no stricter than the
15709         alignment of EXP.
15710
15711 2000-02-02  Richard Henderson  <rth@cygnus.com>
15712
15713         * jump.c (delete_insn): Partially revert 19 Jan change;
15714         don't convert unused code labels to notes at -O0.
15715
15716 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15717
15718         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15719         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15720
15721 2000-02-01  Richard Henderson  <rth@cygnus.com>
15722
15723         * i386.c (general_no_elim_operand): New.
15724         (nonmemory_no_elim_operand): New.
15725         (ix86_expand_move): Copy eliminable operands before a push.
15726         * i386-protos.h: Declare new functions.
15727         * i386.h (CAN_ELIMINATE): Simplify.
15728         (PREDICATE_CODES): Update.
15729         * i386.md (push insns): Don't allow eliminable register operands.
15730
15731 2000-02-01  Richard Henderson  <rth@cygnus.com>
15732
15733         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15734         replace BLKmode with DECL_RTL's mode.
15735
15736 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15737
15738         * frame.c (find_fde): Convert for loop to do-while so compiler
15739         sees it's always executed at least once.
15740         * libgcc2.c (BBINBUFSIZE): Kill.
15741         (__bb_init_prg): Use fgets.
15742         (__bb_exit_trace_func): Don't paste strings.
15743         * unroll.c (unroll_loop): Initialize unroll_type, not
15744         unroll_number, and tweak logic to match.
15745
15746         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15747         all failure paths.
15748         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15749         (ix86_sched_reorder): Break guts out to
15750         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15751         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15752         any possible use.
15753
15754         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15755         use string concatenation.  Don't save and restore esi.
15756
15757         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15758         (machname.h): Remove script to separate file.  Use two-step
15759         sequence so target is not created if script fails.
15760         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15761         identifiers are defined.
15762         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15763         an empty string, machine_name doesn't need to do anything at
15764         all.
15765         (is_cxx_header): Add more cases to regexp.
15766         * fixinc/fixlib.h: Update prototype.
15767         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15768         mn_get_regexps.
15769         * fixinc/fixincl.c: Define NO_BOGOSITY.
15770
15771         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15772         (hp_sysfile): Add missing comma.
15773         (math_exception): Put the wrapper ifdefs at the beginning and
15774         the end of the file.
15775         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15776
15777 2000-02-01  Richard Henderson  <rth@cygnus.com>
15778
15779         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15780         Use CONST0_RTX.  Update all callers.
15781         * sparc.h, sparc-protos.h: Update accordingly.
15782         * sparc.md (fp mov insns): Use fp_zero_operand directly
15783         where applicable.
15784
15785 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15786
15787         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15788         example.
15789
15790 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15791
15792         * Makefile.in (specs.ready): New target.
15793         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15794
15795 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15796
15797         * fixinc.irix: Use unique filenames for writing into /tmp,
15798         * fixinc.ptx: Likewise.
15799         * fixinc.sco: Likewise.
15800         * fixinc.svr4: Likewise.
15801         * fixinc.winnt: Likewise.
15802
15803 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15804
15805         * tsystem.h: New file.
15806
15807         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15808         s-crtS): Depend on tsystem.h.
15809
15810         * crtstuff.c: Include tsystem.h.
15811         * frame.c: Likewise.
15812         * libgcc2.c: Likewise.
15813
15814 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15815
15816         * builtins.c (expand_builtin_memset): Expand for variable sized
15817         lengths too.
15818
15819 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15820
15821         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15822         on ABI.
15823
15824 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15825
15826         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15827
15828         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15829
15830 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15831
15832         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15833         case 3->2 combining (combining with splitting) in which 2 is CC0
15834         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15835         checked at the begining of the function with the aid of calling
15836         function 'can_combine_p'.
15837
15838 2000-01-31  Dave Brolley  <brolley@redhat.com>
15839
15840         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15841
15842 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15843
15844         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15845         new label.
15846
15847 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15848
15849         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15850
15851         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15852         PROTO -> PARAMS.
15853
15854 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15855
15856         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15857         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15858         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15859         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15860         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15861         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15862         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15863         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15864         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15865         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15866
15867         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15868         Add %(cpp_cpu) to CPP_SPEC.
15869
15870         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15871         Add %(cc1_cpu) to CC1_SPEC.
15872
15873 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15874
15875         * c-decl.c (c_decode_option): Accept optional numeric argument to
15876         -Wformat and set warn_format.
15877         * c-common.c: Don't emit warning about non-constant printf format
15878         string unless warn_format > 1.
15879
15880 2000-01-30  Richard Henderson  <rth@cygnus.com>
15881
15882         * alpha.md (return_internal): Allow after reload only.
15883
15884 2000-01-30  Richard Henderson  <rth@cygnus.com>
15885
15886         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15887         local frame size is zero.
15888
15889 2000-01-30  Richard Henderson  <rth@cygnus.com>
15890
15891         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15892         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15893         * alpha.md (return): Turn into an expander.
15894         (return_internal): Don't use $26.
15895         (epilogue): Emit the return insn.
15896
15897 2000-01-30  Richard Henderson  <rth@cygnus.com>
15898
15899         * alpha.md (negtf2, abstf2): Fix word order thinko.
15900         (extendsftf2): New.
15901         (trunctfsf2): Avoid intermediate rounding errors.
15902
15903 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15904
15905         * cppfiles.c (find_position): Drop 'colp' argument, return the
15906         new line base.
15907         (read_and_prescan): Adjust to match.  Don't ever manipulate
15908         line or line_base except via find_position.
15909
15910 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15911
15912         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15913         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15914         Regenerate.
15915
15916 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15917
15918         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15919         just print "<command line>".  If 'filename' is null or an
15920         empty string, print "<stdin>" for the filename.
15921         * cpplib.c (do_define): Don't print the 'location of the
15922         previous definition' message if we're still parsing the
15923         command line.
15924         (cpp_pedwarn_with_file_and_line): Always call
15925         cpp_file_line_for_message.
15926
15927 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15928
15929         * flow.c (mark_regs_live_at_end): Fix typo.
15930
15931 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15932
15933         * c-common.c: Adjust variable names, comments, help strings to c99.
15934         * c-lex.c: Likewise.
15935         * c-parse.y: Likewise.
15936         * c-tree.h: Likewise.
15937         * cccp.c: Likewise.
15938         * cpplib.h: Likewise.
15939         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15940         * cppinit.c: Likewise.
15941
15942 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15943
15944         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15945         * c4x.c: Define the optab rtx values.
15946         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15947         (c4x_emit_libcall): Use new optab rtx values.
15948         (c4x_emit_libcall3): Likewise.
15949         (c4x_emit_libcall_mulhi): Likewise.
15950         * c4x-protos.h: Add prototypes for optab rtx values and change
15951         prototypes for above c4x_emit_libcall functions.
15952
15953 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15954
15955         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15956         syntax is used.
15957         (c4x_function_prologue): Use regnames intead of float_reg_names when
15958         TI syntax is used.
15959         (c4x_function_epilogue): Likewise.
15960         (c4x_print_operand): Likewise.
15961         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15962         * c4x.md (set_high): Disable for TARGET_TI.
15963
15964 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15965
15966         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15967         of framepointer + constant to ADDR_REGS class.
15968         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15969         * c4x.c (std_or_reg_operand): New function.
15970         * c4x-protos.h (std_or_reg_operand): Prototype it.
15971
15972 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15973
15974         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15975                 object names as libgcc2.c.
15976         * libgcc.S: Use newly defined names.
15977
15978 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15979         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15980         function.
15981         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15982         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15983         (FLOW_LOOP_LAST_BLOCK): Likewise.
15984
15985 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15986
15987         * basic-block.h (struct loop): New fields 'first' and 'last'.
15988         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15989         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15990         and loop->last to check for NOTE_INSN_LOOP_END.
15991
15992 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15993
15994         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15995         of the loop descriptor rather than HEADER and LATCH. Also added
15996         missing break statements as well making some coding style modifications
15997         as suggested by Michael Hayes.
15998
15999 2000-01-28  Richard Henderson  <rth@cygnus.com>
16000
16001         * flow.c (find_basic_blocks): Remove do_cleanup argument.
16002         Break out that code ...
16003         (cleanup_cfg): ... here.
16004         (commit_one_edge_insertion): Detect a return instruction being
16005         emitted to an edge.  Emit a barrier following; clear fallthru.
16006         (commit_edge_insertions): Verify CFG consistency.
16007         * function.c (expand_function_start): Kill unused variable.
16008         (expand_function_end): Likewise.
16009         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
16010         to insert the epilogue.
16011
16012         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
16013         (delete_null_pointer_checks): Likewise.
16014         * output.h: Likewise.
16015         * reg-stack.c (reg_to_stack): Likewise.
16016         * toplev.c (rest_of_compilation): Likewise.  Run
16017         thread_prologue_and_epilogue_insns after rebuilding the CFG.
16018
16019 2000-01-28  Richard Henderson  <rth@cygnus.com>
16020
16021         * Makefile.in (flow.o): Revert 24 Jan change.
16022         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
16023         FUNCTION_VALUE result to DECL_RESULT's mode.
16024
16025         * haifa-sched.c (schedule_insns): Don't recompute reg info
16026         after reload.
16027
16028 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
16029
16030         * configure.in: Make --enable-cpplib the default.
16031         * configure: Regenerate.
16032         * gcc.dg/990119-1.c: No longer expected to fail.
16033
16034 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
16035
16036         * jump.c (jump_optimize_1): Delete an optimization that is also done
16037         by merge_blocks in flow.
16038
16039 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16040
16041         * diagnostic.c (build_message_string, output_printf,
16042         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
16043         (build_location_prefix): Fix non-literal format string.
16044
16045 2000-01-27  Richard Henderson  <rth@cygnus.com>
16046
16047         * alpha.md (trunctfsf2): New.
16048
16049 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
16050
16051         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
16052
16053 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16054
16055         * cppinit.c (cpp_handle_option): Recognize C++ comments under
16056         -std=gnu89.
16057         * cpplib.c (skip_block_comment, skip_line_comment): Split code
16058         out of...
16059         (skip_comment) ... here.  Permit C++ comments in system
16060         headers always.  Warn about C++ comments in user code under
16061         -std=gnu89 -pedantic.
16062         (copy_comment): Use skip_comment.
16063         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
16064         return EOF.
16065         (consider_directive_while_skipping, do_else, do_endif): Call
16066         validate_else unconditionally.
16067         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
16068         text after the conditional in a system header.
16069         * cpplib.h (struct cpp_buffer): Add flag
16070         warned_cplusplus_comments.
16071
16072 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16073
16074         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
16075         Use unshare_all_rtl_1.
16076         (unshare_all_rtl_again): New function.
16077         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
16078
16079         * function.c (purge_addressof_1): Use unshare_all_rtl_again
16080         rather than resetting the 'used' flags ourself.
16081
16082         * toplev.c (rest_of_compilation): Add current_function_decl
16083         to the unshare_all_rtl call.
16084         * tree.h: Prototype unshare_all_rtl.
16085         * rtl.h: Prototype unshare_all_rtl_again here.
16086
16087 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16088
16089         * genoutput.c (output_prologue): Include ggc.h in generated
16090         files.
16091         * Makefile.in (insn-output.o): Depends on ggc.h.
16092
16093 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16094             Hans-Peter Nilsson  <hp@bitrange.com>
16095
16096         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
16097         Remove redundant include of xm-ns32k.h.
16098         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
16099         Remove redundant include of xm-ns32k.h.
16100         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
16101         Remove redundant include of xm-ns32k.h.
16102         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
16103
16104         * ns32k/ns32k.h: Update comment on multiply-add instructions.
16105         (TARGET_SWITCHES): Add documentation strings.
16106         (DWARF_FRAME_REGNUM): Override default definition.
16107         (REG_CLASS_CONTENTS): Add comments.
16108         (SUBSET_P): Format to reduce line length.
16109         (SMALL_REGISTER_CLASSES): Make a run time option.
16110         (GO_IF_NONINDEXED_ADDRESS): Reformat.
16111         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
16112         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
16113         (regclass_map): fix typo in comment.
16114         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
16115         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
16116         (trace, reg_or_mem_operand): Delete, unused function.
16117         (calc_address_cost): Small offsets are cheaper than large ones.
16118         (expand_block_move): Generate more efficient code when bytes is a
16119         known at compile time.
16120         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
16121         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
16122         instead of reg_or_mem_operand.
16123
16124         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
16125         not general_operand.  Similarly use "=rm" or stricter, not "=g".
16126         For input operands, use stricter constraints than "g" if not
16127         general_operand.  Similarly use stricter predicate than
16128         "general_operand" when stricter constraints than "g" are present,
16129         except for matching constraints.
16130         (movstrsi): Use "memory_operand" for operands 0 and 1.
16131         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
16132         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
16133         not reg_or_mem_operand.
16134         (udivmoddisi4): Ditto.
16135         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
16136         Use nonimmediate_operand for operand 3, not register_operand.
16137         (udivmoddiqi4_internal): Use register_operand for operand 1, not
16138         reg_or_mem_operand.
16139
16140 2000-01-27  Fred Fish  <fnf@be.com>
16141
16142         * gthr-posix.h: Fix typo; compatibily -> compatibility.
16143         * gthr-single.h: Likewise.
16144         * gthr-solaris.h: Likewise.
16145         * gthr-vxworks.h: Likewise.
16146         * gthr-win32.h: Likewise.
16147         * gthr.h: Likewise.
16148
16149 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16150
16151         * cppinit.c: Add " (cpplib)" to end of string printed by
16152         -v / --version.
16153
16154 2000-01-27  Richard Henderson  <rth@cygnus.com>
16155
16156         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
16157         testing for a signed comparison.
16158         (alpha_emit_floatuns): New.
16159         * alpha-protos.h: Declare it.
16160         * alpha.md (floatunsdisf2, floatunsdidf2): New.
16161         (extendsfdf2): Tidy.
16162
16163 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16164
16165         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
16166         no -g option specifying debugging format, default to -gstabs+.
16167
16168 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
16169
16170         * calls.c (special_function_p): New argument fork_or_exec.
16171         (expand_call): When profile_arc_flag is set and the function
16172         is in the fork_or_exec group, call __bb_fork_func first.
16173         * libgcc2.c, _bb module (__bb_fork_func): New function.
16174         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
16175         output file.
16176         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
16177         * tree.h (special_function_p): Update prototype.
16178
16179 2000-01-26  Richard Henderson  <rth@cygnus.com>
16180
16181         * alpha.c (alpha_split_tfmode_pair): New.
16182         * alpha-protos.h: Declare it.
16183         * alpha.md (abstf2, negtf2): New.
16184         (movtf insn): Add input G constraint.
16185         (movtf splitter): Use alpha_split_tfmode_pair.
16186
16187 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16188
16189         * i386/cygwin.h: PROTO -> PARAMS.
16190
16191 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
16192
16193         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
16194         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
16195         using _Qp_cmp/_Q_cmp and testing the return value.
16196         (print_operand): Call reverse_condition_maybe_unordered if
16197         we are handling CCFPmode or CCFPEmode.
16198         Handle ORDERED, UN* and LTGT comparisons.
16199         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
16200         if not TARGET_HARD_QUAD.
16201         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
16202         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
16203         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
16204         Adjust gen_b* calls so that they reflect return comparison of
16205         sparc_emit_float_lib_cmp.
16206
16207 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16208
16209         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
16210         incoming operands array is large enough for one more operand.
16211         (alpha_emit_xfloating_arith): Likewise.
16212
16213 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16214
16215         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
16216         file with one line and no trailing newline.
16217         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
16218         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
16219         checking if the match is on the line.
16220         * fixinc/gnu-regex.c: Provide regerror not __regerror.
16221
16222 2000-01-25  Richard Henderson  <rth@cygnus.com>
16223
16224         * sparc.c (output_cbranch): Fix accidental squashing of the
16225         fp branch pre-delay nop.
16226
16227 2000-01-25  Richard Henderson  <rth@cygnus.com>
16228
16229         * tree.def (UNNE_EXPR): Remove.
16230         * c-typeck.c (build_binary_op): Don't handle it.
16231         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
16232
16233         * rtl.def (UNNE): Remove.
16234         (LTGT): Add.
16235         * jump.c (reverse_condition): Update accordingly.
16236         (swap_condition): Likewise.
16237         (comparison_dominates_p): Handle unordered comparisons.
16238         (reverse_condition_maybe_unordered): New.
16239         * rtl.h (reverse_condition_maybe_unordered): Declare.
16240
16241         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
16242         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
16243         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
16244         * sparc.md (bltgt): New.
16245
16246 2000-01-25  Nick Clifton  <nickc@redhat.com>
16247
16248         * emit-rtl.c (emit_insn): Only check machine class insns for
16249         improper emission of a RETURN.
16250
16251 2000-01-25  Richard Henderson  <rth@cygnus.com>
16252
16253         * Makefile.in (flow.o): Depend on $(EXPR_H).
16254         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
16255         duplicate the structure of diddle_return_value for keeping regs live.
16256
16257 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16258
16259         * loop.c (current_loop_info): Delete.
16260         (consec_sets_invariant_p): Add loop argument, update callers.
16261         (get_condition_for_loop): Likewise.
16262         (count_nonfixed_reads, update_giv_derive): Likewise.
16263         (simplify_giv_expr, general_induction_var): Likewise.
16264         (consec_sets_giv, recombine_givs): Likewise.
16265         (move_movables): Delete loop_start and loop_end arguments,
16266         add loop argument, and update callers.
16267         (find_mem_givs, check_final_value): Likewise.
16268         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
16269         (loop_invariant_p): Rename from invariant_p, add loop argument, and
16270         update callers.
16271         (basic_induction_var): Add loop argument, delete loop_level argument,
16272         and update callers.
16273         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
16274         add loop argument, and update callers.
16275         (find_splittable_regs, find_splittable_givs): Likewise.
16276         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
16277         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
16278         (biv_total_increment): Delete loop_start and loop_end arguments;
16279         update callers.
16280         (precondition_loop_p): Delete loop_start and loop_info arguments;
16281         update callers.
16282         * loop.h (get_condition_for_loop): Add loop argument.
16283         (biv_total_increment): Delete loop_start and loop_end arguments.
16284         (precondition_loop_p): Delete loop_start and loop_info arguments;
16285         add loop argument.
16286         (final_biv_value): Delete loop_start and loop_end arguments;
16287         add loop argument.
16288         (final_giv_value, back_branch_in_range_p): Likewise.
16289
16290 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16291
16292         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
16293
16294 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16295
16296         * Makefile.in (c-gperf.h) : Change the "See" pointer to
16297         point to the new "generated_files" doc.
16298
16299 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16300
16301         * config/fp-bit.c (_unord_f2): Fix typo.
16302
16303 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16304
16305         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
16306         c-typeck.c, objc/objc-act.c: Remove all references to obstack
16307         functions obsoleted by GC, such as push_obstacks_nochange,
16308         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
16309         and code which existed only to decide whether or not to call
16310         them.  Remove now-unused NESTED argument from start_function;
16311         all callers changed.  Do not change behavior based on ggc_p.
16312         The use of the ixp_obstack in c-iterate.c and the util_obstack
16313         in objc/objc-act.c remain; these are not obsoleted by garbage
16314         collection.
16315         * c-tree.h: Update prototype for start_function.
16316
16317         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
16318
16319 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16320
16321         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
16322         mips16.
16323
16324 2000-01-25  Richard Henderson  <rth@cygnus.com>
16325
16326         * sparc-protos.h (select_cc_mode): Declare.
16327         * sparc.c (select_cc_mode): New.  Handle unordered compares.
16328         (output_cbranch): Always reverse via code change.  Handle
16329         unordered compares.  Factor tests and string updates.
16330         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
16331         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
16332         * sparc.md (bunordered, bordered): New.
16333         (bungt, bunlt, buneq, bunge, bunle): New.
16334
16335 2000-01-25  Richard Henderson  <rth@cygnus.com>
16336
16337         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
16338         * ggc-common.c (ggc_add_rtx_varray_root): New.
16339         (ggc_mark_rtx_varray): New.
16340         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
16341         functions down below ggc_mark_foo.
16342         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
16343
16344 2000-01-25  Richard Henderson  <rth@cygnus.com>
16345
16346         * alpha.c (secondary_reload_class): Don't allocate a secondary
16347         for integral mode memories into FLOAT_REGS.  Rearrange the more
16348         complicated memory expression inward.
16349
16350 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16351
16352         * inclhack.def: Fixes to play nicer with FreeBSD, and
16353         corrections to comments.
16354         (cxx_unready): Add select expression.
16355         (irix_sockaddr): Add bypass expression.
16356         (machine_ansi_h_va_list): New fix.
16357         (stdio_va_list): No need to edit _BSD_VA_LIST_.
16358         Split out addition of "#include <stdarg.h>" to...
16359         (stdio_stdarg_h): ... here.
16360         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
16361         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
16362         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
16363         size_t.
16364         (ultrix_ifdef): Tighten up select expression.
16365
16366         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
16367         re_ct and max_mach to avoid use of shell.  Make printed names
16368         match names in inclhack.def.  Use static copyright date.
16369         Don't count c_test and test expressions as requiring regex_t
16370         slots.  Add some commentary.
16371         * inclhack.tpl: Do not include the 'This script contains N
16372         fixup scripts' line if PROGRAM is defined.  Use static
16373         copyright date.
16374
16375 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
16376
16377         * dwarf2out.c: include "varray.h", not dyn-string.h.
16378         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
16379         (addr_const_to_string, addr_to_string): Lose.
16380         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
16381         (struct dw_val_struct): val_addr is now an rtx.
16382         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
16383         (used_rtx_varray): New varray.
16384         (dwarf2out_init): Initialize it.
16385         (save_rtx): New fn.
16386         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
16387         addr_to_string.
16388         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
16389         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
16390         * Makefile.in (dwarf2out.o): Update dependencies.
16391
16392 2000-01-24  Richard Henderson  <rth@cygnus.com>
16393
16394         * i386.c (i386_dwarf_output_addr_const): New.
16395         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
16396
16397         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
16398         if defined.
16399         * dwarfout.c (output_mem_loc_descriptor): Likewise.
16400         * i386.c (i386_simplify_dwarf_addr): New.
16401         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
16402
16403 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
16404
16405         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
16406         TYPE_STUB_DECL is NULL.
16407
16408 2000-01-24  Richard Henderson  <rth@cygnus.com>
16409
16410         * builtins.c (expand_tree_builtin): Move ...
16411         * c-common.c (expand_tree_builtin): ... here.
16412
16413 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16414
16415         * loop.h (LOOP_INFO): New accessor macro.
16416         * basic-block.h (struct loop): Rename field `info' to `aux'.
16417         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16418         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16419         * unroll.c (loop_iterations, unroll_loop): Likewise.
16420
16421 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16422
16423         * config/i386/t-cygwin: Accomodate new winsup directory layout
16424         when searching for include files.
16425
16426 2000-01-24  Richard Henderson  <rth@cygnus.com>
16427
16428         * rtl.def: Add unordered fp comparisions.
16429         * tree.def: Likewise.
16430         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16431
16432         * builtins.c (expand_tree_builtin): New function.
16433         * c-typeck.c (build_function_call): Use it.
16434         (build_binary_op): Support unordered compares.
16435         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16436
16437         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16438         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16439         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16440         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16441         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16442         return UNKNOWN.
16443         (swap_condition): Handle unordered compares.
16444         (thread_jumps): Check can_reverse before reversing.
16445         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16446         reversed for FP.
16447
16448         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16449         setcc is present before acking for cmp_optab.  Update all callers.
16450         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16451         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16452         * expr.c (expand_expr): Likewise.  Support unordered compares.
16453         (do_jump, do_store_flag): Likewise.
16454         * expr.h (enum libfunc_index): Add unordered compares.
16455
16456         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16457         (DPBIT_FUNCS): Add _unord_df.
16458         * config/fp-bit.c (_unord_f2): New.
16459         * fp-test.c (main): Try unordered compare builtins.
16460
16461         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16462         * alpha.c (alpha_comparison_operator): Check mode properly.
16463         (alpha_swapped_comparison_operator): Likewise.
16464         (signed_comparison_operator): Likewise.
16465         (alpha_fp_comparison_operator): New.
16466         (alpha_emit_conditional_branch): Handle unordered compares.
16467         * alpha.h (PREDICATE_CODES): Update.
16468         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16469         (bunordered, bordered): New.
16470
16471 2000-01-24  Richard Henderson  <rth@cygnus.com>
16472
16473         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16474         * alpha.md (movtf): New expander, insn, and splitter.
16475
16476 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16477
16478         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16479         dead registers.
16480
16481 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16482
16483         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16484         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16485          REG_ALLOC_ORDER): Add frame pointer
16486         (FRAME_POINTER_REGNUM): Set to 20
16487         (HARD_FRAME_POINTER_REGNUM): New macro.
16488         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16489         to HARD_FRAME_POINTER.
16490         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16491         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16492         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16493         (HI_REGISTER_NAMES): Add "frame".
16494         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16495         (debug_reg): Handle FRAME_POINTER_REGNUM.
16496         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16497         GENERAL_REGS and INDEX_REGS.
16498         * i386.c (SAVED_REGS_FIRST): new macro.
16499         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16500         (ix86_decompose_address, memory_address_length): Likewise.
16501         (regclass_map): Add frame pointer.
16502         (call_insn_operand): Handle frame_pointer_rtx.
16503         (reg_no_sp_operand): Likewise.
16504         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16505         (print_operand, legitimize_pic_address): Fix formating.
16506         (ix86_compute_frame_size): Make static, update prototype, new
16507         parameters padding1, padding2, use ix86_nsaved_regs, use
16508         stack_alignment_needed.
16509         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16510         to HARD_FRAME_POINTER_REGNUM conversions.
16511         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16512         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16513         (print_reg): Abort on FRAME_POINTER_REGNUM
16514
16515 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16516
16517         * i386.h (PREDICATE_CODES): Add aligned_operand.
16518         * i386.c (aligned_operand): New function.
16519         (ix86_aligned_p): Kill.
16520         * i386.md (movhi_1): Emit mov for aligned operands.
16521         (promoting peep2s): Use aligned_operand.
16522
16523 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16524
16525         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16526         expression to allow underscores in macro names.
16527         (fix_char_macro_defines): Increment scanning pointer.
16528
16529 2000-01-23  Richard Henderson  <rth@cygnus.com>
16530
16531         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16532         * alpha/osf5.h: New file.
16533         * configure.in (alpha-*-osf5): Add it to tm_file.
16534
16535         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16536
16537         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16538         (alpha_emit_xfloating_cvt, function_arg): Declare.
16539         * alpha.c (alpha_emit_conditional_branch): Call
16540         alpha_emit_xfloating_compare for TFmode compares.
16541         (alpha_lookup_xfloating_lib_func): New.
16542         (alpha_compute_xfloating_mode_arg): New.
16543         (alpha_emit_xfloating_libcall): New.
16544         (alpha_emit_xfloating_arith): New.
16545         (alpha_emit_xfloating_compare): New.
16546         (alpha_emit_xfloating_cvt): New.
16547         (print_operand): Add default abort case.
16548         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16549         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16550         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16551         (RETURN_IN_MEMORY): True for TF/TCmode.
16552         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16553         (FUNCTION_ARG): Move to function_arg.
16554         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16555         (ASM_OUTPUT_LONG_DOUBLE): New.
16556         (ASM_OUTPUT_DOUBLE): Always output bits.
16557         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16558         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16559         (extenddftf2, trunctfdf2): New.
16560
16561 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16562
16563         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16564         * config/sparc/sol2.h: ... here.
16565
16566 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16567
16568         * basic-block.h (struct loops): New field `levels'.
16569         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16570         (flow_loop_level_compute): Initialise level to 1.
16571         (flow_loops_find): Set loops->levels.
16572         (flow_loops_dump): Print loops->levels.
16573
16574 2000-01-23  Richard Henderson  <rth@cygnus.com>
16575
16576         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16577         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16578
16579 2000-01-23  Richard Henderson  <rth@cygnus.com>
16580
16581         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16582         * i386.h (DBX_REGISTER_NUMBER): Use them.
16583         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16584         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16585         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16586         * i386/sequent.h: Kill incorrect comment.
16587
16588 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16589
16590         * ggc-page.c (struct page_entry): Make `context_depth' an
16591         `unsigned short'.
16592         (struct globals): Likewise.
16593
16594 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16595
16596         * loop.c (check_dbra_loop): When checking a loop for
16597         reversability, check the source of any stores to ensure
16598         they don't depend on an initial value.
16599
16600 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16601
16602         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16603
16604 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16605
16606         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16607         'pz_scan' into scope of entire function.  Only affects
16608         compiles with -DDEBUG.
16609
16610 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16611
16612         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16613         section naming to that prior to 2000-01-07 patch.
16614         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16615         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16616         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16617         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16618         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16619
16620 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16621
16622         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16623         constant.
16624
16625 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16626
16627         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16628         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16629
16630 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16631
16632         * cpphash.c (change_newlines): Delete function.
16633         (struct argdata): Delete 'newlines' and 'use_count' fields.
16634         (macroexpand): Remove code referencing those fields.
16635
16636 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16637
16638         * loop.c (loops_info): New variable.
16639         (loop_optimize): Allocate loops->array and free it on exit.
16640         Allocate memory for loops_info and assign to each loop,
16641         replacing alloca.
16642         (find_and_verify_loops): Do not allocate loops->array.
16643
16644 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16645
16646         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16647
16648 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16649
16650         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16651         pseudos if expanded after first flow.
16652         (movdi_pic_label_ref): Likewise.
16653
16654 2000-01-20  Richard Henderson  <rth@cygnus.com>
16655
16656         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16657
16658 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16659
16660         * Makefile.in (fixinc.sh): Depend on specs.
16661         * fixinc/Makefile.in: Add rule to create machname.h.
16662         (fixlib.o): Depend on machname.h.
16663         * fixinc/fixtests.c (machine_name): New test.
16664         * fixinc/fixfixes.c (machine_name): New fix.
16665         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16666         the machine_name test and fix.
16667         * fixinc/fixlib.h: Prototype it.
16668         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16669         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16670
16671         * gcc.c (do_spec_1) [case P]: Take care not to create
16672         identifiers with three leading or trailing underscores.
16673
16674         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16675         (fixincl): Don't specify libraries twice on link line.
16676         (gnu-regex.o): Remove special rule.
16677         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16678         defined by config.h.  Do not define _REGEX_RE_COMP.
16679         (regcomp): Allocate and initialize a fastmap.
16680         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16681
16682 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16683
16684         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16685
16686 2000-01-19  Richard Henderson  <rth@cygnus.com>
16687
16688         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16689         arguments with BB.  Update all callers.  Tidy line wrapping.
16690
16691 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16692
16693         * emit-rtl.c (try_split): Return last_insn if we split the
16694         last_insn.
16695
16696 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16697
16698         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16699         (ix86_initial_elimination_offset): Declare.
16700         * i386.c (ix86_nsaved_regs): Break out from ...
16701         (ix86_can_use_return_insn_p): ... here.
16702         (ix86_emit_save_regs): Break out from ...
16703         (ix86_expand_prologue): ... here.
16704         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16705         out from ...
16706         (ix86_expand_epilogue): ... here.
16707         (ix86_compute_frame_size): Make static, add prototype.
16708         (ix86_initial_elimination_offset): Break out from ...
16709         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16710
16711 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16712
16713         * recog.h (OUT_FCN): Delete.
16714
16715         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16716
16717 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16718
16719         * cppalloc.c: PROTO -> PARAMS.
16720         * cpperror.c: Likewise.
16721         * cppfiles.c: Likewise.
16722         * cpplib.c: Likewise.
16723         * cpplib.h: Likewise.
16724
16725         * config/arm/arm-protos.h: PROTO -> PARAMS.
16726         * config/arm/arm.c: Likewise.
16727         * config/c4x/c4x.c: Likewise.
16728         * config/fr30/fr30-protos.h: Likewise.
16729         * config/nextstep.c: Likewise.
16730         * config/pa/pa.c: Likewise.
16731         * config/pj/pj.c: Likewise.
16732         * config/rs6000/rs6000.c: Likewise.
16733         * config/v850/v850-protos.h: Likewise.
16734         * config/v850/v850.c: Likewise.
16735
16736 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16737
16738         * i370-protos.h: New file.
16739
16740         * i370.c: Include tm_p.h.  Fix compile time warnings.
16741
16742         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16743         warnings.
16744
16745         * i370.md: Likewise.
16746
16747 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16748
16749         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16750         (target_isinf, target_isnan, eisnan): Mark parameter with
16751         ATTRIBUTE_UNUSED.
16752         (eiisinf): Wrap in INFINITY.
16753         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16754         (ibmtoe): Remove unused variable `rndsav'.
16755
16756 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16757
16758         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16759         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16760
16761 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16762
16763         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16764         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16765         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16766
16767         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16768         Recognize Emacs mode markers also.
16769         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16770         C++ comments in C++ headers.  Call is_cxx_header only if
16771         necessary.
16772
16773         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16774         bypass for ncurses.
16775         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16776         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16777         ... these, which use the new C fixes.
16778         (math_exception): Escape literal '+' in bypass expression.
16779
16780         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16781         Regenerate.
16782
16783 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16784
16785         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16786         inside the MEM.
16787
16788 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16789
16790         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16791         prior to calling scan_loop.
16792
16793 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16794
16795         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16796         (split_branches, calc_live_regs): Likewise.
16797
16798 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16799
16800         * sh.md (fpu_single, fp_mode): New attributes.
16801
16802 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16803
16804         * loop.c (current_loop_info): Renamed from loop_info_data
16805         and changed to a pointer.
16806         (loop_optimize): Allocate loop_info structure for each loop
16807         and initialise to zero.
16808         (scan_loop): Set current_loop_info.
16809
16810         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16811         on iteration_var.
16812
16813 2000-01-19  Richard Henderson  <rth@cygnus.com>
16814
16815         * stupid.c: Die die die.
16816         * Makefile.in (OBJS): Remove stupid.o.
16817         (stupid.o): Likewise.
16818
16819         * except.c (emit_eh_context): Don't emit USEs for stupid.
16820         * explow.c (probe_stack_range): Likewise.
16821         * flags.h (obey_regdecls): Remove.
16822         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16823         when not optimizing.
16824         (life_analysis): Limit data collection when not optimizing.
16825         (mark_regs_live_at_end): Always mark the return value registers.
16826         (mark_used_regs): Remove dummy RETURN case.
16827         (print_rtl_with_bb): Don't consult obey_regdecls.
16828         * function.c (use_variable, use_variable_after): Remove.
16829         (assign_parms): Consult optimize not obey_regdecls.
16830         (expand_function_start): Don't emit USEs for stupid.
16831         (expand_function_end): Likewise.
16832         * global.c (build_insn_chain): Export.
16833         * integrate.c (expand_inline_function): Kill return-value USE
16834         handling code.
16835         * jump.c (jump_optimize_1): Do simple jump optimizations and
16836         dead code elimination.
16837         (calculate_can_reach_end): Remove check_deleted argument.
16838         (delete_insn): Patch out insns even when not optimizing.
16839         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16840         * rtl.h (use_variable, use_variable_after): Remove declarations.
16841         (build_insn_chain): Declare.
16842         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16843         (expand_end_bindings): Likewise.
16844         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16845         * toplev.c (obey_regdecls): Remove.
16846         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16847         flow1, local-alloc, and reload.
16848         (main): Don't set obey_regdecls.
16849
16850         * config/nextstep.c (handle_pragma): Likewise.
16851
16852         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16853
16854         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16855
16856 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16857
16858         * alpha-protos.h: PROTO -> PARAMS.
16859         * alpha.c: Likewise.
16860         * elf.h: Likewise.
16861         * h8300.c: Likewise.
16862         * i386-protos.h: Likewise.
16863         * i386.c: Likewise.
16864         * m32r-protos.h: Likewise.
16865         * m32r.c: Likewise.
16866         * mips.c: Likewise.
16867         * mips.md: Likewise.
16868         * gmon-sol2.c: Likewise.
16869         * sparc.c: Likewise.
16870
16871 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16872
16873         * ns32k-protos.h: New file.
16874
16875         * ns32k.c: Fix compile time warnings.
16876
16877         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16878         warnings.
16879
16880         * ns32k.md: Likewise.
16881
16882 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16883
16884         * vax-protos.h: New file.
16885
16886         * vax.c: Fix compile time warnings.
16887
16888         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16889         warnings.
16890
16891         * vax.md: Likewise.
16892
16893         * vaxv.md: Likewise.
16894
16895 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16896
16897         * romp-protos.h: New file.
16898
16899         * romp.c: Fix compile time warnings.
16900
16901         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16902         warnings.
16903
16904         * romp.md: Likewise.
16905
16906 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16907
16908         * we32k-protos.h: New file.
16909
16910         * we32k.c: Fix compile time warnings.
16911
16912         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16913         warnings.
16914
16915 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16916
16917         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16918
16919         * except.c (eh_regs): Likewise.
16920
16921         * final.c (output_operand): Likewise.
16922
16923         * fold-const.c (target_isinf, target_isnan): Likewise.
16924
16925 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16926
16927         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16928         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16929
16930         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16931         when optimize_size.
16932         (clrstrsi): Rewrite.
16933         (strsethi, strsetqi): New expanders.
16934         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16935         (cmpstrsi): Emit compare insn before cmpstrsi_1
16936         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16937         (strlensi_1): Likewise.
16938         (cmpstrsi_1): Likewise; do not output compare.
16939         (strlen expander): Do not unroll when optimizing for size.
16940         (*subsi3_carry): Rename to subsi3_carry
16941         (addqi3_cc): New pattern.
16942         * i386.h (processor_costs): Add move_ratio field.
16943         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16944         * i386.c (*_cost): Set move_ratio.
16945         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16946         (x86_expand_strlensi_1): Rewrite the main loop.
16947
16948 2000-01-17  Richard Henderson  <rth@cygnus.com>
16949
16950         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16951         * cse.c (find_comparison_args, fold_rtx): Likewise.
16952         * integrate.c (subst_constants): Likewise.
16953         * loop.c (get_condition): Likewise.
16954
16955         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16956
16957         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16958
16959 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16960
16961         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16962         (RESTORE_WARN_FLAGS): Unpack it.
16963         Change semantic type of extension to ttype.
16964         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16965         * c-parse.y, c-parse.c, objc/objc-parse.y,
16966         objc/objc-parse.c: Regenerate.
16967
16968 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16969
16970         * fixinc/fixlib.c: Add copyright notice.
16971         (compile_re): New function.
16972         * fixinc/fixlib.h: Prototype compile_re.
16973
16974         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16975         Use compile_re to compile regular expressions.
16976
16977         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16978         where the pattern matched.
16979
16980         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16981         use 'replace'.
16982         (ultrix_ansi_compat): Likewise.
16983         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16984         add egrep test.
16985         (interactv_add2, interactv_add3): Delete.
16986         (x11_sprintf): Don't use filename glob.
16987         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16988         Regenerate.
16989
16990 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16991
16992         * print-rtl.c: PROTO -> PARAMS.
16993         * real.c: Likewise.
16994         * reg-stack.c: Likewise.
16995         * resource.c: Likewise.
16996         * sdbout.h: Likewise.
16997         * simplify-rtx.c: Likewise.
16998         * stor-layout.c: Likewise.
16999         * stupid.c: Likewise.
17000         * xcoffout.c: Likewise.
17001         * xcoffout.h: Likewise.
17002
17003 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17004
17005         * toplev.c: PROTO -> PARAMS.
17006         * toplev.h: Likewise.
17007         * tree.c: Likewise.
17008         * tree.h: Likewise.
17009         * unroll.c: Likewise.
17010         * varasm.c: Likewise.
17011         * varray.c: Likewise.
17012         * varray.h: Likewise.
17013
17014 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17015
17016         * reload.c: PROTO -> PARAMS.
17017         * reload.h: Likewise.
17018         * reload1.c: Likewise.
17019         * reorg.c: Likewise.
17020         * resource.h: Likewise.
17021         * rtl.c: Likewise.
17022         * rtl.h: Likewise.
17023         * rtlanal.c: Likewise.
17024         * sbitmap.h: Likewise.
17025         * sdbout.c: Likewise.
17026         * stack.h: Likewise.
17027         * stmt.c: Likewise.
17028         * system.h: Likewise.
17029
17030 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17031
17032         * machmode.h: PROTO -> PARAMS.
17033         * mbchar.h: Likewise.
17034         * mips-tdump.c: Likewise.
17035         * mips-tfile.c: Likewise.
17036         * optabs.c: Likewise.
17037         * output.h: Likewise.
17038         * prefix.c: Likewise.
17039         * profile.c: Likewise.
17040         * protoize.c: Likewise.
17041         * real.h: Likewise.
17042         * recog.c: Likewise.
17043         * recog.h: Likewise.
17044         * regclass.c: Likewise.
17045         * regmove.c: Likewise.
17046         * regs.h: Likewise.
17047
17048 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17049
17050         * ggc-common.c: PROTO -> PARAMS.
17051         * ggc-page.c: Likewise.
17052         * ggc-simple.c: Likewise.
17053         * ggc.h: Likewise.
17054         * global.c: Likewise.
17055         * graph.c: Likewise.
17056         * gthr-win32.h: Likewise.
17057         * haifa-sched.c: Likewise.
17058         * halfpic.h: Likewise.
17059         * integrate.c: Likewise.
17060         * integrate.h: Likewise.
17061         * jump.c: Likewise.
17062         * lcm.c: Likewise.
17063         * local-alloc.c: Likewise.
17064         * loop.c: Likewise.
17065         * loop.h: Likewise.
17066
17067 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17068
17069         * genattr.c: PROTO -> PARAMS.
17070         * genattrtab.c: Likewise.
17071         * gencheck.c: Likewise.
17072         * gencodes.c: Likewise.
17073         * genconfig.c: Likewise.
17074         * genemit.c: Likewise.
17075         * genextract.c: Likewise.
17076         * genflags.c: Likewise.
17077         * gengenrtl.c: Likewise.
17078         * genopinit.c: Likewise.
17079         * genoutput.c: Likewise.
17080         * genpeep.c: Likewise.
17081         * genrecog.c: Likewise.
17082
17083 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17084
17085         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
17086
17087 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17088
17089         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
17090         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
17091         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
17092         * configure, config.in: Rebuilt.
17093
17094 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
17095
17096         * config/i386/i386.md: Add peephole to merge successive stack
17097         adjusts.
17098
17099 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
17100
17101         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
17102         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
17103         when walking backwards to find all the parameter loads when
17104         the basic block ends in a call.
17105
17106 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17107
17108         * loop.c (this_loop_info): Delete.
17109         (uid_loop): Add in place of uid_loop_num.  All uses updated.
17110         (loop_number_exit_count): Delete and replace with entry in loop
17111         structure.  All uses updated.
17112         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17113         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17114         (loop_outer_loop): Likewise.
17115         (loop_invalid, loop_number_exit_labels): Likewise.
17116         (loop_used_count_register): Delete and replace with entry in
17117         loop_info structure.
17118         (find_and_verify_loops): Add loops argument.
17119         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
17120         loop_end, etc. arguments with loop structure pointer.  All callers
17121         changed.
17122         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
17123         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
17124         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
17125         (insert_bct): Likewise.
17126         (basic_induction_var): New argument level.
17127         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
17128         vtop, and cont.  Add used_count_register.
17129         (uid_loop): Delete declaration.
17130         (loop_number_exit_count): Likewise.
17131         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17132         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17133         (loop_outer_loop, loop_used_count_register): Likewise.
17134         (loop_invalid, loop_number_exit_labels): Likewise.
17135         (unroll_loop): Replace loop_start and loop_end arguments
17136         with loop structure pointer.
17137         (loop_precondition_p, loop_iterations): Likewise.
17138         Include basic-block.h.
17139         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
17140         with loop structure pointer.
17141         (loop_precondition_p, loop_iterations): Likewise.
17142         * basic-block.h (struct loop): New entries vtop, cont,
17143         cont_dominator, start, end, top, scan_start, exit_labels,
17144         exit_count.
17145         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
17146
17147 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17148
17149         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
17150
17151 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
17152
17153         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
17154
17155 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17156
17157         * pdp11-protos.h: New file.
17158
17159         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
17160         time warnings.
17161
17162         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
17163         warnings.
17164
17165         * pdp11.md: Likewise.
17166
17167         * 2bsd.h: Likewise.
17168
17169 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17170
17171         * mn10300-protos.h: New file.
17172
17173         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17174         time warnings.
17175
17176         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
17177         warnings.
17178
17179         * mn10300.md: Likewise.
17180
17181 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17182
17183         * mn10200-protos.h: New file.
17184
17185         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
17186         time warnings.
17187
17188         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
17189         warnings.
17190
17191         * mn10200.md: Likewise.
17192
17193 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17194
17195         * h8300-protos.h: New file.
17196
17197         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17198         time warnings.
17199
17200         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
17201         warnings.
17202
17203         * h8300.md: Likewise.
17204
17205 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17206
17207         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
17208         (asm_emit_uninitialised): Likewise.
17209
17210 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
17211
17212         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
17213         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
17214
17215 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17216
17217         * config/mips/mips.c (override_options): Don't turn on extra
17218         alignment for mips16.
17219
17220 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17221
17222         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
17223         eabi, and make sure queued POSTINCREMENT rtl is emitted at
17224         the right point.
17225
17226 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17227
17228         * builtins.c (PAD_VARARGS_DOWN): Define.
17229         (std_expand_builtin_va_arg): Use the above macro.
17230         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
17231         * tm.texi (Register Arguments): Document the above macro.
17232
17233 2000-01-14  Nick Clifton  <nickc@cygnus.com>
17234
17235         * emit-rtl.c (emit_insn): If checking is enabled, make sure
17236         that this function has not been used to emit a jump
17237         instruction.
17238
17239         * jump.c (return_jump_1): Cope with being passed a null rtx.
17240
17241 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17242
17243         * eh-common.h: PROTO -> PARAMS.
17244         * emit-rtl.c: Likewise.
17245         * errors.c: Likewise.
17246         * errors.h: Likewise.
17247         * except.c: Likewise.
17248         * except.h: Likewise.
17249         * explow.c: Likewise.
17250         * expmed.c: Likewise.
17251         * expr.c: Likewise.
17252         * expr.h: Likewise.
17253         * final.c: Likewise.
17254         * fix-header.c: Likewise.
17255         * flow.c: Likewise.
17256         * fold-const.c: Likewise.
17257         * function.c: Likewise.
17258         * function.h: Likewise.
17259         * gcc.c: Likewise.
17260         * gcov-io.h: Likewise.
17261         * gcov.c: Likewise.
17262         * gcse.c: Likewise.
17263
17264 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17265
17266         * sh-protos.h: New file.
17267
17268         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
17269         Add static prototypes.  Fix compile time warnings.
17270
17271         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
17272         * sh.md: Likewise.
17273         * elf.h: Likewise.
17274
17275 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17276
17277         * arc-protos.h: New file.
17278
17279         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
17280         time warnings.
17281
17282         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
17283         warnings.
17284
17285         * arc.md: Likewise.
17286
17287 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17288
17289         * dsp16xx-protos.h: New file.
17290
17291         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
17292         time warnings.
17293
17294         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
17295         warnings.
17296
17297         * dsp16xx.md: Likewise.
17298
17299 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17300
17301         * convex-protos.h: New file.
17302
17303         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
17304         time warnings.
17305
17306         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
17307         warnings.
17308
17309 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17310
17311         * elxsi-protos.h: New file.
17312
17313         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
17314         time warnings.
17315
17316         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
17317         warnings.
17318
17319         * elxsi.md: Likewise.
17320
17321 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17322
17323         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
17324         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
17325         match the comment for MIPS16.
17326
17327 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
17328
17329         * flow.c (split_edge): Do not call set_block_for_insn if we
17330         do not have a basic_block_for_insn structure.
17331
17332         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
17333         and destination functions are 32bit aligned within the trampoline.
17334         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
17335         (TRAMPOLINE_ALIGNMENT): Define.
17336
17337         * cse.c (cse_insn): When changing (set (pc) (reg)) to
17338         (set (pc) (label_ref)), verify the change creates a valid insn.
17339
17340         * fr30.c (call_operand): Tighten and rework to match rules for
17341         call RTL expressions.
17342         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
17343         * fr30.md (call patterns): Improve constraints.
17344
17345 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
17346
17347         * fr30.c (fr30_expand_epilogue): Revert last change.
17348         Use emit_jump_insn for the return insn.
17349
17350 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
17351                           Stan Cox  <scox@cygnus.com>
17352
17353         * predict.c: New file. Preliminary infrastructure work for static
17354         branch prediction and basic block reordering.
17355         * basic-block.h: Add prototype for estimate_probability.
17356         * Makefile.in: Add rules for predict.o.
17357
17358 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
17359
17360         * fixincludes (va_list): Use __not_va_list__ for the dummy.
17361         * fixinc/*: Likewise.
17362
17363 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17364
17365         * cccp.c: PROTO -> PARAMS.
17366         * cexp.y: Likewise.
17367         * collect2.c: Likewise.
17368         * combine.c: Likewise.
17369         * convert.h: Likewise.
17370         * cse.c: Likewise.
17371         * dbxout.c: Likewise.
17372         * dbxout.h: Likewise.
17373         * diagnostic.c: Likewise.
17374         * doprint.c: Likewise.
17375         * dwarf2out.c: Likewise.
17376         * dwarf2out.h: Likewise.
17377         * dwarfout.c: Likewise.
17378         * dwarfout.h: Likewise.
17379         * dyn-string.h: Likewise.
17380
17381 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17382
17383         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
17384         macro conditionals guarding use.
17385
17386         * dwarf2out.c: Include "tm_p.h".
17387
17388         * function.c (locate_and_pad_parm): Mark parameter with
17389         ATTRIBUTE_UNUSED.
17390         (expand_function_end): Likewise for variable `context'.
17391
17392         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
17393
17394 2000-01-13  Nick Clifton  <nickc@cygnus.com>
17395
17396         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
17397         register to prevent compile time warnings.
17398
17399 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
17400
17401         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
17402         to avoid -Wtraditional warning.
17403
17404 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17405
17406         * 1750a-protos.h: New file.
17407
17408         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17409         time warnings.
17410
17411         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17412         warnings.
17413
17414         * 1750a.md: Likewise.
17415
17416 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17417
17418         * a29k-protos.h: New file.
17419
17420         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17421         time warnings.
17422
17423         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17424         warnings.
17425
17426 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17427
17428         * clipper-protos.h: New file.
17429
17430         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17431         time warnings.
17432
17433         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17434         warnings.
17435
17436 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17437
17438         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17439
17440 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17441
17442         * configure.in (--enable-new-gxx-abi): New option.
17443         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17444         * Makefile.in (GXX_ABI_FLAG): New variable.
17445         * configure: Regenerate.
17446
17447 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17448
17449         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17450         * tm.texi (FORCE_STRUCT_BLK): Document.
17451         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17452
17453 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17454
17455         * config/ns32k/ns32k.md: Revert Jan 9 change.
17456
17457         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17458         to a mode-test, if the predicate is address_operand.
17459
17460 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17461
17462         * combine.c (if_then_else_cond): Be careful about what kinds
17463         of RTL expressions are passed to operand_subword.
17464
17465         * flow.c (split_edge): If we have to insert a new jump, make
17466         sure to associate it with a basic block.
17467
17468         * flow.c (commit_one_edge_insertion): A block with one successor
17469         can end in a JUMP_INSN that is not a simplejump.
17470
17471 2000-01-12  Robert Lipe  <robertl@sco.com>
17472
17473         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17474         (BUILD_VA_LIST_TYPE): Define.
17475         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17476         with crtstuff.c.
17477
17478 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17479
17480         * cccp.c (do_pragma): Add cast to (char *).
17481
17482 2000-01-12  Richard Henderson  <rth@cygnus.com>
17483             Fred Fish  <fnf@be.com>
17484             Jason Merrill  <jason@cygnus.com>
17485
17486         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17487         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17488         * i386/beos-elf.h, i386/beos-pe.h: New files.
17489
17490         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17491         * cross-make (SYSTEM_HEADER_DIR): Define using
17492         CROSS_SYSTEM_HEADER_DIR.
17493
17494         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17495         (process_command): Use it.
17496         (main): Likewise.  Kill trailing = from env vars.
17497         (build_search_list): Put it back.
17498         * collect2.c (main): Use LIBRARY_PATH_ENV.
17499
17500         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17501         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17502
17503         * tm.texi (Frame Layout): Document SMALL_STACK.
17504         * c-common.c (c_common_nodes_and_builtins): Check it.
17505
17506         * system.h: Undef alloca after including glibc's <stdlib.h>,
17507         if USE_C_ALLOCA is defined.
17508
17509         * gcc.c (set_input): New fn.
17510         (main): After all input files are compiled, reset the input file
17511         info to the first.
17512
17513         * aclocal.m4 (rindex, index): If already defined, don't attempt
17514         to redefine.
17515
17516         * ginclude/varargs.h: (__va_list__): Define ifndef.
17517         * ginclude/stdarg.h: Likewise.
17518
17519         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17520         instead of unsigned char.
17521
17522         * hash.h (true, false, boolean): Undef before enum.
17523
17524         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17525         proper type of "HOST_WIDE_INT *", rather than their natural type of
17526         "unsigned HOST_WIDE_INT *".
17527
17528 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17529
17530         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17531
17532         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17533
17534         * regclass.c (choose_hard_reg_mode): Likewise.
17535
17536         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17537
17538         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17539
17540 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17541
17542         * c-common.c: PROTO -> PARAMS.
17543         * c-common.h: Likewise.
17544         * c-decl.c: Likewise.
17545         * c-iterate.c: Likewise.
17546         * c-lang.c: Likewise.
17547         * c-lex.c: Likewise.
17548         * c-lex.h: Likewise.
17549         * c-parse.in: Likewise.
17550         * c-pragma.c: Likewise.
17551         * c-pragma.h: Likewise.
17552         * c-tree.h: Likewise.
17553         * c-typeck.c: Likewise.
17554         * objc/objc-act.c: Likewise.
17555         * objc/objc-act.h: Likewise.
17556
17557 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17558
17559         * m88k-protos.h: New file.
17560
17561         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17562         time warnings.
17563
17564         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17565
17566         * m88k.md: Likewise.
17567
17568         * tekXD88.h: Likewise.
17569
17570 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17571
17572         * m68k-protos.h: New file.
17573
17574         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17575         time warnings.
17576
17577         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17578
17579         * mot3300.h: Likewise.
17580
17581 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17582
17583         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17584         extract_bitlst.
17585         (extract_bitlist): Declare bitlen.
17586
17587 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17588
17589         * cccp.c: Accept and ignore -lang-fortran.
17590
17591         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17592         qualifiers don't match at any level of pointerness.
17593
17594 2000-01-12  Robert Lipe  <robertl@sco.com>
17595
17596         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17597
17598 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17599
17600         * reload1.c (reload_reg_unavailable): New static variable.
17601         (reload_reg_free_p): Test it.
17602         (reload_reg_free_for_value_p): Test it instead of
17603         reload_reg_used.
17604         (choose_reload_regs_init): Compute it.
17605
17606 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17607
17608         * reorg.c (fill_slots_from_thread): Check modified_in_p
17609         before replacing.
17610
17611 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17612
17613         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17614         these nodes even if INTERNALS is not set.
17615
17616 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17617
17618         * gcse.c (delete_null_pointer_checks_1): Cope when
17619         get_condition cannot determine the condition.
17620
17621 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17622
17623         * toplev.h (set_message_length): Declare.
17624
17625         * diagnostic.c (obstack_chunk_alloc): Define macro.
17626         (obstack_chunk_free): Likewise.
17627         (struct output_buffer): New data structure.
17628         (vmessage): Remove.
17629         (output_maximum_width): New variable.
17630         (doing_line_wrapping, set_message_length, init_output_buffer,
17631         get_output_prefix, output_space_left, emit_output_prefix,
17632         output_newline, output_append, output_puts, dump_output,
17633         vbuild_message_string, build_message_string, build_location_prefix,
17634         voutput_notice, output_printf, line_wrapper_printf,
17635         vline_wrapper_message_with_location):  New functions. Implement
17636         automatic line wrapping.
17637         (v_message_with_decl): Make it handle automatic line wrapping.
17638         (v_error_with_file_and_line): Likewise.
17639         (v_warning_with_file_and_line): Likewise.
17640         (announce_function): Likewise.
17641         (default_print_error_function): Likewise.
17642
17643 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17644
17645         * cpplib.h (struct cpp_options): Change lang_asm to char.
17646         Add lang_fortran.
17647         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17648         done in cpp_handle_option now.
17649         (initialize_builtins): Take out special case code used only by
17650         __STDC_VERSION__.
17651         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17652         if -traditional.  Recognize -lang-fortran and set
17653         lang_fortran, also turn off cplusplus_comments.
17654         (print_help): Document -lang-fortran.
17655         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17656         lang_asm. Ignore all directives other than `# 123 "file"' if
17657         CPP_PREPROCESSED.
17658         (cpp_get_token): If -traditional, don't recognize directives
17659         unless the # is in column 1.
17660         (parse_string): If lang_fortran or lang_asm, silently
17661         terminate strings ('' or "") at end of line.
17662         Remove unnecessary braces.
17663
17664 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17665             Richard Henderson  <rth@cygnus.com>
17666
17667         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17668         as used.
17669         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17670         strict_low_part when possible.
17671
17672 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17673
17674         * alias.c: PROTO -> PARAMS.
17675         * basic-block.h: Likewise.
17676         * bitmap.c: Likewise.
17677         * bitmap.h: Likewise.
17678         * builtins.c: Likewise.
17679         * c-aux-info.c: Likewise.
17680         * caller-save.c: Likewise.
17681         * calls.c: Likewise.
17682
17683 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17684
17685         * Makefile.in (toplev.o): Depend on regs.h.
17686
17687         * output.h (tdesc_section): Prototype.
17688
17689         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17690
17691         * sdbout.c: Include "tm_p.h".
17692
17693         * toplev.c: Include "regs.h".
17694
17695 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17696
17697         * unroll.c (unroll_loop): Add EH support.
17698
17699 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17700
17701         * pa-protos.h: New file.
17702
17703         * pa.c: Include recog.h and tm_p.h.
17704         (compute_zdepwi_operands, compute_movstrsi_length,
17705         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17706         find_addr_reg, import_milli): Add static prototypes.
17707         (pa_cpu_string, pa_arch_string): Constify a char*.
17708         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17709         (read_only_operand): Add argument `mode'.
17710         (singlemove_string, output_move_double, output_fp_move_double,
17711         output_block_move, output_and, output_ior, output_ascii,
17712         remove_useless_addtr_insns, milli_names, output_mul_insn,
17713         output_div_insn, output_mod_insn, output_arg_descriptor,
17714         output_cbranch, output_bb, output_bvb, output_dbra, ,
17715         output_millicode_call, output_call, hppa_encode_label,
17716         output_parallel_movb, output_parallel_addb): Constify a char*.
17717         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17718         (output_parallel_addb): Remove extra arg to `constrain_operands'
17719
17720         * pa.h:  Move all prototypes to pa-protos.h.
17721         (pa_cpu_string, pa_arch_string): Constify a char*.
17722         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17723
17724         * pa.md: Call `function_label_operand' with mode argument.
17725         Likewise for `read_only_operand'.
17726         Fix nesting of parens in call to `symbolic_operand'.
17727
17728 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17729
17730         * i860-protos.h: New file.
17731
17732         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17733         time warnings.
17734
17735         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17736
17737         * i860.md: Likewise.
17738
17739 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17740
17741         * i386.md (movstrsi expander): Rewrite.
17742         (movstrsi_1 insn): Deleted.
17743         (strmovhi, strmovqi expander): New expanders.
17744         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17745         * i386.c (x86_single_stringop): New global variable.
17746         * i386.h (x86_single_stringop): Declare.
17747         (TARGET_SINGLE_STRINGOP): New macro.
17748
17749 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17750
17751         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17752         integer vararg POSTINCREMENT before the destination of the jump
17753         for the hard fp case.
17754         (function_arg_pass_by_reference): Pass a copy of CUM to
17755         FUNCTION_ARG.
17756
17757         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17758         for CONSTANT_ADDRESS_P above while loop for subreg.
17759
17760 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17761
17762         * flow.c (propagate_block): When a prologue/epilogue insn
17763         is marked dead, unconditionally clear libcall_is_dead and
17764         insn_is_dead, and only dump rtl if warnings aren't being
17765         suppressed.
17766
17767 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17768
17769         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17770         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17771         (FIXED_REGISTERS): Set dirflag as fixed.
17772         (CALL_USED_REGISTERS): Set dirflag as used.
17773         (REG_ALLOC_ORDER): Set dirflag as last one.
17774         (DIRFLAG_REG): New macro.
17775         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17776         (HI_REGISTER_NAMES): Add dirflag.
17777         (DEBUF_PRINT_REG): Handle dirflag.
17778         * i386.md (type attribute): New cld and str types.
17779         (length_opcode attribute): Set cld and str to 1.
17780         (memory attribute): Set str to unknown - it is not clear from the
17781         patterns.
17782         (pent_np function unit): Prefixed string operations takes 12 cycles
17783         minimally; cld takes 2 cycles.
17784         (ppro_uops attribute): Str is "many" and cld is "few".
17785         (ppro_p0 unit): Handle cld here.
17786         (k6_alux unit): Handle cld and str types.
17787         (k6_load unit): It is ocupied by str opcodes.
17788         (k6_store unit): It is ocupied by str opcodes.
17789         (athlon_decode): Str is vector decoded.
17790         (athlon_ieu): Handle str and cld.
17791         (cld pattern): New.
17792         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17793         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17794         cmpstrsi_nz_1 insn): Do not output cld instruction
17795
17796 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17797
17798         * gcc.texi (G++ and GCC): Add Java and Chill.
17799         (Bug Critera): Don't list languages.
17800
17801         * gcc.texi (Incompatibilities): No longer claim most C compilers
17802         are K&R.
17803
17804         * gcc.texi (G++ and GCC): Update other front-ends list.
17805
17806 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17807
17808         * i386.c (ix86_expand_setcc): Fix typo.
17809         (ix86_expand_movcc): Similarly.
17810
17811         * Band-aid until haifa's bitset implementation is nuked.
17812         * haifa-sched.c (extract_bitlst): New parameter for size of the
17813         bitset in bits.  All callers changed.  Avoid looking at undefined
17814         bits in the bitset.
17815         (edgeset_bitsize): New variable.
17816         (schedule_region): Initialize edgeset_bitsize.
17817
17818 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17819
17820         * Makefile.in (optabs.o): Depend on real.h
17821         (resource.o): Depend on insn-attr.h
17822
17823         * builtins.c (result_vector): Wrap prototype in macro conditions
17824         governing definition and use.
17825
17826         * c-common.c: Include tm_p.h.
17827
17828         * c-lex.c: Likewise.
17829
17830         * elfos.h: Constify a char*.
17831
17832         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17833         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17834         parameter with ATTRIBUTE_UNUSED.
17835
17836         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17837         CHECK_FLOAT_VALUE.
17838
17839         * haifa-sched.c (schedule_insns): Mark parameter with
17840         ATTRIBUTE_UNUSED.
17841
17842         * optabs.c: Include real.h.
17843
17844         * real.h (ereal_atof): Add prototype arguments.
17845
17846         * resource.c: Include insn-attr.h.
17847
17848         * sdbout.c (sdbout_queue_anonymous_type,
17849         sdbout_dequeue_anonymous_types): Wrap in macro
17850         SDB_ALLOW_FORWARD_REFERENCES.
17851         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17852         ATTRIBUTE_UNUSED.
17853
17854         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17855
17856         * stupid.c: Include tm_p.h.
17857
17858         * tree.c (real_value_from_int_cst): Mark parameter with
17859         ATTRIBUTE_UNUSED.
17860
17861 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17862
17863         * i960-protos.h: New file.
17864
17865         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17866         time warnings.
17867
17868         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17869
17870 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17871
17872         * combine.c (expand_field_assignment): Do not discard SUBREGs
17873         while computing nonzero_bits.
17874
17875 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17876
17877         * config/arm/arm.c: Fix compile time warnings about signed vs
17878         unsigned constants.
17879         * config/arm/arm.h: Fix compile time warnings about signed vs
17880         unsigned constants.
17881
17882 2000-01-09  Philip Blundell  <philb@gnu.org>
17883
17884         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17885         than `ldm' with only one register.
17886         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17887         only one register.
17888
17889         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17890         clobbered.
17891
17892 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17893
17894         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17895         must have SImode.
17896
17897 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17898
17899         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17900         assignment used as truth value.
17901
17902         * function.c (assign_temp): Mark parameter `dont_promote' with
17903         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17904         PROMOTE_FOR_CALL_ONLY.
17905
17906         * genrecog.c (write_subroutine): Mark variable `operands' with
17907         ATTRIBUTE_UNUSED.
17908
17909         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17910         ATTRIBUTE_UNUSED.
17911
17912         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17913         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17914
17915         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17916         for `decl'.
17917
17918 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17919
17920         * config/c4x.h: Tidy up comments.
17921         * config/c4x.c: Likewise.
17922
17923 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17924
17925         * fold-const.c (lshift_double, rshift_double): Handle
17926         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17927
17928 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17929
17930         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17931         in prepare_function_start().
17932
17933 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17934
17935         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17936         longer allocate extra stack for function calls.
17937
17938 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17939
17940         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17941
17942 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17943
17944         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17945
17946 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17947
17948         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17949         * aix43.h: Revert Aug 2 change.
17950         (HAS_INIT_SECTION): Define, not visible yet.
17951         (LD_INIT_SWITCH): Define, not visible yet.
17952         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17953
17954         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17955
17956         * collect2.c (main): Expand ld2 size further.
17957         (export_object_lst): Cast assignment to avoid warning.
17958         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17959         (scan_prog_file, COFF): Do not collect initialization or
17960         finalization functions generated for entire shared object if
17961         init/fini support present.
17962
17963 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17964
17965         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17966         that .section directives are always prefixed by a tab.
17967
17968         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17969         definitions.
17970
17971 2000-01-07  Matt Austern  <austern@sgi.com>
17972
17973         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17974         expon.
17975
17976 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17977
17978         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17979         crtstuff.c.
17980         (crtbegin.o, s-crtS): Likewise.
17981
17982 2000-01-06  Richard Henderson  <rth@cygnus.com>
17983
17984         * alpha.md (adddi_2+1): Limit offset such that it will be
17985         loadable with a single ldah+lda pair.
17986         (adddi_2+2): Explicitly fail split if we can't make it work.
17987
17988 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17989
17990         * protoize.c: Conditionally include unistd.h.
17991         (IS_SAME_PATH_CHAR): New macro.
17992         (IS_SAME_PATH): New macro.
17993         (CPLUS_FILE_SUFFIX): New macro.
17994         (cplus_suffix): New static variable.
17995         (is_abspath): New static function.
17996         (in_system_include_dir): Handle DOS style pathnames.
17997         (file_could_be_converted): Likewise.
17998         (file_normally_convertible): Likewise.
17999         (directory_specified_p): Likewise.
18000         (file_excluded_p): Likewise.
18001         (abspath): Likewise.
18002         (shortpath): Likewise.
18003         (referenced_file_is_newer): Likewise.
18004         (save_def_or_dec): Likewise.
18005         (do_processing): Likewise.
18006         (main): Likewise.
18007         (edit_file): Likewise. Use rename instead of link.
18008         (rename_c_file): Likewise. Don't rename syscalls file.
18009         (munge_compile_params): Define null device for DOS based systems.
18010         (process_aux_info_file): Use binary mode if appliable.
18011         (edit_file): Likewise.
18012         * invoke.texi (Running Protoize): Document C++ suffixes used.
18013
18014         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
18015         IS_DIR_SEPARATOR macros.
18016         * collect2.c: Likewise.
18017         * cppinit.c: Likewise.
18018         * dwarf2out.c: Likewise.
18019         * gcc.c: Likewise.
18020         * gcov.c: Likewise.
18021         * prefix.c: Likewise.
18022         * rtl.c: Likewise.
18023         * toplev.c: Likewise.
18024         * system.h: And move to here.
18025
18026         * prefix.c (update_path): Fix typo in variable name.
18027
18028 2000-01-06  Richard Henderson  <rth@cygnus.com>
18029
18030         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
18031         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
18032         (count_reg_sets_1, count_reg_references): Likewise.
18033         (flow_loops_level_compute): Start counting actual loop depth at 1.
18034         (flow_loops_find): Likewise.
18035         * local-alloc.c (update_equiv_regs): Likewise.
18036         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
18037
18038 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
18039
18040         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
18041         FIRST_PSEUDO_REGISTER
18042         * dwarf2out.c: Don't include frame.h
18043         * dwarfout.c: Likewise
18044         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
18045         frame.h
18046
18047 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
18048
18049         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
18050         dead registers.
18051
18052         * i386.c (movsf splitter): Fix typo in my last checkin.
18053
18054 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18055
18056         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
18057         own definition of this macro.
18058         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
18059         flag_data_sections or UNIQUE_SECTION_P are true.
18060
18061         * tm.texi (UNIQUE_SECTION): Document that it can be called for
18062         unitialised data decls.
18063
18064         * config/i386/winnt.c (i386_pe_unique_section): Cope with
18065         being called for uninitialised data.
18066
18067         * config/i386/interix.c (i386_pe_unique_section): Cope with
18068         being called for uninitialised data.
18069
18070         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
18071         for uninitialised data.
18072
18073         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
18074         for uninitialised data.
18075
18076         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
18077         for uninitialised data.
18078
18079         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
18080         (UNIQUE_SECTION_P): Always generate a unique section if
18081         flag_data_sections is true.
18082         (UNIQUE_SECTION): Also generate unique sections for
18083         uninitialised data.
18084         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
18085         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
18086         named_section().
18087
18088 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18089
18090         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
18091         SI, or DI.
18092
18093 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18094
18095         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
18096         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
18097         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
18098         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
18099         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
18100
18101         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
18102
18103 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
18104
18105         * c-decl.c (finish_enum): Simplify code to determine minimum and
18106         maximum values of the enum, and calculate the type.  Remove check
18107         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
18108         the DECL_INITIAL of each enumeration constant with a copy converted
18109         to the enumeration type.  When updating variant types, don't bother
18110         updating the type itself.
18111
18112         * c-typeck.c (build_binary_op): Simplify conditional expressions
18113         when weeding out spurious signed-unsigned warnings.  Add new
18114         spurious warning category: if the unsigned quantity is an enum
18115         and its maximum value fits in signed_type(result_type).  Update
18116         commentary.
18117         (build_conditional_expr): Warn here if one alternative is signed
18118         and the other is unsigned.
18119
18120 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18121
18122         * config/fr30/fr30.h: Remove extraneous comments.
18123
18124 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
18125
18126         * reload1.c (choose_reload_regs): When disabling a reload, also
18127         set reload_spill_index to -1.
18128
18129 2000-01-04  Joel Sherrill (joel@OARcorp.com>
18130
18131         * configure.in (m68*-*-rtemscoff*): New target, formal name for
18132         old m68*-*-rtems*.
18133         (m68*-*-rtemself*): New target.
18134         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
18135         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
18136         (sparc*-*-rtemself*): New target.
18137         (sparc*-*-rtems*): Now elf not a.out.
18138         * config/i386/rtems.h: Include config/rtems.h.
18139         * config/i386/rtemself.h: Include config/rtems.h.
18140         * config/i960/rtems.h: Include config/rtems.h.
18141         * config/m68k/rtems.h: Include config/rtems.h.
18142         * config/m68k/rtemself.h: Include config/rtems.h.
18143         * config/mips/rtems64.h: Include config/rtems.h.
18144         * config/pa/rtems.h: Include config/rtems.h.
18145         * config/rs6000/rtems.h: Include config/rtems.h.
18146         * config/sh/rtems.h: Include config/rtems.h.
18147         * config/sh/rtemself.h: Include config/rtems.h.
18148         * config/sparc/rtems.h: Include config/rtems.h.
18149         * config/sparc/rtemself.h: Include config/rtems.h
18150
18151 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
18152
18153         * final.c (shorten_branches): Correctly compute length of
18154         asms without operands.
18155
18156 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
18157
18158         * configure.in: Add pj target.
18159         * configure: Regenerate.
18160         * config/pj: New directory.
18161         * config/pj/lib1funcs.S: New file.
18162         * config/pj/linux.h: New file.
18163         * config/pj/pj.c: New file.
18164         * config/pj/pj.md: New file.
18165         * config/pj/pjl.h: New file.
18166         * config/pj/t-pj: New file.
18167         * config/pj/xm-pj.h: New file
18168
18169 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
18170
18171         * toplev.c (rest_of_compilation): Run shorten-branches before
18172         reg-stack for now.
18173
18174 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18175
18176         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
18177         macros so that they're consistent with their names.
18178         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18179         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18180
18181 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18182
18183         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
18184         modified inadvertently.
18185
18186 2000-01-04  Joel Sherrill <joel@OARcorp.com>
18187
18188         * configure.in (v850*-*-rtems*): New target.
18189         * configure: Regenerate.
18190         * config/v850/rtems.h: New file.
18191
18192 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
18193
18194         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
18195         (__gthread_key_create): Likewise.
18196         (__gthread_key_dtor):  Likewise.
18197         (__gthread_once): Fix logic.
18198         (__gthread_key_delete): Cast away constness.
18199
18200         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
18201         * invoke.texi: Document.
18202         * i386/mingw32.h (CPP_SPEC): Use.
18203         (LIBGCC_SPEC): Likewise.
18204         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
18205
18206 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18207
18208         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
18209         (HANDLE_PRAGMA_PACK): Undefine.
18210         (SLOW_UNALIGNED_ACCESS): Define.
18211
18212 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18213
18214         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18215         to default definition.
18216         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
18217         (store_fixed_bit_field): Call macro with word_mode and alignment.
18218         (extract_bit_field): Call macro with relevant mode and alignment.
18219         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18220         to default definition.
18221         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
18222         and alignment.
18223         (move_by_pieces_ninsns): Likewise.
18224         (clear_by_pieces): Likewise.
18225         (emit_push_insn): Likewise.
18226         (store_field): Call macro with relevant mode and alignment.
18227         (expand_expr): Likewise.
18228         (expand_expr_unaligned): Likewise.
18229
18230         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
18231         (SLOW_UNALIGNED_ACCESS): Define.
18232         (CASE_VECTOR_MODE): Always use 32-bit offsets.
18233         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
18234         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
18235         (toc_section): Likewise and .toc pseudo-op.
18236         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
18237         64-bit mode.
18238         (TEXT_SECTION_ASM_OP): Likewise.
18239         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
18240         32-bit offsets.
18241
18242         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
18243         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
18244         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
18245         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
18246         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
18247
18248 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
18249
18250         * regclass.c: Revert my Jan 4 change to loop cost computation.
18251
18252 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18253
18254         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
18255         compilation.
18256
18257 2000-01-04  Stan Cox  <scox@cygnus.com>
18258
18259         * haifa-sched.c (build_control_flow): Change unreachable simple
18260         loop test to check if current block has only one predecessor.
18261         (find_rgns): Initialize degree.  Use dest as degree index, not src.
18262
18263 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18264
18265         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
18266
18267         * calls.c (expand_call): Likewise for
18268         `old_stack_arg_under_construction'.
18269
18270         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
18271
18272         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
18273         `save_constant'.
18274
18275         * gcc.c (execute): Likewise for `ut' and `st'.
18276
18277         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
18278
18279         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
18280
18281         * jump.c (jump_optimize_1): Likewise for `temp2'.
18282
18283         * local-alloc.c (block_alloc): Likewise for `r1'.
18284
18285         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
18286
18287         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
18288         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
18289
18290         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
18291         and `set2'.
18292
18293         * reload.c (find_reloads): Likewise for `goal_alternative_number'
18294         and `goal_earlyclobber'.
18295
18296         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
18297
18298         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
18299
18300         * stupid.c (stupid_life_analysis): Likewise for `chain'.
18301
18302         * unroll.c (copy_loop_body): Likewise for `copy'.
18303
18304         * varasm.c (output_constructor): Likewise for `byte'.
18305
18306 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18307
18308         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
18309         all FP constants for constant->reg moves.
18310         (ix86_split_to_parts): Try to convert memory address into immediate
18311         when available in the constant pool.
18312         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
18313         moves.
18314         (LEGITIMATE_CONSTANT_P): Return 1.
18315         * i386.md (pushsf): New splitter to convert constant pool memory
18316         reference to immediate.
18317         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
18318         reload.
18319
18320 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
18321
18322         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
18323         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
18324         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
18325         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
18326         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
18327
18328 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
18329
18330         * ginclude/stdbool.h:  Support compilation as C++.
18331
18332 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
18333
18334         * fold-const.c (make_range): Don't try to reverse an unbounded range.
18335
18336 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
18337
18338         * regclass.c (regclass): Properly compute loop_cost.  Adjust
18339         comments.
18340
18341         * regclass.c: Fix minor whitespace problems.
18342
18343 2000-01-03  Anthony Green  <green@cygnus.com>
18344
18345         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
18346         Restore the pic register if required.
18347
18348 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
18349
18350         * c-common.c (format_char_info): Update comment.
18351         (check_format_info): Recognize 'z' modifier in the same way 'Z'
18352         was recognized.  Emit warning for formats new in ISO C99 only
18353         if flag_isoc9x is not set.
18354
18355 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
18356
18357         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
18358
18359 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18360
18361         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
18362         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
18363         (make_compound_operation): Choose cheaper alternative between
18364         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
18365
18366         * regclass.c (op_costs): Remove global variable.
18367         (record_reg_classes): New parameter "op_costs" and "reg_pref".
18368         (record_operand_costs): Break out from ...
18369         (scan_one_insn): ... here.
18370         (dump_regclass): Make dumps nicer.
18371         (regclass): Dump preferrences choosed and changes done during passes.
18372
18373 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18374
18375         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
18376
18377 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18378
18379         * config/sparc/sparc.c (gen_df_reg): New function.
18380         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
18381         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
18382         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
18383         movtf_cc_reg_sp64+1): Use it.
18384
18385 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18386
18387         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
18388         copied LABEL_DECLs.
18389
18390 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
18391
18392         * config/i386/i386.c (ix86_expand_unary_operator): Function
18393         definition made void.
18394         (ix86_expand_binary_operator): Update outdated preceding comment.
18395         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
18396         prototype.
18397
18398         * config/i386/i386.c (override_options): Fix option-name typo.
18399
18400 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18401
18402         * system.h (CEIL): Define.
18403         * builtins.c (CEIL): Remove.
18404         * expmed.c (CEIL): Likewise.
18405         * expr.c (CEIL): Likewise.
18406         * stor-layout.c (CEIL): Likewise.
18407
18408 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18409
18410         * expr.c (store_constructor_field): Fix typo introduced with last
18411         gcc2 merge.
18412
18413 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18414
18415         * tree.h (BINFO_N_BASETYPES): New macro.
18416
18417 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18418
18419         * expmed.c (emit_store_flag): Prevent losing a pending stack
18420         adjust the same way we prevent losing queued increments.
18421
18422 See ChangeLog.2 for earlier changes.