OSDN Git Service

Fix out-of-range immediate for large thunk offset.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-07-20  Jim Wilson  <wilson@cygnus.com>
2
3         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
4         larger than 14 bits.
5
6 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7
8         * cppmacro.c (CAN_PASTE_AFTER): New macro.
9         (count_params): Don't set GNU_REST_ARGS on anything.
10         (save_expansion): Set PASTE_LEFT only on tokens for which
11         CAN_PASTE_AFTER is true, or which are named operators.
12
13         * cpplex.c (parse_args): Distinguish between a rest argument
14         given one empty argument, and a rest argument given zero arguments.
15         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
16         deletion of previous token based on that.
17         (get_raw_token): Flatten some control structure.
18
19         * cpplib.h (CPP_LAST_EQ): Correct.
20         (VOID_REST): New token flag.
21         (GNU_REST_ARGS): Delete.
22
23         * tradcpp.c (main): Don't munge -D options.
24         (make_definition): Bring -D handling in line with cpplib.
25         (do_define): Strip all leading whitespace from macro definitions.
26
27 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
28
29         * Makefile.in (tradcpp): Depend on intl.o and version.o.
30
31 2000-07-20  Bruce Korb  <bkorb@gnu.org>
32
33         * fixincl/check.tpl: strip the platform specific types before testing
34         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
35         * fixincl/fixincl.tpl: use platform specific types
36         * fixincl/fixlib.h: include the platform specific types
37         * fixincl/inclhack.def(gnu_types): don't supply the types
38         * fixincl/fixincl.x: regen
39
40 2000-07-19  Jim Wilson  <wilson@cygnus.com>
41
42         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
43         GR_REGS.
44
45 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
46
47         * tradcpp.c (rescan): Do not recognize directives when the #
48         is indented.
49
50 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
51
52         Implement C++ named operators.
53
54         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
55         of operators allowed in #if and having an _EQ variant.  Add
56         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
57         (cpp_token flags): Add NAMED_OP.
58         (enum node_type): Add T_OPERATOR.
59         (struct cpp_hashnode): Add code slot to value union.
60         * cpphash.h (spec_nodes): Remove n_defined.
61
62         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
63         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
64         (is_macro_disabled): Tweak error messages.
65
66         * cpplib.c (get_define_node): Disallow all named operators as
67         macro names.  Tweak error messages.
68         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
69
70         * cppinit.c (builtin_array): Add entries for the named operators.
71         * cppexp.c (lex): Check for CPP_DEFINED token.
72         (priority table): Add entries for CPP_MIN and CPP_MAX.
73         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
74
75 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
76
77         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
78         larger than the array of cuids.
79         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
80         cuids.
81
82 2000-07-19  Bruce Korb  <bkorb@gnu.org>
83
84         * fixinc/fixincl.c:  Convert to using a table of environment variables
85         and activate the auto-edit marker on the fixed output files.
86         * fixinc/fixlib.h:  Define the environment table
87         * fixinc/fixincl.sh: export the ${INPUT} dir
88         * fixinc/check.tpl: likewise
89
90 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
91
92         * gcc.c (.h spec): Fix typo.
93
94 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
95
96         * Makefile.in: Fix tradcif.c path.
97
98 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
99
100         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
101           macros, not five.
102
103         * cpphash.h (TOKEN_NAME): New macro.
104         (_cpp_spell_operator): Deleted.
105         (token_spellings): Now _cpp_token_spellings.
106
107         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
108         * cpplex.c: Use OP and TK macros when expanding the
109         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
110         store the stringification of the enumeration name (CPP_CHAR,
111         etc.) in the name slot of token_spellings.
112         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
113         token_spellings directly.
114         * cpplib.c: Use TOKEN_SPELL.
115
116         * cpplex.c (_cpp_push_token): If the token being pushed back
117         is the previous token in this context, just subtract one from
118         context->posn.
119         * cppmacro.c (save_expansion): Clear aux field when storing a
120         placemarker.
121
122 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
123
124         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
125         buffer, provided it is not NULL.
126
127 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
128
129         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
130         case of invalid volatile re-declaration.
131
132 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
133
134         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
135         (expand_call): Adjust caller.
136
137 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
138
139         * diagnostic.h (report_diagnostic): Change prototype.
140
141         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
142         diagnostic_for_decl):  Change prototype.
143         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
144         error, warning, error_with_file_and_line,
145         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
146         Adjust call to report_diagnostic, diagnostic_for_decl.
147         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
148         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
149
150         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
151         varaible argument list.
152
153 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
154
155         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
156         moved to cppmacro.c.
157         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
158         dump_hash_helper): Delete.
159         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
160         cpp_forall_identifiers): New. Implement specialized version of
161         Vlad's expandable hash table.
162         (cpp_lookup): Use new functions.
163         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
164         implementation.
165         * cppmacro.c: New file.
166         * cppinit.c (dump_macros_helper): New.
167         (cpp_finish): Iterate over the identifier table directly.
168         * cpplex.c (parse_name): Calculate the hash of the identifier
169         while we scan it.  Use _cpp_lookup_with_hash when we can.
170
171         * cpphash.h: Update prototypes.
172         (xcnewvec, HASHSTEP): New helper macros.
173         * cpplib.h: Update prototypes.
174         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
175         (cppmacro.o): New rule.
176         (cpphash.o): Update deps.
177
178         * cppmain.c: Do not set pfile->printer if no_output is on.
179
180 2000-07-15  Neil Booth  <neilb@earthling.net>
181
182         * cpplib.c: Change all directive-handler functions to return
183         void, not int.
184         * cpphash.h: Update typedefs.
185
186 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
187
188         * configure: Regenerate.
189
190         * extend.texi (Extended Asm): Mention that a memory clobber
191         does not count as a side-effect.
192
193         * unroll.c (copy_loop_body): Fix one instance of using host
194         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
195         cross-compile.
196
197         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
198
199 2000-07-17  Richard Henderson  <rth@cygnus.com>
200
201         * config/ia64/ia64.md (movdi): Split out load address code.
202         New post-reload splitter for symbolic operands.
203         (movdi_internal): Abort if we didn't split symbolic operands
204         when we should have.
205         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
206         (ia64_reorg): Split insns when not optimizing.
207         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
208
209 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
210
211         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
212         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
213
214 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
215
216         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
217
218 2000-07-17  Jason Merrill  <jason@redhat.com>
219
220         * Makefile.in (clean): Remove libgcc directory.
221
222         * configure.in (-Wno-long-long check): Use higher-level macros.
223
224 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
225
226         * simplify-rtx.c (simplify_binary_operation): Recognize
227            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
228         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
229            a CONST_INT, it will always be zero.
230
231 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
232
233         * loop.c (check_dbra_loop) : Return if more than one condition is
234         present to control the loop.
235
236 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
237
238         * mips.c (mips_expand_prologue): Don't calculate the last argument
239         register unless we need it.  When we are calculating this, make
240         sure FUNCTION_ARG is giving us a REG.
241
242 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
243
244         * flow.c (libcall_dead_p): Use single_set to verify the insn
245         has only one set and get for analysis.
246         (propagate_one_insn): Don't pass the PATTERN of the insn.
247
248 2000-07-17  Mark Klein <mklein@dis.com>
249
250          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
251
252 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
253
254         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
255         * configure.in (TARGET_GETGROUPS_T): Evaluate.
256         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
257         of second argument of getgroups.
258         * configure, config.in: Rebuilt.
259
260 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
261
262         * simplify-rtx.c (simplify_relational_operation): Two signed
263         values with equal high words are less/greater than each other if
264         their low words are less/greater when considered as unsigned.
265
266 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
267
268         * configure.in (vax-*-openbsd):  Change to new style configuration,
269         add collect2/float_format information.
270         * configure:  Rebuilt.
271         * config/vax/openbsd1.h:  New.
272         * config/vax/openbsd.h:  New.
273         * config/vax/t-openbsd:  New.
274
275 2000-07-17  Chip Salzenberg  <chip@valinux.com>
276
277         * c-common.c (shorten_compare): Quiet warnings about unsigned
278         comparisons with zero when they occur in a system header.
279
280 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
281
282         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
283         update to describe current practice.
284
285         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
286
287         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
288         references to C9X.  Change references to -fstd and -flang-isoc9x
289         to refer to -std.
290
291         * c-common.c (scan_char_table): Allow "z" length modifiers on
292         diouxXn formats.
293         (check_format_info): Use TYPE_DOMAIN on the type matched against
294         for "z" formats, to retrieve the language size_t rather than the
295         internal one.
296
297         * c-common.c (check_format_info): Do not make a pedantic objection
298         to the 'L' length modifier if used with a floating point type
299         character.
300
301         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
302         constants in C99 mode.
303
304 2000-07-17  Kazu Hirata  <kazu@hxi.com>
305
306         * h8300.md: Fix the format of mac.
307         (movsi_h8300hs): Output a tab after stmac instead of a space.
308
309         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
310         profitable adds/subs sequences.
311
312         * fold-const.c: Fix comment typos.
313
314 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
315
316         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
317
318 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
319
320         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
321
322 2000-07-16  Neil Booth  <NeilB@earthling.net>
323
324         * cpplex.c: Update comments.
325         * README.Portability: Small update.
326
327 2000-07-16  Neil Booth  <NeilB@earthling.net>
328
329         * README.Portability:  Small update.
330
331 2000-07-15  Richard Henderson  <rth@cygnus.com>
332
333         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
334         * config/ia64/ia64.c (ia64_move_ok): New function.
335         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
336         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
337
338 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
339
340         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
341         immediately following a paste operator.
342         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
343         (cpp_reader_init): Call it, if HOST_EBCDIC.
344         (cpp_handle_options): Do not sort option list here.
345         (handle_option): Rename to cpp_handle_option and export.
346         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
347         _cpp_get_token directly.
348         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
349         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
350         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
351         cpp_scan_line.
352
353 2000-07-15  Richard Henderson  <rth@cygnus.com>
354
355         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
356         cast around an expression.  Tidy other unsigned tests.
357
358 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
359
360         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
361         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
362         (v_message_with_decl): Rename to ...
363         (format_with_decl): ... this. Tweak
364         (diagnostic_for_decl): New function.
365         (fatal_io_error): Use verbatim in lieu of notice.
366         (announce_function): Use verbatim.
367         (default_print_error_function): Likewise.
368         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
369         infratructure.
370
371 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
372
373         * mips.c (function_arg_pass_by_reference): Don't do automatic
374         aggregate initialization.
375         (machine_dependent_reorg): Initialize variable `mode'.
376
377         * mips.md (absdi2): Change variable `regno1' to unsigned int.
378         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
379         conflicts with sys/param.h macro of the same name.
380         (reload_outdi): Likewise.
381
382 2000-07-15  Michael Meissner  <meissner@redhat.com>
383
384         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
385         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
386         create a new node instead.
387
388 2000-07-15  Neil Booth  <NeilB@earthling.net>
389
390         * README.Portability: Correct example about calling a function
391         through a pointer to function.  Format wide paragraphs.
392
393 2000-07-15  Michael Meissner  <meissner@redhat.com>
394
395         * README.Portability: Update integer suffixes and function
396         prototype sections.
397
398 2000-07-15  Neil Booth  <NeilB@earthling.net>
399
400         * README.Portability: Small update.
401
402 2000-07-15  Neil Booth  <NeilB@earthling.net>
403
404         * README.Portability: New file.
405
406 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
407
408         * INSTALL: Give special instructions for building GCC on Irix 6.
409         * config/mips/x-iris6 (CC): Don't set it.
410         (OLDCC): Likewise.
411
412 2000-07-14  Jason Merrill  <jason@redhat.com>
413
414         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
415         register in the stack and later in another register, use the new
416         register.
417
418 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
419
420         * config/mips/mips.md: (absdi2): Handle sign_extend for
421         second operand.
422
423 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
424
425         * cpplib.c (do_pragma_dependency): Tidy warning messages.
426
427 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
428
429         * .cvsignore: Correct typo.
430
431 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
432
433         * .cvsignore: Add generated YACC files.
434         * objc/.cvsignore: New file.
435
436 2000-07-14  Neil Booth  <NeilB@earthling.net>
437
438         * cpplex.c (adjust_column): New funcion.
439         (skip_whitespace): Use it.
440         (skip_block_comment): Use it, and warn about /*/* with
441         -Wcomments.
442
443 2000-07-14  Neil Booth  <NeilB@earthling.net>
444
445         * cpphash.c (struct macro_info): Add new members.
446         (_cpp_free_definition): Delete the macro directly.
447         (count_params): Return void, with first token of
448         expansion in struct macro_info on success.
449         (parse_define): Return int.  Hoist syntax checking from
450         save_macro_expansion.  Leave call to save_expansion to
451         _cpp_create_definition.
452         (alloc_macro): Needs just 2 arguments.
453         (free_macro): Delete.
454         (save_expansion): Don't perform syntax check.
455         (_cpp_create_definition): Call save_expansion.
456
457 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
458
459         * genrecog.c (write_header): Split long string.
460
461         * cpphash.c (macro_info): Don't use the `signed' keyword.
462
463         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
464
465 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
466
467         * calls.c (stored_args_map): New variable.
468         (check_sibcall_argument_overlap_1): New.
469         (check_sibcall_argument_overlap): New.
470         (expand_call): Initialize stored_args_map.
471         Call check_sibcall_argument_overlap.
472
473 2000-07-13  Bruce Korb  <bkorb@gnu.org>
474
475         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
476         (emit_gnu_type): utility procedure for gnu_type_fix
477         (gnu_type_fix): implement various pre-processor guards around
478         standard types so these types can be defined over and over
479         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
480         types alluded to above will have GNU-compliant base types
481         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
482         * fixinc/inclhack.def: add test_text entries and utilize the new
483         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
484         * fixinc/fixincl.x: regenerate
485
486 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
487
488         * diagnostic.c (vline_wrapper_message_with_location,
489         v_message_with_file_and_line, v_error_with_file_and_file,
490         v_error_for_asm, v_warning_for_asm, vfatal,
491         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
492         vsorry, verror, vwarning, vpedwarn): Remove.
493         (diagnostic_for_asm): New function.
494         (pedwarn, error, warning, pedwarn_with_file_and_line,
495         error_with_file_and_line, warning_with_file_and_line, sorry,
496         error_for_asm, warning_for_asm, fatal): Reimplement.
497         (finish_diagnostic): Clear diagnostic info as well.
498
499 2000-07-13  Neil Booth  <NeilB@earthling.net>
500
501         * c-common.h (flag_digraphs): New.
502         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
503         * c-lex.c (yylex): Use flag_digraphs to decide whether to
504         honour digraphs.
505
506 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
507
508         * gcc.c (do_spec_1): Add new %B operator.
509         (set_input): Prepare for %B.
510
511         (link_command_spec): Move up with the other tm.h-
512         overrideable specs.  Factor out the portion conditional on
513         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
514         (struct compiler): Just have a single spec string.  All users
515         updated.
516         (default_compilers): Remove unnecessary braces.
517         (static_specs): Update.
518
519         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
520         named specs.
521         (C and assembly specs): Use the new named specs, as appropriate.
522
523         * objc/lang-specs.h: Use the new named specs.
524         Remove unnecessary braces.
525
526 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
527
528         * gcc.c (execute): If a subprocess gets a fatal signal, report
529         strsignal() of the signal number, and ask for a bug report.
530         Do not do this for SIGPIPE if there's already been an error.
531
532         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
533         Delete pipe_closed.
534
535         * tradcif.c: Remove.
536
537 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
538
539         * final.c (profile_function): Do not emit profile counters in
540         the data section, if NO_PROFILE_COUNTERS is defined.
541         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
542         FUNCTION_PROFILER.
543
544         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
545         (FUNCTION_PROFILER): Just emit a call to mcount.
546
547 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
548
549         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
550
551         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
552         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
553         traditional, lang_chill, or lang_fortran.
554
555         * cppfiles.c: #undef strcmp to suppress warning about macros
556         used without arguments.
557         (_cpp_execute_include): Use f, not fname, in "No include path"
558         error.
559         (_cpp_pop_file_buffer): New function.
560         * cpplib.c: Don't include <sys/mman.h>.
561         (cpp_push_buffer): Set line_base and lineno in new buffer.
562         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
563
564         * cpplex.c: Move all prototypes and structure declarations to the
565         top of the file.  Properly parenthesise some macro arguments.
566         (cpp_scan_line): New function.
567         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
568         don't need to walk up the stack counting.
569
570 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
571
572         * c-common.c (combine_strings): Emit a pedantic warning when a
573         string length is greater than the minimum ANSI C is required
574         to support.
575
576 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
577
578         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
579         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
580
581 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
582
583         * c-decl.c (define_label): Warn about identifier conflicts with
584         labels in traditional C.
585
586         * c-parse.in (unop +): Warn about the unary plus operator for
587         traditional C.
588
589         * c-typeck.c (store_init_value): Warn about automatic aggregate
590         initialization for traditional C.
591
592         * invoke.texi (-Wtraditional): Document new warnings.
593
594 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
595
596         * Makefile.in (c-errors.o): Fix thinko in dependency.
597
598 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
599
600         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
601         -traditional, -ftraditional, or -traditional-cpp was given.
602         Do not pass -traditional to the preprocessor.
603         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
604         preprocessor does it automatically.
605         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
606
607         * ch/lang-specs.h: Always use tradcpp.  Do not pass
608         -traditional, -trigraphs, or -pedantic to the preprocessor.
609         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
610         _LANGUAGE_FORTRAN.
611
612 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
613
614         * cppexp.c (LOGICAL): Delete macro.
615         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
616         and && directly.
617
618         * cpphash.c (HASHSIZE): Increase to 4096.
619         (struct hashdummy): Add hash field.
620         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
621         the string values using memcmp.
622         (cpp_lookup): Set dummy.hash.
623
624 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
625
626         * configure.in (m88k-openbsd): Express configuration using new fragment
627         style.
628         * configure: Rebuilt.
629         * m88k/aout-dbx.h: New.
630         * m88k/openbsd.h: New.
631         * m88k/xm-openbsd.h: New.
632
633 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
634
635         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
636
637 2000-07-12  Richard Henderson  <rth@cygnus.com>
638
639         * reload.c (push_secondary_reload): Make sure to add the new
640         reload at the end, after acquiring secondary memory.
641
642 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
643
644         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
645
646         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
647         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
648
649         * c-parse.in (stmt): Delete unused variables.
650
651         * convert.c (convert_to_vector): Likewise.
652
653         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
654
655         * tree.c (finish_vector_type): Prototype.
656
657 2000-07-12  Bruce Korb  <bkorb@gnu.org>
658
659         * fixinc/fixfixes.c: use xmalloc
660         * fixinc/fixincl.c(initialize): set program name for xmalloc
661         * fixinc/fixlib.c(must_malloc): obsolete
662         (is_cxx_header): no longer used - disabled
663         (skip_quote): inserted and disabled for future use
664         * fixinc/fixlib.h: reflects above
665         * fixinc/fixtests.c: removed dinkleberries
666
667 2000-07-12  Neil Booth  <NeilB@earthling.net>
668
669         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
670         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
671
672         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
673         struct toklist_dummy): New.
674         (cpp_free_definition): Free macros with free_macro.
675         (count_params): Don't save paramter spellings.  Save macro
676         information in a struct macro_info.
677         (parse_define): Don't allocate a token list.
678         (save_expansion): Allocate the macro's token list, and
679         save parameter spellings if necessary.  Use TOKEN_SPELL.
680         (cpp_create_definition): Make list const.
681
682 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
683
684         * c-typeck.c (pedwarn_c99): Move to
685         * c-errors.c: ... Here.
686         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
687         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
688         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
689         (c-errors.o): List dependency.
690
691 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
692
693         * c-parse.c: Remove.
694         * c-parse.h: Likewise.
695         * c-parse.y: Likewise.
696         * objc/objc-parse.c: Likewise.
697         * objc/objc-pasre.y: Likewise.
698
699 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
700
701         * gcc.texi: Fix minor typos
702         * extend.texi: Fix minor typos
703
704 2000-07-11  Marc Espie <espie@openbsd.org>
705
706         * collect2.c (main): Recognize .lo as object files.
707
708 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
709
710         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
711         true.
712
713         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
714         with MAP_ANONYMOUS and MAP_ANON.
715         * configure, config.in: Rebuilt.
716
717 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
718
719         * diagnostic.c (save_output_state): Remove.
720         (restore_output_state): Likewise.
721         (clear_text_info): New function.
722         (clear_diagnostic_info): Likewise.
723         (output_text_length, is_starting_newline, output_prefix,
724         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
725         prefixing_policy, output_buffer_ptr_to_format_args): New macros
726         (set_real_maximum_length, output_set_maximum_length,
727         output_set_prefix, output_get_prefix, output_set_maximum_length,
728         output_destroy_prefix, init_output_buffer,
729         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
730         output_add_newline, output_add_character, output_add_space,
731         output_append_r, output_append, wrap_text, output_format,
732         output_do_printf, output_printf, output_do_verbatim,
733         output_verbatim, verbatim): Use them.
734         (output_clear): Split into cleat_text_info and
735         clear_diagnostic_info.
736         (struct output_state): Move to...
737
738         * diagnostic.h: ...Here
739         (struct output_buffer): Adjust.
740
741 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
742
743         * cpplex.c (parse_name): No longer inline (premature optimization).
744         (do_pop_context): Fold into pop_context.
745         (pop_context): Returns int.
746         (lex_next): Hoist test for end of directive into pop_context.
747         (push_macro_context): Returns int; takes just reader and token.
748         Hoist test for excessive nesting to caller.
749         (push_arg_context): Returns void; takes just reader and token.
750         Do not call stringify_arg or get_raw_token.
751         (get_raw_token): Convert tail recursion through push_arg_context
752         to a loop at this level.  Call stringify_arg here if appropriate.
753         (maybe_paste_with_next): Convert tail recursion to a while loop.
754         Hoist test of paste_level to caller.
755
756         (stringify_arg): Push arg context at beginning.
757         (cpp_get_token): Split out core into _cpp_get_token.  Call
758         process_directive here.  Throw away CPP_PLACEMARKER tokens.
759         (_cpp_get_token): Convert tail recursion through
760         push_macro_context to a loop at this level.
761         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
762         _cpp_get_raw_token): Use _cpp_get_token.
763         (_cpp_skip_rest_of_line): Drop the context stack directly; do
764         not call pop_context.
765         (_cpp_run_directive): Call lex_next directly.
766
767         * cpphash.h: Prototype _cpp_get_token.
768         * cppexp.c (lex): Use it.
769         * cpphash.c (parse_define): Use it.
770         * cpplib.c (get_define_node, do_undef, parse_include,
771         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
772         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
773         parse_ifdef, validate_else): Use it.
774         (cpp_push_buffer): Tweak error message; abort if anyone tries
775         to push a buffer while macro expansions are stacked.
776
777 2000-07-11  Donn Terry  <donnte@microsoft.com>
778
779         * cpplex.c (free_macro_args, save_token): Cast arg of free
780         and/or xrealloc to PTR.
781         (_cpp_init_input_buffer): Clear all fields of the base context.
782
783 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
784
785         * gensupport.c (process_rtx): Make rtl checking stop
786         complaining about the define_insn while it is being
787         converted from a define_insn_and_split.
788
789 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
790
791         * config/mips/mips.c (simple_memory_operand): Access the
792         INTVAL of the address, not it's containing MEM.
793
794 2000-07-11  Bruce Korb  <bkorb@gnu.org>
795
796         * fixinc/fixtests.c(double_slash): obsolete
797         (else_endif_label): likewise
798         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
799         (libc1_ifdefd_memx): correct initial comment
800         and omit the #if/#endif pair from the memxxx declarations
801         * fixinc/fixincl.x: regen
802
803 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
804
805         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
806
807 2000-07-11  Neil Booth  <NeilB@earthling.net>
808
809         * cpp.texi: Update.
810
811 2000-07-11  Neil Booth  <NeilB@earthling.net>
812
813         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
814         (handle_option): Set digraphs according to standard.
815         Merge OPT_lang_c89 handler with OPT_std_c89.
816
817         * cpplex.c: (lex_line, can_paste): Honour digraphs in
818         accordance with the digraphs flag.
819
820         * cpplib.h: (struct cpp_options): New option digraphs.
821
822 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
823             Bruce Korb  <bkorb@gnu.org>
824
825         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
826         * fixinc/fixincl.x: Regenerate.
827         * fixinc/tests/base/testing.h: Add testcase.
828
829 2000-07-10  Richard Henderson  <rth@cygnus.com>
830
831         * config/ia64/ia64.c (got_symbolic_operand): New.
832         (symbolic_operand, move_operand): Revert 0701 change.
833         * config/ia64/ia64.h (PREDICATE_CODES): Update.
834         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
835         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
836         split the offset into a 14-bit low part instead of a 13-bit low part.
837         (load_fptr): Mark the mem as unchanging.
838         (load_symptr): Use got_symbolic_operand.
839
840 2000-07-10  Nick Clifton  <nickc@cygnus.com>
841
842         * libgcc2.c (next_stack_level): Cast result of computation to
843         (void **) so that the assignment does not generate a warning.
844
845 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
846
847         * flags.h : Add new variable flag_single_precision_constant.
848         * toplev.c (display_help) : Add -fsingle-precision-constant option.
849         (flag_single_precision_constant): New.
850         * c-lex.c (yylex): Convert floating point constant to single
851         precision constant.
852         * invoke.texi : Add documentation for this new option.
853
854 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
855
856         * diagnostic.c (output_octal): Second parameter is unsigned.
857         (output_long_octal): Likewise.
858         (output_hexadecimal): Likewise.
859         (output_long_hexadecimal): Likewise.
860         (output_format): Adjust arguments extraction. Tweak.
861         (output_verbatim, verbatim): End variable argument list.
862         (report_diagnostic): Improve documentation.
863
864 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
865
866         * c-common.h (build_stmt): Declare.
867         (build_continue_stmt): Likewise.
868         (build_break_stmt): Likewise.
869         (build_return_stmt): Likewise.
870
871         * c-decl.c (do_case): Rewrite to do what previously done in
872         c-parse.in.
873
874         * c-semantics.c (build_stmt): Define.
875         (build_return_stmt): Likewise.
876         (build_break_stmt): Likewise.
877         (build_continue_stmt): Likewise.
878         (build_case_label): Likewise.
879
880         * c-parse.in (BREAK): Change to build tree, then generate RTL.
881         (CONTINUE): Likewise.
882         (RETURN): Likewise.
883         (CASE): Likewise.
884         (DEFAULT): Likewise.
885
886         * c-parse.y: Regenerate.
887         * c-pasre.c: Likewise.
888
889 2000-07-09  Jason Merrill  <jason@redhat.com>
890
891         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
892
893         * tree.h (STRIP_NOPS): Check for error_mark_node.
894         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
895         (dwarf2out_*): Remove duplicate declarations.
896
897         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
898         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
899
900 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
901
902         * diagnostic.c (wrap_text): New function.
903         (maybe_wrap_text): Likewise.
904         (output_add_string): Use it.
905         (output_format): Likewise.
906         (count_error): Use verbatim instead of notice.
907         (report_error_function): Likewise. Don't use plain fprintf.
908         (finish_diagnostic): New function.
909         (output_do_verbatim): Tweak.  Commonalize functionalities in
910         output_verbatim and verbatim.
911         (output_verbatim): Adjust.
912         (verbatim): Likewise.
913         (report_diagnostic): Define.
914
915         * diagnostic.h (report_diagnostic): Prototype.
916
917 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
918
919         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
920
921 2000-07-09  Neil Booth  <NeilB@earthling.net>
922
923         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
924         IShspace, ISspace: Update.
925
926         * cppinit.c: ISTABLE: Update.
927         V: New.
928
929         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
930         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
931         (skip_block_comment, skip_line_comment, parse_string,
932         lex_line): Use is_vspace rather than IS_NEWLINE.
933         (skip_whitespace, lex_line): Clean up to use is_nvspace.
934         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
935         gets a BOL flag.
936         (lex_next): Unconditionally stop if within a directive.
937         Treat directives within macro invocations as directives
938         (after parse_args emits error), not as the argument.
939
940 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
941
942         * diagnostic.c (diagnostic_args): New macro.
943         (diagnostic_msg): Likewise.
944         (output_formatted_integer): Likewise.
945         (output_state): New data type.
946         (digit_buffer): Make global.
947         (output_add_integer): Rename to output_decimal. Squeeze
948         digit_buffer.
949         (output_long_decimal, output_unsigned_decimal,
950         output_long_unsigned_decimal, output_octal, output_long_octal,
951         output_hexadecimal, output_long_hexadecimal): New functions.
952         (output_append_r): New function.
953         (output_append): Tweak.
954         (output_flush_on): Rename to output_to_stream.
955         (output_format): Change prototype.  Improve documentation. Handle
956         more format specifiers.
957         (build_location_prefix): Rename to context_as_prefix.
958         (output_notice): Rename to output_do_printf.
959         (output_printf): Tweak.
960         (line_wrapper_printf): Likewise.
961         (vline_wrapper_message_with_location): Adjust call to renamed
962         functions.
963         (v_message_with_decl): Likewise.
964         (default_print_error_function): Likewise.
965         (save_output_state): New function.
966         (restore_output_state): Likewise.
967         (output_do_verbatim): Likewise.
968         (output_verbatim): Define.
969         (verbatim): Likewise.
970
971         * diagnostic.h (printer_fn): Change return type from void to int.
972         Improve documentation.
973         (output_add_integer): Rename to output_decimal.
974         (output_flush_on, output_format): Don't export.
975         (output_verbatim, verbatim): Declare.
976
977 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
978
979         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
980         Check whether c divides op1 exactly if operation is not
981         multiplication.
982
983 2000-07-08  Richard Henderson  <rth@cygnus.com>
984
985         * final.c (final): Do not abort when reg-stack introduces
986         a new insn.
987
988 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
989
990         * cpplib.h (struct cpp_name): Now struct cpp_string.
991         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
992         CPP_HEADER_NAME): Change to type S.
993         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
994         field, a cpp_hashnode *.  All references to val.name updated
995         to use val.str or val.node as appropriate.
996         (struct cpp_reader): Add spec_nodes field.
997         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
998
999         * cpphash.h (struct spec_nodes): New.
1000         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
1001         val.str.  All references to 'spelling > SPELL_NONE' updated to
1002         match.
1003
1004         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
1005         pfile->buffer->inc are not NULL before dereferencing them.
1006
1007         * cpplex.c (parse_name): Take a pointer to the current token,
1008         plus current position and limit as args; return the new
1009         position; don't copy the text of a name into the string
1010         buffer, instead call cpp_lookup and store the node pointer.
1011         If extending a token, copy out the text of the old into a
1012         scratch buffer, append the new, look that up and store the new
1013         node pointer.  Inline.
1014         (maybe_paste_with_next): If the result of paste is a NAME,
1015         then look up the pasted text and store its node pointer.
1016         (lex_line): Adjust for new parse_name interface.
1017         Check for L"str", L'str' using spec_nodes->n_L.
1018         (spell_token): SPELL_IDENT tokens have their spelling in
1019         val.node->name.  Handle SPELL_STRING tokens that don't have
1020         string delimiters.
1021         (_cpp_expand_name_space,
1022         (can_paste): Check for L ## "str" using spec_nodes->n_L.
1023         (cpp_get_token, special_symbol): No need to call cpp_lookup.
1024         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
1025         return 1=equal 0=not, not a tristate.
1026
1027         * cpphash.c (var_args_str): Delete.
1028         (find_param): Compare node fields directly.
1029         (is__va_args__): Use CPP_PEDANTIC.  Just compare
1030         token->val.node with spec_nodes->n__VA_ARGS__.
1031         (dump_funlike_macro): Don't use var_args_str.
1032
1033         * cpplib.c (_cpp_check_directive): Just walk through
1034         spec_nodes->dirs comparing pointers.
1035         (get_define_node, do_pragma_poison, detect_if_not_defined,
1036         parse_ifdef): The identifier has already been looked up.
1037         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
1038         node.
1039         (do_if): Only call detect_if_not_defined at beginning of file.
1040         (_cpp_parse_assertion): Only copy string pointers for
1041         SPELL_STRING tokens.
1042         (pragma_dispatch): Take a node pointer and examine its name
1043         field.
1044         (_cpp_init_stacks): Also initialize the spec_nodes structure.
1045
1046         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
1047         _cpp_init_macros.
1048         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
1049         reverse order from the corresponding _cpp_init_* routines.
1050
1051         * cppexp.c (parse_number, parse_charconst, parse_defined,
1052         lex): Check val.node->type instead of calling cpp_defined.
1053         Use spec_nodes entries where appropriate.
1054
1055         * fix-header.c, scan-decls.c: Update for interface changes.
1056
1057 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
1058
1059         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
1060         emitting aux_truncdfsf2.
1061
1062 2000-07-03  Donn Terry  (donnte@microsoft.com)
1063
1064         * cppinit.c (print_help): split overlong line into ISO C89
1065         maximum chunks.
1066
1067 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1068
1069         * cppexp.c: Update all code for new lexer interface.
1070         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
1071         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
1072         * cpplex.c (token_names): Trim leading CPP_ from names; make
1073         the strings unsigned.
1074         (_cpp_spell_operator): New.
1075         (is_macro_disabled): Disable all macros if rescanning
1076         preprocessed text.
1077         (_cpp_get_directive_token): Remove.
1078
1079         * cppinit.c: Don't set no_macro_expand.
1080         * cpplib.c (read_line_number, do_line): Check only for EOF,
1081         not VSPACE.
1082         * cpphash.h: Update prototypes.
1083         * cpplib.h (CPP_VSPACE): Remove.
1084         (struct cpp_reader): Remove no_macro_expand.
1085
1086 2000-07-08  Neil Booth  <NeilB@earthling.net>
1087
1088         * cpphash.c (is__va_args__): New function.
1089         (count_params): Fix line reported in error messages.  Use
1090         is__va_args__.  Don't return ')' on error.  Flag GNU style
1091         rest args macro definitions.
1092         (parse_define): Check macro name is not __VA_ARGS__.
1093         (save_expansion): Check identifier in non-varargs-macro is
1094         not __VA_ARGS__.  Don't flag GNU_VARARGS.
1095         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
1096         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
1097          than per-token GNU_VARARGS.
1098         * cpplib.h (GNU_VARARGS): Remove.
1099         (GNU_REST_ARGS): New.
1100
1101 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1102
1103         * i386.md (call_pop, call, call_value_pop): Do not set
1104         current_function_uses_pic_offset_table for calls to static
1105         functions or indirect calls.
1106
1107 2000-07-07  Jim Wilson  <wilson@cygnus.com>
1108
1109         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
1110         is_predicate_reg, then take max write_count of register pair.
1111
1112 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1113
1114         * tradcpp.c (main): Rename label `include' to `add_include' to
1115         avoid conflicts with variable `include' in traditional C.
1116
1117 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1118
1119         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
1120
1121 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1122
1123         * sibcall.c (uses_addressof): Add INMEM argument, check for
1124         current_function_internal_arg_pointer outside of MEM rtxs in addition
1125         to ADDRESSOFs.
1126         (sequence_uses_addressof): Update caller.
1127
1128 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1129
1130         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
1131         and friends.
1132
1133 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1134
1135         * system.h (UNION_INIT_ZERO): New macro for initializing union
1136         members in structs.
1137
1138         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
1139
1140 2000-07-07  Neil Booth  <NeilB@earthling.net>
1141
1142         * cpp.texi: Update.
1143
1144 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
1145
1146         * final.c (final): Detect out of bounds array access to
1147         the insn_lengths array.
1148
1149 2000-07-07  Kazu Hirata  <kazu@hxi.com>
1150
1151         * fold-const.c (fold): Fix a comment typo.
1152
1153 2000-07-07  Neil Booth  <NeilB@earthling.net>
1154
1155         * cpp.texi: Update to new lexer.
1156
1157 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1158
1159         * tradcpp.c: New file.
1160         * tradcif.y: New file.
1161         * tradcif.c: New generated file.
1162
1163         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
1164         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
1165         dependencies of C.  Install tradcpp from install-common, in
1166         $(libsubdir).
1167
1168 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1169
1170         * cppinit.c: Include cppdefault.h.  Refer to
1171         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
1172         to GCC_INCLUDE_DIR and its length.
1173         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1174         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
1175         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
1176         cppdefault.h.
1177         (include_defaults_array): Move to cppdefault.c.
1178
1179         * cppdefault.h: New file.
1180         * cppdefault.c: New file.
1181
1182         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
1183         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
1184         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
1185         this file.
1186
1187 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1188
1189         * reload.c (push_reload): When seeing if can reuse a register,
1190         check extra registers against widest of INMODE and OUTMODE.
1191
1192 2000-07-06  Neil Booth  <NeilB@earthling.net>
1193
1194         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
1195         based on full length of predicate.
1196
1197 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
1198
1199         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
1200         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
1201
1202 2000-07-05  Kazu Hirata  <kazu@hxi.com>
1203
1204         * h8300-proto.h: Fix formatting.
1205         * h8300.c: Likewise.
1206         * h8300.h: Likewise.
1207
1208 2000-07-05  Jim Wilson  <wilson@cygnus.com>
1209
1210         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
1211         CCmode.
1212
1213 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
1214
1215         * invoke.texi: Fix minor typos
1216         * md.texi: Fix minor typos
1217
1218 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
1219
1220         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
1221
1222 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1223
1224         * cpplex.c: Don't include sys/mman.h.
1225         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
1226
1227         * cpplib.c: Include sys/mman.h and obstack.h.
1228         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
1229         obstack.
1230         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
1231         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
1232         bother freeing if stack entries (they will be freed with their buffer).
1233         (do_endif): Free if stack entries from the buffer obstack.
1234         (push_conditional): Allocate if stack entries from the buffer obstack.
1235
1236         (find_answer): Rename to _cpp_find_answer.
1237         (do_assert, do_unassert): Update.
1238
1239         * cpphash.h: Update prototypes.
1240         (xobnew): New convenience macro.
1241         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
1242         Update comments.
1243         (struct cpp_hashnode): Remove disabled field.
1244
1245         * cppinit.c: Don't include hashtab.h or splay-tree.h.
1246         (report_missing_guard): Moved to cppfiles.c.
1247         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
1248         cpp_init_includes.
1249         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
1250         cpp_cleanup_includes.  Don't destroy hashtab or
1251         all_include_files here.
1252         (cpp_finish): Use _cpp_report_missing_guards.
1253
1254         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
1255         (_cpp_init_include_table): Rename _cpp_init_includes.
1256         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
1257
1258         * cppexp.c (parse_assertion): Update for new name of
1259         find_answer.
1260
1261         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
1262
1263 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1264
1265         * cpplib.c (do_ident): s/VSPACE/EOF/
1266
1267 2000-07-05  Neil Booth  <NeilB@earthling.net>
1268
1269         * cpplex.c: Fix trigraph replacement within strings.
1270
1271 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1272
1273         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
1274
1275         * xcoffout.c (assign_type_number): Constify.
1276         (xcoffout_source_file): Add static prototype.  Don't needlessly
1277         cast away const-ness.
1278
1279 2000-07-04  Jason Merrill  <jason@redhat.com>
1280
1281         * frame.h (frame_state): Move base_offset to end.
1282
1283 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1284
1285         * calls.c (emit_library_call_value_1): Revert previous change.
1286
1287 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1288
1289         * fix-header.c (struct partial_proto): Remove unnecessary fields.
1290         (recognized_extern, recognized_function, read_scan_file):
1291         Update for new scheme.
1292         (check_protection): It's still a multiple include guard even
1293         if it doesn't always trigger.
1294         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
1295         new scheme.
1296         * scan.h: Declare struct cpp_token.  Update prototypes.
1297
1298 2000-07-03  Neil Booth  <neilb@earthling.net>
1299             Zack Weinberg  <zack@wolery.cumb.org>
1300
1301         Complete overhaul of the lexer and macro expander.
1302
1303         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
1304         arg, arglist, argdata, reflist, collect_objlike_expansion,
1305         collect_funlike_expansion, collect_params,
1306         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
1307         unsafe_chars, macarg, compare_defs, special_symbol,
1308         scan_arguments, stringify, funlike_macroexpand,
1309         _cpp_quote_string, monthnames): Delete.
1310         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
1311         _cpp_create_definition, _cpp_dump_definition,
1312         dump_hash_helper): Adjust.
1313         (find_param, count_params, parse_define, var_args_str,
1314         check_macro_redefinition, save_expansion): New.
1315
1316         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
1317         parse_string, output_line_command, trigraph_replace,
1318         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
1319         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
1320         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
1321         _cpp_skip_rest_of_line): Modify.
1322
1323         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
1324         find_position, null_warning, bump_column, expand_name_space,
1325         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
1326         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
1327         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
1328         _cpp_prescan): Delete.
1329
1330         (dump_param_spelling, process_directive, lex_next,
1331         is_macro_disabled, stringify_arg, expand_context_stack,
1332         output_token, make_string_token, alloc_number_token,
1333         special_symbol, duplicate_token, maybe_paste_with_next,
1334         can_paste, prevent_macro_expansion, restore_macro_expansion,
1335         get_temp_token, release_temp_tokens, quote_string,
1336         token_names, token_spellings, _cpp_expand_name_space,
1337         _cpp_glue_header_name, _cpp_reserve_name_space,
1338         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
1339         placemarker_token, eof_token, cpp_context, macro_args,
1340         get_raw_token, parse_arg, parse_args, save_token,
1341         push_arg_context, push_macro_context, pop_context,
1342         do_pop_context, free_macro_args, _cpp_get_line,
1343         _cpp_run_directive): New.
1344
1345         * cpplib.c (validate_else, parse_include, push_conditional,
1346         pass_thru_directive, read_line_number, parse_ifdef,
1347         detect_if_not_defined, _cpp_check_directive, do_define,
1348         do_undef, do_include, do_import, do_include_next, do_error,
1349         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
1350         top_pragmas, do_pragma_gcc, do_pragma_implementation,
1351         do_pragma_poison, do_pragma_system_header,
1352         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
1353         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
1354         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
1355         cpp_defined): Update for new scheme.
1356         (strtoul_for_line, get_define_node, dump_macro_name,
1357         _cpp_check_linemarker, _cpp_parse_assertion): New.
1358         (_cpp_handle_directive, do_pragma_default): Delete.
1359
1360         * cpphash.h (struct predicate): Now struct answer.
1361         (enum spell_type, struct token_spelling, struct directive,
1362         directive_handler): New.
1363         Update prototypes.  Remove unused macros.
1364         * cpplib.h: Update prototypes.  Remove unused macros,
1365         structure definitions, and fields.
1366
1367         * cpperror.c (print_containing_files, v_message): Adjust.
1368         * cppexp.c (parse_assertion, lex, parse_escape,
1369         _cpp_parse_expr): Adjust.
1370         * cppfiles.c (open_include_file, _cpp_execute_include,
1371         _cpp_compare_file_date, cpp_read_file, read_include_file):
1372         Adjust.
1373         * cppinit.c (dump_special_to_buffer): Delete.
1374         (append_include_chain, merge_include_chains, cpp_reader_init,
1375         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
1376         cpp_finish, handle_option, print_help): Adjust.
1377         * cppmain.c (main): Adjust.
1378
1379 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1380
1381         * cppspec.c (lang_specific_driver): Use double quotes in error
1382         message.
1383
1384 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1385
1386         * calls.c (emit_library_call_value_1): Use valreg instead
1387         of hard_libcall_value.
1388
1389 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
1390
1391         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
1392         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
1393         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
1394         (movhi): Likewise.
1395         (movqi): Likewise.
1396         (movdf): Likewise.
1397         (movsf): Likewise.
1398         (movdi): Likewise.
1399         (movti): Likewise.
1400
1401         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
1402         mode instead of wider_mode is being used.
1403
1404 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1405
1406         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
1407         of 'r'. Use q_regs_operand.
1408         (andsi_1+2): Use q_regs_operand.
1409
1410 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1411
1412         * builtins.c (get_memory_rtx): Always put into alias set 0.
1413
1414 2000-07-03  Nick Clifton  <nickc@cygnus.com>
1415
1416         * config/arm/arm.md: Fix post increment and pre increment
1417         peepholes so that they do not generate UNPREDICATBLE opcodes.
1418         (ie ones where the increment clobbers the source/destination).
1419
1420 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
1421
1422         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
1423         change too big for -mtiny-stack" a warning, if larger than 63.
1424         (out_set_stack_ptr): Change the logic so -mno-interrupts is
1425         always safe to use on possible future devices.
1426         (function_prologue): Write SPH before SPL, for consistency.
1427         If interrupt_func_p true, we know we have enabled interrupts.
1428         (avr_num_arg_regs): New function.  Round up to even number of
1429         bytes if no -mpack-args or if calling a libgcc function.
1430         (function_arg, function_arg_advance): Use it.
1431         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1432         Output "movw" if available.
1433         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1434         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1435         (asm_output_section_name): Add blanks for consistent output.
1436         (encode_section_info): Set TREE_READONLY for progmem data to
1437         avoid gas warnings about changed section attributes.
1438         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1439         even numbered registers on devices with "movw".
1440         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1441         (TARGET_SWITCHES): Mark help strings for translation.
1442         Add new -mpack-args and -menhanced switches.
1443         (TARGET_OPTIONS): Mark help strings for translation.
1444         (progmem_section): Add section attributes.
1445         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1446         Output "movw" if available.
1447         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1448         New patterns.
1449         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1450         call convention (arguments aligned on even registers).
1451         (_cleanup, _exit): Make weak symbols libc can override.
1452
1453 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1454
1455         * fp-bit.h: New file.
1456
1457         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1458         Comment #endif statements.
1459         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1460
1461 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1462
1463         * gcse.c (compute_pre_data): Compute ae_kill using other local
1464         properties instead of calling compute_ae_kill.
1465
1466         * alias.c (init_alias_analysis): Do not call
1467         prologue_epilogue_contains until after reload has completed.
1468
1469 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1470
1471         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1472         (genrtl_finish_compound_stmt): Likewise.
1473         (genrtl_compound_stmt): Change to return void.
1474
1475         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1476         move code from here to ...
1477         (genrtl_compound_stmt): ... here.
1478         (genrtl_finish_compound_stmt): Remove.
1479         (expand_stmt): Add comment.
1480
1481 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1482
1483         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1484         and VOID_TYPE_P.
1485
1486 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1487
1488         * cpplib.h (struct cpp_reader): New field include_depth.
1489         (struct cpp_printer): Rename last_bsd to last_id.
1490         * cppfiles.c (read_include_file): Bump include_depth.
1491         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1492         (output_line_command): Output correct #line if a header
1493         is including itself and is not protected against multiple inclusion.
1494         Use include_depth instead of buffer_stack_depth, last_id instead of
1495         last_bsd.
1496         * cppinit.c (cpp_start_read): Initialize last_id instead of
1497         last_bsd.
1498
1499 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1500
1501         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1502         (c-semantics.o): New target.
1503
1504         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1505         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1506         (genrtl_clear_out_block): Likewise.
1507         (genrtl_goto_stmt): Likewise.
1508         (genrtl_expr_stmt): Likewise.
1509         (genrtl_decl_stmt): Likewise.
1510         (genrtl_if_stmt): Likewise.
1511         (genrtl_while_stmt): Likewise.
1512         (genrtl_do_stmt): Likewise.
1513         (genrtl_return_stmt): Likewise.
1514         (genrtl_for_stmt): Likewise.
1515         (genrtl_break_stmt): Likewise.
1516         (genrtl_continue_stmt): Likewise.
1517         (genrtl_scope_stmt): Likewise.
1518         (genrtl_switch_stmt): Likewise.
1519         (genrtl_case_label): Likewise.
1520         (genrtl_begin_compound_stmt): Likewise.
1521         (gerntl_finish_compound_stmt): Likewise.
1522         (genrtl_compound_stmt): Likewise.
1523         (genrtl_asm_stmt): Likewise.
1524         (genrtl_decl_cleanup): Likewise.
1525         (DECL_ANON_UNION_ELEMS): Likewise.
1526         (emit_local_var): Likewise.
1527         (make_rtl_for_local_static): Likewise.
1528         (expand_cond): Likewise.
1529         (expand_stmt): Likewise.
1530         (c_expand_return): Likewise.
1531         (c_expand_start_case): Likewise.
1532         (do_case): Likewise.
1533         (COMPOUND_STMT_NO_SCOPE): Likewise.
1534         (c_expand_asm_operands): Likewise.
1535         (NEW_FOR_SCOPE_P): New macro.
1536         (expand_expr_stmt_fn): New type.
1537
1538         (set_current_function_name_declared): Likewise.
1539         (current_function_name_declared): Likewise.
1540         (lang_expand_stmt): Likewise.
1541         (stmts_are_full_exprs_p): Likewise.
1542         (anon_aggr_type_p): Likewise.
1543         (lang_expand_expr_stmt): Likewise.
1544         (build_case_label): Likewise.
1545
1546         * c-decl.c (lang_expand_expr_stmt): Initialize.
1547         (stmts_are_full_exprs_p): Define.
1548         (current_function_name_declared): Likewise.
1549         (do_case): Likewise.
1550         (lang_expand_stmt): Likewise.
1551         (set_current_function_name_declared): Likewise.
1552         (anon_aggr_type_p): Likewise.
1553
1554         * c-semantics.c: New file.
1555         (expand_cond): Moved from cp/semantics.c.
1556         (genrtl_do_pushlevel): Likewise.
1557         (genrtl_clear_out_block): Likewise.
1558         (genrtl_goto_stmt): Likewise.
1559         (genrtl_expr_stmt): Likewise.
1560         (genrtl_decl_stmt): Likewise.
1561         (genrtl_if_stmt): Likewise.
1562         (genrtl_while_stmt): Likewise.
1563         (genrtl_do_stmt): Likewise.
1564         (genrtl_return_stmt): Likewise.
1565         (genrtl_for_stmt): Likewise.
1566         (genrtl_break_stmt): Likewise.
1567         (genrtl_continue_stmt): Likewise.
1568         (genrtl_scope_stmt): Likewise.
1569         (genrtl_switch_stmt): Likewise.
1570         (genrtl_case_label): Likewise.
1571         (genrtl_begin_compound_stmt): Likewise.
1572         (genrtl_finish_compound_stmt): Likewise.
1573         (genrtl_compound_stmt): Likewise.
1574         (genrtl_asm_stmt): Likewise.
1575         (genrtl_decl_cleanup): Likewise.
1576         (make_rtl_for_local_static): Moved from cp/decl.c.
1577         (emit_local_var): Likewise.
1578         (expand_stmt): Define.
1579
1580         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1581         (c_expand_return): Likewise.
1582         (c_expand_start_case): Likewise.
1583
1584 2000-07-01  Richard Henderson  <rth@cygnus.com>
1585
1586         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1587         with the low 13 bits set.
1588         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1589         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1590         of the low 13 bits into a CONST plus an adddi3.
1591         (load_symptr): Set RTX_UNCHANGING_P.
1592
1593 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1594
1595         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1596         * c-common.c (ridpointers): Declare.
1597         * c-common.h (enum rid): Declare.
1598         (NORID): Likewise.
1599         (ridpointers): Likewise.
1600         * c-lex.c (ridpointers): Don't declare.
1601         (init_lex): Initialize ridpointers.
1602         * c-lex.h (enum rid): Don't declare.
1603         (NORID): Likewise.
1604         (RID_FIRST_MODIFIER): Likewise.
1605         (ridpointers): Likewise.
1606
1607 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1608
1609         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1610         have global scope.
1611
1612 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1613
1614         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1615         always an error.
1616
1617 2000-06-30  Catherine Moore  <clm@cygnus.com>
1618
1619         * c-common.c (decl_attributes):  Differentiate between
1620         types and type decls for alignment.
1621
1622 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1623
1624         * cpp.texi: Document #pragma GCC dependency
1625         * cppfiles.c (open_include_file): Set date to unknown.
1626         (_cpp_compare_file_date): New function.
1627         (read_include_file): Set file date.
1628         * cpphash.h (struct include_file): Add date member.
1629         (_cpp_compare_file_date): Prototype.
1630         * cpplib.c (parse_include): Add trail parameter. Adjust.
1631         (do_include): Adjust parse_include call.
1632         (do_import): Likewise.
1633         (do_include_next): Likewise.
1634         (gcc_pragmas): Add dependency pragma.
1635         (do_pragma_dependancy): New pragma.
1636
1637 2000-06-29  Jason Merrill  <jason@redhat.com>
1638
1639         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1640         no operands.
1641
1642 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1643
1644         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1645         a volatile mem and FR_REGS.
1646
1647 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1648
1649         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1650         * c-common.h (flag_const_strings): Declare.
1651         (warn_format): Likewise.
1652         (flag_traditional): Likewise.
1653         (flag_isoc99): Likewise.
1654         (warn_parentheses): Likewise.
1655         (warn_conversion): Likewise.
1656         (C_TYPE_OBJECT_P): Likewise.
1657         (C_TYPE_INCOMPLETE_P): Likewise.
1658         (C_TYPE_FUNCTION_P): Likewise.
1659         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1660         (C_EXP_ORIGINAL_CODE): Likewise.
1661         (build_unary_op): Likewise.
1662         (build_binary_op): Likewise.
1663         (lvalue_p): Likewise.
1664         (default_conversion): Likewise.
1665         (common_type): Likewise.
1666         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1667         (C_TYPE_INCOMPLETE_P): Likewise.
1668         (C_TYPE_FUNCTION_P): Likewise.
1669         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1670         (C_EXP_ORIGINAL_CODE): Likewise.
1671         (common_type): Likewise.
1672         (default_conversion): Likewise.
1673         (build_binary_op): Likewise.
1674         (build_unary_op): Likewise.
1675         (lvalue_p): Likewise.
1676         (flag_const_strings): Likewise.
1677         (warn_format): Likewise.
1678         (warn_conversion): Likewise.
1679         (flag_traditional): Likewise.
1680         (flag_isoc99): Likewise.
1681         (warn_parentheses): Likewise.
1682
1683 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1684
1685         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1686
1687         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1688         same.  Only tie XFmode with XFmode.
1689
1690 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1691
1692         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1693         * Makefile.in: Update deps.
1694
1695 2000-06-29  Andrew Haley  <aph@cygnus.com>
1696
1697         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1698         to true.
1699
1700 2000-06-29  Andrew Haley  <aph@cygnus.com>
1701
1702         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1703         bytes: remove the multiply by 8.
1704
1705 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1706
1707         * rtl.c : Revert NLS changes.
1708         * gcc.c : Fix bug in display_help introced by my last changes.
1709
1710 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1711
1712         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1713         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1714
1715 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1716
1717         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1718
1719 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1720
1721         * c-decl.c : Mark strings for translation.
1722         (parmlist_tags_warning): Use distinct messages instead
1723         of conditional expressions.
1724         * diagnostic.c (v_message_with_decl): Mark string for translation.
1725         * gcc.c: Mark messages for translation.
1726         (display_help): Combine messages into one string where necessary.
1727         * mips-tfile: Add intl.h. Mark messages for translation.
1728         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1729         messages for translation.
1730         * timevar.c: Mark messages for translation.
1731         * tlink.c: Likewise.
1732         * toplev.c: Likewise.
1733
1734 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1735
1736         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1737
1738         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1739         use -isystem instead of -idirafter.
1740         * i386/i386-interix.h: Likewise.
1741
1742 2000-06-28  Jason Merrill  <jason@redhat.com>
1743
1744         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1745         unless DWARF2_DEBUGGING_INFO is defined.
1746         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1747
1748 2000-06-28  Richard Henderson  <rth@cygnus.com>
1749
1750         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1751
1752 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1753
1754         * cpplex.c (output_line_command): Output correct #line if a header
1755         is including itself and is not protected against multiple inclusion.
1756
1757 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1758
1759         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1760         ENFILE, close all cached file descriptors and try again.
1761         (_cpp_execute_include): Keep a count of the number of times
1762         each header is included.
1763         (close_cached_fd): New function.
1764         * cpphash.h (struct include_file): Rename before to
1765         include_count; all users updated.  Make include_count and sysp
1766         unsigned short.
1767         * cppinit.c (cpp_finish): If -H, report headers that could use
1768         reinclude guards.
1769         (report_missing_guard): New function.
1770
1771 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1772
1773         * i386.md (prologue_set_got): Set length_immediate field.
1774         (testqi_ccno_1):  Add missing '@' character.
1775
1776 2000-06-27  Jason Merrill  <jason@redhat.com>
1777
1778         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1779         DWARF_FRAME_REGNUM.
1780
1781 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1782
1783         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
1784         unsigned macros available.
1785
1786 2000-06-27  Richard Henderson  <rth@cygnus.com>
1787
1788         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1789         epilogue_deallocate_stack.
1790
1791         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1792         completers for UNORDERED and ORDERED as well.
1793         * config/ia64/ia64.md (bunordered, bordered): New.
1794         (sunordered, sordered): New.
1795
1796 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1797
1798         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1799         * i386.c (ix86_attr_length_default): Kill.
1800         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1801         New.
1802         * i386-protos.h (ix86_attr_length_default): Kill
1803         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1804         Add prototype
1805         * i386.md (attribute type): Add "test".
1806         (attribute length_prefix): Kill.
1807         (attribute length_opcode): Kill.
1808         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1809         prefix_rep, prefix_0f, modrm): New.
1810         (attribute length): Compute using the new attributes.
1811         (attribute pent_prefix): New.
1812         (attribute pent_pair): Compute using pent_prefix.
1813         (all insn patterns): Set mode,modrm and immediate_length attributes where
1814         needed.
1815         (cmpsi patterns): Compute sizes propertly for test instruction.
1816         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1817         (movstricthi_xor, movstrictqi_xor): New patterns.
1818         (andsi/andhi): Use splitters to generate xor instructions.
1819         (xorqi_ext_1): New pattern.
1820         (movstricthi->movstricthi_xor peep2): New.
1821
1822 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1823
1824         * i386.md (addqi_low_1): Remove.
1825
1826 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1827
1828         * 1750a.h: Mark help strings for options/switches for translation.
1829         * a29k.h: Likewise.
1830         * alpha.h: Likewise.
1831         * arm.h: Likewise.
1832         * pe.h: Likewise.
1833         * riscix.h: Likewise.
1834         * c4x.h: Likewise.
1835         * clipper.h: Likewise.
1836         * convex.h: Likewise.
1837         * elxsi.h: Likewise.
1838         * fr30.h: Likewise.
1839         * fx80.h: Likewise.
1840         * h8300.h: Likewise.
1841         * i370.h: Likewise.
1842         * cygwin.h: Likewise.
1843         * dgux.h: Likewise.
1844         * djgpp.h: Likewise.
1845         * i386.h: Likewise.
1846         * osf1elf.h: Likewise.
1847         * osfrose.h: Likewise.
1848         * sco5.h: Likewise.
1849         * win32.h: Likewise.
1850         * i860.h: Likewise.
1851         * paragon.h: Likewise.
1852         * i960.h: Likewise.
1853         * ia64.h: Likewise.
1854         * m32r.h: Likewise.
1855         * mcore.h: Likewise.
1856         * mips.h: Likewise.
1857         * mn10300.h: Likewise.
1858         * ns32k.h: Likewise.
1859         * pdp11.h: Likewise.
1860         * pj.h: Likewise.
1861         * aix.h: Likewise.
1862         * aix41.h: Likewise.
1863         * aix43.h: Likewise.
1864         * beos.h: Likewise.
1865         * rs6000.h: Likewise.
1866         * sysv4.h: Likewise.
1867         * linux.h: Likewise.
1868         * linux64.h: Likewise.
1869         * sp64-elf.h: Likewise.
1870         * sparc.h: Likewise.
1871         * splet.h: Likewise.
1872         * v850.h: Likewise.
1873         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1874         for translation.
1875         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1876         Properly document option and mark for translation.
1877         * sp86x-elf.h: Likewise.
1878
1879 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1880
1881         Add MMX and SSE registers to i386 machine description.
1882         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1883         ix86_local_alignment): Declare.
1884
1885         * i386.h (TARGET_MMX, TARGET_SSE): New.
1886         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1887         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1888         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1889         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1890         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1891         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1892         (RETURN_IN_MEMORY): Handle MMX/SSE.
1893         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1894         also get stack space.
1895         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1896         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1897         (MMX_REGISTER_NAMES): New.
1898         (ALIGN_MODE_128): New macro.
1899         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1900         (DATA_ALIGNMENT): Likewise.
1901         (LOCAL_ALIGNMENT): Likewise.
1902         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1903         TARGET_MMX/TARGET_SSE.
1904         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1905         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1906         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1907         SSE/MMX regs and something else.
1908         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1909         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1910         3 if moving between MMX regs and something else.
1911
1912         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1913         (regclass_map): Add MMX/SSE registers.
1914         (print_operand): Add code to print XMMWORD as appropriate.
1915         (ix86_split_movdi): Abort for MMX regs.
1916         (init_cumulative_args): Also allow SSE_REGS
1917         (function_arg_advance, function_arg): Likewise
1918         (print_reg): Support 'm'.  Add case for TImode.
1919         (override_options): TARGET_SSE implies TARGET_MMX.
1920         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1921         New functions.
1922
1923         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1924         FIRST_SSE_REG.
1925         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1926         memory.
1927         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1928         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1929
1930 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1931
1932         * ssa.c (struct rename_set_data): Change the name of field
1933         'set_dest' to 'old_reg'.  Add comments.
1934         (struct rename_context): Change the name of 'set_data' to
1935         'new_renames'.  Add new field 'done_renames'.
1936         (create_delayed_rename): New function.
1937         (apply_delayed_renames): New function.
1938         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1939         SUBREGs and similar by emitting a move.
1940         (new_registers_for_updates): Delete, functionality moved to
1941         apply_delayed_renames.
1942         (rename_block): Handle moves emitted by rename_insn_1 by putting
1943         them into a SEQUENCE with the original insn.  Add sanity checks
1944         and comments.
1945         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1946         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1947
1948 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1949             Jason Merrill <jason@redhat.com>
1950
1951         * dwarf2.h (enum dwarf_call_frame_info): Add
1952         DW_CFA_def_cfa_expression.
1953         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1954         dw_loc_descr_struct entry.
1955         (struct cfa_loc): New structure to track a CFA location.
1956         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1957         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1958         offset, plus handle DW_CFA_def_cfa_expression.
1959         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1960         cfa_loc record.
1961         (dwarf2out_def_cfa): Entry point maintained for compatability.
1962         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1963         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1964         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1965         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1966         cfa_reg.
1967         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1968         sequences for the new DW_CFA_def_cfa_expression record.
1969         (dwarf2out_frame_debug): Use new variables/fields.A
1970         (output_cfi): Handle DW_CFA_def_cfa_expression.
1971         (output_cfa_loc): New function to generate a CFI record for
1972         DW_CFA_def_cfa_expression.
1973         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1974         a dw_loc_descr sequeunce.
1975         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1976         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1977         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1978         unwind info section.
1979         * frame.h (frame_state): Add base_offset and indirect fields.
1980         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1981         dw_loc_descr operation.
1982         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1983         (struct frame_state): Add base offset and indirect fields.
1984         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1985
1986 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1987
1988         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1989         Make warnings about implicit int be pedwarns in C99.  Don't warn
1990         about duplicate type qualifiers in C99.
1991         (start_function): Make warning about implict int return type be a
1992         pedwarn in C99.
1993         * c-lex.c (yylex): Don't warn about `long long' in C99.
1994         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1995         `return' with no value in function returning non-void.
1996
1997 2000-06-26  Richard Henderson  <rth@cygnus.com>
1998
1999         * c-typeck.c (pedwarn_c99): New.
2000         * diagnostic.c (verror, vwarning, vpedwarn): Export.
2001         * toplev.h: Prototype them.
2002
2003 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2004
2005         * c-typeck.c (digest_init): Return error_mark_node node when
2006         TREE_TYPE (init)  == error_mark_node.
2007
2008 2000-06-26  Philipp Thomas  <pthomas@suse.de>
2009
2010         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
2011         test for msgfmt without path instead.
2012         * configure: Rebuilt.
2013
2014 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2015
2016         * gengenrtl.c (special_rtx): Fix typo in comment.
2017
2018 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
2019
2020         * mklibgcc.in (LIB2FUNCS): Add missing space.
2021
2022 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2023
2024         * tree.h (enum tree_index): Add vector type nodes.
2025         Add accessor macros for them.
2026         (TYPE_REPRESENATION_TYPE): New macro.
2027         * tree.c (build_common_tree_nodes_2): Build these nodes.
2028         (finish_vector_type): New function.
2029         * c-common.c (type_for_mode): Handle vector modes.
2030         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
2031
2032         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
2033         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
2034         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
2035         (gen_type_die): Likewise.
2036         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
2037         (fundamental_type_code): Likewise.
2038         (type_is_fundamental): VECTOR_TYPEs aren't.
2039         (output_type): Handle VECTOR_TYPEs.
2040
2041 2000-06-25  Kazu Hirata  <kazu@hxi.com>
2042
2043         * config/arm.c: Fix a comment typo.
2044         * config/arm.h: Likewise.
2045
2046 2000-06-25  Philipp Thomas  <pthomas@suse.de>
2047
2048         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
2049         compiler found.
2050         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
2051         * configure: Rebuilt.
2052
2053 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
2054
2055         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
2056
2057 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2058
2059         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
2060         libgcc.a.
2061
2062 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
2063
2064         * collect2.c (resolve_lib_name): Move '/' check out of loop.
2065
2066 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
2067
2068         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
2069
2070 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
2071
2072         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
2073         last_unconditional_cleanup.
2074
2075 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2076
2077         * tree.def (VECTOR_TYPE): New node type.
2078         * tree.h: Adjust some comments to reflect addition of vector types.
2079         (TYPE_VECTOR_SUBPARTS): New macro.
2080         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
2081         * c-convert.c (convert): Likewise.
2082         * convert.c (convert_to_integer): Handle vector modes.
2083         (convert_to_vector): New function.
2084         * convert.h (convert_to_vector): Declare.
2085         * expr.c (convert_move): Handle vector modes.
2086         * expmed.c (extract_bit_field): Don't abort for vector modes.
2087
2088 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
2089
2090         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
2091         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
2092         New functions, common code moved from function_{prologue,epilogue}
2093         and extended to support the -mtiny-stack option.
2094         (function_prologue, function_epilogue): Use them.
2095         Use lo8/hi8 consistently for asm output readability.
2096         (avr_hard_regno_mode_ok): New function.
2097         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
2098         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
2099         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
2100         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
2101         Write SPH before SPL.
2102         (*movqi): No need to disable interrupts for just one "out"
2103         in alternative 5.  Change length attribute from 4 to 1.
2104         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
2105         Write SPH before SPL.
2106
2107 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2108
2109         * rtl.texi (Vector Operations): New node.
2110         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
2111         (Conversions): Add ss_truncate, us_truncate.
2112         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
2113         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
2114         US_TRUNCATE): New rtx codes.
2115         * machmode.def: Add vector modes.
2116         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
2117         MODE_VECTOR_FLOAT.
2118         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
2119         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
2120         (VECTOR_MODE_P): New.
2121
2122 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
2123
2124         * cpp.texi: Clarify #pragma GCC namespace.
2125
2126 2000-06-24  Philipp Thomas  <pthomas@suse.de>
2127
2128         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
2129         all catalogs specified in ALL_LINGUAS.
2130         * configure: Rebuilt.
2131
2132 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2133
2134         * config/sparc/sparc.md (reload_outdi+1): Handle
2135         HOST_BITS_PER_WIDE_INT == 64 case correctly.
2136         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
2137
2138 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
2139
2140         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
2141         struct vs. scalar-ness when -fno-strict-aliasing.
2142
2143 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
2144
2145         * cpplib.c (struct pragma_entry): New structure.
2146         (pragma_dispatch): Pragma dispatcher.
2147         (top_pragmas, gcc_pragmas): New static variables.
2148         (do_pragma): Use pragma_dispatch.
2149         (do_pragma_gcc): New pragma handler.
2150         * cpp.texi: Update.
2151
2152 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2153
2154         * calls.c (compute_argument_addresses): Force stack slots into
2155         alias set 0.
2156         * expr.c (emit_push_insn): Force pushes into alias set 0.
2157
2158 2000-06-23  Richard Henderson  <rth@cygnus.com>
2159
2160         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
2161         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
2162
2163 2000-06-22  Jason Merrill  <jason@redhat.com>
2164
2165         * toplev.c (compile_file): Always call timevar_print.
2166         * Makefile.in (calls.o): Depend on TIMEVAR_H.
2167
2168 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2169
2170         * varasm.c (constant_descriptor): Make contents unsigned char.
2171         (mark_const_hash_entry): Adjust.
2172         (const_hash): Just hash the code of unknown nodes.
2173         (compare_constant_1): Adjust for unsigned char.
2174         Use language specific expander on unknown nodes.
2175         (record_constant_1): Likewise.
2176
2177 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2178
2179         * cppfiles.c (cpp_make_system_header): New function.
2180         * cpplib.h: Prototype it.
2181         * cpplib.c (do_line, do_pragma_system_header): Use it.
2182         * fix-header.c (read_scan_file): Use it.
2183
2184         * fix-header.c (check_macro_names): Cast second arg of
2185         cpp_defined to const unsigned char *.
2186         (read_scan_file): Make getchar_call const unsigned char.
2187
2188 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2189
2190         * cppfiles.c: Include splay-tree.h, not hashtab.h.
2191         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
2192         (destroy_include_file_node): New.
2193         (_cpp_init_include_hash): Rename _cpp_init_include_table.
2194         Create a splay tree, not a hash table.
2195         (open_include_file): Look up the path in the include table,
2196         do the multiple include optimization here, etc.
2197         (cpp_included): Walk the path.
2198         (find_include_file): Just walk the path calling
2199         open_include_file, or call it directly for an absolute path.
2200         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
2201         scheme.
2202         (read_include_file): Update for new scheme.  Don't close the
2203         file unless reading fails.
2204         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
2205
2206         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
2207         (struct include_file): New.
2208         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
2209         macros.
2210         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
2211         Update prototypes.
2212
2213         * cppinit.c: Include splay-tree.h.
2214         (cpp_reader_init, cpp_cleanup): Update.
2215
2216         * cpplib.h (struct cpp_buffer): Change ihash field to
2217         'struct include_file *inc'.  Remove system_header_p.
2218         (struct cpp_reader): Change all_include_files to a
2219         struct splay_tree_s *.
2220
2221         * cpplex.c: Update all references to cpp_buffer->ihash and/or
2222         cpp_buffer->system_header_p.
2223         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
2224
2225         * Makefile.in (SPLAY_TREE_H): New macro.
2226         (cppfiles.o, cppinit.o): Update dependencies.
2227
2228 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
2229
2230         * invoke.texi (g++): "g++" is not a script anymore.
2231
2232 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2233
2234         * function.c (round_down): Delete obsolete prototype.
2235
2236         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
2237
2238 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
2239
2240         * configure.in: Use 'test a = b' not 'test a == b'.
2241         * configure: Regen.
2242
2243         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
2244
2245         * Makefile.in: Remove all references to HOST_INTLLIBS.
2246
2247         * cpplex.c (parse_name): Don't warn about $ in identifiers if
2248         skipping.
2249
2250 2000-06-20  Philipp Thomas  <pthomas@suse.de>
2251
2252         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
2253         for PA 2.0.
2254
2255 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2256
2257         * Take REG_INC notes into account.
2258
2259 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
2260
2261         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
2262         (primary: IDENTIFIER): Just call build_external_ref.
2263         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2264         Regenerate.
2265         * c-lex.c (lastiddecl): Remove.
2266         (yylex): Replace all instances of lastiddecl with local
2267         variables.
2268
2269         * c-typeck.c (build_external_ref): New function.  Treat decls
2270         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
2271         Look up the decl from the id here.  Call lookup_objc_ivar.
2272         * c-lang.c (lookup_objc_ivar): Stub.
2273         * objc/objc-act.c (lookup_objc_ivar): New function.
2274
2275         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
2276         * c-lex.h: Don't declare lastiddecl.
2277
2278 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
2279
2280         * c-common.h (IF_COND): Added documentation.
2281         (THEN_CLAUSE): Likewise.
2282         (ELSE_CLAUSE): Likewise.
2283         (WHILE_COND): Likewise.
2284         (WHILE_BODY): Likewise.
2285         (DO_COND): Likewise.
2286         (DO_BODY): Likewise.
2287         (RETURN_EXPR): Likewise.
2288         (EXPR_STMT_EXPR): Likewise.
2289         (FOR_INIT_STMT): Likewise.
2290         (FOR_COND): Likewise.
2291         (FOR_EXPR): Likewise.
2292         (FOR_BODY): Likewise.
2293         (SWITCH_COND): Likewise.
2294         (SWITCH_BODY): Likewise.
2295         (CASE_LOW): Likewise.
2296         (CASE_HIGH): Likewise.
2297         (GOTO_DESTINATION): Likewise.
2298         (COMPOUND_BODY): Likewise.
2299         (ASM_CV_QUAL): Likewise.
2300         (ASM_STRING): Likewise.
2301         (ASM_OUTPUTS): Likewise.
2302         (ASM_INPUTS): Likewise.
2303         (ASM_CLOBBERS): Likewise.
2304         (DECL_STMT_DECL): Likewise.
2305         (STMT_EXPR_STMT): Likewise.
2306         (LABEL_STMT_LABEL): Likewise.
2307
2308         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
2309         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
2310         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
2311         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2312
2313 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2314
2315         * configure.in (--enable-checking): Update --help doc to reflect
2316         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
2317
2318 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2319
2320         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
2321
2322         * function.c (put_var_into_stack): Don't reference DECL_ fields
2323         if input is a SAVE_EXPR.
2324         Use set_mem_attributes in COMPLEX case.
2325
2326 2000-06-18  Richard Henderson  <rth@cygnus.com>
2327
2328         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
2329         (ia64_file_start): Declare.
2330         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
2331         (GR_REGNO_P): Likewise.
2332         * config/ia64/ia64.c: Many prototypes.
2333         (ia64_reg_numbers): Constify.
2334         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
2335         (ia64_section_threshold): Make unsigned.
2336         (ia64_print_operand): Constify.
2337         (fix_range): Constify.
2338         (ia64_init_builtins): Don't compare signed vs unsigned.
2339         (ia64_expand_builtin): Likewise.
2340
2341         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
2342         (CONSTRAINT_OK_FOR_Q): New.
2343         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
2344         (movsf_internal, movdf_internal): Likewise.
2345         (cmovdi_internal): Rewrite so that constraints and predicates match;
2346         simplify splitters.
2347         (cmovsi_internal): Likewise.
2348
2349         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
2350         (ASM_FILE_START): New.
2351         * config/ia64/ia64.c (ia64_file_start): New.
2352         (rtx_needs_barrier): Handle pred.rel.mutex.
2353         (emit_predicate_relation_info): New.
2354         * config/ia64/ia64.md (pred_rel_mutex): New.
2355         * config/ia64/linux.h (ASM_SPEC): Define.
2356         * config/ia64/sysv4.h (ASM_FILE_START): Define.
2357
2358         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
2359         filtering global register variables.
2360
2361 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2362
2363         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
2364
2365 2000-06-17  Michael Meissner  <meissner@redhat.com>
2366
2367         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
2368         not present and there is a field after a '-'.
2369
2370 2000-06-17  Bruce Korb  <bkorb@gnu.org>
2371
2372         * fixinc/check.tpl:  finish the implementation of multiple tests
2373         for a single fix
2374         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
2375         (io_quotes_def): add a second test
2376         (various): reorder `files' so that "limits.h" is never first
2377         * fixinc/tests/base/*: update the testing output
2378
2379 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2380
2381         * gcc.texi: Remove reference to stupid.c.
2382
2383 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
2384
2385         * c-common.c (c_tree_code_type): New array.
2386         (c_tree_code_length): Likewise.
2387         (c_tree_code_name): Likewise.
2388         (add_c_tree_codes): New function.
2389
2390         * c-common.h (add_c_tree_codes): Declare.
2391         (enum c_tree_code): New enum.
2392
2393         * c-lex.c (init_parse): Added call to add_c_tree_codes.
2394
2395 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2396
2397         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
2398         select pattern to also match macro defs with only one argument.
2399
2400 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
2401
2402         * i386.md: Create new [right,left] rotate and right shift
2403         patterns to optimize shift by 1 bit for certain ia32 processors.
2404         Update patterns which perform left shifts to optimize shift by
2405         1 bit for certain ia32 processors.
2406         * i386.c (const_int_1_operand): New predicate.
2407         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
2408         * i386-protos.h (const_int_1_operand): Prototype.
2409
2410 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2411
2412         * mips.c (machine_dependent_reorg): Fix braces for nested if.
2413
2414 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
2415
2416         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
2417         LABEL_REFs.
2418
2419 2000-06-14  Richard Henderson  <rth@cygnus.com>
2420
2421         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
2422
2423         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
2424         auto-inc code.
2425
2426         * print-rtl.c (print_rtx): Emit space before mem alias set.
2427
2428 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
2429
2430         * rs6000.c (expand_block_move): Fix typo in earlier change.
2431         (print_operand): Remove unused variables neg and op.
2432         (toc_hash_mark_entry): Fix prototype.
2433
2434 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2435
2436         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2437         (THEN_CLAUSE): Likewise.
2438         (ELSE_CLAUSE): Likewise.
2439         (WHILE_COND): Likewise.
2440         (WHILE_BODY): Likewise.
2441         (DO_COND): Likewise.
2442         (DO_BODY): Likewise.
2443         (RETURN_EXPR): Likewise.
2444         (EXPR_STMT_EXPR): Likewise.
2445         (FOR_INIT_STMT): Likewise.
2446         (FOR_COND): Likewise.
2447         (FOR_EXPR): Likewise.
2448         (FOR_BODY): Likewise.
2449         (SWITCH_COND): Likewise.
2450         (SWITCH_BODY): Likewise.
2451         (CASE_LOW): Likewise.
2452         (CASE_HIGH): Likewise.
2453         (GOTO_DESTINATION): Likewise.
2454         (COMPOUND_BODY): Likewise.
2455         (ASM_CV_QUAL): Likewise.
2456         (ASM_STRING): Likewise.
2457         (ASM_OUTPUTS): Likewise.
2458         (ASM_INPUTS): Likewise.
2459         (ASM_CLOBBERS): Likewise.
2460         (DECL_STMT_DECL): Likewise.
2461         (STMT_EXPR_STMT): Likewise.
2462         (LABEL_STMT_LABEL): Likewise.
2463         (SCOPE_BEGIN_P): Likewise.
2464         (SCOPE_END_P): Likewise.
2465         (SCOPE_STMT_BLOCK): Likewise.
2466         (SCOPE_NULLIFIED_P): Likewise.
2467         (SCOPE_NO_CLEANUPS_P): Likewise.
2468         (SCOPE_PARTIAL_P): Likewise.
2469         (ASM_VOLATILE_P): Likewise.
2470         (STMT_LINENO): Likewise.
2471         (STMT_LINENO_FOR_FN_P): Likewise.
2472
2473         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2474         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2475         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2476         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2477         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2478
2479         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2480
2481 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2482
2483         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2484         writable in parts of the GCC code.
2485
2486         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2487         specification match cast.
2488
2489 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2490
2491         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2492         * configure, config.in: Rebuilt.
2493         * sys-protos.h: Similarly.
2494
2495 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2496
2497         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2498         * basic-block.h (EDGE_COMPLEX): ... here.
2499
2500         * loop.c (check_dbra_loop): Specify the register when
2501         generating REG_NONNEG notes and don't generate duplicates.
2502
2503 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2504
2505         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2506         (struct tree_type, struct tree_decl): Add user_align member.
2507         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2508         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2509         and DECL_USER_ALIGN 0, cap alignment to this value.
2510         (place_field): Likewise.
2511         (finalize_type_size): Set TYPE_USER_ALIGN.
2512         (layout_type): Likewise.
2513         (initialize_sizetypes): Likewise.
2514         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2515         DECL_USER_ALIGN to 1.
2516         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2517         (xfer_tag): Set TYPE_USER_ALIGN.
2518         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2519         (finish_enum): Likewise.
2520         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2521         (expand_anon_union_decl): Likewise.
2522         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2523         (build_index_type): Set TYPE_USER_ALIGN.
2524         (build_range_type): Likewise.
2525         (build_common_tree_nodes_2): Likewise.
2526         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2527
2528 2000-06-13  Andreas Jaeger  <aj@suse.de>
2529
2530         * configure.in: Use --enable-checking=misc,tree,gc by default if
2531         no --enable-checking option is given and for
2532         --enable-checking=yes.
2533         * configure: Rebuilt.
2534
2535 2000-06-13  Richard Henderson  <rth@cygnus.com>
2536
2537         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2538         (__throw): Don't pass the address of a label.
2539
2540         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2541         current_function_is_leaf.
2542         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2543         instead of reg_names[RETURN_ADDRESS_REGNUM].
2544         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2545         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2546         from RETURN_ADDRESS_REGNUM.  Update all uses.
2547         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2548         zero instead of null on failure.
2549         (ELIMINABLE_REGS): Add ra->b0 elimination.
2550         (CAN_ELIMINATE): Update accordingly.
2551         (INITIAL_ELIMINATION_OFFSET): Likewise.
2552         (REGISTER_NAMES): Use an illegal assembler name for
2553         RETURN_ADDRESS_POINTER_REGNUM.
2554
2555 2000-06-13  Richard Henderson  <rth@cygnus.com>
2556
2557         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2558         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2559         (REG_CLASS_NAMES): Likewise.
2560         (REG_CLASS_CONTENTS): Likewise.
2561         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2562         (HARD_REGNO_MODE_OK): Remove references to them.
2563         (REGNO_REG_CLASS): Likewise.
2564         (REG_CLASS_FROM_LETTER): Likewise.
2565         (CLASS_MAX_NREGS): Likewise.
2566         (REGISTER_MOVE_COST): Likewise.
2567         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2568         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2569         (movqi_internal): Special case moves from zero.
2570         (movhi_internal, movsi_internal): Likewise.
2571         (movdi_internal): Likewise.  Fill out "f" constraints.
2572         (movsf_internal): Fill out "r" constraints.
2573         (movdf_internal): Likewise.
2574
2575 2000-06-13  Richard Henderson  <rth@cygnus.com>
2576
2577         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2578         alive before reload.
2579
2580         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2581         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2582         (remove_dependence): Always define.
2583         (set_sched_group_p): New.
2584         (sched_analyze_2): Use it.
2585         (sched_analyze_insn): Don't special-case naked uses.  Look for
2586         and extend in_post_call_group_p.
2587         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2588         (init_deps): Clear in_post_call_group_p.
2589
2590 2000-06-13  Richard Henderson  <rth@cygnus.com>
2591
2592         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2593         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2594         and hard-coded tests.
2595         (simplify_set): Likewise.
2596         (gen_lowpart_for_combine): Likewise.
2597         * emit-rtl.c (gen_lowpart_common): Likewise.
2598         * global.c (find_reg): Likewise.
2599         * local-alloc.c (find_free_reg): Likewise.
2600         * recog.c (register_operand): Likewise.
2601         * regclass.c (init_reg_sets_1): Likewise.
2602         (record_operand_costs, regclass): Likewise.
2603         * reload.c (push_reload): Likewise.
2604         * reload1.c (choose_reload_regs): Likewise.
2605         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2606         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2607         Update all references.
2608         * regs.h (struct reg_info_def): Likewise.
2609         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2610         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2611         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2612
2613         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2614         (CLASS_CANNOT_CHANGE_MODE_P): New.
2615         * config/mips/mips.h: Likewise.
2616         * config/pa/pa32-regs.h: Likewise.
2617         * config/pa/pa64-regs.h: Likewise.
2618         * config/rs6000/rs6000.h: Likewise.
2619         * config/sh/sh.h: Likewise.
2620         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2621         (CLASS_CANNOT_CHANGE_MODE_P): New.
2622         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2623         * config/d30v/d30v.h: Likewise.
2624
2625 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2626
2627         * configure.in: Add AC_TYPE_GETGROUPS test.
2628         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2629         * configure: Rebuilt.
2630         * config.in: Rebuilt.
2631
2632 2000-06-13  Richard Henderson  <rth@cygnus.com>
2633
2634         * explow.c (set_mem_attributes): Do nothing for NULL type.
2635
2636 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2637
2638         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2639         correctly.
2640
2641 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2642
2643         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2644
2645 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2646
2647         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2648
2649 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2650
2651         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2652         * configure: Rebuilt.
2653
2654 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2655
2656         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2657         We now default to ELF for the i386, and a.out is the special case.
2658         * configure:  Rebuilt.
2659
2660 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2661
2662         * final.c (final_scan_insn): Delete notes between cc0 setter and
2663         user when restarting from setter.
2664
2665 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2666
2667         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2668         cast to squelch signed/unsigned warnings.
2669
2670 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2671
2672         * cpplib.c (handle_directive): Print non-NUL-terminated string
2673         with %.*s.
2674
2675 2000-06-12  Michael Meissner  <meissner@redhat.com>
2676
2677         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2678         path if the machine needs extra support to do conditional
2679         execution.
2680
2681 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2682
2683         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2684         to print the alias set.
2685         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2686
2687 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2688
2689         * config/float-vax.h: Add GFLOAT defines.
2690
2691 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2692
2693         * configure.in: Update tm dependencies for MPE.
2694         * configure: Rebuilt.
2695
2696 2000-06-12  H.J. Lu  <hjl@gnu.org>
2697
2698         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2699
2700 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2701
2702         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2703         (CPP_SPEC): Change mthreads to pthread.
2704         (LIB_SPEC): Likewise.
2705         (STARTFILE_SPEC): Likewise.
2706         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2707         (CPP_SPEC): Change mthreads to pthread.
2708         (LIB_SPEC): Likewise.
2709         (STARTFILE_SPEC): Likewise.
2710         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2711         * rs6000.c (reg_or_arith_cint_operand): New.
2712         (num_insns_constant_wide): Decorate unsigned constant.
2713         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2714         * rs6000.md (addsi3): Use new predicate.
2715         (subsi3, adddi3, subdi3): Likewise.
2716
2717 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2718
2719         * c-common.c (lang_get_alias_set): Fix typo.
2720
2721 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2722
2723         * flow.c (mark_used_regs): Revert last change.
2724         (life_analysis): Remove PROP_AUTOINC if running after reload.
2725         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2726
2727 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2728
2729         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2730         has run.
2731
2732 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2733
2734         * bb-reorder.c (build_scope_forest): Initialize variable
2735         `curr_scope'.
2736
2737         * calls.c (expand_call): Likewise for variables
2738         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2739
2740         * i386.c (function_arg_advance, function_arg): Cast to avoid
2741         signed/unsigned warnings.
2742
2743         * i386.h (MEMORY_MOVE_COST): Likewise.
2744
2745         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2746         `else_start' and `else_end'.
2747
2748         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2749
2750         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2751
2752 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2753
2754         * Makefile.in (libintl.a): Depend on intl.all.
2755
2756 2000-06-09  H.J. Lu  (hjl@gnu.org)
2757
2758         * Makefile.in (c-parse.o): Also depend on output.h.
2759
2760 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2761
2762         * mcore-protos.h: discards const warning removal.
2763         * mcore.c: discards const warning removal.
2764
2765 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2766
2767         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2768         the beginning of the file.
2769
2770 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2771
2772         * real.h:  Add prototype for ldexp.
2773
2774 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2775
2776         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2777         it ggc_alloc, drop second argument, never clear returned memory.
2778         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2779         (ggc_alloc_cleared): New.
2780         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2781         ggc_alloc_obj.  Remove ggc_alloc macro.
2782         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2783
2784         * rtl.c (rtvec_alloc): Clear the vector always.
2785         (rtx_alloc): Clear the first word always.  Remove dirty
2786         obstack tricks (this routine is no longer a bottleneck).
2787         * tree.c (make_node): Clear the new node always.
2788         (make_tree_vec): Likewise.
2789         (tree_cons): Clear the common structure always.
2790         (build1): Likewise; also, clear TREE_COMPLEXITY.
2791         * gengenrtl.c: Use puts wherever possible.  Remove extra
2792         newlines.
2793         (gendef): Clear the first word of an RTX in the generator
2794         function, irrespective of ggc_p.  Initialize '0' slots to
2795         NULL.
2796         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2797         thin wrapper macro around obstack_alloc.
2798
2799         * stmt.c (expand_fixup): Use ggc_alloc.
2800         * c-typeck.c (add_pending_init): Use ggc_alloc.
2801         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2802         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2803         const0_rtx when it is created.
2804         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2805         we are not in a function.
2806
2807         * tree.c (tree_class_check_failed): Make second arg an int.
2808         * tree.h: Update prototype.
2809
2810 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2811
2812         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2813         of an error_mark_node.
2814
2815 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2816
2817         * config/avr/avr.c (asm_output_section_name): bugfix.
2818
2819 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2820
2821         * timevar.def: Add TV_EXPAND.
2822         * timevar.c (timevar_print): Update timing information.
2823         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2824
2825         * stmt.c (expand_return): Check for error_mark_node.
2826
2827 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2828
2829         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2830
2831         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2832         variable against filename expansion when it contains "char *".
2833
2834         * system.h (SSIZE_MAX): Delete backup definition.
2835
2836         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2837         instead of SSIZE_MAX.
2838
2839 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2840
2841         * configure.in: Check whether gas supports -relax.
2842         * configure, config.in: Rebuilt.
2843         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2844         (EXTRA_SPECS): Add asm_relax.
2845         (ASM_SPEC): Add %(asm_relax).
2846         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2847         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2848         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2849         (ASM_SPEC): Add %(asm_relax).
2850         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2851         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2852         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2853         instead of mov, so that gas can further optimize it.
2854
2855 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2856
2857         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2858         size_of_sleb128.
2859         (value_format, case dw_val_class_const): Use sdata format.
2860         (output_die): Call output_sleb128.
2861
2862 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2863
2864         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2865         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2866         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2867         (output_die, case dw_val_class_unsigned_const): Correct call to
2868         ASM_OUTPUT_DWARF_DATA8.
2869         (output_die, case dw_val_class_long_long): Use
2870         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2871         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2872         pos is zero.
2873
2874         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2875         (output_function_prologue): Fix mispelling.
2876         (output_function_prologue, output_function_epilogue): Reorder to
2877         match ia64.c definition order.
2878         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2879         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2880         Use r3 instead of r2 for large stack restores.
2881         (ia64_output_end_prologue): New function.
2882         (process_set): Emit ".restore sp" for epilogue stack restores.
2883         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2884
2885 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2886
2887         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2888         incomplete types.
2889
2890 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2891
2892         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2893
2894 2000-06-08  Denis Perchine <dyp@perchine.com>
2895
2896         * frame.c (start_fde_sort): Don't malloc (0).
2897
2898 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2899
2900         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2901         error_mark_node.
2902         * print-tree.c (print_node): The transparent_union_flag means
2903         different things for unions and arrays.  Do not inspect it
2904         with TYPE_TRANSPARENT_UNION.
2905
2906 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2907
2908         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2909         returned NULL.
2910
2911 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2912
2913         * config/avr/avr.c (asm_output_section_name): output section
2914         attributes.
2915         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2916
2917 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2918
2919         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2920         fields into header field.
2921         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2922         macros to access length, flags, and version info from header field.
2923         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2924         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2925         (__do_global_ctors_aux): Fix caller.
2926         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2927         prologue_flag to header.  Pass to read_P_record.
2928         (read_P_record): New argument header.  Implement P4 format.
2929         Multiply P7_T_SIZE by 16.
2930         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2931         get_unwind_record.  Copy r to region_header if r is a header record.
2932         (print_all_records): Likewise.
2933         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2934         (__get_personality, __get_except_table): Likewise.
2935         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2936
2937 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2938
2939         * configure.in (AC_C_INLINE): Added.
2940         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2941         * configure: Regenerate.
2942
2943 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2944
2945         * c-common.h (c_language_kind): New type.
2946         (c_language): New variab.e
2947         * c-common.c (lang_get_alias_set): Don't put structures in
2948         non-zero alias sets in C++.
2949         * c-decl.c (c_language): Define it.
2950         * c-lex.c (doing_objc_thang): Remove.
2951         * c-tree.h (doing_objc_thang): Make it a macro.
2952         * objc/objc-act.c (lang_decode_option): Set c_language, not
2953         doing_objc_thang.
2954
2955 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2956
2957         * diagnostic.c (output_maximum_width): Remove.
2958         (doing_line_wrapping): Tweak.
2959         (diagnostic_buffer): New object.
2960         (global_output_buffer): New object.
2961         (output_destroy_prefix): New function.
2962         (default_initialize_buffer): Likewise.
2963         (reshape_diagnostic_buffer): Likewise.
2964         (initialize_diagnostics): Likewise.
2965         (output_clear): Tweak.
2966         (line_wrapper_printf): Adjust call to init_output_buffer.
2967         (vline_wrapper_message_with_location): Likewise.  Use
2968         output_destroy_prefix.
2969         (v_message_with_decl): Likewise.
2970
2971         * diagnostic.h (struct output_buffer): Constify prefix.
2972         (init_output_buffer, output_get_prefix): Constify.
2973         (diagnostic_message_length_per_line): Likewise.
2974         (reshape_diagnostic_buffer): Declare.
2975         (default_initialize_buffer): Declare.
2976         (initialize_diagnostics): Declare.
2977         (diagnostic_buffer): Declare new obbject.
2978
2979         * toplev.c: #include diagnostic.h
2980         (display_help): Document diagnostic formatting options.
2981         (decode_f_option): Handle diagnostic formatting options.
2982         (main): Setup initialization for diagnostic messages outputter.
2983
2984         * toplev.h (set_message_length): Remove.
2985
2986         * Makefile.in (toplev.o): Depends upon diagnostic.h
2987
2988         * invoke.texi : Document diagnostics formatting options.
2989
2990 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2991
2992         * configure.in (Make the links): Typo fix : the file that must be
2993         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2994         * configure: File rebuilt.
2995
2996 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2997
2998         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2999         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
3000         space.
3001         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
3002         emergency eh_context buffer, if malloc fails.
3003         (__eh_free): Moved from cp/exception.cc. Release to emergency
3004         eh_context buffer, if appropriate.
3005
3006 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
3007
3008         * expr.c (store_expr): Fix typo.
3009
3010 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3011
3012         * m68k.c (legitimize_pic_address): Move prototype ...
3013
3014         * m68k-protos.h (legitimize_pic_address): ... here.
3015
3016         * m68k.md (legitimize_pic_address): Delete prototypes.
3017         (untyped_call): Invoke GEN_CALL(), not gen_call().
3018
3019         * nextstep.c: Include system.h and toplev.h.
3020         (get_directive_line): Don't prototype.
3021         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
3022
3023         * nextstep.h (handle_pragma): Prototype.
3024         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
3025         objc_section_init ...
3026         (EXTRA_SECTION_FUNCTIONS): ... here.
3027
3028 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3029
3030         * sdbout.c (struct sdb_file): NAME now const.
3031         (sdbout_init): input_file_name now const.
3032         (sdbout_start_new_source_file): FILENAME now const.
3033         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
3034
3035 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
3036
3037         * c-typeck.c (build_conditional_expr): Handle complex data types.
3038
3039 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3040
3041         * explow.c (maybe_set_unchanging): New function, broken out from...
3042         (set_mem_attributes): Here.
3043         * expr.h: Declare it.
3044         * stmt.c (expand_decl): Call it.
3045
3046 2000-06-05  Richard Henderson  <rth@cygnus.com>
3047
3048         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
3049         while looking for a register to inherit from.
3050
3051 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
3052
3053         * Makefile.in (libgcc.ready): Lose.
3054         (libgcc.mk): Just use mv, not move-if-change.
3055         (LIBGCC_DEPS): New macro.
3056         (libgcc.a): Use it.
3057         (stmp-multilib): Likewise.
3058         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
3059         it rather than the directories themselves.
3060         (LIB2ADD): Depend on the list file rather than 'force'.
3061
3062         * fold-const.c (fold, case COND_EXPR): Elide conversion between
3063         cv-qualified versions of types.
3064
3065 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3066
3067         * config/sparc/sparc.c (short_branch): Correct error in range
3068         computation.
3069
3070 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3071
3072         * fixinc/inclhack.def: New include hacks for ultrix.
3073         * (nested_ultrix): Replaced by ultrix_nested_svc.
3074         * (ultrix_atof_param): test_text string added.
3075         * (ultrix_ifdef): Modified select string.
3076
3077 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
3078
3079         * objc/objc-act.c (generate_method_descriptors): Register
3080         objc_method_prototype_template as a GC root.
3081         (comp_method_with_proto): Register function_type as a GC root.
3082         (comp_proto_with_proto): Replace function_type1 and
3083         function_type2 with a two-element array; register it as a GC root.
3084
3085         (generate_protocols, build_protocol_initializer,
3086         generate_protocol_list, build_category_initializer,
3087         build_shared_structure_initializer): Do not cache cast_type
3088         and/or cast_type2.
3089
3090 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3091
3092         * function.c (assign_parms): Add missing argument to set_mem_attributes
3093         call.
3094
3095 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3096
3097         * tree.h (VOID_TYPE_P): New macro.
3098         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
3099         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
3100         (get_parm_info): Likewise.
3101         (store_parm_decls): Likewise.
3102         (combine_parm_decls): Likewise.
3103         (finish_function): Likewise.
3104         * c-typeck.c (build_function_call): Likewise.
3105         (build_binary_op): Likewise.
3106         (build_conditional_expr): Likewise.
3107         (internal_build_compound_expr): Likewise.
3108         (convert_for_assignment): Likewise.
3109         * stmt.c (expend_expr_stmt): Likewise.
3110         (warn_if_unused_value): Likewise.
3111         (expand_return): Likewise.
3112         * c-parse.in (primary): Likewise.
3113         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
3114         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
3115
3116 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3117
3118         * alias.c (get_alias_set): If compnent is addressable, use alias
3119         set of component.
3120         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
3121         (grokdeclarator): Likewise.
3122         * c-typeck.c (common_type): Likewise.
3123
3124 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
3125
3126         * Makefile.in (OBJS): Remove dyn_string.o
3127         (dyn-string.o): Delete rule.
3128         * dyn-string.c: Delete file
3129         * dyn-string.h: Likewise.
3130
3131 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3132
3133         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
3134         subdir.
3135
3136 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
3137
3138         * alias.c (record_component_aliases): Don't inspect
3139         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
3140
3141 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
3142
3143         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
3144         it with the pattern to do machine dependent work.
3145         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
3146         use it to modify the true/false tests used in conditional
3147         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
3148         defined, invoke them if the conversion to conditional execution
3149         was successful or not.
3150
3151         * tm.texi (IFCVT_MODIFY_TESTS): Document.
3152         (IFCVT_MODIFY_INSN): Ditto.
3153         (IFCVT_MODIFY_FINAL): Ditto.
3154         (IFCVT_MODIFY_CANCEL): Ditto.
3155
3156 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
3157
3158         * toplev.c (main): Fix misspellings of possibility and language.
3159
3160 2000-06-03  Richard Henderson  <rth@cygnus.com>
3161
3162         * alias.c (record_alias_subset): Initialize has_zero_child in the
3163         superset.
3164
3165 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
3166
3167         * arm.md (untyped_call): Use GEN_CALL macro.
3168
3169 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
3170
3171         * Makefile.in: Use $(MAKE) not "make"
3172
3173 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3174
3175         * alias.c (struct alias_set_entry): New field has_zero_child.
3176         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
3177         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
3178         do nothing.
3179         Call record_component_aliases for aggregate types.
3180         (record_alias_subset): Set has_zero_child.
3181         (record_component_aliases, case ARRAY_TYPE): Do nothing if
3182         TYPE_NONALIASES_COMPONENT.
3183         (record_component_aliases, case RECORD_TYPE): Test
3184         DECL_NONADDRESSABLE_P.
3185         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
3186         of TREE_ADDRESSABLE.
3187         * calls.c (initialize_argument_information): Only test
3188         TYPE_TRANSPARENT_UNION for UNION_TYPE.
3189         * function.c (assign_parms): Likewise.
3190         * integrate.c (function_cannot_inline_p): Likewise.
3191         * stor-layout.c (finish_record_layout): Don't call
3192         record_component_aliases.
3193         * tree.h (struct tree_int_cst): Use struct tree_common.
3194         (struct tree_real_cst, struct tree_string): Likewise.
3195         (struct tree_complex, struct tree_identifier): Likewise.
3196         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
3197         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
3198         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
3199         (TYPE_NONALIASES_COMPONENT): New macro.
3200         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
3201         (DECL_NONADDRESSABLE_P): New macro.
3202         (struct tree_decl): Reorder bits for clarity of how many left;
3203         add non_adressable.
3204
3205 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
3206
3207         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
3208         * mklibgcc.in (force): New target.
3209         Make LIB2ADD stuff depend on it.
3210
3211 2000-06-02  Richard Henderson  <rth@cygnus.com>
3212
3213         * alias.c (lang_get_alias_set): Remove.
3214         (get_alias_set): Call it directly, not indirectly.
3215         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
3216         * c-common.h (c_get_alias_set): Don't declare.
3217         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
3218         * expr.h (lang_get_alias_set): Declare as function, not pointer.
3219
3220 2000-06-02  Bruce Korb  <bkorb@gnu.org>
3221
3222         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
3223         (server_setup):  define the server's master pid
3224         (close_server):  actually do the deed IFF we are the server's master
3225
3226 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
3227
3228         * c-common.c (c_get_alias_set): Check whether signed_type did not
3229         return its argument before calling get_alias_set on the result.
3230
3231 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
3232
3233         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
3234
3235 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3236
3237         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
3238         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
3239         for TARGET_NOMACSAVE.
3240         (NOMACSAVE_BIT): Define.
3241         (TARGET_NOMACSAVE): Define.
3242         (TARGET_SWITCHES): Add "nomacsave".
3243
3244 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
3245
3246         * sh.md (untyped_call): Remove excess parameters
3247
3248 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
3249
3250         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
3251         match that used before the conversion to c_fix style.
3252         * fixinc/fixincl.x: regenerate
3253
3254 2000-06-01  Stan Cox  <scox@cygnus.com>
3255
3256         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
3257         macro argument typo.
3258
3259 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3260
3261         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
3262         error message.
3263         * cpplib.c (parse_include): Remove support for VAX-C
3264         "#include starlet" misfeature.
3265
3266 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
3267
3268         * cppfiles.c: conditionally define O_BINARY.
3269         (open_include_file): pass O_BINARY to open().
3270
3271 2000-06-01  Richard Henderson  <rth@cygnus.com>
3272
3273         * i960.c (i960_br_predict_opcode): Remove.
3274         (i960_print_operand) [+]: Emit branch prediction hints.
3275         (i960_function_arg): Return early for VOIDmode.
3276         (i960_round_align): Return early for incomplete types.
3277         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3278         * i960.md (all conditional branches): Add "%+".
3279
3280 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3281
3282         * alias.c (get_alias_set): Don't call language-specific routine more
3283         than is needed and clean up code a bit.
3284         * c-common.c (c_get_alias_set): All references whose type
3285         is char get alias set 0, but character types need not.
3286         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
3287         (make_decl_rtl): Don't call it for FUNCTION_DECL.
3288
3289 2000-06-01  Bruce Korb  <bkorb@gnu.org>
3290
3291         * fixinc/tests/base/...: new base result files
3292
3293 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
3294
3295         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
3296         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
3297         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
3298         will use FCOMI.
3299
3300 2000-06-01  Richard Henderson  <rth@cygnus.com>
3301
3302         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
3303
3304         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
3305
3306 2000-05-31  Richard Henderson  <rth@cygnus.com>
3307
3308         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
3309         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
3310         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
3311
3312 2000-05-31  Richard Henderson  <rth@cygnus.com>
3313
3314         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
3315         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
3316         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
3317         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3318         * config/ia64/ia64.md (all branch/call patterns): Use %+.
3319
3320 2000-05-31  Richard Henderson  <rth@cygnus.com>
3321
3322         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
3323
3324 2000-05-31  Richard Henderson  <rth@cygnus.com>
3325
3326         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
3327         remaining edges.
3328         (find_if_block): Allow THEN with no outgoing edges.
3329         * flow.c (merge_blocks_nomove): Remove a barrier not following
3330         a jump as well.
3331
3332 2000-05-31  Richard Henderson  <rth@cygnus.com>
3333
3334         * flow.c (propagate_block): Move initialization of mem_set_list ...
3335         (init_propagate_block_info): ... here.  Also track blocks with
3336         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
3337
3338 2000-05-31  Richard Henderson  <rth@cygnus.com>
3339
3340         * jump.c (jump_optimize_1): Revert 05-18 change.
3341
3342 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
3343
3344         * invoke.texi: Remove documentation for -fguiding-decls.
3345
3346 2000-05-31  Richard Henderson  <rth@cygnus.com>
3347
3348         * configure.in: Fix typo last change.
3349
3350 2000-05-31  Philipp Thomas  <pthomas@suse.de>
3351
3352         * configure.in (enable-nls): Enable if build == host, i.e. when
3353         not building a canadian cross compiler.
3354         (enable-maintainer-mode): Added for use with i18n.
3355         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
3356         cross section of ALL_LINGUAS and LINGUAS.
3357         * configure: Rebuild.
3358
3359 2000-05-31  Bruce Korb  <bkorb@gnu.org>
3360
3361         * fixinc/check.tpl: rework to use test result tree
3362         * fixinc/Makefile.in: change invocation of check script
3363         * fixinc/check.diff: No longer needed
3364         * fixinc/fixincl.x: regenerate
3365         * fixinc/inclhack.def:  add new tests
3366         * fixinc/tests/base/arch/i960/archI960.h:  New test result
3367         * fixinc/tests/base/curses.h: modified test result
3368         * fixinc/tests/base/stdio.h: ditto
3369         * fixinc/tests/base/time.h: ditto
3370         * fixinc/tests/base/sys/asm.h: ditto
3371         * fixinc/tests/base/sys/stat.h: ditto
3372         * fixinc/tests/base/sys/wait.h: ditto
3373
3374 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
3375
3376         * except.c (clear_function_eh_region): Do not free NULL.
3377
3378 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3379
3380         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
3381         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
3382         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
3383         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
3384         (find_base_decl): New function, from c_find_base_decl in c-common.c.
3385         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
3386         (get_alias_set): Likewise.
3387         Major rework to do more things and allow language-specific code
3388         to just handle special-cases.
3389         (record_alias_subset): Args are HOST_WIDE_INT.
3390         (record_component_alias): Local vars are HOST_WIDE_INT.
3391         Don't handle COMPLEX_EXPR.
3392         (get_varargs_alias_set): Moved from builtins.c.
3393         (get_frame_alias_set): New function.
3394         * builtins.c (expand_builtin_return_address): Use frame alias set.
3395         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
3396         for setjmp buffer.
3397         (get_memory_rtx): Rework to use set_mem_attributes.
3398         (get_varargs_alias_set): Deleted from here.
3399         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
3400         (c_find_base_decl): Deleted from here.
3401         (c_get_alias_set): Remove many cases and rework to just handle
3402         C-specific cases.
3403         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
3404         * c-decl.c (rtl.h, expr.h): Now included.
3405         (init_decl_processing): Call record_component_aliases on array types.
3406         (grokdeclarator): Likewise.
3407         Set TREE_ADDRESSABLE for all fields that are not bitfields.
3408         * c-typeck.c (common_type): Call record_component_aliases for array.
3409         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
3410         Set all save areas to the frame alias set.
3411         * calls.c (initialie_argument_information): Call set_mem_attributes.
3412         (compute_argument_addresses, expand_call): Likewise.
3413         * explow.c (set_mem_attributes): New function.
3414         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
3415         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
3416         LEN and OFFSET now HOST_WIDE_INT.
3417         (clear_by_pieces): Similar changes.
3418         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
3419         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
3420         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
3421         (clear_by_pieces_1): Likewise.
3422         (emit_push_insn): Call set_mem_attributes.
3423         (expand_expr, case INDIRECT_REF): Likewise.
3424         (expand_expr, case VAR_DECL): Call change_address.
3425         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
3426         tree_low_cst.
3427         (get_varargs_alias_set, get_frame_alias_set): New decls.
3428         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
3429         (new_alias_set, set_mem_attributes): Likewse.
3430         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3431         (assign_stack_temp_for_type): Likewise.
3432         Can split slot even if alias set since can copy.
3433         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3434         (assign_temp): Use host_integerp and tree_low_cst.
3435         (put_var_into_stack): Properly handle SAVE_EXPR.
3436         (put_addressof_into_stack): Likewise.
3437         (assign_parms): Call set_mem_attributes.
3438         Delete #if 0 code.
3439         (fix_lexical_address): Put reference to chain into frame alias set.
3440         (expand_function_start): Call set_mem_attributes.
3441         * integrate.c (expand_inline_function): Likewise.
3442         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3443         * regmove.c (try_apply_stack_adjustment): Likewise.
3444         * reload.c (push_reload, make_memloc): Likewise.
3445         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3446         * rtl.def (MEM): Update comment.
3447         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3448         (move_by_pieces): Change length to HOST_WIDE_INT.
3449         (record_base_value, record_alias_subset): Delete from here.
3450         * stmt.c (expand_decl): Call set_mem_attributes.
3451         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3452         * toplev.c (compile_file): Call init_alias_once earlier.
3453         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3454         from here: now in alias.c.
3455         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3456         (struct tree_decl): Likewise.
3457         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3458         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3459         (output_constant_def, force_const_mem): Likewise.
3460
3461         * flow.c (propagate_block): If block has no successors, stores to
3462         frame are dead if not used.
3463
3464 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3465
3466         * stmt (expand_end_case): Reorder conversion sequence for jump
3467         table to avoid extra truncations.
3468
3469 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3470
3471         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3472         in the block is more than just a simple conditional branch.
3473         (noce_process_if_block): Similarly.
3474
3475 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3476
3477         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3478         queue.
3479
3480 2000-05-30  Michael Meissner  <meissner@redhat.com>
3481
3482         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3483         instructions.  Treat LO_SUM operations as loading the full integer
3484         constant.
3485
3486 2000-05-30  Richard Henderson  <rth@cygnus.com>
3487
3488         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3489
3490 2000-05-30  Richard Henderson  <rth@cygnus.com>
3491
3492         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3493
3494 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3495
3496         * fixinc/tests/*:  Added expected result files for fixinc's make check
3497         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3498
3499 2000-05-30  Richard Henderson  <rth@cygnus.com>
3500
3501         * config/alpha/alpha.md (*setne_internal): Use match_operator
3502         instead of working down from insn.
3503
3504 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3505
3506         * invoke.texi (-Wtraditional): Update WRT function macros.
3507
3508 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3509
3510         * except.c (free_exception_table): Do not free NULL.
3511
3512 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3513
3514         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3515         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3516         and skipping here.
3517
3518 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3519
3520         * flow.c (mark_used_reg): If a register is unconditionally live,
3521         remove any conditional death information.
3522
3523 2000-05-29  Richard Henderson  <rth@cygnus.com>
3524
3525         * final.c (current_output_insn): New.
3526         (final_scan_insn): Set it.
3527         * output.h: Declare it.
3528
3529 2000-05-29  Richard Henderson  <rth@cygnus.com>
3530
3531         * stor-layout.c (finalize_record_size): Fix typo.
3532
3533         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3534         if nlabel is null.
3535
3536 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3537
3538         * cpplib.h (cpp_reader): Remove if_stack.  Change
3539         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3540         * cpphash.h (struct ihash): Change control_macro to a
3541         cpp_hashnode * and shorten name to cmacro.
3542         Add NEVER_REINCLUDE constant.
3543
3544         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3545         Examine the cmacro node directly, no need to call cpp_defined.
3546         (_cpp_execute_include, read_include_file): Set cmacro to
3547         NEVER_REINCLUDE, not U"".
3548         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3549         (cpp_get_token): If pfile->skipping is true, discard text and
3550         keep scanning until we hit a directive; don't expand macros.
3551
3552         * cpplib.c (struct if_stack): Remove if_succeeded, add
3553         was_skipping. Change control_macro to a cpp_hashnode * and
3554         shorten name to cmacro.  Remove typedef IF_STACK.
3555         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3556         (conditional_skip, skip_if_group,
3557         consider_directive_while_skipping): Delete.
3558         (push_conditional): New.
3559         (_cpp_handle_directive): Don't process directives other than
3560         conditionals if we are skipping.
3561
3562         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3563         Update to new scheme.
3564         (validate_else): Skip rest of line here, unconditionally.
3565         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3566         pfile->skipping off.
3567
3568         (all): Remove `scare quotes' from error messages.
3569
3570 2000-05-29  Richard Henderson  <rth@cygnus.com>
3571
3572         * function.c (emit_return_into_block): New line_note arg; emit it.
3573         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3574         for the close brace to accompany HAVE_return.  Move all line notes
3575         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3576
3577 2000-05-29  Richard Henderson  <rth@cygnus.com>
3578
3579         * longlong.h [__alpha] (count_leading_zeros): New.
3580         (count_trailing_zeros): New.
3581         (COUNT_LEADING_ZEROS_0): New.
3582
3583         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3584         (alpha_split_conditional_move): New.
3585         * config/alpha/alpha-protos.h: Prototype them.
3586         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3587         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3588         * config/alpha/alpha.md: Update ffs cix commentary.
3589         (*ze_and_ne): New.
3590         (*nabssf2, *nabsdf2): New.
3591         (*mov[qhsd]icc_internal): Use add_operand.
3592         (if_then_else constant splitters): New.
3593         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3594         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3595
3596 2000-05-29  Richard Henderson  <rth@cygnus.com>
3597
3598         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3599         a constant to NEG or NOT when conditions allow.
3600
3601         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3602         unless both args are general_operand.  Don't canonicalize plus
3603         to ior unless it helps.
3604
3605         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3606         instead track register_life_up_to_date.  Toggle no_new_pseudos
3607         around if_convert.
3608
3609 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3610
3611         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3612         so output_operand doesn't see them.
3613
3614 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3615
3616         * lcm.c (make_preds_opaque): Fix comment.
3617         (optimize_mode_switching): Use NORMAL_MODE instead of
3618         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3619         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3620         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3621         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3622         (MODE_USES_IN_EXIT_BLOCK): Delete.
3623         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3624         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3625         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3626         (MODE_NEEDED): Don't look for USE.
3627         (EPILOGUE_USES): Define.
3628
3629 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3630
3631         * mklibgcc.in (all): Variable initialised to `libgcc'.
3632
3633 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3634
3635         * toplev.h (skip_leading_substring): New macro.
3636         * toplev.c (decode_f_option): Use skip_leading_substring instead
3637         of strncmp.
3638         (decode_W_option): Likewise.
3639
3640 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3641
3642         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3643         modify reg_names.
3644
3645 2000-05-28  Richard Henderson  <rth@cygnus.com>
3646
3647         * regclass.c (record_operand_costs): Protect reg_changes_size
3648         with CLASS_CANNOT_CHANGE_SIZE.
3649
3650         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3651
3652 2000-05-28  Richard Henderson  <rth@cygnus.com>
3653
3654         * function.c (diddle_return_value): A pcc-style struct return
3655         returns a pointer.
3656
3657 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3658
3659         * cppfiles.c: Read files in, using mmap if possible, then
3660         prescan them separately.
3661         (read_file, read_with_read): New functions.
3662         * cpplex.c: Don't define UCHAR_MAX.
3663         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3664         the file here.
3665
3666         * cppinit.c (handle_option): Automatically define __cplusplus,
3667         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3668         the respective -lang switch.
3669
3670         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3671         prototype): Move to...
3672         * cpplib.h: ... here.  Rename struct hashnode to struct
3673         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3674         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3675
3676 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3677
3678         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3679
3680         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3681         (class_can_change_size): New variable.
3682         (reg_changes_size): New variable.
3683         (init_reg_sets_1): Initialise class_can_change_size.
3684         (record_operand_costs): Remove subreg_changes_size.
3685         Don't pass it around.  Instead update reg_changes_size.
3686         (regclass): Initialise and free reg_changes_size.  If a register
3687         changes size, don't preference it to a class that contains
3688         registers that can't change size.
3689         (record_reg_classes): Don't look at subreg_changes_size.
3690
3691 2000-05-27  Richard Henderson  <rth@cygnus.com>
3692
3693         * print-rtl.c (reg_names): Remove const.
3694         * regclass.c (reg_names): Likewise.
3695         * regs.h (reg_names): Likewise.
3696         * hard-reg-set.h (reg_names): Likewise.
3697
3698 2000-05-27  Richard Henderson  <rth@cygnus.com>
3699
3700         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3701
3702 2000-05-27  Richard Henderson  <rth@cygnus.com>
3703
3704         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3705         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3706         (alpha_expand_prologue): Emit prologue_mcount if needed.
3707         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3708         * config/alpha/alpha.md (prologue_mcount): New.
3709         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3710         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3711         * config/alpha/netbsd.h: Likewise.
3712
3713 2000-05-27  Richard Henderson  <rth@cygnus.com>
3714
3715         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3716         change to config/elfos.h.
3717
3718 2000-05-27  Richard Henderson  <rth@cygnus.com>
3719
3720         * Makefile.in (resource.o): Depend on except.h.
3721         * except.h (output_exception_table_data): Prototype.
3722         * genconfig.c (gen_peephole2): Prototype.
3723         * genemit.c (main): Include ggc.h.
3724         * genoutput.c: Revert parts of last change: include errors.h
3725         (main): Set progname.
3726         * recog.c: Include hard-reg-set.h before recog.h.
3727         * resource.c: Include except.h.
3728
3729         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3730         with RTX_CODE.
3731         (alpha_write_linkage): Protect with BUFSIZ.
3732         (alpha_need_linkage): Update prototype.
3733         * config/alpha/alpha.c (function_arg): Move VMS code here.
3734         (alpha_links_base): Remove.
3735         (alpha_links): New.
3736         (mark_alpha_links_node, mark_alpha_links): New.
3737         (alpha_write_one_linkage): New.
3738         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3739         (alpha_write_linkage): Use splay_tree_foreach.
3740         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3741         to get the linkage symbol.
3742         (call_value_vms): Likewise.
3743         * config/alpha/elf.h (output_file_directive): Remove decl.
3744         (ctors_section, dtors_section): Prototype.
3745         (sbss_section, sdata_section): Prototype.
3746         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3747         (readonly_section, link_section, literals_section): Prototype.
3748         (ctors_section, dtors_section): Prototype.
3749         (vms_valid_decl_attribute_p): Remove decl.
3750         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3751
3752 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3753
3754         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3755
3756         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3757         substituting the REG in a (subreg:X (reg:Y ...)).
3758
3759 2000-05-28  Neil Booth  <NeilB@earthling.net>
3760
3761         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3762         first token of a line BOL.  Update EOF code for this.
3763         Remove illegal directive check - it appears in the (not
3764         yet committed) caller.
3765         * cpplib.h (BOL): New flag.
3766
3767 2000-05-28  Neil Booth  <NeilB@earthling.net>
3768
3769         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3770         (_cpp_free_toklist): No comment space to free.
3771         (expand_comment_space): Remove.
3772         (save_comment_space): Place the comment in the current token and
3773         not in a separate comment space.
3774         (_cpp_lex_line): Save comments during plain code and #define
3775         directives only.
3776         * cpplib.h (struct _cpp_toklist): Remove comment space.
3777
3778 2000-05-28  Neil Booth  <NeilB@earthling.net>
3779
3780         * cppexp.c (parse_assertion): Supply extra argument to
3781         _cpp_init_toklist.
3782         * cpplib.c (do_assert, do_unassert): Similarly.
3783         * cpphash.h (_cpp_init_toklist) Update.
3784         (_cpp_expand_token_space): New.
3785         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3786         * cpplex.c (_cpp_init_toklist): New argument.
3787         (parse_string2): New argument multiline_ok.
3788         (spell_token): Take a const cpp_token *.
3789         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3790         (SPELL_ macros): Replace with enum.
3791         (expand_token_space): Replace with _cpp_expand_token_space.
3792         Take COUNT argument.
3793         (IS_DIRECTIVE): Update.
3794         (_cpp_lex_line): Update token structure before parsing number.
3795         Don't assume start at beginning of token list.
3796         (save_comment): Use INIT_TOKEN_NAME.
3797
3798 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3799
3800         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3801         -Wmissing-prototypes.
3802         * configure: Regenerate.
3803         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3804
3805         * builtins.c, calls.c: Change all instances of gen_call_* or
3806         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3807         * calls.c (struct_value_size_rtx): Separate definition from
3808         initialization to avoid unused variable warning.
3809
3810         * genflags.c (gen_macro): New function.
3811         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3812         (gen_nonproto): Delete.
3813         (gen_insn): Put all insns on the same obstack.
3814         (main): Generate prototypes for everything unconditionally.
3815
3816         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3817         out check for wchar_t.
3818         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3819         * system.h: Add infrastructure for defining missing
3820         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3821         definitions of UCHAR_MAX and SSIZE_MAX.
3822         * configure: Regenerate.
3823         * config.in: Regenerate.
3824
3825         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3826         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3827         headers.
3828         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3829         libgcc2.a, or libgcc1.null.
3830
3831 2000-05-27  Richard Henderson  <rth@cygnus.com>
3832
3833         * Makefile.in (recog.o): Don't depend on resource.h.
3834         * recog.c: Don't include resource.h.
3835         (recog_last_allowed_insn): Remove.
3836         (recog_next_insn): Remove.
3837         (struct peep2_insn_data): New.
3838         (peep2_insn_data, peep2_current): New.
3839         (peep2_next_insn): New.
3840         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3841         (peep2_find_free_register): New.
3842         (peephole2_optimize): Track life information by insn as we go.
3843         * recog.h: Update declarations.
3844         * resource.c (find_free_register, reg_dead_p): Remove.
3845         * resource.h: Remove their declarations.
3846         * toplev.c: Include hard-reg-set.h before recog.h.
3847
3848         * genconfig.c (max_insns_per_peep2): New.
3849         (gen_peephole2): New.
3850         (main): Call it.
3851         * genemit.c (output_peephole2_scratches): Generate calls to
3852         peep2_find_free_register; adjust surrounding code.
3853         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3854         * genrecog.c (change_state): Don't track last_insn.
3855         (write_action): Write into *_pmatch_len before accepting.
3856         (write_tree): Adjust peephole2_insns and subroutines to match.
3857
3858         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3859
3860         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3861         (hard_int_register_operand): New.
3862         * config/alpha/alpha-protos.h: Declare it.
3863         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3864         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3865         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3866
3867 2000-05-27  Richard Henderson  <rth@cygnus.com>
3868
3869         * function.c (thread_prologue_epilogue_insns): Don't move the
3870         line note at the head of the chain.  Only force a lineno note
3871         before the end of block 0.
3872
3873 2000-05-27  Richard Henderson  <rth@cygnus.com>
3874
3875         * gensupport.c (collect_insn_data): Record the maximum number
3876         of alternatives, not the last seen.
3877
3878         * genoutput.c: Don't include errors.h.
3879         (struct data): Add lineno member.
3880         (have_error): New.
3881         (scan_operands): Use message_with_line instead of error.
3882         (validate_insn_alternatives): Likewise.
3883         (gen_insn): Accept and store the pattern's line number.
3884         (gen_peephole, gen_expand, gen_split): Likewise.
3885         (main): Don't set progname.  Pass line_no to gen_foo.
3886
3887 2000-05-27  Richard Henderson  <rth@cygnus.com>
3888
3889         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3890         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3891         * config/d30v/d30v.md (attr predicable): New.
3892         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3893         (andsi3*): Unify into one pattern.
3894         (iorsi3*, xorsi3*): Likewise.
3895         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3896         conditional return.
3897         (old cond_exec patterns): Remove.
3898         (define_cond_exec): New.
3899
3900 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3901
3902         * tree.h (TREE_CODE_LENGTH): New macro.
3903         * c-common.c (c_find_base_decl): Use it.
3904         * expr.c (safe_from_p): Likewise.
3905         * print-tree.c (print_node): Likewise.
3906         * tree.c (make_node, copy_node, get_identifier): Likewie.
3907         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3908         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3909         * fold-const.c (make_range): Likewise.
3910         (fold): Likewise; also use first_rtl_op.
3911         * c-iterate.c (collect_iterators): Use first_rtl_op.
3912         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3913         Use IS_EXPR_CODE_CLASS.
3914         (preexpand_calls): Likewise.
3915         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3916         and TREE_CODE_LENGTH.
3917         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3918
3919 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3920
3921         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3922         than '%1(%*)'.
3923         (movdi_internal64): Likewise.
3924
3925         * config/rs6000/rs6000.md: Correct order of operands for DImode
3926         boolean patterns.
3927
3928         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3929         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3930         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3931         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3932         boolean_operator for the boolean patterns without NOTs.
3933
3934         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3935         from reg_or_u_cint_operand.  Change comment and behaviour.
3936         (logical_operand): Clean up, add assertion.
3937         (non_logical_cint_operand): Also check for
3938         reg_or_logical_cint_operand.
3939         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3940         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3941         in the expander.
3942         (xorsi3): Likewise.
3943         (iordi3): Likewise.
3944         (xordi3): Likewise.
3945
3946 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3947
3948         * tree.h (struct record_layout_info): Rename to (struct
3949         record_layout_info_s).
3950         * stor-layout.c (start_record_layout): Replace
3951         `record_layout_info' with `record_layout_info_s'.
3952
3953 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3954
3955         * flow.c (find_label_refs): New function.
3956         (find_basic_blocks_1): Call it for each alternative of a call
3957         placeholder.
3958
3959 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3960
3961         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3962         of get_pc.
3963
3964 2000-05-25  Richard Henderson  <rth@cygnus.com>
3965
3966         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3967         so strict about DImode.
3968         (alpha_swapped_comparison_operator): Likewise.
3969         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3970         any integer output mode.
3971         (*setcc_internal): Likewise.
3972         (*setcc_swapped_internal): Likewise.
3973         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3974         (*mov[qhs]icc_internal): New.
3975         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3976
3977 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3978
3979         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3980
3981 2000-05-25  Richard Henderson  <rth@cygnus.com>
3982
3983         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3984         Remove add_jump; add next; replace flags with visited.
3985         (rbd_init): Remove.
3986         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3987         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3988         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3989         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3990         (RBI): New.
3991         (reorder_index, reorder_last_visited): Remove.
3992         (skip_insns_after_block): Rewrite to use a switch.
3993         (get_common_dest): Remove.
3994         (chain_reorder_blocks): Remove.
3995         (record_effective_endpoints): Split out from reorder_basic_blocks.
3996         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3997         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3998         Only construct the reorder chain, do not move insns.  Try harder
3999         to tail recurse.
4000         (label_for_bb, emit_jump_to_block_after): New.
4001         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
4002         and adjust the jump insns appropriately.  Fixup basic_block_info.
4003         (verify_insn_chain): Always define.
4004         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
4005         in allocation size.
4006         (make_new_scope): Don't write zeros to calloc'd space.
4007         (build_scope_forest): Rely on xrealloc to DTRT.
4008         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
4009         profile_arc_flag.  Streamline EH test.
4010
4011         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
4012         * basic-block.h: Declare them.
4013
4014 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
4015
4016         * emit-rtl.c (reset_used_decls): New function.
4017         (unshare_all_rtl_again): Call it.
4018
4019 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
4020
4021         * cpplex.c (maybe_macroexpand): Warn about function-like
4022         macros used in non-function context, if -Wtraditional.
4023
4024 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
4025
4026         * recog.c (peephole2_optimize): Use INSN_P.
4027
4028 2000-05-25  Richard Henderson  <rth@cygnus.com>
4029
4030         * ifcvt.c (seq_contains_jump): New.
4031         (noce_try_store_flag_constants): Use it to fail conversion.
4032         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
4033
4034 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
4035
4036         * except.h (can_throw): Declare it.
4037         * except.c (can_throw): Give it external linkage.
4038         * resource.c (find_dead_or_set_registers): Use can_throw.
4039
4040 2000-05-25  Richard Henderson  <rth@cygnus.com>
4041
4042         * flow.c (mark_set_1): Don't record conditionally dead memory.
4043
4044 2000-05-25  Jan Hubicka  <jh@suse.cz>
4045
4046         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
4047         and pc_set at the place of simplejump_p and condjump_p.
4048         * cse.c (record_jump_equiv): Likewise.
4049         * emit-rtl.c (emit): Likewise.
4050         * explow.c (find_next_ref): Likewise.
4051         * flow.c (tidy_fallthru_edge): Likewise.
4052         (init_propagate_block_info): Likewise.
4053         * gcse.c (delete_null_pointer_checks): Likewise.
4054         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
4055         dead_or_predicable): Likewise.
4056         * integrate.c (copy_insn_list): Likewise.
4057         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
4058         for_each_insn_in_loop, check_dbra_loop, get_condition,
4059         insert_bct, load_mems): Likewise.
4060         * resource.c (find_dead_or_set_registers): Likewise.
4061         * sibcalls.c (simplejump_p): Likewise.
4062         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
4063
4064 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
4065
4066         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
4067         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
4068         when unaligned.
4069         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
4070         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
4071         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
4072         * rs6000.md: Name various internal patterns.
4073
4074 2000-05-25  Jan Hubicka  <jh@suse.cz>
4075
4076         * jump.c (invert_exp_1): Remove first argument, use pc_set
4077         to get the expression.
4078         (redirect_exp): Make static; redirect only the pc_set expression,
4079         remove first argument.
4080         (invert_exp): Remove first argument, make static.
4081         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
4082         any_onlyjump at most places where we originaly did condjump_p
4083         and simplejump_p.
4084         (jump_back_p, follow_jumps, thread_jumps): Likewise.
4085         (delete_barrier_succesors): Use pc_set.
4086         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
4087         calls of invert_exp and redirect_exp.
4088         * rtl.h (redirect_exp, invert_exp): Remove.
4089         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
4090
4091 2000-05-25  Richard Henderson  <rth@cygnus.com>
4092
4093         * stmt.c (expand_end_bindings): Fix thinko last change.
4094
4095 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
4096             Andrew Haley  <aph@cygnus.com>
4097
4098         * except.c  (func_eh_entry): Add emitted field.
4099         (new_eh_region_entry): Set emitted field to 0;
4100         (output_exception_table_entry): Only emit previously un-emitted data,
4101         and send it to the eh_data section.
4102         (output_exception_table): Break out common parts. Output
4103         exception table for entire compilation unit to eh_data section.
4104         (output_exception_table_data): Common parts of output_exception_table.
4105         Send output to eh_data section.
4106         (output_function_exception_table): Output exception table data for
4107         a single function to eh_data section.
4108         (free_exception_table): New external to free the table.
4109         * except.h (free_exception_table): Add prototype.
4110         (output_function_exception_table): Add prototype.
4111         * final.c (final_end_function): Output function exception table
4112         for IA64_UNWIND_INFO.
4113         (final_scan_insn): Emit any unwind directives for an insn.
4114
4115         * frame-dwarf2.c: New file containing all DWARF 2 specific code
4116         from frame.c.
4117         * frame.c: Remove all DWARF 2 specific code.
4118         * config/ia64/frame-ia64.c: New file.
4119         (gthread_stuff): Make all gthread available with
4120         IA64_UNWIND_INFO.
4121         (dwarf_fde): Define an IA64 struct for dwarf_fde.
4122         (__register_frame_info, __register_frame): Move to common area of file.
4123         (__register_frame_info_table, __register_frame_table): Move to common i
4124         area.
4125         (__deregister_frame_info, __deregister_frame): Move to common area.
4126         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
4127         (read_uleb128): New version for ia64.
4128         (get_unwind_record): Read the next IA-64 unwind record.
4129         (read_R_record): Read a region header record.
4130         (process_a_b_reg_code): X record helper.
4131         (read_X_record): Read an X format record.
4132         (read_B_record): Read a B format record.
4133         (P3_record_types): List of record types matching the P3 format.
4134         (P7_record_types): List of record types matching the P7 format.
4135         (P8_record_types): List of record types matching the P8 format.
4136         (read_P_record): Read a P format record.
4137         (init_ia64_reg_loc): Set default fields for a register.
4138         (init_ia64_unwind_frame): Set defaults for all register records.
4139         (execute_one_ia64_descriptor): Execute one descriptor record.
4140         (rse_address_add): Calculate the position of a local reg in memory.
4141         (normalize_reg_loc): Turn a location descriptor into a memory address.
4142         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
4143         within a specified PC offset range.
4144         (get_real_reg_value): Given a register location, retrieve its value.
4145         (set_real_reg_value): Change the value of a register location.
4146         (copy_reg_value): Copy reg values, if needed.
4147         (copy_saved_reg_state): Copy all registers that need to be copied.
4148         (process_state_between): Normalize all frame register records that
4149         fall within the specified PC range.
4150         (frame_translate): Take a processed frame description, and turn
4151         everything into addresses.
4152         (build_ia64_frame_state ): Find and create frame state record for a PC.
4153         (get_personality): Get the personality routine for a given frame.
4154         (get_except_table): Get the exception table for a given frame.
4155         (record_name): Unwind record names for debugging.
4156         (print_record): Print and unwind record.
4157         (print_all_records): Print an entire unwind image.
4158         (__ia64_backtrace): Print a backtrace.
4159         (ia64_backtrace_helper): New function.
4160         (__register_frame_info_aux): New function.
4161         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
4162
4163         * frame.h (enum unw_record_type): New unwind record types.
4164         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
4165         (struct unw_r_record, unwind_record): New unwind record structs.
4166         (struct unwind_info_ptr): Unwind information layout.
4167         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
4168         descriptors.
4169         (struct ia64_reg_loc): Register location description.
4170         (struct ia64_frame_state): Location of all registers in a frame.
4171         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
4172         * libgcc2.c (__ia64_personality_v1): Personality routine.
4173         (__calc_caller_bsp): Calculate the bsp register for the caller's
4174         frame.
4175         (ia64_throw_helper): Figure out who to return to and set up the
4176         registers.
4177         (__throw): Throw routine.
4178
4179         * output.h (assemble_eh_align, assemble_eh_label): New functions
4180         to generate EH info where we want it.
4181         (assemble_eh_integer): New function.
4182         * toplev.c (compile_file): Output module level exception table for
4183         non-ia64 targets.
4184         (main): Set exceptions_via_longjump and flag_new_exceptions based
4185         on IA64_UNWIND_INFO too.
4186
4187         * varasm.c (assemble_eh_label): Generate a label via
4188         ASM_OUTPUT_EH_LABEL if it has been specified.
4189         (assemble_eh_align): Generate an alignment directive via
4190         ASM_OUTPUT_EH_ALIGN if it has been specified.
4191         (assemble_eh_label): Generate an integer value via
4192         ASM_OUTPUT_EH_type if they have been specified.
4193         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
4194         (ia64_init_builtins): Add __builtin_ia64_bsp
4195         and __builtin_ia64_flushrs.
4196         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
4197         IA64_BUILTIN_FLUSHRS.
4198         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
4199         IA64_BUILTIN_FLUSHRS.
4200
4201         * config/ia64/ia64.md (flushrs): New insn to flush the register
4202         stack.  Add to unspec list.
4203
4204         * config/ia64/crtbegin.asm (frame_object): Change size.
4205         (__do_frame_setup_aux): New function.
4206         * config/ia64/crtend.asm: call __do_frame_setup_aux.
4207         * config/ia64/t-ia64 (LIB2ADDEH): Add.
4208         * Makefile.in (LIB2ADDEH): Add.
4209         (LIB2ADD): Use LIB2ADDEH.
4210
4211 2000-05-24  Richard Henderson  <rth@cygnus.com>
4212
4213         * recog.c (offsettable_address_p): If mode size is zero, assume
4214         BIGGEST_ALIGNMENT.
4215
4216 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
4217
4218         * configure.in: Check for -Wno-long-long option support and improve
4219         handling of warning CFLAGS for stages 1 and 2.
4220         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
4221         * configure: Regenerate.
4222
4223 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
4224
4225         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
4226         * contrib.texi: New file.
4227
4228 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4229
4230         * loop.c (basic_induction_var): Avoid double recording of an increment.
4231
4232 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4233
4234         * Back out this patch:
4235         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
4236           * loop.h (struct induction): Add multi_insn_incr.
4237           * loop.c (basic_induction_var): New multi_insn_incr argument.
4238           Set it if we search back through previous insns for the biv.
4239           (record_biv): New multi_insn_incr argument; fill in struct induction.
4240           (strength_reduce): Discard an iv with multiple bivs, any of
4241           which require multiple insns to increment.
4242
4243         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
4244
4245 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4246
4247         * rtl.h (loc_mentioned_in_p): Declare.
4248         * reload.c (loc_mentioned_in_p): Moved from here...
4249         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
4250         Fix loop increment for 'E' handling.
4251         * loop.c (strength_reduce): When doing biv->giv conversion,
4252         take multi-insn biv increments into account.
4253
4254 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
4255
4256         * stmt.c (expand_end_bindings): Look through NOTEs to find a
4257         BARRIER.
4258
4259 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
4260
4261         * calls.c (expand_call): Handle cleanups in tail-recursion
4262         arguments analagously to cleanups in sibling calls.
4263
4264 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4265
4266         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
4267         All callers changed.
4268
4269 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4270
4271         * expr.c (expand_assignment, store_expr, expand_expr,
4272         expand_expr_unaligned): Set in_check_memory_usage while emitting
4273         chkr_check_addr libcall.
4274
4275 2000-05-24  Nick Clifton  <nickc@cygnus.com>
4276
4277         * fold-const.c (extract_muldiv): When constructing a
4278         multiplier/divisor, do not expect const_binop to correctly
4279         determine if overflow has occured, so check explicitly.
4280
4281 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4282
4283         * c-decl.c (build_enumerator): Don't modify the value's type,
4284         convert it.
4285
4286 2000-05-24  Andreas Jaeger  <aj@suse.de>
4287
4288         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
4289
4290 2000-05-24  Eric Christopher <echristo@cygnus.com>
4291
4292         * configure.in: Redefine inhibit_libc conditions.
4293         * libgcc2.c: Remove inhibit_libc conditional define.
4294         * configure: Regenerate.
4295
4296 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
4297
4298         * configure.in:  For --enable-languages=LIST, check for empty LIST.
4299         * configure:  Regenerate.
4300
4301 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
4302
4303         * pdp11.h (STACK_BOUNDARY): Define.
4304
4305 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
4306
4307         * ifcvt.c (if_convert): Update life info globally.
4308
4309 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4310
4311         * emit-rtl.c (unshare_all_decls): New function.
4312         (unshare_all_rtl): Call it.
4313
4314 2000-05-23  Nick Clifton  <nickc@cygnus.com>
4315
4316         * configure.in: Treat 'strongarm' as if it were 'arm' when
4317         determining cpu type.
4318
4319         * configure: Regenerate.
4320
4321         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
4322         where constant strings are involved.
4323
4324         * config/arm/arm.h (arm_condition_codes): Change type to 'const
4325         char *'.
4326
4327         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
4328         cases where constant strings are involved.
4329
4330 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
4331
4332         * config/sh/sh.c (gen_far_branch, split_branches): Update
4333         to reflect new prototypes for redirect_jump and invert_jump.
4334         (sh_insn_length_adjustment): Get rid of const warnings.
4335
4336 2000-05-23  Kazu Hirata  <kazu@hxi.com>
4337
4338         * invoke.texi (Options for Debugging Your Program or GCC): Update
4339         the names of dump files.
4340
4341 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
4342
4343         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
4344         * configure: Regenerated.
4345
4346 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4347
4348         * simplify-rtx.c (SIGN_EXTEND): New macro.
4349         (simplify_unary_operation, simplify_binary_operation,
4350         simplify_relational_operation): Use SIGN_EXTEND.  Make low
4351         halves of (low, high) pairs unsigned if they weren't already.
4352         (simplify_ternary_operation): Cast INTVAL to unsigned before
4353         comparing to a MODE_BITSIZE.
4354
4355 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4356
4357         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4358         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
4359
4360         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
4361         gcc_AC_NEED_DECLARATIONS.
4362
4363         * dwarfout.c: Don't prototype time().
4364
4365         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
4366
4367         * system.h: Likewise.
4368
4369         * toplev.c: Likewise.
4370
4371 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4372
4373         * c-decl.c (pushdecl): Invert sense of test for non-global types.
4374
4375 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4376
4377         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
4378
4379 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
4380
4381         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
4382
4383 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4384
4385         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
4386         (alpha_start_function): Never write ..ng label if VMS or NT.
4387         (alpha_align_insns): Remove GP_IN_USE arg.
4388         Alignment now unsigned.
4389         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
4390         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
4391         and two define_insn's.
4392
4393 2000-05-22  Richard Henderson  <rth@cygnus.com>
4394
4395         * combine.c (simplify_comparison): Use trunc_int_for_mode.
4396
4397 2000-05-22  Richard Henderson  <rth@cygnus.com>
4398
4399         * stor-layout.c (place_field): Change rli->size to rli->offset.
4400
4401 2000-05-22  Richard Henderson  <rth@cygnus.com>
4402
4403         * function.c (thread_prologue_and_epilogue_insns): Make sure
4404         existing line number notes appear after the prologue.
4405
4406 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4407
4408         * config/alpha/alpha.c (alpha_fnname): New static variable.
4409         (print_operand, case '~'): New case.
4410         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
4411         (alpha_start_function): Set alpha_fnname.
4412         Write "ng" label if no ldgp; don't write ldgp insn.
4413         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
4414         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
4415
4416 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
4417
4418         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
4419         on deleted labels.
4420
4421 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
4422
4423         * varasm.c (eh_frame_section): Revert change to argument list.
4424
4425 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4426
4427         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
4428         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
4429
4430         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4431         dangling "else" that causes "break" to be conditional.
4432         Also remove unneeded code at start.
4433
4434 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4435
4436         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4437         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4438         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4439
4440 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4441
4442         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4443         just one argument.
4444
4445 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4446
4447         * alias.c (record_component_aliases): New function.
4448         * tree.h: Clean up some declarations and comments.
4449         (record_component_aliases): New declaration.
4450         * tree.c (get_alias_set): If type and has alias set, use it.
4451
4452 2000-05-22  Richard Henderson  <rth@cygnus.com>
4453
4454         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4455         IF_THEN_ELSE to a setcc form.
4456         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4457
4458 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4459
4460         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4461         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4462
4463 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4464
4465         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4466         not a PARALLEL.
4467
4468 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4469
4470         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4471         * config/mn10300/mn10300.c (print_operand): Likewise.
4472
4473         * final.c (split_double): Right shift of negative values is not
4474         portable.
4475
4476         * ifcvt.c (if_convert): Scan and kill dead code.
4477
4478         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4479
4480 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4481
4482         * diagnostic.c: Eliminate implicit int.
4483         * except.c, gcc.c: Add static prototypes.
4484         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4485         * gensupport.c (process_rtx): Use XVEC to initialize vector
4486         slot of 'split'.
4487
4488         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4489         debug_reg_names instead of static reg_names.  If not, define
4490         global reg_names.
4491         * regclass.c: Don't define global reg_names unless
4492         DEBUG_REGISTER_NAMES is defined.
4493
4494         * reload1.c (order_regs_for_reload): Remove unused variable.
4495         * varasm.c: Include output.h after defaults.h.  Define
4496         eh_frame_section as function of no args, not of unspecified args.
4497
4498         * gcc.c: Constify argbuf; arguments to store_arg,
4499         process_command, main; elements of struct command and struct
4500         switchstr; local variables in execute, process_command, main.
4501
4502 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4503
4504         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4505         * fixinc/check.diff:  regenerated
4506         * fixinc/fixincl.x:  regenerated
4507
4508 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4509
4510         * alias.c: Clarify some comments.
4511         (record_base_value): REGNO is unsigned.
4512         * rtl.h (record_base_value): Likewise.
4513
4514         * alias.c (aliases_everything_p): Don't special-case QImode here.
4515         * c-common.c (c_get_alias_set): Do it here.
4516         Handle BIT_FIELD_REF by getting alias info for arg.
4517         Use POINTER_TYPE_P.
4518
4519 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4520
4521         * mklibgcc.in: Restore rule to create ${dir}.
4522
4523 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4524
4525         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4526         GCC_FOR_TARGET used by MULTILIBS.
4527         * mklibgcc.in: Make sure each .o file depends on the
4528         directory it will be in.
4529         Make the multilib directory depends libgcc.
4530
4531 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4532
4533         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4534
4535 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4536
4537         * fold-const.c (make_range): Handle degenerated intervals.
4538         Fixes c-torture/execute/991221-1.c
4539
4540 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4541
4542         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4543         * reload.c (find_equiv_reg): Likewise.
4544         * alias.c (init_alias_analysis): Likewise.
4545         Only call prologue_epilogue_contains on insns.
4546         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4547         * bb-reorder.c (hard-reg-set.h): Include earlier.
4548         * haifa-sched.c (hard-reg-set.h): Likewise.
4549         * ifcvt.c (hard-reg-set.h): Likewise.
4550         * local-alloc.c (hard-reg-set.h): Likewise.
4551         * loop.c (hard-reg-set.h): Likewise.
4552         * predict.c (hard-reg-set.h): Likewise.
4553         * regrename.c (hard-reg-set.h): Likewise.
4554         * flow.c (hard-reg-set.h): Likewise.
4555         (reg_set_to_hard_reg_set): New function.
4556         * bitmap.c (regs.h, basic-block.h): No longer include.
4557         (bitmap.h): Now include.
4558         * conflict.c (hard-reg-set.h): Include.
4559         * profile.c (hard-reg-set.h): Likewise.
4560         * print-rtl.c (hard-reg-set.h): Likewise.
4561         * sbitmap.c (hard-reg-set.h): Likewise.
4562         * toplev.c (hard-reg-set.h): Likewise.
4563         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4564         * hard-reg-set.h (reg_names): Now constant.
4565         * regs.h (reg_names): Likewise.
4566         * regclass.c (reg_names): Likewise.
4567         * loop.h (basic-block.h): No longer include.
4568         (bitmap.h): Now include.
4569         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4570         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4571         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4572
4573 2000-05-19  Jan Hubicka  <jh@suse.cz>
4574             Richard Henderson  <rth@cygnus.com>
4575
4576         * basic-block.h (struct edge_def): New field "count".
4577         (struct basic_block_def): Likewise.
4578         * flow.c (entry_exit_blocks): Add count fileds.
4579         (split_edge): Keep count information up-to-date.
4580         (dump_edge_info, dump_flow_info): Dump count fields.
4581
4582         * final.c (count_instrumented_edges): Rename to edge from arc.
4583         (end_final): Update users.
4584         * profile.c: Include expr.h, basic-block.h.
4585         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4586         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4587         (ignore_next_note, return_label_execution_count): Kill.
4588         (bbg_file_name, da_file_name): Kill.
4589         (edge_info, bb_info): New structures.
4590         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4591         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4592         (total_num_edges_instrumented): Likewise.
4593         (init_arc, expand_spanning_tree): Kill.
4594         (fill_spanning_tree, tablejump_entry_p): Kill.
4595         (instrument_edges):  Rewrite from instrument_arcs to use
4596         commit_edge_insertions infrastructure.
4597         (compute_branch_probabilities): Remove arguments; rewrite for
4598         CFG infrastructure; use rtl_dump_file directly.
4599         (branch_prob, find_spanning_tree): Likewise.
4600         (union_groups, find_group): New.
4601         (init_branch_prob): Make bbg_file_name and da_file_name local.
4602         (end_branch_prob): Use rtl_dump_file directly.
4603         (init_edge_profiler): Rename to edge from arc.
4604         (output_arc_profiler): Kill.
4605         (gen_edge_profiler): New.
4606         (output_func_start_profiler): Turn off profiling.  Make the
4607         constructor static when we can.
4608         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4609
4610         * toplev.c (DFI_flow): Remove.
4611         (DFI_cfg, DFI_life): New.
4612         (dump_file): Update accordingly.
4613         (compile_file): Call end_branch_prob if profile_arc_flag too.
4614         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4615         profiling after the CFG is built.  Move flow1 life analysis to
4616         DFI_life.  Always estimate remaining probabilities.
4617
4618 2000-05-19  Richard Henderson  <rth@cygnus.com>
4619
4620         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4621
4622         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4623
4624 2000-05-19  Richard Henderson  <rth@cygnus.com>
4625
4626         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4627         remove labels and code following when LABEL_NUSES goes to zero.
4628         (invert_jump): Likewise.
4629         (jump_optimize_1): Fix redirect/invert arguments.
4630         (do_cross_jump, thread_jumps): Likewise.
4631         * flow.c (split_edge): Likewise.
4632         * reorg.c (optimize_skip): Likewise.
4633         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4634         * profile.c (instrument_arcs): Likewise.
4635         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4636         * rtl.h: Update prototypes.
4637
4638 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4639
4640         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4641         notes.
4642         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4643         critical edges.
4644
4645 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4646
4647         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4648         past l1 when deleting whitespace and markers.
4649
4650         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4651         * cpplib.c (do_unassert): Put the list to compare against on
4652         the stack.
4653
4654 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4655
4656         * fixinc/README:  cleaned up old documentation
4657         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4658         * fixinc/check.tpl: compute the list of needed directories
4659         emit "#if defined(name)" because of conflict
4660         omit machine name differences from output differences
4661         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4662         (machine_name): change test text to use `sed' markers
4663         * fixinc/fixincl.x: regen
4664
4665 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4666
4667         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4668         a CONSTRUCTOR.
4669
4670 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4671
4672         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4673         it to match the current practice.
4674
4675 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4676
4677         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4678
4679 2000-05-18  Richard Henderson  <rth@cygnus.com>
4680
4681         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4682         * rtl.h (insn_dependant_p): Declare it.
4683         * loop.c (strength_reduce): Use it.
4684
4685 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4686
4687         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4688         16-bit and 64-bit clean-up.
4689
4690 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4691
4692         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4693         * configure: Rebuilt.
4694
4695 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4696
4697         * genopinit.c: Use $ for escape sequences in optab patterns.
4698         Remove backslashes from optab patterns.  Change $A, $B, $C to
4699         expand to (int) whatever instead of just whatever; remove
4700         explicit (int) from all optab patterns.
4701
4702         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4703         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4704         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4705         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4706         xstrdup.
4707
4708 2000-05-18  Richard Henderson  <rth@cygnus.com>
4709
4710         * jump.c (jump_optimize_1): Base minimum insn count during
4711         find_cross_jump on BRANCH_COST.
4712
4713 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4714
4715         * print-rtl.c (print_rtx): Only print note line number as string
4716         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4717         * final.c (final_scan_insn): Do nothing for note line number 0.
4718
4719 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4720
4721         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4722         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4723         NOTE_INSN_DELETED_LABEL.
4724
4725 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4726
4727         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4728         uninitialised data in .rodata not .bss, and do not interpret an
4729         error in the initialisation value as meaning that the variable
4730         should be placed in the .bss section.
4731
4732 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4733
4734         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4735         not `$ac_cv_prog_cc_cc_c_o'.
4736         * configure: Regenerated.
4737
4738 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4739             Richard Henderson  <rth@cygnus.com>
4740
4741         * c-common.h (enum c_tree_index): Add g77 type entries.
4742         (g77_integer_type_node, g77_uinteger_type_node): New.
4743         (g77_longint_type_node, g77_ulongint_type_node): New.
4744         * c-decl.c (init_decl_processing): Initialize them.
4745
4746 2000-05-18  Richard Henderson  <rth@cygnus.com>
4747
4748         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4749
4750         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4751         (small_power_of_two): Likewise; use exact_log2.
4752         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4753         (output_adds_subs): Remove.
4754         (two_insn_adds_subs_operand): New.
4755         (split_adds_subs): New.
4756         * config/h8300/h8300-protos.h: Update.
4757         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4758         (CONST_OK_FOR_L): Match strict adds operands.
4759         (CONST_OK_FOR_N): Match struct subs operands.
4760         * config/h8300/h8300.md (adds_subs insns): Remove.
4761         (addhi patterns): Output adds/subs directly.
4762         (addsi_h8300h): Likewise.
4763         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4764
4765 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4766
4767         * cppexp.c (parse_assertion): New.
4768         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4769         (_cpp_parse_expr): Remove case '#'.  Don't set
4770         parsing_if_directive.
4771         * cpphash.c (collect_objlike_expansion,
4772         collect_funlike_expansion, collect_params,
4773         _cpp_create_definition): The list no longer has a trailing
4774         VSPACE token.
4775         * cpphash.h (enum node_type): Add T_ASSERTION.
4776         (struct hashnode): Remove aschain, add pred.
4777         (struct predicate): New.
4778         Update prototypes.
4779
4780         * cpplex.c (expand_token_space): Handle both offset and
4781         nonoffset lists.
4782         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4783         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4784         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4785         _cpp_equiv_toklists): New.
4786         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4787         stop at any single-character token, not just newline.
4788         (_cpp_lex_token): Remove special cases for #define and #if.
4789         (cpp_get_token): Expect # as a separate token type.  Remove
4790         DIRECTIVE case.
4791         (_cpp_get_directive_token): Remove DIRECTIVE case.
4792         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4793
4794         * cpplib.c (_cpp_check_directive): Set dirno and
4795         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4796         (_cpp_handle_directive): Run # <number> through the same logic
4797         as normal directives.
4798         (do_define): Don't set parsing_define_directive.  Use
4799         _cpp_scan_until.  The list does not have a VSPACE at the end.
4800         (do_if): Save, clear, and restore only_seen_white around
4801         _cpp_parse_expr.
4802         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4803         (do_assert, do_unassert): Rewrite.
4804
4805         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4806         (LIST_OFFSET): New flag.
4807         (struct cpp_toklist): Replace dir_handler and dir_flags with
4808         dirno and flags.
4809         (struct cpp_reader): Remove parsing_if_directive and
4810         parsing_define_directive.
4811
4812 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4813
4814         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4815         following the cabs decl which terminate on the following line.
4816         Add the corresponding test_text case.
4817
4818 2000-05-18  Neil Booth  <NeilB@earthling.net>
4819
4820         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4821         default tab stop size.
4822         (no_num, OPT_ftabstop): New.
4823         (handle_option): Handle "ftabstop=" command-line option.
4824         (print_help): Document it.
4825         * cpplex.c (COLUMN): Remove.
4826         (handle_newline): Reset col_adjust.
4827         (skip_whitespace): Update col_adjust as tabs encountered.
4828         (_cpp_lex_line): Update to use col_adjust.  Call
4829         skip_whitespace for all whitespace.
4830         * cpplib.h (struct cpp_options): New member tabstop.
4831         (struct cpp_reader): New member col_adjust.
4832         (CPP_BUF_COL): Update.
4833         (CPP_BUF_COLUMN): New.
4834         * cpp.texi: Document "-ftabstop=" command line option.
4835
4836 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4837
4838         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4839         files.
4840         * configure: Rebuilt.
4841
4842 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4843
4844         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4845
4846         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4847         HOST_BITS_PER_WIDE_INT is >= 64.
4848
4849 2000-05-17  Richard Henderson  <rth@cygnus.com>
4850
4851         * jump.c (jump_optimize_1): Remove inactive but real insns
4852         in jump-to-next-insn optimization.
4853
4854 2000-05-17  Richard Henderson  <rth@cygnus.com>
4855
4856         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4857         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4858         Don't call recompute_reg_usage if no_new_pseudos is true.
4859         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4860         Return true if we did work; update global life information.
4861         * basic-block.h (optimize_mode_switching): Update decl.
4862
4863 2000-05-17  Neil Booth  <neilb@earthling.net>
4864
4865         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4866
4867 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4868
4869         * cpplib.c: New feature, #pragma system_header.
4870         * cpp.texi: Document special treatment of system headers, and
4871         the various mechanisms to get a header that special treatment.
4872
4873 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4874
4875         * system.h (offsetof): Define at the very end, to ensure we prefer
4876         the platform's definition if available.
4877
4878 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4879
4880         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4881         * fixinc/server.c: likewise
4882         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4883         + #ifdef debugging code + use #def constant for
4884         sub-pattern count
4885         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4886         on C++ math namespace
4887
4888 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4889
4890         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4891         Don't check the return value of sprintf.  Use asprintf to avoid
4892         buffer overflows.
4893
4894 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4895
4896         * flags.h (warn_unused_function, warn_unused_label,
4897         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4898         Replace ``warn_unused''.
4899         (set_Wunused): Add declaration.
4900         * toplev.c (set_Wunused): New function.
4901         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4902         warn_unused_variable, warn_unused_value): New variables.
4903         (W_options): Add -Wunused-function, -Wunused-function,
4904         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4905         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4906
4907         * toplev.c (decode_W_option): Update -Wunused flags by calling
4908         set_Wunused.
4909         * c-decl.c (c_decode_option): Ditto for -Wall.
4910
4911         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4912         warn_about_unused_variables): Replace warn_unused with more
4913         explicit warn_unused_value et.al.
4914         * function.c (expand_function_end): Ditto.
4915         * c-typeck.c (internal_build_compound_expr,
4916         internal_build_compound_expr): Ditto.
4917         * c-decl.c (poplevel, pop_label_level): Ditto.
4918         * toplev.c (check_global_declarations): Replace warn_unused with
4919         check for either warn_unused_function or warn_unused_variable.
4920
4921         * gcc.1, invoke.texi (Warning Options): Document
4922         -Wunused-function, -Wunused-function, -Wunused-label,
4923         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4924
4925 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4926
4927         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4928         $(srcdir), not in the current directory.
4929
4930 2000-05-16  Richard Henderson  <rth@cygnus.com>
4931
4932         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4933         assembler supports it.
4934         (.fini, .init): Use a gp-relative indirect call.
4935         (__do_global_dtors_aux): Preserve the gp; rebundle.
4936         (__do_frame_setup): Likewise.
4937         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4938         (.init): Use a gp-relative indirect call.
4939         (__do_global_ctors_aux): Preserve the gp.
4940
4941 2000-05-16  Richard Henderson  <rth@cygnus.com>
4942
4943         * flow.c (commit_one_edge_insertion): Be prepared for a return
4944         insn to be inserted on the edge with a normal jump.
4945         * jump.c (jump_optimize_1): Don't look to create return isns.
4946
4947         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4948         * jump.c (jump_optimize_1): Likewise.
4949         (returnjump_p): Verify the argument is a JUMP_INSN.
4950         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4951
4952 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4953
4954         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4955         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4956         (large_insn_p): Ditto.
4957         (m32r_is_insn): New function: Return true if the insn contains
4958         an executable instruction.
4959         (m32r_adjust_insn): Use m32r_is_insn.
4960         (m32r_sched_reorder): Use m32r_is_insn.
4961         (m32r_sched_variable_issue): Use m32r_is_insn.
4962
4963 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4964
4965         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4966         VAR_DECL.
4967
4968         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4969
4970         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4971         according to given options.
4972
4973 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4974
4975         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4976         if X has VOIDmode either.
4977         (LIMIT_RELOAD_CLASS): Similarly.
4978
4979         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4980         not "general_operand" to match the processor's capabilities.
4981
4982 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4983
4984         * fixinc/README:  corrected return address
4985         * fixinc/check.diff:  regenerate, now that test works
4986         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4987         (char_macro_def_fix,char_macro_use_fix): corrected and
4988         rewrote to use regex to parse the text
4989         * fixinc/inclhack.def: more testing
4990         * fixinc/fixincl.x:  regenerated
4991
4992         * fixinc/inclhack.def: added several "test_text" attributes
4993         changed several fixes to use `c_fix = format'
4994         re-alphabetized the fixes
4995
4996         * fixinc/check.diff: regenerate
4997         * fixinc/fixincl.x: regenerate
4998         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4999         of created dirs
5000
5001
5002 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5003
5004         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
5005
5006 2000-05-15  Richard Henderson  <rth@cygnus.com>
5007
5008         * toplev.c (rest_of_compilation): Run full jump pass before
5009         find_basic_blocks of flow2.
5010
5011 2000-05-15  Richard Henderson  <rth@cygnus.com>
5012
5013         * jump.c: Fix typos and clarify commentary from last change.
5014         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
5015         (safe_to_remove_jump_p): Remove.
5016         (condjump_label): Use pc_set.
5017
5018 2000-05-15  Richard Henderson  <rth@cygnus.com>
5019
5020         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
5021         that get in the way after reload.
5022         (cond_exec_process_if_block): Skip a label heading THEN block.
5023
5024 2000-05-15  Richard Henderson  <rth@cygnus.com>
5025
5026         * varasm.c (output_constant_pool): Abort instead of converting
5027         (improperly) deleted labels to zero.
5028
5029 2000-05-16  Neil Booth  <NeilB@earthling.net>
5030
5031         * cpplex.c (parse_string2): Update comment.
5032         (cpp_lex_line): No special assertion treatment for '('.
5033         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
5034         * cpplib.h (SYNTAX_ASSERT): Remove.
5035
5036 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5037
5038         * jump.c (condjump_p):  Mark as depreached.
5039         (any_condump_p): New.
5040         (any_uncondump_p): New.
5041         (pc_set): New.
5042         (safe_to_remove_jump_p): New.
5043         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
5044         safe_to_remove_jump_p): Declare.
5045
5046 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5047
5048         * calls.c: Re-install both patches reverted by last patch.
5049         (struct arg_data): New field tail_call_reg.
5050         (initialize_argument_information): Initialize tail_call_reg
5051         (load_register_parameters): New argument flags, use
5052         tail_call_reg when emiting tail call sequence.
5053         (expand_call): Update call of load_register_parameters;
5054         copy unadjusted_args_size to adjusted_args_size.
5055
5056 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5057
5058         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
5059         and bct_p parameters to flags.
5060         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
5061         * rtl.h (loop_optimize): Update prototype.
5062         * toplev.c (rest_of_compilation): Update call of loop_optimize.
5063
5064 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5065
5066         * calls.c (expand_call): Move expand_start_target_temps call after
5067         start_sequence().
5068
5069 2000-05-15  Neil Booth  <NeilB@earthling.net>
5070
5071         * cpphash.c (trad_stringify, warn_trad_stringify,
5072         collect_params): Make some pointers pointers to const.
5073         * cpplex.c (auto_expand_name_space) Guaranteed to always
5074         expand by at least one character.
5075         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
5076         (struct token_spelling): Use const U_CHAR * rather than PTR.
5077         (expand_name_space): Fix up token pointers if name space
5078         is moved when expanding.
5079         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
5080         parse_string2, save_comment, spell_token, cpp_output_list):
5081         Update so the routines handle tokens with a direct pointer to
5082         their text, rather than an offset into the token's list's namebuf.
5083         (_cpp_lex_line): Rearrange for clarity.
5084
5085         * cpplib.c (_cpp_check_directive): Similarly.
5086         (do_define): Make SYM a pointer to const.
5087         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
5088         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
5089         (TOK_OFFSET): Delete.
5090         (TOK_NAME): Update.
5091
5092 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
5093
5094         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
5095         64-bit ABI.
5096
5097         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
5098         into account.
5099         (logical_u_operand): Delete.
5100         (non_logical_cint_operand): Rewrite to take MODE into account.
5101         (non_logical_u_cint_operand): Delete.
5102         (boolean_operator): New function.
5103         (print_operand): Add new %q operand.
5104         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
5105         remove logical_u_operand and non_logical_u_cint_operand,
5106         update logical_operand and non_logical_cint_operand.
5107         * config/rs6000/rs6000.md: Rewrite the patterns for performing
5108         logical operations to use %q.
5109
5110         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
5111         (movdi): Make similar to movsi.
5112         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
5113         is no such thing as a DImode CONST_DOUBLE.
5114         * config/rs6000/rs6000.c (output_toc): Likewise.
5115
5116         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
5117         codes when old mnemonics are in use.  Print register names
5118         for cc registers when requested.
5119
5120         * optabs.c (expand_float): Don't allow mode widening that causes
5121         double rounding.
5122
5123         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
5124         flags to their current names -maix64 and -maix32.
5125
5126 2000-05-14  Bruce Korb  <bkorb@gnu.org>
5127
5128         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
5129         and/or after current text of file
5130         * fixinc/fixlib.c(must_malloc):
5131         * fixinc/fixlib.h(must_malloc): + reformatting
5132         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
5133         with usages of ``c_fix = wrap;''
5134         Add several tests and use the ``c_fix = format'' fixer more.
5135         * fixinc/fixincl.x: regen
5136         * fixinc/check.diff: regen
5137         * fixinc/check.tpl: emit the associated header with the missing
5138         test message
5139
5140 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
5141
5142         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
5143         variables $src and $dst.
5144
5145 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
5146
5147         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
5148         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
5149         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
5150         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
5151         fields.
5152         (set_message_prefixing_rule): Declare.
5153
5154         * diagnostic.c: (current_prefixing_rule): New variable.
5155         (set_message_prefixing_rule): Define.
5156         (output_set_prefix): Adjust buffer->emitted_prefix_p.
5157         (init_output_buffer): Adjust Initialization.
5158         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
5159
5160 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
5161
5162         * ifcvt.c (if_convert): Do not free NULL.
5163
5164 2000-05-12  H.J. Lu  (hjl@gnu.org)
5165
5166         * gthr-dce.h: Add support for libobjc.
5167         * gthr-posix.h: Likewise.
5168         * gthr-solaris.h: Likewise.
5169         * gthr-vxworks.h: Likewise.
5170         * gthr-single.h: Likewise.
5171         * gthr-win32.h: Likewise.
5172
5173 2000-05-12  Nick Clifton  <nickc@cygnus.com>
5174
5175         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
5176         to move a double word value.
5177         (di_operand): New function: Return true if the operand is suitbale
5178         for a double word move operation.
5179         (nonimmediate_di_operand): New function: Return true if the
5180         operand is a DImode register or MEM.
5181
5182         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
5183         nonimmediate_di_operand.
5184
5185         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
5186         nonimmediate_di_operand.
5187
5188         * config/fr30/fr30.md (movdi): New pattern.  Required because
5189         other patterns generate DImode results.
5190         (movdi_insn): New pattern.
5191
5192 2000-05-12  Richard Henderson  <rth@cygnus.com>
5193
5194         * config/alpha/alpha.c (struct shadow_summary): Define
5195         bitfields as type unsigned int.
5196
5197 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
5198
5199         * config/avr/t-avr: Added definition of FLOAT while generates
5200         fp-bit.c
5201
5202         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
5203         peepholes for tst+jump = sbrs/sbrc optimization.
5204
5205 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
5206
5207         * expr.c (emit_push_insn): Do not adjust stack pointer when
5208         preallocating.
5209
5210 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
5211
5212         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
5213         * system.h (offsetof): ... to here.
5214
5215 2000-05-12  Richard Henderson  <rth@cygnus.com>
5216
5217         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
5218         * final.c (final_end_function): Use app_disable.  Rearrange note
5219         handling into a switch.  Emit deleted labels.
5220         (output_asm_label): Generate label strings for deleted labels.
5221         * flow.c (tail_recursion_label_list): New.
5222         (find_basic_blocks_1): Set label_value_list directly.  Collect list
5223         of tail recursion labels from call_placeholders.  Don't add deleted
5224         labels to the label value list.
5225         (cleanup_cfg): Use free_EXPR_LIST_list.
5226         (flow_delete_insn_chain): Turn non-removable labels into notes.
5227         (flow_delete_block): Don't disable deleting the block because of
5228         a non-removable label.
5229         (tail_recursion_label_p): New.
5230         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
5231         because of a label.
5232         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
5233         jump table.
5234         (merge_blocks): Disable a merge because of tail recursion labels.
5235         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
5236         Use a more accurate measure of not merging the join block.
5237         (find_if_block): Don't disable conversion because of a label.
5238         (find_if_case_1, find_if_case_2): Likewise.
5239         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
5240         element when copying.
5241         (squeeze_notes): Also leave EH notes.
5242         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
5243         REG_LABEL notes.
5244         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
5245         deleting a label.
5246         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
5247         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
5248         referring to a deleted label.  Convert tail handling to a switch.
5249         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
5250         for NOTE_INSN_DELETED_LABEL.
5251         (NOTE): Fix commentary.
5252         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
5253         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
5254         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
5255         (LABEL_NUSES, LABEL_REFS): Likewise.
5256         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
5257
5258 2000-05-12  Bruce Korb  <bkorb@gnu.org>
5259
5260         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
5261         * fixinc/check.diff: updated
5262         * fixinc/inclhack.def: corrected & added some test_text-s
5263         * fixinc/genfixes: removed unneeded options to autogen invocation
5264         * fixinc/fixincl.tpl: Specified the output file
5265         * fixinc/fixfixes.c: visual appearance
5266         * fixinc/fixincl.x: regenerate
5267
5268 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
5269
5270         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
5271         CTRL_defn_fix): Delete.
5272         (fix_char_macro_defines, fix_char_macro_uses): Rename to
5273         char_macro_def_fix and char_macro_use_fix, respectively.  Put
5274         them into the FIXUP_TABLE.  Get the string to search for from
5275         a c_fix_arg.
5276
5277         (format_write): New function.
5278         (format_fix): Use it.
5279
5280         (FIX_PROC_HEAD): Constify text parameter.
5281         (machine_name_fix): Constify all char *s.
5282         * fixtests.c (skip_quote): Remove double static.
5283
5284         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
5285         ctrl_use_quotes): Update for new scheme.
5286         * fixincl.x: Regenerate.
5287
5288 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
5289
5290         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
5291         DWARF2_DEBUG.
5292         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
5293         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5294
5295 2000-05-11  Robert Lipe <robertlipe@usa.net>
5296
5297         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
5298         * fixincl.x: Regenerate.
5299
5300 2000-05-11  Richard Henderson  <rth@cygnus.com>
5301
5302         * calls.c: Revert both 05-09 patches.
5303
5304 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
5305
5306         * config/mn10300/mn10300.c (print_operand): Print FP constants in
5307         hexadecimal.
5308         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
5309         for FP values.
5310
5311         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
5312         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
5313
5314 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
5315
5316         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
5317
5318 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5319
5320         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
5321
5322 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
5323
5324         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
5325         * config/avr/avr.c (jump_over_one_insn_p): New function.
5326         * config/avr/avr.md: New peepholes added. Output test and
5327         conditional jump to "sbrc" or "sbrs" command.
5328
5329 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
5330
5331         * cppmain.c (main): Use IS_DIR_SEPARATOR.
5332
5333 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
5334
5335         * except.c (find_exception_handler_labels_1): New function.
5336         (find_exception_handler_labels): Split into two functions, dive
5337         into CALL_PLACEHOLDERs when looking for exception handler labels.
5338
5339 2000-05-11 Stan Cox <scox@cygnus.com>
5340
5341         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
5342         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
5343         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
5344
5345 2000-05-11  Bruce Korb  <bkorb@gnu.org>
5346
5347         * fixinc/fixfixes.c (double_slash_fix):  obsolete
5348         (else_endif_label_fix): obsolete
5349         (format_fix):  new, unused as yet
5350         (main): obsolete
5351         * fixinc/fixlib.h: added fix description struct for use by format_fix
5352         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
5353         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
5354         modules.  Removed the vestiges of the script version.
5355         Added support for "make check".
5356         * fixinc/check.diff: base diff file (needs work!!)
5357         * fixinc/check.tpl: quiet the fixup output
5358         * fixinc/fixtests.c (main): obsolete
5359         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
5360         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
5361
5362 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
5363
5364         * toplev.c (rest_of_compilation): Remove dead code after
5365         combine.
5366
5367 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5368
5369         * cpphash.c (collect_funlike_expansion): Make "# is not
5370         followed by a macro argument name" a pedwarn, not an error.
5371         Preserve the # in the output.  Suppress the warning if lang_asm.
5372
5373 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
5374
5375         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
5376         * configure: Rebuilt.
5377
5378 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
5379
5380         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
5381
5382 2000-05-10  Kazu Hirata  <kazu@hxi.com>
5383
5384         * combine.c (try_combine): Fix a typo.
5385
5386 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
5387
5388         * config/ia64/ia64.md (insv): Add comment.
5389
5390 2000-05-10  Richard Henderson  <rth@cygnus.com>
5391
5392         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
5393         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
5394         dependancies on FPBIT and DPBIT.
5395
5396 2000-05-10  Nick Clifton  <nickc@redhat.com>
5397
5398         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5399         when optimising for size.
5400         (mark_used_regs:) Ditto.
5401         (try_pre_increment_1): Ditto.
5402
5403 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
5404
5405         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
5406         Make error message friendlier.
5407
5408         * cpphash.h (struct hashnode): Use struct hack for name
5409         member.
5410         * cpphash.c (struct hashdummy): New.
5411         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
5412         (make_HASHNODE): No need to set ->name pointer.  Correct
5413         setting of p.
5414         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
5415
5416 2000-05-10  Richard Henderson  <rth@cygnus.com>
5417
5418         * flow.c (find_basic_blocks_1): Remove any spare bb_note
5419         after completion.
5420
5421 2000-05-10  Bruce Korb  <bkorb@gnu.org>
5422
5423         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
5424
5425 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
5426
5427         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
5428         after we enter .debug.
5429
5430 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
5431
5432         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
5433         abstract instance of a nested inline function.
5434
5435         * stor-layout.c (finish_record_layout): finalize_type_size
5436         before laying out the pending_statics.
5437
5438 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5439
5440         * cpplex.c (spell_token): New function.
5441         (spell_string, spell_comment, spell_name): fold into
5442         spell_token.
5443         (I, S): Add macros.
5444         (E, H): Remove macros.
5445         (save_comment): Save comment opening characters too.
5446         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5447         handling.
5448         * cpplib.h (I, S): Add macros.
5449         (E, H): Remove macros.
5450         (TTYPE_TABLE): Update entries for new speller.
5451         (SYNTAX_ASSERT): Remove.
5452
5453 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5454
5455         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5456         when removing escaped newlines.  Reverse sense of test for
5457         escaped newline.
5458
5459 2000-05-09  Richard Henderson  <rth@cygnus.com>
5460
5461         * flow.c (find_basic_blocks_1): Do not delete the first
5462         bb_note we run across.
5463         (create_basic_block): Use reorder_insns to move an existing
5464         bb_note to the correct place.
5465
5466 2000-05-09  Richard Henderson  <rth@cygnus.com>
5467
5468         * calls.c (expand_call): Increment currently_expanding_call
5469         before calling optimize_tail_recursion.
5470
5471 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5472
5473         * reload1.c (reload_combine): Fix errors in last change.
5474
5475 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5476
5477         * gcc.c (used_arg): Skip over a semicolon at the end of the
5478         split-up loop; don't break out of it.
5479
5480         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5481         (tree.o): Depend on output.h.
5482
5483         * c-decl.c (pending_invalid_xref_file,
5484         current_function_prototype_file): Constify.
5485         (pushdecl): Constify a local char *.
5486         (define_label): Constify filename parameter.
5487         * c-lex.c (init_parse): Constify parameter and return value.
5488         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5489         * c-tree.h: Update prototypes.
5490         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5491         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5492         objc/objc-parse.c: Regenerate.
5493
5494         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5495         * dwarfout.h: Update prototypes.
5496         * expr.c (expand_expr): Constify a local char *.
5497         * flags.h: Constify main_input_filename.
5498         * function.c (expand_function_end): Constify filename parameter.
5499         * genrecog.c (make_insn_sequence): Use a character array for
5500         c_test_pos.
5501         (main): Remove unused variables.
5502         * input.h: Constify input_filename, main_input_filename, and
5503         file_stack.name.  Update prototypes.
5504         * output.h: Declare first_global_object_name and
5505         weak_global_object_name here, as const char *.
5506         * stmt.c (expand_asm_operands): Constify filename parameter.
5507         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5508         Constify filename parameter.
5509         (input_filename, main_input_filename): Constify.
5510         * toplev.h: Update prototypes.
5511         * tree.c: Include output.h.  Don't declare
5512         first_global_object_name or weak_global_object_name.  Clean up string
5513         bashing in get_file_function_name_long.
5514         * tree.h (struct tree_decl): Constify filename member.
5515         (input_filename): Constify.
5516         Update prototypes.
5517         * varasm.c (first_global_object_name, weak_global_object_name):
5518         Constify.
5519         (assemble_start_function, assemble_variable): Clean up string bashing.
5520
5521         * gcc.c: Constify all spec-related strings initialized,
5522         transitively, from string constants.  Constify all strings
5523         and string variables related to multilibs.
5524         (set_spec, read_specs): Cast argument to free to PTR.
5525         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5526         length comparison to compare multilib switches.
5527         * genmultilib: Constify everything declared in multilib.h.
5528
5529 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5530
5531         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5532         as deleted.
5533
5534 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5535
5536         * config/avr/avr-protos.h (extra_constraint): change a type of
5537         second argument from char to int to avoid warnings.
5538         (asm_output_byte): Likewise.
5539
5540         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5541         (initial_elimination_offset): Handle elimination from
5542         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5543         (legitimate_address_p): Use MAX_LD_OFFSET.
5544         (legitimize_address): Likewise.
5545         (out_movqi_r_mr): Likewise.
5546         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5547         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5548         (out_movsi_mr_r): Likewise.
5549         (out_movqi_mr_r): Likewise.
5550         (out_movhi_mr_r): Likewise.
5551         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5552         count as CONST_INT != 6.
5553         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5554         shift count is a CONSTANT_P, but not a CONST_INT.
5555         (ashlhi3_out): Coding style modifications.
5556         (ashlsi3_out): Likewise.
5557         (ashrhi3_out): Likewise.
5558         (ashrsi3_out): Likewise.
5559         (lshrhi3_out): Likewise.
5560         (lshrsi3_out): Likewise.
5561         (ashrqi3_out): Generate shift for any known constant count without
5562         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5563         but not a CONST_INT.
5564         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5565         shift count is a CONSTANT_P, but not a CONST_INT.
5566         (extra_constraint): change a type of
5567         second argument from char to int to avoid warnings.
5568         (asm_output_byte): Likewise.
5569         (asm_file_end): Output size generated commands count as a hex
5570         number too.
5571
5572         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5573
5574         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5575         removed.
5576         (ashlqi3): Values of "length" attribute changed. Shift count
5577         uses constraints 'n' instead of 'i'.
5578         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5579         shifts without clobber register.
5580         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5581         (call_insn): Correct test for which_alternative == 1 (was 0).
5582         (call_value_insn): Likewise.
5583
5584         * config/avr/t-avr: Remove definition of FLOAT while generates
5585         fp-bit.c
5586
5587 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5588
5589         * fixinc/check.tpl:  Template for checking fixes
5590         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5591         disable hpux8_bogus_inlines on SCO
5592         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5593
5594 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5595
5596         * calls.c (expand_call): Reorganize somewhat in order
5597         to avoid unnecesary recalculation inside loop and make
5598         tail call failure code cleaner.
5599
5600 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5601
5602         * alias.c (nonlocal_reference_p): Minor reformatting.
5603         * reload.c (find_equiv_reg): Simplify logic for
5604         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5605         some some reformatting.
5606         * reload1.c (reload_combine): Don't assume everything in
5607         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5608
5609 2000-05-08  Richard Henderson  <rth@cygnus.com>
5610
5611         * final.c (current_insn_predicate): New.
5612         (final_scan_insn): Set it.
5613         * output.h (current_insn_predicate): Declare.
5614
5615         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5616         Attach it to call insns.
5617         (cond_exec_process_if_block): Track probability for true and
5618         false branches.
5619         (dead_or_predicable): Likewise.
5620
5621         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5622         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5623         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5624         (estimate_probability, expected_value_to_br_prob): Use them.
5625
5626         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5627         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5628         (ia64_expand_prediction): New.
5629         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5630         as needed after calls.
5631         (ia64_epilogue_uses): Mark b0 used.
5632         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5633         (bne_true, bne_false): Remove.
5634         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5635         (br_true, br_false): New.  Use predicate_operator and
5636         ia64_expand_prediction.
5637         (return_true, return_false): Likewise.
5638         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5639         (call_internal1, call_value_internal): Likewise.
5640         (call_value_internal1, call_multiple_values_internal1): Likewise.
5641
5642         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5643
5644         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5645
5646 2000-05-08  Richard Henderson  <rth@cygnus.com>
5647
5648         * rtlanal.c (may_trap_p): Consider old-style and volatile
5649         asms to trap.
5650
5651 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5652
5653         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5654
5655 2000-05-08  Richard Henderson  <rth@cygnus.com>
5656
5657         * config/ia64/ia64.h (predicate_operator): Declare.
5658
5659         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5660         of existance.
5661
5662         * gensupport.c (process_rtx): Copy and post-process each member
5663         of the define_insn rtvec individually.
5664
5665 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5666
5667         * cpplex.c (spell_token): New function.
5668         (TOKEN_LEN): Add 1 for whitespace.
5669         (_cpp_lex_file): Update to use spell_token.
5670         * cpplib.h (E): Remove.
5671         (TTYPE_TABLE): Update CPP_VSPACE entry.
5672
5673 2000-05-08  Richard Henderson  <rth@cygnus.com>
5674
5675         * flow.c (init_propagate_block_info): Watch out for conditional
5676         branch to next instruction, and thus one outgoing edge.
5677
5678         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5679         for global register variables; don't special case __[CD]TOR_LIST__;
5680         mind ggc_p for string allocation.
5681
5682 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5683
5684         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5685
5686 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5687
5688         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5689         i?86-*-msdosdjgpp* no longer uses fixincludes
5690         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5691         * fixinc/inclhack.sh:  deleted
5692         * fixinc/hackshell.tpl:  deleted
5693         * fixinc/inclhack.tpl:  deleted
5694         * fixinc/Makefile.in:  Remove dependencies on above
5695         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5696
5697 2000-05-08  Andreas Jaeger  <aj@suse.de>
5698
5699         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5700         support.
5701
5702 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5703
5704         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5705         substitutions.
5706
5707 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5708
5709         * cpplex.c: Move new lexer definitions and prototypes
5710         to top.  Conditional include these and the code if
5711         NEW_LEXER is defined.  Rename functions whose names
5712         clash if this code included.
5713
5714 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5715
5716         * rtl.def (COND_EXEC): Clarify.
5717
5718         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5719         same fashion as zero_extendsidi2.
5720
5721 2000-05-06  Richard Henderson  <rth@cygnus.com>
5722
5723         * config/ia64/ia64.c (predicate_operator): New.
5724         (ia64_print_operand): Handle 'J'.
5725         (rtx_needs_barrier): Handle COND_EXEC.
5726         * config/ia64/ia64.h (BRANCH_COST): Define.
5727         (PREDICATE_CODES): Update.
5728         * config/ia64/ia64.md: Docuement used unspec values.
5729         (attr predicable): New.
5730         (movxf, movxf_internal): New.
5731         (extendsfdf2): Don't comment out nop.
5732         (floatdidf2): Remove.
5733         (truncxfsf2, truncxfdf2, floatdixf2): New.
5734         (abssi2, absdi2): Put the neg in the "true" slot.
5735         (conditional branch instructions): Mark not predicable.
5736         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5737         (abs*_internal): Likewise.
5738         (alloc, set_bsp): Mark not predicable.
5739         (barrier, insn_group_barrier, flush_cache): Likewise.
5740         (define_cond_exec): New.
5741
5742 2000-05-06  Richard Henderson  <rth@cygnus.com>
5743
5744         * c-decl.c: Include "tm_p.h".
5745
5746         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5747         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5748         (ia64_expand_op_and_fetch): Declare.
5749         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5750         (setjmp_operand): Constify variables for XSTR.
5751         (ia64_encode_section_info): Likewise.
5752         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5753         values to int.
5754         (ia64_asm_output_external): Constify name.
5755         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5756         (process_for_unwind_directive): Provide switch default.
5757         (ia64_expand_compare_and_swap): Remove unused variables.
5758         (ia64_expand_builtin): Likewise.
5759         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5760         for printing.
5761
5762         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5763         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5764         (shift_count_operand, shift_32bit_count_operand): Likewise.
5765         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5766         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5767         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5768         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5769         (ia64_expand_builtin): Likewise.
5770         (call_multiple_values_operation): Make dest_regno unsigned.
5771
5772 2000-05-06  Richard Henderson  <rth@cygnus.com>
5773
5774         * rtl.def (DEFINE_COND_EXEC): New.
5775         * md.texi: Document it.
5776
5777         * gensupport.c (input_file): Remove.
5778         (struct queue_elem): Add lineno.
5779         (rtx_ready_queue): Remove.
5780         (errors): New.
5781         (predicable_default): New.
5782         (predicable_true, predicable_false): New.
5783         (define_attr_queue, define_attr_tail): New.
5784         (define_insn_queue, define_insn_tail): New.
5785         (define_cond_exec_queue, define_cond_exec_tail): New.
5786         (other_queue, other_tail): New.
5787         (queue_pattern): New.
5788         (process_rtx): Add patterns to the appropriate queues.
5789         (is_predicable, identify_predicable_attribute): New.
5790         (n_alternatives, collect_insn_data): New.
5791         (alter_predicate_for_insn, alter_test_for_insn): New.
5792         (shift_output_template, alter_output_for_insn): New.
5793         (process_one_cond_exec, process_define_cond_exec): New.
5794         (init_md_reader): Read the entire file.  Process define_cond_exec.
5795         (read_md_rtx): Return elements from the queues.
5796
5797 2000-05-06  Richard Henderson  <rth@cygnus.com>
5798
5799         * flow.c (mark_set_1): Don't update conditional life info
5800         if the register is not_dead.
5801
5802 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5803
5804         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5805         (mostlyclean): Also delete fixincl, fixinc.sh, and
5806         specs.ready, and make clean in the fixinc subdir.
5807
5808 2000-05-06  Richard Henderson  <rth@cygnus.com>
5809
5810         * Makefile.in (gensupport.o): Compile for the host.
5811         (host-prefix gensuuprt.o): Remove.
5812         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5813         (genattrtab.o): Likewise.
5814         (gencodes.o): Depend on gensupport.h.
5815         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5816         (genpeep.o, genattr.o, genoutput.o): Likewise.
5817
5818         * gensupport.c (obstack, rtl_obstack): New.
5819         (init_md_reader): Initialize rtl_obstack.
5820         * gensupport.h (rtl_obstack): Declare.
5821         (message_with_line): Declare.
5822
5823         * genattr.c: Remove all traces of obstack manipulation.
5824         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5825         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5826
5827         * genattrtab.c (obstack, rtl_obstack): Remove.
5828         (main): Don't init rtl_obstack.
5829         * genflags.c: Likewise.
5830
5831         * genrecog.c (message_with_line): Move ...
5832         * gensupport.c: ... here.
5833
5834 2000-05-06  Richard Henderson  <rth@cygnus.com>
5835
5836         * c-typeck.c (build_c_cast): Remove dead code.
5837
5838 2000-05-06  Richard Henderson  <rth@cygnus.com>
5839
5840         * flow.c (split_edge): Don't allocate global_live_at_start for
5841         the new block unless the old blocks had them as well.
5842
5843         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5844
5845         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5846         test_bb if a or b uses x.
5847
5848 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5849
5850         * cpphash.h: Remove conditional #define of __extension__.
5851         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5852         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5853         (ENABLE_RTL_CHECKING only).
5854         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5855         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5856         (ENABLE_TREE_CHECKING only).
5857         * varray.h: Add __extension__ to VARRAY_CHECK macro
5858         (ENABLE_CHECKING only).
5859
5860 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5861
5862         Use new tail-calling mechanism on ARM.
5863         * arm.md (sibcall, sibcall_value): New expands.
5864         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5865         (tailcalling peepholes): Delete.
5866         (push_multi): Simplify.
5867         * arm.c (lr_save_eliminated): Delete definition.
5868         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5869         (output_return_instruction): Remove checks on lr_save_eliminated.
5870         (output_arm_prologue): Remove old tail-calling code.
5871         (arm_output_epilogue): New parameter, really_return.  All callers
5872         changed.  Handle tail-calling epilogues.
5873         * arm.h (lr_save_eliminated): Delete declaration.
5874         (frame_pointer_needed): Delete declaration.
5875         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5876
5877         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5878         TARGET_ARM.
5879         * arm.c (thumb_code): Define it.
5880         (arm_override_options): Set it.
5881         * arm.h (thumb_code): Declare it.
5882
5883 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5884
5885         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5886
5887 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5888
5889         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5890         bogus clobber to insns.
5891         (load_multiple_operation, store_mulitple_operation): Don't check
5892         for it.
5893         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5894
5895         * arm.md (and_scc, ior_scc): Add missing mode.
5896
5897         * arm.md (call_value_symbol): Remove predicate from op2.
5898
5899         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5900
5901 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5902
5903         * expr.c (get_subtarget): New function.
5904         (force_operand, expand_expr, do_store_flag): Use it.
5905
5906         * toplev.c (compile_file): Don't take strlen of NAME if null.
5907
5908 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5909
5910         * xcoffout.c (xcoff_current_include_file,
5911         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5912         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5913         char *'.
5914         (xcoffout_declare_function): Make name 'const char *'.
5915         (xcoffout_end_epilogue): Make fname 'const char *'
5916         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5917         xcoffout_declare_function, xcoffout_source_line): Match above.
5918
5919         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5920         -maix64 is error.
5921         * rs6000.c (print_operand): Fix lossage typo.
5922         (output_cbranch): Remove "cr" decoration for now.
5923         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5924
5925 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5926
5927         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5928         constant count.
5929
5930 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5931
5932         * fixinc/genfixes: Improve the matching for make target names
5933
5934 2000-05-05  Catherine Moore  <clm@cygnus.com>
5935
5936         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5937         attribute to the decl.
5938         * c-decl.c (pushdecl): Propagate the USED attribute to the
5939         type copy.
5940
5941 2000-05-05  Richard Henderson  <rth@cygnus.com>
5942
5943         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5944         same way emit_group_load does.
5945
5946 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5947
5948         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5949
5950         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5951         (main): Likewise.
5952
5953 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5954
5955         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5956
5957 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5958
5959         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5960         to support -shared, on platforms with dynamic libraries.
5961
5962 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5963
5964         * system.h (S_ISBLK): Provide fallback definition.
5965
5966 2000-05-05  Geoff Berry  <geoffb@bops.com>
5967
5968         * extend.texi (Extended Asm): Document inability to give asm
5969         statements access to condition codes.
5970
5971 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5972
5973         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5974         as arg 2 of UNIQUE_SECTION.
5975
5976 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5977
5978         * predict.c: Remove May 4 change.
5979         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5980         if we have predicted the branch at 50-50 probability.
5981
5982 2000-05-05  Richard Henderson  <rth@cygnus.com>
5983
5984         * flow.c (init_propagate_block_info): Fix merge error
5985         in HAVE_conditional_execution code.
5986
5987 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5988
5989         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5990         shift cycle for unknown shift count. Also generates dec + brpl.
5991         (ashlqi3_out): Don't generate dec + brpl which now generates by
5992         `out_shift_with_cnt'.
5993         (ashlhi3_out): Likewise.
5994         (ashlsi3_out): Likewise.
5995         (ashrqi3_out): Likewise.
5996         (ashrhi3_out): Likewise.
5997         (ashrsi3_out): Likewise.
5998         (lshrqi3_out): Likewise.
5999         (lshrhi3_out): Likewise.
6000         (lshrsi3_out): Likewise.
6001
6002 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
6003
6004         * gcc.c (free_split_directories): Correct typo in explanation
6005         of make_relative_prefix.
6006
6007 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
6008
6009         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
6010         comparison codes to branch_comparison_operator.
6011
6012 2000-05-04  Richard Henderson  <rth@cygnus.com>
6013
6014         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
6015
6016 2000-05-04  Richard Henderson  <rth@cygnus.com>
6017
6018         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
6019         (DPBIT_FUNCS): Remove _sf_to_usi.
6020         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
6021
6022         * ifcvt.c (noce_process_if_block): Fail if A or B modified
6023         between condition and jump.
6024
6025         * libgcc2.c (near eh_context_specific): Comment #endif string.
6026         * longlong.h: Don't use strings with embedded newlines.
6027
6028 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
6029
6030         * config/rs6000/rs6000-protos.h: Add output_cbranch.
6031         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
6032         (print_operand): Delete %t and %T codes.
6033         (output_cbranch): New function.  Support branch prediction.
6034         * config/rs6000/rs6000.md: Use output_cbranch for
6035         conditional branches and returns.
6036
6037 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
6038
6039         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
6040         * stor-layout.c (place_field): Likewise.
6041         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
6042         * expr.c (store_expr): Make align unsigned.
6043         * explow.c (plus_constant_wide): Make low words unsigned.
6044         * expmed.c (choose_multiplier): Likewise.
6045         * fold-const.c (fold):  Likewise.
6046         * tree.h (build_int_2): Likewise.
6047         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
6048         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
6049         (init_emit): Change cast to unsigned char*.
6050         * varasm.c (compare_constant_1): Add cast to char*.
6051         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
6052         * reload1.c (reload): Likewise.
6053
6054         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
6055
6056 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
6057
6058         * predict.c (estimate_probability): If no prediction was found, then
6059         predict the successor that is the next physical block (if such a
6060         successor exists).
6061
6062 2000-05-04  Richard Henderson  <rth@cygnus.com>
6063
6064         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
6065
6066 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6067
6068         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
6069
6070 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
6071
6072         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
6073         attribute macros from here ...
6074         (CPP_SPEC): to here.
6075         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
6076         (CPP_SPEC): Likewise.
6077         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
6078
6079         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
6080         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
6081
6082 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6083
6084         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
6085
6086         * diagnostic (vbuild_message_string, build_message_string,
6087         build_location_prefix, output_get_prefix, init_output_buffer,
6088         output_notice, vline_wrapper_message_with_location,
6089         v_message_with_decl, default_print_error_function): De-constify.
6090         (set_real_maximum_length): Prototype.
6091
6092         * diagnostic.h (struct output_buffer, init_output_buffer,
6093         output_get_prefix, output_set_prefix): De-constify.
6094
6095         * function.c (init_function_start): Constify.
6096
6097         * gensupport.c (remove_constraints, process_rtx): Prototype.
6098
6099         * gthr-posix.h: Indent uses of #pragma.
6100
6101         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
6102         Prototype.
6103
6104         * predict.c (find_expected_value): Delete prototype.
6105         (expected_value_to_br_prob): Initialize variable `ev_reg'.
6106
6107         * sbitmap.h (debug_sbitmap): Prototype.
6108
6109         * ssa.c (compute_coalesced_reg_partition): Prototype.
6110
6111         * stor-layout.c (debug_rli): Prototype.
6112
6113         * tree.h (round_down): Prototype.
6114         (init_function_start): Constify.
6115
6116 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
6117
6118         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
6119         (overly conservative).  Change extern inline wrappers to
6120         static inline, define them always, use PARAMS properly.
6121         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
6122         whitespace warnings for \f and \v at the beginning of a line.
6123
6124 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
6125
6126         * haifa-sched.c (schedule_insns): Free the flow edge list when it
6127         is no longer needed
6128
6129 2000-05-04  Bruce Korb  <bkorb@gnu.org>
6130
6131         * fixincl/inclhack.def: added broken_cabs -
6132         Remove `extern double cabs' declarations from math.h
6133         * fixincl/inclhack.sh: regen
6134         * fixincl/fixincl.x: regen
6135         * fixincl/fixincl.c: Remove BOGOSITY code
6136         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
6137
6138 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6139
6140         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
6141         MEM_ALIAS_SET.
6142         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
6143         when calling MEM_COPY_ATTRIBUTES.
6144         * emit-rtl.c (operand_subword, change_address): Likewise.
6145         * explow.c (stabilize): Likewise.
6146         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
6147         * integrate.c (copy_rtx_and_substitute): Likewise.
6148         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
6149         when calling MEM_COPY_ATTRIBUTES.
6150         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
6151         Likewise.
6152         * cse.c (gen_lowpart_if_possible): Likewise.
6153         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
6154         * optabs.c (gen_move_insn): Likewise.
6155         * recog.c (validate_replace_rtx_1): Likewise.
6156         * simplify-rtx.c (add_mem_for_addr): Likewise.
6157         * stmt.c (expand_anon_union_decl): Likewise.
6158         * config/arm/arm.md: Likewise.
6159         * config/h8300/h7300.c (fix_bit_operand): Likewise.
6160         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
6161         (block_move_no_loop, block_move_sequence): Likewise.
6162         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
6163         * config/alpha/alpha.c (get_aligned_mem): Likewise.
6164         Clear MEM_ALIAS_SET.
6165         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
6166         MEM_COPY_ATTRIBUTES.
6167
6168 2000-05-03  Robert Lipe <robertlipe@usa.net>
6169
6170         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
6171         to suppress libgcc1.
6172         (i[34567]86-*-sco3.2v5*) Likewise.
6173         (i[34567]86-*-sco3.2v4*) Likewise.
6174         (i[34567]86-*-sco) Likewise.
6175         (i[34567]86-*-solaris2) Likewise.
6176         (i[34567]86-*-sysv5*) Likewise.
6177         (i[34567]86-*-sysv4*) Likewise.
6178         (i[34567]86-*-udk*) Likewise.
6179         (i[34567]86-*-sysv*) Likewise.
6180
6181 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6182
6183         * cpphash.h (U): New define, to correct type of string constants.
6184         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
6185         routines, to do casts when passing unsigned strings to libc.
6186         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
6187
6188         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
6189         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
6190         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
6191         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
6192         second argument an U_CHAR *.
6193
6194         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
6195         length field, clean up initializer.
6196         (ISTABLE): Add __extension__ to designated-
6197         initializers version.
6198         * cpplex.c (CHARTAB): Likewise.
6199
6200         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
6201         case so the file won't be empty.
6202
6203 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
6204
6205         * bb-reorder.c (struct reorder_block_def): Member succ removed.
6206         (REORDER_BLOCK_SUCC): Removed.
6207         (enum reorder_skip_type): Removed.
6208         (skip_insns_between_block): Renamed to skip_insns_after_block.
6209         Removed second argument. Removed dead code and cleaned up.
6210         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
6211         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
6212         second parameter to skip_insns_after_block.
6213
6214 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6215
6216         * tree.c (staticp, case LABEL_DECL): New case.
6217
6218 2000-05-03  Richard Henderson  <rth@cygnus.com>
6219
6220         * Makefile.in (start.encap): Do not depend on LIBGCC1.
6221
6222         * mklibgcc1.in: Fix typo last change.
6223
6224 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6225
6226         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
6227         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
6228         (GCC_CFLAGS): Use it.
6229         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
6230         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
6231         objc/Make-lang.in: Use it.
6232
6233 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
6234
6235         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
6236
6237 2000-05-03  Richard Henderson  <rth@cygnus.com>
6238
6239         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
6240         LIBGCC1 empty with libgcc1.null.
6241
6242 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
6243
6244         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
6245         change.
6246
6247 2000-05-03  Greg McGary  <gkm@gnu.org>
6248
6249         * tree.h (tree_common): Add bounded_flag member.  Remove
6250         inaccurate comment about number of remaining bits.
6251         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
6252         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6253         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6254         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6255         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
6256         (TYPE_QUAL_BOUNDED): New constant.
6257         (TYPE_QUALS): Handle bounded qualifier.
6258         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
6259         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6260         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6261         TYPE_AMBIENT_BOUNDEDNESS): New macros.
6262         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
6263         (tree_type): Add pointer_depth member.  Remove
6264         inaccurate comment about number of remaining bits.
6265         (DECL_POINTER_DEPTH): Add macro.
6266         (tree_decl): Add pointer_depth member.
6267
6268 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
6269
6270         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
6271         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
6272         (lshrhi3_out): Likewise.
6273         (ashrsi3_out): bugfix in shift by 8.
6274         (test_hard_reg_class): New function.
6275         * config/avr/avr.md: Bugfix inside conditions in peepholes.
6276         (ashlhi3): removed define_expand of this pattern.
6277         (*ashlhi3_insn): renamed to ashlhi3.
6278         (ashlsi3): removed define_expand of this pattern.
6279         (*ashlsi3_insn): renamed to ashlsi3.
6280         (ashrqi3): removed define_expand of this pattern.
6281         (*ashrqi3_insn): renamed to ashrqi3.
6282         (ashrhi3): removed define_expand of this pattern.
6283         (*ashrhi3_insn): renamed to ashrhi3.
6284         (ashrsi3): removed define_expand of this pattern.
6285         (*ashrsi3_insn): renamed to ashrsi3.
6286         (lshrhi3): removed define_expand of this pattern.
6287         (*lshrhi3_insn): renamed to lshrhi3.
6288         (lshrsi3): removed define_expand of this pattern.
6289         (*lshrsi3_insn): renamed to lshrsi3.
6290
6291 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
6292
6293         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
6294         inclusion of "system.h".
6295
6296 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
6297
6298         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
6299         TREE_ASM_WRITTEN.
6300
6301 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
6302
6303         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
6304         if -mauto-pic is on.
6305         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
6306         -mconstant-gp is in effect and function-descriptors are being used
6307         to make indirect calls.
6308         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
6309         (MASK_AUTO_PIC): Ditto.
6310         (TARGET_CONST_GP): Ditto.
6311         (TARGET_AUTO_PIC): Ditto.
6312         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
6313         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
6314         -mno-pic is in effect.
6315         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
6316         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
6317         -mauto-pic is in effect.
6318         (gprel64_offset): New pattern.
6319         (load_gprel64): Ditto.
6320         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
6321         -mconstant-gp is in effect, no need to preserve gp around direct
6322         calls.
6323         (call_value): Ditto.
6324         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
6325         (FUNCTION_PROFILER): Define.
6326         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
6327         @fptr() directive when -mno-pic or -mauto-pic is in effect.
6328         (ASM_OUTPUT_DESTRUCTOR): Ditto.
6329
6330 2000-05-03  Richard Henderson  <rth@cygnus.com>
6331
6332         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
6333         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
6334         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
6335         (mklibgcc, libgcc.mk): New targets.
6336         (libgcc.a): Use libgcc.mk.
6337         (stmp-multilib): Likewise.
6338         (stmp-multilib-sub): Remove.
6339         (mostlyclean): Don't delete libgcc2 temp files.
6340         * configure.in (AC_PROG_CC_C_O): Add.
6341         (NO_MINUS_C_MINUS_O): Substitute it.
6342         (all_outputs): Add mklibgcc.
6343         * mklibgcc.in: New file.
6344
6345 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6346
6347         * cppexp.c (op_t): Make an int.
6348
6349         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
6350
6351         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
6352
6353         * gensupport.c (process_rtx): Fix macros used.
6354
6355 2000-05-03  Richard Henderson  <rth@cygnus.com>
6356
6357         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
6358         call-clobbered registers of a call.
6359
6360 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
6361
6362         * gensupport.c: New file.
6363         * gensupport.h: New file.
6364         * Makefile.in (HOST_RTL): Depend on gensupport.
6365         (gensupport.o) New rule.
6366         * genattr.c: Use gensupport for reading .md files.
6367         * genattrtab.c: Ditto.
6368         * gencodes.c: Ditto.
6369         * genconfig.c: Ditto.
6370         * genemit.c: Ditto.
6371         * genextract.c: Ditto.
6372         * genflags.c: Ditto.
6373         * genopinit.c: Ditto.
6374         * genoutput.c: Ditto.
6375         * genpeep.c: Ditto.
6376         * genrecog.c: Ditto.
6377         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
6378         * md.texi (Insn Splitting): Document define_insn_and_split.
6379
6380 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
6381
6382         * flow.c (verify_flow_info): Added two more sanity checks. The
6383         first checks that the blocks are numbered consecutively. The second
6384         checks that n_basic_blocks is actually equal to the number of
6385         basic blocks in the insn chain.
6386
6387 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6388
6389         * cpplib.h: Add accessor macros for token lists.
6390         * cpplib.c, cpphash.c, cpplex.c: Use them.
6391
6392 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6393
6394         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
6395         memory usage if not in a function.
6396         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
6397         return address if static.
6398
6399 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6400
6401         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
6402         whether address may trap.
6403
6404 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
6405
6406         * bb-reorder (chain_reorder_blocks): Changed code to test for
6407         EDGE_FALLTHRU rather than making erroneous assumption that the
6408         first outgoing edge is the fall-through edge.
6409
6410 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
6411
6412         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
6413         ABI for varargs, across all MIPS. This is incompatible because the
6414         va_list (__builtin_va_list) structure is different, so a compilation
6415         unit passing a va_list and a compilation unit being passed one, should
6416         both be compiled with the same ABI. (The old structure had two
6417         pointers, now it has three.)
6418
6419 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
6420
6421         * bb-reorder.c (struct reorder_block_def): Remove members end,
6422         block_begin, and block_end.
6423         (REORDER_BLOCK_OLD_END): Delete.
6424         (REORDER_BLOCK_BEGIN): Delete.
6425         (REORDER_BLOCK_END): Delete.
6426         (chain_reorder_blocks): Remove dead code.
6427
6428 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
6429
6430         * bb-reorder.c (remove_scope_notes): Check for both types of scope
6431         notes as the end of a basic block before deleting.
6432
6433 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
6434
6435         * final.c (final_start_function): Fix spelling of "necessary".
6436
6437 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
6438
6439         * toplev.c (debug_ignore_block): Return int.
6440         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6441         * toplev.h, dwarf2out.h: Adjust.
6442         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6443
6444         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6445         * toplev.c, final.c, rtl.h: Adjust.
6446
6447 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6448
6449         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6450         * configure.in: Look for makeinfo in the unified tree, then
6451         for a system makeinfo which is sufficiently new.
6452         * Makefile.in: If configure says makeinfo is too old, don't
6453         build or install Info documentation.
6454
6455 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6456
6457         * cpphash.c (collect_params): Fix off-by-one error.
6458         (dump_hash_helper): Dump all four macro nodetypes.
6459
6460 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6461
6462         * cpphash.c (trad_stringify): Adjust p after stringification as
6463         well.
6464
6465 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6466
6467         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6468         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6469
6470         * cppfiles.c (file_cleanup): Delete.
6471         * cpphash.c (macro_cleanup): Delete.
6472         (collect_objlike_expansion, collect_funlike_expansion,
6473         macarg, scan_arguments): Remove CPP_POP case.
6474
6475         * cpplex.c (null_cleanup): Delete.
6476         (cpp_pop_buffer): Do the work that was done in the cleanups
6477         here.  Call _cpp_unwind_if_stack from here.
6478         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6479         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6480         stack is the buffer _below_ the one we stacked.
6481         (cpp_get_token): Always pop an exhausted buffer.  Return
6482         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6483         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6484         increment the line number.
6485         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6486
6487         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6488         we see CPP_EOF and the top of stack is the buffer _below_ the
6489         one we stacked.
6490         * scan-decls.c: Likewise.
6491
6492 2000-05-02  Andrew Haley  <aph@cygnus.com>
6493
6494         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6495         where this function is called for the second time on a decl that
6496         has had its section info changed in such a way as to move it out
6497         of small data/bss.
6498         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6499
6500 2000-05-01  Richard Henderson  <rth@cygnus.com>
6501
6502         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6503         the sequence we're moving, not to merge_bb->head.
6504
6505 2000-05-01  Richard Henderson  <rth@cygnus.com>
6506
6507         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6508         reference to alpha/t-linux.
6509         (alpha*-*-linux-gnu*): Likewise.
6510         * configure: Rebuild.
6511
6512         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6513
6514         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6515         if not in SSA form.
6516
6517         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6518
6519 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6520
6521         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6522         TREE_THIS_VOLATILE.
6523
6524 2000-05-01  Richard Henderson  <rth@cygnus.com>
6525
6526         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6527         emit_conditional_move.
6528
6529 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6530
6531         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6532         as the dynamic linker.
6533
6534 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6535
6536         * cppfiles.c (open_include_file): Open file in blocking mode.
6537         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6538         Only exclude block devices and directories.
6539
6540         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6541         static.  Allocate the hashnode and its string in the same
6542         block of memory.
6543         (del_HASHNODE): Don't free h->name.
6544         (_cpp_lookup): If there is no entry for this string, create
6545         one, of type T_VOID.
6546         (_cpp_lookup_slot): Delete.
6547         * cpphash.h: Update prototypes.
6548
6549         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6550         not hp == NULL.
6551         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6552         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6553         node here, just fill in the value field properly.  "Delete"
6554         entries by setting the value field to T_VOID.  Check for
6555         hp->type == T_VOID, not hp == NULL.
6556
6557         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6558         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6559         hashtab.h.
6560
6561 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6562
6563         * config/mn10300/mn10300.c (print_operand_address): Do not add
6564         zero to SP.
6565
6566         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6567         adjusted by less than 256 bytes, use ret regardless of having any
6568         callee-saved register to restore.
6569
6570 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6571
6572         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6573
6574 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6575
6576         * config/i386/djgpp.h (INT_ASM_OP): Define.
6577         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6578         (ASM_WEAKEN_LABEL): Define.
6579         (MASK_BNU210): Define.
6580         (SUBTARGET_SWITCHES): Define.
6581         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6582         (MAKE_DECL_ONE_ONLY): Define.
6583         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6584
6585 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6586
6587         * i386/cygwin.h (INT_ASM_OP): Define.
6588
6589 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6590
6591         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6592         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6593
6594 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6595
6596         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6597         __tmp_reg__ and __zero_reg__ initialization.
6598
6599 2000-04-30  Richard Henderson  <rth@cygnus.com>
6600
6601         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6602
6603         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6604         referenced bewteen the condition and the jump.  Don't delete
6605         anything but the jump.
6606
6607 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6608
6609         * bb-reorder.c (scope_def): New struct.
6610         (scope_forest_info): New struct.
6611         (struct reorder_block_def): New member "scope".
6612         (REORDER_BLOCK_SCOPE): New macro.
6613         (relate_bbs_with_scopes): New function and prototype.
6614         (make_new_scope): Likewise.
6615         (build_scope_forest): Likewise.
6616         (remove_scope_notes): Likewise.
6617         (insert_intra_1): Likewise.
6618         (insert_intra_bb_scope_notes): Likewise.
6619         (insert_inter_bb_scope_notes): Likewise.
6620         (rebuild_scope_notes): Likewise.
6621         (free_scope_forest_1): Likewise.
6622         (free_scope_forest): Likewise.
6623         (dump_scope_forest): Likewise.
6624         (dump_scope_forest_1): Likewise.
6625         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6626         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6627         block.
6628         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6629         and remove_scope_notes before reordering is done. Added calls to
6630         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6631         after reordering is done.
6632
6633 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6634
6635         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6636         removed two stale entries (defined away with OLD_CPP).
6637         * fixinc/inclhack.sh: regen
6638         * fixinc/fixincl.x: regen
6639
6640 2000-04-30  Richard Henderson  <rth@cygnus.com>
6641
6642         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6643         from the last insn in the sequence.
6644
6645 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6646
6647         * cpplex.c (cpp_idcmp): New function.
6648         * cpplib.h: Prototype it.
6649         * scan_decls.c (scan_decls): Use it to inspect token names.
6650         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6651         the file being run through the preprocessor.
6652         (check_macro_names): Provide length of token to cpp_defined.
6653
6654         * Makefile.in: Remove stale warning message.
6655
6656         * cppfiles.c (redundant_include_p): Provide length of token to
6657         cpp_defined.
6658         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6659         values are unsigned int.
6660         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6661         (_cpp_lookup_slot): Do not calculate the hash, either.
6662         * cpphash.h: Update prototypes.
6663         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6664         Hashes are unsigned int.  Calculate hash here, pass by value
6665         to _cpp_lookup_slot.
6666
6667 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6668
6669         * simplify-rtx.c (check_value_useless): Delete function.
6670         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6671         by hand.
6672         (cselib_invalidate_regno): Likewise.
6673         (cselib_invalidate_mem_1): Likewise.
6674         (references_value_p): Recognize useless values by the fact that they
6675         have no locations.
6676         (discard_useless_values): Likewise.
6677         (cselib_record_set): This may turn a useless value
6678         into a useful one.
6679
6680 2000-04-30  Richard Henderson  <rth@cygnus.com>
6681
6682         * config/d30v: New port.
6683
6684         * configure.in (d30v-*): Set fp format.
6685         * configure: Rebuild.
6686
6687 2000-04-30  Richard Henderson  <rth@cygnus.com>
6688
6689         * ifcvt.c: New file.
6690         * Makefile.in (OBJS): Add it.
6691         (ifcvt.o): New target.
6692         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6693         and conditional arithmetic.
6694         (find_insert_position): Remove.
6695         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6696         * toplev.c (DFI_ce, DFI_ce2): New.
6697         (dump_file): Add ce and ce2 dumps.
6698         (rest_of_compilation): Run if_convert a couple o times.  Set
6699         cse_not_expected after cse2.  Don't set no_new_pseudos until
6700         after sched1 or recompute_reg_usage.
6701
6702 2000-04-30  Richard Henderson  <rth@cygnus.com>
6703
6704         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6705         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6706
6707 2000-04-30  Richard Henderson  <rth@cygnus.com>
6708
6709         * flow.c (struct reg_cond_life_info): New.
6710         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6711         (init_propagate_block_info): Initialize them.
6712         (free_propagate_block_info): Destruct them.
6713         (mark_set_1): Consider conditional life before killing a register.
6714         (mark_regno_cond_dead): New.
6715         (free_reg_cond_life_info): New.
6716         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6717         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6718         (mark_used_reg): Record conditional life.
6719
6720         * haifa-sched.c (schedule_insns): Disable death counting
6721         sanity check for HAVE_conditional_execution.
6722
6723 2000-04-30  Richard Henderson  <rth@cygnus.com>
6724
6725         * Makefile.in (TIMEVAR_H): New.
6726         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6727         (timevar.h): Remove rule.
6728
6729 2000-04-29  Richard Henderson  <rth@cygnus.com>
6730
6731         * config/alpha/crtend.asm: Use C comments instead of #.
6732         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6733
6734         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6735
6736 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6737
6738         * cpphash.h (enum node_type: Take out T_MCONST.
6739         (union hashval): Move into struct hashnode.
6740         (struct hashnode): Pack tighter.  Remove file, line, col
6741         members.
6742         * cpphash.c: Constify most of the macro-definition structures.
6743         (struct definition): Replace by struct object_defn
6744         and struct funct_defn.  Put file, line, column information
6745         here.  All users updated to match.
6746         (_cpp_create_definition, _cpp_macroexpand): Remove special
6747         case for #define WORD OTHERWORD.
6748         * cpplib.c (do_undef): Remove T_MCONST case.
6749
6750         * cpphash.h: Move struct reflist, struct definition, and the
6751         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6752         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6753         * cpphash.c (_cpp_free_definition): Free data pointed to by
6754         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6755         (_cpp_create_definition, del_HASHNODE): Just call
6756         _cpp_free_definition to clear out a hashnode.
6757         * cpplib.c (do_pragma_poison): Likewise.
6758
6759 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6760
6761         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6762         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6763         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6764         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6765         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6766         REGNO_AM33_P): Redefine in terms of the new macros.
6767         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6768         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6769         STRUCT_VALUE): Likewise.
6770         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6771         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6772
6773 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6774
6775         * regmove.c (struct record_stack_memrefs_data): New.
6776         (record_stack_memrefs): New function.
6777         (combine_stack_adjustments_for_block): Use it.
6778
6779 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6780
6781         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6782         use special_function_p to detect alloca.
6783
6784 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6785
6786         * gcc.texi: Fixes for makeinfo 4.0 --html.
6787
6788 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6789
6790         * pcp.h: Delete file.
6791
6792 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6793
6794         * h8300.c (function_epilogue): Clean up flags when the last insn
6795         in a function is a barrier.
6796
6797 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6798
6799         * configure.in (sparc-hal-solaris2*): protect [] glob from
6800         my expansion.
6801         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6802         rather than hard-coded constants in target_cpu_default2.
6803         * configure: Regenerate.
6804
6805 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6806
6807         * tree.c (get_callee_fndecl): Extract the initial value from
6808         a readonly decl.
6809
6810 2000-04-28  Richard Henderson  <rth@cygnus.com>
6811
6812         * varasm.c (record_constant_1): Record the CODE_LABEL when
6813         taking the address of a LABEL_REF.
6814
6815 2000-04-28  Richard Henderson  <rth@cygnus.com>
6816             Jan Hubicka  <jh@suse.cz>
6817
6818         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6819         adjustment; don't do the stack adjust.
6820         (expand_call): Call compute_argument_block_size right before
6821         allocating the block; update comment; don't do alignment sanity
6822         checking for sibling call; use args_size instead of
6823         unadjusted_args_size before args_size is adjusted.  Use
6824         combine_pending_stack_adjustment_and_call to compute stack adjust
6825         for must_preallocate case.
6826
6827         * expr.c (push_block): Remove shadow `temp' in inner scope.
6828
6829 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6830
6831         * toplev.c (rest_of_compilation): Call
6832         note_deferral_of_defined_inline_function even if the function
6833         can't be inlined.
6834
6835 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6836
6837         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6838
6839 2000-04-28  Richard Henderson  <rth@cygnus.com>
6840
6841         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6842
6843 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6844
6845         * timevar.c (init_timevar): DeANSIfy function definition.
6846
6847 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6848
6849         * Makefile.in (timevar.o): Depend on flags.h.
6850         * timevar.c (unused_stack_instances): New variable.
6851         (timevar_push): Take a timevar_stack_def from
6852         unused_stack_instances if available.
6853         (timevar_pop): Push the popped timevar_stack_def onto
6854         unused_stack_instances.
6855         (TIMEVAR_ENABLE): New macro.
6856         (timevar_def): Make standalone a 1-bit field.  Add field used.
6857         (get_time): Rename parameter to now.  Return after clearing it if
6858         not TIMEVAR_ENABLE.
6859         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6860         (timevar_pop): Likewise.
6861         (timevar_stop): Likewise.
6862         (timevar_push): Likewise.  Mark the timing variable as used.
6863         (timevar_start): Likewise.
6864         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6865         timevars that were never used.
6866
6867 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6868
6869         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6870         always TREE_READONLY.
6871
6872 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6873
6874         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6875         for call instruction with mode QImode.
6876
6877 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6878
6879         * Makefile.in (OBJS): Add timevar.o.
6880         (toplev.o): Depend on timevar.h.
6881         (ggc-simple.o): Likewise.
6882         (ggc-page.o): Likewise.
6883         (timevar.o): New rule.
6884         (timevar.h): New rule.
6885
6886         * timevar.h: New file.
6887         * timevar.c: Likewise.
6888         * timevar.def: Likewise.
6889
6890         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6891         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6892         throughout.
6893         (TIMEVAR): Remove macro.
6894         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6895         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6896         flow_time, combine_time, regmove_time, sched_time,
6897         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6898         sched2_time, dbr_sched_time, reorder_blocks_time,
6899         rename_registers_time, shorten_branch_time, stack_reg_time,
6900         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6901         all_time): Remove.
6902         (compile_file): Don't initialize time variables.  Call
6903         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6904         of many calls to print_time.
6905         (rest_of_compilation): Add timing for reload_cse_regs.
6906         (get_run_time): Removed to timevar.c.
6907         (print_time): Likewise.
6908         (get_run_time): Implement using TV_TOTAL time variable.
6909         (print_time): Get total run time from get_run_time.
6910         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6911         computing elapsed time explicitly.
6912         * ggc-simple.c (ggc_collect): Likewise.
6913         (gc_time): Remove declaration.
6914
6915 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6916
6917         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6918         (expand_call): Use it.
6919
6920 2000-04-27  Jan Hubicka  <jh@suse.cz>
6921
6922         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6923         fields.
6924
6925 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6926
6927         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6928         registers.
6929
6930 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6931
6932         * function.c (epilogue_done): Pass whole insn to record_insns.
6933
6934 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6935
6936         * cse.c (CSE_ADDRESS_COST): Remove.
6937         (find_best_addr): Add new parameter "MODE", use address_cost instead
6938         of CSE_ADDRESS_COST
6939         (address_cost): New.
6940         (fold_rtx): Update call of find_best_addr.
6941         * rtl.h (address_cost): Declare.
6942         * loop.c (general_induction_var): Add new parameter "MODE", use
6943         address_cost instead of ADDRESS_COST
6944         (init_loop): Use address_cost instead of ADDRESS_COST.
6945         (check_insn_for_givs): Update call of general_induction_var.
6946         (find_mem_givs): Likewise.
6947         (consec_sets_giv): Likewise.
6948         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6949         * i386.c (ix86_address_cost): New.
6950         * i386-protos.h (ix86_address_cost): Declare.
6951
6952 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6953
6954         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6955         registers.
6956
6957 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6958
6959         * expr.c (store_expr): Use clear_storage instead of direct memset
6960         libcall.
6961
6962 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6963
6964         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6965         ASHIFT, AND and LABEL_REF.
6966
6967 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6968
6969         * invoke.texi (-foptimize-sibling-calls): Fix.
6970
6971 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6972
6973         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6974
6975         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6976         calculation; rename const_equiv array in the preconditioning code
6977         from loop_unroll to loop_unroll_precondition
6978
6979 2000-04-27  Richard Henderson  <rth@cygnus.com>
6980
6981         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6982         add new_set.
6983         (propagate_one_insn): Clear it.  Don't update reg_live here.
6984         (init_propagate_block_info): Update for pbi member changes.
6985         (free_propagate_block_info): Likewise.
6986         (mark_set_1): Know that zero_extract, sign_extract, and
6987         strict_low_part don't kill their argument.  Alter hard subregs.
6988         Update new_set for non-CLOBBER sets.  Update reg_live.
6989         (find_auto_inc): Update reg_live, not new_dead.
6990         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6991         to determine if the reg in question was set this insn.  Only update
6992         reg info with PROP_REG_INFO.
6993
6994 2000-04-26  Richard Henderson  <rth@cygnus.com>
6995
6996         * flow.c (allocate_reg_life_data): Set max_regno here ...
6997         (life_analysis): ... not here.
6998
6999         * flow.c (calculate_global_regs_live): Force stack pointer
7000         live at end.
7001
7002 2000-04-26  Richard Henderson  <rth@cygnus.com>
7003
7004         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
7005         commit change group changes.
7006         (invert_exp_1): Similarly.
7007         (redirect_exp, invert_exp): Use them.
7008         (redirect_jump_1): New.
7009         (invert_jump_1): New.
7010         (jump_optimize_1): Remove code subsumed by condexec.c.
7011         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
7012
7013 2000-04-26  Richard Henderson  <rth@cygnus.com>
7014
7015         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
7016
7017         * genconfig.c (main): Set all HAVE_foo to 1.
7018
7019         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
7020
7021 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
7022
7023         * invoke.texi: Document -fssa flag.
7024
7025 2000-04-26  Richard Henderson  <rth@cygnus.com>
7026
7027         * flow.c (count_reg_sets_1): Remove.
7028         (count_reg_sets, count_reg_references): Remove.
7029         (recompute_reg_usage): Implement with update_life_info.
7030         Reallocate life data.
7031
7032 2000-04-26  Richard Henderson  <rth@cygnus.com>
7033
7034         * flow.c (update_life_info): Consider blocks null to mean the
7035         universal set.
7036         (calculate_global_regs_live): Likewise.
7037         (life_analysis): Do that instead of collecting all_blocks.
7038
7039 2000-04-26  Richard Henderson  <rth@cygnus.com>
7040
7041         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
7042         a still-valid conditional jump.
7043
7044 2000-04-26  Richard Henderson  <rth@cygnus.com>
7045
7046         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
7047
7048         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
7049         * flow.c (calculate_loop_depth): Remove.
7050         * output.h (calculate_loop_depth): Don't declare.
7051         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
7052         inline; run estimate_probability at the same time.
7053
7054 2000-04-26  Neil Booth  <NeilB@earthling.net>
7055
7056         * cpplib.h: "~=" is not a single pp-token.
7057         * cpplex.c: Correct commentary.
7058
7059 2000-04-26  Richard Henderson  <rth@cygnus.com>
7060
7061         * flow.c (mark_set_1): New arguments code and flags; update all
7062         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
7063         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
7064         loop_depth when optimizing for size.  Do new_dead update after
7065         emitting REG_UNUSED notes.  Merge mark_set_reg code.
7066         (mark_set_reg): Remove.
7067         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
7068         arrange to not emit REG_UNUSED notes.
7069
7070 2000-04-26  Richard Henderson  <rth@cygnus.com>
7071
7072         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
7073         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
7074
7075 2000-04-26  Richard Henderson  <rth@cygnus.com>
7076
7077         * flow.c (propagate_one_insn): Break out from propagate_block.
7078         (init_propagate_block_info): Likewise.
7079         (free_propagate_block_info): Likewise.
7080         (propagate_block): Use them.  Export.
7081         * basic-block.h: Declare them all.
7082
7083 2000-04-26  Richard Henderson  <rth@cygnus.com>
7084
7085         * basic-block.h (life_analysis): Declare here ...
7086         * output.h: ... not here.
7087         * flow.c (life_analysis): Remove nregs parameter; replace
7088         remove_dead_code with flags.  Remove ssa dead code check.
7089         Only init alias analysis if we'll use it.
7090         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
7091         * ssa.c (convert_to_ssa): Likewise.
7092         (convert_from_ssa): Likewise.
7093         * toplev.c (rest_of_compilation): Likewise.
7094
7095 2000-04-26  Richard Henderson  <rth@cygnus.com>
7096
7097         * flow.c (flow_delete_block): Rename from delete_block.  Export.
7098         * basic-block.h (flow_delete_block): Declare.
7099
7100 2000-04-26  David S. Miller  <davem@redhat.com>
7101
7102         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
7103         taking a PATTERN of it.
7104
7105 2000-04-26  <NeilB@earthling.net>
7106
7107         * cpplex.c (spell_other, spell_char): Remove.
7108         (SPELL_CHAR): New.
7109         (token_spelling, trigraph_map): Use unsigned chars.
7110         (_cpp_lex_line): Tidy up the switch statement.
7111         * cpplib.h: Implement spell_char with spell_string.
7112         (C): New.
7113
7114 2000-04-26  <RodneyBrown@pmsc.com>
7115
7116         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7117         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7118
7119 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7120
7121         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
7122         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
7123         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
7124         dwarf2out_return_save, dwarf2out_return_reg,
7125         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
7126         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
7127         gen_compile_unit_die, dwarf2out_init): Constify a char*.
7128
7129         * dwarf2out.h (dwarf2out_init): Likewise.
7130
7131         * dwarfout.c (filename_entry, primary_filename, last_filename,
7132         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
7133
7134         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
7135         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
7136         dwarf2out_return_reg): Likewise.
7137
7138 2000-04-26  Andreas Jaeger  <aj@suse.de>
7139
7140         * extend.texi (Function Attributes): Fix description of pure
7141         attribute.
7142
7143 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7144
7145         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
7146         before calling rest_of_compilation.
7147
7148 2000-04-26  Andreas Jaeger  <aj@suse.de>
7149
7150         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
7151         last patch.
7152
7153 2000-04-25  Richard Henderson  <rth@cygnus.com>
7154
7155         * cse.c (cse_insn): Emit barrier after unconditional jump.
7156
7157         * calls.c (expand_call): Disable tail call generation once
7158         rtx_equal_function_value_matters is false.
7159
7160         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
7161         like EDGE_EH edges.
7162
7163 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
7164
7165         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
7166
7167         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
7168
7169         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
7170         is the primary DIE for a member function.
7171         (gen_decl_die): Call set_decl_origin_self here.
7172         * dwarfout.c (output_decl): And here.
7173         * integrate.c (output_inline_function): Not here.
7174         Don't clear DECL_INLINE until after calling rest_of_compilation.
7175         (set_decl_origin_self): No longer static.
7176         * tree.h: Add prototype.
7177         * toplev.c (note_deferral_of_defined_inline_function): Only write
7178         out abstract instance for actual inlines.
7179
7180 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
7181
7182         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
7183         EXTENDED_REGS only if TARGET_AM33.
7184         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
7185         SP_REGS to register allocation and reloading unless absolutely
7186         necessary.
7187         (movsi3): Remove special-case of adding non-constants to SP.
7188
7189 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7190
7191         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
7192         INCLUDES to search and does not provide any of its own.  Also it
7193         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
7194         parameters.  Also it does not call AC_DEFINE.
7195         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
7196         AC_DEFINE and provides for automatic entries for autoheader.
7197         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
7198
7199         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
7200         so we can pass -I flags and include gansidecl.h/system.h in this
7201         test.
7202
7203         * acconfig.h: Delete all NEED_DECLARATION_* entries.
7204
7205 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7206
7207         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7208         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7209         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
7210
7211         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7212         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7213         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
7214         for these macros.  Clean up spacing and linewraps.
7215
7216 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7217
7218         * calls.c (expand_call): Use get_callee_fndecl.
7219
7220         * print-tree.c (print_node): Print the chain of an _EXPR.
7221
7222 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
7223                           Jim Wilson  <wilson@cygnus.com>
7224                           Andrew Haley  <aph@cygnus.com>
7225
7226         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
7227         and gp save/restore problems.
7228         * config/ia64/crtend.asm: Add IA-64 unwind support.
7229         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
7230         in fr_pad_size calculation.
7231         (save_restore_insns): Move PR save area.  Correct uses of
7232         RTX_FRAME_RELATED_P.
7233         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
7234         (ia64_expand_epilogue): Add eh_epilogue support.
7235         (ia64_function_prologue): Emit .prologue directive.
7236         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
7237         (ia64_override_options): Set init_machine_status and
7238         mark_machine_status.
7239         (rtx_needs_barrier): Handle bsp reads and writes.
7240         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
7241         New static variables.
7242         (process_set, process_for_unwind_directive): New functions.
7243         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
7244         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
7245         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
7246         macros.
7247         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
7248         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
7249         (struct machine_function): Define.
7250         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
7251
7252 2000-04-25  Bruce Korb  <bkorb@gnu.org>
7253
7254         * fixinc/Makefile.in: make the removal of old programs more
7255         robust
7256         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
7257         install-bin and install-sh
7258
7259 2000-04-25  Nick Clifton  <nickc@cygnus.com>
7260
7261         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
7262         defined, define to return zero.
7263         (function_cannot_inline_p): If a function has any target
7264         specific attributes, then use the macro
7265         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
7266         whether it can be inlined.  If it cannot, issue a suitable
7267         explanation.
7268
7269         * tm.texi: Add a new node 'Inlining' to document the new macro
7270         FUNCTION_ATTRIBUTE_INLINABLE_P.
7271
7272 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
7273
7274         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
7275         commentary.
7276
7277 2000-04-25  Neil Booth  <NeilB@earthling.net>
7278
7279         Restore previous patch, plus the following fixes:
7280
7281         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
7282         flags, not CPP_OPEN_PAREN.
7283         * cpplex.c (expand_token_space, init_token_list,
7284         cpp_free_token_list): Put the dummy token at list->tokens[-1].
7285         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
7286
7287 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7288
7289         * config/i386/freebsd.h (INT_ASM_OP): Define.
7290
7291 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7292
7293         * loop.c (strength_reduce): Fix typo in the last checkin.
7294
7295 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7296
7297         * stor-layout.c (finalize_record_size): Simplify to use existing
7298         functions.
7299         (compute_record_mode): No longer static.
7300         * tree.h (compute_record_mode): New declaration.
7301
7302 2000-04-25  Neil Booth  <NeilB@earthling.net>
7303
7304         * Revert my patch below until cause of build failures
7305         determined.
7306
7307 2000-04-25  Richard Henderson  <rth@cygnus.com>
7308
7309         * combine.c (combine_instructions): Add missing argument
7310         to try_combine.
7311
7312         * toplev.c (rest_of_compilation): Delay sibcall optimization
7313         until after emit_eh_context.
7314
7315 2000-04-24  Nick Clifton  <nickc@redhat.com>
7316
7317         * combine.c (combine_instructions): Do not try to combine a
7318         sequence of insns when the second insn has been replaced by a
7319         note.
7320
7321 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
7322
7323         * gcc.c (load_specs): New static function.
7324         (read_specs): Use it.
7325
7326         * gcc.c (lookup_compiler): Make multiple passes for case
7327         insensitive filesystems.
7328
7329 2000-04-24  Neil Booth  <NeilB@earthling.net>
7330
7331         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
7332         * cpphash.h (_cpp_check_directive): new.
7333         * cpplex.c (handle_newline, cpp_free_token_list,
7334         init_trigraph_map, trigraph_ok, trigraph_replace,
7335         backslash_start, skip_block_comment, skip_line_comment,
7336         skip_whitespace, parse_name, parse_number, parse_string,
7337         copy_comment, _cpp_lex_line, spell_char, spell_string,
7338         spell_comment, spell_name, spell_other, _cpp_lex_file,
7339         _cpp_output_list): new.
7340         (expand_name_space): take length argument.
7341         (init_token_list): add comment list initialisation.
7342         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
7343         instead of HSPACE_BEFORE.
7344
7345         * cpplib.c (_cpp_check_directive): new
7346         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
7347         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
7348         (HSPACE_BEFORE): delete.
7349         (TTYPE_TABLE): rearrange.
7350         (struct cpp_toklist): update.
7351
7352 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7353
7354         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
7355         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
7356         argument form of AC_DEFINE.
7357
7358         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
7359         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
7360         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
7361         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
7362         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
7363
7364         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
7365
7366 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7367
7368         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
7369         deduced.h): Use -isystem, not -I, for including system headers.
7370
7371 2000-04-24  Nick Clifton  <nickc@cygnus.com>
7372
7373         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
7374         the source register is the frame pointer or arg pointer.
7375         (addsi3_small_int): Disallow if source register is the frame
7376         pointer or arg pointer.
7377
7378 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7379
7380         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
7381         call to AC_MSG_RESULT.
7382
7383 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7384
7385         * invoke.texi: Correct grammatical errors, document
7386         -fno-gnu-keywords as identical to -fno-asm for C++.
7387
7388 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7389
7390         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
7391         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
7392         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
7393         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
7394         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
7395
7396         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
7397         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
7398         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
7399         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
7400         new macros names.
7401
7402 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
7403
7404         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
7405         (pop_alignment): Likewise.
7406         (handle_pragma_token): Likewise.
7407
7408 2000-04-24  Robert Lipe <robertlipe@usa.net>
7409
7410         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
7411
7412 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
7413
7414         * combine.c (try_combine): Update reg_nonzero_bits of
7415         newi2pat before newpat.
7416
7417 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7418
7419         * loop.c (strength_reduce): Simplify test to INSN_P.
7420         (record_giv): Attempt to simplify the add value, use CONSTANT_P
7421         expressions instead of CONST_INT.
7422         (express_from_1): Likewise.
7423
7424 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
7425
7426         * regs.h (reg_n_max): Don't declare.
7427         * flow.c (reg_n_max): Don't define.
7428         * regclass.c (renumber): Don't initialize to zero.
7429         (regno_allocated): Likewise.
7430         (reg_n_max): Define.
7431         (allocate_reg_info): Don't initialize unnecessarily.
7432
7433 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
7434
7435         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
7436         and blockage_p in the newly allocated attribute.
7437
7438 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7439
7440         * config/mn10300/mn10300.md (addsi): `inc4' on address
7441         registers does not modify cc, but `inc' on an extended
7442         register does.
7443
7444 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7445
7446         * reload.c (find_equiv_reg): Checks all valueno regs
7447         as a reload_reg_p regs.
7448
7449 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7450
7451         * cpphash.c (collect_objlike_expansion): Add sanity check.
7452         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7453         the buffer is the empty string, return.  Mark __DATE__ and
7454         __TIME__ as XCONST nodes, not MCONST.
7455         (_cpp_macroexpand): Avoid pushing an empty buffer.
7456         (funlike_macroexpand): Don't pop token_buffer here.
7457
7458 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7459
7460         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7461         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7462         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7463         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7464         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7465         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7466         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7467
7468 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7469
7470         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7471         constant MULT givs.
7472
7473 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7474
7475         * cpphash.h (struct definition): Move file, line, col members...
7476         (struct hashnode): ... here.  Also add 'disabled' flag.
7477         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7478         T_IDENTITY.  Remove T_DISABLED.
7479         Update prototypes.
7480
7481         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7482         (collect_expansion): Split into collect_objlike_expansion and
7483         collect_funlike_expansion.
7484         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7485         funlike_macroexpand.
7486         (_cpp_compare_defs): Rename compare_defs, make static.
7487         (_cpp_make_hashnode): Initialize hp->disabled.
7488         (macro_cleanup): Adjust for new token types.  Clear
7489         m->disabled.
7490         (_cpp_create_definition): Move code here to determine what
7491         sort of macro it is, and code to check for redefinitions, from
7492         do_define.  Implement a few simple cases without creating a
7493         full DEFINITION.
7494         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7495         Handle the simple cases.
7496         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7497         here.
7498
7499         * cppinit.c (builtin_array): Change MCONST to XCONST
7500         everywhere.
7501         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7502         fix check for disabled and function-like macros.
7503         * cpplib.c (do_define): Move most logic to
7504         _cpp_create_definition.
7505         (do_undef): Handle new special token types.
7506
7507 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7508
7509         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7510         of CONSTANT_P for mult_val; always use validate_change to update insn.
7511
7512 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7513
7514         * cpphash.c (trad_stringify, add_pat): New functions.
7515         (collect_expansion): Restore support for -traditional syntax.
7516         Use trad_stringify and add_pat.
7517         (_cpp_macroexpand): Restore support for -traditional semantics.
7518         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7519         get a COMMENT token.
7520         (_cpp_lex_token): Provide COMMENT tokens to caller if
7521         traditional and parsing_define_directive.
7522         (skip_comment): Warn about // comments if -Wtraditional.
7523         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7524         proper node type.
7525         (do_undef): Don't warn about undefining EMPTY nodes.
7526
7527 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7528
7529         * loop.c (strength_reduce): Fix biv removal code.
7530
7531 2000-04-22  Richard Henderson  <rth@cygnus.com>
7532
7533         * predict.c (estimate_probability): Examine both sides of
7534         a branch for no exits.  Use 90% not 50% for predict taken.
7535         Reorg for one copy of note generation code.
7536
7537 2000-04-22  Richard Henderson  <rth@cygnus.com>
7538
7539         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7540
7541 2000-04-22  Richard Henderson  <rth@cygnus.com>
7542
7543         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7544         (output_clear): Likewise.
7545         (output_printf): Use va_copy.
7546         (vline_wrapper_message_with_location): Likewise.
7547         (v_message_with_decl): Likewise.
7548         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7549         * system.h (va_copy): Provide default implementation.
7550
7551 2000-04-22  Richard Henderson  <rth@cygnus.com>
7552
7553         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7554         the collected condition is not a constant.
7555
7556 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7557
7558         * diagnostic.h: New file.
7559
7560         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7561
7562         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7563         various function prototypes.
7564         (diagnostic.h): #include.
7565         (struct output_buffer): Move into diagnostic.h.
7566         (get_output_prefix): Rename to output_get_prefix.  Export.
7567         (init_output_buffer): Export. Break out.  Ajust intialization.
7568         (output_space_left, output_append): Export.
7569         (output_newline): Rename to output_add_newline.  Export.
7570         (output_clear): Nullify additional output_buffer fields.
7571         (output_puts): Rename to output_add_string.  Export.
7572         (dump_output): Rename to output_flush_on.  Export.
7573         (build_location_prefix): Constify return-type.
7574         (emit_output_prefix): Rename to output_emit_prefix. Export.
7575         (set_real_maximum_length): New function.
7576         (output_set_maximum_length): Ditto
7577         (output_clear): Ditto.
7578         (output_add_character): Ditto.
7579         (output_add_integer): Ditto.
7580         (output_add_space): Ditto.
7581         (output_format): Ditto.
7582         (output_printf): Adjust buffer initialization.
7583         (vline_wrapper_message_with_location): Ditto.
7584         (v_message_with_decl): Ditto.  Adjust call to output_puts
7585         and get_output_prefix.
7586         (default_print_error_function): Adjust buffer intialization.
7587
7588 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7589
7590         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7591         of VOID_TYPE.
7592
7593 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7594
7595         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7596         of explicit 0.
7597
7598 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7599
7600         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7601         accurate data about SP moves.
7602
7603 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7604
7605         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7606         aliases to AM33 registers.
7607
7608 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7609
7610         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7611         to all EXTENDED bitmaps.
7612
7613 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7614
7615         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7616         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7617         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7618
7619 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7620
7621         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7622         the operand is not constant.
7623
7624 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7625
7626         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7627         as a call-clobbered regs.
7628
7629 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7630
7631         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7632         * rtl.h: Likewise.
7633         * rtl.def: Update comment.
7634         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7635         * integrate.c (expand_inline_function): Likewise.
7636         * profile.c (branch_prob): Likewise.
7637         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7638         * print-rtl.c (print_rtx): Likewise.
7639         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7640         (reemit_notes): Likewise; also use enum insn_note.
7641
7642         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7643         (place_field): Properly compute know and actual alignment.
7644
7645         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7646         in proper format.
7647
7648         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7649         note for REG1.
7650
7651 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7652
7653         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7654         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7655         (collect_expansion): Rewrite to scan over a token list.
7656         Remove -traditional support.
7657         (collect_formal_parameters): Rename to collect_params; rewrite
7658         to scan over a token list.
7659         (_cpp_create_definition): Adjust to scan a token list.
7660         (_cpp_macroexpand): Remove -traditional support.
7661         (_cpp_compare_defs): Whitespace is now canonicalized.
7662         (comp_def_part): Delete function.
7663
7664         * cpphash.h: Update prototypes.
7665         * cpplex.c (init_token_list): Don't set lineno if there is no
7666         buffer.
7667         (pedantic_whitespace): New function.
7668         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7669         consume a newline.  Use pedantic_whitespace.
7670         (_cpp_lex_token): Remove support for -traditional macros.
7671         (_cpp_get_define_token): Delete.
7672         (_cpp_get_directive_token): Do the real work here.  Use
7673         pedantic_whitespace.
7674         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7675
7676         * cpplib.c (get_macro_name): Delete.
7677         (do_define): Read the entire line into pfile->directbuf, then
7678         feed the token list to _cpp_create_definition.
7679         * cpplib.h (HSPACE_BEFORE): new define.
7680         (struct cpp_reader): Add a toklist member, "directbuf".
7681
7682         * predict.c (estimate_probability): New heuristic: if a jump
7683         branches around a block with no successors, predict it taken.
7684         Disentangle control flow.
7685
7686 2000-04-20  Richard Henderson  <rth@cygnus.com>
7687
7688         * loop.c (emit_iv_add_mult): Revert last change.
7689
7690 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7691
7692         * cpplib.h (enum cpp_ttype): Add token types for all
7693         punctuators.  Distinguish pp-numbers from valid C numbers.
7694         Give some tokens better names.  Initialize from macro.
7695         (struct cpp_name, cpp_token, cpp_toklist): New data
7696         structures.
7697         Update prototypes.
7698         * cpplex.c (bump_column, expand_name_space,
7699         expand_token_space, init_token_list, cpp_output_list,
7700         _cpp_scan_line):  New functions.
7701         (output_line_command): Add third argument, new line number.
7702         * cpphash.h: Update prototypes.
7703         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7704         token names.
7705
7706 2000-04-20  Richard Henderson  <rth@cygnus.com>
7707
7708         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7709
7710 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7711
7712         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7713         object pointed to.
7714
7715 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7716
7717         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7718         REG_EQUAL note explaining the calculated value.
7719
7720         * calls.c (expand_call): Avoid unnecesary precalculation
7721         and outgoing parameters space guarding for sibling calls.
7722         (store_one_arg): Likewise.
7723
7724 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7725
7726         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7727         (rest_of_compilation): Write sibling dump file and account
7728         for time as jump time.
7729         * invoke.texi: Update documentation on dump flags.
7730
7731 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7732
7733         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7734
7735 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7736
7737         * cpphash.c (special_symbol): Represent an empty macro with
7738         "\r \r " not just "\r ".
7739         (_cpp_macroexpand): Correct condition for the foo ( ) special
7740         case.
7741         (unsafe_chars): Handle EOF as second argument.
7742         (push_macro_expansion): Simplify test for removing escape at
7743         end.  Do not trim both escapes if there is no text in between.
7744
7745 2000-04-19  Jim Blandy  <jimb@redhat.com>
7746
7747         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7748         of PTR_SIZE, when appropriate.
7749
7750 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7751
7752         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7753         (USE_ENUM_BITFIELDS): Fix typo.
7754
7755 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7756
7757         * stor-layout.c (place_field): Set rli->offset_align properly.
7758
7759 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7760
7761         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7762         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7763         PARM_BOUNDARY): Remove unnecessary casts.
7764
7765 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7766
7767         * calls.c (precompute_arguments): Remove must_preallocate and
7768         args_size calls.
7769         (expand_call): Update call of precompute_arguments.
7770
7771         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7772         check_insn_for_givs): Break out from ...
7773         (strength_reduce) ... here; use for_every_insn_in_loop to call
7774         check_insn_for_givs.
7775         * loop.h (for_every_insn_in_loop): Declare.
7776         (loop_insn_callback): New type.
7777
7778 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7779
7780         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7781         not nul-terminated.
7782
7783 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7784
7785         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7786         flag_pic and RELOC.
7787
7788 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7789
7790         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7791
7792         * configure.in: Delete --disable-cpplib option and all
7793         references to cpp_main.
7794         * configure: Regenerate.
7795         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7796         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7797         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7798         cpp$(exeext).  Add --no-headers to makeinfo command line when
7799         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7800         cccp.1.
7801         * install.texi: Delete all references to cexp.y/cexp.c.
7802         Delete ancient instructions for compiling GCC on 3b1.
7803         * INSTALL: Regenerate.
7804
7805         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7806         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7807         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7808         cexp.c/cexp.y.
7809         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7810         which is no longer tested anywhere.
7811
7812         * cppinit.c (handle_option): Don't run error message through
7813         gettext twice.
7814
7815 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7816
7817         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7818         * cpperror.c (hashtab.h): Now include.
7819         * cppexp.c (hashtab.h): Likewise.
7820         * cpplex.c (hashtab.h): Likewise.
7821         * cppfiles.c (hashtab.h): Likewise.
7822         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7823         to htab_find_slot_with_hash.
7824         * cpphash.c (hashtab.h): Now include.
7825         (_cpp_lookup_slot): INSERT is now enum insert_option.
7826         * cpphash.h (_cpp_lookup_slot): Likewise.
7827         * cppinit.c (hashtab.h): Include earlier.
7828         (initialize_builtins): Pass enum to htab_find_slot.
7829         * cpplib.c (hashtab.h): Now include.
7830         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7831         (do_pragma_poison, do_assert): Likewise.
7832         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7833         htab_find_slot_with_hash.
7834         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7835         * tree.c (type_hash_add): Likewise.
7836         (build1): Minor cleanup.
7837
7838         * ggc-common.c: Add missing blanks.
7839         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7840         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7841
7842         * stmt.c (mark_case_node): New function.
7843         (mark_case_nesting): Call it.
7844
7845         * expmed.c (emit_store_flag): If comparing two-word integer
7846         with zero, can optimize NE, EQ, GE, and LT.
7847
7848         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7849         * conflict.c: Minor cleanups.
7850         * optabs.c: Add blank line
7851         * simplify-rtx.c: Minor cleanups.
7852
7853 2000-04-18  Stan Cox  <scox@cygnus.com>
7854
7855         * gengenrtl.c (genlegend): Fix misspelling.
7856
7857 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7858
7859         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7860         bitfields of the host compiler are not signed quantities.
7861         * config.in: Regenerate.
7862         * configure: Regenerate.
7863         * system.h (USE_ENUM_BITFIELDS): Added.
7864         (ENUM_BITFIELDS): Added.
7865         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7866         (SHORT_ENUM_BUG): Deleted.
7867         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7868         now ENUM_BITFIELD.
7869         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7870         (CODE_FIELD_BUG): Likewise.
7871         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7872         (OLD_CC): Likewise.
7873         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7874
7875 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7876
7877         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7878         mark is active.
7879
7880 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7881
7882         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7883         * cpplib.c (do_include, do_import, do_include_next,
7884         read_line_number, detect_if_not_defined): Likewise.
7885         * cpphash.c (collect_expansion): Likewise.
7886         (special_symbol, _cpp_macroexpand): Check return from
7887         cpp_file_buffer.
7888         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7889         macros.  Delete all uses.
7890
7891         * gcc.dg/cpp-mi.c: Add two more test cases.
7892         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7893
7894 2000-04-17  Richard Henderson  <rth@cygnus.com>
7895
7896         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7897         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7898
7899 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7900
7901         * function.c (expand_function_start): Use hard_function_value to
7902         compute the RTL to use for DECL_RESULT.
7903
7904 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7905
7906         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7907         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7908          x86_memory_mismatch_stall): New global variables.
7909         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7910         alloved; fix load penalties for Athlon.
7911         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7912         x86_memory_mismatch_stall): Declare.
7913         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7914          TARGET_MEMORY_MISMATCH_STALL): New.
7915         * i386.md (athlon scheduling parameters): Fix latencies according to
7916         Athlon Optimization Manual.
7917         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7918         vector.
7919         (fsqrt instruction patterns): Set athlon_decode to direct.
7920         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7921         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7922         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7923         and TARGET_PARTIAL_REGISTER_STALL machines.
7924         (pushdf_nointeger): New pattern.
7925         (pushdf_integer): Rename from pushdf.
7926         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7927         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7928
7929 2000-04-17  Richard Henderson  <rth@cygnus.com>
7930
7931         * loop.c (canonicalize_condition): Add WANT_REG argument.
7932         Stop the search if we match it.
7933         * expr.h (canonicalize_condition): Update decl.
7934         * predict.c (expected_value_to_br_prob): Use it.  Track last
7935         expected value note.
7936         (find_expected_value): Remove.
7937
7938         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7939
7940 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7941
7942         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7943         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7944         a plain file.
7945         * configure.in: Call AC_FUNC_MMAP_FILE.
7946         * configure: Regenerate.
7947         * config.in: Regenerate.
7948
7949         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7950         * fixinc/fixincl.c: Likewise.
7951
7952 2000-04-17  Richard Henderson  <rth@cygnus.com>
7953
7954         * builtins.c (expand_builtin_expect): New.
7955         (expand_builtin): Call it.
7956         * builtins.def (BUILT_IN_EXPECT): New.
7957         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7958         * extend.texi: Document it.
7959
7960         * predict.c (expected_value_to_br_prob): New.
7961         (find_expected_value): New.
7962         * basic-block.h (expected_value_to_br_prob): Declare.
7963         * toplev.c (rest_of_compilation): Invoke it.
7964
7965         * rtl.h (NOTE_EXPECTED_VALUE): New.
7966         (NOTE_INSN_EXPECTED_VALUE): New.
7967         * rtl.c (note_insn_name): Update.
7968         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7969         cases; handle NOTE_INSN_EXPECTED_VALUE.
7970
7971 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7972
7973         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7974         leaf sibcall delay slot if flag_pic.
7975         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7976
7977 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7978
7979         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7980
7981         * fixproto: If fix-header fails, exit with an error.
7982
7983 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7984
7985         * cse.c (struct check_depdendence_data): New.
7986         (check_dependence): New function.
7987         (invalidate): Use check_depdenence.
7988
7989 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7990
7991         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7992         UNITS_PER_WORD is unsigned.
7993
7994         * tree.h (struct tree_common): Remove misleading comment.
7995
7996 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7997
7998         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7999         message in quotes. Otherwise, IBM's make program treats the '#' as the
8000         start of a comment and ignores the remainder of the line.
8001
8002         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
8003         upper case.
8004         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
8005         * cexp.y (initialize_random_junk): Likewise.
8006         * cppfiles.c (find_include_file): Cast alloca return value.
8007         * cppinit.c (initialize_standard_includes): Likewise.
8008         * cpplib.c (cpp_define, cpp_undef): Likewise.
8009         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
8010         * final.c (output_asm_insn): Allow for holes in EBCDIC.
8011         * fold-const.c (CHARMASK): New.
8012         (real_hex_to_f): Use it.
8013         * real.c (CHARMASK): New.
8014         (etoasc, asctoeg): Use it.
8015         (asctoeg): EBCDIC lower case characters preceed upper case.
8016
8017         * i370.c (mvs_add_label): Change spacing for coding conventions.
8018         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
8019         outputing case vectors.
8020         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
8021         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
8022         since vector in in the data CSECT.
8023         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
8024         * i370.md (Many patterns): Put the length in the XL directives.
8025         (movdi): Put back STM and MVC in definition.
8026         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
8027         pattern using the TCA.
8028         * oe.h (CPP_SPEC): Added to allow trigraphs.
8029         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
8030         not support the "long long" type.
8031
8032 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
8033
8034         * config/mips/mips-protos.h (mips_legitimate_address_p): New
8035         function.
8036         (mips_reg_mode_ok_for_base_p): Likewise.
8037         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
8038         (REG_OK_FOR_INDEX_P): Define unconditionally.
8039         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
8040         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
8041         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
8042         that GET_MODE_SIZE is unsigned.
8043         (mips_reg_mode_ok_for_base_p): Define.
8044         (mips_legitimate_address_p): Likewise.  Adjust now
8045         that GET_MODE_SIZE is unsigned.
8046         (block_move_loop): Make the number of bytes unsigned.
8047         (expand_block_move): Likewise.
8048         (function_arg): Make the loop counter unsigned to match the
8049         boundary condition.
8050
8051 2000-04-16  Richard Henderson  <rth@cygnus.com>
8052
8053         * rtl.h (enum insn_note): New enumeration.  Subsume
8054         NOTE_INSN_DELETED and friends.
8055         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
8056         * rtl.c (note_insn_name): Tweak string order.
8057
8058 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
8059
8060         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
8061         to offset * 2.
8062
8063         * cpplex.c (output_line_command): Remove debugging prints.
8064         (cpp_output_tokens): Don't write out a zero-length buffer or
8065         try to see if it has a newline in it.
8066         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
8067         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
8068         the end of the loop.  Use memmove.  Don't read past the end of
8069         the buffer.  Remove trailing newlines from error messages.
8070
8071 2004-04-16  Neil Booth  <NeilB@earthling.net>
8072
8073         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
8074         * cpplib.c: Add new syntax flags to directive table, and
8075         supporting macros.
8076
8077 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8078
8079         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
8080         using ret $N.
8081
8082 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
8083
8084         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
8085         * haifa-sched.c: Update -fsched-verbose comments to use "=".
8086
8087 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8088
8089         * Makefile.in (ggc-page.o): Now includes toplev.h.
8090         * ggc-page.c (toplev.h): Now included.
8091         (gc_time): Remove declaration.
8092         (ggc_collect): TIME now long.
8093         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
8094         others static.
8095         * toplev.h (gc_time, parse_time, gc_time): New declarations.
8096
8097         * toplev.c: Make *_time variable long to reduce chance of overflow.
8098         (TIMEVAR): Likewise for `otime'.
8099         (print_time): Arg is now long; compute percentage in FP and round.
8100         * toplev.h (print_time): Arg is long.
8101
8102         * tree.c: Minor whitespace changes.
8103
8104         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
8105         * configure: Rebuilt.
8106         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
8107         (__fixunsxfDI): Renamed from __fixunsxfdi.
8108         (__fixunsdfDI): Renamed from __fixunsdfdi.
8109         (__fixunssfDI): Renamed from __fixunssfdi.
8110         (__floatdisf): Use proper type in REP_BIT macro.
8111         (__fixunsxfSI): Renamed from __fixunsxfsi.
8112         (__fixunsdfSI): Renamed from __fixunsdfsi.
8113         (__fixunssfSI): Renamed from __fixunssfsi.
8114         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
8115         Change location of macros and upper-case some names as above.
8116         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
8117         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
8118
8119         * varasm.c (assemble_variable): Add cast to remove warning.
8120         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
8121
8122         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
8123         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
8124         region number to -1.
8125
8126 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
8127
8128         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
8129         call unshare_all_rtl.
8130
8131         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
8132
8133 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
8134
8135         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
8136         Use .s1 not .s0 for all FP instructions.
8137
8138 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
8139
8140         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
8141         interfaces.
8142         (safe_fwrite, output_line_command): New static functions.
8143         (cpp_expand_to_buffer): Now private to cpplib.
8144         (cpp_scan_buffer): Take a printer.
8145
8146         * cpphash.h: Update prototypes.
8147         * cpplib.h: Update prototypes.
8148         (cpp_printer): New.
8149         (cpp_buffer): Remove last_nominal_fname.
8150         (cpp_reader): Remove lineno.
8151
8152         * cppmain.c: Use a cpp_printer.
8153         * fix-header.c: No need to inhibit line commands.  Call
8154         cpp_start_read with no printer.
8155
8156         * cpperror.c (cpp_notice_from_errno): Provide default name.
8157         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
8158         (find_include_file, cpp_read_file): Use make_IHASH.
8159         (file_cleanup): Set control_macro and clear
8160         input_stack_listing_current here.
8161         (_cpp_execute_include): Don't output entering-file marker.
8162         * cpphash.c (special_symbol): Look for the line number in the
8163         buffer, not the reader.
8164         (_cpp_macroexpand): No need to disable line commands.
8165         (_cpp_dump_definition): No need to generate line commands.
8166         (dump_hash_helper): Remove excess newline from output.
8167         * cppinit.c (dump_special_to_buffer): No need to generate line
8168         commands.
8169         (cpp_printer_init): New.
8170         (cpp_start_read): Take a printer, and start it up if it's not
8171         NULL.  No need to generate line commands.
8172         (cpp_finish): Expect no buffers stacked at all.  Take a
8173         printer argument, and flush the output buffer if it's not
8174         NULL.
8175         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
8176         Don't put two hashes at the beginning of an assertion.
8177         (cpp_get_token): Don't increment pfile->lineno or emit line
8178         commands here.  Return EOF if there's no buffer when we get
8179         EOF.
8180         * cpplib.c (do_define, skip_if_group):
8181         No need to disable line commands.
8182         (_cpp_output_line_command): Delete function.
8183         (do_line): Don't emit line commands here, but set things up so
8184         they will be emitted if necessary.  Use _cpp_fake_ihash to
8185         make unique nominal_fnames if necessary.
8186         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
8187         with 0 for column, not -1.
8188         (_cpp_handle_eof): Don't set the control macro here.  Don't
8189         clear input_stack_listing_current here.  Don't emit line
8190         commands.
8191
8192 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
8193
8194         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
8195         always, use the default SVR4 start address.
8196
8197         * config/rs6000/linux.h (LINK_SPEC): Don't define.
8198         (LINK_SHLIB_SPEC): Define.
8199         (LINK_START_DEFAULT_SPEC): Define.
8200         (LINK_OS_DEFAULT_SPEC): Define.
8201
8202         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
8203
8204         * config/rs6000/eabi.asm (__eabi): Call __init rather than
8205         __do_global_ctors to handle constructors.
8206         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
8207         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
8208         (STARTFILE_MVME_SPEC): Likewise.
8209         (STARTFILE_SIM_SPEC): Likewise.
8210         (ENDFILE_ADS_SPEC): Use crtend.
8211         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
8212         (ENDFILE_MVME_SPEC): Likewise.
8213         (ENDFILE_SIM_SPEC): Likewise.
8214         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
8215         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
8216         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
8217         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
8218         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
8219         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
8220         (CRTSTUFF_T_CFLAGS_S): Define.
8221         * config/rs6000/eabi-ctors.c: Delete.
8222
8223         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
8224         boundary.
8225         (__fini): Likewise.
8226         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
8227         boundary.
8228         (__fini): Likewise.
8229
8230 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
8231
8232         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
8233         plus mask size is smaller or equal to the mode size.
8234
8235 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8236
8237         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
8238         not yet set.
8239
8240         * expr.c (reload.h): Now included.
8241         (emit_block_move): Set volatile_ok when checking for movstr.
8242         (emit_move_1): Check for replacements in addresses in multi-word case.
8243         * Makefile.in (expr.o): Now includes reload.h.
8244
8245         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
8246         Never have a LIBCALL end a basic block.
8247         (find_basic_blocks_1): Likewise.
8248         Reorganize CALL_INSN cases.
8249
8250         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
8251
8252 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
8253
8254         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
8255         completers from mov.ret instruction.
8256
8257 2000-04-14  Richard Henderson  <rth@cygnus.com>
8258
8259         * fold-const.c (extract_muldiv): Don't distribute and widen
8260         multiply across plus for non-sizetype unsigned types.
8261
8262 2000-04-14  Richard Henderson  <rth@cygnus.com>
8263
8264         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
8265         If the original source is dead in the incr insn, it's dead now.
8266
8267 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8268
8269         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
8270         see if DECL_BIT_FIELD needs to still be set.
8271
8272         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
8273
8274         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
8275         print_int_cst_octal with something that's not an INTEGER_CST.
8276
8277         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
8278         and not a SUBREG to a FLOAT rtl.
8279
8280 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
8281
8282         * emit-rtl.c (try_split): Avoid infinite loop if the split
8283         results in a sequence that contains the original insn.
8284
8285 2000-04-13  Andreas Jaeger  <aj@suse.de>
8286
8287         * config/mips/mips.c (expand_block_move): Pass alignment
8288         argument to move_by_pieces in bits, not bytes.
8289
8290         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
8291         __pic__ for little endian.
8292
8293 2000-04-13  Andreas Jaeger  <aj@suse.de>
8294
8295         * config/i386/i386-protos.h: Add prototype for
8296         uno_comparison_operator.
8297
8298 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8299
8300         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
8301         * calls.c (ECF_PURE): New flag.
8302         (emit_call_1): Handle ECF_PURE calls.
8303         (initialize_argument_information): Unset ECF_PURE flag too.
8304         (precompute_arguments): Precompute for ECF_PURE too.
8305         (expand_call): Handle ECF_PURE calls too.
8306         (emit_library_call_value_1): Rename no_queue argument to fn_type,
8307         accept value of 2 as pure function.
8308         (emit_library_call_value, emit_library_call): Rename no_queue argument
8309         to fn_type.
8310         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
8311
8312         * tree.h (DECL_IS_PURE): New macro.
8313         (struct tree_decl): Add pure_flag.
8314         * c-common.c (enum attrs): Add attribute "pure".
8315         (init_attributes): Initialize attribute "pure"
8316         (decl_attributes): Handle attribute "pure".
8317         * extend.texi (Attribute "pure"): Document.
8318         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
8319         in pure function.
8320         (flags_from_decl_or_type): Support attribute "pure".
8321
8322 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
8323
8324         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
8325         the token except for numbers and identifiers.
8326
8327 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
8328
8329         * i386.c (ix86_expand_binary_operator,
8330         ix86_expand_unary_operator): Check no_new_pseudos
8331         instead of reload_in_progress and reload_completed.
8332         (ix86_split_ashldi, ix86_split_ashrdi,
8333         ix86_split_lshrdi): Check no_new_pseudos instead
8334         of reload_completed.
8335
8336 2000-04-12  Jeffrey A Law  (law@cygnus.com)
8337
8338         * function.c (purge_addressof): Unshare any shared rtl created by
8339         purge_addressof and its children.
8340
8341 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
8342
8343         * function.c (aggregate_value_p): VOID_TYPE nodes are never
8344         aggregates.
8345
8346 2000-04-05  Andreas Jaeger  <aj@suse.de>
8347
8348         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
8349         not compiling PIC code, add flags for mabi=64.
8350         (SUBTARGET_CPP_SIZE_SPEC): New.
8351         (SUBTARGET_CPP_SPEC): New.
8352         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
8353         for MIPS/Linux and lots of code needs these defines.
8354
8355 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
8356
8357         * reorg.c (fill_slots_from_thread): Check side_effects_p when
8358         trying the "opposite arithmetic" approach.
8359
8360 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8361
8362         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
8363         (struct sh_args): Add new field force_mem.
8364         (INIT_CUMULATIVE_ARGS): Initialize it.
8365         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
8366
8367 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8368
8369         * calls.c (expand_call): Do not reverse args in "equal from" field.
8370         (emit_library_call_value_1): Emit_libcall_block for const and pure
8371         function.
8372
8373 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8374
8375         * reload1.c (reload_combine): Don't enable optimization for fixed
8376         registers when encountering a BARRIER.
8377
8378 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8379
8380         * builtins.c (expand_builtin_memcmp): Do expansion even with
8381         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
8382
8383         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
8384         stack is propertly aligned; add sanity checking for aligned
8385         stack pointer.
8386         (expand_library_call_value_1): Add sanity checking for aligned
8387         stack pointer.
8388
8389 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
8390
8391         * calls.c (emit_library_call_value_1): Change 3rd arg to
8392         locate_and_pad_parm to disregard the setting of partial.
8393
8394 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8395
8396         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
8397
8398         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
8399         CALL_INSN from the normal case.
8400
8401 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8402
8403         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8404         New global variables.
8405         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
8406         adjustment.
8407         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8408         Declare,
8409         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
8410          TARGET_ADD_ESP_8): New macros.
8411         * i386.md: Add peep2s to convert esp adjustments to push and pop
8412         instructions.
8413         (pushsi_prologue, popsi_epilogue): New patterns.
8414
8415 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8416
8417         * real.c (toe64): Remove stale #endif from the last change.
8418
8419 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
8420
8421         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
8422         * real.c (toe64): Revert previous change.
8423
8424 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8425
8426         * objc/objc-act.c: Include ggc.h.
8427         (objc_tree_index, objc_global_trees): Convert most of the
8428         static tree variables into a static array with previous names
8429         as defines.
8430         (objc_ellipsis_node): New variable.
8431         (lang_init): Call objc_act_parse_init and c_parse_init.
8432         Create objc_ellipsis_node.
8433         (build_selector_translation_table): Use objc_ellipsis_node instead
8434         of (tree)1.
8435         (hack_method_prototype): Likewise.
8436         (get_arg_type_list): Likewise.
8437         (start_method_def): Likewise.
8438         (continue_method_def): Likewise.
8439         (gen_method_decl): Likewise.
8440         (ggc_mark_imp_list): New function.
8441         (ggc_mark_hash_table): New function.
8442         (objc_act_parse_init): New function.
8443         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8444         * c-parse.in (c_parse_init): For objc add roots of objc specific
8445         local tree variables.
8446         * objc/objc-parse.y: Rebuilt.
8447         * objc/objc-parse.c: Rebuilt.
8448         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8449
8450 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8451
8452         * cse.c (delete_trivially_dead_insns): Also delete insns
8453         that copy a register to itself where the destination is
8454         a strict_low_part.
8455
8456 2000-04-11  Richard Henderson  <rth@cygnus.com>
8457
8458         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8459         (propagate_block): Initialize them.  Use them in parallel instead
8460         of one tmp variable, ie revert much of the 0408 and 0407 functional
8461         changes, but keep the structural changes.
8462         (mark_set_regs): Take new_dead from propagate_block_info instead.
8463         (mark_set_1, mark_set_reg): Likewise.
8464         (mark_used_regs): Likewise with new_live.
8465         (mark_used_reg): Likewise.  Revert 0408 change.
8466
8467 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8468
8469         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8470         restriction.
8471         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8472
8473 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8474
8475         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8476         const section to output a CONSTRUCTOR based on the same conditions
8477         used for VAR_DECLs.
8478
8479 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8480
8481         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8482         * pa/pa-protos.h (output_call): Add additional argument indicating
8483         if the call is a sibling/tail call.
8484         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8485         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8486         (function_arg, function_arg_partial_nregs): Likewise
8487         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8488         (emit_move_sequence): Zero extend certain constants as needed
8489         for TARGET_64BIT.
8490         (compute_zdepdi_operands, output_64bit_and): New functions.
8491         (output_64bit_ior, function_arg): Likewise.
8492         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8493         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8494         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8495         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8496         (output_bvb): Likewise.
8497         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8498         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8499         as needed.
8500         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8501         (ouput_arg_descriptor): Do not emit argument descriptors for
8502         TARGET_64BIT.
8503         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8504         defined.
8505         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8506         (FUNCTION_OK_FOR_SIBALL): Define.
8507         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8508         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8509         (CPP_SPEC): Use new spec infrastructure.
8510         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8511         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8512         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8513         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8514         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8515         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8516         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8517         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8518         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8519         (FUNCTION_ARG); Call out to C code.
8520         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8521         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8522         (MIN_UNITS_PER_WORD): Likewise.
8523         * pa/pa.md (cmpdi): New expander.
8524         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8525         (64bit conditional arithmetic): New patterns.
8526         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8527         (movsicc): Not available if modes on all the operands to not match.
8528         (movdicc): New expander and associated patterns.
8529         (64bit branches): New patterns.
8530         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8531         (pre_ldd, post_std): New patterns.
8532         (64bit addil, load low part): New patterns.
8533         (special movsf constant): Not available for TARGET_64BIT.
8534         (movsf, movdf expanders): Force constants into memory.
8535         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8536         (64bit movdf/movdi patterns): New patterns.
8537         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8538         for TARGET_64BIT.
8539         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8540         (adddi3 expander): Allow "arith_operand" for second input.
8541         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8542         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8543         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8544         (muldi3): New expander for TARGET_64BIT.
8545         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8546         for TARGET_64BIT.
8547         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8548         patterns for TARGET_64BIT.
8549         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8550         patterns for TARGET_64BIT.
8551         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8552         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8553         (sibcall_epilogue): New expander.
8554         (casesi): Tweak for TARGET_64BIT.
8555         (call expanders): Set & use the outgoing argument pointer.  Use the
8556         64bit call patterns as needed. Add additional arg to output_call.
8557         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8558         (sibcall, sibcall_internal_symref): New expanders.
8559         (sibcall_value, sibcall_value_internal_symref
8560         (interspace_jump): Turn into an expander + matching patterns.
8561         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8562         * pa/pa64-regs.h: Eliminate trigraph sequences.
8563         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8564
8565 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8566
8567         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8568         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8569         cpp_token with cpp_ttype everywhere.
8570         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8571         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8572         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8573         long.
8574         * cpplex.c (cpp_buf_line_and_col): Delete.
8575         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8576         'long lineno' to 'unsigned int lineno'.
8577         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8578
8579 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8580
8581         * extend.texi: ISO C99 is not a draft anymore.
8582         * invoke.texi: ISO C++ is not a draft anymore.
8583         * cpp.texi: __cplusplus is required by the ISO standard.
8584
8585         * extend.texi (-fthis-is-variable): Undocument.
8586         * flags.h (warn_template_debugging): Remove declaration.
8587         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8588         -Wenum-clash, -Wtemplate-debugging): Undocument.
8589
8590 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8591
8592         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8593         integer.
8594         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8595         integer.
8596         (ARM_SIGN_EXTEND): Use HOST_UINT.
8597         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8598         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8599         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8600         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8601
8602         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8603         (arm_gen_constant): Use HOST_UINT.
8604         (arm_canonicalize_constant): Use HOST_UINT.
8605         (arm_reload_in_hi): Use HOST_UINT.
8606         (arm_reload_out_hi): Use HOST_UINT.
8607         (output_multi_immediate): Use HOST_UINT.
8608         (int_log2): Use HOST_UINT.
8609         (arm_poke_function_name): Use HOST_UINT.
8610         (arm_output_epilogue): Use arm_volatile_func().
8611         (output_thumb_prologue): Use arm_strip_name_encoding().
8612
8613 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8614
8615         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8616         of sequence point problems.
8617
8618 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8619
8620         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8621         Recomment.
8622         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8623
8624 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8625
8626         * sbitmap.h: Whitespace changes and use upper-case macro args.
8627         (struct simple_bitmap_def): All sizes now unsigned.
8628         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8629         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8630         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8631         (sbitmap_zero): Cast bzero arg to PTR.
8632         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8633         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8634         loop to make structure clearer.
8635         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8636         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8637         (sbitmap_a_and_b_or_c): Likewise.
8638         (sbitmap_intersection_of_succs): Minor cleanups.
8639         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8640         (sbitmap_union_of_preds): Likewise.
8641         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8642         (debug_sbitmap): New function.
8643
8644         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8645         * c-typeck.c (convert_for_assignment): Likewise.
8646
8647         * expmed.c (init_expmed): Don't free objects we make.
8648         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8649
8650         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8651         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8652
8653         * gcse.c (expr_hash_table_size): Now unsigned.
8654         (compute_ae_gen): Local variable `i' now unsigned.
8655         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8656         (compute_transout, hoist_code): Likewise.
8657         (compute_local_properties): Likewise, also hash_table_size.
8658         (alloc_expr_hash_table): N_INSNS now unsigned.
8659         (delete_null_pointer_checks): Mark arg F as unused.
8660
8661         * regrename.c: Minor cleanups, including chang some variables
8662         to unsigned int.
8663
8664 2000-04-10  Neil Booth  <NeilB@earthling.net>
8665
8666         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8667         than GETC ().
8668         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8669
8670 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8671
8672         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8673         __classof__, and __headof__ from the list of gnu keywords.
8674         (-ansi): Remove -foperator-names from list of implied options.
8675         Do not call it ANSI C++.
8676         (-foperator-names): Document as -fno-operator-names.
8677
8678 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8679
8680         * cpphash.c (timestamp): Delete.
8681         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8682         (special_symbol): Remove unnecessary braces.  Remove
8683         T_VERSION.  Treat T_STDC like T_CONST unless
8684         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8685         when one is encountered, then convert them into T_MCONST
8686         nodes.
8687         * cppinit.c (builtin_array): version_string is T_MCONST.
8688         __STDC__ has a "1" in its cpval.  Don't have a terminator
8689         entry.  Clean up which entries are dumped.
8690         (initialize_builtins): Only __STDC__ gets the special
8691         -traditional treatment.  Count the length of builtin_array.
8692         Render version_string here.
8693         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8694         * cpplib.h (struct cpp_reader): Remove timebuf.
8695
8696 2000-04-09  Richard Henderson  <rth@cygnus.com>
8697
8698         * genrecog.c (pred): Update comparison_operator for the unordered
8699         operators.
8700
8701         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8702         operators.
8703         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8704         (uno_comparison_operator): New.
8705         (put_condition_code): Handle UNORDERED/ORDERED.
8706         (unsigned_comparison): Likewise.
8707         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8708         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8709         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8710         update all callers.  Handle all 8 unordered operators.
8711         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8712         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8713         * config/i386/i386.h (PREDICATE_CODES): Update.
8714         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8715         (ix86_expand_branch, ix86_expand_setcc): Update.
8716         * config/i386/i386.md (sunordered, sordered): New.
8717         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8718         (bunordered, bordered): New.
8719         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8720         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8721         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8722
8723 2000-04-09  Philip Blundell  <philb@gnu.org>
8724
8725         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8726
8727 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8728
8729         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8730         fix_truncxfhi2): New patterns.
8731         * i386.c (output_fix_trunc): Handle converting to HImode.
8732
8733 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8734
8735         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8736         life_analysis.
8737         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8738         (for_each_successor_phi): Change parameter to basic_block.
8739         (coalesce_regs_in_successor_phi_nodes): Likewise.
8740         (coalesce_regs_in_copies): Likewise.
8741         (compute_coalesced_reg_partition): Use basic_block instead of index.
8742         * rtl.h (convert_to_ssa): Delete.
8743         (convert_from_ssa): Likewise.
8744         (successor_phi_fn): Likewise.
8745         (for_each_successor_phi): Likewise.
8746         (in_ssa_form): Likewise.
8747         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8748         (convert_from_ssa): Likewise.
8749         (successor_phi_fn): Likewise.
8750         (in_ssa_form): Likewise.
8751         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8752         * flow.c (calculate_global_regs_live): Pass a basic_block to
8753         for_each_successor_phi.
8754
8755 2000-04-08  Richard Henderson  <rth@cygnus.com>
8756
8757         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8758         was modified in the current insn.
8759
8760 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8761
8762         * arm/thumb.md: Delete.
8763         * arm/thumb-protos.h: Delete.
8764
8765 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8766
8767         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8768
8769         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8770
8771         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8772         into branch.
8773
8774         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8775         define_expand.
8776         (*arm_nop, *thumb_nop): Delete.
8777
8778         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8779         constants.  Use casts instead.
8780         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8781         output_multi_immediate, arm_poke_function_name): Likewise.
8782         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8783         MASK_RETURN_ADDDR): Likewise.
8784
8785         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8786
8787         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8788         into branch.
8789
8790         * arm.md (eh_epilogue): New function.
8791         * arm.h (struct machine_function): Move to here ...
8792         * arm.c: ... from here.
8793         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8794         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8795         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8796
8797         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8798
8799         * config/arm/semi.h (ASM_SPEC): Restore definition.
8800         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8801
8802         * config/arm/elf.h (ASM_SPEC): Restore definition.
8803         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8804
8805         * config/arm/arm.h (ASM_SPEC): Remove definition.
8806         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8807
8808         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8809
8810         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8811
8812         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8813
8814         Various formating tidyups, elimination of compile time
8815         warnings and synchronisation with internal sources:
8816
8817         * config/arm/arm-protos.h (assemble_align): Add prototype.
8818         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8819         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8820         (arm_return_addr_rtx): Rename to arm_return_addr.
8821
8822         * config/arm/arm.c: Include except.h.
8823         Define shorter typenames for strict minipool_node and struct
8824         minipool_fix.
8825         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8826         in memory.
8827         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8828         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8829
8830         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8831         already defined.
8832         (ASM_SPEC): Define if not already defined.
8833         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8834
8835         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8836         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8837         arm_gen_compare_reg.
8838         (indirect_jump):  Only accept register operands.
8839         (load_indirect_jump): Keep this pattern since combine can generate
8840         it.
8841
8842         * config/arm/coff.h: Include aout.h.
8843         (MULTILIB_DEFAULTS): Only define if not already defined.
8844
8845         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8846         into arm.h (so that COFF ports can support thumb based aliases).
8847         (ASM_SPEC): Move definition into arm.h
8848
8849         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8850         redundant apcs spec.
8851         (ASM_SPEC): Move definition to arm.h
8852
8853         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8854
8855         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8856         for entries in the .bss section
8857
8858         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8859
8860         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8861         to thumb_far_jump_used_p.
8862
8863         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8864         single integer parameter.
8865
8866         * config/arm/arm.c (struct machine_function): Add two new
8867         fields, 'far_jump_used' and 'arg_pointer_live'.
8868         (thumb_far_jump_used_p): Once the decision has been made that
8869         far jumps might be used, always return true.
8870         If being called from the initial elimination offset macro then
8871         do not bother to perform the test if the arg pointer is not
8872         being used.
8873         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8874         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8875
8876         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8877
8878         * arm.c (output_return_instruction): Handle more cases where we can
8879         return from a function with an ldr instruction.
8880         (arm_output_epilogue): Likewise.
8881
8882         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8883         if we need to push a large stack frame and there are no callee-saved
8884         registers.
8885
8886         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8887         in ARM code if the frame pointer has been eliminated.
8888
8889         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8890         unspec_volatile arguments to avoid duplicates.
8891         (consttable_1, consttable_2): Fixes for big-endian mode.
8892
8893         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8894         as appropriate.
8895
8896         Re-write constant pool code.
8897         * arm.c (minipool_node, minipool_fix): New types.
8898         (minifix): Delete type.
8899         (arm_add_minipool_constant): Delete.
8900         (arm_compute_minipool_offsets, arm_find_barrier,
8901         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8902         (get_jump_table_size): Now returns HOST_WIDE_INT.
8903         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8904         functions.
8905         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8906         (assign_minipool_offsets, arm_print_value): Likewise.
8907         (dump_minipool): Rewrite.
8908         (arm_barrier_cost): New function.
8909         (create_fix_barrier): New function.
8910         (push_minipool_barrier): New function.
8911         (push_minipool_fix): Record additional information about the fixup
8912         required.
8913         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8914         check the mode of what needs fixing.
8915         (arm_reorg): Rewrite.
8916
8917         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8918
8919         * config/arm/arm.md (indirect_jump): Force constant addresses into
8920         a register.
8921
8922         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8923
8924         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8925
8926         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8927
8928         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8929         adjust is word aligned.
8930         (thumb_expand_epilogue): Make sure that stack adjust is word
8931         aligned.
8932
8933         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8934
8935         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8936
8937         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8938         pointer relative addresses.
8939
8940         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8941
8942         * arm.c (find_barrier): Find the last barrier within the allowed
8943         range.
8944
8945         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8946
8947         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8948
8949         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8950
8951         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8952         ARM_FUNCTION_PROFILER.
8953
8954         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8955         ARM_FUNCTION_PROFILER.
8956
8957         * config/arm/linux-oldld.h: Imported from mainline sources.
8958
8959         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8960
8961         * config/arm/lib1funcs.asm: Merge in thumb functions from
8962         lib1thumb.asm.
8963
8964         * config/arm/lib1thumb.asm: Delete.
8965
8966         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8967
8968         * config/arm/arm.c: Sychronised with current Red hat local
8969         sources.
8970         * config/arm/arm.h: Ditto.
8971         * config/arm/arm-protos.h: Ditto.
8972
8973         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8974
8975         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8976
8977         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8978         byte stores.
8979
8980         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8981
8982         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8983
8984         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8985         (return) was emited using an emit_insn() call.
8986
8987         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8988
8989         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8990         thumb stack frame.
8991         (thumb_exit): Move frame pointer back into hard frame pointer
8992         register if backtracing is being used.
8993
8994         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8995
8996         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8997         into branch.
8998
8999         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
9000
9001         * config/arm/arm.md (neg_pool_offset): Provide default for new
9002         attribute.
9003         (arm_movsi_insn): Add neg_pool_offset attribute.
9004         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
9005         rtx for the insn that starts the scan and an unsigned long for its
9006         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
9007         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
9008         instructions in *PINSERTED.
9009         (struct minipool_fixup): Add MIN_ADDRESS elt.
9010         (sort_fixups): Compute it.
9011         (arm_reorg): Changes to support inserting pools before the insn to be
9012         fixed up.
9013
9014         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
9015
9016         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
9017         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
9018         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
9019
9020         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
9021
9022         * config/arm/semi.h (TARGET_VERSION): Do not define if already
9023         defined.
9024         (TARGET_DEFAULT): Do not define if already defined.
9025
9026         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
9027
9028         * config/arm/arm.md (anddi3): Allow disjoint source operands.
9029         (iordi3): Allow disjoint source operands.
9030         (xordi3): Allow disjoint source operands.
9031         (negdi2): Permit construction for ARM and Thumb.
9032         (arm_negdi2): Renamed version of old negdi2 pattern.
9033         (thumb_negdi2): New pattern: Only permit non-overlapping
9034         source and destination.
9035
9036         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
9037
9038         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
9039         scratch low register so that it will not be deleted.
9040
9041         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
9042
9043         * config/arm/pe.h (ARM_PE): Define.
9044
9045         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
9046         interfacearm attribute if this is a PE toolchain.
9047         (output_return_instruction): Do not emit anything if the function
9048         has the naked attribute set.
9049         (is_called_in_ARM_mode): If the function has the interfacearm
9050         attribute then return true.
9051         (thumb_expand_prologue): Do not generate a prologue for naked
9052         functions.
9053         (thumb_expand_epilogue): Do not generate an epilogie for a naked
9054         function.
9055         (output_thumb_prologue): Do not bother if the function is naked.
9056         Strip PE encoding from function name before emitting.
9057
9058         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
9059
9060         * arm.md (pic_load_addr): Fix constraints.
9061
9062         * arm.md (casesi_insn): Fix mis-applied patch.
9063
9064         * arm.md ("core" function unit): Add rules for single- and
9065         multi-cycle insns.
9066         (All TARGET_THUMB patterns): Add "type" attribute information
9067         where needed.
9068         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
9069         the following insn is a CALL.
9070
9071         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
9072         pointer.
9073         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
9074         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
9075         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
9076
9077         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
9078
9079         * config/arm/linux-gas.h: oops - this file was missed out when the
9080         branch was created...
9081
9082         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
9083
9084         * thumb.c: Deleted.  Move contents to ...
9085         * arm.c: ... here.
9086         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
9087         rule for thumb.o
9088         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
9089         * configure: Regen.
9090
9091         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
9092         declare a prototype for asm_output_align();
9093
9094         * arm.c (thumb_condition_code): Delete.
9095         (arm_print_operand): Always use arm_condition_code array.
9096
9097         * arm.c (thumb_return_addr_rtx): Delete.
9098         (arm_save_machine_status, arm_restore_machine_status): Delete.
9099         (arm_init_machine_status, arm_mark_machine_status): New functions.
9100         (arm_init_expanders): Update accordingly.
9101         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
9102         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
9103         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
9104
9105         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
9106
9107         * configure.in : Fix arm-*-aout target to use new t-arm-aout
9108         script.
9109         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
9110         targets.
9111
9112         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
9113
9114         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
9115         stack backtrace structure.
9116
9117         * config/arm/arm-protos.h: Add prototypes for functions defined in
9118         arm/pe.h.
9119
9120         * config/arm/arm.c (arm_override_options): Fix selection of
9121         attributes of default processor.
9122
9123         * config/arm/coff.h: Delete needless #include.
9124
9125         * config/arm/pe.c: Delete unused code.
9126
9127         * config/arm/pe.h (CPP_DEFINES): Delete
9128         (SUBTARGET_CPP_SPEC): Define.
9129         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
9130
9131         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
9132
9133         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
9134
9135         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
9136         updated.
9137         (CAN_DEBUG_WITHOUT_FP): Define.
9138         (FIXED_REGISTERS): Make r11 call-saved.
9139         (CALL_USED_REGISTERS): Likewise.
9140         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
9141         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
9142         frame-pointer is required.
9143         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
9144         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
9145         if the target normally needs a stack frame in non-leaf functions.
9146         (use_return_insn): Correct logic for determining when a return
9147         instruction can be used.
9148         (output_return_instruction): Handle the frame-pointer register as
9149         a normal register when not TARGET_APCS_FRAME.
9150         (arm_output_prologue): Likewise.
9151         (arm_output_epilogue): Likewise.
9152         (output_func_epilogue): Likewise.
9153         (arm_expand_prologue): Likewise.
9154         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
9155
9156         * arm.c (use_return_insn): No need to check floating point regs if
9157         TARGET_SOFT_FLOAT.
9158         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
9159         the code of value stored in the minipool array.
9160         (arm_add_minipool_constant): Likewise.
9161
9162 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9163
9164         * basic-block.h (conflict_graph_enum_fn): K&R fix.
9165
9166 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9167
9168         * tree.c (tree_expr_nonnegative_p): New function.
9169
9170         * tree.h (tree_expr_nonnegative_p): Declare.
9171
9172         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
9173         elide some sign_compare warnings.
9174         (build_conditional_expr): Likewise.
9175
9176 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
9177
9178         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
9179
9180         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
9181         * i386.c (print_operand): Use the proper suffix for a 387 HImode
9182         operand.  Abort if a 387 operand has an unsupported size.
9183
9184 2000-04-08  Neil Booth  <NeilB@earthling.net>
9185
9186         * cppexp.c (parse_charconst): Null does not end character
9187         constants.
9188         * cppinit.c (ISTABLE): Null character handled as whitespace.
9189         * cpplex.c (null_warning):  new function.
9190         (skip_string): Emit warning if nulls encountered.
9191         (_cpp_skip_hspace): Emit warning if nulls encountered.
9192         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
9193         them.
9194         * cpp.texi: Update.
9195
9196 2000-04-07  Richard Henderson  <rth@cygnus.com>
9197
9198         * flow.c (loop_depth): Remove.
9199         (reg_next_use, cc0_live, mem_set_list): Replace with ...
9200         (struct propagate_block_info): New.
9201         (life_analysis): Don't allocate reg_next_use.
9202         (propagate_block_delete_insn): Break out of propagate_block.
9203         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
9204         (propagate_block_delete_libcall): Likewise.
9205         (propagate_block): Create a propagate_block_info struct to pass
9206         to subroutines.  Allocate one not two temporary regsets.  Don't
9207         clobber memory for const calls.  Look for clobbers in
9208         CALL_INSN_FUNCTION_USAGE.
9209         (mark_set_regs): Recognize COND_EXEC.
9210         (mark_set_reg): Break out of mark_set_1.
9211         (mark_used_reg): Break out of mark_used_regs.
9212         (mark_used_regs): Recognize COND_EXEC.
9213         (insn_dead_p): Use propagate_block_info struct.
9214         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
9215         (find_auto_inc, try_pre_increment_1): Likewise.
9216         (print_rtl_with_bb): Dump regs live at end too.
9217         (count_reg_sets_1): Pass in loop_depth.
9218         (count_reg_sets, count_reg_references): Likewise.
9219         (recompute_reg_usage): Provide it.
9220
9221 2000-04-07  Richard Henderson  <rth@cygnus.com>
9222
9223         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
9224         not the raw files.
9225
9226 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
9227
9228         * cpplib.c (do_elif): Skip the rest of the line if we're
9229         not going to bother evaluating it.
9230         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
9231         to avoid pointless calls to the lexer.
9232
9233 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
9234
9235         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
9236
9237 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
9238
9239         * calls.c (expand_call): emit_queue if we're trying a sibcall.
9240
9241 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
9242
9243         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
9244
9245 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
9246
9247         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
9248         crtend so they can be multilibbed.
9249         (STAGESTUFF): Remove s-crt and s-crtS.
9250
9251 2000-04-07  Richard Henderson  <rth@cygnus.com>
9252
9253         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
9254         if we discover we need a pseudo and no_new_pseudos is true.
9255         * config/alpha/alpha.md (ne:DI insn): New.
9256         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
9257
9258 2000-04-07  Richard Henderson  <rth@cygnus.com>
9259
9260         * rtl.def (COND_EXEC): New.
9261         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
9262         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
9263
9264         * genconfig.c (have_cond_arith_flag): Remove.
9265         (have_cond_exec_flag): New.
9266         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
9267         (main): Print HAVE_conditional_execution.
9268
9269         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
9270         (sched_analyze_insn, print_pattern): Likewise.
9271         * reload.c (find_equiv_reg): Likewise.
9272         * rtlanal.c (reg_referenced_p): Likewise.
9273         (note_stores, dead_or_set_regno_p): Likewise.
9274         (reg_overlap_mentioned_p): Rewrite to use a switch.
9275
9276         * ggc.h (struct rtx_def): Forward declare.
9277
9278         * print-rtl.c (debug_rtx_range): New.
9279         * rtl.h (debug_rtx_range): Declare.
9280
9281         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
9282
9283         * gcse.c (gcse_main): Don't rebuild the CFG here.
9284         (delete_null_pointer_checks): Likewise.
9285         * ssa.c (convert_to_ssa): Likewise.
9286         * toplev.c (rest_of_compilation): Do it here instead.  Combine
9287         sequential calls to TIMEVAR.  Consistently use `insns' instead of
9288         `get_insns()'.  Always split insns after reload when optimizing.
9289
9290         * basic-block.h (merge_blocks_nomove): Declare.
9291         (tidy_fallthru_edge): Declare.
9292         * flow.c (merge_blocks_nomove): Document as merging into previous
9293         blocks.  Remove cruft from between blocks; remove all edges out of A.
9294         (tidy_fallthru_edge): Export.
9295
9296 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9297
9298         * ssa.c (compute_conservative_reg_partition): Declare with
9299         void arguments.
9300         * toplev.c (clean_dump_file): Remove previously-deleted function
9301         inadvertantly merged back in.
9302         * conflict.c (conflict_graph_add): Use a single call to
9303         htab_find_slot to look up and insert.
9304
9305 2000-04-06  Richard Henderson  <rth@cygnus.com>
9306
9307         * genrecog.c (*): Rename _last_insn to last_insn.
9308         (make_insn_sequence): Set the position of the peephole2 C test
9309         to be at the last insn.
9310
9311 2000-04-06  Richard Henderson  <rth@cygnus.com>
9312
9313         * flow.c (compute_flow_dominators): Free worklist.
9314
9315 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
9316
9317         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
9318
9319 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9320
9321         * rtl.h (INSN_P): New macro.
9322         (successor_phi_fn): New typedef.
9323         (for_each_successor_phi): New prototype.
9324         (in_ssa_form): New variable.
9325         (PHI_NODE_P): Likewise.
9326         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
9327         phi nodes in successors.
9328         (mark_used_regs): Add PHI case.
9329         (set_phi_alternative_reg): New function.
9330         (life_analysis): Assert that dead code elimination is not selected
9331         when in SSA form.
9332         * toplev.c (to_ssa_time): New variable.
9333         (from_ssa_time): Likewise.
9334         (compile_file): Zero to_ssa_time and from_ssa_time.
9335         Print time to convert to and from SSA.
9336         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
9337         (print_time): Compute percent fraction as integer.
9338         * ssa.c (PHI_NODE_P): Moved to rtl.h.
9339         (convert_to_ssa): Check if we're already in SSA.
9340         Don't eliminate dead code in life_analysis.
9341         Rerun flow and life analysis at bottom.
9342         (eliminate_phi): Use canonical regnos when adding nodes.
9343         (mark_reg_in_phi): New function.
9344         (mark_phi_and_copy_regs): Likewise.
9345         (convert_from_ssa): Rerun life analysis at top.
9346         Use coalesced partition.
9347         Check for removing a phi node at the end of the block.
9348         (compute_coalesced_reg_partition): New function.
9349         (coalesce_regs_in_copies): Likewise.
9350         (coalesce_reg_in_phi): Likewise.
9351         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
9352         (for_each_successor_phi): Likewise.
9353         (rename_context): New struct.
9354         (rename_block): Use a rename_context with rename_insn_1.  When
9355         renaming sets of a subreg, emit a copy of the entire reg first.
9356         (rename_insn_1): Treat data as a rename_context *.  Save current
9357         insn in set_data.
9358         (rename_set_data): Add field set_insn.
9359         * Makefile.in (HASHTAB_H): Move up in file.
9360         (OBSTACK_H): New macro.
9361         (collect2.o): Use OBSTACK_H in dependencies.
9362         (sdbout.o): Likewise.
9363         (emit-rtl.o): Likewise.
9364         (simplify-rtx.o): Likewise.
9365         (fix-header.o): Likewise.
9366         (OBJS): Add conflict.o.
9367         (conflict.o): New rule.
9368         * basic-block.h: Include partition.h.
9369         (conflict_graph): New typedef.
9370         (conflict_graph_enum_fn): Likewise.
9371         (conflict_graph_new): New prototype.
9372         (conflict_graph_delete): Likewise.
9373         (conflict_graph_add): Likewise.
9374         (conflict_graph_conflict_p): Likewise.
9375         (conflict_graph_enum): Likewise.
9376         (conflict_graph_merge_regs): Likewise.
9377         (conflict_graph_print): Likewise.
9378         (conflict_graph_compute): Likewise.
9379         * conflict.c: New file.
9380
9381 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
9382
9383         * tlink.c (read_repo_files): Don't look for .rpo info for
9384         linker flags.
9385
9386 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9387
9388         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
9389
9390 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9391
9392         * config/sh/lib1funcs.asm (___udivsi3_i4):
9393         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
9394         only depends on FMOVD_WORKS.
9395
9396 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9397
9398         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
9399         make double constant 8-byte aligned.
9400
9401 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9402
9403         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
9404         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
9405         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
9406         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
9407         Accept storing GENERAL_REGS into offsetable memory.
9408         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
9409         building a TFmode constant other than 0.0L into GENERAL_REGS.
9410
9411 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
9412
9413         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
9414
9415 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
9416
9417         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
9418         (macro_cleanup): No need to cast pbuf->macro.
9419         (collect_expansion): Use _cpp_get_define_token.  Goto done if
9420         it returns VSPACE.  Remove check for trailing space after
9421         CPP_COMMENT.
9422         (_cpp_create_definition): Don't diddle flags here.  Return
9423         directly on error.
9424         (unsafe_chars): Handle c1 being EOF.
9425         (push_macro_expansion): Use unsafe_chars for both accidental-paste
9426         checks.  Don't push the buffer till after we're done with
9427         them.
9428         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
9429         (PEEKN, FORWARD, GETC, PEEKC): Use them.
9430         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
9431         appropriately.
9432         (_cpp_parse_assertion): Don't NUL terminate.
9433         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
9434         hspace before calling _cpp_parse_assertion.  Remove all sets
9435         of only_seen_white. Treat '\f' as hspace.  Don't do anything
9436         special with '\n' here.
9437         (maybe_macroexpand): Handle T_EMPTY hash entries without
9438         pushing a buffer at all.
9439         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9440         incrementing the line number here.  Clear
9441         potential_control_macro as well as only_seen_white, if
9442         appropriate.
9443         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9444         (_cpp_get_define_token): New function, basically like
9445         _cpp_get_directive_token was but doesn't eat horizontal space.
9446         Don't do anything with only_seen_white here.
9447         (_cpp_get_directive_token): Just call _cpp_get_define_token
9448         repeatedly till it returns non-hspace.
9449
9450         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9451         (conditional_skip, skip_if_group): Return int.
9452         (DIRECTIVE_TABLE): Change origin of all conditional directives
9453         to "COND".
9454         (TRAD_DIRECT_P): New macro.
9455         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9456         an error for a bogus directive, unless -lang-asm.  Use
9457         TRAD_DIRECT_P. Loop calling handler functions till one returns
9458         zero.
9459         (get_macro_name): Don't diddle flags here.
9460         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9461         Create T_EMPTY nodes for #define macro /* nothing */.
9462         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9463         Use hp->name when calling pass_thru_directive.
9464         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9465         Return the result of conditional_skip and/or skip_if_group.
9466         Don't call _cpp_output_line_command.
9467         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9468         Issue -Wtraditional warnings as appropriate.  Don't complain
9469         about unrecognized directives.  If we are to stop skipping,
9470         return the number of the directive that ended the skip.
9471         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9472         expansion and line commands while skipping.  Return the result
9473         of consider_directive_while_skipping, if nonzero.
9474         (do_endif): Just set potential_control_macro here.
9475         (validate_else): Use _cpp_get_directive_token.
9476         (do_assert, do_unassert): Don't save pointers into the
9477         token_buffer across calls to the lexer.  Use
9478         _cpp_get_directive_token.
9479
9480         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9481         pointer, not an offset.  Replace 'data', which was a generic
9482         pointer, with 'macro', which points to a struct hashnode.
9483         (cpp_reader): Add 'potential_control_macro' pointer.
9484         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9485         (CPP_BUF_GET, CPP_FORWARD): Delete.
9486         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9487         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9488         ACTIVE_MARK_P): Update.
9489         (_cpp_get_define_token): New internal function.
9490         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9491
9492 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9493
9494         * configure.in: And here.
9495         * configure: Regenerate.
9496         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9497         --enable-libstdcxx-v3 is passed at configure time.
9498         * config.h.in: Regenerate.
9499
9500 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9501
9502         * final.c (final): Use xcalloc to allocate line_note_exists.
9503         * function.c (free_after_compilation): Free the temp_slots.
9504         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9505         (combine_temp_slot): Free temp_slots when they get combined.
9506         (purge_addressof): Fix typo in comment.
9507         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9508         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9509
9510         * ggc.h: Include varray.h.
9511         (ggc_pending_trees): Declare.
9512         (ggc_mark_tree_children): Remove declaration.
9513         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9514         * ggc-common.c (ggc_pending_trees): New variable.
9515         (ggc_mark_roots): Call ggc_mark_trees.
9516         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9517         the ggc_pending_trees.
9518         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9519         of ggc.h.
9520
9521 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9522
9523         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9524         GET_MODE_SIZE.
9525
9526 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9527
9528         * sh.c (sh_insn_length_adjustment): New function.
9529         * sh-protos.h (sh_insn_length_adjustment): Declare.
9530         * sh.h (ADJUST_INSN_LENGTH): Use it.
9531
9532 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9533
9534         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9535         from the insn where REG_RETVAL is added.
9536         (emit_no_conflict_block): Ditto.
9537
9538         * md.texi (Standard Names): Clarify when movX is needed.
9539
9540         * combine.c (simplify_comparison) [MINUS]: Do not replace
9541         all (op (minus A B) 0) with (op A B).
9542
9543 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9544                           J"orn Rennecke <amylaar@cygnus.co.uk>
9545
9546         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9547         (block_lump_real): Likewise.
9548
9549 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9550
9551         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9552         remaining non-zero debugging masks.
9553
9554 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9555
9556         * basic-block.h (verify_flow_info): Declare.
9557         (flow_loop_outside_edge_p): Declare.
9558         * flow.c (verify_flow_info): Remove declaration.
9559         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9560
9561 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9562
9563         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9564         not C++ comments.
9565
9566 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9567
9568         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9569         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9570         seqdi_zero_trunc+1): Allow splits only if registers are
9571         different.
9572
9573 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9574
9575         * acconfig.h: Add HAVE_GAS_HIDDEN.
9576         * config.in: Regenerated.
9577         * configure.in: Add test for .hidden pseudo-op in gas.
9578         * configure: Regenerated.
9579         * crtstuff.c: Include auto-host.h.
9580         Emit additional .hidden pseudo-op for __dso_handle if the
9581         assembler knows about it.
9582
9583 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9584
9585         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9586         before freeing argnames.
9587         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9588
9589 2000-04-05  Michael Meissner  <meissner@redhat.com>
9590
9591         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9592         Walton <jonboy@gordian.com> to make memory references with update
9593         work wtih -mregnames.
9594
9595 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9596
9597         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9598         (regrename_optimize): Rename variables `def_uses' and
9599         `ext_basic_blocks' to avoid conflicts with similarly named
9600         typedefs in traditional C.
9601
9602         * calls.c (initialize_argument_information): Fix typo in previous
9603         change.
9604
9605 2000-04-04  Richard Henderson  <rth@cygnus.com>
9606
9607         * regrename.c (consider_available): Test fixed_regs not
9608         PIC_OFFSET_TABLE_REGNUM.
9609
9610 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9611
9612         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9613         crtend.
9614         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9615         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9616         (ENDFILE_LINUX_SPEC): Always use crtend.
9617         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9618         (powerpc-*-linux-gnu): Likewise.
9619         * configure: Regenerate.
9620
9621         * config/rs6000/eabi.h: Don't include sysv4.h.
9622         (MULTILIB_DEFAULTS): Don't define.
9623         * config/rs6000/eabiaix.h: Don't include eabi.h.
9624         * config/rs6000/eabile.h: Delete.
9625         * config/rs6000/eabilesim.h: Delete.
9626         * config/rs6000/eabisim.h: Don't include eabi.h.
9627         * config/rs6000/linux.h: Don't include sysv4.h.
9628         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9629         (MULTILIB_DEFAULTS): Don't redefine.
9630         * config/rs6000/rtems.h: Don't include eabi.h.
9631         * config/rs6000/sol2.h: Don't include sysv4le.h.
9632         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9633         * config/rs6000/t-ppc: Delete.
9634         * config/rs6000/t-ppcgas: Correct comment.
9635         * config/rs6000/t-ppcos: Correct comment.  Don't build
9636         multilibs for -fPIC, rather use -fPIC -mstrict-align
9637         as default.
9638         * config/rs6000/t-ppc: Delete.
9639         * config/rs6000/vxppc.h: Don't include sysv4.h.
9640         * config/rs6000/vxppcle.h: Delete.
9641         * configure.in: Use multiple header files for p2pc ELF targets
9642         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9643         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9644         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9645         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9646         always available for these platforms.
9647
9648 2000-04-04  Richard Henderson  <rth@cygnus.com>
9649
9650         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9651
9652 2000-04-04  Stan Cox  <scox@cygnus.com>
9653
9654         * Makefile.in: Add rules for regrename.o
9655         * regrename.c: New file.
9656         * rtl.h (regrename_optimize): Add prototype.
9657         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9658         (compile_file, decode_d_option): Add support for -frename-registers.
9659         (rest_of_compilation): Call regrename_optimize.
9660         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9661         New macros.
9662
9663 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9664
9665         * Makefile (gccbug): New target.
9666         (doc): Depend on it.
9667         * gcc.texi (Bugs): Link subnodes.
9668         (gccbug): New node.
9669         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9670         Document severities, priorities, and classes in bug form.
9671
9672 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9673
9674         * cpplex.c (trigraph_map, speccase): Combine into single
9675         table, chartab.
9676         (NORMAL, NONTRI): New macros.
9677         (_cpp_read_and_prescan): Change to use unified table.  Use
9678         is_hspace to test for whitespace.
9679
9680         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9681         definition that doesn't provoke the "empty body in an
9682         if-statement" warning.
9683
9684 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9685
9686         * builtins.c (expand_builtin_strlen): Force the source to
9687         be a memory address.
9688
9689 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9690
9691         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9692
9693 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9694
9695         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9696          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9697         (ECF_IS_CONST): Rename to ECF_CONST.
9698         (special_function_p): Make static, change interface.
9699         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9700         (expand_call) ... here; convert number of variables to flags.
9701         (emit_library_call_vlue_1): Likewise.
9702         (setjmp_call_p): New function.
9703         (initialize_argument_information): Accepts flags as argument;
9704         return flags.
9705         (precompute_arguments): Likewise.
9706         * tree.h (special_function_p): Remove.
9707         (setjmp_call_p): Add prototype.
9708
9709 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9710
9711         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9712         so that addresses are offsetable by up to 16 bytes.
9713         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9714         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9715         offsetable.
9716
9717         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9718         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9719         (movsf): Don't force any constant to memory if target is integer
9720         hard register.
9721         Move fp_zero_operand check below the const0_rtx check.
9722         (movtf): Likewise. Also allow fp_zero_operand for stores into
9723         memory.
9724         (movdf): Likewise. Also allow fp_zero_operand for stores into
9725         memory and into integer hard registers.
9726         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9727         movdf_const_intreg_sp64): Remove.
9728         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9729         conditions.
9730         (movdf_no_e_insn_v9_sp32): New pattern.
9731         (movdf_insn_v9only): Remove.
9732         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9733         (movdf_insn_sp64): Remove.
9734         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9735         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9736         (following splits): Rewrite conditions. Add two new splits
9737         for storing 0.0 into memory and registers.
9738         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9739         (movtf_insn_sp32): Redo constraints and conditions.
9740         (movtf_insn_vis_sp32): New pattern.
9741         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9742         (movtf_insn_hq_sp64): Likewise.
9743         (movtf_insn_hq_vis_sp64): New pattern.
9744         (movtf_insn_sp64): Redo constraints and conditions.
9745         (movtf_insn_vis_sp64): New pattern.
9746         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9747         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9748         or memory.
9749         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9750         -mvis or -m64 to take down the number of various reload patterns.
9751
9752 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9753
9754         * pa/pa-64.h: New file.
9755         * pa/pa64-regs.h: New file.
9756         * pa/pa64-start.h: New file.
9757         * pa/t-pa64: New file.
9758         * pa/xm-pa64hpux.h: New file.
9759
9760 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9761
9762         * sparc.c (output_restore_regs): Prototype.
9763         (sparc_emit_float_lib_cmp): Constification.
9764
9765         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9766
9767         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9768         Prototype.
9769
9770         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9771         (get_value_hash, hash_rtx): Likewise.
9772
9773         * ssa.c (compute_conservative_reg_partition): Prototype.
9774
9775         * tree.c (mark_hash_entry): Prototype.
9776
9777 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9778
9779         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9780         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9781         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9782
9783         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9784         * objc/lang-specs.h: Likewise.
9785
9786 2000-04-03  Neil Booth  <NeilB@earthling.net>
9787
9788         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9789         and SYNTAX_ERROR2. Replace `' in messages with ''.
9790         (op_to_str): Make re-entrant.
9791         (_cpp_parse_expr): Implement new error macros. Use | rather
9792         than || to logically or 2 boolean integers.  Simply expression
9793         checking we have a left operand iff needed.
9794
9795 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9796
9797         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9798
9799 2000-04-03  Philip Blundell  <philb@gnu.org>
9800
9801         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9802
9803 2000-04-03  Felix Lee  <flee@cygnus.com>
9804
9805         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9806         (run_shell): Use it.
9807
9808 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9809
9810         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9811         (stmp-fixproto): ...rather than here.
9812
9813 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9814
9815         * pa.c (print_operand): Compute 'base' only inside the code paths
9816         that use it.
9817
9818 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9819
9820         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9821         CEIL_DIV_EXPR.
9822
9823 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9824
9825         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9826
9827 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9828
9829         * Makefile.in (alias.o): Depend on $(TREE_H).
9830
9831 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9832
9833         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9834         processing C++.
9835         * cpplib.c (_cpp_handle_directive): Improve warnings for
9836         traditional C and indented directives.
9837
9838         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9839         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9840         fixinc/inclhack.def: Indent the # of #include_next one space.
9841         * cp/rtti.c: Un-indent #if and #endif.
9842
9843         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9844         syntax error, but an error has already been printed.
9845         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9846         message when called with nothing remaining on the line.
9847         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9848         OTHER token, not an ASSERTION.
9849         * cpplib.c (do_assert): When we create a 'base' node, clear
9850         its aschain pointer.
9851
9852 2000-04-02  Neil Booth <NeilB@earthling.net>
9853
9854         * cppexp.c:  New typedef op_t.  struct operation and struct
9855         token updated to use it.
9856         (op_to_str): New function.
9857         (_cpp_parse_expr): Error messages modified to use op_to_str.
9858
9859 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9860
9861         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9862         before checking MUST_PASS_IN_STACK.
9863
9864 2000-04-02  Neil Booth <NeilB@earthling.net>
9865
9866         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9867         flags and initial priority into a single constant.  New
9868         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9869         (_parse_cpp_expr): Implement new constants.  Take left operand
9870         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9871         parse indicated by reducing FINISHED token.  Remove new lines
9872         from cpp_error messages.
9873
9874 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9875
9876         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9877         permanent obstack.
9878
9879 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9880
9881         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9882         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9883         the strings and function names on the fly.  Take the #sccs
9884         entry out of the table if SCCS_DIRECTIVE is not defined.
9885         (_cpp_handle_directive): Decide if the # was at the beginning
9886         of the line here.  Issue -pedantic warnings for extended
9887         directives here.  Warn about K+R directives with the #
9888         indented, and C89/extended directives with the # not indented,
9889         here.
9890         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9891         do_assert, do_unassert): Don't issue pedantic warning here.
9892
9893         * cpphash.h: Add CPP_WTRADITIONAL macro.
9894         * cpplib.h (struct cpp_options): Rename warn_stringify to
9895         warn_traditional; update comments.
9896         * cppinit.c (handle_option): Set warn_traditional not
9897         warn_stringify.
9898         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9899         CPP_WTRADITIONAL (pfile).
9900         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9901         be ignored in -traditional mode here.
9902
9903         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9904         to initialize speccase[] and trigraph_map[].  Delete all
9905         references to pfile->input_speccase.  Always treat '?' as a
9906         special character.  Remove table-initialization code from
9907         _cpp_init_input_buffer.
9908
9909         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9910         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9911
9912 2000-04-01  Richard Henderson  <rth@cygnus.com>
9913
9914         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9915         (mostlyclean): Likewise.
9916
9917         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9918         (struct dump_file_info, enum dump_file_index, dump_file): New.
9919         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9920         not a string.  Clean out file if we havn't yet done so.  Do nothing
9921         if the dump isn't enabled.
9922         (close_dump_file): Do nothing if the dump isn't open.  Dump
9923         graph data if requested.
9924         (dump_rtl, clean_dump_file): Remove.
9925         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9926         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9927         .combine dump if optimizing.  Iterate over dump_file to finalize the
9928         graph dumps.
9929         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9930         Convert all uses of dump_rtl.
9931         (decode_d_option): Iterate over dump_file to implement 'a' and to
9932         locate pass-specific dumps.
9933
9934 2000-04-01  Neil Booth <NeilB@earthling.net>
9935
9936         * cppexp.c: Redefine priority constants.
9937         (_cpp_parse_expr): Replace left and right priority scheme with
9938         single priority logic.  Move LOGICAL to same place as COMPARE.
9939         Remove bogus check for multiple unary +/- operators.
9940
9941 2000-04-01  Neil Booth <NeilB@earthling.net>
9942
9943         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9944         within the switch statement.  Binary operations break out of
9945         the switch naturally.  '(' tokens handled by forcing
9946         immediate shift.  ')' handled by forcing immediate reduce to
9947         the previous '('.  New error messages.
9948
9949 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9950
9951         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9952         part', it's already in use.  Use %K instead.  Add a return at the
9953         end of what is now %K.
9954         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9955
9956 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9957
9958         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9959         allocate_dynamic_stack_space.
9960         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9961         update stack_pointer_delta; do not update arg_size_so_far.
9962         (compute_argument_block_size): Use stack_delta instead of
9963         stack_pointer_pending and arg_size_so_far.
9964         (expand_call): Add sanity checking for stack_pointer_delta;
9965         save and restore stack_pointer_delta for SIB, use
9966         stack_pointer_delta for alignment; do not update arg_space_so_far.
9967         (emit_library_call_value): Use stack_pointer_delta for alignment.
9968         (store_one_arg): Do not update arg_space_so_far.
9969         * explow.c (adjust_stack, anti_adjust_stack): Update
9970         stack_pointer_delta.
9971         (allocate_dynamic_stack_space): Add sanity checking for
9972         stack_pointer_delta.
9973         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9974         stack_pointer_delta.
9975         (emit_push_insn): Update stack_pointer_delta.
9976         * function.h (struct expr_status): Add x_stack_pointer_delta;
9977         remove x_arg_space_so_far.
9978         (arg_space_so_far): Remove.
9979         (stack_pointer_delta): New macro.
9980
9981 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9982
9983         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9984         Reorder struct cpp_options and struct cpp_reader for better
9985         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9986         takes two args.  Change all 'char' flags to 'unsigned char'.
9987         Move show_column flag into struct cpp_options.  Don't
9988         prototype cpp_options_init.
9989         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9990         cppinit.c, cpplex.c, cpplib.c:
9991         Replace CPP_OPTIONS (pfile)->whatever with
9992         CPP_OPTION (pfile, whatever), and likewise for
9993         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9994
9995         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9996         Extract CPP_OPTION (pfile, pending) and work with that
9997         directly.
9998         (cpp_options_init): Delete.
9999         (cpp_reader_init): Turn on on-by-default options here.
10000         Allocate the pending structure here.
10001         (cl_options, enum opt_code): Define these from the same table,
10002         kept in a large macro.  Add -fshow-column and -fno-show-column
10003         options.
10004
10005         * cpperror.c (v_message): If show_column is off, don't print
10006         the column number.
10007
10008         * cppmain.c: Update for new interface.
10009         * fix-header.c: Likewise.
10010
10011 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
10012
10013         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
10014         definition.
10015         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
10016         are passed to any invocation of AR_FOR_TARGET.
10017         (AR_CREATE_FOR_TARGET): New macro.
10018         (AR_EXTRACT_FOR_TARGET): New macro.
10019         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
10020         AR_EXTRACT_FOR_TARGET.
10021         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
10022         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
10023         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
10024         AR_EXTRACT_FOR_TARGET to sub-makes.
10025
10026 2000-03-31  Neil Booth <NeilB@earthling.net>
10027
10028         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
10029         PAREN_INNER_PRIO.
10030         (_cpp_parse_expr): Check for multiple unary +/- operators.
10031         Correct priorities of ':' and '?'.  Treat ')' as having a
10032         value.  Ensure conditional expression is not void.
10033
10034 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
10035
10036         * alias.c (canon_rtx): Make it global.
10037         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
10038         equality.
10039         * cse.c (struct table_elt): Add canon_exp.
10040         (insert): Clear it.
10041         (invalidate): Canonicalize expressions only once.
10042         * rtl.h (canon_rtx): Declare.
10043
10044 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
10045
10046         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
10047         * alias.c (reg_known_value): Add comments.
10048         (init_alias_analysis): Likewise.
10049         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
10050         address.
10051         (cse_basic_block): Fix typo in comment.
10052         * emit-rtl.c: Include hashtab.h.
10053         (const_int_htab): New variable.
10054         (const_int_htab_hash): New function.
10055         (const_int_htab_eq): Likewise.
10056         (rtx_htab_mark_1): Likewise.
10057         (rtx_htab_mark): Likewise.
10058         (gen_rtx_CONST_INT): Cache all CONST_INTs.
10059         (unshare_all_rtx): Fix formatting.
10060         (init_emit_once): Initialize const_int_htab.
10061         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
10062         address.
10063         * rtl.texi: Document the fact that all CONST_INTs with the same
10064         value are shared.
10065
10066 2000-03-30  Richard Henderson  <rth@cygnus.com>
10067
10068         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
10069
10070 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
10071
10072         * configure.in: Comment out --enable-c-cpplib stanza.
10073         * configure: Regenerate.
10074
10075 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10076
10077         * expr.c (store_constructor): Properly compute displacement and
10078         alignment when offset is variable.
10079
10080         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
10081         cases of alignment in bytes.
10082
10083 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
10084
10085         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
10086         since it is used to generate c-parse.y.
10087         * objc-parse.c, objc-parse.y: Regenerated.
10088
10089         * function.c (expand_function_end): Pass alignment argument to
10090         emit_block_move in bits, not bytes.
10091
10092 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10093
10094         * expr.c (move_by_pieces_ninsns): Fix one more missing align
10095         correction.
10096
10097         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
10098
10099         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
10100         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
10101         * function.c (assign_parms): Likewise.
10102         * integrate.c (expand_inline_function): Likewise.
10103         * stmt.c (expand_decl): Likewise.
10104         (copy_rtx_and_substitute): Likewise.
10105         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
10106         (clear_by_pieces): Fix error in last change.
10107         * emit-rtl.c (init_emit): Set known registers alignment in bits.
10108         * function.h (regno_pointer_align): Now unsigned.
10109         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
10110         is in bits.
10111         * config/i386/i386.c (aligned_operand): Likewise.
10112         * config/sparc/sparc.c (mem_min_alignment): Likewise.
10113         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
10114         (unaligned_memory_operand): Likewise.
10115         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
10116         Also make alignments and sizes unsigned and some whitespace cleanup.
10117         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
10118
10119         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
10120         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
10121         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
10122         (expand_builtin_memset): Likewise, but to clear_storage.
10123         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
10124         (restore_fixed_argument_area): Likewise.
10125         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
10126         (load_register_parameters): Likewise, to emit_group_load.
10127         (expand_call): Likewise, to emit_group_store and emit_block_move.
10128         (emit_library_call_value_1): Likewise, to emit_block_move.
10129         (store_one_arg): Likewise, and to emit_push_insn.
10130         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
10131         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
10132         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
10133         (emit_block_move, emit_group_load, emit_group_store): Likewise.
10134         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
10135         (expand_assigment, store_expr, store_constructor_field): Likewise.
10136         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
10137         (store_constructor, store_field, get_inner_reference): Likewise.
10138         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
10139         (expand_expr, case COMPONENT_REF): Likewise.
10140         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
10141         and positions; reindent code.
10142         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
10143         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
10144         (assign_parms): Likewise to emit_group_store.
10145         * optabs.c (prepare_cmp_insn): Alignment is in bits.
10146         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
10147         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
10148         (expand_return): Likewise to {extract,store}_bit_field.
10149         * stor-layout.c (get_mode_alignment): Minor cleanup.
10150         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
10151         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
10152
10153 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10154
10155         * config/arm/arm.h: Undo effects of previous delta:
10156         (ASM_SPEC): Do not define.
10157         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
10158
10159         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
10160         typo.
10161
10162 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10163
10164         * cppinit.c (cpp_start_read): Call initialize_dependency_output
10165         only after reading in the primary source file.
10166
10167 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
10168
10169         * c-common.c (c_common_nodes_and_builtins): The first parameter to
10170         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
10171         or a reference to a va_list.
10172         * builtins.c (stabilize_va_list): Simplify now we don't have to
10173         work around C array address decay.
10174         * c-typeck.c (convert_for_assignment): Handle assignment to
10175         a reference parameter by taking the address of the RHS.
10176         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
10177         (va_copy): Likewise.
10178         (__va_copy): Likewise.
10179         * ginclude/varargs.h (va_start): Likewise.
10180         (__va_copy): Likewise.
10181
10182 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
10183
10184         * i386/djgpp.h: Remove extraneous "+".
10185
10186         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
10187
10188         * calls.c (expand_call): Fix typo in last change.
10189
10190 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10191
10192         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
10193         been expanded.
10194
10195 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10196
10197         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
10198         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
10199         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
10200         * tree.c (bit_position, byte_position): Likewise.
10201         * tree.h: Declare new functions.
10202
10203 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10204
10205         * config/arm/arm.c: Minor formatting changes/
10206         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
10207         already defined.
10208         (ASM_SPEC): Define if not already defined.
10209
10210 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10211
10212         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
10213         _cpp_calc_hash.
10214
10215 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
10216
10217         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
10218         value, don't output it as unsigned.
10219
10220 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
10221
10222         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
10223
10224 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10225
10226         * c-common.c (c_common_nodes_and_builtins): Don't special case
10227         cplus_mode when declaring builtin bzero/bcmp, always avoid
10228         prototype arguments.
10229
10230 2000-03-29  Bruce Korb  <bkorb@gnu.org>
10231
10232         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
10233         to a non-file
10234
10235 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10236
10237         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
10238         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
10239         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
10240         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
10241         (save_fixed_argument_area, restore_fixed_argument_area):
10242         conditionize by #ifdef REG_PARM_STACK_SPACE only.
10243         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
10244         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
10245         (precompute_register_parameters): Avoid #ifdefs on
10246         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
10247         (stire_one_args): Likewise.
10248         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
10249         (emit_library_call_value_1): Likewise.
10250         (compute_argument_block_size): Align to STACK_BOUNDARY only for
10251         ACCUMULATE_OUTGOING_ARGS.
10252         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
10253         value.
10254         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
10255         (use_crosses_set_p): Likewise.
10256         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
10257         #define ACCUMULATE_OUTGOING_ARGS 1.
10258         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
10259         frames.
10260         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
10261         constants.
10262         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
10263         (TARGET_SWITCHES): Add push-args, no-push-args,
10264         accumulate-outgoing-args and no-accumulate-outgoing-args.
10265         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
10266         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
10267         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
10268         and PUSH_ROUNDING.
10269         (emit_push_insn): Likewise.
10270         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10271         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
10272         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10273         (STACK_DYNAMIC_OFFSET): Define correctly for both
10274         ACCUMULATE_OUTGOING_ARGS and normal mode.
10275         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
10276         * tm.texi (PUSH_ARGS): Document.
10277         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
10278
10279 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10280
10281         * flags.h (flag_optimize_sibling_calls): Declare.
10282         * calls.c (expand_call): Fail sibcall when
10283         !flag_optimize_sibling_calls
10284         * invoke.texi (flag_optimize_sibling_calls): Document.
10285         * toplev.c (flag_optimize_sibling_calls): New global variable.
10286         (f_options): Add flag_optimize_sibling_calls.
10287         (rest_of_compilation): Conditionize
10288         optimize_sibling_and_tail_recursive_calls by
10289         flag_optimize_sibling_calls.
10290         (main): Set flag_optimize_sibling_calls for -O2.
10291         * stmt.c (expand_return): Conditionize tail recursion by
10292         flag_optimize_sibling_calls.
10293
10294 2000-03-29  Richard Henderson  <rth@cygnus.com>
10295
10296         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
10297         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
10298
10299 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
10300
10301         * except.c (add_eh_table_entry): Mark type_info's as referenced.
10302
10303 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10304
10305         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
10306         is given.
10307         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
10308         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
10309         * config/rs6000/aix.h: then modified likewise.
10310
10311 2000-03-28  Richard Henderson  <rth@cygnus.com>
10312
10313         * rtl.h: Redistribute enum reg_note documentation.
10314         Kill trailing whitespace.
10315         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
10316         Kill trailing whitespace.
10317
10318 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
10319
10320         * cppfiles.c (hash_IHASH): Just return i->hash.
10321         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
10322         htab_find_with_hash.
10323         (cpp_read_file): Likewise.
10324         (find_include_file): Likewise.  Properly initialize
10325         ih->nshort.  Share ih->name and ih->nshort if possible.
10326         * cpphash.c (_cpp_calc_hash): New function.
10327         (hash_HASHNODE): Just return h->hash.
10328         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
10329         htab_find_with_hash.
10330         * cpphash.h: Prototype _cpp_calc_hash.
10331         * cppinit.c (initialize_builtins): Provide a valid hash
10332         to _cpp_make_hashnode, using _cpp_calc_hash.
10333
10334         * cpphash.c (collect_expansion): # is not a special character
10335         in object-like macros.  In -traditional mode, /**/ is not
10336         token paste at the beginning or end of the line.
10337         * cpplib.c (do_include, do_import, do_include_next): If
10338         parse_include fails, return immediately.
10339
10340 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
10341
10342         * config/arm/arm.md (return peepholes): Update to reflect the new
10343         call insn patterns.
10344         * config/arm/arm.c (arm_volatile_func): Also check
10345         current_function_nothrow.
10346         (output_return_instruction, output_func_prologue): Use it.
10347         (arm_output_epilogue, arm_expand_prologue): Likewise.
10348
10349 2000-03-27  Tom Tromey  <tromey@cygnus.com>
10350
10351         * gcc.c (handle_braces): In {x*...} case, break out of loop if
10352         switch is found.
10353
10354 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10355
10356         * expr.c (store_constructor): SIZE now signed.
10357         For EXPR_SIZE, don't evaluate size; just needed if constant.
10358         * fold-const.c (fold): Fix a number of cases when folded tree is
10359         wrong type.
10360         * function.c (flush_addressof): Reenable.
10361         * tree.h (flush_addressof): Likewise.
10362         * toplev.c (independent_decode_option): Look at strings_processed.
10363         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
10364
10365 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
10366
10367         * sibcall.c (indentify_call_return_value): Find last call in the chain;
10368         Allow stack adjustment after function call.
10369
10370         * regmove.c (struct csa_memlist): Make mem field rtx *.
10371         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
10372         (try_apply_stack_adjustment): Replace whole MEM rtx.
10373         (combine_stack_adjustments_for_block): Update calls
10374         to record_one_stack_ref.
10375
10376 2000-03-28  Neil Booth  <NeilB@earthling.net>
10377
10378         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
10379         '\\' rather than a null character, so nulls are not special.  Fix
10380         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
10381         speed trigraph conversion.
10382         (_cpp_init_input_buffer): Initialize trigraph map.
10383
10384 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
10385
10386         * config/i386/i386.c (output_387_binary_op): Correct intel
10387         mode assembly output, and add spaces after commas in AT&T
10388         output.  Correct Unixware assembler comment.  Document input
10389         constraints.  Comment fp operations.  Reduce profligate buffer
10390         size.  Remove extraneous abort.  Localize temp var.
10391         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
10392         (output_fix_trunc): Add spaces after commas in assembly output.
10393
10394 2000-03-27  Richard Henderson  <rth@cygnus.com>
10395
10396         * i386-protos.h (ix86_match_ccmode): Declare.
10397         * i386.c (ix86_match_ccmode): New.
10398         (ix86_expand_fp_compare): Update for pattern renames.
10399         (ix86_expand_strlensi_unroll_1): Likewise.
10400         * i386.h (EXTRA_CC_MODES): Add CCZ.
10401         (SELECT_CC_MODE): Use it for EQ/NE zero.
10402         * i386.md (cmpsi_ccz_1): New.
10403         (cmpqi_ccz_1): New.
10404         (*testsi_ccz_1): New.
10405         (testqi_ccz_1): New.
10406         (cmpsi_ccno_1): Rename from cmpsi_0.
10407         (testsi_ccno_1): Rename from testsi_1.
10408         (testqi_ccno_1): Rename from testqi_1.
10409         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
10410         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
10411         (*cmphi_0): Use ix86_match_ccmode.
10412         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
10413         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
10414         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
10415         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
10416         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
10417         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
10418         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
10419         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
10420         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
10421         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
10422         (appropriate peepholes): Likewise.
10423         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
10424         (*subsi_3, *subhi_3, *subqi_3): Remove.
10425         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
10426         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
10427         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
10428         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
10429         (x86_shift_adj_1): Use CCZ.
10430         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
10431
10432 2000-03-27  Stan Cox  <scox@cygnus.com>
10433
10434         * resource.h (mark_resource_type): New.
10435         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
10436         find_free_register): Use mark_resource_type.
10437         (mark_set_resources): Change include_delayed_effects
10438         to mark_resource_type.
10439         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10440         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10441         Use mark_resource_type.
10442
10443 2000-03-27  Richard Henderson  <rth@cygnus.com>
10444
10445         * i386.md (call_pop_0, call_value_pop_0): New.
10446         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10447         (call_value_pop_1): Likewise.
10448         (call_0, call_value_0): New.
10449         (call_1, call_value_1): Remove constraint from unused arg.
10450
10451 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10452
10453         * invoke.texi (Spec Files): Document new spec % command created by
10454         Tom Tromey's recent patch.
10455
10456 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10457
10458         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10459         if not defined.
10460
10461 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10462
10463         * expr.c (expand_assignment): Fix typo in last change.
10464
10465         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10466
10467 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10468
10469         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10470         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10471         and DECL_INLINE if FUNCTION_DECL.
10472         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10473         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10474         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10475         (combine_parm_decls): Likewise.
10476         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10477         * print-tree.c (print_node): Likewise.
10478         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10479         DECL_TRANSPARENT_UNION on proper decl types.
10480         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10481         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10482         DECL_BIT_FIELD of FIELD_DECL.
10483         * tree.h (DECL_RESULT_FLD): New macro.
10484
10485         * expr.c (expand_assignment): Add code to handle variable-sized
10486         BLKmode case.
10487
10488 2000-03-26  Richard Henderson  <rth@cygnus.com>
10489
10490         * calls.c (expand_call): Pass parms not original exp to
10491         optimize_tail_recursion.  Mind return value instead of looking
10492         for a barrier.
10493         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10494         call_expr.  Move checks for call_expr and current_function_decl ...
10495         (expand_return): ... here.
10496
10497 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10498
10499         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10500         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10501         defines.
10502         (process_command): Use them.
10503         (check_live_switch): Likewise.
10504         (give_switch): Skip ignored switches.
10505
10506 2000-03-26  Jan Hubicka  <jh@suse.cz>
10507
10508         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10509         for minimal jump pass test.
10510
10511 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10512
10513         * integrate.c (function_cannot_inline_p): Do inline functions that
10514         return `void'.
10515
10516 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10517
10518         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10519         now a list of TREE_LIST entries, not types.
10520         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10521
10522         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10523         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10524         int_bit_position.
10525         * config/mips/mips.c (function_arg): Likewise; also remove cast
10526         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10527         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10528         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10529         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10530         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10531         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10532         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10533         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10534         num_adjusts now unsigned.
10535         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10536         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10537         NREGS now unsigned.
10538         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10539         as is BITPOS variable; use host_integerp and int_bit_position.
10540         (function_arg_record_value_2): Likewise.
10541         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10542         Variable REGNO now unsigned.
10543         (function_arg_record_value): NREGS now unsigned.
10544
10545 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10546
10547         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10548
10549 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10550
10551         * Rework fields used to describe positions of bitfields and
10552         modify sizes to be unsigned and use HOST_WIDE_INT.
10553         * alias.c (reg_known_value_size): Now unsigned.
10554         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10555         (really_start_incremental_init): Use bitsize_zero_node.
10556         (push_init_level, pop_init_level, output_init_element): Likewise.
10557         Use bitsize_unit_node and bitsize_one_node.
10558         (output_pending_init_elements, process_init_element): Likewise.
10559         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10560         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10561         HOST_WIDE_INT, respectively.
10562         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10563         (num_sign_bit_copies): Returns unsigned.
10564         BITWIDTH now unsigned; rework arithmetic.
10565         Remove recursive call from arg to MAX.
10566         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10567         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10568         REGNO now unsigned.
10569         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10570         (find_split_point, expand_compound_operation, make_extraction): LEN
10571         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10572         (make_field_assignment): Likewise.
10573         (combine_simplify_rtx): Add cast.
10574         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10575         (force_to_mode): WIDTH now unsigned; add cast.
10576         (if_then_else_cond): SIZE now unsigned.
10577         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10578         (extended_count): Now returns unsigned.
10579         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10580         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10581         (simplify_comparison): MODE_WIDTH now unsigned.
10582         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10583         (mark_used_regs_combine): Likewise; rework arithmetic.
10584         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10585         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10586         (record_promoted_value): REGNO now unsigned.
10587         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10588         (get_last_value): REGNO now unsigned.
10589         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10590         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10591         (remove_death): Arg REGNO now unsigned.
10592         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10593         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10594         now unsigned.
10595         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10596         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10597         (struct cse_reg_info): REGNO now unsigned.
10598         (cached_regno): Now unsigned.
10599         (REGNO_QTY_VALID_P): Add cast.
10600         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10601         (remove_invalid_regs): Likewise.
10602         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10603         as are variables END and I.
10604         (get_cse_reg_info, insert): Likewise.
10605         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10606         (canon_hash): Likewise.
10607         (insert_regs, lookup_for_remove): REGNO now unsigned.
10608         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10609         New variable RN.
10610         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10611         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10612         * emit-rtl.c (subreg_realpart_p): Add cast.
10613         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10614         (operand_subword_force): Arg I is now unsigned.
10615         * except.c (eh_regs): Variable I is now unsigned.
10616         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10617         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10618         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10619         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10620         (extract_split_bit_field, store_bit_field, extract_bit_field):
10621         Likewise.
10622         * expr.c (store_constructor_fields, store_constructor, store_field):
10623         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10624         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10625         (do_jump): Likewise.
10626         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10627         MAX_SIZE is now unsigned.
10628         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10629         (emit_group_store): Likewise.
10630         (emit_move_insn): I now unsigned.
10631         (store_constructor): Use host_integerp, tree_low_cst, and
10632         bitsize_unit_node.
10633         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10634         Rework all calculations to use trees and new fields.
10635         * expr.h (promoted_input_arg): Regno now unsigned.
10636         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10637         (mark_seen_cases): Arg is HOST_WIDE_INT.
10638         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10639         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10640         precisions and alignments are unsigned.
10641         (optimize_bit_field_compare, fold_truthop): Likewise.
10642         (int_const_binop): Adjust threshold for size_int_type_wide call.
10643         (fold_convert): Likewise.
10644         (size_int_type_wide): Make table larger and fix thinko that only
10645         had half of table used.
10646         (all_ones_mask_p, fold): Precisions are unsigned.
10647         * function.c (put_reg_info_stack): REGNO is unsigned.
10648         (instantiate_decl): Size is HOST_WIDE_INT.
10649         (instantiate_virtual_regs): I is unsigned.
10650         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10651         (promoted_input_arg): REGNO is unsigned.
10652         * function.h (struct function): x_max_parm_reg is now unsigned.
10653         * gcse.c (max_gcse_regno): Now unsigned.
10654         (struct null_pointer_info): min_reg and max_reg now unsigned.
10655         (lookup_set, next_set): REGNO arg now unsigned.
10656         (compute_hash_table): REGNO and I now unsigned.
10657         (handle_avail_expr): regnum_for_replacing now unsigned.
10658         (cprop_insn): REGNO now unsigned.
10659         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10660         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10661         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10662         * hard-reg-set.h (reg_class_size): Now unsigned.
10663         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10664         * jump.c (mark_modified_reg): I now unsigned; add cast.
10665         (rtx_equal_for_thread_p): Add cast.
10666         * loop.c (max_reg_before_loop): Now unsigned.
10667         (struct_movable): REGNO now unsigned.
10668         (try_copy_prop): REGNO arg unsigned.
10669         (regs_match_p): XN and YN now unsigned.
10670         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10671         (strength_reduce): Likewise; NREGS also unsigned.
10672         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10673         * loop.h (struct iv_class): REGNO now unsigned.
10674         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10675         Now unsigned.
10676         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10677         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10678         * optabs.c (expand_binop): I and NWORDS now unsigned.
10679         (expand_unop): I now unsigned.
10680         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10681         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10682         * real.c (significand_size): Now returns unsigned.
10683         * real.h (significand_size): Likewise.
10684         * regclass.c (reg_class_size): Now unsigned.
10685         (choose_hard_reg_mode): Both operands now unsigned.
10686         (record_reg_classes): REGNO and NR now unsigned.
10687         (reg_scan): NREGS now unsigned.
10688         (reg_scan_update): old_max_regno now unsigned.
10689         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10690         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10691         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10692         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10693         Likewise for variable R.
10694         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10695         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10696         (find_equiv_reg): Add casts.
10697         (regno_clobbered_p): Arg REGNO now unsigned.
10698         * reload.h (struct reload): NREGS now unsigned.
10699         (refers_to_regno_for_reload_p): Regno args are unsigned.
10700         (regno_clobbered_p): Likewise.
10701         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10702         (compute_use_by_pseudos): REGNO now unsigned.
10703         (find_reg): I and J now unsigned, new variable K, and change loop
10704         variables accordingly; THIS_NREGS now unsigned.
10705         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10706         (spill_hard_reg): REGNO arg now unsigned; add casts.
10707         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10708         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10709         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10710         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10711         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10712         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10713         (emit_reload_insns): REGNO now unsigned.
10714         (reload_cse_move2add): Add cast.
10715         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10716         and rework loop.
10717         * resource.c (mark_referenced_resources, mark_set_resources): New
10718         variable R; REGNO and LAST_REGNO now unsigned.
10719         (mark_target_live_regs): J and REGNO now unsigned.
10720         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10721         * rtl.h (union rtunion_def): New field rtuint.
10722         (XCUINT): New macro.
10723         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10724         (operand_subword, operand_subword_force): Word number is unsigned.
10725         (choose_hard_reg_mode): Operands are unsigned.
10726         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10727         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10728         (regno_use_in, combine_instructions, remove_death): Likewise.
10729         (reg_scan, reg_scan_update): Likewise.
10730         (extended_count): Return is unsigned.
10731         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10732         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10733         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10734         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10735         (reg_reg_last_1): FIRS and LAST now unsigned.
10736         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10737         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10738         now unsigned.
10739         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10740         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10741         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10742         (replace_regs): Arg NREGS now unsigned.
10743         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10744         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10745         (simplify_binary_operation): Likewise.
10746         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10747         THIS_LAST now unsigned.
10748         (cselib_record_set): Add cast.
10749         * ssa.c (ssa_max_reg_num): Now unsigned.
10750         (rename_block): REGNO now unsigned.
10751         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10752         sizes now unsigned.
10753         (all_cases_count): Just return -1 not -2.
10754         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10755         Rework tests to use trees whenever possible.
10756         Use host_integerp and tree_low_cst.
10757         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10758         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10759         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10760         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10761         (smallest_mode_for_size): Likewise.
10762         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10763         KNOWN_ALIGN is now an alignment, so simplify code.
10764         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10765         (start_record_layout): Renamed from new_record_layout_info.
10766         Update to new fields.
10767         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10768         New functions.
10769         (place_union_field): Renamed from layout_union_field.
10770         Update to use new fields in rli.
10771         (place_field): Renamed from layout_field.
10772         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10773         (finalize_record_size): Rework to use new fields in rli and handle
10774         union.
10775         (compute_record_mode): Rework to simplify and to use new DECL fields.
10776         (finalize_type_size): Make rounding more consistent.
10777         (finish_union_layout): Deleted.
10778         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10779         (layout_type, case RECORD_TYPE): Call new function names.
10780         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10781         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10782         (get_best_mode): UNIT is now unsigned; remove casts.
10783         * tree.c (bit_position): Compute from new fields.
10784         (byte_position, int_byte_position): New functions.
10785         (print_type_hash_statistics): Cast to remove warning.
10786         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10787         (build_index_type): Likewise; make subtype of sizetype.
10788         (build_index_2_type): Pass sizetype to build_range_type.
10789         (build_common_tree_nodes): Use size_int and bitsize_int to
10790         initialize nodes; add bitsize_{zero,one,unit}_node.
10791         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10792         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10793         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10794         (DECL_FIELD_BITPOS): Deleted.
10795         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10796         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10797         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10798         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10799         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10800         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10801         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10802         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10803         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10804         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10805         (DECL_ALIGN): Adjust to new field in union.
10806         (DECL_OFFSET_ALIGN): New field.
10807         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10808         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10809         (union tree_decl): Add struct for both aligns.
10810         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10811         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10812         (struct record_layout_info): Rework fields to have offset
10813         alignment and byte and bit position.
10814         (start_record_layout, place_field): Renamed from old names.
10815         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10816         (byte_position, int_byte_position): Likewise.
10817         (get_inner_reference): Change types of position and length.
10818         * unroll.c (unroll_loop): New variable R; use for some loops.
10819         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10820         (calculate_giv_inc): Arg REGNO now unsigned.
10821         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10822         * varasm.c (assemble_variable): Clean up handling of size using
10823         host_integerp and tree_low_cst.
10824         (decode_addr_const): Use byte, not bit, position.
10825         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10826         use tree_low_cst and int_bit_position.
10827         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10828
10829 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10830
10831         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10832         (reorder_block_def): New members eff_head and eff_end.
10833         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10834         (verify_insn_chain): New function.
10835         (skip_insns_between_block): Add code to skip deleted insns.
10836         Check for note before using.
10837         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10838         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10839         Check for note before using.
10840         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10841         (fixup_reorder_chain): Restructure, clean up, defect removal.
10842         (reorder_basic_blocks): Remove last_insn and references to it.
10843         Moved insn chain verification code into a new function (see above).
10844         Delete defective code that sets last insn.
10845         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10846         all blocks.
10847
10848 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10849
10850         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10851
10852 2000-03-24  Richard Henderson  <rth@cygnus.com>
10853
10854         * tree.c (lang_safe_for_unsave): Remove.
10855         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10856         allowing for two levels of unsafeness.  Remove lang hook.
10857         * tree.h: Update declarations.
10858         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10859         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10860         Always fail sibcalls when there are pending cleanups.
10861
10862 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10863
10864         * flow.c (propagate_block): When we delete an ADDR_VEC,
10865         also delete the BARRIER following it if there is one.
10866
10867 2000-03-24  Richard Henderson  <rth@cygnus.com>
10868
10869         * builtins.c (expand_builtin_bzero): Convert `length' argument
10870         to sizetype.
10871
10872 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10873
10874         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10875         comparison if regno's are equal.
10876         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10877         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10878         (expand_call): Update caller.
10879         Avoid making a sibling call if argument size of the callee is larger
10880         than argument size of the caller.
10881         Call hard_function_value with outgoing set if in sibcall pass.
10882         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10883
10884         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10885         Change LEAF_REGISTERS from an array initializer to actual array
10886         identifier. Move static global variable into the function.
10887         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10888         sequences for leaf functions.
10889         * global.c (global_alloc): Likewise.
10890         * tm.texi (LEAF_REGISTERS): Update documentation.
10891
10892         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10893         TARGET_FLAT leaf disabling hack.
10894         (LEAF_REGISTERS): Changed from an array initializer to actual array
10895         identifier to avoid duplication and remove the above hack.
10896         (FUNCTION_OK_FOR_SIBCALL): Define.
10897         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10898         always like call attribute.
10899         (eligible_for_sibcall_delay): New attribute.
10900         (sibcall): New delay type.
10901         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10902         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10903         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10904         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10905         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10906         New functions.
10907         (output_function_epilogue): Move part of the code into
10908         output_restore_regs.
10909         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10910         TYPE_SIBCALL.
10911         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10912         prototypes.
10913
10914         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10915         until infrastructure is finished.
10916
10917 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10918
10919         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10920         (save_parm_insns): Not here.
10921
10922 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10923
10924         * builtins.c (expand_builtin_bzero): New function.
10925         (expand_builtin): Handle bzero.
10926
10927         * builtins.def: Add BUILT_IN_BZERO.
10928
10929         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10930         prototype & function for bzero.
10931
10932 2000-03-23  Michael Meissner  <meissner@redhat.com>
10933
10934         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10935         change adding TARGET_FP to the TF floating point insns, except for
10936         trunctfsf2, which generates direct calls to truncdfsf2.
10937
10938 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10939
10940         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10941         try to protect against middle-end changes that break binary
10942         compatibility.
10943         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10944
10945 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10946
10947         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10948
10949 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10950
10951         * calls.c (expand_call): If TARGET is passed by reference and
10952         is readonly, write a CLOBBER.
10953
10954 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10955
10956         * builtins.c (expand_builtin): Handle bcmp.
10957
10958         * builtins.def: Add BUILT_IN_BCMP.
10959
10960         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10961         prototype & function for bcmp.
10962
10963 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10964
10965         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10966         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10967         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10968
10969 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10970
10971         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10972         alternative when using -fp64 -gp32.
10973
10974 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10975
10976         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10977         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10978         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10979
10980         * frame.h (frame_state): Revert last change.
10981         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10982         * libgcc2.c (throw_helper): Revert last change.
10983
10984 2000-03-22  Richard Henderson  <rth@cygnus.com>
10985
10986         * stmt.c (expand_asm_operands): Don't promote the temporary.
10987
10988 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10989
10990         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10991         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10992           c_get_alias_set): Likewise.
10993         * c-decl.c (duplicate_decls): Likewise.
10994         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10995         * calls.c (initialize_argument_information): Likewise.
10996         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10997         Likewise.
10998         * dwarfout.c (decl_class_context,output_type): Likewise.
10999         * expr.c (get_inner_reference): Likewise.
11000         * fold-const.c (simple_operand_p,fold): Likewise.
11001         * function.c (aggregate_value_p): Likewise.
11002         * stmt.c (expand_asm_operands): Likewise.
11003         * varasm.c (named_section): Likewise.
11004
11005 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
11006
11007         Implement dwarf2 exception handling for the ARM.
11008         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
11009         (DWARF_FRAME_RETURN_COLUMN): Define.
11010         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
11011         REG_FRAME_RELATED_EXPR note.
11012         (emit_sfm): Likewise.
11013         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
11014         * dwarf2out.c (reg_save): Handle saving a register to itself.
11015         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
11016         * except.c (eh_regs): Don't use the static chain reg if it's
11017         callee-saved.
11018         * frame.h (frame_state): Add cfa_saved field.
11019         * frame.c (execute_cfa_insn): Set it.
11020         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
11021         the epilogue.
11022         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
11023         Now takes a parm.
11024         (instantiate_virtual_regs): Adjust.
11025         * tm.texi: Adjust.
11026         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
11027         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
11028         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
11029
11030         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
11031         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
11032
11033 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11034
11035         * builtins.def: New file.
11036
11037         * Makefile.in (TREE_H): Depend on builtins.def.
11038
11039         * builtins.c (built_in_names): Use builtins.def.
11040
11041         * tree.h (built_in_function): Likewise.
11042
11043 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
11044
11045         * tree.c (size_in_bytes): Return size_zero_node, not
11046         integer_zero_node.
11047
11048 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11049
11050         * config/fp-bit.c (pack_d): Correct the case when a denormal
11051         is rounded up and stops being denormal.
11052
11053 2000-03-21  Richard Henderson  <rth@cygnus.com>
11054
11055         * config/alpha/alpha.c (function_arg): Check for void_type_node
11056         before using MUST_PASS_IN_STACK.
11057
11058 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
11059
11060         * regmove.c (combine_stack_adjustments_for_block): Check that
11061         the stack pointer is a valid memory address.
11062
11063 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
11064
11065         * calls.c: re-install Mar 16 emit_library_call merge.
11066
11067 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
11068
11069         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
11070         we cannot be sure that if reload_completed base register will
11071         be properly aligned.
11072
11073 2000-03-21  Richard Henderson  <rth@cygnus.com>
11074
11075         * flow.c (delete_block): Fix typo last change.
11076
11077 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
11078
11079         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
11080         not COMPLETE_TYPE_P, to check the type of the expression.
11081
11082 2000-03-21  Michael Meissner  <meissner@redhat.com>
11083
11084         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
11085         all floating point insns that just tested the macro
11086         TARGET_HAS_XFLOATING_LIBS.
11087         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
11088         used to only use the gprs.
11089
11090 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11091
11092         * tree.h (COMPLETE_TYPE_P): New macro.
11093         (COMPLETE_OR_VOID_TYPE_P): New macro.
11094         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
11095         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
11096         * c-aux-info.c (gen_type): Use them.
11097         * c-common.c (c_expand_expr_stmt): Likewise.
11098         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
11099         grokdeclarator, grokparms, finish_struct, start_function,
11100         store_parm_decls, combine_parm_decls): Likewise.
11101         * c-parse.y (cast_expr): Likewise.
11102         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
11103         c_size_in_bytes, c_alignof, build_component_ref,
11104         build_indirect_ref, build_array_ref, convert_arguments,
11105         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
11106         * calls.c (initialize_argument_information): Likewise.
11107         * convert.c (convert_to_integer): Likewise.
11108         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
11109         * dwarfout.c (location_or_const_value_attribute,
11110         output_enumeration_type_die, output_structure_type_die,
11111         output_union_type_die, output_type): Likewise.
11112         * expr.c (safe_from_p, expand_expr): Likewise.
11113         * function.c (assign_parms): Likewise.
11114         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
11115         * tree.c (build_array_type, build_function_type,
11116         build_method_type, build_offset_type, build_complex_type): Likewise.
11117         * c-parse.c, c-parse.h: Regenerated.
11118
11119 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11120
11121         * config/c4x/rtems.h: Include config/rtems.h.
11122
11123 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
11124
11125         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
11126         decl is a FUNCTION_DECL
11127
11128 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
11129
11130         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
11131         function uses output registers.  Don't save RP for leaf functions.
11132         Do save RP even if no epilogue.
11133         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
11134         (CALL_USED_REGISTERS): Unmark in registers.
11135         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
11136         to near the middle.
11137
11138 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11139
11140         * config/rs6000/rs6000.md (bunordered): New expander.
11141         (bordered): New expander.
11142         (buneq): New expander.
11143         (bunge): New expander.
11144         (bungt): New expander.
11145         (bunle): New expander.
11146         (bunlt): New expander.
11147         (bltgt): New expander.
11148
11149         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
11150         (ccr_bit_negated_p): New function.
11151         (print_operand): For %C, generate appropriate cror for UNEQ,
11152         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
11153
11154 2000-03-20  Andreas Jaeger  <aj@suse.de>
11155
11156         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
11157         warning.
11158
11159         * tree.h (safe_for_unsave): Prototype.
11160
11161 2000-03-20  Richard Henderson  <rth@cygnus.com>
11162
11163         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
11164         (combine_stack_adjustments_for_block): Don't allow sp references
11165         in the side of a set we're not fixing up.
11166         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
11167         after life_analysis.
11168
11169 2000-03-20  Richard Henderson  <rth@cygnus.com>
11170
11171         * calls.c (expand_call): Don't bother generating tail call
11172         sequences if there are pending cleanups.  Use
11173         expand_start_target_temps/expand_end_target_temps to elide
11174         cleanups created during sibcall expansion.
11175
11176 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11177
11178         * configure.in: Set $IFS to a value if it doesn't already have one
11179         in the --enable-checking handling.
11180         * configure: Regenerate.
11181
11182 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11183
11184         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
11185         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11186         Regenerated.
11187
11188 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
11189
11190         * jump.c (delete_noop_moves): Remove code attempting to
11191         combine stack adjustments.
11192
11193 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11194
11195         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
11196         * except.c (emit_cleanup_handler): Use them.
11197         (expand_end_all_catch): Likewise.
11198         * function.c (fixup_var_refs): Likewise.
11199         (expand_function_end): Clear catch_clauses_last.
11200         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
11201         * except.h (struct eh_status): New field x_catch_clauses_last.
11202         (catch_clauses_last): New define.
11203
11204         * Makefile.in (tree.o): Depend on HASHTAB_H.
11205         * tree.c: Include hashtab.h.
11206         (struct type_hash): Remove next field.
11207         (TYPE_HASH_SIZE): Remove.
11208         (TYPE_HASH_INITIAL_SIZE): New define.
11209         (type_hash_table): Change type to htab_t.
11210         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
11211         mark_hash_entry): New functions.
11212         (init_obstacks): Allocate type hash.
11213         (type_hash_lookup): Use htab functions.
11214         (type_hash_add, mark_type_hash): Likewise.
11215         (dump_tree_statistics): Call print_type_hash_statistics.
11216
11217 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11218
11219         * rs6000/t-aix41: New file.
11220
11221         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
11222
11223 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
11224
11225         * tm.texi (Driver): Fix typos and tweak entry for
11226         INCLUDE_DEFAULTS.
11227         Move misplaced STRUCT_FORCE_BLK entry ...
11228         (Storage Layout): ... to here.
11229         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
11230
11231 2000-03-19  Richard Henderson  <rth@cygnus.com>
11232
11233         * flow.c (delete_block): Delete the addr_vec along with the block.
11234         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
11235         reference labels.
11236
11237         * fold-const.c (extract_muldiv): Apply type check for defined
11238         overflow to multiply as well as divide.
11239
11240         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
11241
11242 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11243
11244         * emit-rtl.c (remove_unncessary_notes): Check that all
11245         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
11246         associated NOTE_BLOCK.
11247         * function.h (identify_blocks): Update comments.
11248         (reorder_blocks): Declare.
11249         * function.c (identify_blocks): Don't take paramters.
11250         (reorder_blocks): Don't take parameters.
11251         * loop.h (find_loop_tree_blocks): Remove.
11252         (unroll_block_trees): Likewise.
11253         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
11254         reorder_blocks instead of unroll_block_trees.h
11255         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
11256         * stmt.c (find_loop_tree_blocks): Remove.
11257         (unroll_block_trees): Likewise.
11258         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
11259         in whole-function mode.
11260         * tree.h (reorder_blocks): Remove declaration.
11261
11262         * expr.c: Include intl.h.
11263         * Makefile.in (expr.o): Depend on intl.h.
11264
11265 2000-03-18  Richard Henderson  <rth@cygnus.com>
11266
11267         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
11268
11269 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11270
11271         * tree.h (tree_index): Remove enumerals for integer types.
11272         (integer_type_kind): New type.
11273         (integer_types): New variable.
11274         (char_type_node): Adjust.
11275         (signed_char_type_node): Likewise.
11276         (unsigned_char_type_node): Likewise.
11277         (short_integer_type_node): Likewise.
11278         (short_unsigned_type_node): Likewise.
11279         (integer_type_node): Likewise.
11280         (unsigned_type_node): Likewise.
11281         (long_integer_type_node): Likewise.
11282         (long_unsigned_type_node): Likewise.
11283         (long_long_integer_type_node): Likewise.
11284         (long_long_unsigned_type_node): Likewise.
11285         * tree.c (integer_types): New variable.
11286         (init_obstacks): Register it as a root.
11287
11288 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
11289
11290         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
11291         NEXT_INSN. Update last insn in chain.
11292
11293 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
11294
11295         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
11296         with TYPE_DECL_SUPPRESS_DEBUG set.
11297
11298 2000-03-18  Richard Henderson  <rth@cygnus.com>
11299
11300         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
11301
11302 2000-03-18  Richard Henderson  <rth@cygnus.com>
11303
11304         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
11305         care for HALF_PIC_P.
11306         (expander_call_insn_operand): Remove.
11307         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
11308         * i386.h (PREDICATE_CODES): Update.
11309         * i386.md (all call expanders): Remove predicates, remove special
11310         handling for half-pic.
11311         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
11312         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
11313         (sibcall_epilogue): New.
11314
11315 2000-03-17  Richard Henderson  <rth@cygnus.com>
11316
11317         * rtlanal.c (single_set): Reject if the parallel has anything
11318         except SET or USE or CLOBBER.
11319
11320 2000-03-17  Jeff Law  <law@cygnus.com>
11321             Richard Henderson  <rth@cygnus.com>
11322
11323         * Makefile.in (OBJS): Add sibcall.o.
11324         (sibcall.o): New.
11325         * sibcall.c: New file.
11326         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
11327         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
11328         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
11329         Emit sibcall patterns when requested.  Update all callers.
11330         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
11331         elimination seems feasable.
11332         * final.c (leaf_function_p): Sibling calls don't discount being
11333         a leaf function.
11334         * flow.c (HAVE_sibcall_epilogue): Provide default.
11335         (find_basic_blocks_1): Sibling calls don't throw.
11336         (make_edges): Make edge from sibling call to EXIT.
11337         (propagate_block): Don't remove sibcall_epilogue insns.
11338         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
11339         (sibcall_epilogue): New.
11340         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
11341         (identify_blocks_1): Likewise.  Break out from ...
11342         (identify_blocks): ... here.
11343         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
11344         (reorder_blocks): ... here.
11345         (init_function_for_compilation): Zap prologue/epilogue as varrays.
11346         (record_insns): Extend a varray instead of mallocing new memory.
11347         (contains): Read a varray not array of ints.
11348         (sibcall_epilogue_contains): New.
11349         (thread_prologue_and_epilogue_insns): Emit and record
11350         sibcall_epilogue patterns.
11351         (init_function_once): Allocate prologue/epilogue varrays.
11352         * genflags.c (gen_insn): Treat sibcall patterns as calls.
11353         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
11354         Broken out from ...
11355         (save_for_inline_nocopy): ... here.
11356         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
11357         Broken out from ...
11358         (expand_inline_function): ... here.
11359         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
11360         (subst_constants): Handle 'n' formats.
11361         * jump.c (jump_optimize_minimal): New.
11362         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
11363         optimizations if it's set.
11364         * rtl.c (copy_rtx): Do copy jump & call for insns.
11365         * rtl.h (struct rtx_def): Document use of jump and call for insns.
11366         (SIBLING_CALL_P): New.
11367         (sibcall_use_t): New.
11368         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
11369         Invoke optimize_sibling_and_tail_recursive_calls.
11370         * tree.c (lang_safe_for_unsave): New.
11371         (safe_for_unsave): New.
11372         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
11373
11374         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
11375         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
11376         (*sibcall_osf_1, *sibcall_value_osf_1): New.
11377
11378 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
11379
11380         * objc/objc-act.c (encode_method_prototype): Pass types, not
11381         PARM_DECLs, to int_size_in_bytes.
11382
11383 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
11384
11385         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
11386
11387         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11388         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
11389
11390 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11391
11392         * Clean up usages of TREE_INT_CST_LOW.
11393         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
11394         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11395         Regenerated.
11396         * c-tree.h (min_precision): Move declaration to here.
11397         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
11398         (build_unary_op, add_pending_init): Use bit_position.
11399         (pending_init_member, process_init_element): Likewise.
11400         (really_start_incremental_init, push_init_level, pop_init_level):
11401         Don't make copies of nodes or modify them in place, use consistent
11402         types when tracking positions, and use tree routines computations.
11403         (set_init_index, output_init_element): Likewise.
11404         (output_pending_init_elements, process_init_element): Likewise.
11405         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
11406         tree_low_cst and int_bit_position; also minor cleanup.
11407         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
11408         (print_cst_octal): Precision is unsigned.
11409         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
11410         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
11411         (simple_type_align_in_bits): Result is unsigned int.
11412         Use tree_int_low_cst and host_integerp.
11413         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
11414         (field_byte_offset): Result is HOST_WIDE_INT.
11415         Change types of internal variables so alignments are unsigned int,
11416         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
11417         Use host_integerp, tree_low_cst, and int_bit_position.
11418         (add_bit_offset_attribute): Likewise.
11419         (add_data_member_location_attribute): Use tree_cst_low.
11420         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
11421         (add_bit_size_attribute): Use tree_low_cst.
11422         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
11423         * dwarfout.c: Similar changes to dwarf2out.c.
11424         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
11425         * genoutput.c (n_occurences): Return -1 for null string.
11426         (strip_whitespace): Accept null string and make into function.
11427         (scan_operands): Reflect above changes.
11428         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
11429         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
11430         * ssa.c (rename_registers): Add missing cast of arg to bzero.
11431         * tree.c (int_size_in_bytes): Check for too big to represent.
11432         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
11433         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
11434         New declarations.
11435         (min_precision): Delete from here.
11436         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
11437         and int_bit_position.
11438         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11439         (encode_method_def): Likewise.
11440         (build_ivar_list_initializer): Use int_bit_position.
11441         (generate_shared_structures): Convert size.
11442         (encode_type, encode_complete_bitfield): Use integer_zerop.
11443         (encode_bitfield): Use tree_low_cst and int_bit_position.
11444
11445 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11446
11447         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11448
11449 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11450
11451         * call.c (special_function_p): It is only malloc if it returns
11452         Pmode.
11453
11454 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11455
11456         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11457         (C33_FLAG, TARGET_C3X): Add macros.
11458         (TARGET_SWITCHES): Add -m33 option.
11459         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11460
11461 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11462
11463         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11464         (PARALLEL_PACK_FLAG): Delete.
11465         (TARGET_SWITCHES): Update.
11466         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11467
11468 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11469
11470         * fold-const.c (fold): Fix a few cases when the returned result
11471         is not of the same type as the input.
11472
11473 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11474
11475         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11476         warning.
11477
11478 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11479
11480         * libgcc2.h: Move prototypes above macros with the same name.
11481         Wrap some function prototypes in the conditional which indicates
11482         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11483
11484 2000-03-16  Richard Henderson  <rth@cygnus.com>
11485
11486         * calls.c: Revert last two changes.
11487
11488 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11489
11490         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11491         has exponent 0 is a zero.
11492
11493         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11494         HASH may already be nonzero.  Add code/mode into hash value
11495         immediately after repeat label.
11496         (cselib_lookup): Don't leave the hash table in an inconsistent
11497         state before a hash lookup operation.
11498
11499 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11500
11501         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11502         by TARGET_[HQ]IMODE_MATH.
11503         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11504         x86_promote_qi_regs): Declare.
11505         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11506         TARGET_PROMOTE_QI_REGS): New macros.
11507         (PROMOTE_MODE): New macro.
11508         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11509         x86_promote_qi_regs): New global variables.
11510
11511 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11512
11513         * calls.c (emit_library_call_value_1): Break out from ...; handle
11514         VOIDmode function calls too.
11515         (emit_library_call_value): ... here.
11516         (emit_library_call): Implement by calling emit_library_call_value_1.
11517
11518 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11519
11520         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11521         Update arg_space_so_far on stack adjustments.
11522         (emit_library_call, emit_library_call_value): Likewise; take into
11523         account arg_space_so_far and pending_stack_adjust when calculcating
11524         the boundary.
11525
11526 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11527
11528         * flow.c: Move all basic block reordering code into its own file.
11529         (create_basic_block): Externalize.
11530         * bb-reorder.c: New file. Copy all basic block reordering code from
11531         flow.c to this file.
11532         (reorder_basic_blocks): Fix fencepost error in for-loop.
11533         (reorder_basic_blocks): Remove braces from single statement for-loops.
11534         * basic-block.h: Add declaration for create_basic_block.
11535         * Makefile.in: Add rules for bb-reorder.o.
11536
11537 2000-03-16  Neil Booth  <NeilB@earthling.net>
11538
11539         * cppinit.c (handle_option):  Implement #unassert directive
11540         as -A- command line option.
11541         (print_help):  Update.
11542         * cpptexi.c:  Update.
11543
11544 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11545
11546         * md.texi (Standard Names): Document `jump'.
11547
11548 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11549
11550         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11551         gotos.
11552
11553 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11554
11555         Merge changes from newppc-branch onto trunk.
11556
11557         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11558
11559         * rs6000.c (toc_hash_table): Update for new hash table functions.
11560         (toc_hash_function): Likewise.
11561         (toc_hash_eq): Likewise.
11562         (toc_hash_mark_entry): Likewise.
11563         (toc_hash_mark_table): Likewise.
11564         (output_toc): Likewise.
11565         (rs6000_add_gc_roots): Likewise.
11566
11567         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11568
11569         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11570         (AR_FLAGS_FOR_TARGET): here.  New macro.
11571
11572         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11573
11574         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11575         fpmem_operand) Delete.
11576         (xer_operand) New.
11577         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11578         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11579         (rs6000_save_machine_status, rs6000_restore_machine_status,
11580         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11581         references to above variables.
11582         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11583         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11584         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11585         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11586         (XER_REGNO_P, XER_REGNO): New.
11587         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11588         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11589         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11590         XER_REGNO_P.
11591         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11592         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11593         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11594
11595         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11596
11597         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11598         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11599         * rs6000.h: from here.
11600
11601         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11602         (rs6000_select_rtx_section): Likewise.
11603         (rs6000_encode_section_info): Likewise.
11604         (sdata_section): Likewise.
11605         (sdata2_section): Likewise.
11606         (sbss_section): Likewise.
11607         * sysv4.h (rs6000_select_section): Delete prototype.
11608         (rs6000_select_rtx_section): Likewise.
11609         (rs6000_encode_section_info): Likewise.
11610         (sdata_section): Likewise.
11611         (sdata2_section): Likewise.
11612         (sbss_section): Likewise.
11613         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11614
11615         * sysv4.h: Delete various unnecessary #undef's and put a comment
11616         on the remaining ones.
11617         Change various comments according to coding standard.
11618
11619         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11620
11621         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11622         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11623         (CR0_REGNO_P) Remove.
11624         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11625         setup_incoming_varargs, mtcrf_operation, print_operand,
11626         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11627         Use the above macros.
11628
11629         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11630
11631         * config/rs6000/rs6000.md: Added a new alternative for each
11632         pattern that had a 'x' alternative but no 'y' alternative.
11633         Added a new split for each of the above patterns.
11634
11635         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11636
11637         * aix41.h (ASM_CPU_SPEC): Delete.
11638         (CPP_CPU_SPEC): Delete.
11639
11640         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11641         (ASM_OUTPUT_LABEL): Define.
11642         (ASM_GLOBALIZE_LABEL): Define.
11643         (STRIP_NAME_ENCODING): Define.
11644         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11645         (STRIP_NAME_ENCODING): Don't define.
11646         (ASM_OUTPUT_LABEL): Don't define.
11647         (ASM_GLOBALIZE_LABEL): Don't define.
11648         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11649         names, and ASM_OUTPUT_LABEL to output labels, rather than
11650         asm_fprintf.
11651         (ASM_OUTPUT_LABEL): Define.
11652         (ASM_OUTPUT_INT): Use assemble_name.
11653         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11654         (STRIP_NAME_ENCODING): Don't undefine first.
11655         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11656         ELF.
11657         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11658         specified with 'asm' even with -fleading-underscore.
11659         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11660         (output_epilog): Likewise.
11661         (output_toc): Likewise.
11662         * tramp.asm: Handle -fleading-underscore correctly.
11663
11664         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11665         -mminimal-toc.
11666         (nonlocal_goto_receiver): Delete.
11667         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11668
11669         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11670         (SET_ASM_OP): Define.
11671         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11672
11673         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11674         (ASM_LONG): Define.
11675
11676         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11677         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11678
11679         * rs6000.h: Add 'u' to more constants.
11680
11681         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11682
11683         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11684
11685         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11686
11687         * rs6000.c (reg_or_u_cint_operand): New function.
11688         (logical_operand): Handle 64-bit hosts.
11689         (logical_u_operand): New function.
11690         (non_logical_cint_operand): Handle 64-bit hosts.
11691         (non_logical_u_cint_operand): New function.
11692         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11693         (PREDICATE_CODES): Define new functions.
11694         * rs6000-protos.h: Declare new functions.
11695         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11696         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11697         CONST_DOUBLE for 32-bit values.
11698         (scc insns): Generate DImode compares.
11699         (mfcr insns): Create DImode versions.
11700         (sge matchers): New patterns.
11701
11702         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11703
11704         * rs6000.md: Correct instructions length attributes and
11705         constraints on unsigned compare instructions.
11706         (*ne0): Disable for PowerPC64.
11707
11708         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11709
11710         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11711         quantity, fix profile1.C test failure under -fPIC.
11712
11713         * rs6000.c: Add 'u' to many constants to suppress warnings.
11714         (constant_pool_expr_1): Make static.
11715         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11716         * rs6000.h: Add 'u' to many constants to suppress warnings.
11717
11718         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11719         for the start of the TOC, instead of LCTOC..0.
11720         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11721         of the TOC.
11722         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11723         (load_toc_aix_di): Use LCTOC..1.
11724
11725         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11726         * rs6000.c (rs6000_legitimize_address): New function from
11727         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11728         symbols in the constant pool that really are TOC references.
11729         (print_operand_address): For ELF, write TOC offsets under
11730         -fPIC as subtractions in the insn.
11731         (output_toc): For ELF, define symbols in TOC as normal labels,
11732         to match RTL.
11733         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11734         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11735         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11736         * rs6000.md (movsi): Only use create_TOC_reference on
11737         symbols in the constant pool that really are TOC references.
11738
11739         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11740         * rs6000.c (rs6000_reorg): Delete.
11741         * rs6000-protos.h (rs6000_reorg): Delete.
11742
11743         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11744
11745         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11746
11747         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11748         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11749         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11750         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11751         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11752         rs6000_aix_emit_builtin_unwind_init.
11753         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11754         rs6000_emit_eh_toc_restore on AIX.
11755         (return_eh_si): Use r2.
11756         (return_eh_di): Use r2.
11757
11758         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11759         since we're breaking binary compatibility anyway.
11760
11761         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11762
11763         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11764         constant_pool_expr_p): Declare them.
11765         (constant_pool_expr_p): Declare it.
11766         * config/rs6000/rs6000.c (toc_label_name): Define.
11767         (rs6000_override_options): Set toc_label_name.
11768         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11769         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11770         uses_TOC): New functions.
11771         (print_operand): Delete old '*' case.
11772         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11773         and strip off rtl for TOC before calling output_addr_const.
11774         (rs6000_emit_load_toc_table): Use toc_label_name.
11775         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11776         the default.
11777         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11778         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11779         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11780         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11781         into explicit TOC_REGISTER offsets.
11782         (TOC_REGISTER): New macro.
11783         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11784         TARGET_TOC to reference TOC_REGISTER.
11785         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11786         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11787         uses_TOC before emitting label references.
11788
11789         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11790
11791         * rs6000.md (stack_tie): Fix warning.
11792
11793         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11794         to handle -fleading-underscore.
11795         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11796         (USER_LABEL_PREFIX): New macro.
11797         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11798         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11799         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11800         call-linux can use the same multilibs.
11801         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11802         and call-linux multilibs.  Do multilib with -fleading-underscore.
11803         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11804         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11805         to call-aix.
11806
11807         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11808         have MASK_SOFT_FLOAT set.
11809         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11810         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11811         CPP_FLOAT_DEFAULT_SPEC.
11812
11813         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11814         * rs6000.md: Whitespace change.
11815         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11816         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11817
11818         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11819
11820         * rs6000.md (eh_epilogue): New expander.
11821         (eh_reg_restore): New expand/split/insn combination.
11822         (return_eh_si): New insn.
11823         (return_eh_di): New insn.
11824
11825         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11826         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11827         * eabi-ctors.c (__do_global_ctors): Register this object's
11828         frame.  Clean up.  Call atexit() after the constructors.
11829         (__do_global_dtors): Deregister this object's frame.  Clean up.
11830         Allow for recursive calls to exit().
11831         * rs6000.c (fixuplabelno): New variable.
11832         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11833         TARGET_RELOCATABLE, it slows down exec() under linux.
11834         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11835
11836         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11837         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11838         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11839         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11840         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11841         (ASM_OUTPUT_DWARF_ADDR): New macro.
11842         (ASM_OUTPUT_DWARF_DATA4): New macro.
11843         (ASM_OUTPUT_DWARF_DATA2): New macro.
11844         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11845         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11846         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11847
11848         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11849
11850         * rs6000.c (rs6000_sr_alias_set): New variable.
11851         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11852         (rs6000_emit_stack_tie): New function.
11853         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11854         in a way that dwarf2out can understand.
11855         (rs6000_frame_related): New function.
11856         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11857         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11858         Use rs6000_emit_stack_tie when needed.
11859         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11860         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11861         * rs6000.md (stack_tie): New insn.
11862         (return_internal_si): Allow return value to be in the count
11863         register.
11864         (return_internal_di): Likewise.
11865
11866         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11867
11868         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11869
11870         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11871
11872         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11873
11874         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11875
11876         * rs6000.md (stmw): Use the right POWER opcode.
11877         (lmw): Likewise.
11878
11879         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11880
11881         * rs6000-protos.h: New file.
11882
11883         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11884
11885         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11886         warnings.
11887
11888         * sysv4.h: Likewise.
11889
11890         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11891
11892         * ../../configure.in: Delete powerpcle-*-winnt*
11893         and powerpcle-*-pe|powerpcle-*-cygwin*.
11894         * ../../configure: Regenerated.
11895         * cygwin.h: Delete.
11896         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11897         (TARGET_WINDOWS_NT): Delete.
11898         (ABI_NT): Delete.
11899         (CALL_NT_DLLIMPORT): Delete.
11900         Delete NT-specific code.
11901         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11902         * win-nt.h: Delete.
11903         * t-winnt: Delete.
11904         * nt-ci.asm: Delete.
11905         * nt-cn.asm: Delete.
11906         * ntstack.asm: Delete.
11907
11908         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11909
11910         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11911         (ASM_FILE_START): Likewise.
11912         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11913         (ASM_OUTPUT_LABELREF): Likewise.
11914         (ASM_OUTPUT_SKIP): Likewise.
11915         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11916         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11917         (ASM_OUTPUT_CASE_LABEL): Likewise.
11918         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11919         (ASM_OUTPUT_ASCII): Likewise.
11920
11921         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11922
11923         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11924         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11925         increment rs6000_pic_labelno here.
11926         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11927         and increment rs6000_pic_labelno here.
11928
11929         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11930
11931         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11932         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11933         allocation knows (reg) is dead before the insn.
11934
11935         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11936
11937         * rs6000.md (movsi_to_cr): Correct typo in output template.
11938
11939         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11940
11941         * rs6000.c (rs6000_pic_labelno): Always define.
11942         (rs6000_pic_func_labelno): Delete.
11943         (lmw_operation): Check for a zero base register,
11944         which doesn't mean what we want.
11945         (stmw_operation): New function.
11946         (print_operand): Define new 'l' modifier.
11947         (rs6000_stack_info): We must save all 64 bits of the registers
11948         if TARGET_POWERPC64.
11949         (rs6000_output_load_toc_table): Delete.
11950         (rs6000_emit_load_toc_table): New function.
11951         (rs6000_allocate_stack_space): Delete.
11952         (rs6000_emit_allocate_stack): New function.
11953         (rs6000_emit_prologue): New function.
11954         (output_prolog): Use rs6000_emit_prologue.
11955         (rs6000_emit_epilogue): Change a few variable names to be
11956         more accurate.  Restore all 64 bits of the registers if
11957         TARGET_POWERPC64.  Only restore the FP registers which were used
11958         if they are being saved/restored one-at-a-time.
11959         (output_mi_thunk): Delete inefficient code generation.
11960         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11961         * rs6000.h: Declare rs6000_emit_load_toc_table,
11962         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11963         rs6000_output_load_toc_table.
11964         * rs6000.md (elf_high): Allow register 0, but discourage it
11965         heavily.
11966         (elf_low): Support loading into register 0.
11967         (load_toc_aix_si): New pattern.
11968         (load_toc_aix_di): New pattern.
11969         (load_toc_v4_pic_si): New pattern.
11970         (load_toc_v4_pic_di): New pattern.
11971         (load_toc_v4_PIC_1): New pattern.
11972         (load_toc_v4_PIC_1b): New pattern.
11973         (load_toc_v4_PIC_2): New pattern.
11974         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11975         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11976         (prologue): New expander.
11977         (movesi_from_cr): New pattern.
11978         (stmw): New pattern.
11979         (save_fpregs_si): New pattern.
11980         (save_fpregs_di): New pattern.
11981
11982         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11983
11984         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11985         (movdi): Likewise.
11986         (movhi): Likewise.
11987         (movqi): Likewise.
11988
11989         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11990
11991         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11992         at present.
11993         (movsi_got_internal): Likewise.
11994         (movsi_got_internal+1): Likewise.
11995         (set_sp): 'unspec 7' does a SImode clobber.
11996
11997         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11998
11999         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
12000         allocate a stack temporary.
12001         (floatsidf2_internal): Likewise.
12002         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
12003         with unspec.
12004         (floatunssidf2): Don't use the fpmem "register", just
12005         allocate a stack temporary.
12006         (floatunssidf2_internal): Likewise.
12007         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
12008         with unspec.
12009         (floatsidf2_loadaddr): Delete.
12010         (floatsidf2_store1): Delete.
12011         (floatsidf2_store2): Delete.
12012         (floatsidf2_load): Delete.
12013         (fix_truncdfsi2): Don't use the fpmem "register", just
12014         allocate a stack temporary.
12015         (fix_truncdfsi2_internal_si): Delete.
12016         (fix_truncdfsi2_internal_di): Delete.
12017         (fix_truncdfsi2_internal): New insn.
12018         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
12019         (fix_truncdfsi2_store): Delete.
12020         (fix_truncdfsi2_load): Delete.
12021         (fctiwz): Produce gen_fctiwz.
12022
12023         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
12024
12025         * eabi.h (INVOKE__main): Define.
12026         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
12027         specially.
12028         (rs6000_emit_prologue): Likewise.
12029         * rs6000.h (struct rs6000_stack): Don't keep track of whether
12030         this is the main program.
12031
12032         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12033
12034         * rs6000.c (rs6000_va_arg): Delete some unused variables.
12035
12036         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
12037
12038         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
12039         goes after the argument.
12040
12041         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12042
12043         * rs6000.md: Document 'unspec' values used.
12044         (epilogue): New expander.
12045         (movesi_to_cr_one): New expander.
12046         (movesi_to_cr and following): New pattern.
12047         (lmw): New pattern.
12048         (return_internal_si): New pattern.
12049         (return_internal_di): New pattern.
12050         (return_and_restore_fpregs_si): New pattern.
12051         (return_and_restore_fpregs_di): New pattern.
12052         * rs6000.h: Declare new functions.
12053         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
12054         rather than rs6000_calls_p.
12055         (rs6000_makes_calls): Delete.
12056         (lmw_operation): New function.
12057         (mtcrf_operation): New function.
12058         (rs6000_emit_epilogue): New function.
12059         (output_epilog): Call rs6000_emit_epilogue and final if
12060         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
12061
12062         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12063
12064         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
12065         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
12066         * aix.h (SUBTARGET_SWITCHES): Document switches.
12067         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
12068         sched-prolog and sched-epilog the same.  Document all the
12069         switches.
12070         (TARGET_OPTIONS): No longer allow -mdebug-.
12071
12072         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
12073
12074         * rs6000.h (ASM_FILE_END): Move to aix.h.
12075         (EXTRA_SECTIONS): Move to aix.h.
12076         (READONLY_DATA_SECTION): Move to aix.h.
12077         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
12078         (SELECT_SECTION): Move to aix.h.
12079         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
12080         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
12081         (LINK_REGISTER_REGNUM): New definition.
12082         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
12083         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
12084         AIX and SVR4.
12085         * sysv4.h: Delete the code between the inclusion of rs6000.h
12086         and svr4.h.
12087         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
12088         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
12089         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
12090         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
12091         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
12092         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
12093         (fix_truncdfsi2_internal_di): New pattern.
12094         (fix_truncdfsi2_store): The second arg here is Pmode too.
12095         (fix_truncdfsi2_load): The second arg here is Pmode too.
12096         (tablejumpdi): Now that switch tables hold only SImode values,
12097         gcc needs to know how to add them to the pc which is DImode.
12098         * rs6000.c (rs6000_stack_info): Use symbolic name for
12099         LINK_REGISTER_REGNUM.
12100         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
12101         (output_toc): Delete unused variables s1 and s2.
12102         (output_ascii): Use fputs not fprintf on a variable string.
12103
12104         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
12105
12106         * rs6000.c (processor_target_table): Add power3 as alias for 630.
12107         * aix43.h: Revert Aug 2 change.
12108         (HAS_INIT_SECTION): Define, not visible yet.
12109         (LD_INIT_SWITCH): Define, not visible yet.
12110         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
12111
12112         2000-01-04  Joel Sherrill (joel@OARcorp.com>
12113
12114         * config/rs6000/rtems.h: Include config/rtems.h.
12115
12116         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
12117
12118         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
12119         (SLOW_UNALIGNED_ACCESS): Define.
12120         (CASE_VECTOR_MODE): Always use 32-bit offsets.
12121         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
12122         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
12123         (toc_section): Likewise and .toc pseudo-op.
12124         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
12125         64-bit mode.
12126         (TEXT_SECTION_ASM_OP): Likewise.
12127         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
12128         32-bit offsets.
12129
12130         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12131
12132         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
12133         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12134         compiling libgcc2.
12135
12136         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12137
12138         * rs6000.h: Move more stuff from here...
12139         * aix.h: to here.
12140         * sysv4.h: Cleanup accordingly.
12141         * netware.h: Likewise
12142
12143         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12144
12145         * rs6000.h: Continue cleanup.
12146         * aix.h: Likewise.
12147         * lynx.h: Likewise.
12148         * netware.h: Likewise.
12149         * sol2.h: Likewise.
12150         * sysv4.h: Likewise.
12151         * win-nt.h: Likewise.
12152
12153         * rs6000.h (TARGET_SWITCHES): Add descriptions.
12154         (TARGET_OPTIONS): Likewise.
12155
12156         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
12157         (SUBTARGET_OPTIONS): Likewise.
12158
12159         * rs6000.md: Fix compile time warnings.
12160
12161         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12162
12163         vxworks patches from the Cygnus tree originally by
12164         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
12165         <vmakarov@cygnus.com>.
12166         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
12167         (ENDFILE_SPEC): Likewise.
12168         (LIB_VXWORKS_SPEC): New macro.
12169         (STARTFILE_VXWORKS_SPEC): New macro.
12170         (ENDFILE_VXWORKS_SPEC): New macro.
12171         (LINK_START_VXWORKS_SPEC): New macro.
12172         (LINK_OS_VXWORKS_SPEC): New macro.
12173         (CPP_OS_VXWORKS_SPEC): New macro.
12174         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
12175         * vxppc.h: Rewrite to use proper configuration method.
12176         * vxppcle.h: New file.
12177         * ../../configure.in: Add powerpcle-wrs-vxworks*.
12178         * ../../configure: Rebuilt.
12179
12180         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12181
12182         Lots of changes to rs6000.h, sysv4.h, aix.h,
12183         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
12184         with the aim that rs6000.h is the first header
12185         included and the others override it.
12186         * aix.h: New file.
12187
12188         * x-aix41-gld: Remove.
12189         * x-aix43: Remove.
12190         * x-aix41: Remove target-specific switches, and don't specify
12191         -Wl,-bbigtoc as we don't need it any more.
12192         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
12193         Use t-aix43 for AIX 4.3 and above.
12194         * ../../configure: Regenerated.
12195
12196         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
12197         options, that don't do anything yet.
12198         (MASK_SCHED_PROLOG): New macro.
12199         (MASK_SCHED_EPILOG): New macro.
12200         (TARGET_SCHED_PROLOG): New macro.
12201         (TARGET_SCHED_EPILOG): New macro.
12202
12203         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12204
12205         * rs6000.c: Correct comment, the `minimal' TOCs are actually
12206         one per translation unit, not one per function.
12207         (output_toc): Also do duplicate constant elimination
12208         for per-translation-unit TOCs.
12209
12210         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
12211         a comment explaining _exactly_ when this pattern gets used.
12212         (builtin_setjmp_receiver): New pattern for better clarity.
12213         (init_v4_pic): Move it into a section dealing with TOC registers.
12214
12215         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
12216
12217         * rs6000.c (toc_hash_table): New variable.
12218         (rs6000_hash_constant): New function.
12219         (toc_hash_function): New function.
12220         (toc_hash_eq): New function.
12221         (toc_hash_mark_entry): New function.
12222         (toc_hash_mark_table): New function.
12223         (output_toc): Don't output duplicate TOC entries in
12224         a single file.
12225         (rs6000_add_gc_roots): Add the hash table as a GC root.
12226         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
12227         where they clearly shouldn't be.  This may need to be fixed
12228         later when there is a GNU ar for AIX.
12229         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
12230         Don't define BOOT_LDFLAGS as it is now not necessary.
12231
12232         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
12233
12234         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
12235         for va_list on AIX.  Use unsigned_char_type_node rather than
12236         constructing our own version on svr4.
12237
12238         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
12239
12240         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
12241         since patently it's not.
12242
12243         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
12244
12245         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
12246         define_expand/define_insn pair, and handle restore of the
12247         SVR4 -fpic register.
12248
12249 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
12250
12251         * acconfig.h (HAVE_GAS_WEAK): New define.
12252         * configure.in (assembler weak support): Check for .weak support.
12253         * config.in, configure: Rebuilt.
12254         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
12255         HAVE_GAS_WEAK is defined.
12256
12257 2000-03-15  Nick Clifton  <nickc@cygnus.com>
12258
12259         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
12260         asm_fprintf().
12261
12262 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
12263
12264         * cppfiles.c (open_include_file): New function.
12265         (find_include_file, cpp_read_file): Use it.
12266
12267 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
12268
12269         * cpphash.c (dump_hash_helper): Take the slot, not the element.
12270
12271 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
12272
12273         * flow.c (verify_flow_info): Check for unconditional return.
12274
12275 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
12276
12277         * config/ia64/ia64.md (restore_stack_nonlocal): New.
12278         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
12279         (__ia64_restore_stack_nonlocal): New.
12280         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
12281
12282 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12283
12284         * cpphash.c (collect_formal_parameters): Do not complain about
12285         parameter names that just start with `__VA_ARGS__'.
12286
12287 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
12288
12289         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
12290         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
12291         * i386.c (pentiumpro_cost): Set mul cost to 4.
12292         (x86_use_movx): Set for PPro.
12293
12294 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
12295
12296         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
12297         STACK_BOUNDARY for empty frames now.
12298
12299 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
12300
12301         * stor-layout.c (layout_union): Remove.
12302         (layout_union_field): New function, split out from layout_union.
12303         (finish_union_layout): Likewise.
12304         (layout_field): Handle unions by calling layout_union_field.
12305         (finish_record_layout): Handle unions.
12306         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
12307         QUAL_UNION_TYPE handling.
12308
12309 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
12310
12311         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
12312         end of basic block is jump_insn, not barrier; use create_basic_block
12313         instead of creating basic block by hand.
12314
12315 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
12316
12317         * flow.c (reorder_basic_blocks): Account for barriers when writing
12318         over NEXT_INSN (last_bb->end).
12319         (verify_flow_info): Add check for missing barriers.
12320
12321 2000-03-14  Greg McGary  <gkm@gnu.org>
12322
12323         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
12324         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
12325         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
12326         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
12327         __unbounded, __unbounded__): New keywords.
12328         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
12329         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
12330         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
12331
12332 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12333
12334         * cselib.h: New file.
12335         * alias.c: Include "cselib.h".
12336         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
12337         MEMs as two new arguments.
12338         (get_addr): New static function.
12339         (find_base_term): Handle VALUEs.
12340         (memrefs_conflict_p): Likewise.
12341         (true_dependence): Call get_addr on the addresses.
12342         Call fixed_scalar_and_varying_struct_p with addresses that have been
12343         passed through get_addr and canon_rtx.
12344         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
12345         with true_dependence.
12346         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
12347         * loop.c: Include "cselib.h".
12348         (load_mems): Process extended basic block that enters the loop with
12349         cselib.  Use that information to change initialization of the shadow
12350         register so that a constant equivalence is seen by later passes.
12351         * reload1.c: Include "cselib.h".
12352         (reload_cse_invalidate_regno): Delete function.
12353         (reload_cse_mem_conflict_p): Likewise.
12354         (reload_cse_invalidate_mem): Likewise.
12355         (reload_cse_invalidate_rtx): Likewise.
12356         (reload_cse_regno_equal_p): Likewise.
12357         (reload_cse_check_clobber): Likewise.
12358         (reload_cse_record_set): Likewise.
12359         (reg_values): Delete static variable.
12360         (invalidate_regno_rtx): Likewise.
12361         (reload_cse_delete_noop_set): New static function.
12362         (reload_cse_simplify): New static function, broken out of
12363         reload_cse_regs_1.
12364         (reload_cse_noop_set_p): Delete unused argument INSN.
12365         Just call rtx_equal_for_cselib_p on set source and destination.
12366         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
12367         reload_cse_delete_noop_set.  Delete code to keep track of values; use
12368         cselib functions instead.  Delete code to push/pop obstacks.
12369         (reload_cse_simplify_set): Use cselib to find equivalent values.
12370         Delete code to push/pop obstacks.
12371         (reload_cse_simplify_operands): Likewise.
12372         * rtl.def (VALUE): New rtx code.
12373         * rtl.h (union rtunion_def): New elt rt_cselib.
12374         (X0CSELIB, CSELIB_VAL_PTR): New macros.
12375         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
12376         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
12377         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
12378         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
12379         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
12380         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
12381         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
12382         cselib_record_set, cselib_record_sets): New static functions.
12383         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
12384         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
12385         references_value_p): New functions.
12386         (MAX_USELESS_VALUES, REG_VALUES): New macros.
12387         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
12388         n_useless_values, reg_values, callmem, cselib_obstack,
12389         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
12390         New static variables.
12391         * varray.h (union varray_data_tag): New elt te.
12392         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
12393         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
12394         dependencies.
12395
12396 2000-03-14  Nick Clifton  <nickc@cygnus.com>
12397
12398         * gcc.c (do_spec_1): Catch the case where %* is used in a
12399         substitution pattern, but it has not been initialised.
12400         Issue a meaningful error message if an unrecognised operator
12401         is encountered in a spec string.
12402
12403 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
12404
12405         * function.c (prepare_function_start): Correctly initialize
12406         cfun->stack_alignment_needed.
12407
12408 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
12409
12410         * cppfiles.c (find_include_file): Don't assume nshort is a
12411         substring of name.
12412
12413 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
12414
12415         * configure.in (hppa configurations): Add pa32-regs.h to the
12416         list of tm files as appropriate.
12417         * configure: Rebuilt.
12418         * pa.c (compute_frame_size): Remove explicit knowledge about FP
12419         register numbering.
12420         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
12421         (fmpyaddoperands, fmpysuboperands): Likewise.
12422         * pa.h: Remove various definitions which depend on knowing
12423         how registers are numbered.
12424         * pa32-regs.h: New file with PA32 register numbering specific
12425         definitions.
12426
12427 2000-03-14  Richard Henderson  <rth@cygnus.com>
12428
12429         * regmove.c (combine_stack_adjustments): New.
12430         (stack_memref_p, single_set_for_csa): New.
12431         (free_csa_memlist, record_one_stack_memref): New.
12432         (try_apply_stack_adjustment): New.
12433         (combine_stack_adjustments_for_block): New.
12434         * rtl.h (combine_stack_adjustments): Declare.
12435         * toplev.c (rest_of_compilation): Call it.
12436
12437         * i386.md: Revert 2000-01-16 change.
12438
12439 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12440
12441         * gccbug.in: Add web category, gcc specific classes.
12442
12443 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12444
12445         * stor-layout.c (finalize_record_size): Fix typo.
12446
12447 2000-03-14  Stan Shebs  <shebs@apple.com>
12448
12449         * c-typeck.c (c_alignof): Error on incomplete types.
12450         * extend.texi (Alignment): Document this.
12451
12452 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12453
12454         * cppfiles.c: Include mkdeps.h.
12455         (find_include_file, read_include_file): Remove _cpp_ prefix
12456         from name, make static.
12457         (_cpp_execute_include): New function, broken out of
12458         do_include.
12459
12460         * cpplib.c: Don't include mkdeps.h.
12461         (struct directive): Remove type field. Reorder entries.  The
12462         function takes only one argument.
12463         (struct if_stack): Make type field an int.
12464         (directive_table): Rename to dtable.  Generate it, the
12465         prototypes of the directive handlers, and the enum for the
12466         directive numbers, from a template macro.
12467         (do_ifndef, do_include_next, do_import): New functions.
12468         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12469         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12470         do_ident, do_assert, do_unassert, do_sccs): Take only one
12471         argument.
12472         (do_sccs): Define always, but alter behavior based on
12473         SCCS_DIRECTIVE.
12474         (_cpp_handle_directive, consider_directive_while_skipping):
12475         Restructure for new directive table layout.
12476
12477         (pass_thru_directive): Take a directive number, not a pointer
12478         to a struct directive.
12479         (parse_include): New function, broken out of do_include.
12480         (do_include, do_import, do_include_next): Use parse_include
12481         and _cpp_execute_include.
12482         (do_elif, do_else): Test for T_ELSE specifically when checking
12483         for #elif/#else after #else.
12484         (parse_ifdef): New function, broken out of do_ifdef.
12485         (validate_else): Expect a name arg without a leading #.
12486         (if_directive_name): Delete.
12487         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12488         directive handlers with only one argument.
12489
12490         * cpphash.h: Update prototypes.
12491         (enum node_type): Remove entries for directives.
12492         * Makefile.in: Update dependencies.
12493
12494         * cpphash.c (dump_hash_helper): Only dump nodes of type
12495         T_MACRO.  Emit a newline after each definition.
12496
12497 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12498
12499         * gccbug.in: New file.
12500         * configure.in (all_outputs): Add gccbug.
12501         * Makefile.in (install-common): Install gccbug.
12502         (GCCBUG_INSTALL_NAME): New variable.
12503         * configure: Rebuilt.
12504
12505 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12506
12507         * function.c (put_var_into_stack): Use type_for_mode to calculate
12508         part_type.  Use MEM_SET_IN_STRUCT_P.
12509         * expr.c (store_field): Handle CONCAT.
12510         (store_constructor): Use fields_length.
12511         * tree.c (fields_length): New fn.
12512         * tree.h: Declare it.
12513
12514 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12515
12516         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12517         (cpplex.o): New target.
12518         * po/POTFILES.in: Add cpplex.c.
12519
12520         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12521         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12522         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12523         skip_block_comment, skip_line_comment, skip_comment,
12524         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12525         _cpp_parse_name, skip_string, parse_string,
12526         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12527         _cpp_get_directive_token, find_position,
12528         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12529         (maybe_macroexpand, _cpp_lex_token): New functions.
12530
12531         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12532         parse_goto_mark): Delete.
12533         (_cpp_handle_eof): New function.
12534         (_cpp_handle_directive): Rename from handle_directive.
12535         (_cpp_output_line_command): Rename from output_line_command.
12536         (do_if, do_elif): Call _cpp_parse_expr directly.
12537         * cppfiles.c (_cpp_read_include_file): Don't call
12538         init_input_buffer here.
12539         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12540         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12541         here; pop the token_buffer and skip the rest of the line here.
12542         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12543         here.
12544
12545         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12546         Define here.
12547         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12548         CPP_GOTO_MARK): New macros.
12549         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12550         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12551         _cpp_read_and_prescan, _cpp_init_input_buffer,
12552         _cpp_grow_token_buffer, _cpp_get_directive_token,
12553         _cpp_handle_directive, _cpp_handle_eof,
12554         _cpp_output_line_command): Prototype them here.
12555         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12556         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12557         quote_string, output_line_command): Remove.
12558
12559 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12560
12561         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12562         whether it is too large we must also verify that it isn't negative.
12563
12564 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12565
12566         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12567         (movsi_zero_liveg0): Remove.
12568         (movsf_insn_novis_liveg0): Remove.
12569         (negsi2): Remove.
12570         (negsi2_not_liveg0): Rename to negsi2.
12571         (one_cmplsi2): Remove.
12572         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12573         (one_cmplsi2_liveg0): Remove.
12574         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12575         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12576         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12577         (PREDICATE_CODES): Remove zero_operand.
12578         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12579         TARGET_BROKEN_SAVERESTORE.
12580         (zero_operand): Remove.
12581         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12582         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12583         options.
12584         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12585         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12586         TARGET_BROKEN_SAVERESTORE): Remove.
12587         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12588         Remove.
12589         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12590         Remove.
12591         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12592         Remove.
12593
12594         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12595
12596 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12597
12598         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12599         truncating a string.  Don't assume tokens are nul terminated.
12600         Problem noted by Andreas Jaeger <aj@suse.de>
12601
12602 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12603
12604         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12605         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12606         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12607
12608 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12609
12610         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12611         STRUCTURE_SIZE_BOUNDARY.
12612
12613 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12614
12615         * tree.h (record_layout_info_s): New structure.
12616         (record_layout_info): New type.
12617         (new_record_layout_info): New function.
12618         (layout_field): Likewise.
12619         (finish_record_layout): Likewise.
12620         * stor-layout.c (layout_record): Remove.
12621         (new_record_layout_info): New function.
12622         (layout_field): New function, broken out from layout_record.
12623         (finalize_record_size): Likewise.
12624         (compute_record_mode): Likewise.
12625         (finalize_type_size): New function, broken out from layout_type.
12626         (finish_record_layout): Likewise.
12627         (layout_type): Use them.
12628
12629 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12630
12631         * cpphash.c: Don't include version.h.
12632         (special_symbol) [case T_VERSION]: Look for the string in
12633         hp->value.cpval; don't use version_string.
12634         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12635         __VERSION__ to version_string.
12636         * Makefile.in (cpphash.o): Update deps.
12637
12638 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12639
12640         Convert cpplib to use libiberty/hashtab.c.
12641
12642         * cpplib.h (struct cpp_reader): Make hashtab and
12643         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12644         and ALL_INCLUDE_HASHSIZE macros.
12645
12646         * cpphash.h: Update prototypes.
12647         (struct hashnode): Remove next, prev, and bucket_hdr members.
12648         Make length a size_t.  Add hash member.
12649         (struct ihash): Remove next member.  Add hash member.  Make
12650         name a flexible array member.
12651
12652         * cppfiles.c: Include hashtab.h.
12653         (include_hash): Delete.
12654         (IHASHSIZE): New macro.
12655         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12656         (cpp_included): Do the hash lookup here.
12657         (_cpp_find_include_file): Rewrite.
12658         (cpp_read_file): Put the "fake" hash entry into the hash
12659         table.  Honor the control_macro, if it turns out we've seen
12660         the file before.  Don't push the buffer here.
12661         (_cpp_read_include_file): Push the buffer here.
12662         (OMODES): New macro.  Use it whenever we call open(2).
12663
12664         * cpphash.c: Include hashtab.h.
12665         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12666         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12667         _cpp_lookup_slot): New functions.
12668         (HASHSIZE): new macro.
12669         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12670         (_cpp_lookup): Use hashtab.h routines.
12671
12672         * cppinit.c: Include hashtab.h.
12673         (cpp_reader_init): Call _cpp_init_macro_hash and
12674         _cpp_init_include_hash.  Don't allocate hashtab directly.
12675         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12676         pfile->all_include_files.
12677         (initialize_builtins): Use _cpp_make_hashnode and
12678         htab_find_slot to add hash entries.
12679         (cpp_finish): Just call _cpp_dump_macro_hash.
12680         * cpplib.c: Include hashtab.h.
12681         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12682         create hash entries.
12683         (do_pragma_poison, do_assert): Likewise.
12684         (do_include): Don't push the buffer here.  Don't increment
12685         system_include_depth unless _cpp_read_include_file succeeds.
12686         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12687         or htab_remove_elt.
12688         (do_pragma_implementation): Use alloca to create copy.
12689
12690         * Makefile.in: Update dependencies.
12691
12692 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12693
12694         * cppinit.c (cl_directive_handler): More K&R fixing.
12695
12696 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12697
12698         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12699         STACK_BOUNDARY.
12700         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12701
12702 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12703
12704         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12705         Change from char[] to macros.
12706
12707 2000-03-12  Neil Booth  <NeilB@earthling.net>
12708
12709         * cppinit.c (cpp_start_read): Update indirect function
12710         call to K&R C.
12711
12712 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12713
12714         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12715         entry.
12716
12717         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12718         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12719
12720 2000-03-11  Neil Booth  <NeilB@earthling.net>
12721
12722         * cppinit.c (struct pending option): Replace undef with a
12723         pointer to a directive handling routine.
12724         (struct cpp_pending): Replace separate assert_ and define_
12725         lists with one directive_ list.
12726         (new_pending_define): Rename new_pending_directive. Extra
12727         argument is the directive's handling routine.
12728         (handle_option): Update to use new_pending_directive.
12729
12730 2000-03-11  Neil Booth  <NeilB@earthling.net>
12731
12732         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12733         remap_filename, _cpp_read_include_file, actual_directory,
12734         hack_vms_include_specification): Replace bcopy(), index() etc
12735         calls.  Add casts to some allocations.  Make some variables
12736         pointers to const [unsigned] char.
12737         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12738         collect_formal_parameters): Similarly.
12739         * cppinit.c (struct pending_option, append_include_chain,
12740         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12741         cpp_start_read, new_pending_define, handle_option): Similarly.
12742         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12743         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12744         do_pragma_implementation, detect_if_not_defined,
12745         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12746         do_assert, do_unassert): Similarly.
12747         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12748         function prototypes.
12749         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12750
12751 2000-03-10  Richard Henderson  <rth@cygnus.com>
12752
12753         * builtins.c (expand_builtin_strlen): Revert last change.
12754         Use emit_insn_before if we're at the beginning of a sequence.
12755
12756 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12757
12758         * builtins.c (expand_builtin_strlen): Make sure that we have something
12759         at the beginning of the sequence.
12760
12761         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12762         deferred inlines.
12763
12764         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12765
12766 2000-03-10  Richard Henderson  <rth@cygnus.com>
12767
12768         * except.c (can_throw): Use INTVAL on a CONST_INT.
12769         (reachable_handlers): Likewise.
12770         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12771
12772 2000-03-10  Andreas Jaeger  <aj@suse.de>
12773
12774         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12775         MD_STARTFILE_PREFIX since those are not needed on linux.
12776         (ASM_FILE_START): New, from mips/gnu.h.
12777
12778 2000-03-09  Richard Henderson  <rth@cygnus.com>
12779             Alex Samuel  <samuel@codesourcery.com> and others
12780
12781         * Makefile.in (ssa.o): New rule.
12782         (OBJS): Add ssa.o.
12783         (STAGESTUFF): Add *.ssa and *.ussa.
12784         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12785         * rtl.def (PHI): New RTL expression.
12786         * rtl.h (clear_log_links): New declaration.
12787         (convert_to_ssa): Likewise.
12788         (convert_from_ssa): Likewise.
12789         * flow.c (split_edge): If the entry node falls through to the
12790         split edge's source block, split the entry edge.
12791         (clear_log_links): New function.
12792         * toplev.c (ssa_dump): New variable.
12793         (flag_ssa): Likewise.
12794         (f_options): Add "ssa".
12795         (compile_file): Create SSA dump files.
12796         (rest_of_compilation): Go to and from SSA if enabled.
12797         (decide_d_option): Handle -de for SSA dump files.
12798         * ssa.c: New file.
12799
12800 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12801
12802         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12803         same as VAR_DECL.
12804
12805 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12806
12807         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12808
12809 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12810
12811         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12812         (MD_STARTFILE_PREFIX_1): New macro.
12813
12814 2000-03-09  Robert Lipe  <robertl@sco.com>
12815
12816         * config/ia64/ia64.c: Include system.h.
12817
12818 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12819
12820         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12821         (init_eh_nesting_info): Likewise.
12822
12823         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12824         (TREE_NOTHROW): Rename from TREE_RAISES.
12825         * toplev.c (rest_of_compilation): Set it.
12826         * print-tree.c (print_node): Adjust.
12827         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12828         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12829         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12830         REG_EH_REGION note as appropriate.
12831         (libfunc_nothrow): New fn.
12832         (emit_library_call, emit_library_call_value): Use it.
12833         (expand_call): Check TREE_NOTHROW.
12834
12835         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12836         DECL_ASSEMBLER_NAME.
12837
12838 2000-03-09  Andreas Jaeger  <aj@suse.de>
12839
12840         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12841         (TARGET_MEM_FUNCTIONS): Define.
12842
12843 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12844
12845         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12846
12847         * except.c (can_throw): See through a SEQUENCE.
12848         (nothrow_function_p): New fn.
12849         * except.h: Declare it.
12850         * function.c (current_function_nothrow): New var.
12851         (prepare_function_start): Initialize it.
12852         * output.h: Declare it.
12853         * toplev.c (rest_of_compilation): Set it.
12854         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12855
12856 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12857
12858         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12859         match.  (cpp_compare_defs): Count the nul separator when
12860         advancing over argument names.
12861
12862 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12863
12864         * recog.c (preprocess_constraints): Matching constraints affect
12865         same alternative/different operand, not same operand/different
12866         alternative.
12867
12868         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12869         register and a constant specially.
12870
12871 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12872
12873         * libgcc2.h: New file.
12874         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12875
12876 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12877
12878         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12879         * configure: Regenerate.
12880         * config/ia64: New.
12881
12882 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12883
12884         * Makefile.in (LIBCPP_DEPS): New macro.
12885         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12886         it to declare deps.
12887         * cpperror.c: Include cpphash.h.
12888         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12889         dingleberry.
12890         (lex): Don't use CPP_WARN_UNDEF.
12891         (_cpp_parse_expr): Return an int, the truth value.
12892         * cppfiles.c: Include cpphash.h.
12893         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12894         * cppinit.c (include_defaults_array): Disentangle.
12895         (cpp_cleanup): Don't free the if stack here.
12896         (cpp_finish): Pop off all buffers, not just one.
12897         * cpplib.c (eval_if_expr): Return int.
12898         (do_xifdef): Rename do_ifdef.
12899         (handle_directive): Don't use CPP_PREPROCESSED.
12900         (cpp_get_token): Don't use CPP_C89.
12901         * fix-header.c: Don't use CPP_OPTIONS.
12902
12903         * cpplib.h: Move U_CHAR, enum node_type, struct
12904         file_name_list, struct ihash, is_idchar, is_idstart,
12905         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12906         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12907         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12908         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12909         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12910         of _cpp_simplify_pathname, _cpp_find_include_file,
12911         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12912         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12913         cppinit.c.
12914         Change all uses of U_CHAR to be unsigned char instead.
12915         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12916
12917 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12918
12919         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12920         (dwarf2out_begin_prologue): Set it.
12921         (output_call_frame_info): Don't emit EH unwind info for leaves.
12922
12923         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12924         can occur outside of an EH region.
12925         * except.c: Correct comments about rethrow behavior.
12926         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12927
12928 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12929
12930         * flow.c (make_edges): Always call make_eh_edge for calls.
12931
12932 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12933
12934         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12935         (struct cpp_buffer): Remove fname and underflow fields.
12936         (struct cpp_reader): Remove get_token field.
12937         (struct include_hash): Rename to struct ihash.  Add typedef to
12938         IHASH.
12939         (struct if_stack): Remove fname field.
12940         (IF_STACK_FRAME): Rename to IF_STACK.
12941
12942         * cpperror.c (print_containing_files): Trust that there are no
12943         macro buffers below the top file buffer.
12944         * cppfiles.c: Replace all references to 'struct include_hash'
12945         with 'IHASH'.  Rename initialize_input_buffer to
12946         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12947         use buffer->ihash->name instead.
12948         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12949         not CPP_NULL_BUFFER.
12950         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12951         IF_STACK_FRAME, IHASH not struct include_hash.
12952         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12953         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12954         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12955         references to cpp_buffer->fname (delete entirely, or use
12956         ->ihash->name instead) and IF_STACK->fname.
12957         (cpp_push_buffer): Don't set new->underflow.
12958         (do_include): Use cpp_file_buffer.
12959
12960         * cpphash.c (collect_formal_parameters): Remove duplicate
12961         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12962         used as a macro argument name.  Don't append "..." to namebuf
12963         for varargs macros.  After we're done scanning, go through
12964         namebuf and make it NUL separated, not comma separated.
12965         (_cpp_compare_defs): Remove register tag from variables.
12966         Expect defn->argnames to be NUL separated.
12967         (_cpp_dump_definition): Expect defn->argnames to be NUL
12968         separated and in forward order.
12969         * cpphash.h: Update documentation of argnames field.
12970
12971 2000-03-08  Richard Henderson  <rth@cygnus.com>
12972
12973         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12974         to fail.  Don't pre-expand the source operand.
12975
12976         * i386.md (strlensi): Initialize eoschar and align before use.
12977
12978 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12979
12980         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12981         CONSTRUCTOR element.
12982
12983 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12984
12985         * mips.c (mips_expand_prologue): If the last
12986         named argument is the vararg marker "va_list", treat it as
12987         an unnamed argument.
12988
12989 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12990
12991         * dbxout.c (dbxout_parms): When correcting for promoted
12992         big-endian parameters, use the mode of the DECL_RTL rather
12993         than UNITS_PER_WORD.
12994
12995 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12996
12997         * c-common.h (make_fname_decl): Declare.
12998         * c-common.c (make_fname_decl): Define.
12999         (declare_hidden_char_array): Remove.
13000         (declare_function_name): Use make_fname_decl.
13001         * c-decl.c (c_make_fname_decl): New function.
13002         (init_decl_processing): Set make_fname_decl.
13003
13004 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
13005
13006         * cccp.c (handle_directive): Initialize backslash_newlines_p.
13007
13008 2000-03-07  Philipp Thomas  <pthomas@suse.de>
13009
13010         * po/POTFILES.in: Remove cppalloc.c from file list.
13011
13012 2000-03-07  Steve Chamberlain  <sac@pobox.com>
13013
13014         * pj.c (pj_expand_prologue): current_function->args_info is
13015         now current_function_args_info.
13016
13017         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
13018         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
13019         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
13020
13021 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13022
13023         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
13024         output as hexadecimal rather than the default octal.
13025
13026 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
13027
13028         * cpphash.c (special_symbol): Fix thinko in previous commit.
13029
13030 2000-03-07  Neil Booth  <NeilB@earthling.net>
13031
13032         * cppexp.c (struct operation, left_shift, right_shift,
13033         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
13034         "int"s to "unsigned int"s.
13035         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
13036         Similarly.
13037         * cpplib.h: Update for above.
13038         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
13039         returned from allocations.
13040
13041         * cppinit.c (opt_comp, parse_options): New functions.
13042         (handle_option): Use parse_option to parse a single command
13043         line option, that possibly takes an argument.
13044         (cpp_handle_options): Sort the array of command line options on
13045         first invocation (non-ASCII hosts only).
13046         (print_help): Update.
13047
13048 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
13049
13050         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
13051         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
13052
13053         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
13054         initialized.
13055         * cppinit.c (cpp_cleanup): Free imp->nshort also.
13056
13057         * cpperror.c (cpp_print_containing_files,
13058         cpp_print_file_and_line, v_cpp_message): Rename to
13059         print_containing_files, print_file_and_line, and v_message.
13060         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
13061         to _cpp_parse_expr, parse_escape, and lex.
13062         (parse_charconst): Remove broken multibyte support.
13063         * cppfiles.c (include_hash): Make static.
13064         (cpp_included): New function.
13065         (merge_include_chains, find_include_file, finclude,
13066         simplify_pathname): Rename to _cpp_merge_include_chains,
13067         _cpp_find_include_file, _cpp_read_include_file, and
13068         _cpp_simplify_pathname.
13069         * cpphash.c (cpp_lookup, free_definition, delete_macro,
13070         cpp_install, create_definition, macroexpand, compare_defs,
13071         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
13072         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
13073         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
13074         * cppinit.c (cpp_handle_option): Rename to handle_option, make
13075         static.
13076         * cpplib.c: Remove extern prototype of cpp_parse_expr.
13077
13078         * cpphash.h: Update prototypes.
13079         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
13080
13081 2000-03-07  Andrew Haley  <aph@cygnus.com>
13082
13083         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
13084         PTRDIFF_TYPE should be based solely on Pmode.
13085         (SIZE_TYPE): ditto.
13086
13087 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13088
13089         * rtl.h (rtunion_def): Constify member `rtstr'.
13090         (emit_line_note_after, emit_line_note, emit_line_note_force,
13091         emit_note, decode_asm_operands): Constify.
13092
13093         * cse.c (canon_hash): Likewise.
13094
13095         * dbxout.c (dbxout_block): Likewise.
13096
13097         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
13098         v_warning_for_asm): Likewise.
13099
13100         * dwarfout.c (function_start_label): Likewise.
13101
13102         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
13103         emit_line_note_force): Likewise.
13104
13105         * final.c (last_filename, asm_insn_count, final_scan_insn,
13106         output_source_line): Likewise.
13107
13108         * function.h (struct emit_status): Likewise.
13109
13110         * gcse.c (hash_expr_1): Likewise.
13111
13112         * genattr.c (gen_attr, main): Likewise.
13113
13114         * genattrtab.c (struct function_unit, current_alternative_string,
13115         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
13116         attr_numeral, check_attr_test, check_attr_value,
13117         convert_set_attr_alternative, convert_set_attr,
13118         compute_alternative_mask, simplify_by_exploding, gen_attr,
13119         gen_unit): Likewise.
13120
13121         * genflags.c (gen_insn): Likewise.
13122
13123         * gengenrtl.c (type_from_format): Likewise.
13124
13125         * genopinit.c (gen_insn): Likewise.
13126
13127         * genoutput.c (n_occurrences, process_template, process_template):
13128         Likewise.
13129
13130         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13131         Likewise.
13132
13133         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13134         Likewise.
13135
13136         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
13137         ggc_set_mark, ggc_get_size): Likewise.
13138
13139         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
13140
13141         * optabs.c (init_one_libfunc): Likewise.
13142
13143         * output.h (assemble_start_function): Likewise.
13144
13145         * recog.c (decode_asm_operands): Likewise.
13146
13147         * toplev.c (rest_of_compilation): Likewise.
13148
13149         * tree.h (emit_line_note_after, emit_line_note,
13150         emit_line_note_force): Likewise.
13151
13152         * varasm.c (asm_output_bss, asm_output_aligned_bss,
13153         asm_emit_uninitialised, assemble_start_function,
13154         assemble_variable, const_hash, compare_constant_1,
13155         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
13156
13157         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
13158
13159         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
13160
13161         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
13162
13163         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
13164
13165         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
13166         arm_dllimport_name_p): Likewise.
13167
13168         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
13169         Likewise.
13170
13171         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
13172
13173         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13174
13175         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
13176         arm_mark_dllexport, arm_mark_dllimport,
13177         arm_pe_encode_section_info): Likewise.
13178
13179         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
13180         ASM_FINISH_DECLARE_OBJECT): Likewise.
13181
13182         * arm/thumb.c (thumb_function_prologue): Likewise.
13183
13184         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
13185
13186         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13187
13188         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
13189
13190         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
13191
13192         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
13193
13194         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13195
13196         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
13197         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
13198
13199         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
13200
13201         * i386/i386.c (asm_output_function_prefix): Likewise.
13202
13203         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
13204
13205         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13206
13207         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
13208
13209         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
13210         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
13211         ASM_OUTPUT_SECTION_NAME): Likewise.
13212
13213         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
13214
13215         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
13216
13217         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
13218
13219         * m32r/m32r.c (m32r_encode_section_info): Likewise.
13220
13221         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13222
13223         * mcore/mcore.c (mcore_encode_section_info): Likewise.
13224
13225         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13226
13227         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13228
13229         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13230
13231         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
13232
13233         * mips/mips.md (movdi, movsi): Likewise.
13234
13235         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13236
13237         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13238
13239         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13240
13241         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
13242         ASM_OUTPUT_ASCII): Likewise.
13243
13244         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
13245         output_mi_thunk, output_toc): Likewise.
13246
13247         * rs6000/rs6000.md (movsi): Likewise.
13248
13249         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
13250
13251         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
13252
13253         * v850/v850.c (print_operand, print_operand_address,
13254         v850_encode_data_area): Likewise.
13255
13256 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
13257
13258         * config/mips/mips.md (zero_extendsidi2): Always force operand
13259         one to memory for mips16.
13260
13261 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13262
13263         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
13264         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
13265         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
13266         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
13267         (min_precision): Result is unsigned.
13268         (add_double, neg_double, mul_double): Low word is unsigned.
13269         (lshift_double, rshift_double, lrotate_double): Likewise.
13270         (rrotate_double, div_and_round_double): Likewise.
13271         (tree_floor_log2, compare_tree_int): New functions.
13272         (preserve_rtl_expr_temps): New declaration.
13273         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
13274         (decl_attributes): Use tree_log2 to find alignment.
13275         Check for TREE_INT_CST_HIGH for format args.
13276         (min_precision): Now unsigned.
13277         Use tree_floor_log2.
13278         (truthvalue_conversion): Delete long-disabled code.
13279         * c-decl.c (finish_struct): Clean up tests on field width.
13280         (finish_function): Use compare_tree_int.
13281         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
13282         * c-typeck.c (comptypes): Use tree_int_cst_equal.
13283         (default_conversion, digest_init): Use compare_tree_int.
13284         (build_binary_op): Use integer_all_onesp and compare_tree_int.
13285         Fix type errors in forming masks.
13286         * calls.c (initialize_argument_information): Use compare_tree_int.
13287         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13288         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
13289         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
13290         (store_field): Use compare_tree_int.
13291         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
13292         (expand_expr, case ARRAY_REF): Use compare_tree_int.
13293         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
13294         (do_store_flag): Use compare_tree_int.
13295         * fold-const.c (encode, decode): Low part is always unsigned.
13296         (force_fit_type, add_double, neg_double, mul_double): Likewise.
13297         (lshift_double, rshift_double, lrotate_double): Likewise.
13298         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
13299         (fold_convert): Use compare_tree_int.
13300         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
13301         (invert_truthvalue, case INTEGER_CST): Likewise.
13302         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
13303         * mkdeps.c (deps_dummy_targets): Make I unsigned.
13304         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
13305         (lshift_double, rshift_double, lrotate_double, rrotate_double):
13306         Likewise.
13307         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
13308         (expand_end_case): Use compare_tree_int.
13309         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13310         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
13311         (layout_decl): Likewise.
13312         (layout_record, layout_union): Make sizes unsigned.
13313         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
13314         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
13315         * tree.c (struct type_hash): hashcode is unsigned.
13316         (build_type_attribute_variant, type_hash_list): Likewise.
13317         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
13318         (attribute_hash_list, build_array_type, build_method_type): Likewise.
13319         (build_complex_type): Likewise.
13320         (real_value_from_int_cst): Remove unneeded casts.
13321         (integer_all_onesp): Add casts.
13322         (tree_floor_log2, compare_tree_int): New functions.
13323         (build_index_type): Use tree_int_cst_sgn.
13324         * varasm.c (assemble_variable): Use compare_tree_int.
13325
13326 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
13327
13328         * cpphash.c (collect_expansion): Also catch ## at start of macro.
13329
13330         * varasm.c (make_decl_rtl): Don't add a number to members of
13331         local classes.
13332         (make_function_rtl): Likewise.
13333
13334 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13335
13336         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
13337         patch from 2000-01-28.
13338
13339 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
13340
13341         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
13342         filled with an insn from the jump target.
13343
13344 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13345
13346         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
13347         (c4x_external_ref): Likewise.
13348         * config/c4x/c4x.c (struct name_list): Likewise.
13349
13350 1999-12-16  Ben Collins  <bcollins@debian.org>
13351
13352         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
13353         argument to genmultilib.
13354         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
13355         the contents into the multilib.h header.
13356         * gcc.c: Declare multilib_exclusions for the specs file.
13357         (set_multilib_dir): Use it.
13358         (print_multilib_info): Likewise.
13359         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
13360         to pass to genmultilib.
13361
13362 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13363
13364         * builtins.c (built_in_class_names, built_in_names): Constify a
13365         char*.
13366
13367         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
13368         int.
13369         (_mcleanup): Ensure value matches format specifier in sprintf.
13370
13371         * cpphash.c (special_symbol): Don't needlessly cast away
13372         const-ness.
13373
13374         * cppinit.c (base_name): Delete unused prototype.
13375
13376         * mkdeps.c (deps_init): Make definition K&R safe.
13377
13378         * tree.h (built_in_class_names, built_in_names): Constify a
13379         char*.
13380
13381 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
13382
13383         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
13384         floating point instructions for epilogue delay.
13385
13386         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
13387         to gas if it supports .register pseudo.
13388
13389         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
13390         LONG_DOUBLE_TYPE_SIZE if not defined.
13391         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
13392         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
13393         * real.c: Likewise.
13394         * gengenrtl.c: Likewise.
13395         * print-rtl.c: Likewise.
13396         * rtl.c: Likewise.
13397         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
13398         MASK_LONG_DOUBLE_128.
13399         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
13400         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
13401         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
13402         (SUBTARGET_SWITCHES): Define.
13403         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
13404         with -mlong-double-128.
13405         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13406         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13407         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13408         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
13409         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
13410         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
13411         with -mlong-double-128.
13412         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13413         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13414         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13415         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
13416         TARGET_LONG_DOUBLE_128): Define.
13417         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
13418         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
13419         long double on TARGET_ARCH64.
13420
13421 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
13422
13423         * function.c (free_temps_for_rtl_expr): Don't free slots
13424         that have been pushed into a higher level.
13425
13426         Revert this patch:
13427         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13428
13429 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13430
13431         * basic-block.h (ALLOCA_REG_SET): Remove.
13432         (INITIALIZE_REG_SET): New macro.
13433         * flow.c (update_life_info): Use it.
13434         (calculate_global_regs_live): Likewise.
13435         (propagate_block): Likewise.
13436         * global.c (build_insn_chain): Likewise.
13437         * haifa-sched.c (schedule_region): Likewise.
13438
13439 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13440
13441         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13442         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13443         (DWARF_ARANGES_PAD_SIZE): New define.
13444         (output_aranges): Use it to pad the address range header.
13445         (DWARF_ROUND): Fix for non power of 2 rounding.
13446
13447 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13448
13449         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13450
13451 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13452
13453         * tree.def (RTL_EXPR): Update documentation.
13454         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13455         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13456         * function.c (preserve_rtl_expr_temp): New function.
13457         (preserve_rtl_expr_temps): Likewise.
13458         (preserve_rtl_expr_result): Use it.
13459
13460         Revert this patch:
13461         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13462
13463 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13464
13465         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13466         for unchanging destination.
13467
13468 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13469
13470         * function.h (struct sequence_stack): Remove rtl_expr.
13471         (struct emit_staus): Likewise.
13472         (seq_rtl_expr): Remove.
13473         * tree.h (free_temps_for_rtl_expr): Don't declare.
13474         (start_sequence_for_rtl_expr): Likewise.
13475         * rtl.h (preserve_rtl_expr_result): Likewise.
13476         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13477         (start_sequence_for_rtl_expr): Remove.
13478         (push_topmost_sequence): Don't save sequence_rtl_expr.
13479         (pop_topmost_sequence): Remove comment about not restoring it.
13480         (end_sequence): Don't set seq_rtl_expr.
13481         (init_emit): Don't initialize it.
13482         (mark_sequence_stack): Don't mark it.
13483         (mark_emit_status): Likewise.
13484         * except.c (protect_with_terminate): Use
13485         start_sequence_for_rtl_expr, not start_sequence.
13486         * expr.c (expand_expr, case RTL_EXPR): Don't call
13487         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13488         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13489         (preserve_rtl_expr_result): Remove.
13490         (free_temps_for_rtl_expr): Likewise.
13491         (pop_temp_slots): Likewise.
13492         (mark_temp_slot): Don't mark the rtl_expr.
13493         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13494         start_sequence_for_rtl_expr.
13495
13496 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13497
13498         * mkdeps.c, mkdeps.h: New files.
13499         * po/POTFILES.in: Add them.
13500         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13501         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13502         (mkdeps.o): New target.
13503
13504         * cppfiles.c: Delete deps_output.
13505         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13506         OBJECT_SUFFIX, and base_name.
13507         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13508         the include hash.
13509         (initialize_dependency_output): Use deps_init,
13510         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13511         all the unnecessary string bashing.
13512         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13513         level.
13514         * cpplib.c (do_include): Use deps_add_dep.
13515         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13516         deps_allocated_size, deps_size, deps_column members with
13517         single pointer to a struct deps.  Delete prototype of
13518         deps_output.
13519
13520         * cppinit.c: Fix thinko in previous patch.
13521
13522 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13523
13524         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13525         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13526         (mode_for_size_tree): New function.
13527         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13528         * tree.h (mode_for_size_tree): New declaration.
13529
13530         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13531
13532 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13533
13534         * stmt.c (is_body_block): Move...
13535         * dwarfout.c, dwarf2out.c: ...from here.
13536         * tree.h: Declare it.
13537         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13538         * final.c (final_start_function): Do call remove_unnecessary_notes
13539         when scheduling.
13540
13541 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13542
13543         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13544
13545         * cpplib.h (_dollar_ok): New macro.
13546         (is_idchar, is_idstart): Use it.
13547         (IStable): Rename to _cpp_IStable.  Declare it const if
13548         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13549         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13550         is_space): Update for renamed IStable.
13551
13552         * cppinit.c: Delete all references to FAKE_CONST and CAT
13553         macros. Define init_IStable as empty macro if gcc >=2.7 or
13554         C99. Change TABLE() to ISTABLE and hardcode name of table.
13555         (cpp_start_read): Don't change the IStable based on
13556         dollars_in_ident.
13557
13558         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13559         changed.  Handle '$' for char1 correctly.
13560         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13561
13562         * cppexp.c (tokentab2): Make const.
13563         (cpp_lex): Make toktab const.
13564         * cppinit.c (include_defaults_array): Make const.
13565         (initialize_standard_includes): Make default_include const.
13566
13567 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13568
13569         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13570         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13571         (gen_decl_die): Likewise.
13572         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13573         (output_decl): Likewise.
13574
13575         * varasm.c (make_function_rtl): If we change the name used in the
13576         rtl, update DECL_ASSEMBLER_NAME accordingly.
13577         (make_decl_rtl): Likewise.
13578
13579         * toplev.c (rest_of_compilation): Tweak formatting.
13580
13581         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13582         remove_unnecessary_notes.
13583         (debug_ignore_block): New fn.
13584         * toplev.h: Declare it.
13585         * emit-rtl.c (remove_unncessary_notes): Call it.
13586         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13587         * dwarf2out.h: Declare it.
13588         * final.c (final_start_function): Don't call remove_unnecessary_notes
13589         if we did insn scheduling.
13590
13591 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13592
13593         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13594         * cpplib.h: Delete SET_CPP_PEDANTIC.
13595
13596 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13597
13598         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13599         result is a RECORD_TYPE.
13600
13601 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13602
13603         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13604
13605 2000-03-03  Richard Henderson  <rth@cygnus.com>
13606
13607         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13608         addition over compliments over shifts.
13609
13610 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13611
13612         * reload1.c (reload_combine_note_use): Handle return register USEs.
13613         REG case: Handle multi-hard-register hard regs.
13614
13615 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13616
13617         * md.texi: Document use of '*' in insn pattern name.
13618
13619 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13620
13621         * calls.c (special_function_p): operator new may not be malloc-like.
13622
13623         * gcse.c (dump_hash_table): Really fix error in last change.
13624
13625 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13626
13627         * avr.c (print_operand): Use print_operand_address instead of
13628         output_addr_const.
13629         * avr/libgcc.S: Cleanup code.
13630
13631 2000-03-02  Richard Henderson  <rth@cygnus.com>
13632
13633         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13634
13635 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13636
13637         * tree.h (TYPE_ALIGN_UNIT): New macro.
13638
13639 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13640
13641         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13642
13643 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13644
13645         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13646         for the buffer.
13647         (SET_CPP_PEDANTIC): New macro.
13648         * cpplib.c (do_include): Don't bother checking system_header_p.
13649         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13650         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13651
13652         * function.h (struct expr_status): Add x_arg_space_so_far.
13653         (arg_space_so_far): New macro.
13654         * expr.c (init_expr): Initialize it.
13655         * calls.c (emit_call_1): Reset it.
13656         (compute_argument_block_size, expand_call): Use it.
13657         (expand_call, store_one_arg): Increment it.
13658
13659 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13660
13661         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13662         a UNION_TYPE.
13663
13664 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13665
13666         * cppfiles.c (cpp_read_file): New function.
13667
13668         * cpphash.c (collect_expansion): Make sure to reset last_token
13669         to NORM when we hit a string.  Handle trailing whitespace
13670         properly when the expansion is empty.
13671         (create_definition): Disable line commands while parsing the
13672         directive line.
13673         (dump_definition): If pfile->lineno == 0, output a line
13674         command ahead of the dump, and add a trailing newline.
13675
13676         * cppinit.c (append_include_chain): Add fifth argument, which
13677         indicates whether or not system headers are C++ aware.
13678         (initialize_standard_includes): New function,
13679         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13680         the include_defaults_array on to append_include_chain.
13681         (dump_special_to_buffer): Const-ify char array.
13682         (builtin_array): Don't dump __BASE_FILE__.
13683         (cpp_start_read): Use cpp_read_file.  Reorder code for
13684         clarity.  Don't output line commands here for -D/-A/-U
13685         switches.  Don't call deps_output for files included with
13686         -include or -imacros.
13687
13688         * cpplib.c (do_define): Don't pay any attention to the second
13689         argument.
13690         (cpp_expand_to_buffer): Disable line commands while scanning.
13691         (output_line_command): Work in the file buffer.
13692         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13693         Fix formatting of comments.  Prototype cpp_read_file.
13694
13695 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13696
13697         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13698         reference the language-equivalent of sizetype.
13699         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13700         * fold-const.c (size_binop, size_diffop): Put back checks.
13701         * gcse.c (dump_hash_table): Fix minor error in last change.
13702         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13703         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13704         all sizetypes.
13705
13706 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13707
13708         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13709         with inhibit_defer_pop set.
13710
13711 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13712
13713         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13714         the DECL_SIZE for a FIELD_DECL.
13715
13716 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13717
13718         * fixinc/inclhack.tpl: remove unused symlinks
13719         * fixinc/README: GCC Maintainer info
13720         * fixinc/inclhack.sh: regen
13721         * fixinc/fixincl.sh: regen
13722
13723 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13724
13725         * cpphash.c (collect_expansion): Trim trailing white space
13726         from macro definitions, but don't go past the last insertion
13727         point.
13728
13729 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13730
13731         * i386.md (mulqi3): New pattern.
13732
13733 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13734
13735         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13736         token types.
13737         (struct cpp_reader): Add parsing_if_directive and
13738         parsing_define_directive flags.
13739         (struct cpp_options): Remove output_conditionals flag.
13740         (check_macro_name): Delete prototype.
13741
13742         * cpphash.h (struct macrodef): Delete.
13743         (struct reflist): Separate from struct definition.
13744         (struct definition): Remove unused fields.  Add column number.
13745         (create_definition): Returns a DEFINITION *.  Takes a
13746         cpp_reader * and an int.
13747
13748         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13749         (PEEKC): Copy defn from cpplib.c.
13750         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13751         (struct arg): New.
13752         (struct arglist): Simplify.
13753         (collect_expansion): Rewrite.  Get tokens by calling
13754         cpp_get_token.  Add more error checking.
13755         (collect_formal_parameters): New function, broken out of
13756         create_definition and reworked to use get_directive_token.
13757         (create_definition): All real work is now in collect_expansion
13758         and collect_formal_parameters.  do_define handles finding the
13759         macro name.  Return a DEFINITION, not a MACRODEF.
13760         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13761         character-at-a-time copy loop with memcpy and pointer increments.
13762         (compare-defs): d1->argnames / d2->argnames might be null.
13763
13764         * cpplib.c (copy_rest_of_line): Delete function.
13765         (skip_rest_of_line): Do all the work ourselves.
13766         (skip_string): New function.
13767         (parse_string): Use skip_string.
13768         (get_macro_name): New function.
13769         (check_macro_name): Delete.
13770         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13771         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13772         (handle_directive): ICE if we're called on a macro buffer.
13773         (do_define): Determine macro name and type (funlike/objlike)
13774         here.  Expunge all uses of MACRODEF.
13775         (cpp_push_buffer): Set line_base to NULL.
13776         (do_undef, read_line_number): Don't worry about getting a POP token.
13777         (eval_if_expression): Set/reset parsing_if_directive around
13778         cpp_parse_expr. Don't clear only_seen_white.
13779         (skip_if_group): Remove output_conditionals logic.  Use
13780         skip_rest_of_line.
13781         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13782         tokens under appropriate conditions.
13783         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13784
13785         * cppexp.c (parse_defined): New function, break out of
13786         cpp_lex.
13787         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13788         ourselves, with cpp_defined.
13789         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13790
13791         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13792         * gcc.dg/strpaste-2.c: New.
13793
13794 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13795
13796         * fold-const.c (size_binop): Don't asert inputs are the same and
13797         have TYPE_IS_SIZETYPE set.
13798         (size_diffop): Likewise.
13799
13800 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13801
13802         * dwarfout.c (output_block): Output abstract blocks even if they
13803         don't have TREE_ASM_WRITTEN set.
13804
13805         * calls.c (emit_library_call): Check for null REG.
13806
13807 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13808
13809         * c-decl.c (current_function_decl): Move to toplev.c.
13810         (init_decl_processing): Don't add current_function_decl as a ggc
13811         root here.
13812         * dbxout.c (dbxout_symbol): Change return type to int.
13813         (dbxout_symbol_location, dbxout_syms): Likewise.
13814         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13815         any locals. Use current_function_func_begin_label if set.
13816         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13817         * dwarf2out.c (dwarf2out_begin_prologue): Set
13818         current_function_func_begin_label.
13819         * final.c (final_start_function): Reset it.
13820         * toplev.c (current_function_decl): Define it here.
13821         (current_function_func_begin_label): New variable.
13822         (main): Add both as ggc roots.
13823         * tree.h (current_function_func_begin_label): Declare.
13824
13825 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13826
13827         * gcse.c: Cleanups throughout: mostly white-space, but also
13828         some minor rearrangement of code.
13829
13830 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13831
13832         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13833         returns a PARALLEL.  Use emit_group_load and use_group_regs
13834         as needed.
13835         (emit_library_call_value): Similarly.
13836
13837         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13838         * pa/quadlib.asm: Remove.
13839         * pa/quadlib.c: New file.
13840
13841         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13842         * configure: Rebuilt.
13843
13844 2000-02-29  Philip Blundell  <pb@futuretv.com>
13845
13846         * config/arm/conix-elf.h: New file.
13847         * configure.in (arm*-*-conix*): New configuration.
13848         * configure: Regenerate.
13849
13850 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13851
13852         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13853         don't have TREE_ASM_WRITTEN set.
13854
13855 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13856
13857         * Eliminate DECL_FIELD_SIZE.
13858         * builtins.c (built_in_class_names, built_in_names): New variables.
13859         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13860         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13861         DECL_SIZE, not DECL_FIELD_SIZE.
13862         * print-tree.c (print_node): Remove code that prints extra blank
13863         lines in some cases.
13864         Properly handle inline and builtin function cases.
13865         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13866         * tree.h (built_in_class_named, built_in_names): New declarations.
13867         (union tree_decl): Rename internal unions to u1 and u2 and change
13868         some of their components.
13869         Add new field built_in_class.
13870         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13871         Reflect above changes.
13872         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13873         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13874         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13875         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13876
13877 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13878
13879         * extend.texi: Document ARM's support for long/short calls.
13880
13881         * invoke.texi: Document ARM's -mlong-calls command line switch.
13882
13883         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13884         (arm_encode_call_attribute): Add prototype.
13885         (arm_set_default_type_attribute): Add prototype.
13886         (arm_strip_name_encoding): Add prototype.
13887
13888         * config/arm/arm.c (arm_init_cumulative_args): replace
13889         initialisation og 'long_calls' field with initialisation of
13890         'call_cookie' field.
13891         (enum arm_pragma_enum): New enum.
13892         (arm_pragma_long_calls): New static variable.
13893         (arm_process_pragma): Also process "#pragma long_calls_off".
13894         (arm_valid_type_attribute_p): Accept short_call attribute.
13895         (arm_comp_type_attributes): Check long/short call attributes.
13896         (arm_encode_call_attribute):  New function:  Encode long_call
13897         or short_call attribute in function name.
13898         (arm_set_default_type_attributes): New function: Assign
13899         default attributes to newly defined type.
13900         (current_file_function_operand): New function: Return true if
13901         the symbol is a function which has already been compiled.
13902         (arm_is_longcall_p): New function: Return true if the
13903         indicated function should be called via a long call.
13904         (arm_get_strip_length): New function.  Returns number of
13905         prefix characters to be stripped from a function's name.
13906         (arm_strip_name_encoding): New function.  Strip prefix characters
13907         from a function's name.
13908
13909         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13910         with 'call_cookie'.
13911         (SHORT_CALL_FAG_CHAR): Define.
13912         (LONG_CALL_FAG_CHAR): Define.
13913         (ENCODED_SHORT_CALL_ATTR_P): Define.
13914         (ENCODED_LONG_CALL_ATTR_P): Define.
13915         (ARM_NAME_ENCODING_LENGTHS): Define.
13916         (STRIP_NAME_ENCODING): Define.
13917         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13918         (ARM_ENCODE_CALL_TYPE): Define.
13919         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13920         (ARM_DECLARE_FUNCTION_SIZE): Define.
13921         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13922
13923         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13924         if a long call is needed.
13925         (call_value): Ditto.
13926         (call_symbol): Ditto.
13927
13928         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13929         ARM_DECLARE_FUNCTION_SIZE.
13930
13931         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13932         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13933         (ARM_STRIP_NAME_ENCODING): Undefine.
13934         (STRIP_NAME_ENCODING): Undefine.
13935         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13936         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13937         (ASM_OUTPUT_COMMON): Ditto.
13938         (ASM_DECLARE_OBJECT_NAME): Ditto.
13939
13940         * config/arm/pe.c (arm_dllexport_name_p): Check for
13941         ARM_PE_FLAG_CHAR.
13942         (arm_dllimport_name_p): Ditto.
13943         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13944         (arm_mark_dllimport): Ditto.
13945
13946 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13947
13948         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13949
13950 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13951
13952         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13953
13954 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13955
13956         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13957         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13958         NO_BUILTIN_WCHAR_TYPE is not defined.
13959         (CPP_WCHAR_TYPE): Delete.
13960         * cccp.c (main): Don't change wchar_type if cplusplus.
13961         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13962
13963 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13964
13965         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13966
13967 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13968
13969         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13970         (ASM_WEAKEN_LABEL): Define.
13971
13972 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13973
13974         * expr.c (store_constructor): Do not emit USE.
13975         * rtl.h (stupid_life_analysis): Remove.
13976
13977 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13978
13979         * function.c (number_blocks): Reset next_block_index based on
13980         what debugging format is used, not what is defined.
13981
13982         * lcm.c: Minor reformatting throughout.
13983         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13984
13985         * toplev.c (rest_of_compilation): Account for time in
13986         optimize_mode_switching.
13987
13988         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13989         if only marking labels.
13990
13991 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13992
13993         * calls.c (expand_call): Attempt to combine stack adjustments with
13994         pending stack adjustments.
13995
13996 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13997
13998         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13999         to the end of the function.
14000
14001 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
14002
14003         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
14004         blocks.
14005         * final.c (next_block_index): Remove.
14006         (max_block_depth): Likewise.
14007         (pending_blocks): Likewise.
14008         (init_final): Don't initialize them.
14009         (final_start_function): Don't set next_block_index.  Set up
14010         BLOCK_NUMBER.
14011         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
14012         * function.h (number_blocks): New function.
14013         * function.c (get_block_vector): New function.
14014         (identify_blocks): Use it.
14015         (reorder_blocks): Set NOTE_BLOCK.
14016         (number_blocks): New function.
14017         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
14018         * tree.h (BLOCK_NUMBER): New macro.
14019         (tree_block): Add block_num field.
14020         * dbxout.c (next_block_number): Remove.
14021         (dbxout_init): Don't set it.
14022         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
14023         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
14024         block numbers.
14025         * toplev.c (rest_of_compilation): Always call
14026         find_loop_tree_blocks.  Fix indentation.
14027         * dwarf2out.c (next_block_number): Remove.
14028         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
14029         to determine block numbers.
14030         (gen_inlined_subroutine_die): Likewise.
14031         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
14032         (decls_for_scope): Don't increment next_block_number.
14033         * dwarfout.c (next_block_number): Remove.
14034         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
14035         to determine block numbers.
14036         (output_inlined_subroutine_die): Likewise.
14037         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
14038         (output_decls_for_scope): Don't increment next_block_number.
14039         * sdbout.c (next_block_number): Remove.
14040         (sdbout_block): Use BLOCK_NUMBER.
14041         (sdbout_begin_block): Simplify.
14042         * xcoffout.c (next_block_number): Remove.
14043         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
14044         (xcoffout_begin_block): Don't set next_block_number.
14045         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
14046         next_block_number.
14047
14048 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14049
14050         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
14051         (expand_builtin_strcpy): Pass correct type to size_binop.
14052         (expand_builtin_strcmp): Likewise.
14053         Clean up conditional structure.
14054         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
14055         (complete_array_type): Don't use size_binop for MAXINDEX.
14056         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
14057         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
14058         (c_alignof): Use size_one_node.
14059         (build_unary_op): Pass arg of proper type to size_binop.
14060         (really_start_incremental_init, push_init_level): Use sizetype for
14061         constructor{,_bit,_unfilled}_index.
14062         (pop_init_label, output_init_element): Likewise.
14063         (output_pending_init_elements, process_init_element): Likewise.
14064         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
14065         * expr.c (store_expr): Use size_int.
14066         (store_constructor): Use proper types for size_binop args.
14067         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
14068         (expand_expr_unaligned): Likewise.
14069         (string_contant): Return object of sizetype.
14070         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
14071         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
14072         (ARGS_SIZE_TREE): Pass proper types to size_binop.
14073         * fold-const.c (int_const_binop): Refine when size_int is called.
14074         (fold_convert): Likewise.
14075         (size_int_wide): Rework to take KIND as arg, only take low order
14076         bits, handle new sizetype_tab datatype, and chain entries in
14077         size_table.
14078         (size_int_type_wide): New function.
14079         (size_binop): Validate types of arguments.
14080         (ssize_binop): Deleted.
14081         (size_diffop): New function.
14082         (extract_muldiv): Only fold division into multiplication for sizetypes.
14083         * function.c (assign_parms): Use size_diffop and make sure
14084         VAR field is of ssizetype; also pass proper type to size_binop.
14085         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
14086         (round_down): Deleted from here.
14087         * store-layout.c (sizetype_tab): Now an array.
14088         (sizetype_set, early_root_list): New variables.
14089         (variable_size): Use size_one_node.
14090         (round_up): Pass proper type to size_binop.
14091         (round_down): Moved to here and corrected as above.
14092         (layout_record): Pass proper arg types to size_binop.
14093         (layout_type): Likewise.
14094         If sizetype_set is zero, record the type just laid out.
14095         (make_unsigned_type): Don't call set_sizetype;
14096         (make_signed_type): Likewise; also, call fixup_signed_type.
14097         (initialize_sizetypes): New function.
14098         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
14099         set name of bitsizetype to "bit_size_type".
14100         Fix up type of sizes of all types made before call.
14101         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
14102         * tree.c (fix_sizetype): Deleted.
14103         (build_common_tree_nodes): Call initialize_sizetypes.
14104         (build_common_tree_nodes_2): Don't call fix_sizetype.
14105         * tree.h (TYPE_IS_SIZETYPE): New macro.
14106         (initialize_sizetype): New declaration.
14107         (enum size_type_kind): New type.
14108         (struct sizetype_tab): Deleted.
14109         (sizetype_tab): Now array; adjust sizetype macros.
14110         (size_diffop, size_int_type_wide): New functions.
14111         (size_int_wide): Change number of args and type; access macros changed.
14112         (ssize_int, sbitsize_int): New macros.
14113         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
14114         (ROUND_TYPE_SIZE_UNIT): New macro.
14115
14116 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
14117
14118         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
14119
14120 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14121
14122         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
14123         Mark as possibly unused.
14124
14125         * cse.c (cse_insn): Delete dead code involving tablejump.
14126         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
14127
14128         * Makefile.in (libcpp.a): Start by deleting it.
14129
14130 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14131
14132         * cpplib.h (enum file_change_code): Added rename_file.
14133         * cpplib.c (do_line): If a filename is given, set file_change to
14134         rename_file.
14135         (output_line_command): If file_change is rename_file, always
14136         output a # directive with the file name.
14137
14138         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
14139
14140 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14141
14142         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
14143         when copying a PARM_DECL or RESULT_DECL.
14144
14145 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14146
14147         * fix-header.c (recognized_function): Also fix prototypes for
14148         functions taking "void".
14149
14150 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14151
14152         * reload1.c (do_output_reload): Check reg_reloaded_valid before
14153         looking at reg_reloaded_contents.
14154
14155 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14156
14157         * Makefile.in (STMP_FIXINC): New toggle.
14158         (LIBGCC2_DEPS): Delete all references.
14159         (stmp-headers): Delete target.  All references either deleted
14160         or changed to stmp-int-headers.
14161         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
14162         (LIBCPP_OBJS): Take out cppalloc.o.
14163         (cppalloc.o): Delete target.
14164         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
14165         (gen-protos, fix-header): Link with libiberty.a.
14166         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
14167         to empty.
14168
14169         * configure.in: Remove refs to strerror.
14170         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
14171         * system.h: Take out strerror stanza.
14172
14173         * cpperror.c (my_strerror): Delete function.
14174         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
14175         * cppmain.c (main): Call xmalloc_set_program_name first thing.
14176         * cppalloc.c: Delete file.
14177         * gen-protos.c: Don't provide xrealloc.
14178
14179         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
14180         xstrerror throughout.
14181
14182 2000-02-26  Bruce Korb  <bkorb@gnu.org>
14183
14184         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
14185         match for DOS headers, too.
14186         * fixinc/inclhack.sh,fixincl.x: Regenerate.
14187
14188 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14189
14190         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
14191         is right for most ELF targets.
14192         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
14193         Let the default file use %U properly.
14194         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
14195         default.
14196
14197         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
14198         numbers.
14199
14200 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14201
14202         * toplev.c (documented_lang_options): Correct spelling error.
14203         (decode_d_option, decode_f_option, main): Likewise.
14204
14205         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
14206
14207         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
14208         to tell assembler it is permitted to expand large constants.
14209
14210 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
14211
14212         * protoize.c: (AUX_INFO_SUFFIX): New macro.
14213         (aux_info_suffix): Use.
14214         (SAVE_SUFFIX): New macro.
14215         (save_suffix): Use.
14216         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
14217         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
14218         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
14219
14220         * invoke.texi (Running Protoize): Update documentation.
14221
14222 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
14223
14224         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
14225
14226 2000-02-25  John Wehle  (john@feith.com)
14227
14228         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
14229
14230 2000-02-25  Anthony Green  <green@cygnus.com>
14231
14232         * toplev.c (rest_of_compilation): Rebuild jump labels if
14233         combine_instructions has created a new direct jump.
14234         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
14235         when appropriate.
14236         (combine_instructions): Call try_combine with new argument.
14237         Return non-null value when new direct jump instruction is created.
14238         * rtl.h: combine_instructions returns an int.
14239
14240 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
14241
14242         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
14243         jump when changing a computed jump into a jump to a known
14244         target.
14245
14246 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
14247
14248         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
14249         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
14250
14251         * i386.md (define_expand "clrstrsi"): Fix typo.
14252
14253 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
14254
14255         * rtl.texi: Fix typo.
14256
14257 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14258
14259         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
14260         UNITS_PER_WORD.  Change caller initial_elimination_offset.
14261         (rounded_frame_size): Take into account that argument pushed has
14262         changed.  Fix TARGET_ALIGN_DOUBLE problem.
14263
14264 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14265
14266         * haifa-sched.c (schedule_block): Explain the real reason
14267         we delete REG_SAVE_NOTEs on the first insn of a block.
14268         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
14269
14270 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14271
14272         * input.h (push_srcloc): New function.
14273         (pop_srcloc): Likewise.
14274         * toplev.c (push_srcloc): Define it.
14275         (pop_srcloc): Likewise.
14276
14277 2000-02-24  Richard Henderson  <rth@cygnus.com>
14278
14279         * flow.c (life_analysis): When collecting reg info, clear
14280         regs_ever_live.
14281
14282 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14283
14284         Fix bug exposed by reload.c no longer rounding the frame
14285         size to BIGGEST_ALIGNMENT:
14286         * sh.c (rounded_frame_size): New function.
14287         (sh_expand_prologue, sh_expand_epilogue): Use it.
14288         (initial_elimination_offset): Likewise.
14289
14290 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14291
14292         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
14293         * sh-protos.h (sh_need_epilogue): Declare.
14294         * sh.c (sh_need_epilogue_known): New static variable.
14295         (sh_need_epilogue): New function.
14296         (function_epilogue): Clear need_epilogue_known.
14297         * sh.md (return): Split into expander / insn pattern.
14298         Make the expander conditional on ! sh_need_epilogue ().
14299
14300 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14301
14302         * machmode.h (get_mode_alignment): Declare.
14303         (GET_MODE_ALIGNMENT): Call it.
14304         * stor-layout.c (get_mode_alignment): New function. Make
14305         sure alignment is always power of 2.
14306
14307 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14308
14309         * i386.h: Remove useless definition of "I386" and misleading
14310         comment above it.
14311
14312 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14313
14314         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
14315         under which TREE_PERMANENT will be set.
14316         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
14317         build1): Use TREE_SET_PERMANENT.
14318         * print-tree.c (print_node): Don't report value of
14319         TREE_PERMANENT if ggc_p is true.
14320
14321         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
14322         decide whether to give a type a new alias set.
14323         * objc/objc-act.c (build_objc_string_object): Never copy the string.
14324         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
14325         of value of 'obstack'.
14326
14327
14328 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14329
14330         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
14331
14332 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14333
14334         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
14335         * cpplib.c (cpp_get_token): Produce them.
14336         * cppexp.c (cpp_lex): Handle them.
14337
14338 2000-02-23  Nick Clifton  <nickc@cygnus.com>
14339
14340         * config/arm/arm.c (arm_comp_type_attributes): Simply and
14341         comment tests on type attributes.
14342
14343 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14344
14345         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
14346         conform to documentation.
14347         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
14348         to check for special cases.
14349         * sh-protos.h (sh_loop_align): Declare.
14350         * sh.c (sh_loop_align): Define.
14351
14352 2000-02-22  Andrew Haley  <aph@cygnus.com>
14353
14354         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
14355         (SIZE_TYPE): Is 32 bits when using -mgp32.
14356         (PTRDIFF_TYPE): Ditto.
14357
14358 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14359
14360         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
14361
14362 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14363
14364         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
14365         BIGGEST_FIELD_ALIGNMENT a constant.
14366
14367 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
14368
14369         * dwarf2out.c (output_line_info): Put the marker for the end of
14370         the line number info at the actual end.
14371         (gen_struct_or_union_type_die): Use decl_function_context
14372         to check for local classes.
14373         * dwarfout.c (output_type): Likewise.
14374
14375 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
14376
14377         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
14378         for arguments with a mode, but no type.
14379         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
14380         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
14381         * pa/long_double.h: New file.
14382         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
14383         both have 128bit wide long doubles.
14384         * configure: Rebuilt.
14385
14386 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14387
14388         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
14389
14390         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
14391         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
14392         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
14393
14394         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
14395
14396         * integrate.c (compare_blocks, find_block): Likewise.
14397
14398         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
14399
14400         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
14401
14402         * stmt.c (stmt_status, set_file_and_line_for_stmt,
14403         expand_asm_operands): Likewise.
14404
14405 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
14406
14407         * predict.c (estimate_probability): Added the pointer heuristic to
14408         the collection of static branch predictors.
14409
14410 2000-02-21  Catherine Moore  <clm@cygnus.com>
14411
14412         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
14413         * invoke.texi (-mfix7000): Document.
14414
14415 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14416
14417         * diagnostic.c (init_output_buffer): Make it possible to output at
14418         least 32 characters if we're given a too long prefix.
14419
14420 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14421
14422         * varasm.c (initializer_constant_valid_p): Call
14423         lang_expand_constant to simplify the constant.
14424
14425 2000-02-20  Bruce Korb  <bkorb@gnu.org>
14426
14427         * fixinc/inclhack.def(stdio_va_list):
14428         typedef needs to be disabled.
14429         * fixinc/inclhack.sh: regen
14430         * fixinc/fixincl.x: regen
14431
14432 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
14433
14434         * print-rtl.c (print_rtx): Don't print addresses when
14435         flag_dump_unnumbered.
14436
14437 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14438
14439         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14440         ATTRIBUTE_UNUSED.
14441         (sparc_va_arg, sparc_flat_output_function_prologue,
14442         sparc_flat_output_function_epilogue): Cast value to unsigned in
14443         comparison.
14444         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14445
14446         * sparc.md: Add default case in switch.
14447
14448 2000-02-19  Richard Henderson  <rth@cygnus.com>
14449
14450         * c-typeck.c (add_pending_init): Don't abort for multiple
14451         fields at the same offset.
14452         (pending_init_member): Test the correct member.
14453
14454 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14455
14456         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14457         instead of SImode.
14458         (start_catch_handler) : Same.
14459
14460 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14461
14462         * Makefile.in: Have flow.o depend on $(EXPR_H)
14463
14464 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14465
14466         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14467         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14468         (finish_decl): Remove -Wlarger-than code from here.
14469         * flags.h (id_clash_len): Now int.
14470         (larger_than_size): Now HOST_WIDE_INT.
14471         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14472         Clean up checking to see if in table.
14473         (make_bit_field_ref): Remove extra parm to bitsize_int.
14474         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14475         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14476         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14477         and for computing size of decl.
14478         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14479         Move -Wlarger-than code to here.
14480         (layout_record): Remove extra arg to bitsize_int.
14481         Set TYPE_BINFO_SIZE_UNIT.
14482         (layout_union): Remove extra arg to bitsize_int.
14483         Use proper type for size of QUAL_UNION.
14484         (layout_type): Remove extra arg to bitsize_int.
14485         * toplev.c (id_clash_len): Now int.
14486         (larger_than_size): Now HOST_WIDE_INT.
14487         (decode_W_option): Clean up id-clash and larger-than- cases.
14488         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14489         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14490         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14491         (struct tree_decl): New field size_unit.
14492         (size_int_wide): No HIGH operand; NUMBER is now signed.
14493         (size_int_2): Deleted.
14494         (size_int, bitsize_int): Don't use it and rework args.
14495         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14496
14497 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14498
14499         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14500
14501 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14502
14503         * invoke.texi (Warning Options): Add an explanation of why
14504         you might want the -Wfloat-equal flag.
14505
14506 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14507
14508         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14509         * cppinit.c (new_pending_define): Add cast to avoid warning.
14510         * expmed.c (extract_bit_field): Likewise.
14511         * flow.c (enum reorder_skip_type): New type.
14512         (skip_insns_between_blcok): New it.
14513         Rework to avoid warning about possibly undefined variable.
14514         * function.c (assign_parms): Make thisparm_boundary unsigned.
14515         * genrecog.c (write_switch): Cast XWINT result to int.
14516         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14517         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14518         one for MIPS and one for Alpha.
14519         (get_tag, copy_object): Add casts to avoid warnings.
14520         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14521         * reload.c (find_reloads): Make TYPE enum reload_type.
14522         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14523         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14524         * varasm.c (compare_constant_1): Add cast to avoid warning.
14525         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14526         to (char *).
14527         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14528         Cast switch operand of size to int.
14529         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14530         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14531         in unhandled case.
14532
14533 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14534
14535         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14536         anything for an alignment of zero.
14537
14538         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14539         anything for an alignment of zero.
14540
14541 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14542
14543         * gcc.texi (Bug Reporting): Refer to bugs.html.
14544         (Bug Lists): Likewise.
14545         * system.h (GCCBUGURL): New preprocessor define.
14546         * rtl.c (fancy_abort): Use it.
14547         * gcc.c (main): Likewise.
14548
14549 2000-02-18  Richard Henderson  <rth@cygnus.com>
14550
14551         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14552         (life_analysis_1): Subsume into ...
14553         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14554         Use update_life_info for the relaxation.
14555         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14556         entry and regs_live_at_setjmp.
14557         (set_noop_p): Simplify.
14558         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14559         (record_volatile_insns): Split into ...
14560         (delete_noop_moves): ... here,
14561         (notice_stack_pointer_modification): ... here,
14562         (insn_dead_p): ... and here.
14563         (propagate_block): Don't query INSN_VOLATILE.
14564         (mark_used_regs): Mind !PROP_REG_INFO.
14565         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14566         not in life_analysis.
14567
14568 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14569
14570         * loop.c (canonicalize_condition): New function,
14571         broken out of get_condition.
14572         (get_condition): Use it.
14573         * expr.h (canonicalize_condition): Prototype it.
14574
14575         * tree.h (tree_int_cst_msb): Declare.
14576         * tree.c (tree_int_cst_msb): New function.
14577
14578 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14579
14580         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14581         isn't set.
14582
14583         * invoke.texi (-fmessage-length=n): Document.
14584
14585 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14586
14587         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14588
14589 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14590
14591         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14592         after the prologue.
14593
14594 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14595
14596         * config/arm/thumb.c: Replace includes of system headers with
14597         #include "system.h".
14598
14599 2000-02-16  Richard Henderson  <rth@cygnus.com>
14600
14601         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14602         Add crtbeginS.o and crtendS.o.
14603         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14604         (ENDFILE_SPEC): Use crtendS.o.
14605         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14606
14607         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14608         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14609         shared and present.
14610         (__dso_handle): New variable.
14611         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14612         bias to __CTOR_END__.
14613
14614 2000-02-16  Richard Henderson  <rth@cygnus.com>
14615
14616         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14617
14618 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14619
14620         * longlong.h (__clz_tab): Declare as static to match definition.
14621
14622 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14623
14624         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14625         (XREF_FILE_NAME): Define.
14626
14627         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14628         (EH_FRAME_SECTION_ASM_OP): Define.
14629         (IDENT_ASM_OP): Define.
14630         (TEXT_SECTION_ASM_OP): Define.
14631         (CPP_SPEC): Define.
14632         (CTORS_SECTION_ASM_OP): Define.
14633         (CTOR_SECTION_FUNCTION): Use it.
14634         (DTORS_SECTION_ASM_OP): Define.
14635         (DTOR_SECTION_FUNCTION): Use it.
14636
14637 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14638
14639         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14640         NOTE_BASIC_BLOCK.
14641
14642         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14643         debug_bb_n): New functions.
14644         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14645         * basic-block.h: Prototype new functions.
14646
14647 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14648
14649         * configure.in: Add support for avr target.
14650         * configure: Rebuilt.
14651
14652         * invoke.texi: Add AVR invocation docs.
14653         * install.texi: Add information about AVR.
14654         * md.texi: Add AVR constraint letters description.
14655         * extend.texi: Add description for AVR specific attributes.
14656
14657 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14658
14659         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14660
14661 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14662
14663         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14664         (make_insn_raw): Move RTL check here.
14665
14666 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14667
14668         * version.c: Include gansidecl.h and version.h.
14669
14670         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14671
14672         * configure.in (gcc_version): When setting, narrow search to
14673         lines containing `version_string'.
14674
14675         * Makefile.in (mainversion): Likewise.
14676         (GCC_H): New variable.
14677         (gcc.h): Delete target.
14678         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14679         (version.o): Depend on version.h.
14680         (dbxout.o): Don't depend on gcc.h.
14681
14682 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14683                           Michael Meissner  <meissner@cygnus.com>
14684
14685         * md.texi (Simple Constraints): Add item about whitespace.
14686         * genoutput.c (strip_whitespace): New.
14687         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14688         strip_whitespace for constraints.
14689         Test pointer using NULL, not 0.
14690
14691 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14692
14693         * cpplib.c (do_line): Pedwarn for #line > 32767.
14694
14695         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14696
14697 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14698
14699         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14700         to default cpp spec.
14701         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14702         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14703         * cpp.1: Likewise.
14704
14705         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14706         default spec.
14707
14708 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14709
14710         * configure.in: Add support for avr target.
14711
14712 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14713
14714         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14715         (sh_addr_diff_vec_mode): Don't declare.
14716         * sh.c (sh_addr_diff_vec_mode): Delete.
14717
14718 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14719
14720         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14721
14722 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14723
14724         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14725         (smulsi3_highpart_i): Name.
14726         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14727         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14728         (smulsi3_highpart, umulsi3_highpart): Likewise.
14729
14730         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14731         correctly independent of endianness.
14732         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14733         confuse the optimizers.
14734         (mulsidi3+1, umulsidi3+1): New define_split.
14735
14736 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14737
14738         * config/sh/sh.md: Guard insn splits against illegal registers.
14739         * config/sh/sh.h: Correct comment about macros.
14740
14741 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14742                           Andrew MacLeod  <amacleod@cygnus.com>
14743
14744         * Makefile.in (lcm.o): Depend on insn-attr.h.
14745         * basic-block.h (optimize_mode_switching): Declare.
14746         * lcm.c (tm_p.h, insn-attr.h): #include.
14747         (seginfo, bb_info): New structs.
14748         (antic, transp, comp, delete, insert) : New file-scope static variables.
14749         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14750         (reg_becomes_live, optimize_mode_switching): Likewise.
14751         * tm.texi: Add description of mode switching macros.
14752         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14753
14754         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14755         (fldi_ok, fpscr_set_from_mem): New prototypes.
14756         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14757         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14758         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14759         (sh_flag_remove_dead_before_cse): Remove declaration.
14760         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14761         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14762         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14763         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14764         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14765         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14766         (fldi_ok): New function.
14767         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14768         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14769         (emit_df_insn): Likewise.
14770         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14771         (sh_flag_remove_dead_before_cse): Delete.
14772         (get_free_reg, fpscr_set_from_mem): New functions.
14773         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14774         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14775
14776 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14777
14778         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14779
14780 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14781
14782         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14783         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14784
14785         * cccp.c: Include version.h and/or don't declare `version_string'.
14786         * collect2.c: Likewise.
14787         * alpha.c: Likewise.
14788         * arm/aof.h: Likewise.
14789         * arm/coff.h: Likewise.
14790         * arm/elf.h: Likewise.
14791         * arm/pe.h: Likewise.
14792         * arm/tcoff.h: Likewise.
14793         * arm/telf.h: Likewise.
14794         * arm/tpe.h: Likewise.
14795         * arm/vxarm.h: Likewise.
14796         * convex/convex.c: Likewise.
14797         * i386/dgux.c: Likewise.
14798         * i386/sun386.h: Likewise.
14799         * m88k/m88k.c: Likewise.
14800         * mcore/mcore-pe.h: Likewise.
14801         * mips/mips.h: Likewise.
14802         * romp/romp.h: Likewise.
14803         * sh/sh.c: Likewise.
14804         * cpphash.c: Likewise.
14805         * cppinit.c: Likewise.
14806         * dwarf2out.c: Likewise.
14807         * dwarfout.c: Likewise.
14808         * gcc.c: Likewise.
14809         * gcc.h: Likewise.
14810         * mips-tfile.c: Likewise.
14811         * protoize.c: Likewise.
14812         * toplev.c: Likewise.
14813         * tree.h: Likewise.
14814
14815         * version.c (version_string): Constify a char*.
14816
14817         * version.h: New file.
14818
14819 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14820
14821         * configure.in: Add mcore-elf and mcore-pe targets.
14822         * configure: Regenerate.
14823
14824         * NEWS: Add note that MCore port has been contributed.
14825
14826         * invoke.texi: Document command line switches for MCore port.
14827         * install.texi: Add MCore to list of supported targets.
14828
14829 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14830
14831         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14832         then we will need to import the frame handling functions.
14833         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14834         to import the frames themselves.
14835
14836 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14837                           Jason Eckhardt  <jle@cygnus.com>
14838
14839         * basic_block.h: Added prototype for reorder_basic_blocks.
14840         * toplev.c: Changes to add -freorder-blocks and graph dump after
14841         block reordering is done.
14842         * flow.c (reorder_block_def): New structure for use during block
14843         reordering.
14844         (REORDER_BLOCK_*): New macros to access members of above structure.
14845         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14846         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14847         functions for block reordering.
14848
14849 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14850
14851         * gcc.texi (Passes): Fix typo.
14852         * md.texi (Standard Names): Ditto.
14853         * tm.texi (Storage Layout): Ditto.
14854
14855 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14856
14857         * cpplib.c (do_define): Only free the old definition if it
14858         actually had one.
14859
14860 2000-02-13   Neil Booth  <NeilB@earthling.net>
14861
14862         * cppfiles.c (read_and_prescan): When emitting deferred
14863         newlines, test speccase[] again instead of checking each
14864         possible whitespace character in turn.  When we encounter \r,
14865         look behind for \n first, then ahead.
14866
14867 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14868
14869         * cse.c (cse_altered): New internal flag.
14870         (cse_insn): Set it if we changed an insn.
14871         (cse_main): Clear cse_altered before each basic block.
14872         Only garbage collect if cse_altered is true afterward.
14873
14874 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14875
14876         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14877
14878 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14879
14880         * combine.c (simplify_comparison): Fix typo.
14881
14882 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14883
14884         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14885         consistently.
14886
14887 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14888
14889         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14890         previously inserted node instead of root node.  Caller changed.
14891
14892 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14893
14894         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14895
14896 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14897
14898         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14899         __dereg_frame_dtor): Add prototype argument.
14900
14901         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14902
14903         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14904
14905         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14906
14907         * gthr-vxworks.h (__gthread_once): Likewise.
14908
14909         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14910
14911 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14912
14913         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14914         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14915         stack pointer in functions w/o saved registers, output LEAVE more often
14916         on TARGET_USE_LEAVE machines.
14917
14918 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14919
14920         * config/arm/arm.c (arm_init_cumulative_args); New function:
14921         Initlaise the CUMULATIE_ARGS strcuture for a function
14922         defintion.
14923         (arm_function_arg): New function: Determine where to place a
14924         function's argument.  Also handles deciding the function's
14925         call cookie.
14926         (current_file_function_operand): New function: Return true if
14927         the symbol is a function which has already been compiled.
14928         (arm_is_long_call_p): New function: Return true if the
14929         indicated function should be called via a long call.
14930         (arm_valid_type_attribute_p): New function: Return true if the
14931         attribute is a valid, arm specific, attribute.
14932         (arm_comp_type_attribute): New function: Return true if the
14933         two types have compatable, arm specific, attributes.
14934
14935         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14936         structure.
14937         (FUNCTION_ARG): Redefine to call arm_function_arg.
14938         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14939         structure field.
14940         (INIT_CUMULATIVE_ARGS): Redefine to call
14941         arm_init_cumulative_args.
14942         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14943         field.
14944         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14945         field.
14946         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14947         functions.
14948         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14949         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14950         (COMP_TYPE_ATTRIBUTES): Define.
14951
14952         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14953         if a long call is needed.
14954         (call_value): Call arm_is_long_call_p to decide if a long call
14955         is needed.
14956         (call_symbol): Call arm_is_long_call_p to decide if a long call
14957         is needed.
14958
14959         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14960
14961 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14962
14963         * README.AVR: New file with information about the avr ports.
14964         * config/avr: New directory with avr port files.
14965
14966 2000-02-11  Andreas Jaeger  <aj@suse.de>
14967
14968         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14969
14970 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14971
14972         * cpphash.c: Fix formatting, update commentary.
14973         (dump_definition): Take three separate arguments instead of a
14974         MACRODEF structure argument.
14975         * cpphash.h: Update prototype of dump_definition.
14976         * cppinit.c (cpp_finish): Update call of dump_definition.
14977
14978         * cpplib.c (do_define): Always create new hash entry with
14979         T_MACRO type.  Remove redundant check for redefinition of
14980         poisoned identifier.  Update call of dump_definition.
14981         (do_undef): Don't call check_macro_name.  Rename sym_length to
14982         len.
14983         (do_error, do_warning): Don't use copy_rest_of_line or
14984         SKIP_WHITE_SPACE.
14985         (do_warning): Don't use pedwarn for the actual warning,
14986         only the notice about its not being in the standard.  (Fixes
14987         bug with #warning in system headers.)
14988         (do_ident): Stricter argument checking - accept only a single
14989         string after #ident.  Also, macro-expand the line.
14990         (do_xifdef): Use cpp_defined.  De-obfuscate.
14991
14992         (do_pragma): Split out specific pragma handling to separate
14993         functions.  Use get_directive_token.  Update commentary.  Do
14994         not pass on #pragma once or #pragma poison to the front end.
14995         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14996         do_pragma_default): New.
14997
14998 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14999
15000         * jump.c (jump_optimize_1): The first operand in a relational
15001         can be a CONST_INT.
15002         * optabs.c (emit_conditional_move): Handle relationals which
15003         have a known true/false result.
15004
15005 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
15006
15007         * function.c (thread_prologue_and_epilogue_insns): Don't insert
15008         a RETURN insn into a block which already ends with a jump.
15009
15010 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
15011
15012         * haifa-sched.c (BUF_LEN): Increase a lot.
15013
15014 2000-02-11  Nick Clifton  <nickc@cygnus.com>
15015
15016         * configure.in: Add tm_p_file specification for thumb targets.
15017         * configure: Regenerate.
15018
15019         * config/arm/thumb-protos.h: New file: Prototypes for exported
15020         functions defined in thumb.c.
15021
15022 2000-02-11  Robert Lipe  <robertl@sco.com>
15023
15024         * Makefile.in (bootstrap-lean): Remove additional files.
15025         (bootstrap2-lean): Likewise.
15026         (VOL_FILES): List of files for above.
15027
15028 2000-02-11  Nathan Sidwell  <nathan@acm.org>
15029
15030         * cpphash.c (special_symbol): Remove spurious argument to
15031         cpp_lookup.
15032
15033 2000-02-11  Joel Sherrill (joel@OARcorp.com>
15034
15035         * configure.in: (i*86-*-rtems*): Swapped elf and coff
15036         stanzas.
15037         * configure: Rebuilt.
15038
15039 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
15040
15041         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
15042
15043 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
15044
15045         * pa.c, pa.h: Remove trigraph sequences within comments.
15046
15047 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
15048
15049         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
15050
15051 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
15052
15053         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
15054
15055 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15056
15057         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
15058
15059 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15060
15061         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
15062         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
15063         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
15064         (ASM_FILE_END): Use c4x_file_end.
15065         * config/c4x/c4x.c (c4x_global_label): New function.
15066         (c4x_external_ref, c4x_file_end): Likewise.
15067
15068         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
15069         (c4x_external_ref, c4x_end_file): Likewise.
15070
15071 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
15072
15073         * cppexp.c: Don't include cpphash.h.
15074         (parse_charconst, cpp_lex): Use cpp_defined.
15075         (cpp_lex): Use get_directive_token throughout.  Remove
15076         unnecessary cases from switch.  Move assertion-handling code
15077         down to OTHER case.
15078         (cpp_parse_expr): If we see '+' or '-', check the context to
15079         determine if they are unary or binary operators.  Streamline
15080         the jumps a bit.  Do not call skip_rest_of_line.
15081
15082         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
15083         static.  Export get_directive_token.  Update commentary.
15084         (cpp_defined): New function.
15085         (do_define): Remove reference to T_PCSTRING.  Call
15086         free_definition to release memory for old definition, when
15087         redefining a macro.
15088         (eval_if_expression): Set only_seen_white to 0 before calling
15089         cpp_parse_expr.  Call skip_rest_of_line after it returns.
15090         (cpp_read_check_assertion): Don't preserve a pointer into the
15091         token buffer across a call to cpp_get_token.
15092
15093         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
15094         * cppfiles.c (redundant_include_p): Use cpp_defined.
15095         * cpphash.c (free_definition): New function.
15096         (delete_macro): Use it.  Update commentary.
15097         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
15098         free_definition.
15099         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
15100         from enum node_type.  Prototype cpp_defined and get_directive_token.
15101         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
15102
15103         * fix-header.c (check_macro_names): Use cpp_defined.
15104         (read_scan_file): Set inhibit_warnings and inhibit_errors in
15105         the options structure.
15106
15107 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15108
15109         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
15110
15111 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
15112
15113         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
15114         rather than die->die_tag.
15115
15116 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15117
15118         * combine.c (make_extraction, force_to_mode): Avoid warning on
15119         mixed-signedness conditionals.
15120         (make_field_assignment, nonzero_bits): Likewise.
15121         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
15122         (store_split_bit_field, extract_split_bit_field): Likewise.
15123         (extract_fixed_bit_field, store_bit_field,
15124         * expr.c: Change alignment to be unsigned everywhere.
15125         (move_by_pieces, store_constructor_field, store_constructor):
15126         Alignment parm is unsigned.
15127         (emit_block_move, emit_group_load, emit_group_store): Likewise.
15128         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15129         (do_compare_rtx_and_jump): Likewise.
15130         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
15131         Compare align with GET_MODE_ALIGNMENT.
15132         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
15133         (get_inner_reference): Likewise.
15134         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
15135         (expand_assignment): Local vars for alignment now unsigned.
15136         (store_constructor, store_field, expand_expr, do_jump): Likewise.
15137         (do_compare_and_jump): Likewise.
15138         (store_field): Call new function expr_align.
15139         * expr.h (emit_block_move, emit_group_load, emit_group_store):
15140         Alignment arg now unsigned.
15141         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15142         (do_compare_rtx_and_jump, store_bit_field): Likewise.
15143         (extract_bit_field): Likewise.
15144         * fold-const.c (add_double): Add cast to eliminate signedness warning.
15145         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
15146         (get_best_mode): Alignment arg is unsigned.
15147         * rtl.h (move_by_pieces): Likewise.
15148         * store-layout.c (maximum_field_alignment, set_alignment):
15149         Now unsigned.
15150         (layout_decl): Alignment arg is now unsigned.
15151         Remove unneeded casts.
15152         (layout_record, layout_union, layout_type): Remove unneeded casts.
15153         Local alignment variables now unsigned.
15154         (get_best_mode): Alignment arg now unsigned.
15155         * tree.c (expr_align): New function.
15156         * tree.h (expr_align): Likewise.
15157         (maximum_field_alignment, set_alignment): Now unsigned.
15158         (get_inner_reference): Alignment argument is now pointer to unsigned.
15159         * varasm.c (assemble_variable): Add cast to eliminate warning.
15160
15161 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
15162
15163         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
15164         then store directly into op0.
15165
15166         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
15167         the CALL_INSN, and emit the note immediately after it.
15168
15169 2000-02-10  Nick Clifton  <nickc@cygnus.com>
15170
15171         * config/arm/thumb.md (epilogue): Include a (return) in the
15172         generated insn, and emit it using emit_jump_insn not
15173         emit_insn.
15174
15175 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
15176
15177         * function.c (assign_temp): Change zero-sized arrays to size 1.
15178         * integrate.c (expand_inline_function): Do not update
15179         stack_alignment_needed
15180         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
15181         add some sanity checking, remove optimization for function with
15182         zero frame size.
15183
15184 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15185
15186         * flow.c (mark_regs_live_at_end): Delete unused variables.
15187
15188         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
15189
15190         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
15191         in macro FRAME_GROWS_DOWNWARD.
15192
15193         * stmt.c (expand_end_bindings): Delete unused variable.
15194
15195         * unroll.c (iteration_info): Mark parameter `loop' with
15196         ATTRIBUTE_UNUSED.
15197
15198 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15199
15200         * fixinc/server.c (load_data): Return NULL if the marker line is
15201         not found.
15202         (run_shell): If load_data returns NULL, retry the command once, in
15203         a new shell.
15204
15205         * configure: Rebuilt.
15206
15207 2000-02-09  Bruce Korb  <bkorb@gnu.org>
15208
15209         * gcc/fixincludes:  ** DELETED **
15210         * gcc/fixcpp:  ** DELETED **
15211         * gcc/fixinc-nt.sed:  ** DELETED **
15212         * gcc/just-fixinc:  ** DELETED **
15213         * gcc/Makefile.in:  Removed out-dated commentary
15214         * gcc/configure.in: Removed fast-fixincludes disablement.
15215         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
15216
15217 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15218         * function.c (thread_prologue_and_epilogue_insns): Uncomment
15219         last change.
15220
15221 2000-02-09  Richard Henderson  <rth@cygnus.com>
15222
15223         * jump.c (delete_insn): Don't delete user labels at -O0.
15224
15225 2000-02-09  Robert Lipe  <robertl@sco.com>
15226
15227         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
15228         Don't link with HOST_LIBS.
15229
15230 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15231
15232         * configure.in: Correct --help text for --with-dwarf2.
15233         Put tm-dwarf2.h after other tm files, if it's requested.
15234         * configure: Regenerate.
15235         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
15236         defining it.
15237
15238 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15239
15240         * cpplib.h: Provide HASHNODE typedef and forward decl of
15241         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
15242         DEFINITION, struct hashnode, struct macrodef, struct
15243         definition, scan_decls prototype, default defn of
15244         INCLUDE_LEN_FUDGE moved elsewhere.
15245
15246         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
15247         definition, and struct hashnode moved here. Remove the unused
15248         'predefined' field from struct definition.  Replace the 'args'
15249         union with its sole member.  All users updated (cpphash.c).
15250         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
15251         multiple include guard.
15252
15253         * cpphash.c (hashf): Make static; use better algorithm; drop
15254         HASHSIZE parameter; return an unsigned int.
15255         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
15256         used. Calculate HASHSIZE modulus here.
15257         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
15258         here.
15259         (create_definition): Drop PREDEFINITION parameter.
15260         * cpplib.c (do_define): Don't calculate a hash value here.
15261         Don't pass (keyword == NULL) to create_definition.
15262
15263         * scan.h: Prototype scan_decls here.
15264         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
15265         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
15266         callers of cpp_lookup and cpp_install updated.
15267
15268         * cpphash.c (macarg): Hoist all the flag diddling out of the
15269         function...
15270         (macroexpand): ... and out of the loop that calls macarg.
15271         Skip over the initial paren before macro arguments with
15272         cpp_get_non_space_token; point may be some distance before
15273         that paren.  Abort if it's not there.
15274
15275         * cpplib.c (parse_clear_mark): Delete function.
15276         (parse_set_mark, parse_goto_mark): Make static.
15277         (ACTIVE_MARK_P): New macro.
15278         (skip_block_comment, skip_line_comment): Do not bump the line
15279         if ACTIVE_MARK_P is true.
15280         (cpp_pop_buffer): The buffer to be popped may not have an
15281         active mark.
15282         (cpp_get_token): When looking for the initial paren before
15283         macro arguments, only set a mark in a file buffer, Always
15284         return to that mark before proceeding to call macroexpand or
15285         return a NAME token.
15286
15287         * cpplib.h: Remove prototypes of parse_set_mark,
15288         parse_clear_mark, parse_goto_mark.
15289         (struct cpp_options): Rename 'put_out_comments' to
15290         'discard_comments' and invert its sense.
15291         * cppinit.c, cpphash.c, cpplib.c: All users of
15292         put_out_comments changed to use discard_comments, with
15293         opposite sense.
15294
15295 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15296
15297         * function.c (thread_prologue_and_epilogue_insns): Don't delete
15298         the edge from a block that both jumps and falls through to the
15299         fallthru block.
15300
15301 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
15302
15303         * config/arm/arm.md (movsi): In PIC mode, make sure that a
15304         constant source address is legitimate.
15305
15306 2000-02-09  Philip Blundell  <pb@futuretv.com>
15307
15308         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
15309         correctly.
15310
15311         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
15312         generating PIC.
15313         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
15314
15315 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15316
15317         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
15318         ends with a newline and a NUL.  Don't be so clever manipulating
15319         strings.
15320
15321 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15322
15323         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
15324         not to BIGGEST_ALIGNMENT.
15325
15326 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
15327
15328         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
15329         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
15330         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
15331         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
15332         * frame.c (execute_cfa_insn): Handle
15333         DW_CFA_GNU_negative_offset_extended.
15334
15335 2000-02-08  Richard Henderson  <rth@cygnus.com>
15336
15337         * flow.c (tidy_fallthru_edges): Split out from ...
15338         (delete_unreachable_blocks): ... here.
15339         (find_basic_blocks): Use it.
15340
15341 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15342
15343         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
15344
15345 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
15346
15347         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
15348         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
15349         (fix-header.o): Don't depend on cpphash.h.
15350
15351         * scan.c (hashstr): New function.
15352         * scan.h: Prototype it.
15353         * fix-header.c: Don't include cpphash.h.  Use hashstr.
15354         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
15355         hashstr.  Report hash table statistics.  Add private
15356         definition of xrealloc.
15357
15358 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15359
15360         * i386.h (TARGET_SWITCHES): Fix typo in option name.
15361
15362 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
15363
15364         * function.c (thread_prologue_and_epilogue_insns): Don't replace
15365         jumps with returns unless they are jumps to the fallthru block.
15366
15367 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
15368
15369         * i386.md (addqi3_cc): Fix contraints.
15370
15371 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15372
15373         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
15374
15375 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
15376
15377         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
15378         carriage return after a macro name.
15379
15380 2000-02-07  Fred Fish  <fnf@be.com>
15381
15382         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
15383         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
15384
15385 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
15386
15387         * cppfiles.c (deps_output): Count spacers in deps_column.
15388
15389 2000-02-07  Neil Booth  <NeilB@earthling.net>
15390
15391         * cppinit.c (initialize_dependency_output): If there is no
15392         suffix, don't try to look for known suffixes.  Use strrchr.
15393         (cpp_start_read): Remove duplicate initialization.
15394
15395 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
15396
15397         * calls.c (compute_argument_block_size): New argument
15398         preferred_stack_boundary.
15399         (expand_call): update cfun->preferred_stack_boundary, update call of
15400         compute_argument_block_size
15401         (emit_library_call): Increate cfun->preferred_stack_boundary
15402         to PREFERRED_STACK_BOUNDARY
15403         (emit_library_call_value): Likewise.
15404         * explow.c (allocate_dynamic_stack_spave): Likewise.
15405         * function.c (prepare_function_start): Set
15406         cfun->preferred_stack_boundary
15407         * function.h (struct function): Add preferred_stack_boundary field.
15408         * integrate.c (expand_inline_function): Update
15409         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
15410         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
15411         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
15412
15413 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
15414
15415         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
15416         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
15417         cpp_pedwarn, cpp_pedwarn_with_line,
15418         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
15419         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
15420         v_cpp_error_with_line, v_cpp_warning_with_line,
15421         cpp_message_from_errno, cpp_perror_with_name): Delete.
15422
15423         * cpperror.c (cpp_print_containing_files): Take starting
15424         buffer as argument.
15425         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
15426         (v_cpp_message): Now called directly by all entry points.
15427         Remove -1 case.
15428         (cpp_pfatal_with_name, cpp_message): Delete.
15429         (cpp_notice_from_errno, cpp_ice): New functions.
15430         (cpp_notice): Is now for reporting error conditions, just
15431         without an associated file.
15432         (cpp_error, cpp_error_with_line): Don't do anything if
15433         opts->inhibit_errors is on.
15434         (cpp_pedwarn_with_file_and_line): Take column argument also.
15435
15436         * cpplib.h: Update prototypes of exported functions.
15437         (struct cpp_options): Add inhibit_errors.
15438
15439         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15440         non-error messages.  Include intl.h.
15441
15442         * cppinit.c, cppmain.c: Likewise.  Also, use
15443         cpp_notice_from_errno instead of cpp_perror_with_name or
15444         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15445
15446         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15447         report internal errors.
15448
15449         * cpplib.c (do_define): Switch bcopy to memcpy.
15450         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15451
15452         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15453         bail out early if we hit a line comment.
15454
15455 2000-02-06  Richard Henderson  <rth@cygnus.com>
15456
15457         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15458         * basic-block.h: Declare them.
15459         * emit-rtl.h (active_insn_p): New.
15460         (next_active_insn, prev_active_insn): Use it.
15461         * rtl.h: Declare it.
15462         * function.c (emit_return_into_block): New.
15463         (thread_prologue_and_epilogue_insns): Insert return insns instead
15464         of epilogues when possible.
15465         * jump.c (jump_optimize_1): Remove code to insert a return insn
15466         on the fallthru to the exit block.
15467
15468         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15469         and for non-empty stack frames.
15470         * i386.md (return): Expand to return-pop as needed.
15471
15472 2000-02-06  Richard Henderson  <rth@cygnus.com>
15473
15474         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15475         constant to op1 for testing.
15476
15477 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15478
15479         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15480         (fixuns_truncqfqi2): Use it.
15481
15482 2000-02-06  Richard Henderson  <rth@cygnus.com>
15483
15484         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15485         as a TYPE_LEA insn.
15486
15487         * i386.md (widening and peepholes): Mask the constant instead of
15488         using gen_lowpart.
15489
15490 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15491
15492         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15493         input pointer before possibly branching off to the backslash
15494         code.
15495         * cpphash.c (macroexpand): Correctly delete \r escapes when
15496         stringifying parameters.
15497         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15498         if we can; bail out early if we hit a line comment.
15499         (handle_directive): Treat '# 123' in an .S file just like
15500         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15501         Return 1 for '# not_a_directive'.
15502         (get_directive_token): Pop macro buffers here, so that
15503         cpp_get_token can't sneakily move past a newline.
15504         Add sanity checks.
15505         (cpp_get_token): goto randomchar if handle_directive returns 0.
15506
15507         * cppalloc.c: Update copyright.
15508         * cpplib.c: Merge all the static function prototypes into one
15509         block.
15510         * cpplib.h: Remove #if 0 block.
15511
15512         * cpperror.c: Remove #ifdef EMACS block.
15513         * cppmain.c: Likewise.
15514         * cpphash.c: Remove #if 0 blocks.
15515         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15516         * cpplib.c: Remove #if 0 blocks and code referencing
15517         pcp_inside_if or for_lint.  Remove duplicate error message.
15518         Fix error messages for #else after #else or #elif.  Reformat.
15519         Remove archaic TODO list.
15520         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15521
15522 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15523
15524         * i386/osf1elf.h: Add missing backslash to multiline string.
15525
15526 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15527
15528         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15529
15530 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15531
15532         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15533
15534         * c-common.c: Include expr.h.
15535
15536         * c-pragma.c (mark_align_stack): Add prototype.
15537
15538         * caller-save.c (add_stored_regs): Likewise.
15539
15540         * combine.c (record_promoted_value): Likewise.
15541
15542         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15543         Likewise.
15544
15545         * cppinit.c (new_pending_define): Likewise.
15546
15547         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15548
15549         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15550         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15551         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15552         class_scope_p): Likewise.
15553
15554         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15555         dwarf2out_add_library_unit_info): Likewise.
15556
15557         * ggc.h (ggc_page_print_statistics): Likewise.
15558
15559         * haifa-sched.c (propagate_deps): Likewise.
15560
15561         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15562
15563         * rtl.h (set_stack_check_libfunc): Likewise.
15564
15565         * toplev.h (set_fatal_function): Likewise.
15566
15567         * toplev.c (set_fatal_function): Delete prototype.
15568
15569         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15570
15571 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15572
15573         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15574         (FUNC_END): Likewise.
15575
15576 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15577
15578         * caller-save.c: Include tm_p.h.
15579
15580 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15581
15582         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15583
15584 2000-02-04  Neil Booth  <NeilB@earthling.net>
15585
15586         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15587         it to strcmp.
15588
15589 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15590
15591         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15592         * genflags.c: Use the max_operand_1 logic from genemit.c to
15593         calculate how many arguments gen_insn prototypes have.  Remove
15594         NO_MD_PROTOTYPES ifdefs from the generated file.
15595         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15596         file.  Cast gen_insn initializers to insn_gen_fn.
15597         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15598         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15599
15600 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15601
15602         * fixinc/Makefile.in (HDR): Add machname.h.
15603         (clean): Likewise.
15604
15605 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15606
15607         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15608         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15609         (c4x_cpu_version): Ditto.
15610         * config/c4x/c4x-protos.h: ... here.
15611
15612 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15613
15614         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15615         gen_abstract_function on our context if we're a nested function.
15616
15617 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15618
15619         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15620         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15621
15622 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15623
15624         * fixinc/genfixes(machname.h):
15625         Move the functionality from gen-machine.h into this file.
15626         UNdef MN_NAME_PAT if there are no names to change.
15627         Also, be a little kinder when AutoGen is not present.
15628
15629         * fixinc/Makefile.in(machname.h):
15630         Change the generation rule to use genfixes.
15631
15632         * fixinc/fixfixes.c(machine_name):
15633         machine_name_fix's functionality now dependent upon whether
15634         MN_NAME_PAT is defined.
15635
15636         * fixinc/fixtests.c(machine_name):
15637         ditto.
15638
15639         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15640         of MN_NAME_PAT.
15641
15642         * fixinc/fixlib.h(mn_get_regexps):
15643         ditto
15644
15645         * fixinc/gen-machine.h: DELETED
15646
15647 2000-02-04  Jan Hubicka  <jh@suse.cz>
15648             Richard Henderson  <rth@cygnus.com>
15649
15650         * i386.c (SAVE_REGS_FIRST): Remove.
15651         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15652         (ix86_compute_frame_size): Likewise.
15653         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15654         (ix86_emit_restore_regs): Remove.
15655         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15656         when a frame pointer is in use.
15657         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15658         instead of pop to restore a register when profitable; emit leave
15659         when profitable.
15660         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15661         as a TYPE_LEA insn.
15662         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15663         * i386.md (prologue_allocate_stack): Remove.
15664         (epilogue_deallocate_stack): Remove.
15665         (pro_epilogue_adjust_stack): New.
15666
15667 2000-02-04  Richard Henderson  <rth@cygnus.com>
15668
15669         * function.c (diddle_return_value): Rework to use a callback function.
15670         Use current_function_return_rtx if it's been set up.
15671         (do_clobber_return_reg, clobber_return_register): New.
15672         (do_use_return_reg, use_return_register): New.
15673         (expand_function_end): Use them.
15674         * stmt.c (expand_null_return): Likewise.
15675         * function.h: Declare them.
15676         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15677         (mark_reg): Change arguments as appropriate for callback.
15678         * integrate.c (expand_inline_function): Revert 19 Jan change.
15679
15680 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15681
15682         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15683         (Misc): Say the scheduler, not the Haifa scheduler.
15684
15685 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15686
15687         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15688         when in_mem is set.  Update all callers.
15689
15690 2000-02-04  Richard Henderson  <rth@cygnus.com>
15691
15692         * i386/openbsd.h (INT_ASM_OP): Define.
15693
15694 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15695
15696         * tm.texi: Fix various typos.
15697
15698 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15699
15700         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15701         (MD_STARTFILE_PREFIX_1): New macro.
15702
15703 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15704
15705         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15706         destination when needed.
15707         (strmovsi, strsetsi): New expander.
15708         (strmovsi_1, strsetsi_1): New pattern.
15709         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15710         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15711         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15712         * invoke.texi (align-stringops, inline-all-stringops): Document.
15713
15714 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15715
15716         * i386/netbsd.h (INT_ASM_OP): Define.
15717
15718 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15719
15720         * cpplib.h (cpp_reader): Add new flag, no_directives.
15721         * cpphash.c (macarg): Set it.
15722         * cpplib.c (handle_directive): If no_directives is on and we
15723         find a directive, issue an error and discard the line.
15724
15725 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15726
15727         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15728         FP constants.  Add ! TARGET_FPU check for FP constants.
15729
15730 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15731
15732         * flow.c (find_basic_blocks): Don't kill label_value_list
15733         here.
15734         (cleanup_cfg): Kill it here.
15735
15736 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15737
15738         * expr.c (store_field): Ensure ALIGN is no stricter than the
15739         alignment of EXP.
15740
15741 2000-02-02  Richard Henderson  <rth@cygnus.com>
15742
15743         * jump.c (delete_insn): Partially revert 19 Jan change;
15744         don't convert unused code labels to notes at -O0.
15745
15746 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15747
15748         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15749         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15750
15751 2000-02-01  Richard Henderson  <rth@cygnus.com>
15752
15753         * i386.c (general_no_elim_operand): New.
15754         (nonmemory_no_elim_operand): New.
15755         (ix86_expand_move): Copy eliminable operands before a push.
15756         * i386-protos.h: Declare new functions.
15757         * i386.h (CAN_ELIMINATE): Simplify.
15758         (PREDICATE_CODES): Update.
15759         * i386.md (push insns): Don't allow eliminable register operands.
15760
15761 2000-02-01  Richard Henderson  <rth@cygnus.com>
15762
15763         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15764         replace BLKmode with DECL_RTL's mode.
15765
15766 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15767
15768         * frame.c (find_fde): Convert for loop to do-while so compiler
15769         sees it's always executed at least once.
15770         * libgcc2.c (BBINBUFSIZE): Kill.
15771         (__bb_init_prg): Use fgets.
15772         (__bb_exit_trace_func): Don't paste strings.
15773         * unroll.c (unroll_loop): Initialize unroll_type, not
15774         unroll_number, and tweak logic to match.
15775
15776         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15777         all failure paths.
15778         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15779         (ix86_sched_reorder): Break guts out to
15780         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15781         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15782         any possible use.
15783
15784         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15785         use string concatenation.  Don't save and restore esi.
15786
15787         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15788         (machname.h): Remove script to separate file.  Use two-step
15789         sequence so target is not created if script fails.
15790         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15791         identifiers are defined.
15792         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15793         an empty string, machine_name doesn't need to do anything at
15794         all.
15795         (is_cxx_header): Add more cases to regexp.
15796         * fixinc/fixlib.h: Update prototype.
15797         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15798         mn_get_regexps.
15799         * fixinc/fixincl.c: Define NO_BOGOSITY.
15800
15801         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15802         (hp_sysfile): Add missing comma.
15803         (math_exception): Put the wrapper ifdefs at the beginning and
15804         the end of the file.
15805         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15806
15807 2000-02-01  Richard Henderson  <rth@cygnus.com>
15808
15809         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15810         Use CONST0_RTX.  Update all callers.
15811         * sparc.h, sparc-protos.h: Update accordingly.
15812         * sparc.md (fp mov insns): Use fp_zero_operand directly
15813         where applicable.
15814
15815 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15816
15817         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15818         example.
15819
15820 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15821
15822         * Makefile.in (specs.ready): New target.
15823         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15824
15825 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15826
15827         * fixinc.irix: Use unique filenames for writing into /tmp,
15828         * fixinc.ptx: Likewise.
15829         * fixinc.sco: Likewise.
15830         * fixinc.svr4: Likewise.
15831         * fixinc.winnt: Likewise.
15832
15833 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15834
15835         * tsystem.h: New file.
15836
15837         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15838         s-crtS): Depend on tsystem.h.
15839
15840         * crtstuff.c: Include tsystem.h.
15841         * frame.c: Likewise.
15842         * libgcc2.c: Likewise.
15843
15844 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15845
15846         * builtins.c (expand_builtin_memset): Expand for variable sized
15847         lengths too.
15848
15849 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15850
15851         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15852         on ABI.
15853
15854 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15855
15856         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15857
15858         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15859
15860 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15861
15862         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15863         case 3->2 combining (combining with splitting) in which 2 is CC0
15864         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15865         checked at the begining of the function with the aid of calling
15866         function 'can_combine_p'.
15867
15868 2000-01-31  Dave Brolley  <brolley@redhat.com>
15869
15870         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15871
15872 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15873
15874         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15875         new label.
15876
15877 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15878
15879         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15880
15881         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15882         PROTO -> PARAMS.
15883
15884 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15885
15886         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15887         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15888         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15889         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15890         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15891         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15892         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15893         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15894         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15895         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15896
15897         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15898         Add %(cpp_cpu) to CPP_SPEC.
15899
15900         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15901         Add %(cc1_cpu) to CC1_SPEC.
15902
15903 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15904
15905         * c-decl.c (c_decode_option): Accept optional numeric argument to
15906         -Wformat and set warn_format.
15907         * c-common.c: Don't emit warning about non-constant printf format
15908         string unless warn_format > 1.
15909
15910 2000-01-30  Richard Henderson  <rth@cygnus.com>
15911
15912         * alpha.md (return_internal): Allow after reload only.
15913
15914 2000-01-30  Richard Henderson  <rth@cygnus.com>
15915
15916         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15917         local frame size is zero.
15918
15919 2000-01-30  Richard Henderson  <rth@cygnus.com>
15920
15921         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15922         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15923         * alpha.md (return): Turn into an expander.
15924         (return_internal): Don't use $26.
15925         (epilogue): Emit the return insn.
15926
15927 2000-01-30  Richard Henderson  <rth@cygnus.com>
15928
15929         * alpha.md (negtf2, abstf2): Fix word order thinko.
15930         (extendsftf2): New.
15931         (trunctfsf2): Avoid intermediate rounding errors.
15932
15933 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15934
15935         * cppfiles.c (find_position): Drop 'colp' argument, return the
15936         new line base.
15937         (read_and_prescan): Adjust to match.  Don't ever manipulate
15938         line or line_base except via find_position.
15939
15940 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15941
15942         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15943         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15944         Regenerate.
15945
15946 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15947
15948         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15949         just print "<command line>".  If 'filename' is null or an
15950         empty string, print "<stdin>" for the filename.
15951         * cpplib.c (do_define): Don't print the 'location of the
15952         previous definition' message if we're still parsing the
15953         command line.
15954         (cpp_pedwarn_with_file_and_line): Always call
15955         cpp_file_line_for_message.
15956
15957 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15958
15959         * flow.c (mark_regs_live_at_end): Fix typo.
15960
15961 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15962
15963         * c-common.c: Adjust variable names, comments, help strings to c99.
15964         * c-lex.c: Likewise.
15965         * c-parse.y: Likewise.
15966         * c-tree.h: Likewise.
15967         * cccp.c: Likewise.
15968         * cpplib.h: Likewise.
15969         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15970         * cppinit.c: Likewise.
15971
15972 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15973
15974         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15975         * c4x.c: Define the optab rtx values.
15976         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15977         (c4x_emit_libcall): Use new optab rtx values.
15978         (c4x_emit_libcall3): Likewise.
15979         (c4x_emit_libcall_mulhi): Likewise.
15980         * c4x-protos.h: Add prototypes for optab rtx values and change
15981         prototypes for above c4x_emit_libcall functions.
15982
15983 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15984
15985         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15986         syntax is used.
15987         (c4x_function_prologue): Use regnames intead of float_reg_names when
15988         TI syntax is used.
15989         (c4x_function_epilogue): Likewise.
15990         (c4x_print_operand): Likewise.
15991         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15992         * c4x.md (set_high): Disable for TARGET_TI.
15993
15994 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15995
15996         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15997         of framepointer + constant to ADDR_REGS class.
15998         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15999         * c4x.c (std_or_reg_operand): New function.
16000         * c4x-protos.h (std_or_reg_operand): Prototype it.
16001
16002 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16003
16004         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
16005                 object names as libgcc2.c.
16006         * libgcc.S: Use newly defined names.
16007
16008 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
16009         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
16010         function.
16011         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
16012         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
16013         (FLOW_LOOP_LAST_BLOCK): Likewise.
16014
16015 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16016
16017         * basic-block.h (struct loop): New fields 'first' and 'last'.
16018         * flow.c (flow_loops_find): Compute loop->first and loop->last.
16019         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
16020         and loop->last to check for NOTE_INSN_LOOP_END.
16021
16022 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
16023
16024         * predict.c (estimate_probability): Use the new FIRST and LAST fields
16025         of the loop descriptor rather than HEADER and LATCH. Also added
16026         missing break statements as well making some coding style modifications
16027         as suggested by Michael Hayes.
16028
16029 2000-01-28  Richard Henderson  <rth@cygnus.com>
16030
16031         * flow.c (find_basic_blocks): Remove do_cleanup argument.
16032         Break out that code ...
16033         (cleanup_cfg): ... here.
16034         (commit_one_edge_insertion): Detect a return instruction being
16035         emitted to an edge.  Emit a barrier following; clear fallthru.
16036         (commit_edge_insertions): Verify CFG consistency.
16037         * function.c (expand_function_start): Kill unused variable.
16038         (expand_function_end): Likewise.
16039         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
16040         to insert the epilogue.
16041
16042         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
16043         (delete_null_pointer_checks): Likewise.
16044         * output.h: Likewise.
16045         * reg-stack.c (reg_to_stack): Likewise.
16046         * toplev.c (rest_of_compilation): Likewise.  Run
16047         thread_prologue_and_epilogue_insns after rebuilding the CFG.
16048
16049 2000-01-28  Richard Henderson  <rth@cygnus.com>
16050
16051         * Makefile.in (flow.o): Revert 24 Jan change.
16052         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
16053         FUNCTION_VALUE result to DECL_RESULT's mode.
16054
16055         * haifa-sched.c (schedule_insns): Don't recompute reg info
16056         after reload.
16057
16058 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
16059
16060         * configure.in: Make --enable-cpplib the default.
16061         * configure: Regenerate.
16062         * gcc.dg/990119-1.c: No longer expected to fail.
16063
16064 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
16065
16066         * jump.c (jump_optimize_1): Delete an optimization that is also done
16067         by merge_blocks in flow.
16068
16069 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16070
16071         * diagnostic.c (build_message_string, output_printf,
16072         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
16073         (build_location_prefix): Fix non-literal format string.
16074
16075 2000-01-27  Richard Henderson  <rth@cygnus.com>
16076
16077         * alpha.md (trunctfsf2): New.
16078
16079 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
16080
16081         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
16082
16083 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16084
16085         * cppinit.c (cpp_handle_option): Recognize C++ comments under
16086         -std=gnu89.
16087         * cpplib.c (skip_block_comment, skip_line_comment): Split code
16088         out of...
16089         (skip_comment) ... here.  Permit C++ comments in system
16090         headers always.  Warn about C++ comments in user code under
16091         -std=gnu89 -pedantic.
16092         (copy_comment): Use skip_comment.
16093         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
16094         return EOF.
16095         (consider_directive_while_skipping, do_else, do_endif): Call
16096         validate_else unconditionally.
16097         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
16098         text after the conditional in a system header.
16099         * cpplib.h (struct cpp_buffer): Add flag
16100         warned_cplusplus_comments.
16101
16102 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16103
16104         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
16105         Use unshare_all_rtl_1.
16106         (unshare_all_rtl_again): New function.
16107         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
16108
16109         * function.c (purge_addressof_1): Use unshare_all_rtl_again
16110         rather than resetting the 'used' flags ourself.
16111
16112         * toplev.c (rest_of_compilation): Add current_function_decl
16113         to the unshare_all_rtl call.
16114         * tree.h: Prototype unshare_all_rtl.
16115         * rtl.h: Prototype unshare_all_rtl_again here.
16116
16117 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16118
16119         * genoutput.c (output_prologue): Include ggc.h in generated
16120         files.
16121         * Makefile.in (insn-output.o): Depends on ggc.h.
16122
16123 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16124             Hans-Peter Nilsson  <hp@bitrange.com>
16125
16126         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
16127         Remove redundant include of xm-ns32k.h.
16128         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
16129         Remove redundant include of xm-ns32k.h.
16130         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
16131         Remove redundant include of xm-ns32k.h.
16132         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
16133
16134         * ns32k/ns32k.h: Update comment on multiply-add instructions.
16135         (TARGET_SWITCHES): Add documentation strings.
16136         (DWARF_FRAME_REGNUM): Override default definition.
16137         (REG_CLASS_CONTENTS): Add comments.
16138         (SUBSET_P): Format to reduce line length.
16139         (SMALL_REGISTER_CLASSES): Make a run time option.
16140         (GO_IF_NONINDEXED_ADDRESS): Reformat.
16141         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
16142         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
16143         (regclass_map): fix typo in comment.
16144         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
16145         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
16146         (trace, reg_or_mem_operand): Delete, unused function.
16147         (calc_address_cost): Small offsets are cheaper than large ones.
16148         (expand_block_move): Generate more efficient code when bytes is a
16149         known at compile time.
16150         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
16151         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
16152         instead of reg_or_mem_operand.
16153
16154         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
16155         not general_operand.  Similarly use "=rm" or stricter, not "=g".
16156         For input operands, use stricter constraints than "g" if not
16157         general_operand.  Similarly use stricter predicate than
16158         "general_operand" when stricter constraints than "g" are present,
16159         except for matching constraints.
16160         (movstrsi): Use "memory_operand" for operands 0 and 1.
16161         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
16162         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
16163         not reg_or_mem_operand.
16164         (udivmoddisi4): Ditto.
16165         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
16166         Use nonimmediate_operand for operand 3, not register_operand.
16167         (udivmoddiqi4_internal): Use register_operand for operand 1, not
16168         reg_or_mem_operand.
16169
16170 2000-01-27  Fred Fish  <fnf@be.com>
16171
16172         * gthr-posix.h: Fix typo; compatibily -> compatibility.
16173         * gthr-single.h: Likewise.
16174         * gthr-solaris.h: Likewise.
16175         * gthr-vxworks.h: Likewise.
16176         * gthr-win32.h: Likewise.
16177         * gthr.h: Likewise.
16178
16179 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16180
16181         * cppinit.c: Add " (cpplib)" to end of string printed by
16182         -v / --version.
16183
16184 2000-01-27  Richard Henderson  <rth@cygnus.com>
16185
16186         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
16187         testing for a signed comparison.
16188         (alpha_emit_floatuns): New.
16189         * alpha-protos.h: Declare it.
16190         * alpha.md (floatunsdisf2, floatunsdidf2): New.
16191         (extendsfdf2): Tidy.
16192
16193 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16194
16195         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
16196         no -g option specifying debugging format, default to -gstabs+.
16197
16198 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
16199
16200         * calls.c (special_function_p): New argument fork_or_exec.
16201         (expand_call): When profile_arc_flag is set and the function
16202         is in the fork_or_exec group, call __bb_fork_func first.
16203         * libgcc2.c, _bb module (__bb_fork_func): New function.
16204         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
16205         output file.
16206         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
16207         * tree.h (special_function_p): Update prototype.
16208
16209 2000-01-26  Richard Henderson  <rth@cygnus.com>
16210
16211         * alpha.c (alpha_split_tfmode_pair): New.
16212         * alpha-protos.h: Declare it.
16213         * alpha.md (abstf2, negtf2): New.
16214         (movtf insn): Add input G constraint.
16215         (movtf splitter): Use alpha_split_tfmode_pair.
16216
16217 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16218
16219         * i386/cygwin.h: PROTO -> PARAMS.
16220
16221 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
16222
16223         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
16224         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
16225         using _Qp_cmp/_Q_cmp and testing the return value.
16226         (print_operand): Call reverse_condition_maybe_unordered if
16227         we are handling CCFPmode or CCFPEmode.
16228         Handle ORDERED, UN* and LTGT comparisons.
16229         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
16230         if not TARGET_HARD_QUAD.
16231         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
16232         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
16233         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
16234         Adjust gen_b* calls so that they reflect return comparison of
16235         sparc_emit_float_lib_cmp.
16236
16237 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16238
16239         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
16240         incoming operands array is large enough for one more operand.
16241         (alpha_emit_xfloating_arith): Likewise.
16242
16243 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16244
16245         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
16246         file with one line and no trailing newline.
16247         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
16248         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
16249         checking if the match is on the line.
16250         * fixinc/gnu-regex.c: Provide regerror not __regerror.
16251
16252 2000-01-25  Richard Henderson  <rth@cygnus.com>
16253
16254         * sparc.c (output_cbranch): Fix accidental squashing of the
16255         fp branch pre-delay nop.
16256
16257 2000-01-25  Richard Henderson  <rth@cygnus.com>
16258
16259         * tree.def (UNNE_EXPR): Remove.
16260         * c-typeck.c (build_binary_op): Don't handle it.
16261         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
16262
16263         * rtl.def (UNNE): Remove.
16264         (LTGT): Add.
16265         * jump.c (reverse_condition): Update accordingly.
16266         (swap_condition): Likewise.
16267         (comparison_dominates_p): Handle unordered comparisons.
16268         (reverse_condition_maybe_unordered): New.
16269         * rtl.h (reverse_condition_maybe_unordered): Declare.
16270
16271         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
16272         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
16273         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
16274         * sparc.md (bltgt): New.
16275
16276 2000-01-25  Nick Clifton  <nickc@redhat.com>
16277
16278         * emit-rtl.c (emit_insn): Only check machine class insns for
16279         improper emission of a RETURN.
16280
16281 2000-01-25  Richard Henderson  <rth@cygnus.com>
16282
16283         * Makefile.in (flow.o): Depend on $(EXPR_H).
16284         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
16285         duplicate the structure of diddle_return_value for keeping regs live.
16286
16287 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16288
16289         * loop.c (current_loop_info): Delete.
16290         (consec_sets_invariant_p): Add loop argument, update callers.
16291         (get_condition_for_loop): Likewise.
16292         (count_nonfixed_reads, update_giv_derive): Likewise.
16293         (simplify_giv_expr, general_induction_var): Likewise.
16294         (consec_sets_giv, recombine_givs): Likewise.
16295         (move_movables): Delete loop_start and loop_end arguments,
16296         add loop argument, and update callers.
16297         (find_mem_givs, check_final_value): Likewise.
16298         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
16299         (loop_invariant_p): Rename from invariant_p, add loop argument, and
16300         update callers.
16301         (basic_induction_var): Add loop argument, delete loop_level argument,
16302         and update callers.
16303         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
16304         add loop argument, and update callers.
16305         (find_splittable_regs, find_splittable_givs): Likewise.
16306         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
16307         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
16308         (biv_total_increment): Delete loop_start and loop_end arguments;
16309         update callers.
16310         (precondition_loop_p): Delete loop_start and loop_info arguments;
16311         update callers.
16312         * loop.h (get_condition_for_loop): Add loop argument.
16313         (biv_total_increment): Delete loop_start and loop_end arguments.
16314         (precondition_loop_p): Delete loop_start and loop_info arguments;
16315         add loop argument.
16316         (final_biv_value): Delete loop_start and loop_end arguments;
16317         add loop argument.
16318         (final_giv_value, back_branch_in_range_p): Likewise.
16319
16320 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16321
16322         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
16323
16324 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16325
16326         * Makefile.in (c-gperf.h) : Change the "See" pointer to
16327         point to the new "generated_files" doc.
16328
16329 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16330
16331         * config/fp-bit.c (_unord_f2): Fix typo.
16332
16333 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16334
16335         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
16336         c-typeck.c, objc/objc-act.c: Remove all references to obstack
16337         functions obsoleted by GC, such as push_obstacks_nochange,
16338         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
16339         and code which existed only to decide whether or not to call
16340         them.  Remove now-unused NESTED argument from start_function;
16341         all callers changed.  Do not change behavior based on ggc_p.
16342         The use of the ixp_obstack in c-iterate.c and the util_obstack
16343         in objc/objc-act.c remain; these are not obsoleted by garbage
16344         collection.
16345         * c-tree.h: Update prototype for start_function.
16346
16347         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
16348
16349 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16350
16351         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
16352         mips16.
16353
16354 2000-01-25  Richard Henderson  <rth@cygnus.com>
16355
16356         * sparc-protos.h (select_cc_mode): Declare.
16357         * sparc.c (select_cc_mode): New.  Handle unordered compares.
16358         (output_cbranch): Always reverse via code change.  Handle
16359         unordered compares.  Factor tests and string updates.
16360         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
16361         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
16362         * sparc.md (bunordered, bordered): New.
16363         (bungt, bunlt, buneq, bunge, bunle): New.
16364
16365 2000-01-25  Richard Henderson  <rth@cygnus.com>
16366
16367         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
16368         * ggc-common.c (ggc_add_rtx_varray_root): New.
16369         (ggc_mark_rtx_varray): New.
16370         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
16371         functions down below ggc_mark_foo.
16372         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
16373
16374 2000-01-25  Richard Henderson  <rth@cygnus.com>
16375
16376         * alpha.c (secondary_reload_class): Don't allocate a secondary
16377         for integral mode memories into FLOAT_REGS.  Rearrange the more
16378         complicated memory expression inward.
16379
16380 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16381
16382         * inclhack.def: Fixes to play nicer with FreeBSD, and
16383         corrections to comments.
16384         (cxx_unready): Add select expression.
16385         (irix_sockaddr): Add bypass expression.
16386         (machine_ansi_h_va_list): New fix.
16387         (stdio_va_list): No need to edit _BSD_VA_LIST_.
16388         Split out addition of "#include <stdarg.h>" to...
16389         (stdio_stdarg_h): ... here.
16390         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
16391         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
16392         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
16393         size_t.
16394         (ultrix_ifdef): Tighten up select expression.
16395
16396         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
16397         re_ct and max_mach to avoid use of shell.  Make printed names
16398         match names in inclhack.def.  Use static copyright date.
16399         Don't count c_test and test expressions as requiring regex_t
16400         slots.  Add some commentary.
16401         * inclhack.tpl: Do not include the 'This script contains N
16402         fixup scripts' line if PROGRAM is defined.  Use static
16403         copyright date.
16404
16405 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
16406
16407         * dwarf2out.c: include "varray.h", not dyn-string.h.
16408         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
16409         (addr_const_to_string, addr_to_string): Lose.
16410         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
16411         (struct dw_val_struct): val_addr is now an rtx.
16412         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
16413         (used_rtx_varray): New varray.
16414         (dwarf2out_init): Initialize it.
16415         (save_rtx): New fn.
16416         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
16417         addr_to_string.
16418         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
16419         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
16420         * Makefile.in (dwarf2out.o): Update dependencies.
16421
16422 2000-01-24  Richard Henderson  <rth@cygnus.com>
16423
16424         * i386.c (i386_dwarf_output_addr_const): New.
16425         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
16426
16427         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
16428         if defined.
16429         * dwarfout.c (output_mem_loc_descriptor): Likewise.
16430         * i386.c (i386_simplify_dwarf_addr): New.
16431         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
16432
16433 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
16434
16435         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
16436         TYPE_STUB_DECL is NULL.
16437
16438 2000-01-24  Richard Henderson  <rth@cygnus.com>
16439
16440         * builtins.c (expand_tree_builtin): Move ...
16441         * c-common.c (expand_tree_builtin): ... here.
16442
16443 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16444
16445         * loop.h (LOOP_INFO): New accessor macro.
16446         * basic-block.h (struct loop): Rename field `info' to `aux'.
16447         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16448         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16449         * unroll.c (loop_iterations, unroll_loop): Likewise.
16450
16451 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16452
16453         * config/i386/t-cygwin: Accomodate new winsup directory layout
16454         when searching for include files.
16455
16456 2000-01-24  Richard Henderson  <rth@cygnus.com>
16457
16458         * rtl.def: Add unordered fp comparisions.
16459         * tree.def: Likewise.
16460         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16461
16462         * builtins.c (expand_tree_builtin): New function.
16463         * c-typeck.c (build_function_call): Use it.
16464         (build_binary_op): Support unordered compares.
16465         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16466
16467         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16468         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16469         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16470         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16471         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16472         return UNKNOWN.
16473         (swap_condition): Handle unordered compares.
16474         (thread_jumps): Check can_reverse before reversing.
16475         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16476         reversed for FP.
16477
16478         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16479         setcc is present before acking for cmp_optab.  Update all callers.
16480         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16481         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16482         * expr.c (expand_expr): Likewise.  Support unordered compares.
16483         (do_jump, do_store_flag): Likewise.
16484         * expr.h (enum libfunc_index): Add unordered compares.
16485
16486         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16487         (DPBIT_FUNCS): Add _unord_df.
16488         * config/fp-bit.c (_unord_f2): New.
16489         * fp-test.c (main): Try unordered compare builtins.
16490
16491         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16492         * alpha.c (alpha_comparison_operator): Check mode properly.
16493         (alpha_swapped_comparison_operator): Likewise.
16494         (signed_comparison_operator): Likewise.
16495         (alpha_fp_comparison_operator): New.
16496         (alpha_emit_conditional_branch): Handle unordered compares.
16497         * alpha.h (PREDICATE_CODES): Update.
16498         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16499         (bunordered, bordered): New.
16500
16501 2000-01-24  Richard Henderson  <rth@cygnus.com>
16502
16503         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16504         * alpha.md (movtf): New expander, insn, and splitter.
16505
16506 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16507
16508         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16509         dead registers.
16510
16511 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16512
16513         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16514         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16515          REG_ALLOC_ORDER): Add frame pointer
16516         (FRAME_POINTER_REGNUM): Set to 20
16517         (HARD_FRAME_POINTER_REGNUM): New macro.
16518         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16519         to HARD_FRAME_POINTER.
16520         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16521         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16522         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16523         (HI_REGISTER_NAMES): Add "frame".
16524         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16525         (debug_reg): Handle FRAME_POINTER_REGNUM.
16526         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16527         GENERAL_REGS and INDEX_REGS.
16528         * i386.c (SAVED_REGS_FIRST): new macro.
16529         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16530         (ix86_decompose_address, memory_address_length): Likewise.
16531         (regclass_map): Add frame pointer.
16532         (call_insn_operand): Handle frame_pointer_rtx.
16533         (reg_no_sp_operand): Likewise.
16534         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16535         (print_operand, legitimize_pic_address): Fix formating.
16536         (ix86_compute_frame_size): Make static, update prototype, new
16537         parameters padding1, padding2, use ix86_nsaved_regs, use
16538         stack_alignment_needed.
16539         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16540         to HARD_FRAME_POINTER_REGNUM conversions.
16541         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16542         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16543         (print_reg): Abort on FRAME_POINTER_REGNUM
16544
16545 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16546
16547         * i386.h (PREDICATE_CODES): Add aligned_operand.
16548         * i386.c (aligned_operand): New function.
16549         (ix86_aligned_p): Kill.
16550         * i386.md (movhi_1): Emit mov for aligned operands.
16551         (promoting peep2s): Use aligned_operand.
16552
16553 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16554
16555         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16556         expression to allow underscores in macro names.
16557         (fix_char_macro_defines): Increment scanning pointer.
16558
16559 2000-01-23  Richard Henderson  <rth@cygnus.com>
16560
16561         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16562         * alpha/osf5.h: New file.
16563         * configure.in (alpha-*-osf5): Add it to tm_file.
16564
16565         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16566
16567         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16568         (alpha_emit_xfloating_cvt, function_arg): Declare.
16569         * alpha.c (alpha_emit_conditional_branch): Call
16570         alpha_emit_xfloating_compare for TFmode compares.
16571         (alpha_lookup_xfloating_lib_func): New.
16572         (alpha_compute_xfloating_mode_arg): New.
16573         (alpha_emit_xfloating_libcall): New.
16574         (alpha_emit_xfloating_arith): New.
16575         (alpha_emit_xfloating_compare): New.
16576         (alpha_emit_xfloating_cvt): New.
16577         (print_operand): Add default abort case.
16578         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16579         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16580         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16581         (RETURN_IN_MEMORY): True for TF/TCmode.
16582         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16583         (FUNCTION_ARG): Move to function_arg.
16584         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16585         (ASM_OUTPUT_LONG_DOUBLE): New.
16586         (ASM_OUTPUT_DOUBLE): Always output bits.
16587         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16588         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16589         (extenddftf2, trunctfdf2): New.
16590
16591 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16592
16593         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16594         * config/sparc/sol2.h: ... here.
16595
16596 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16597
16598         * basic-block.h (struct loops): New field `levels'.
16599         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16600         (flow_loop_level_compute): Initialise level to 1.
16601         (flow_loops_find): Set loops->levels.
16602         (flow_loops_dump): Print loops->levels.
16603
16604 2000-01-23  Richard Henderson  <rth@cygnus.com>
16605
16606         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16607         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16608
16609 2000-01-23  Richard Henderson  <rth@cygnus.com>
16610
16611         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16612         * i386.h (DBX_REGISTER_NUMBER): Use them.
16613         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16614         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16615         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16616         * i386/sequent.h: Kill incorrect comment.
16617
16618 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16619
16620         * ggc-page.c (struct page_entry): Make `context_depth' an
16621         `unsigned short'.
16622         (struct globals): Likewise.
16623
16624 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16625
16626         * loop.c (check_dbra_loop): When checking a loop for
16627         reversability, check the source of any stores to ensure
16628         they don't depend on an initial value.
16629
16630 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16631
16632         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16633
16634 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16635
16636         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16637         'pz_scan' into scope of entire function.  Only affects
16638         compiles with -DDEBUG.
16639
16640 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16641
16642         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16643         section naming to that prior to 2000-01-07 patch.
16644         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16645         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16646         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16647         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16648         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16649
16650 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16651
16652         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16653         constant.
16654
16655 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16656
16657         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16658         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16659
16660 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16661
16662         * cpphash.c (change_newlines): Delete function.
16663         (struct argdata): Delete 'newlines' and 'use_count' fields.
16664         (macroexpand): Remove code referencing those fields.
16665
16666 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16667
16668         * loop.c (loops_info): New variable.
16669         (loop_optimize): Allocate loops->array and free it on exit.
16670         Allocate memory for loops_info and assign to each loop,
16671         replacing alloca.
16672         (find_and_verify_loops): Do not allocate loops->array.
16673
16674 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16675
16676         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16677
16678 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16679
16680         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16681         pseudos if expanded after first flow.
16682         (movdi_pic_label_ref): Likewise.
16683
16684 2000-01-20  Richard Henderson  <rth@cygnus.com>
16685
16686         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16687
16688 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16689
16690         * Makefile.in (fixinc.sh): Depend on specs.
16691         * fixinc/Makefile.in: Add rule to create machname.h.
16692         (fixlib.o): Depend on machname.h.
16693         * fixinc/fixtests.c (machine_name): New test.
16694         * fixinc/fixfixes.c (machine_name): New fix.
16695         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16696         the machine_name test and fix.
16697         * fixinc/fixlib.h: Prototype it.
16698         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16699         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16700
16701         * gcc.c (do_spec_1) [case P]: Take care not to create
16702         identifiers with three leading or trailing underscores.
16703
16704         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16705         (fixincl): Don't specify libraries twice on link line.
16706         (gnu-regex.o): Remove special rule.
16707         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16708         defined by config.h.  Do not define _REGEX_RE_COMP.
16709         (regcomp): Allocate and initialize a fastmap.
16710         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16711
16712 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16713
16714         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16715
16716 2000-01-19  Richard Henderson  <rth@cygnus.com>
16717
16718         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16719         arguments with BB.  Update all callers.  Tidy line wrapping.
16720
16721 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16722
16723         * emit-rtl.c (try_split): Return last_insn if we split the
16724         last_insn.
16725
16726 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16727
16728         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16729         (ix86_initial_elimination_offset): Declare.
16730         * i386.c (ix86_nsaved_regs): Break out from ...
16731         (ix86_can_use_return_insn_p): ... here.
16732         (ix86_emit_save_regs): Break out from ...
16733         (ix86_expand_prologue): ... here.
16734         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16735         out from ...
16736         (ix86_expand_epilogue): ... here.
16737         (ix86_compute_frame_size): Make static, add prototype.
16738         (ix86_initial_elimination_offset): Break out from ...
16739         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16740
16741 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16742
16743         * recog.h (OUT_FCN): Delete.
16744
16745         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16746
16747 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16748
16749         * cppalloc.c: PROTO -> PARAMS.
16750         * cpperror.c: Likewise.
16751         * cppfiles.c: Likewise.
16752         * cpplib.c: Likewise.
16753         * cpplib.h: Likewise.
16754
16755         * config/arm/arm-protos.h: PROTO -> PARAMS.
16756         * config/arm/arm.c: Likewise.
16757         * config/c4x/c4x.c: Likewise.
16758         * config/fr30/fr30-protos.h: Likewise.
16759         * config/nextstep.c: Likewise.
16760         * config/pa/pa.c: Likewise.
16761         * config/pj/pj.c: Likewise.
16762         * config/rs6000/rs6000.c: Likewise.
16763         * config/v850/v850-protos.h: Likewise.
16764         * config/v850/v850.c: Likewise.
16765
16766 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16767
16768         * i370-protos.h: New file.
16769
16770         * i370.c: Include tm_p.h.  Fix compile time warnings.
16771
16772         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16773         warnings.
16774
16775         * i370.md: Likewise.
16776
16777 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16778
16779         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16780         (target_isinf, target_isnan, eisnan): Mark parameter with
16781         ATTRIBUTE_UNUSED.
16782         (eiisinf): Wrap in INFINITY.
16783         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16784         (ibmtoe): Remove unused variable `rndsav'.
16785
16786 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16787
16788         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16789         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16790
16791 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16792
16793         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16794         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16795         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16796
16797         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16798         Recognize Emacs mode markers also.
16799         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16800         C++ comments in C++ headers.  Call is_cxx_header only if
16801         necessary.
16802
16803         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16804         bypass for ncurses.
16805         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16806         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16807         ... these, which use the new C fixes.
16808         (math_exception): Escape literal '+' in bypass expression.
16809
16810         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16811         Regenerate.
16812
16813 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16814
16815         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16816         inside the MEM.
16817
16818 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16819
16820         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16821         prior to calling scan_loop.
16822
16823 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16824
16825         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16826         (split_branches, calc_live_regs): Likewise.
16827
16828 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16829
16830         * sh.md (fpu_single, fp_mode): New attributes.
16831
16832 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16833
16834         * loop.c (current_loop_info): Renamed from loop_info_data
16835         and changed to a pointer.
16836         (loop_optimize): Allocate loop_info structure for each loop
16837         and initialise to zero.
16838         (scan_loop): Set current_loop_info.
16839
16840         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16841         on iteration_var.
16842
16843 2000-01-19  Richard Henderson  <rth@cygnus.com>
16844
16845         * stupid.c: Die die die.
16846         * Makefile.in (OBJS): Remove stupid.o.
16847         (stupid.o): Likewise.
16848
16849         * except.c (emit_eh_context): Don't emit USEs for stupid.
16850         * explow.c (probe_stack_range): Likewise.
16851         * flags.h (obey_regdecls): Remove.
16852         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16853         when not optimizing.
16854         (life_analysis): Limit data collection when not optimizing.
16855         (mark_regs_live_at_end): Always mark the return value registers.
16856         (mark_used_regs): Remove dummy RETURN case.
16857         (print_rtl_with_bb): Don't consult obey_regdecls.
16858         * function.c (use_variable, use_variable_after): Remove.
16859         (assign_parms): Consult optimize not obey_regdecls.
16860         (expand_function_start): Don't emit USEs for stupid.
16861         (expand_function_end): Likewise.
16862         * global.c (build_insn_chain): Export.
16863         * integrate.c (expand_inline_function): Kill return-value USE
16864         handling code.
16865         * jump.c (jump_optimize_1): Do simple jump optimizations and
16866         dead code elimination.
16867         (calculate_can_reach_end): Remove check_deleted argument.
16868         (delete_insn): Patch out insns even when not optimizing.
16869         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16870         * rtl.h (use_variable, use_variable_after): Remove declarations.
16871         (build_insn_chain): Declare.
16872         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16873         (expand_end_bindings): Likewise.
16874         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16875         * toplev.c (obey_regdecls): Remove.
16876         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16877         flow1, local-alloc, and reload.
16878         (main): Don't set obey_regdecls.
16879
16880         * config/nextstep.c (handle_pragma): Likewise.
16881
16882         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16883
16884         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16885
16886 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16887
16888         * alpha-protos.h: PROTO -> PARAMS.
16889         * alpha.c: Likewise.
16890         * elf.h: Likewise.
16891         * h8300.c: Likewise.
16892         * i386-protos.h: Likewise.
16893         * i386.c: Likewise.
16894         * m32r-protos.h: Likewise.
16895         * m32r.c: Likewise.
16896         * mips.c: Likewise.
16897         * mips.md: Likewise.
16898         * gmon-sol2.c: Likewise.
16899         * sparc.c: Likewise.
16900
16901 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16902
16903         * ns32k-protos.h: New file.
16904
16905         * ns32k.c: Fix compile time warnings.
16906
16907         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16908         warnings.
16909
16910         * ns32k.md: Likewise.
16911
16912 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16913
16914         * vax-protos.h: New file.
16915
16916         * vax.c: Fix compile time warnings.
16917
16918         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16919         warnings.
16920
16921         * vax.md: Likewise.
16922
16923         * vaxv.md: Likewise.
16924
16925 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16926
16927         * romp-protos.h: New file.
16928
16929         * romp.c: Fix compile time warnings.
16930
16931         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16932         warnings.
16933
16934         * romp.md: Likewise.
16935
16936 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16937
16938         * we32k-protos.h: New file.
16939
16940         * we32k.c: Fix compile time warnings.
16941
16942         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16943         warnings.
16944
16945 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16946
16947         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16948
16949         * except.c (eh_regs): Likewise.
16950
16951         * final.c (output_operand): Likewise.
16952
16953         * fold-const.c (target_isinf, target_isnan): Likewise.
16954
16955 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16956
16957         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16958         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16959
16960         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16961         when optimize_size.
16962         (clrstrsi): Rewrite.
16963         (strsethi, strsetqi): New expanders.
16964         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16965         (cmpstrsi): Emit compare insn before cmpstrsi_1
16966         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16967         (strlensi_1): Likewise.
16968         (cmpstrsi_1): Likewise; do not output compare.
16969         (strlen expander): Do not unroll when optimizing for size.
16970         (*subsi3_carry): Rename to subsi3_carry
16971         (addqi3_cc): New pattern.
16972         * i386.h (processor_costs): Add move_ratio field.
16973         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16974         * i386.c (*_cost): Set move_ratio.
16975         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16976         (x86_expand_strlensi_1): Rewrite the main loop.
16977
16978 2000-01-17  Richard Henderson  <rth@cygnus.com>
16979
16980         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16981         * cse.c (find_comparison_args, fold_rtx): Likewise.
16982         * integrate.c (subst_constants): Likewise.
16983         * loop.c (get_condition): Likewise.
16984
16985         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16986
16987         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16988
16989 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16990
16991         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16992         (RESTORE_WARN_FLAGS): Unpack it.
16993         Change semantic type of extension to ttype.
16994         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16995         * c-parse.y, c-parse.c, objc/objc-parse.y,
16996         objc/objc-parse.c: Regenerate.
16997
16998 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16999
17000         * fixinc/fixlib.c: Add copyright notice.
17001         (compile_re): New function.
17002         * fixinc/fixlib.h: Prototype compile_re.
17003
17004         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
17005         Use compile_re to compile regular expressions.
17006
17007         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
17008         where the pattern matched.
17009
17010         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
17011         use 'replace'.
17012         (ultrix_ansi_compat): Likewise.
17013         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
17014         add egrep test.
17015         (interactv_add2, interactv_add3): Delete.
17016         (x11_sprintf): Don't use filename glob.
17017         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
17018         Regenerate.
17019
17020 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17021
17022         * print-rtl.c: PROTO -> PARAMS.
17023         * real.c: Likewise.
17024         * reg-stack.c: Likewise.
17025         * resource.c: Likewise.
17026         * sdbout.h: Likewise.
17027         * simplify-rtx.c: Likewise.
17028         * stor-layout.c: Likewise.
17029         * stupid.c: Likewise.
17030         * xcoffout.c: Likewise.
17031         * xcoffout.h: Likewise.
17032
17033 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17034
17035         * toplev.c: PROTO -> PARAMS.
17036         * toplev.h: Likewise.
17037         * tree.c: Likewise.
17038         * tree.h: Likewise.
17039         * unroll.c: Likewise.
17040         * varasm.c: Likewise.
17041         * varray.c: Likewise.
17042         * varray.h: Likewise.
17043
17044 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17045
17046         * reload.c: PROTO -> PARAMS.
17047         * reload.h: Likewise.
17048         * reload1.c: Likewise.
17049         * reorg.c: Likewise.
17050         * resource.h: Likewise.
17051         * rtl.c: Likewise.
17052         * rtl.h: Likewise.
17053         * rtlanal.c: Likewise.
17054         * sbitmap.h: Likewise.
17055         * sdbout.c: Likewise.
17056         * stack.h: Likewise.
17057         * stmt.c: Likewise.
17058         * system.h: Likewise.
17059
17060 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17061
17062         * machmode.h: PROTO -> PARAMS.
17063         * mbchar.h: Likewise.
17064         * mips-tdump.c: Likewise.
17065         * mips-tfile.c: Likewise.
17066         * optabs.c: Likewise.
17067         * output.h: Likewise.
17068         * prefix.c: Likewise.
17069         * profile.c: Likewise.
17070         * protoize.c: Likewise.
17071         * real.h: Likewise.
17072         * recog.c: Likewise.
17073         * recog.h: Likewise.
17074         * regclass.c: Likewise.
17075         * regmove.c: Likewise.
17076         * regs.h: Likewise.
17077
17078 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17079
17080         * ggc-common.c: PROTO -> PARAMS.
17081         * ggc-page.c: Likewise.
17082         * ggc-simple.c: Likewise.
17083         * ggc.h: Likewise.
17084         * global.c: Likewise.
17085         * graph.c: Likewise.
17086         * gthr-win32.h: Likewise.
17087         * haifa-sched.c: Likewise.
17088         * halfpic.h: Likewise.
17089         * integrate.c: Likewise.
17090         * integrate.h: Likewise.
17091         * jump.c: Likewise.
17092         * lcm.c: Likewise.
17093         * local-alloc.c: Likewise.
17094         * loop.c: Likewise.
17095         * loop.h: Likewise.
17096
17097 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17098
17099         * genattr.c: PROTO -> PARAMS.
17100         * genattrtab.c: Likewise.
17101         * gencheck.c: Likewise.
17102         * gencodes.c: Likewise.
17103         * genconfig.c: Likewise.
17104         * genemit.c: Likewise.
17105         * genextract.c: Likewise.
17106         * genflags.c: Likewise.
17107         * gengenrtl.c: Likewise.
17108         * genopinit.c: Likewise.
17109         * genoutput.c: Likewise.
17110         * genpeep.c: Likewise.
17111         * genrecog.c: Likewise.
17112
17113 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17114
17115         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
17116
17117 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17118
17119         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
17120         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
17121         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
17122         * configure, config.in: Rebuilt.
17123
17124 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
17125
17126         * config/i386/i386.md: Add peephole to merge successive stack
17127         adjusts.
17128
17129 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
17130
17131         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
17132         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
17133         when walking backwards to find all the parameter loads when
17134         the basic block ends in a call.
17135
17136 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17137
17138         * loop.c (this_loop_info): Delete.
17139         (uid_loop): Add in place of uid_loop_num.  All uses updated.
17140         (loop_number_exit_count): Delete and replace with entry in loop
17141         structure.  All uses updated.
17142         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17143         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17144         (loop_outer_loop): Likewise.
17145         (loop_invalid, loop_number_exit_labels): Likewise.
17146         (loop_used_count_register): Delete and replace with entry in
17147         loop_info structure.
17148         (find_and_verify_loops): Add loops argument.
17149         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
17150         loop_end, etc. arguments with loop structure pointer.  All callers
17151         changed.
17152         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
17153         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
17154         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
17155         (insert_bct): Likewise.
17156         (basic_induction_var): New argument level.
17157         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
17158         vtop, and cont.  Add used_count_register.
17159         (uid_loop): Delete declaration.
17160         (loop_number_exit_count): Likewise.
17161         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17162         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17163         (loop_outer_loop, loop_used_count_register): Likewise.
17164         (loop_invalid, loop_number_exit_labels): Likewise.
17165         (unroll_loop): Replace loop_start and loop_end arguments
17166         with loop structure pointer.
17167         (loop_precondition_p, loop_iterations): Likewise.
17168         Include basic-block.h.
17169         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
17170         with loop structure pointer.
17171         (loop_precondition_p, loop_iterations): Likewise.
17172         * basic-block.h (struct loop): New entries vtop, cont,
17173         cont_dominator, start, end, top, scan_start, exit_labels,
17174         exit_count.
17175         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
17176
17177 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17178
17179         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
17180
17181 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
17182
17183         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
17184
17185 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17186
17187         * pdp11-protos.h: New file.
17188
17189         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
17190         time warnings.
17191
17192         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
17193         warnings.
17194
17195         * pdp11.md: Likewise.
17196
17197         * 2bsd.h: Likewise.
17198
17199 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17200
17201         * mn10300-protos.h: New file.
17202
17203         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17204         time warnings.
17205
17206         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
17207         warnings.
17208
17209         * mn10300.md: Likewise.
17210
17211 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17212
17213         * mn10200-protos.h: New file.
17214
17215         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
17216         time warnings.
17217
17218         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
17219         warnings.
17220
17221         * mn10200.md: Likewise.
17222
17223 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17224
17225         * h8300-protos.h: New file.
17226
17227         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17228         time warnings.
17229
17230         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
17231         warnings.
17232
17233         * h8300.md: Likewise.
17234
17235 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17236
17237         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
17238         (asm_emit_uninitialised): Likewise.
17239
17240 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
17241
17242         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
17243         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
17244
17245 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17246
17247         * config/mips/mips.c (override_options): Don't turn on extra
17248         alignment for mips16.
17249
17250 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17251
17252         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
17253         eabi, and make sure queued POSTINCREMENT rtl is emitted at
17254         the right point.
17255
17256 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17257
17258         * builtins.c (PAD_VARARGS_DOWN): Define.
17259         (std_expand_builtin_va_arg): Use the above macro.
17260         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
17261         * tm.texi (Register Arguments): Document the above macro.
17262
17263 2000-01-14  Nick Clifton  <nickc@cygnus.com>
17264
17265         * emit-rtl.c (emit_insn): If checking is enabled, make sure
17266         that this function has not been used to emit a jump
17267         instruction.
17268
17269         * jump.c (return_jump_1): Cope with being passed a null rtx.
17270
17271 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17272
17273         * eh-common.h: PROTO -> PARAMS.
17274         * emit-rtl.c: Likewise.
17275         * errors.c: Likewise.
17276         * errors.h: Likewise.
17277         * except.c: Likewise.
17278         * except.h: Likewise.
17279         * explow.c: Likewise.
17280         * expmed.c: Likewise.
17281         * expr.c: Likewise.
17282         * expr.h: Likewise.
17283         * final.c: Likewise.
17284         * fix-header.c: Likewise.
17285         * flow.c: Likewise.
17286         * fold-const.c: Likewise.
17287         * function.c: Likewise.
17288         * function.h: Likewise.
17289         * gcc.c: Likewise.
17290         * gcov-io.h: Likewise.
17291         * gcov.c: Likewise.
17292         * gcse.c: Likewise.
17293
17294 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17295
17296         * sh-protos.h: New file.
17297
17298         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
17299         Add static prototypes.  Fix compile time warnings.
17300
17301         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
17302         * sh.md: Likewise.
17303         * elf.h: Likewise.
17304
17305 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17306
17307         * arc-protos.h: New file.
17308
17309         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
17310         time warnings.
17311
17312         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
17313         warnings.
17314
17315         * arc.md: Likewise.
17316
17317 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17318
17319         * dsp16xx-protos.h: New file.
17320
17321         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
17322         time warnings.
17323
17324         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
17325         warnings.
17326
17327         * dsp16xx.md: Likewise.
17328
17329 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17330
17331         * convex-protos.h: New file.
17332
17333         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
17334         time warnings.
17335
17336         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
17337         warnings.
17338
17339 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17340
17341         * elxsi-protos.h: New file.
17342
17343         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
17344         time warnings.
17345
17346         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
17347         warnings.
17348
17349         * elxsi.md: Likewise.
17350
17351 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17352
17353         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
17354         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
17355         match the comment for MIPS16.
17356
17357 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
17358
17359         * flow.c (split_edge): Do not call set_block_for_insn if we
17360         do not have a basic_block_for_insn structure.
17361
17362         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
17363         and destination functions are 32bit aligned within the trampoline.
17364         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
17365         (TRAMPOLINE_ALIGNMENT): Define.
17366
17367         * cse.c (cse_insn): When changing (set (pc) (reg)) to
17368         (set (pc) (label_ref)), verify the change creates a valid insn.
17369
17370         * fr30.c (call_operand): Tighten and rework to match rules for
17371         call RTL expressions.
17372         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
17373         * fr30.md (call patterns): Improve constraints.
17374
17375 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
17376
17377         * fr30.c (fr30_expand_epilogue): Revert last change.
17378         Use emit_jump_insn for the return insn.
17379
17380 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
17381                           Stan Cox  <scox@cygnus.com>
17382
17383         * predict.c: New file. Preliminary infrastructure work for static
17384         branch prediction and basic block reordering.
17385         * basic-block.h: Add prototype for estimate_probability.
17386         * Makefile.in: Add rules for predict.o.
17387
17388 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
17389
17390         * fixincludes (va_list): Use __not_va_list__ for the dummy.
17391         * fixinc/*: Likewise.
17392
17393 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17394
17395         * cccp.c: PROTO -> PARAMS.
17396         * cexp.y: Likewise.
17397         * collect2.c: Likewise.
17398         * combine.c: Likewise.
17399         * convert.h: Likewise.
17400         * cse.c: Likewise.
17401         * dbxout.c: Likewise.
17402         * dbxout.h: Likewise.
17403         * diagnostic.c: Likewise.
17404         * doprint.c: Likewise.
17405         * dwarf2out.c: Likewise.
17406         * dwarf2out.h: Likewise.
17407         * dwarfout.c: Likewise.
17408         * dwarfout.h: Likewise.
17409         * dyn-string.h: Likewise.
17410
17411 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17412
17413         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
17414         macro conditionals guarding use.
17415
17416         * dwarf2out.c: Include "tm_p.h".
17417
17418         * function.c (locate_and_pad_parm): Mark parameter with
17419         ATTRIBUTE_UNUSED.
17420         (expand_function_end): Likewise for variable `context'.
17421
17422         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
17423
17424 2000-01-13  Nick Clifton  <nickc@cygnus.com>
17425
17426         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
17427         register to prevent compile time warnings.
17428
17429 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
17430
17431         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
17432         to avoid -Wtraditional warning.
17433
17434 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17435
17436         * 1750a-protos.h: New file.
17437
17438         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17439         time warnings.
17440
17441         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17442         warnings.
17443
17444         * 1750a.md: Likewise.
17445
17446 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17447
17448         * a29k-protos.h: New file.
17449
17450         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17451         time warnings.
17452
17453         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17454         warnings.
17455
17456 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17457
17458         * clipper-protos.h: New file.
17459
17460         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17461         time warnings.
17462
17463         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17464         warnings.
17465
17466 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17467
17468         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17469
17470 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17471
17472         * configure.in (--enable-new-gxx-abi): New option.
17473         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17474         * Makefile.in (GXX_ABI_FLAG): New variable.
17475         * configure: Regenerate.
17476
17477 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17478
17479         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17480         * tm.texi (FORCE_STRUCT_BLK): Document.
17481         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17482
17483 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17484
17485         * config/ns32k/ns32k.md: Revert Jan 9 change.
17486
17487         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17488         to a mode-test, if the predicate is address_operand.
17489
17490 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17491
17492         * combine.c (if_then_else_cond): Be careful about what kinds
17493         of RTL expressions are passed to operand_subword.
17494
17495         * flow.c (split_edge): If we have to insert a new jump, make
17496         sure to associate it with a basic block.
17497
17498         * flow.c (commit_one_edge_insertion): A block with one successor
17499         can end in a JUMP_INSN that is not a simplejump.
17500
17501 2000-01-12  Robert Lipe  <robertl@sco.com>
17502
17503         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17504         (BUILD_VA_LIST_TYPE): Define.
17505         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17506         with crtstuff.c.
17507
17508 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17509
17510         * cccp.c (do_pragma): Add cast to (char *).
17511
17512 2000-01-12  Richard Henderson  <rth@cygnus.com>
17513             Fred Fish  <fnf@be.com>
17514             Jason Merrill  <jason@cygnus.com>
17515
17516         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17517         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17518         * i386/beos-elf.h, i386/beos-pe.h: New files.
17519
17520         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17521         * cross-make (SYSTEM_HEADER_DIR): Define using
17522         CROSS_SYSTEM_HEADER_DIR.
17523
17524         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17525         (process_command): Use it.
17526         (main): Likewise.  Kill trailing = from env vars.
17527         (build_search_list): Put it back.
17528         * collect2.c (main): Use LIBRARY_PATH_ENV.
17529
17530         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17531         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17532
17533         * tm.texi (Frame Layout): Document SMALL_STACK.
17534         * c-common.c (c_common_nodes_and_builtins): Check it.
17535
17536         * system.h: Undef alloca after including glibc's <stdlib.h>,
17537         if USE_C_ALLOCA is defined.
17538
17539         * gcc.c (set_input): New fn.
17540         (main): After all input files are compiled, reset the input file
17541         info to the first.
17542
17543         * aclocal.m4 (rindex, index): If already defined, don't attempt
17544         to redefine.
17545
17546         * ginclude/varargs.h: (__va_list__): Define ifndef.
17547         * ginclude/stdarg.h: Likewise.
17548
17549         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17550         instead of unsigned char.
17551
17552         * hash.h (true, false, boolean): Undef before enum.
17553
17554         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17555         proper type of "HOST_WIDE_INT *", rather than their natural type of
17556         "unsigned HOST_WIDE_INT *".
17557
17558 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17559
17560         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17561
17562         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17563
17564         * regclass.c (choose_hard_reg_mode): Likewise.
17565
17566         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17567
17568         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17569
17570 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17571
17572         * c-common.c: PROTO -> PARAMS.
17573         * c-common.h: Likewise.
17574         * c-decl.c: Likewise.
17575         * c-iterate.c: Likewise.
17576         * c-lang.c: Likewise.
17577         * c-lex.c: Likewise.
17578         * c-lex.h: Likewise.
17579         * c-parse.in: Likewise.
17580         * c-pragma.c: Likewise.
17581         * c-pragma.h: Likewise.
17582         * c-tree.h: Likewise.
17583         * c-typeck.c: Likewise.
17584         * objc/objc-act.c: Likewise.
17585         * objc/objc-act.h: Likewise.
17586
17587 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17588
17589         * m88k-protos.h: New file.
17590
17591         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17592         time warnings.
17593
17594         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17595
17596         * m88k.md: Likewise.
17597
17598         * tekXD88.h: Likewise.
17599
17600 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17601
17602         * m68k-protos.h: New file.
17603
17604         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17605         time warnings.
17606
17607         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17608
17609         * mot3300.h: Likewise.
17610
17611 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17612
17613         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17614         extract_bitlst.
17615         (extract_bitlist): Declare bitlen.
17616
17617 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17618
17619         * cccp.c: Accept and ignore -lang-fortran.
17620
17621         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17622         qualifiers don't match at any level of pointerness.
17623
17624 2000-01-12  Robert Lipe  <robertl@sco.com>
17625
17626         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17627
17628 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17629
17630         * reload1.c (reload_reg_unavailable): New static variable.
17631         (reload_reg_free_p): Test it.
17632         (reload_reg_free_for_value_p): Test it instead of
17633         reload_reg_used.
17634         (choose_reload_regs_init): Compute it.
17635
17636 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17637
17638         * reorg.c (fill_slots_from_thread): Check modified_in_p
17639         before replacing.
17640
17641 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17642
17643         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17644         these nodes even if INTERNALS is not set.
17645
17646 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17647
17648         * gcse.c (delete_null_pointer_checks_1): Cope when
17649         get_condition cannot determine the condition.
17650
17651 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17652
17653         * toplev.h (set_message_length): Declare.
17654
17655         * diagnostic.c (obstack_chunk_alloc): Define macro.
17656         (obstack_chunk_free): Likewise.
17657         (struct output_buffer): New data structure.
17658         (vmessage): Remove.
17659         (output_maximum_width): New variable.
17660         (doing_line_wrapping, set_message_length, init_output_buffer,
17661         get_output_prefix, output_space_left, emit_output_prefix,
17662         output_newline, output_append, output_puts, dump_output,
17663         vbuild_message_string, build_message_string, build_location_prefix,
17664         voutput_notice, output_printf, line_wrapper_printf,
17665         vline_wrapper_message_with_location):  New functions. Implement
17666         automatic line wrapping.
17667         (v_message_with_decl): Make it handle automatic line wrapping.
17668         (v_error_with_file_and_line): Likewise.
17669         (v_warning_with_file_and_line): Likewise.
17670         (announce_function): Likewise.
17671         (default_print_error_function): Likewise.
17672
17673 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17674
17675         * cpplib.h (struct cpp_options): Change lang_asm to char.
17676         Add lang_fortran.
17677         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17678         done in cpp_handle_option now.
17679         (initialize_builtins): Take out special case code used only by
17680         __STDC_VERSION__.
17681         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17682         if -traditional.  Recognize -lang-fortran and set
17683         lang_fortran, also turn off cplusplus_comments.
17684         (print_help): Document -lang-fortran.
17685         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17686         lang_asm. Ignore all directives other than `# 123 "file"' if
17687         CPP_PREPROCESSED.
17688         (cpp_get_token): If -traditional, don't recognize directives
17689         unless the # is in column 1.
17690         (parse_string): If lang_fortran or lang_asm, silently
17691         terminate strings ('' or "") at end of line.
17692         Remove unnecessary braces.
17693
17694 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17695             Richard Henderson  <rth@cygnus.com>
17696
17697         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17698         as used.
17699         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17700         strict_low_part when possible.
17701
17702 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17703
17704         * alias.c: PROTO -> PARAMS.
17705         * basic-block.h: Likewise.
17706         * bitmap.c: Likewise.
17707         * bitmap.h: Likewise.
17708         * builtins.c: Likewise.
17709         * c-aux-info.c: Likewise.
17710         * caller-save.c: Likewise.
17711         * calls.c: Likewise.
17712
17713 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17714
17715         * Makefile.in (toplev.o): Depend on regs.h.
17716
17717         * output.h (tdesc_section): Prototype.
17718
17719         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17720
17721         * sdbout.c: Include "tm_p.h".
17722
17723         * toplev.c: Include "regs.h".
17724
17725 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17726
17727         * unroll.c (unroll_loop): Add EH support.
17728
17729 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17730
17731         * pa-protos.h: New file.
17732
17733         * pa.c: Include recog.h and tm_p.h.
17734         (compute_zdepwi_operands, compute_movstrsi_length,
17735         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17736         find_addr_reg, import_milli): Add static prototypes.
17737         (pa_cpu_string, pa_arch_string): Constify a char*.
17738         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17739         (read_only_operand): Add argument `mode'.
17740         (singlemove_string, output_move_double, output_fp_move_double,
17741         output_block_move, output_and, output_ior, output_ascii,
17742         remove_useless_addtr_insns, milli_names, output_mul_insn,
17743         output_div_insn, output_mod_insn, output_arg_descriptor,
17744         output_cbranch, output_bb, output_bvb, output_dbra, ,
17745         output_millicode_call, output_call, hppa_encode_label,
17746         output_parallel_movb, output_parallel_addb): Constify a char*.
17747         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17748         (output_parallel_addb): Remove extra arg to `constrain_operands'
17749
17750         * pa.h:  Move all prototypes to pa-protos.h.
17751         (pa_cpu_string, pa_arch_string): Constify a char*.
17752         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17753
17754         * pa.md: Call `function_label_operand' with mode argument.
17755         Likewise for `read_only_operand'.
17756         Fix nesting of parens in call to `symbolic_operand'.
17757
17758 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17759
17760         * i860-protos.h: New file.
17761
17762         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17763         time warnings.
17764
17765         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17766
17767         * i860.md: Likewise.
17768
17769 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17770
17771         * i386.md (movstrsi expander): Rewrite.
17772         (movstrsi_1 insn): Deleted.
17773         (strmovhi, strmovqi expander): New expanders.
17774         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17775         * i386.c (x86_single_stringop): New global variable.
17776         * i386.h (x86_single_stringop): Declare.
17777         (TARGET_SINGLE_STRINGOP): New macro.
17778
17779 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17780
17781         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17782         integer vararg POSTINCREMENT before the destination of the jump
17783         for the hard fp case.
17784         (function_arg_pass_by_reference): Pass a copy of CUM to
17785         FUNCTION_ARG.
17786
17787         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17788         for CONSTANT_ADDRESS_P above while loop for subreg.
17789
17790 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17791
17792         * flow.c (propagate_block): When a prologue/epilogue insn
17793         is marked dead, unconditionally clear libcall_is_dead and
17794         insn_is_dead, and only dump rtl if warnings aren't being
17795         suppressed.
17796
17797 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17798
17799         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17800         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17801         (FIXED_REGISTERS): Set dirflag as fixed.
17802         (CALL_USED_REGISTERS): Set dirflag as used.
17803         (REG_ALLOC_ORDER): Set dirflag as last one.
17804         (DIRFLAG_REG): New macro.
17805         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17806         (HI_REGISTER_NAMES): Add dirflag.
17807         (DEBUF_PRINT_REG): Handle dirflag.
17808         * i386.md (type attribute): New cld and str types.
17809         (length_opcode attribute): Set cld and str to 1.
17810         (memory attribute): Set str to unknown - it is not clear from the
17811         patterns.
17812         (pent_np function unit): Prefixed string operations takes 12 cycles
17813         minimally; cld takes 2 cycles.
17814         (ppro_uops attribute): Str is "many" and cld is "few".
17815         (ppro_p0 unit): Handle cld here.
17816         (k6_alux unit): Handle cld and str types.
17817         (k6_load unit): It is ocupied by str opcodes.
17818         (k6_store unit): It is ocupied by str opcodes.
17819         (athlon_decode): Str is vector decoded.
17820         (athlon_ieu): Handle str and cld.
17821         (cld pattern): New.
17822         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17823         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17824         cmpstrsi_nz_1 insn): Do not output cld instruction
17825
17826 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17827
17828         * gcc.texi (G++ and GCC): Add Java and Chill.
17829         (Bug Critera): Don't list languages.
17830
17831         * gcc.texi (Incompatibilities): No longer claim most C compilers
17832         are K&R.
17833
17834         * gcc.texi (G++ and GCC): Update other front-ends list.
17835
17836 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17837
17838         * i386.c (ix86_expand_setcc): Fix typo.
17839         (ix86_expand_movcc): Similarly.
17840
17841         * Band-aid until haifa's bitset implementation is nuked.
17842         * haifa-sched.c (extract_bitlst): New parameter for size of the
17843         bitset in bits.  All callers changed.  Avoid looking at undefined
17844         bits in the bitset.
17845         (edgeset_bitsize): New variable.
17846         (schedule_region): Initialize edgeset_bitsize.
17847
17848 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17849
17850         * Makefile.in (optabs.o): Depend on real.h
17851         (resource.o): Depend on insn-attr.h
17852
17853         * builtins.c (result_vector): Wrap prototype in macro conditions
17854         governing definition and use.
17855
17856         * c-common.c: Include tm_p.h.
17857
17858         * c-lex.c: Likewise.
17859
17860         * elfos.h: Constify a char*.
17861
17862         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17863         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17864         parameter with ATTRIBUTE_UNUSED.
17865
17866         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17867         CHECK_FLOAT_VALUE.
17868
17869         * haifa-sched.c (schedule_insns): Mark parameter with
17870         ATTRIBUTE_UNUSED.
17871
17872         * optabs.c: Include real.h.
17873
17874         * real.h (ereal_atof): Add prototype arguments.
17875
17876         * resource.c: Include insn-attr.h.
17877
17878         * sdbout.c (sdbout_queue_anonymous_type,
17879         sdbout_dequeue_anonymous_types): Wrap in macro
17880         SDB_ALLOW_FORWARD_REFERENCES.
17881         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17882         ATTRIBUTE_UNUSED.
17883
17884         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17885
17886         * stupid.c: Include tm_p.h.
17887
17888         * tree.c (real_value_from_int_cst): Mark parameter with
17889         ATTRIBUTE_UNUSED.
17890
17891 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17892
17893         * i960-protos.h: New file.
17894
17895         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17896         time warnings.
17897
17898         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17899
17900 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17901
17902         * combine.c (expand_field_assignment): Do not discard SUBREGs
17903         while computing nonzero_bits.
17904
17905 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17906
17907         * config/arm/arm.c: Fix compile time warnings about signed vs
17908         unsigned constants.
17909         * config/arm/arm.h: Fix compile time warnings about signed vs
17910         unsigned constants.
17911
17912 2000-01-09  Philip Blundell  <philb@gnu.org>
17913
17914         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17915         than `ldm' with only one register.
17916         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17917         only one register.
17918
17919         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17920         clobbered.
17921
17922 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17923
17924         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17925         must have SImode.
17926
17927 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17928
17929         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17930         assignment used as truth value.
17931
17932         * function.c (assign_temp): Mark parameter `dont_promote' with
17933         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17934         PROMOTE_FOR_CALL_ONLY.
17935
17936         * genrecog.c (write_subroutine): Mark variable `operands' with
17937         ATTRIBUTE_UNUSED.
17938
17939         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17940         ATTRIBUTE_UNUSED.
17941
17942         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17943         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17944
17945         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17946         for `decl'.
17947
17948 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17949
17950         * config/c4x.h: Tidy up comments.
17951         * config/c4x.c: Likewise.
17952
17953 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17954
17955         * fold-const.c (lshift_double, rshift_double): Handle
17956         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17957
17958 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17959
17960         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17961         in prepare_function_start().
17962
17963 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17964
17965         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17966         longer allocate extra stack for function calls.
17967
17968 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17969
17970         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17971
17972 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17973
17974         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17975
17976 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17977
17978         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17979         * aix43.h: Revert Aug 2 change.
17980         (HAS_INIT_SECTION): Define, not visible yet.
17981         (LD_INIT_SWITCH): Define, not visible yet.
17982         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17983
17984         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17985
17986         * collect2.c (main): Expand ld2 size further.
17987         (export_object_lst): Cast assignment to avoid warning.
17988         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17989         (scan_prog_file, COFF): Do not collect initialization or
17990         finalization functions generated for entire shared object if
17991         init/fini support present.
17992
17993 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17994
17995         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17996         that .section directives are always prefixed by a tab.
17997
17998         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17999         definitions.
18000
18001 2000-01-07  Matt Austern  <austern@sgi.com>
18002
18003         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
18004         expon.
18005
18006 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
18007
18008         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
18009         crtstuff.c.
18010         (crtbegin.o, s-crtS): Likewise.
18011
18012 2000-01-06  Richard Henderson  <rth@cygnus.com>
18013
18014         * alpha.md (adddi_2+1): Limit offset such that it will be
18015         loadable with a single ldah+lda pair.
18016         (adddi_2+2): Explicitly fail split if we can't make it work.
18017
18018 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
18019
18020         * protoize.c: Conditionally include unistd.h.
18021         (IS_SAME_PATH_CHAR): New macro.
18022         (IS_SAME_PATH): New macro.
18023         (CPLUS_FILE_SUFFIX): New macro.
18024         (cplus_suffix): New static variable.
18025         (is_abspath): New static function.
18026         (in_system_include_dir): Handle DOS style pathnames.
18027         (file_could_be_converted): Likewise.
18028         (file_normally_convertible): Likewise.
18029         (directory_specified_p): Likewise.
18030         (file_excluded_p): Likewise.
18031         (abspath): Likewise.
18032         (shortpath): Likewise.
18033         (referenced_file_is_newer): Likewise.
18034         (save_def_or_dec): Likewise.
18035         (do_processing): Likewise.
18036         (main): Likewise.
18037         (edit_file): Likewise. Use rename instead of link.
18038         (rename_c_file): Likewise. Don't rename syscalls file.
18039         (munge_compile_params): Define null device for DOS based systems.
18040         (process_aux_info_file): Use binary mode if appliable.
18041         (edit_file): Likewise.
18042         * invoke.texi (Running Protoize): Document C++ suffixes used.
18043
18044         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
18045         IS_DIR_SEPARATOR macros.
18046         * collect2.c: Likewise.
18047         * cppinit.c: Likewise.
18048         * dwarf2out.c: Likewise.
18049         * gcc.c: Likewise.
18050         * gcov.c: Likewise.
18051         * prefix.c: Likewise.
18052         * rtl.c: Likewise.
18053         * toplev.c: Likewise.
18054         * system.h: And move to here.
18055
18056         * prefix.c (update_path): Fix typo in variable name.
18057
18058 2000-01-06  Richard Henderson  <rth@cygnus.com>
18059
18060         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
18061         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
18062         (count_reg_sets_1, count_reg_references): Likewise.
18063         (flow_loops_level_compute): Start counting actual loop depth at 1.
18064         (flow_loops_find): Likewise.
18065         * local-alloc.c (update_equiv_regs): Likewise.
18066         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
18067
18068 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
18069
18070         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
18071         FIRST_PSEUDO_REGISTER
18072         * dwarf2out.c: Don't include frame.h
18073         * dwarfout.c: Likewise
18074         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
18075         frame.h
18076
18077 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
18078
18079         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
18080         dead registers.
18081
18082         * i386.c (movsf splitter): Fix typo in my last checkin.
18083
18084 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18085
18086         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
18087         own definition of this macro.
18088         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
18089         flag_data_sections or UNIQUE_SECTION_P are true.
18090
18091         * tm.texi (UNIQUE_SECTION): Document that it can be called for
18092         unitialised data decls.
18093
18094         * config/i386/winnt.c (i386_pe_unique_section): Cope with
18095         being called for uninitialised data.
18096
18097         * config/i386/interix.c (i386_pe_unique_section): Cope with
18098         being called for uninitialised data.
18099
18100         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
18101         for uninitialised data.
18102
18103         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
18104         for uninitialised data.
18105
18106         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
18107         for uninitialised data.
18108
18109         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
18110         (UNIQUE_SECTION_P): Always generate a unique section if
18111         flag_data_sections is true.
18112         (UNIQUE_SECTION): Also generate unique sections for
18113         uninitialised data.
18114         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
18115         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
18116         named_section().
18117
18118 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18119
18120         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
18121         SI, or DI.
18122
18123 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18124
18125         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
18126         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
18127         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
18128         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
18129         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
18130
18131         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
18132
18133 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
18134
18135         * c-decl.c (finish_enum): Simplify code to determine minimum and
18136         maximum values of the enum, and calculate the type.  Remove check
18137         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
18138         the DECL_INITIAL of each enumeration constant with a copy converted
18139         to the enumeration type.  When updating variant types, don't bother
18140         updating the type itself.
18141
18142         * c-typeck.c (build_binary_op): Simplify conditional expressions
18143         when weeding out spurious signed-unsigned warnings.  Add new
18144         spurious warning category: if the unsigned quantity is an enum
18145         and its maximum value fits in signed_type(result_type).  Update
18146         commentary.
18147         (build_conditional_expr): Warn here if one alternative is signed
18148         and the other is unsigned.
18149
18150 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18151
18152         * config/fr30/fr30.h: Remove extraneous comments.
18153
18154 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
18155
18156         * reload1.c (choose_reload_regs): When disabling a reload, also
18157         set reload_spill_index to -1.
18158
18159 2000-01-04  Joel Sherrill (joel@OARcorp.com>
18160
18161         * configure.in (m68*-*-rtemscoff*): New target, formal name for
18162         old m68*-*-rtems*.
18163         (m68*-*-rtemself*): New target.
18164         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
18165         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
18166         (sparc*-*-rtemself*): New target.
18167         (sparc*-*-rtems*): Now elf not a.out.
18168         * config/i386/rtems.h: Include config/rtems.h.
18169         * config/i386/rtemself.h: Include config/rtems.h.
18170         * config/i960/rtems.h: Include config/rtems.h.
18171         * config/m68k/rtems.h: Include config/rtems.h.
18172         * config/m68k/rtemself.h: Include config/rtems.h.
18173         * config/mips/rtems64.h: Include config/rtems.h.
18174         * config/pa/rtems.h: Include config/rtems.h.
18175         * config/rs6000/rtems.h: Include config/rtems.h.
18176         * config/sh/rtems.h: Include config/rtems.h.
18177         * config/sh/rtemself.h: Include config/rtems.h.
18178         * config/sparc/rtems.h: Include config/rtems.h.
18179         * config/sparc/rtemself.h: Include config/rtems.h
18180
18181 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
18182
18183         * final.c (shorten_branches): Correctly compute length of
18184         asms without operands.
18185
18186 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
18187
18188         * configure.in: Add pj target.
18189         * configure: Regenerate.
18190         * config/pj: New directory.
18191         * config/pj/lib1funcs.S: New file.
18192         * config/pj/linux.h: New file.
18193         * config/pj/pj.c: New file.
18194         * config/pj/pj.md: New file.
18195         * config/pj/pjl.h: New file.
18196         * config/pj/t-pj: New file.
18197         * config/pj/xm-pj.h: New file
18198
18199 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
18200
18201         * toplev.c (rest_of_compilation): Run shorten-branches before
18202         reg-stack for now.
18203
18204 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18205
18206         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
18207         macros so that they're consistent with their names.
18208         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18209         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18210
18211 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18212
18213         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
18214         modified inadvertently.
18215
18216 2000-01-04  Joel Sherrill <joel@OARcorp.com>
18217
18218         * configure.in (v850*-*-rtems*): New target.
18219         * configure: Regenerate.
18220         * config/v850/rtems.h: New file.
18221
18222 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
18223
18224         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
18225         (__gthread_key_create): Likewise.
18226         (__gthread_key_dtor):  Likewise.
18227         (__gthread_once): Fix logic.
18228         (__gthread_key_delete): Cast away constness.
18229
18230         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
18231         * invoke.texi: Document.
18232         * i386/mingw32.h (CPP_SPEC): Use.
18233         (LIBGCC_SPEC): Likewise.
18234         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
18235
18236 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18237
18238         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
18239         (HANDLE_PRAGMA_PACK): Undefine.
18240         (SLOW_UNALIGNED_ACCESS): Define.
18241
18242 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18243
18244         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18245         to default definition.
18246         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
18247         (store_fixed_bit_field): Call macro with word_mode and alignment.
18248         (extract_bit_field): Call macro with relevant mode and alignment.
18249         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18250         to default definition.
18251         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
18252         and alignment.
18253         (move_by_pieces_ninsns): Likewise.
18254         (clear_by_pieces): Likewise.
18255         (emit_push_insn): Likewise.
18256         (store_field): Call macro with relevant mode and alignment.
18257         (expand_expr): Likewise.
18258         (expand_expr_unaligned): Likewise.
18259
18260         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
18261         (SLOW_UNALIGNED_ACCESS): Define.
18262         (CASE_VECTOR_MODE): Always use 32-bit offsets.
18263         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
18264         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
18265         (toc_section): Likewise and .toc pseudo-op.
18266         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
18267         64-bit mode.
18268         (TEXT_SECTION_ASM_OP): Likewise.
18269         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
18270         32-bit offsets.
18271
18272         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
18273         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
18274         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
18275         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
18276         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
18277
18278 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
18279
18280         * regclass.c: Revert my Jan 4 change to loop cost computation.
18281
18282 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18283
18284         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
18285         compilation.
18286
18287 2000-01-04  Stan Cox  <scox@cygnus.com>
18288
18289         * haifa-sched.c (build_control_flow): Change unreachable simple
18290         loop test to check if current block has only one predecessor.
18291         (find_rgns): Initialize degree.  Use dest as degree index, not src.
18292
18293 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18294
18295         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
18296
18297         * calls.c (expand_call): Likewise for
18298         `old_stack_arg_under_construction'.
18299
18300         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
18301
18302         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
18303         `save_constant'.
18304
18305         * gcc.c (execute): Likewise for `ut' and `st'.
18306
18307         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
18308
18309         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
18310
18311         * jump.c (jump_optimize_1): Likewise for `temp2'.
18312
18313         * local-alloc.c (block_alloc): Likewise for `r1'.
18314
18315         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
18316
18317         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
18318         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
18319
18320         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
18321         and `set2'.
18322
18323         * reload.c (find_reloads): Likewise for `goal_alternative_number'
18324         and `goal_earlyclobber'.
18325
18326         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
18327
18328         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
18329
18330         * stupid.c (stupid_life_analysis): Likewise for `chain'.
18331
18332         * unroll.c (copy_loop_body): Likewise for `copy'.
18333
18334         * varasm.c (output_constructor): Likewise for `byte'.
18335
18336 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18337
18338         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
18339         all FP constants for constant->reg moves.
18340         (ix86_split_to_parts): Try to convert memory address into immediate
18341         when available in the constant pool.
18342         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
18343         moves.
18344         (LEGITIMATE_CONSTANT_P): Return 1.
18345         * i386.md (pushsf): New splitter to convert constant pool memory
18346         reference to immediate.
18347         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
18348         reload.
18349
18350 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
18351
18352         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
18353         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
18354         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
18355         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
18356         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
18357
18358 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
18359
18360         * ginclude/stdbool.h:  Support compilation as C++.
18361
18362 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
18363
18364         * fold-const.c (make_range): Don't try to reverse an unbounded range.
18365
18366 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
18367
18368         * regclass.c (regclass): Properly compute loop_cost.  Adjust
18369         comments.
18370
18371         * regclass.c: Fix minor whitespace problems.
18372
18373 2000-01-03  Anthony Green  <green@cygnus.com>
18374
18375         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
18376         Restore the pic register if required.
18377
18378 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
18379
18380         * c-common.c (format_char_info): Update comment.
18381         (check_format_info): Recognize 'z' modifier in the same way 'Z'
18382         was recognized.  Emit warning for formats new in ISO C99 only
18383         if flag_isoc9x is not set.
18384
18385 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
18386
18387         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
18388
18389 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18390
18391         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
18392         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
18393         (make_compound_operation): Choose cheaper alternative between
18394         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
18395
18396         * regclass.c (op_costs): Remove global variable.
18397         (record_reg_classes): New parameter "op_costs" and "reg_pref".
18398         (record_operand_costs): Break out from ...
18399         (scan_one_insn): ... here.
18400         (dump_regclass): Make dumps nicer.
18401         (regclass): Dump preferrences choosed and changes done during passes.
18402
18403 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18404
18405         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
18406
18407 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18408
18409         * config/sparc/sparc.c (gen_df_reg): New function.
18410         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
18411         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
18412         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
18413         movtf_cc_reg_sp64+1): Use it.
18414
18415 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18416
18417         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
18418         copied LABEL_DECLs.
18419
18420 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
18421
18422         * config/i386/i386.c (ix86_expand_unary_operator): Function
18423         definition made void.
18424         (ix86_expand_binary_operator): Update outdated preceding comment.
18425         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
18426         prototype.
18427
18428         * config/i386/i386.c (override_options): Fix option-name typo.
18429
18430 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18431
18432         * system.h (CEIL): Define.
18433         * builtins.c (CEIL): Remove.
18434         * expmed.c (CEIL): Likewise.
18435         * expr.c (CEIL): Likewise.
18436         * stor-layout.c (CEIL): Likewise.
18437
18438 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18439
18440         * expr.c (store_constructor_field): Fix typo introduced with last
18441         gcc2 merge.
18442
18443 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18444
18445         * tree.h (BINFO_N_BASETYPES): New macro.
18446
18447 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18448
18449         * expmed.c (emit_store_flag): Prevent losing a pending stack
18450         adjust the same way we prevent losing queued increments.
18451
18452 See ChangeLog.2 for earlier changes.