OSDN Git Service

Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
2
3         * Makefile.in: Fix tradcif.c path.
4
5 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
6
7         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
8           macros, not five.
9
10         * cpphash.h (TOKEN_NAME): New macro.
11         (_cpp_spell_operator): Deleted.
12         (token_spellings): Now _cpp_token_spellings.
13
14         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
15         * cpplex.c: Use OP and TK macros when expanding the
16         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
17         store the stringification of the enumeration name (CPP_CHAR,
18         etc.) in the name slot of token_spellings.
19         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
20         token_spellings directly.
21         * cpplib.c: Use TOKEN_SPELL.
22         
23         * cpplex.c (_cpp_push_token): If the token being pushed back
24         is the previous token in this context, just subtract one from
25         context->posn.
26         * cppmacro.c (save_expansion): Clear aux field when storing a
27         placemarker.
28
29 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
30
31         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
32         buffer, provided it is not NULL.
33
34 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
35
36         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
37         case of invalid volatile re-declaration.
38
39 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
40
41         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
42         (expand_call): Adjust caller.
43
44 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
45
46         * diagnostic.h (report_diagnostic): Change prototype.
47
48         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
49         diagnostic_for_decl):  Change prototype.
50         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
51         error, warning, error_with_file_and_line,
52         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
53         Adjust call to report_diagnostic, diagnostic_for_decl.
54         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm. 
55         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
56         
57         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
58         varaible argument list.
59         
60 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
61
62         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
63         moved to cppmacro.c.
64         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
65         dump_hash_helper): Delete.
66         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
67         cpp_forall_identifiers): New. Implement specialized version of
68         Vlad's expandable hash table.
69         (cpp_lookup): Use new functions.
70         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
71         implementation. 
72         * cppmacro.c: New file.
73         * cppinit.c (dump_macros_helper): New.
74         (cpp_finish): Iterate over the identifier table directly.
75         * cpplex.c (parse_name): Calculate the hash of the identifier
76         while we scan it.  Use _cpp_lookup_with_hash when we can.
77
78         * cpphash.h: Update prototypes.
79         (xcnewvec, HASHSTEP): New helper macros.
80         * cpplib.h: Update prototypes.
81         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
82         (cppmacro.o): New rule.
83         (cpphash.o): Update deps.
84
85         * cppmain.c: Do not set pfile->printer if no_output is on.
86
87 2000-07-15  Neil Booth  <neilb@earthling.net>
88
89         * cpplib.c: Change all directive-handler functions to return
90         void, not int.
91         * cpphash.h: Update typedefs.
92
93 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
94
95         * configure: Regenerate.
96         
97         * extend.texi (Extended Asm): Mention that a memory clobber
98         does not count as a side-effect.
99
100         * unroll.c (copy_loop_body): Fix one instance of using host
101         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
102         cross-compile.
103
104         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
105
106 2000-07-17  Richard Henderson  <rth@cygnus.com>
107
108         * config/ia64/ia64.md (movdi): Split out load address code.
109         New post-reload splitter for symbolic operands.
110         (movdi_internal): Abort if we didn't split symbolic operands
111         when we should have.
112         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
113         (ia64_reorg): Split insns when not optimizing.
114         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
115
116 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
117
118         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
119         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
120
121 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
122
123         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
124
125 2000-07-17  Jason Merrill  <jason@redhat.com>
126
127         * Makefile.in (clean): Remove libgcc directory.
128
129         * configure.in (-Wno-long-long check): Use higher-level macros.
130
131 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
132
133         * simplify-rtx.c (simplify_binary_operation): Recognize
134            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
135         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
136            a CONST_INT, it will always be zero.
137
138 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
139
140         * loop.c (check_dbra_loop) : Return if more than one condition is 
141         present to control the loop.
142
143 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
144
145         * mips.c (mips_expand_prologue): Don't calculate the last argument
146         register unless we need it.  When we are calculating this, make
147         sure FUNCTION_ARG is giving us a REG.
148
149 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
150
151         * flow.c (libcall_dead_p): Use single_set to verify the insn
152         has only one set and get for analysis.
153         (propagate_one_insn): Don't pass the PATTERN of the insn.
154
155 2000-07-17  Mark Klein <mklein@dis.com>
156
157          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
158
159 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
160
161         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
162         * configure.in (TARGET_GETGROUPS_T): Evaluate.
163         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
164         of second argument of getgroups.
165         * configure, config.in: Rebuilt.
166
167 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
168
169         * simplify-rtx.c (simplify_relational_operation): Two signed
170         values with equal high words are less/greater than each other if
171         their low words are less/greater when considered as unsigned.
172
173 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
174
175         * configure.in (vax-*-openbsd):  Change to new style configuration,
176         add collect2/float_format information.
177         * configure:  Rebuilt.
178         * config/vax/openbsd1.h:  New.
179         * config/vax/openbsd.h:  New.
180         * config/vax/t-openbsd:  New.
181
182 2000-07-17  Chip Salzenberg  <chip@valinux.com>
183
184         * c-common.c (shorten_compare): Quiet warnings about unsigned
185         comparisons with zero when they occur in a system header.
186
187 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
188
189         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
190         update to describe current practice.
191
192         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
193
194         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
195         references to C9X.  Change references to -fstd and -flang-isoc9x
196         to refer to -std.
197
198         * c-common.c (scan_char_table): Allow "z" length modifiers on
199         diouxXn formats.
200         (check_format_info): Use TYPE_DOMAIN on the type matched against
201         for "z" formats, to retrieve the language size_t rather than the
202         internal one.
203
204         * c-common.c (check_format_info): Do not make a pedantic objection
205         to the 'L' length modifier if used with a floating point type
206         character.
207
208         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
209         constants in C99 mode.
210
211 2000-07-17  Kazu Hirata  <kazu@hxi.com>
212
213         * h8300.md: Fix the format of mac.
214         (movsi_h8300hs): Output a tab after stmac instead of a space.
215
216         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
217         profitable adds/subs sequences.
218
219         * fold-const.c: Fix comment typos.
220
221 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
222
223         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
224
225 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
226
227         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
228
229 2000-07-16  Neil Booth  <NeilB@earthling.net>
230
231         * cpplex.c: Update comments.
232         * README.Portability: Small update.
233
234 2000-07-16  Neil Booth  <NeilB@earthling.net>
235
236         * README.Portability:  Small update.
237
238 2000-07-15  Richard Henderson  <rth@cygnus.com>
239
240         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
241         * config/ia64/ia64.c (ia64_move_ok): New function.
242         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
243         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
244
245 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
246
247         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
248         immediately following a paste operator.
249         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
250         (cpp_reader_init): Call it, if HOST_EBCDIC.
251         (cpp_handle_options): Do not sort option list here.
252         (handle_option): Rename to cpp_handle_option and export.
253         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
254         _cpp_get_token directly.
255         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
256         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
257         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
258         cpp_scan_line.
259
260 2000-07-15  Richard Henderson  <rth@cygnus.com>
261
262         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
263         cast around an expression.  Tidy other unsigned tests.
264
265 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
266
267         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
268         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove. 
269         (v_message_with_decl): Rename to ...
270         (format_with_decl): ... this. Tweak
271         (diagnostic_for_decl): New function.
272         (fatal_io_error): Use verbatim in lieu of notice.
273         (announce_function): Use verbatim.
274         (default_print_error_function): Likewise.
275         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
276         infratructure. 
277
278 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
279
280         * mips.c (function_arg_pass_by_reference): Don't do automatic
281         aggregate initialization.
282         (machine_dependent_reorg): Initialize variable `mode'.
283         
284         * mips.md (absdi2): Change variable `regno1' to unsigned int.
285         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
286         conflicts with sys/param.h macro of the same name.
287         (reload_outdi): Likewise.
288
289 2000-07-15  Michael Meissner  <meissner@redhat.com>
290
291         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
292         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
293         create a new node instead.
294
295 2000-07-15  Neil Booth  <NeilB@earthling.net>
296
297         * README.Portability: Correct example about calling a function
298         through a pointer to function.  Format wide paragraphs.
299
300 2000-07-15  Michael Meissner  <meissner@redhat.com>
301
302         * README.Portability: Update integer suffixes and function
303         prototype sections.
304
305 2000-07-15  Neil Booth  <NeilB@earthling.net>
306
307         * README.Portability: Small update.
308
309 2000-07-15  Neil Booth  <NeilB@earthling.net>
310
311         * README.Portability: New file.
312
313 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
314
315         * INSTALL: Give special instructions for building GCC on Irix 6.
316         * config/mips/x-iris6 (CC): Don't set it.
317         (OLDCC): Likewise.
318
319 2000-07-14  Jason Merrill  <jason@redhat.com>
320
321         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA 
322         register in the stack and later in another register, use the new
323         register.
324
325 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
326
327         * config/mips/mips.md: (absdi2): Handle sign_extend for
328         second operand.
329
330 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
331
332         * cpplib.c (do_pragma_dependency): Tidy warning messages.
333
334 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
335
336         * .cvsignore: Correct typo.
337
338 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
339
340         * .cvsignore: Add generated YACC files.
341         * objc/.cvsignore: New file.
342         
343 2000-07-14  Neil Booth  <NeilB@earthling.net>
344
345         * cpplex.c (adjust_column): New funcion.
346         (skip_whitespace): Use it.
347         (skip_block_comment): Use it, and warn about /*/* with
348         -Wcomments.
349
350 2000-07-14  Neil Booth  <NeilB@earthling.net>
351
352         * cpphash.c (struct macro_info): Add new members.
353         (_cpp_free_definition): Delete the macro directly.
354         (count_params): Return void, with first token of
355         expansion in struct macro_info on success.
356         (parse_define): Return int.  Hoist syntax checking from
357         save_macro_expansion.  Leave call to save_expansion to
358         _cpp_create_definition.
359         (alloc_macro): Needs just 2 arguments.
360         (free_macro): Delete.
361         (save_expansion): Don't perform syntax check.
362         (_cpp_create_definition): Call save_expansion.
363
364 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
365
366         * genrecog.c (write_header): Split long string.
367
368         * cpphash.c (macro_info): Don't use the `signed' keyword.
369
370         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
371
372 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
373
374         * calls.c (stored_args_map): New variable.
375         (check_sibcall_argument_overlap_1): New.
376         (check_sibcall_argument_overlap): New.
377         (expand_call): Initialize stored_args_map.
378         Call check_sibcall_argument_overlap.
379
380 2000-07-13  Bruce Korb  <bkorb@gnu.org>
381
382         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
383         (emit_gnu_type): utility procedure for gnu_type_fix
384         (gnu_type_fix): implement various pre-processor guards around
385         standard types so these types can be defined over and over
386         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
387         types alluded to above will have GNU-compliant base types
388         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
389         * fixinc/inclhack.def: add test_text entries and utilize the new
390         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
391         * fixinc/fixincl.x: regenerate
392
393 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
394
395         * diagnostic.c (vline_wrapper_message_with_location,
396         v_message_with_file_and_line, v_error_with_file_and_file,
397         v_error_for_asm, v_warning_for_asm, vfatal,
398         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
399         vsorry, verror, vwarning, vpedwarn): Remove.
400         (diagnostic_for_asm): New function.
401         (pedwarn, error, warning, pedwarn_with_file_and_line,
402         error_with_file_and_line, warning_with_file_and_line, sorry,
403         error_for_asm, warning_for_asm, fatal): Reimplement.
404         (finish_diagnostic): Clear diagnostic info as well.
405         
406 2000-07-13  Neil Booth  <NeilB@earthling.net>
407
408         * c-common.h (flag_digraphs): New.
409         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
410         * c-lex.c (yylex): Use flag_digraphs to decide whether to
411         honour digraphs.
412         
413 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
414
415         * gcc.c (do_spec_1): Add new %B operator.
416         (set_input): Prepare for %B.
417
418         (link_command_spec): Move up with the other tm.h-
419         overrideable specs.  Factor out the portion conditional on
420         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
421         (struct compiler): Just have a single spec string.  All users
422         updated.
423         (default_compilers): Remove unnecessary braces.
424         (static_specs): Update.
425
426         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
427         named specs.
428         (C and assembly specs): Use the new named specs, as appropriate.
429
430         * objc/lang-specs.h: Use the new named specs.  
431         Remove unnecessary braces.
432
433 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
434
435         * gcc.c (execute): If a subprocess gets a fatal signal, report
436         strsignal() of the signal number, and ask for a bug report.
437         Do not do this for SIGPIPE if there's already been an error.
438
439         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
440         Delete pipe_closed.
441
442         * tradcif.c: Remove.
443
444 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
445
446         * final.c (profile_function): Do not emit profile counters in
447         the data section, if NO_PROFILE_COUNTERS is defined.
448         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
449         FUNCTION_PROFILER.
450
451         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
452         (FUNCTION_PROFILER): Just emit a call to mcount.
453
454 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
455
456         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
457
458         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
459         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
460         traditional, lang_chill, or lang_fortran.
461
462         * cppfiles.c: #undef strcmp to suppress warning about macros
463         used without arguments.
464         (_cpp_execute_include): Use f, not fname, in "No include path"
465         error.
466         (_cpp_pop_file_buffer): New function.
467         * cpplib.c: Don't include <sys/mman.h>.
468         (cpp_push_buffer): Set line_base and lineno in new buffer.
469         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
470
471         * cpplex.c: Move all prototypes and structure declarations to the
472         top of the file.  Properly parenthesise some macro arguments.
473         (cpp_scan_line): New function.
474         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
475         don't need to walk up the stack counting.
476
477 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
478
479         * c-common.c (combine_strings): Emit a pedantic warning when a
480         string length is greater than the minimum ANSI C is required
481         to support.
482
483 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
484
485         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
486         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
487
488 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
489
490         * c-decl.c (define_label): Warn about identifier conflicts with
491         labels in traditional C.
492
493         * c-parse.in (unop +): Warn about the unary plus operator for
494         traditional C.
495
496         * c-typeck.c (store_init_value): Warn about automatic aggregate
497         initialization for traditional C.
498
499         * invoke.texi (-Wtraditional): Document new warnings.
500
501 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
502
503         * Makefile.in (c-errors.o): Fix thinko in dependency.
504
505 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
506
507         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
508         -traditional, -ftraditional, or -traditional-cpp was given.
509         Do not pass -traditional to the preprocessor.
510         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
511         preprocessor does it automatically.
512         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
513
514         * ch/lang-specs.h: Always use tradcpp.  Do not pass
515         -traditional, -trigraphs, or -pedantic to the preprocessor.
516         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
517         _LANGUAGE_FORTRAN.
518
519 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
520
521         * cppexp.c (LOGICAL): Delete macro.
522         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
523         and && directly.
524
525         * cpphash.c (HASHSIZE): Increase to 4096.
526         (struct hashdummy): Add hash field.
527         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
528         the string values using memcmp.
529         (cpp_lookup): Set dummy.hash.
530
531 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
532
533         * configure.in (m88k-openbsd): Express configuration using new fragment
534         style.
535         * configure: Rebuilt.
536         * m88k/aout-dbx.h: New.
537         * m88k/openbsd.h: New.
538         * m88k/xm-openbsd.h: New.
539
540 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
541
542         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
543
544 2000-07-12  Richard Henderson  <rth@cygnus.com>
545
546         * reload.c (push_secondary_reload): Make sure to add the new
547         reload at the end, after acquiring secondary memory.
548
549 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
550
551         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
552
553         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
554         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
555
556         * c-parse.in (stmt): Delete unused variables.
557
558         * convert.c (convert_to_vector): Likewise.
559
560         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
561
562         * tree.c (finish_vector_type): Prototype.
563
564 2000-07-12  Bruce Korb  <bkorb@gnu.org>
565
566         * fixinc/fixfixes.c: use xmalloc
567         * fixinc/fixincl.c(initialize): set program name for xmalloc
568         * fixinc/fixlib.c(must_malloc): obsolete
569         (is_cxx_header): no longer used - disabled
570         (skip_quote): inserted and disabled for future use
571         * fixinc/fixlib.h: reflects above
572         * fixinc/fixtests.c: removed dinkleberries
573
574 2000-07-12  Neil Booth  <NeilB@earthling.net>
575
576         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
577         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
578
579         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
580         struct toklist_dummy): New.
581         (cpp_free_definition): Free macros with free_macro.
582         (count_params): Don't save paramter spellings.  Save macro
583         information in a struct macro_info.
584         (parse_define): Don't allocate a token list.
585         (save_expansion): Allocate the macro's token list, and
586         save parameter spellings if necessary.  Use TOKEN_SPELL.
587         (cpp_create_definition): Make list const.
588
589 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
590
591         * c-typeck.c (pedwarn_c99): Move to
592         * c-errors.c: ... Here.
593         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
594         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
595         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
596         (c-errors.o): List dependency.
597
598 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
599
600         * c-parse.c: Remove.
601         * c-parse.h: Likewise.
602         * c-parse.y: Likewise.
603         * objc/objc-parse.c: Likewise.
604         * objc/objc-pasre.y: Likewise.
605
606 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
607
608         * gcc.texi: Fix minor typos
609         * extend.texi: Fix minor typos
610
611 2000-07-11  Marc Espie <espie@openbsd.org>
612
613         * collect2.c (main): Recognize .lo as object files.
614
615 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
616
617         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
618         true.
619
620         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
621         with MAP_ANONYMOUS and MAP_ANON.
622         * configure, config.in: Rebuilt.
623
624 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
625
626         * diagnostic.c (save_output_state): Remove.
627         (restore_output_state): Likewise.
628         (clear_text_info): New function.
629         (clear_diagnostic_info): Likewise.
630         (output_text_length, is_starting_newline, output_prefix,
631         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
632         prefixing_policy, output_buffer_ptr_to_format_args): New macros
633         (set_real_maximum_length, output_set_maximum_length,
634         output_set_prefix, output_get_prefix, output_set_maximum_length,
635         output_destroy_prefix, init_output_buffer,
636         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
637         output_add_newline, output_add_character, output_add_space,
638         output_append_r, output_append, wrap_text, output_format,
639         output_do_printf, output_printf, output_do_verbatim,
640         output_verbatim, verbatim): Use them.
641         (output_clear): Split into cleat_text_info and
642         clear_diagnostic_info.
643         (struct output_state): Move to...
644
645         * diagnostic.h: ...Here
646         (struct output_buffer): Adjust.
647
648 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
649
650         * cpplex.c (parse_name): No longer inline (premature optimization).
651         (do_pop_context): Fold into pop_context.
652         (pop_context): Returns int.
653         (lex_next): Hoist test for end of directive into pop_context.
654         (push_macro_context): Returns int; takes just reader and token.
655         Hoist test for excessive nesting to caller.
656         (push_arg_context): Returns void; takes just reader and token.
657         Do not call stringify_arg or get_raw_token.
658         (get_raw_token): Convert tail recursion through push_arg_context
659         to a loop at this level.  Call stringify_arg here if appropriate.
660         (maybe_paste_with_next): Convert tail recursion to a while loop.
661         Hoist test of paste_level to caller.
662
663         (stringify_arg): Push arg context at beginning.
664         (cpp_get_token): Split out core into _cpp_get_token.  Call
665         process_directive here.  Throw away CPP_PLACEMARKER tokens.
666         (_cpp_get_token): Convert tail recursion through
667         push_macro_context to a loop at this level.
668         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
669         _cpp_get_raw_token): Use _cpp_get_token.
670         (_cpp_skip_rest_of_line): Drop the context stack directly; do
671         not call pop_context.
672         (_cpp_run_directive): Call lex_next directly.
673
674         * cpphash.h: Prototype _cpp_get_token.
675         * cppexp.c (lex): Use it.
676         * cpphash.c (parse_define): Use it.
677         * cpplib.c (get_define_node, do_undef, parse_include,
678         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
679         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
680         parse_ifdef, validate_else): Use it.
681         (cpp_push_buffer): Tweak error message; abort if anyone tries
682         to push a buffer while macro expansions are stacked.
683
684 2000-07-11  Donn Terry  <donnte@microsoft.com>
685
686         * cpplex.c (free_macro_args, save_token): Cast arg of free
687         and/or xrealloc to PTR.
688         (_cpp_init_input_buffer): Clear all fields of the base context.
689
690 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
691
692         * gensupport.c (process_rtx): Make rtl checking stop
693         complaining about the define_insn while it is being
694         converted from a define_insn_and_split.
695
696 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
697
698         * config/mips/mips.c (simple_memory_operand): Access the
699         INTVAL of the address, not it's containing MEM.
700
701 2000-07-11  Bruce Korb  <bkorb@gnu.org>
702
703         * fixinc/fixtests.c(double_slash): obsolete
704         (else_endif_label): likewise
705         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
706         (libc1_ifdefd_memx): correct initial comment
707         and omit the #if/#endif pair from the memxxx declarations
708         * fixinc/fixincl.x: regen
709
710 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
711
712         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
713
714 2000-07-11  Neil Booth  <NeilB@earthling.net>
715
716         * cpp.texi: Update.
717
718 2000-07-11  Neil Booth  <NeilB@earthling.net>
719
720         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
721         (handle_option): Set digraphs according to standard.
722         Merge OPT_lang_c89 handler with OPT_std_c89.
723
724         * cpplex.c: (lex_line, can_paste): Honour digraphs in
725         accordance with the digraphs flag.
726
727         * cpplib.h: (struct cpp_options): New option digraphs.
728
729 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
730             Bruce Korb  <bkorb@gnu.org>
731
732         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
733         * fixinc/fixincl.x: Regenerate.
734         * fixinc/tests/base/testing.h: Add testcase.
735
736 2000-07-10  Richard Henderson  <rth@cygnus.com>
737
738         * config/ia64/ia64.c (got_symbolic_operand): New.
739         (symbolic_operand, move_operand): Revert 0701 change.
740         * config/ia64/ia64.h (PREDICATE_CODES): Update.
741         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
742         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
743         split the offset into a 14-bit low part instead of a 13-bit low part.
744         (load_fptr): Mark the mem as unchanging.
745         (load_symptr): Use got_symbolic_operand.
746
747 2000-07-10  Nick Clifton  <nickc@cygnus.com>
748
749         * libgcc2.c (next_stack_level): Cast result of computation to
750         (void **) so that the assignment does not generate a warning.
751
752 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
753
754         * flags.h : Add new variable flag_single_precision_constant.
755         * toplev.c (display_help) : Add -fsingle-precision-constant option.
756         (flag_single_precision_constant): New.
757         * c-lex.c (yylex): Convert floating point constant to single
758         precision constant.
759         * invoke.texi : Add documentation for this new option.
760
761 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
762
763         * diagnostic.c (output_octal): Second parameter is unsigned.
764         (output_long_octal): Likewise.
765         (output_hexadecimal): Likewise.
766         (output_long_hexadecimal): Likewise.
767         (output_format): Adjust arguments extraction. Tweak.
768         (output_verbatim, verbatim): End variable argument list.
769         (report_diagnostic): Improve documentation.
770
771 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
772
773         * c-common.h (build_stmt): Declare.
774         (build_continue_stmt): Likewise.
775         (build_break_stmt): Likewise.
776         (build_return_stmt): Likewise.
777
778         * c-decl.c (do_case): Rewrite to do what previously done in
779         c-parse.in.
780
781         * c-semantics.c (build_stmt): Define.
782         (build_return_stmt): Likewise.
783         (build_break_stmt): Likewise.
784         (build_continue_stmt): Likewise.
785         (build_case_label): Likewise.
786
787         * c-parse.in (BREAK): Change to build tree, then generate RTL.
788         (CONTINUE): Likewise.
789         (RETURN): Likewise.
790         (CASE): Likewise.
791         (DEFAULT): Likewise.
792
793         * c-parse.y: Regenerate.
794         * c-pasre.c: Likewise.
795
796 2000-07-09  Jason Merrill  <jason@redhat.com>
797
798         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
799
800         * tree.h (STRIP_NOPS): Check for error_mark_node.
801         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
802         (dwarf2out_*): Remove duplicate declarations.
803
804         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
805         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
806
807 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
808
809         * diagnostic.c (wrap_text): New function.
810         (maybe_wrap_text): Likewise.
811         (output_add_string): Use it.
812         (output_format): Likewise.
813         (count_error): Use verbatim instead of notice.
814         (report_error_function): Likewise. Don't use plain fprintf.
815         (finish_diagnostic): New function.
816         (output_do_verbatim): Tweak.  Commonalize functionalities in
817         output_verbatim and verbatim.
818         (output_verbatim): Adjust.
819         (verbatim): Likewise.
820         (report_diagnostic): Define.
821
822         * diagnostic.h (report_diagnostic): Prototype.
823
824 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
825
826         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
827
828 2000-07-09  Neil Booth  <NeilB@earthling.net>
829
830         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
831         IShspace, ISspace: Update.
832
833         * cppinit.c: ISTABLE: Update.
834         V: New.
835
836         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
837         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
838         (skip_block_comment, skip_line_comment, parse_string,
839         lex_line): Use is_vspace rather than IS_NEWLINE.
840         (skip_whitespace, lex_line): Clean up to use is_nvspace.
841         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
842         gets a BOL flag.
843         (lex_next): Unconditionally stop if within a directive.
844         Treat directives within macro invocations as directives
845         (after parse_args emits error), not as the argument.
846
847 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
848
849         * diagnostic.c (diagnostic_args): New macro.
850         (diagnostic_msg): Likewise.
851         (output_formatted_integer): Likewise.
852         (output_state): New data type.
853         (digit_buffer): Make global.
854         (output_add_integer): Rename to output_decimal. Squeeze
855         digit_buffer.
856         (output_long_decimal, output_unsigned_decimal,
857         output_long_unsigned_decimal, output_octal, output_long_octal,
858         output_hexadecimal, output_long_hexadecimal): New functions.
859         (output_append_r): New function.
860         (output_append): Tweak.
861         (output_flush_on): Rename to output_to_stream.
862         (output_format): Change prototype.  Improve documentation. Handle
863         more format specifiers.
864         (build_location_prefix): Rename to context_as_prefix.
865         (output_notice): Rename to output_do_printf.
866         (output_printf): Tweak.
867         (line_wrapper_printf): Likewise.
868         (vline_wrapper_message_with_location): Adjust call to renamed
869         functions.
870         (v_message_with_decl): Likewise.
871         (default_print_error_function): Likewise.
872         (save_output_state): New function.
873         (restore_output_state): Likewise.
874         (output_do_verbatim): Likewise.
875         (output_verbatim): Define.
876         (verbatim): Likewise.
877
878         * diagnostic.h (printer_fn): Change return type from void to int.
879         Improve documentation.
880         (output_add_integer): Rename to output_decimal.
881         (output_flush_on, output_format): Don't export.
882         (output_verbatim, verbatim): Declare.
883
884 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
885
886         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
887         Check whether c divides op1 exactly if operation is not
888         multiplication.
889
890 2000-07-08  Richard Henderson  <rth@cygnus.com>
891
892         * final.c (final): Do not abort when reg-stack introduces
893         a new insn.
894
895 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
896
897         * cpplib.h (struct cpp_name): Now struct cpp_string.
898         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
899         CPP_HEADER_NAME): Change to type S.
900         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
901         field, a cpp_hashnode *.  All references to val.name updated
902         to use val.str or val.node as appropriate.
903         (struct cpp_reader): Add spec_nodes field.
904         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
905
906         * cpphash.h (struct spec_nodes): New.
907         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
908         val.str.  All references to 'spelling > SPELL_NONE' updated to
909         match.
910
911         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
912         pfile->buffer->inc are not NULL before dereferencing them.
913
914         * cpplex.c (parse_name): Take a pointer to the current token,
915         plus current position and limit as args; return the new
916         position; don't copy the text of a name into the string
917         buffer, instead call cpp_lookup and store the node pointer.
918         If extending a token, copy out the text of the old into a
919         scratch buffer, append the new, look that up and store the new
920         node pointer.  Inline.
921         (maybe_paste_with_next): If the result of paste is a NAME,
922         then look up the pasted text and store its node pointer.
923         (lex_line): Adjust for new parse_name interface.
924         Check for L"str", L'str' using spec_nodes->n_L.
925         (spell_token): SPELL_IDENT tokens have their spelling in
926         val.node->name.  Handle SPELL_STRING tokens that don't have
927         string delimiters.
928         (_cpp_expand_name_space,
929         (can_paste): Check for L ## "str" using spec_nodes->n_L.
930         (cpp_get_token, special_symbol): No need to call cpp_lookup.
931         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
932         return 1=equal 0=not, not a tristate.
933
934         * cpphash.c (var_args_str): Delete.
935         (find_param): Compare node fields directly.
936         (is__va_args__): Use CPP_PEDANTIC.  Just compare
937         token->val.node with spec_nodes->n__VA_ARGS__.
938         (dump_funlike_macro): Don't use var_args_str.
939
940         * cpplib.c (_cpp_check_directive): Just walk through
941         spec_nodes->dirs comparing pointers.
942         (get_define_node, do_pragma_poison, detect_if_not_defined,
943         parse_ifdef): The identifier has already been looked up.
944         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
945         node.
946         (do_if): Only call detect_if_not_defined at beginning of file.
947         (_cpp_parse_assertion): Only copy string pointers for
948         SPELL_STRING tokens.
949         (pragma_dispatch): Take a node pointer and examine its name
950         field.
951         (_cpp_init_stacks): Also initialize the spec_nodes structure.
952
953         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
954         _cpp_init_macros.
955         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
956         reverse order from the corresponding _cpp_init_* routines.
957
958         * cppexp.c (parse_number, parse_charconst, parse_defined,
959         lex): Check val.node->type instead of calling cpp_defined.
960         Use spec_nodes entries where appropriate.
961
962         * fix-header.c, scan-decls.c: Update for interface changes.
963
964 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
965
966         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
967         emitting aux_truncdfsf2.
968
969 2000-07-03  Donn Terry  (donnte@microsoft.com)
970
971         * cppinit.c (print_help): split overlong line into ISO C89
972         maximum chunks.
973
974 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
975
976         * cppexp.c: Update all code for new lexer interface.
977         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
978         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
979         * cpplex.c (token_names): Trim leading CPP_ from names; make
980         the strings unsigned.
981         (_cpp_spell_operator): New.
982         (is_macro_disabled): Disable all macros if rescanning
983         preprocessed text.
984         (_cpp_get_directive_token): Remove.
985
986         * cppinit.c: Don't set no_macro_expand.
987         * cpplib.c (read_line_number, do_line): Check only for EOF,
988         not VSPACE.
989         * cpphash.h: Update prototypes.
990         * cpplib.h (CPP_VSPACE): Remove.
991         (struct cpp_reader): Remove no_macro_expand.
992
993 2000-07-08  Neil Booth  <NeilB@earthling.net>
994
995         * cpphash.c (is__va_args__): New function.
996         (count_params): Fix line reported in error messages.  Use
997         is__va_args__.  Don't return ')' on error.  Flag GNU style
998         rest args macro definitions.
999         (parse_define): Check macro name is not __VA_ARGS__.
1000         (save_expansion): Check identifier in non-varargs-macro is
1001         not __VA_ARGS__.  Don't flag GNU_VARARGS.
1002         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
1003         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
1004          than per-token GNU_VARARGS.
1005         * cpplib.h (GNU_VARARGS): Remove.
1006         (GNU_REST_ARGS): New.
1007
1008 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1009
1010         * i386.md (call_pop, call, call_value_pop): Do not set
1011         current_function_uses_pic_offset_table for calls to static
1012         functions or indirect calls.
1013
1014 2000-07-07  Jim Wilson  <wilson@cygnus.com>
1015
1016         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
1017         is_predicate_reg, then take max write_count of register pair.
1018
1019 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1020
1021         * tradcpp.c (main): Rename label `include' to `add_include' to
1022         avoid conflicts with variable `include' in traditional C.
1023
1024 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1025
1026         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
1027
1028 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
1029
1030         * sibcall.c (uses_addressof): Add INMEM argument, check for
1031         current_function_internal_arg_pointer outside of MEM rtxs in addition
1032         to ADDRESSOFs.
1033         (sequence_uses_addressof): Update caller.
1034
1035 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
1036
1037         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
1038         and friends.
1039
1040 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1041
1042         * system.h (UNION_INIT_ZERO): New macro for initializing union
1043         members in structs.
1044
1045         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
1046
1047 2000-07-07  Neil Booth  <NeilB@earthling.net>
1048
1049         * cpp.texi: Update.
1050
1051 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
1052
1053         * final.c (final): Detect out of bounds array access to
1054         the insn_lengths array.
1055
1056 2000-07-07  Kazu Hirata  <kazu@hxi.com>
1057
1058         * fold-const.c (fold): Fix a comment typo.
1059
1060 2000-07-07  Neil Booth  <NeilB@earthling.net>
1061
1062         * cpp.texi: Update to new lexer.
1063
1064 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1065
1066         * tradcpp.c: New file.
1067         * tradcif.y: New file.
1068         * tradcif.c: New generated file.
1069
1070         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
1071         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
1072         dependencies of C.  Install tradcpp from install-common, in
1073         $(libsubdir).
1074
1075 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
1076
1077         * cppinit.c: Include cppdefault.h.  Refer to
1078         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
1079         to GCC_INCLUDE_DIR and its length.
1080         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
1081         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
1082         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
1083         cppdefault.h.
1084         (include_defaults_array): Move to cppdefault.c.
1085
1086         * cppdefault.h: New file.
1087         * cppdefault.c: New file.
1088
1089         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
1090         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
1091         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
1092         this file.
1093
1094 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1095
1096         * reload.c (push_reload): When seeing if can reuse a register,
1097         check extra registers against widest of INMODE and OUTMODE.
1098
1099 2000-07-06  Neil Booth  <NeilB@earthling.net>
1100
1101         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
1102         based on full length of predicate.
1103
1104 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
1105
1106         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
1107         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
1108
1109 2000-07-05  Kazu Hirata  <kazu@hxi.com>
1110
1111         * h8300-proto.h: Fix formatting.
1112         * h8300.c: Likewise.
1113         * h8300.h: Likewise.
1114
1115 2000-07-05  Jim Wilson  <wilson@cygnus.com>
1116
1117         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
1118         CCmode.
1119
1120 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
1121
1122         * invoke.texi: Fix minor typos
1123         * md.texi: Fix minor typos
1124
1125 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
1126
1127         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
1128
1129 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1130
1131         * cpplex.c: Don't include sys/mman.h.
1132         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
1133
1134         * cpplib.c: Include sys/mman.h and obstack.h.
1135         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
1136         obstack.
1137         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
1138         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
1139         bother freeing if stack entries (they will be freed with their buffer).
1140         (do_endif): Free if stack entries from the buffer obstack.
1141         (push_conditional): Allocate if stack entries from the buffer obstack.
1142
1143         (find_answer): Rename to _cpp_find_answer.
1144         (do_assert, do_unassert): Update.
1145
1146         * cpphash.h: Update prototypes.
1147         (xobnew): New convenience macro.
1148         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
1149         Update comments.
1150         (struct cpp_hashnode): Remove disabled field.
1151
1152         * cppinit.c: Don't include hashtab.h or splay-tree.h.
1153         (report_missing_guard): Moved to cppfiles.c.
1154         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
1155         cpp_init_includes.
1156         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
1157         cpp_cleanup_includes.  Don't destroy hashtab or
1158         all_include_files here.
1159         (cpp_finish): Use _cpp_report_missing_guards.
1160
1161         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
1162         (_cpp_init_include_table): Rename _cpp_init_includes.
1163         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
1164
1165         * cppexp.c (parse_assertion): Update for new name of
1166         find_answer.
1167
1168         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
1169
1170 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
1171
1172         * cpplib.c (do_ident): s/VSPACE/EOF/
1173
1174 2000-07-05  Neil Booth  <NeilB@earthling.net>
1175
1176         * cpplex.c: Fix trigraph replacement within strings.
1177
1178 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1179
1180         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
1181
1182         * xcoffout.c (assign_type_number): Constify.
1183         (xcoffout_source_file): Add static prototype.  Don't needlessly
1184         cast away const-ness.
1185
1186 2000-07-04  Jason Merrill  <jason@redhat.com>
1187
1188         * frame.h (frame_state): Move base_offset to end.
1189
1190 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1191
1192         * calls.c (emit_library_call_value_1): Revert previous change.
1193
1194 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1195
1196         * fix-header.c (struct partial_proto): Remove unnecessary fields.
1197         (recognized_extern, recognized_function, read_scan_file):
1198         Update for new scheme.
1199         (check_protection): It's still a multiple include guard even
1200         if it doesn't always trigger.
1201         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
1202         new scheme.
1203         * scan.h: Declare struct cpp_token.  Update prototypes.
1204
1205 2000-07-03  Neil Booth  <neilb@earthling.net>
1206             Zack Weinberg  <zack@wolery.cumb.org>
1207
1208         Complete overhaul of the lexer and macro expander.
1209
1210         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
1211         arg, arglist, argdata, reflist, collect_objlike_expansion,
1212         collect_funlike_expansion, collect_params,
1213         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
1214         unsafe_chars, macarg, compare_defs, special_symbol,
1215         scan_arguments, stringify, funlike_macroexpand,
1216         _cpp_quote_string, monthnames): Delete.
1217         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
1218         _cpp_create_definition, _cpp_dump_definition,
1219         dump_hash_helper): Adjust.
1220         (find_param, count_params, parse_define, var_args_str,
1221         check_macro_redefinition, save_expansion): New.
1222
1223         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
1224         parse_string, output_line_command, trigraph_replace,
1225         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
1226         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
1227         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
1228         _cpp_skip_rest_of_line): Modify.
1229
1230         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
1231         find_position, null_warning, bump_column, expand_name_space,
1232         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
1233         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
1234         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
1235         _cpp_prescan): Delete.
1236
1237         (dump_param_spelling, process_directive, lex_next,
1238         is_macro_disabled, stringify_arg, expand_context_stack,
1239         output_token, make_string_token, alloc_number_token,
1240         special_symbol, duplicate_token, maybe_paste_with_next,
1241         can_paste, prevent_macro_expansion, restore_macro_expansion,
1242         get_temp_token, release_temp_tokens, quote_string,
1243         token_names, token_spellings, _cpp_expand_name_space,
1244         _cpp_glue_header_name, _cpp_reserve_name_space,
1245         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
1246         placemarker_token, eof_token, cpp_context, macro_args,
1247         get_raw_token, parse_arg, parse_args, save_token,
1248         push_arg_context, push_macro_context, pop_context,
1249         do_pop_context, free_macro_args, _cpp_get_line,
1250         _cpp_run_directive): New.
1251
1252         * cpplib.c (validate_else, parse_include, push_conditional,
1253         pass_thru_directive, read_line_number, parse_ifdef,
1254         detect_if_not_defined, _cpp_check_directive, do_define,
1255         do_undef, do_include, do_import, do_include_next, do_error,
1256         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
1257         top_pragmas, do_pragma_gcc, do_pragma_implementation,
1258         do_pragma_poison, do_pragma_system_header,
1259         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
1260         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
1261         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
1262         cpp_defined): Update for new scheme.
1263         (strtoul_for_line, get_define_node, dump_macro_name,
1264         _cpp_check_linemarker, _cpp_parse_assertion): New.
1265         (_cpp_handle_directive, do_pragma_default): Delete.
1266
1267         * cpphash.h (struct predicate): Now struct answer.
1268         (enum spell_type, struct token_spelling, struct directive,
1269         directive_handler): New.
1270         Update prototypes.  Remove unused macros.
1271         * cpplib.h: Update prototypes.  Remove unused macros,
1272         structure definitions, and fields.
1273
1274         * cpperror.c (print_containing_files, v_message): Adjust.
1275         * cppexp.c (parse_assertion, lex, parse_escape,
1276         _cpp_parse_expr): Adjust.
1277         * cppfiles.c (open_include_file, _cpp_execute_include,
1278         _cpp_compare_file_date, cpp_read_file, read_include_file):
1279         Adjust.
1280         * cppinit.c (dump_special_to_buffer): Delete.
1281         (append_include_chain, merge_include_chains, cpp_reader_init,
1282         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
1283         cpp_finish, handle_option, print_help): Adjust.
1284         * cppmain.c (main): Adjust.
1285
1286 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
1287
1288         * cppspec.c (lang_specific_driver): Use double quotes in error
1289         message.
1290
1291 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
1292
1293         * calls.c (emit_library_call_value_1): Use valreg instead
1294         of hard_libcall_value.
1295
1296 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
1297
1298         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
1299         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
1300         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
1301         (movhi): Likewise.
1302         (movqi): Likewise.
1303         (movdf): Likewise.
1304         (movsf): Likewise.
1305         (movdi): Likewise.
1306         (movti): Likewise.
1307
1308         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
1309         mode instead of wider_mode is being used.
1310
1311 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1312
1313         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
1314         of 'r'. Use q_regs_operand.
1315         (andsi_1+2): Use q_regs_operand.
1316
1317 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
1318
1319         * builtins.c (get_memory_rtx): Always put into alias set 0.
1320
1321 2000-07-03  Nick Clifton  <nickc@cygnus.com>
1322
1323         * config/arm/arm.md: Fix post increment and pre increment
1324         peepholes so that they do not generate UNPREDICATBLE opcodes.
1325         (ie ones where the increment clobbers the source/destination).
1326
1327 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
1328
1329         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
1330         change too big for -mtiny-stack" a warning, if larger than 63.
1331         (out_set_stack_ptr): Change the logic so -mno-interrupts is
1332         always safe to use on possible future devices.
1333         (function_prologue): Write SPH before SPL, for consistency.
1334         If interrupt_func_p true, we know we have enabled interrupts.
1335         (avr_num_arg_regs): New function.  Round up to even number of
1336         bytes if no -mpack-args or if calling a libgcc function.
1337         (function_arg, function_arg_advance): Use it.
1338         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
1339         Output "movw" if available.
1340         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
1341         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
1342         (asm_output_section_name): Add blanks for consistent output.
1343         (encode_section_info): Set TREE_READONLY for progmem data to
1344         avoid gas warnings about changed section attributes.
1345         (avr_hard_regno_mode_ok): Force non-QImode data to start in
1346         even numbered registers on devices with "movw".
1347         * config/avr/avr.h (MASK_*): Define bits for target_flags.
1348         (TARGET_SWITCHES): Mark help strings for translation.
1349         Add new -mpack-args and -menhanced switches.
1350         (TARGET_OPTIONS): Mark help strings for translation.
1351         (progmem_section): Add section attributes.
1352         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
1353         Output "movw" if available.
1354         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
1355         New patterns.
1356         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
1357         call convention (arguments aligned on even registers).
1358         (_cleanup, _exit): Make weak symbols libc can override.
1359
1360 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1361
1362         * fp-bit.h: New file.
1363
1364         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
1365         Comment #endif statements.
1366         (__thenan_sf, __thenan_df): Add missing braces around initializer.
1367
1368 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
1369
1370         * gcse.c (compute_pre_data): Compute ae_kill using other local
1371         properties instead of calling compute_ae_kill.
1372
1373         * alias.c (init_alias_analysis): Do not call
1374         prologue_epilogue_contains until after reload has completed.
1375
1376 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
1377
1378         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
1379         (genrtl_finish_compound_stmt): Likewise.
1380         (genrtl_compound_stmt): Change to return void.
1381
1382         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
1383         move code from here to ...
1384         (genrtl_compound_stmt): ... here.
1385         (genrtl_finish_compound_stmt): Remove.
1386         (expand_stmt): Add comment.
1387
1388 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
1389
1390         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
1391         and VOID_TYPE_P.
1392
1393 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
1394
1395         * cpplib.h (struct cpp_reader): New field include_depth.
1396         (struct cpp_printer): Rename last_bsd to last_id.
1397         * cppfiles.c (read_include_file): Bump include_depth.
1398         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
1399         (output_line_command): Output correct #line if a header
1400         is including itself and is not protected against multiple inclusion.
1401         Use include_depth instead of buffer_stack_depth, last_id instead of
1402         last_bsd.
1403         * cppinit.c (cpp_start_read): Initialize last_id instead of
1404         last_bsd.
1405
1406 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
1407
1408         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
1409         (c-semantics.o): New target.
1410
1411         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
1412         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
1413         (genrtl_clear_out_block): Likewise.
1414         (genrtl_goto_stmt): Likewise.
1415         (genrtl_expr_stmt): Likewise.
1416         (genrtl_decl_stmt): Likewise.
1417         (genrtl_if_stmt): Likewise.
1418         (genrtl_while_stmt): Likewise.
1419         (genrtl_do_stmt): Likewise.
1420         (genrtl_return_stmt): Likewise.
1421         (genrtl_for_stmt): Likewise.
1422         (genrtl_break_stmt): Likewise.
1423         (genrtl_continue_stmt): Likewise.
1424         (genrtl_scope_stmt): Likewise.
1425         (genrtl_switch_stmt): Likewise.
1426         (genrtl_case_label): Likewise.
1427         (genrtl_begin_compound_stmt): Likewise.
1428         (gerntl_finish_compound_stmt): Likewise.
1429         (genrtl_compound_stmt): Likewise.
1430         (genrtl_asm_stmt): Likewise.
1431         (genrtl_decl_cleanup): Likewise.
1432         (DECL_ANON_UNION_ELEMS): Likewise.
1433         (emit_local_var): Likewise.
1434         (make_rtl_for_local_static): Likewise.
1435         (expand_cond): Likewise.
1436         (expand_stmt): Likewise.
1437         (c_expand_return): Likewise.
1438         (c_expand_start_case): Likewise.
1439         (do_case): Likewise.
1440         (COMPOUND_STMT_NO_SCOPE): Likewise.
1441         (c_expand_asm_operands): Likewise.
1442         (NEW_FOR_SCOPE_P): New macro.
1443         (expand_expr_stmt_fn): New type.
1444
1445         (set_current_function_name_declared): Likewise.
1446         (current_function_name_declared): Likewise.
1447         (lang_expand_stmt): Likewise.
1448         (stmts_are_full_exprs_p): Likewise.
1449         (anon_aggr_type_p): Likewise.
1450         (lang_expand_expr_stmt): Likewise.
1451         (build_case_label): Likewise.
1452
1453         * c-decl.c (lang_expand_expr_stmt): Initialize.
1454         (stmts_are_full_exprs_p): Define.
1455         (current_function_name_declared): Likewise.
1456         (do_case): Likewise.
1457         (lang_expand_stmt): Likewise.
1458         (set_current_function_name_declared): Likewise.
1459         (anon_aggr_type_p): Likewise.
1460
1461         * c-semantics.c: New file.
1462         (expand_cond): Moved from cp/semantics.c.
1463         (genrtl_do_pushlevel): Likewise.
1464         (genrtl_clear_out_block): Likewise.
1465         (genrtl_goto_stmt): Likewise.
1466         (genrtl_expr_stmt): Likewise.
1467         (genrtl_decl_stmt): Likewise.
1468         (genrtl_if_stmt): Likewise.
1469         (genrtl_while_stmt): Likewise.
1470         (genrtl_do_stmt): Likewise.
1471         (genrtl_return_stmt): Likewise.
1472         (genrtl_for_stmt): Likewise.
1473         (genrtl_break_stmt): Likewise.
1474         (genrtl_continue_stmt): Likewise.
1475         (genrtl_scope_stmt): Likewise.
1476         (genrtl_switch_stmt): Likewise.
1477         (genrtl_case_label): Likewise.
1478         (genrtl_begin_compound_stmt): Likewise.
1479         (genrtl_finish_compound_stmt): Likewise.
1480         (genrtl_compound_stmt): Likewise.
1481         (genrtl_asm_stmt): Likewise.
1482         (genrtl_decl_cleanup): Likewise.
1483         (make_rtl_for_local_static): Moved from cp/decl.c.
1484         (emit_local_var): Likewise.
1485         (expand_stmt): Define.
1486
1487         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
1488         (c_expand_return): Likewise.
1489         (c_expand_start_case): Likewise.
1490
1491 2000-07-01  Richard Henderson  <rth@cygnus.com>
1492
1493         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
1494         with the low 13 bits set.
1495         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
1496         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
1497         of the low 13 bits into a CONST plus an adddi3.
1498         (load_symptr): Set RTX_UNCHANGING_P.
1499
1500 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
1501
1502         * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.
1503         * c-common.c (ridpointers): Declare.
1504         * c-common.h (enum rid): Declare.
1505         (NORID): Likewise.
1506         (ridpointers): Likewise.
1507         * c-lex.c (ridpointers): Don't declare.
1508         (init_lex): Initialize ridpointers.
1509         * c-lex.h (enum rid): Don't declare.
1510         (NORID): Likewise.
1511         (RID_FIRST_MODIFIER): Likewise.
1512         (ridpointers): Likewise.
1513
1514 2000-06-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1515
1516         * pa/som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they
1517         have global scope.
1518
1519 2000-06-30  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1520
1521         * invoke.texi (-Wreturn-type): In C++, a missing return type is
1522         always an error.
1523
1524 2000-06-30  Catherine Moore  <clm@cygnus.com>
1525
1526         * c-common.c (decl_attributes):  Differentiate between
1527         types and type decls for alignment.
1528
1529 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
1530
1531         * cpp.texi: Document #pragma GCC dependency
1532         * cppfiles.c (open_include_file): Set date to unknown.
1533         (_cpp_compare_file_date): New function.
1534         (read_include_file): Set file date.
1535         * cpphash.h (struct include_file): Add date member.
1536         (_cpp_compare_file_date): Prototype.
1537         * cpplib.c (parse_include): Add trail parameter. Adjust.
1538         (do_include): Adjust parse_include call.
1539         (do_import): Likewise.
1540         (do_include_next): Likewise.
1541         (gcc_pragmas): Add dependency pragma.
1542         (do_pragma_dependancy): New pragma.
1543
1544 2000-06-29  Jason Merrill  <jason@redhat.com>
1545
1546         * dwarf2out.c (output_loc_operands): Don't abort on codes that have
1547         no operands.
1548
1549 2000-06-29  Jim Wilson  <wilson@cygnus.com>
1550
1551         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Return NO_REGS for
1552         a volatile mem and FR_REGS.
1553
1554 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
1555
1556         * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.
1557         * c-common.h (flag_const_strings): Declare.
1558         (warn_format): Likewise.
1559         (flag_traditional): Likewise.
1560         (flag_isoc99): Likewise.
1561         (warn_parentheses): Likewise.
1562         (warn_conversion): Likewise.
1563         (C_TYPE_OBJECT_P): Likewise.
1564         (C_TYPE_INCOMPLETE_P): Likewise.
1565         (C_TYPE_FUNCTION_P): Likewise.
1566         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1567         (C_EXP_ORIGINAL_CODE): Likewise.
1568         (build_unary_op): Likewise.
1569         (build_binary_op): Likewise.
1570         (lvalue_p): Likewise.
1571         (default_conversion): Likewise.
1572         (common_type): Likewise.
1573         * c-tree.h (C_TYPE_OBJECT_P): Remove.
1574         (C_TYPE_INCOMPLETE_P): Likewise.
1575         (C_TYPE_FUNCTION_P): Likewise.
1576         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
1577         (C_EXP_ORIGINAL_CODE): Likewise.
1578         (common_type): Likewise.
1579         (default_conversion): Likewise.
1580         (build_binary_op): Likewise.
1581         (build_unary_op): Likewise.
1582         (lvalue_p): Likewise.
1583         (flag_const_strings): Likewise.
1584         (warn_format): Likewise.
1585         (warn_conversion): Likewise.
1586         (flag_traditional): Likewise.
1587         (flag_isoc99): Likewise.
1588         (warn_parentheses): Likewise.
1589
1590 2000-06-29  James E. Wilson  <wilson@cygnus.com>
1591
1592         * config/ia64/linux.h (LINK_SPEC): Change so.1 to so.2.
1593
1594         * config/ia64/ia64.h (MODES_TIEABLE_P): Only tie if mode class is the
1595         same.  Only tie XFmode with XFmode.
1596
1597 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
1598
1599         * c-decl.c, timevar.c, tlink.c: Include intl.h.
1600         * Makefile.in: Update deps.
1601
1602 2000-06-29  Andrew Haley  <aph@cygnus.com>
1603
1604         * toplev.c (main): On an IA-64, make flag_unwind_tables defauit
1605         to true.
1606
1607 2000-06-29  Andrew Haley  <aph@cygnus.com>
1608
1609         * config/ia64/linux.h (JMP_BUF_SIZE): Size is in Pmode units, not
1610         bytes: remove the multiply by 8.
1611
1612 2000-06-29  Philipp Thomas  <pthomas@suse.de>
1613
1614         * rtl.c : Revert NLS changes.
1615         * gcc.c : Fix bug in display_help introced by my last changes.
1616
1617 Wed Jun 28 21:09:33 2000   Raja R Harinath <harinath@cs.umn.edu>
1618
1619         * dbxout.c (dbxout_symbol, case RESULT_DECL, VAR_DECL): Use
1620         DECL_CONTEXT, not DECL_FIELD_CONTEXT.
1621
1622 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1623
1624         * flow.c (flow_depth_first_order_compute): Fix algorithm.
1625
1626 2000-06-28  Philipp Thomas  <pthomas@suse.de>
1627
1628         * c-decl.c : Mark strings for translation.
1629         (parmlist_tags_warning): Use distinct messages instead
1630         of conditional expressions.
1631         * diagnostic.c (v_message_with_decl): Mark string for translation.
1632         * gcc.c: Mark messages for translation.
1633         (display_help): Combine messages into one string where necessary.
1634         * mips-tfile: Add intl.h. Mark messages for translation.
1635         * rtl.c (fatal_with_file_and_line): Modify function for NLS. Mark
1636         messages for translation.
1637         * timevar.c: Mark messages for translation.
1638         * tlink.c: Likewise.
1639         * toplev.c: Likewise.
1640
1641 Wed Jun 28 15:39:26 2000  Donn Terry (donnte@microsoft.com)
1642
1643         * i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.
1644
1645         * alpha/alpha-interix.h: Delete redundant -Asystem(interix),
1646         use -isystem instead of -idirafter.
1647         * i386/i386-interix.h: Likewise.
1648
1649 2000-06-28  Jason Merrill  <jason@redhat.com>
1650
1651         * dwarf2out.c (output_loc_operands): Don't support >1 byte output
1652         unless DWARF2_DEBUGGING_INFO is defined.
1653         (ASM_OUTPUT_DWARF_*): Wrap normal output defs with #ifndefs.
1654
1655 2000-06-28  Richard Henderson  <rth@cygnus.com>
1656
1657         * config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.
1658
1659 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1660
1661         * cpplex.c (output_line_command): Output correct #line if a header
1662         is including itself and is not protected against multiple inclusion.
1663
1664 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
1665
1666         * cppfiles.c (open_include_file): If open(2) returns EMFILE or
1667         ENFILE, close all cached file descriptors and try again.
1668         (_cpp_execute_include): Keep a count of the number of times
1669         each header is included.
1670         (close_cached_fd): New function.
1671         * cpphash.h (struct include_file): Rename before to
1672         include_count; all users updated.  Make include_count and sysp
1673         unsigned short.
1674         * cppinit.c (cpp_finish): If -H, report headers that could use
1675         reinclude guards.
1676         (report_missing_guard): New function.
1677
1678 Wed Jun 28 14:46:58 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1679
1680         * i386.md (prologue_set_got): Set length_immediate field.
1681         (testqi_ccno_1):  Add missing '@' character.
1682
1683 2000-06-27  Jason Merrill  <jason@redhat.com>
1684
1685         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
1686         DWARF_FRAME_REGNUM.
1687
1688 2000-06-27  Andrew Macleod <amacleod@cygnus.com>
1689
1690         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA2): Provide default when no
1691         unsigned macros available.
1692
1693 2000-06-27  Richard Henderson  <rth@cygnus.com>
1694
1695         * config/ia64/ia64.c (emit_insn_group_barriers): Special case
1696         epilogue_deallocate_stack.
1697
1698         * config/ia64/ia64.c (ia64_print_operand) [case D]: Emit
1699         completers for UNORDERED and ORDERED as well.
1700         * config/ia64/ia64.md (bunordered, bordered): New.
1701         (sunordered, sordered): New.
1702
1703 Tue Jun 27 12:14:12 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1704
1705         * genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.
1706         * i386.c (ix86_attr_length_default): Kill.
1707         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1708         New.
1709         * i386-protos.h (ix86_attr_length_default): Kill
1710         (ix86_attr_length_immediate_default, ix86_attr_length_address_default):
1711         Add prototype
1712         * i386.md (attribute type): Add "test".
1713         (attribute length_prefix): Kill.
1714         (attribute length_opcode): Kill.
1715         (attribute i387, mode, length_immediate, length_address, prefix_data16,
1716         prefix_rep, prefix_0f, modrm): New.
1717         (attribute length): Compute using the new attributes.
1718         (attribute pent_prefix): New.
1719         (attribute pent_pair): Compute using pent_prefix.
1720         (all insn patterns): Set mode,modrm and immediate_length attributes where
1721         needed.
1722         (cmpsi patterns): Compute sizes propertly for test instruction.
1723         (movsi, movhi patterns): Compute sizes propertly for eax shortcuts.
1724         (movstricthi_xor, movstrictqi_xor): New patterns.
1725         (andsi/andhi): Use splitters to generate xor instructions.
1726         (xorqi_ext_1): New pattern.
1727         (movstricthi->movstricthi_xor peep2): New.
1728
1729 Tue Jun 27 12:03:03 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1730
1731         * i386.md (addqi_low_1): Remove.
1732
1733 2000-06-27  Philipp Thomas  <pthomas@suse.de>
1734
1735         * 1750a.h: Mark help strings for options/switches for translation.
1736         * a29k.h: Likewise.
1737         * alpha.h: Likewise.
1738         * arm.h: Likewise.
1739         * pe.h: Likewise.
1740         * riscix.h: Likewise.
1741         * c4x.h: Likewise.
1742         * clipper.h: Likewise.
1743         * convex.h: Likewise.
1744         * elxsi.h: Likewise.
1745         * fr30.h: Likewise.
1746         * fx80.h: Likewise.
1747         * h8300.h: Likewise.
1748         * i370.h: Likewise.
1749         * cygwin.h: Likewise.
1750         * dgux.h: Likewise.
1751         * djgpp.h: Likewise.
1752         * i386.h: Likewise.
1753         * osf1elf.h: Likewise.
1754         * osfrose.h: Likewise.
1755         * sco5.h: Likewise.
1756         * win32.h: Likewise.
1757         * i860.h: Likewise.
1758         * paragon.h: Likewise.
1759         * i960.h: Likewise.
1760         * ia64.h: Likewise.
1761         * m32r.h: Likewise.
1762         * mcore.h: Likewise.
1763         * mips.h: Likewise.
1764         * mn10300.h: Likewise.
1765         * ns32k.h: Likewise.
1766         * pdp11.h: Likewise.
1767         * pj.h: Likewise.
1768         * aix.h: Likewise.
1769         * aix41.h: Likewise.
1770         * aix43.h: Likewise.
1771         * beos.h: Likewise.
1772         * rs6000.h: Likewise.
1773         * sysv4.h: Likewise.
1774         * linux.h: Likewise.
1775         * linux64.h: Likewise.
1776         * sp64-elf.h: Likewise.
1777         * sparc.h: Likewise.
1778         * splet.h: Likewise.
1779         * v850.h: Likewise.
1780         * convex.h (TARGET_SWITCHES): Provide descriptions and mark them
1781         for translation.
1782         * sp86x-aout.h: Remove bogus first definition of SUBTARGET_SWITCHES.
1783         Properly document option and mark for translation.
1784         * sp86x-elf.h: Likewise.
1785
1786 2000-06-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1787
1788         Add MMX and SSE registers to i386 machine description.
1789         * i386-protos.h (ix86_constant_alignment, ix86_data_alignment,
1790         ix86_local_alignment): Declare.
1791
1792         * i386.h (TARGET_MMX, TARGET_SSE): New.
1793         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1794         REG_ALLOC_ORDER, HARD_REGNO_NREGS, HARD_REGNO_MODE_OK,
1795         REG_CLASS_NAMES, REG_CLASS_CONTENTS,REG_CLASS_FROM_LETTER,
1796         enum reg_class, HI_REGISTER_NAMES): Added MMX/SSE registers.
1797         (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.
1798         (FIRST_MMX_REG, LAST_MMX_REG, MMX_REGNO_P, MMX_REG_P): New macros.
1799         (RETURN_IN_MEMORY): Handle MMX/SSE.
1800         (REG_PARM_STACK_SPACE): Added so the first three TImode parameters
1801         also get stack space.
1802         (MUST_PASS_IN_STACK): Added TImode to the default definition.
1803         (CUMULATIVE_ARGS): Added sse_nregs, sse_regno and sse_words.
1804         (MMX_REGISTER_NAMES): New.
1805         (ALIGN_MODE_128): New macro.
1806         (CONSTANT_ALIGNMENT): Code moved out-of-line; just call the function.
1807         (DATA_ALIGNMENT): Likewise.
1808         (LOCAL_ALIGNMENT): Likewise.
1809         (CONDITIONAL_REGISTER_USAGE): Make MMX/SSE regs fixed if not
1810         TARGET_MMX/TARGET_SSE.
1811         (VALID_SSE_REG_MODE, VALID_MMX_REG_MODE): New macros.
1812         (REG_CLASS_FROM_LETTER): 'y' for MMX regs.
1813         (SECONDARY_MEMORY_NEEDED): Be conservative about copying between
1814         SSE/MMX regs and something else.
1815         (CLASS_MAX_NREGS): 1 for SSE and MMX regs.
1816         (REGISTER_MOVE_COST): 10 if trying to move between MMX and SSE regs,
1817         3 if moving between MMX regs and something else.
1818
1819         * i386.c (reg_class): Add SSE_REGS, MMX_REGS.
1820         (regclass_map): Add MMX/SSE registers.
1821         (print_operand): Add code to print XMMWORD as appropriate.
1822         (ix86_split_movdi): Abort for MMX regs.
1823         (init_cumulative_args): Also allow SSE_REGS
1824         (function_arg_advance, function_arg): Likewise
1825         (print_reg): Support 'm'.  Add case for TImode.
1826         (override_options): TARGET_SSE implies TARGET_MMX.
1827         (ix86_constant_alignment, ix86_data_alignment, ix86_local_alignment):
1828         New functions.
1829
1830         * config/i386/unix.h (VALUE_REGNO): VECTOR_MODE values go to
1831         FIRST_SSE_REG.
1832         * config/i386/ptx4-i.h (RETURN_IN_MEMORY): Return MMX values in
1833         memory.
1834         * config/i386/sysv4.h (RETURN_IN_MEMORY): Likewise.
1835         * config/i386/i386elf.h (RETURN_IN_MEMORY): Likewise.
1836
1837 2000-06-26  Geoff Keating  <geoffk@cygnus.com>
1838
1839         * ssa.c (struct rename_set_data): Change the name of field
1840         'set_dest' to 'old_reg'.  Add comments.
1841         (struct rename_context): Change the name of 'set_data' to
1842         'new_renames'.  Add new field 'done_renames'.
1843         (create_delayed_rename): New function.
1844         (apply_delayed_renames): New function.
1845         (rename_insn_1): Use the new functions.  Handle CLOBBERS.  Handle
1846         SUBREGs and similar by emitting a move.
1847         (new_registers_for_updates): Delete, functionality moved to
1848         apply_delayed_renames.
1849         (rename_block): Handle moves emitted by rename_insn_1 by putting
1850         them into a SEQUENCE with the original insn.  Add sanity checks
1851         and comments.
1852         (rename_equivalent_regs_in_insn): Don't handle SUBREGs specially.
1853         (rename_equivalent_regs): Expand SEQUENCEs out to individual insns.
1854
1855 2000-06-26  Andrew Macleod <amacleod@cygnus.com>
1856             Jason Merrill <jason@redhat.com>
1857
1858         * dwarf2.h (enum dwarf_call_frame_info): Add
1859         DW_CFA_def_cfa_expression.
1860         * dwarf2out.c (union dw_cfi_oprnd_struct): Add a pointer to a
1861         dw_loc_descr_struct entry.
1862         (struct cfa_loc): New structure to track a CFA location.
1863         (lookup_cfa): Take a cfa_loc parameter instead of a reg and an offset.
1864         (lookup_cfa_1): Take a cfa_loc parameter instead of a reg and an
1865         offset, plus handle DW_CFA_def_cfa_expression.
1866         (def_cfa_1): Use to be dwarf2out_def_cfa, only now it uses a
1867         cfa_loc record.
1868         (dwarf2out_def_cfa): Entry point maintained for compatability.
1869         (dwarf_cfi_name): Add DW_CFA_def_cfa_expression.
1870         (cfa_reg, cfa_offset): Replace with cfa_loc record 'cfa'.
1871         (cfa_store_reg, cfa_store_offset): Replace with cfa_loc 'cfa_store'.
1872         (initial_return_save, dwarf2out_stack_adjust): Use cfa.reg, not
1873         cfa_reg.
1874         (dwarf2out_frame_debug_expr): Use new cfa_loc records. Recognize rtl
1875         sequences for the new DW_CFA_def_cfa_expression record.
1876         (dwarf2out_frame_debug): Use new variables/fields.A
1877         (output_cfi): Handle DW_CFA_def_cfa_expression.
1878         (output_cfa_loc): New function to generate a CFI record for
1879         DW_CFA_def_cfa_expression.
1880         (get_cfa_from_loc_descr): New function to get a cfa_loc record from
1881         a dw_loc_descr sequeunce.
1882         (build_loc_descr): Build a dw_loc_descr from a cfa_loc record.
1883         (dwarf_stack_op_name, new_loc_descr, add_loc_descr, size_of_loc_descr,
1884         size_of_locs, output_loc_operands, output_loc_sequence): Move into
1885         unwind info section.
1886         * frame.h (frame_state): Add base_offset and indirect fields.
1887         * frame-dwarf2.c (decode_stack_op): New function to interpret a
1888         dw_loc_descr operation.
1889         (execute_cfa_insn): Add support for DW_CFA_def_cfa_expression.
1890         (struct frame_state): Add base offset and indirect fields.
1891         * libgcc2.c (next_stack_level): Support indirect loading for CFA.
1892
1893 2000-06-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1894
1895         * c-decl.c (grokdeclarator): Don't warn about `long long' in C99.
1896         Make warnings about implicit int be pedwarns in C99.  Don't warn
1897         about duplicate type qualifiers in C99.
1898         (start_function): Make warning about implict int return type be a
1899         pedwarn in C99.
1900         * c-lex.c (yylex): Don't warn about `long long' in C99.
1901         * c-typeck.c (c_expand_return): In C99, always pedwarn about
1902         `return' with no value in function returning non-void.
1903
1904 2000-06-26  Richard Henderson  <rth@cygnus.com>
1905
1906         * c-typeck.c (pedwarn_c99): New.
1907         * diagnostic.c (verror, vwarning, vpedwarn): Export.
1908         * toplev.h: Prototype them.
1909
1910 2000-06-26  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1911
1912         * c-typeck.c (digest_init): Return error_mark_node node when
1913         TREE_TYPE (init)  == error_mark_node.
1914
1915 2000-06-26  Philipp Thomas  <pthomas@suse.de>
1916
1917         * aclocal.m4 (AM_WITH_NLS): Don't set MSGFMT or GMSGFMT to no,
1918         test for msgfmt without path instead.
1919         * configure: Rebuilt.
1920
1921 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1922
1923         * gengenrtl.c (special_rtx): Fix typo in comment.
1924
1925 2000-06-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1926
1927         * mklibgcc.in (LIB2FUNCS): Add missing space.
1928
1929 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1930
1931         * tree.h (enum tree_index): Add vector type nodes.
1932         Add accessor macros for them.
1933         (TYPE_REPRESENATION_TYPE): New macro.
1934         * tree.c (build_common_tree_nodes_2): Build these nodes.
1935         (finish_vector_type): New function.
1936         * c-common.c (type_for_mode): Handle vector modes.
1937         * tm.texi (VECTOR_MODE_SUPPORTED_P): Document.
1938
1939         * dbxout.c (dbxout_type): Handle VECTOR_TYPEs.
1940         * dwarf.h (enum dwarf_fundamental_type): Add 128 bit integers.
1941         * dwarf2out.c (lookup_type_die): Handle VECTOR_TYPEs.
1942         (gen_type_die): Likewise.
1943         * dwarfout.c (dwarf_fund_type_name): Handle 128 bit integers.
1944         (fundamental_type_code): Likewise.
1945         (type_is_fundamental): VECTOR_TYPEs aren't.
1946         (output_type): Handle VECTOR_TYPEs.
1947
1948 2000-06-25  Kazu Hirata  <kazu@hxi.com>
1949
1950         * config/arm.c: Fix a comment typo.
1951         * config/arm.h: Likewise.
1952
1953 2000-06-25  Philipp Thomas  <pthomas@suse.de>
1954
1955         * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
1956         compiler found.
1957         AM_GNU_GETTEXT: Don't set CATALOGS if create_catalogs=no.
1958         * configure: Rebuilt.
1959
1960 2000-06-25  John David Anglin  <dave.anglin@nrc.ca>
1961
1962         * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
1963
1964 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1965
1966         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
1967         libgcc.a.
1968
1969 2000-06-24  Marc Espie <espie@cvs.openbsd.org>
1970
1971         * collect2.c (resolve_lib_name): Move '/' check out of loop.
1972
1973 2000-06-24  Dirk Duellmann  <Dirk.Duellmann@cern.ch>
1974
1975         * ginclude/stddef.h (NULL): define for non-gnu C++ parsers as 0.
1976
1977 2000-06-24  Jakub Jelinek  <jakub@redhat.com>
1978
1979         * stmt.c (expand_decl_cleanup): Emit a dummy insn after
1980         last_unconditional_cleanup.
1981
1982 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
1983
1984         * tree.def (VECTOR_TYPE): New node type.
1985         * tree.h: Adjust some comments to reflect addition of vector types.
1986         (TYPE_VECTOR_SUBPARTS): New macro.
1987         * stor-layout.c (layout_type): Handle VECTOR_TYPE.
1988         * c-convert.c (convert): Likewise.
1989         * convert.c (convert_to_integer): Handle vector modes.
1990         (convert_to_vector): New function.
1991         * convert.h (convert_to_vector): Declare.
1992         * expr.c (convert_move): Handle vector modes.
1993         * expmed.c (extract_bit_field): Don't abort for vector modes.
1994
1995 2000-06-24  Marek Michalkiewicz  <marekm@linux.org.pl>
1996
1997         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): New prototype.
1998         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr):
1999         New functions, common code moved from function_{prologue,epilogue}
2000         and extended to support the -mtiny-stack option.
2001         (function_prologue, function_epilogue): Use them.
2002         Use lo8/hi8 consistently for asm output readability.
2003         (avr_hard_regno_mode_ok): New function.
2004         * config/avr/avr.h (TARGET_SWITCHES): Fix typo.  Add -mtiny-stack.
2005         (UNITS_PER_WORD): Define as 4 (not 1) when compiling libgcc2.c.
2006         (HARD_REGNO_MODE_OK): Call the avr_hard_regno_mode_ok function.
2007         * config/avr/avr.md (*mov_sp_r): Add support for -mtiny-stack.
2008         Write SPH before SPL.
2009         (*movqi): No need to disable interrupts for just one "out"
2010         in alternative 5.  Change length attribute from 4 to 1.
2011         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
2012         Write SPH before SPL.
2013
2014 2000-06-24  Bernd Schmidt  <bernds@cygnus.co.uk>
2015
2016         * rtl.texi (Vector Operations): New node.
2017         (Arithmetic): Add ss_plus, us_plus, ss_minus, us_minus.
2018         (Conversions): Add ss_truncate, us_truncate.
2019         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_REORDER,
2020         VEC_CONST, VEC_DUPLICATE, SS_PLUS, SS_MINUS, SS_TRUNCATE,
2021         US_TRUNCATE): New rtx codes.
2022         * machmode.def: Add vector modes.
2023         * machmode.h (enum mode_class): Add MODE_VECTOR_INT and
2024         MODE_VECTOR_FLOAT.
2025         (INTEGER_MODE_P): Check for MODE_VECTOR_INT.
2026         (FLOAT_MODE_P): Check for MODE_VECTOR_FLOAT.
2027         (VECTOR_MODE_P): New.
2028
2029 2000-06-24  Nathan Sidwell  <nathan@codesourcery.com>
2030
2031         * cpp.texi: Clarify #pragma GCC namespace.
2032
2033 2000-06-24  Philipp Thomas  <pthomas@suse.de>
2034
2035         * aclocal.m4(AM_GNU_GETTEXT): If LINGUAS isn't set, build
2036         all catalogs specified in ALL_LINGUAS.
2037         * configure: Rebuilt.
2038
2039 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2040
2041         * config/sparc/sparc.md (reload_outdi+1): Handle
2042         HOST_BITS_PER_WIDE_INT == 64 case correctly.
2043         (adddi3_insn_sp32+1, adddi3_insn_sp32+2, andsi3+2): Likewise.
2044
2045 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
2046
2047         * alias.c (fixed_scalar_and_varying_struct_p): Don't examine
2048         struct vs. scalar-ness when -fno-strict-aliasing.
2049
2050 2000-06-23  Nathan Sidwell  <nathan@codesourcery.com>
2051
2052         * cpplib.c (struct pragma_entry): New structure.
2053         (pragma_dispatch): Pragma dispatcher.
2054         (top_pragmas, gcc_pragmas): New static variables.
2055         (do_pragma): Use pragma_dispatch.
2056         (do_pragma_gcc): New pragma handler.
2057         * cpp.texi: Update.
2058
2059 2000-06-23  Jakub Jelinek  <jakub@redhat.com>
2060
2061         * calls.c (compute_argument_addresses): Force stack slots into
2062         alias set 0.
2063         * expr.c (emit_push_insn): Force pushes into alias set 0.
2064
2065 2000-06-23  Richard Henderson  <rth@cygnus.com>
2066
2067         * config/ia64/ia64.md (pred_rel_mutex): Only take one register.
2068         * config/ia64/ia64.c (emit_predicate_relation_info): Adjust to match.
2069
2070 2000-06-22  Jason Merrill  <jason@redhat.com>
2071
2072         * toplev.c (compile_file): Always call timevar_print.
2073         * Makefile.in (calls.o): Depend on TIMEVAR_H.
2074
2075 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2076
2077         * varasm.c (constant_descriptor): Make contents unsigned char.
2078         (mark_const_hash_entry): Adjust.
2079         (const_hash): Just hash the code of unknown nodes.
2080         (compare_constant_1): Adjust for unsigned char.
2081         Use language specific expander on unknown nodes.
2082         (record_constant_1): Likewise.
2083
2084 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2085
2086         * cppfiles.c (cpp_make_system_header): New function.
2087         * cpplib.h: Prototype it.
2088         * cpplib.c (do_line, do_pragma_system_header): Use it.
2089         * fix-header.c (read_scan_file): Use it.
2090
2091         * fix-header.c (check_macro_names): Cast second arg of
2092         cpp_defined to const unsigned char *.
2093         (read_scan_file): Make getchar_call const unsigned char.
2094
2095 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
2096
2097         * cppfiles.c: Include splay-tree.h, not hashtab.h.
2098         (redundant_include_p, make_IHASH, hash_IHASH, eq_IHASH): Delete.
2099         (destroy_include_file_node): New.
2100         (_cpp_init_include_hash): Rename _cpp_init_include_table.
2101         Create a splay tree, not a hash table.
2102         (open_include_file): Look up the path in the include table,
2103         do the multiple include optimization here, etc.
2104         (cpp_included): Walk the path.
2105         (find_include_file): Just walk the path calling
2106         open_include_file, or call it directly for an absolute path.
2107         (_cpp_fake_ihash): Rename _cpp_fake_include and update for new
2108         scheme.
2109         (read_include_file): Update for new scheme.  Don't close the
2110         file unless reading fails.
2111         (_cpp_execute_include, cpp_read_file): Tweak for new scheme.
2112
2113         * cpphash.h (struct ihash, NEVER_REINCLUDE): Delete.
2114         (struct include_file): New.
2115         (NEVER_REREAD, DO_NOT_REREAD, CPP_IN_SYSTEM_HEADER): New
2116         macros.
2117         (CPP_PEDANTIC, CPP_WTRADITIONAL): Update.
2118         Update prototypes.
2119
2120         * cppinit.c: Include splay-tree.h.
2121         (cpp_reader_init, cpp_cleanup): Update.
2122
2123         * cpplib.h (struct cpp_buffer): Change ihash field to
2124         'struct include_file *inc'.  Remove system_header_p.
2125         (struct cpp_reader): Change all_include_files to a
2126         struct splay_tree_s *.
2127
2128         * cpplex.c: Update all references to cpp_buffer->ihash and/or
2129         cpp_buffer->system_header_p.
2130         (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
2131
2132         * Makefile.in (SPLAY_TREE_H): New macro.
2133         (cppfiles.o, cppinit.o): Update dependencies.
2134
2135 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
2136
2137         * invoke.texi (g++): "g++" is not a script anymore.
2138
2139 2000-06-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2140
2141         * function.c (round_down): Delete obsolete prototype.
2142
2143         * pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.
2144
2145 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
2146
2147         * configure.in: Use 'test a = b' not 'test a == b'.
2148         * configure: Regen.
2149
2150         * Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
2151
2152         * Makefile.in: Remove all references to HOST_INTLLIBS.
2153
2154         * cpplex.c (parse_name): Don't warn about $ in identifiers if
2155         skipping.
2156
2157 2000-06-20  Philipp Thomas  <pthomas@suse.de>
2158
2159         * config/pa/pa.h(TARGET_SWITCHES): Require binutils 2.10 or later
2160         for PA 2.0.
2161
2162 Mon Jun 19 23:26:40 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2163
2164         * Take REG_INC notes into account.
2165
2166 2000-06-19  Zack Weinberg  <zack@wolery.cumb.org>
2167
2168         * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.
2169         (primary: IDENTIFIER): Just call build_external_ref.
2170         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
2171         Regenerate.
2172         * c-lex.c (lastiddecl): Remove.
2173         (yylex): Replace all instances of lastiddecl with local
2174         variables.
2175
2176         * c-typeck.c (build_external_ref): New function.  Treat decls
2177         with C_DECL_ANTICIPATED mostly the same as nonexistent decls.
2178         Look up the decl from the id here.  Call lookup_objc_ivar.
2179         * c-lang.c (lookup_objc_ivar): Stub.
2180         * objc/objc-act.c (lookup_objc_ivar): New function.
2181
2182         * c-tree.h: Prototype lookup_objc_ivar and build_external_ref.
2183         * c-lex.h: Don't declare lastiddecl.
2184
2185 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
2186
2187         * c-common.h (IF_COND): Added documentation.
2188         (THEN_CLAUSE): Likewise.
2189         (ELSE_CLAUSE): Likewise.
2190         (WHILE_COND): Likewise.
2191         (WHILE_BODY): Likewise.
2192         (DO_COND): Likewise.
2193         (DO_BODY): Likewise.
2194         (RETURN_EXPR): Likewise.
2195         (EXPR_STMT_EXPR): Likewise.
2196         (FOR_INIT_STMT): Likewise.
2197         (FOR_COND): Likewise.
2198         (FOR_EXPR): Likewise.
2199         (FOR_BODY): Likewise.
2200         (SWITCH_COND): Likewise.
2201         (SWITCH_BODY): Likewise.
2202         (CASE_LOW): Likewise.
2203         (CASE_HIGH): Likewise.
2204         (GOTO_DESTINATION): Likewise.
2205         (COMPOUND_BODY): Likewise.
2206         (ASM_CV_QUAL): Likewise.
2207         (ASM_STRING): Likewise.
2208         (ASM_OUTPUTS): Likewise.
2209         (ASM_INPUTS): Likewise.
2210         (ASM_CLOBBERS): Likewise.
2211         (DECL_STMT_DECL): Likewise.
2212         (STMT_EXPR_STMT): Likewise.
2213         (LABEL_STMT_LABEL): Likewise.
2214
2215         * c-common.def: Added documenetion for SRCLOC, EXPR_STMT,
2216         COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
2217         RETURN_STMT, BREAK_STMT, CONTINUE_STMT, SWITCH_STMT, GOTO_STMT,
2218         LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2219
2220 2000-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2221
2222         * configure.in (--enable-checking): Update --help doc to reflect
2223         new defaults.  Ensure $ac_save_IFS is set before $IFS is changed.
2224
2225 Sun Jun 18 21:42:15 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2226
2227         * gcse.c (insert_insn_end_bb): Always put after NOTE_INSN_BASIC_BLOCK.
2228
2229         * function.c (put_var_into_stack): Don't reference DECL_ fields
2230         if input is a SAVE_EXPR.
2231         Use set_mem_attributes in COMPLEX case.
2232
2233 2000-06-18  Richard Henderson  <rth@cygnus.com>
2234
2235         * config/ia64/ia64-protos.h (process_for_unwind_directive): Declare.
2236         (ia64_file_start): Declare.
2237         * config/ia64/ia64.h (ADDL_REGNO_P): Don't compare unsigned against 0.
2238         (GR_REGNO_P): Likewise.
2239         * config/ia64/ia64.c: Many prototypes.
2240         (ia64_reg_numbers): Constify.
2241         (ia64_input_reg_names, ia64_local_reg_names): Likewise.
2242         (ia64_section_threshold): Make unsigned.
2243         (ia64_print_operand): Constify.
2244         (fix_range): Constify.
2245         (ia64_init_builtins): Don't compare signed vs unsigned.
2246         (ia64_expand_builtin): Likewise.
2247
2248         * config/ia64/ia64.h (EXTRA_CONSTRAINT): New.
2249         (CONSTRAINT_OK_FOR_Q): New.
2250         * config/ia64/ia64.md (movdi_internal): Use Q for fp<->mem.
2251         (movsf_internal, movdf_internal): Likewise.
2252         (cmovdi_internal): Rewrite so that constraints and predicates match;
2253         simplify splitters.
2254         (cmovsi_internal): Likewise.
2255
2256         * config/ia64/ia64.h (ASM_SPEC): Add -x for gas.
2257         (ASM_FILE_START): New.
2258         * config/ia64/ia64.c (ia64_file_start): New.
2259         (rtx_needs_barrier): Handle pred.rel.mutex.
2260         (emit_predicate_relation_info): New.
2261         * config/ia64/ia64.md (pred_rel_mutex): New.
2262         * config/ia64/linux.h (ASM_SPEC): Define.
2263         * config/ia64/sysv4.h (ASM_FILE_START): Define.
2264
2265         * config/ia64/ia64.c (ia64_encode_section_info): Fix thinko
2266         filtering global register variables.
2267
2268 2000-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2269
2270         * c-common.c (add_c_tree_codes): Fix definition for traditional C.
2271
2272 2000-06-17  Michael Meissner  <meissner@redhat.com>
2273
2274         * gcc.c (do_spec_1, '%v3' case): Do not abort if patch level is
2275         not present and there is a field after a '-'.
2276
2277 2000-06-17  Bruce Korb  <bkorb@gnu.org>
2278
2279         * fixinc/check.tpl:  finish the implementation of multiple tests
2280         for a single fix
2281         * fixinc/inclhack.def(ctrl_quotes_def): add a second test
2282         (io_quotes_def): add a second test
2283         (various): reorder `files' so that "limits.h" is never first
2284         * fixinc/tests/base/*: update the testing output
2285
2286 Sat Jun 17 10:33:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2287
2288         * gcc.texi: Remove reference to stupid.c.
2289
2290 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
2291
2292         * c-common.c (c_tree_code_type): New array.
2293         (c_tree_code_length): Likewise.
2294         (c_tree_code_name): Likewise.
2295         (add_c_tree_codes): New function.
2296
2297         * c-common.h (add_c_tree_codes): Declare.
2298         (enum c_tree_code): New enum.
2299
2300         * c-lex.c (init_parse): Added call to add_c_tree_codes.
2301
2302 2000-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2303
2304         * fixinc/inclhack.def (ctrl_quotes_def, io_quotes_def): Modify
2305         select pattern to also match macro defs with only one argument.
2306
2307 Thu Jun 15 18:56:12 2000  Jeffrey A Law  (law@cygnus.com)
2308
2309         * i386.md: Create new [right,left] rotate and right shift
2310         patterns to optimize shift by 1 bit for certain ia32 processors.
2311         Update patterns which perform left shifts to optimize shift by
2312         1 bit for certain ia32 processors.
2313         * i386.c (const_int_1_operand): New predicate.
2314         * i386.h (PREDICATE_CODES): Handle const_int_1_operand.
2315         * i386-protos.h (const_int_1_operand): Prototype.
2316
2317 Wed Jun 14 23:46:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2318
2319         * mips.c (machine_dependent_reorg): Fix braces for nested if.
2320
2321 2000-06-14  Geoff Keating  <geoffk@cygnus.com>
2322
2323         * rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare
2324         LABEL_REFs.
2325
2326 2000-06-14  Richard Henderson  <rth@cygnus.com>
2327
2328         * conflict.c (conflict_graph_compute): Don't look for REG_INC.
2329
2330         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Don't emit
2331         auto-inc code.
2332
2333         * print-rtl.c (print_rtx): Emit space before mem alias set.
2334
2335 2000-06-14  David Edelsohn  <edelsohn@gnu.org>
2336
2337         * rs6000.c (expand_block_move): Fix typo in earlier change.
2338         (print_operand): Remove unused variables neg and op.
2339         (toc_hash_mark_entry): Fix prototype.
2340
2341 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
2342
2343         * c-common.h (IF_COND): Moved here from cp/cp-tree.h.
2344         (THEN_CLAUSE): Likewise.
2345         (ELSE_CLAUSE): Likewise.
2346         (WHILE_COND): Likewise.
2347         (WHILE_BODY): Likewise.
2348         (DO_COND): Likewise.
2349         (DO_BODY): Likewise.
2350         (RETURN_EXPR): Likewise.
2351         (EXPR_STMT_EXPR): Likewise.
2352         (FOR_INIT_STMT): Likewise.
2353         (FOR_COND): Likewise.
2354         (FOR_EXPR): Likewise.
2355         (FOR_BODY): Likewise.
2356         (SWITCH_COND): Likewise.
2357         (SWITCH_BODY): Likewise.
2358         (CASE_LOW): Likewise.
2359         (CASE_HIGH): Likewise.
2360         (GOTO_DESTINATION): Likewise.
2361         (COMPOUND_BODY): Likewise.
2362         (ASM_CV_QUAL): Likewise.
2363         (ASM_STRING): Likewise.
2364         (ASM_OUTPUTS): Likewise.
2365         (ASM_INPUTS): Likewise.
2366         (ASM_CLOBBERS): Likewise.
2367         (DECL_STMT_DECL): Likewise.
2368         (STMT_EXPR_STMT): Likewise.
2369         (LABEL_STMT_LABEL): Likewise.
2370         (SCOPE_BEGIN_P): Likewise.
2371         (SCOPE_END_P): Likewise.
2372         (SCOPE_STMT_BLOCK): Likewise.
2373         (SCOPE_NULLIFIED_P): Likewise.
2374         (SCOPE_NO_CLEANUPS_P): Likewise.
2375         (SCOPE_PARTIAL_P): Likewise.
2376         (ASM_VOLATILE_P): Likewise.
2377         (STMT_LINENO): Likewise.
2378         (STMT_LINENO_FOR_FN_P): Likewise.
2379
2380         * c-common.def: New file. Added SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
2381         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
2382         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
2383         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
2384         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
2385
2386         * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
2387
2388 2000-06-14  David O'Brien  <obrien@FreeBSD.org>
2389
2390         * gcc.c (main): Quiet compiler warnings.  argv is assumed to be
2391         writable in parts of the GCC code.
2392
2393         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf
2394         specification match cast.
2395
2396 Wed Jun 14 09:25:57 2000  Jeffrey A Law  (law@cygnus.com)
2397
2398         * configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
2399         * configure, config.in: Rebuilt.
2400         * sys-protos.h: Similarly.
2401
2402 Wed Jun 14 03:39:58 EDT 2000  John Wehle  (john@feith.com)
2403
2404         * ifcvt.c (EDGE_COMPLEX): Move definition ...
2405         * basic-block.h (EDGE_COMPLEX): ... here.
2406
2407         * loop.c (check_dbra_loop): Specify the register when
2408         generating REG_NONNEG notes and don't generate duplicates.
2409
2410 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2411
2412         * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2413         (struct tree_type, struct tree_decl): Add user_align member.
2414         * stor-layout.c (layout_decl): Set DECL_USER_ALIGN.
2415         (place_union_field): If BIGGEST_FIELD_ALIGNMENT is defined
2416         and DECL_USER_ALIGN 0, cap alignment to this value.
2417         (place_field): Likewise.
2418         (finalize_type_size): Set TYPE_USER_ALIGN.
2419         (layout_type): Likewise.
2420         (initialize_sizetypes): Likewise.
2421         * c-common.c (decl_attributes): Set TYPE_USER_ALIGN resp.
2422         DECL_USER_ALIGN to 1.
2423         * c-decl.c (duplicate_decls): Set DECL_USER_ALIGN.
2424         (xfer_tag): Set TYPE_USER_ALIGN.
2425         (finish_struct): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2426         (finish_enum): Likewise.
2427         * stmt.c (expand_decl): Set DECL_USER_ALIGN.
2428         (expand_anon_union_decl): Likewise.
2429         * tree.c (make_node): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2430         (build_index_type): Set TYPE_USER_ALIGN.
2431         (build_range_type): Likewise.
2432         (build_common_tree_nodes_2): Likewise.
2433         * tm.texi (BIGGEST_FIELD_ALIGNMENT): Document the changed meaning.
2434
2435 2000-06-13  Andreas Jaeger  <aj@suse.de>
2436
2437         * configure.in: Use --enable-checking=misc,tree,gc by default if
2438         no --enable-checking option is given and for
2439         --enable-checking=yes.
2440         * configure: Rebuilt.
2441
2442 2000-06-13  Richard Henderson  <rth@cygnus.com>
2443
2444         * libgcc2.c (ia64_throw_helper): Use __builtin_return_address.
2445         (__throw): Don't pass the address of a label.
2446
2447         * config/ia64/ia64.c (ia64_compute_frame_size): Use
2448         current_function_is_leaf.
2449         (ia64_expand_prologue): Likewise.  Modify return_address_pointer_rtx
2450         instead of reg_names[RETURN_ADDRESS_REGNUM].
2451         (ia64_init_machine_status): Reset return_address_pointer_rtx.
2452         * config/ia64/ia64.h (RETURN_ADDRESS_POINTER_REGNUM): Rename
2453         from RETURN_ADDRESS_REGNUM.  Update all uses.
2454         (RETURN_ADDR_RTX): Use return_address_pointer_rtx; return
2455         zero instead of null on failure.
2456         (ELIMINABLE_REGS): Add ra->b0 elimination.
2457         (CAN_ELIMINATE): Update accordingly.
2458         (INITIAL_ELIMINATION_OFFSET): Likewise.
2459         (REGISTER_NAMES): Use an illegal assembler name for
2460         RETURN_ADDRESS_POINTER_REGNUM.
2461
2462 2000-06-13  Richard Henderson  <rth@cygnus.com>
2463
2464         * config/ia64/ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS,
2465         GR_AND_FR_INT_REGS, GR_AND_FR_FP_REGS.
2466         (REG_CLASS_NAMES): Likewise.
2467         (REG_CLASS_CONTENTS): Likewise.
2468         (FR_FP_REGNO_P, FR_INT_REGNO_P): Remove.
2469         (HARD_REGNO_MODE_OK): Remove references to them.
2470         (REGNO_REG_CLASS): Likewise.
2471         (REG_CLASS_FROM_LETTER): Likewise.
2472         (CLASS_MAX_NREGS): Likewise.
2473         (REGISTER_MOVE_COST): Likewise.
2474         * config/ia64/ia64.c (ia64_secondary_reload_class): Likewise.
2475         * config/ia64/ia64.md (*): Replace "e" constraints with "f".
2476         (movqi_internal): Special case moves from zero.
2477         (movhi_internal, movsi_internal): Likewise.
2478         (movdi_internal): Likewise.  Fill out "f" constraints.
2479         (movsf_internal): Fill out "r" constraints.
2480         (movdf_internal): Likewise.
2481
2482 2000-06-13  Richard Henderson  <rth@cygnus.com>
2483
2484         * flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM
2485         alive before reload.
2486
2487         * haifa-sched.c (struct deps): Add in_post_call_group_p.
2488         (add_dependence): Handle notes between SCHED_GROUP_P insns.
2489         (remove_dependence): Always define.
2490         (set_sched_group_p): New.
2491         (sched_analyze_2): Use it.
2492         (sched_analyze_insn): Don't special-case naked uses.  Look for
2493         and extend in_post_call_group_p.
2494         (sched_analyze): Clear stale SCHED_GROUP_P.  Set in_post_call_group_p.
2495         (init_deps): Clear in_post_call_group_p.
2496
2497 2000-06-13  Richard Henderson  <rth@cygnus.com>
2498
2499         * combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and
2500         CLASS_CANNOT_CHANGE_MODE_P instead of CLASS_CANNOT_CHANGE_SIZE
2501         and hard-coded tests.
2502         (simplify_set): Likewise.
2503         (gen_lowpart_for_combine): Likewise.
2504         * emit-rtl.c (gen_lowpart_common): Likewise.
2505         * global.c (find_reg): Likewise.
2506         * local-alloc.c (find_free_reg): Likewise.
2507         * recog.c (register_operand): Likewise.
2508         * regclass.c (init_reg_sets_1): Likewise.
2509         (record_operand_costs, regclass): Likewise.
2510         * reload.c (push_reload): Likewise.
2511         * reload1.c (choose_reload_regs): Likewise.
2512         * flow.c (mark_used_regs): Conditionally set REG_CHANGES_MODE.
2513         * local-alloc.c (struct qty): Rename changes_size to changes_mode.
2514         Update all references.
2515         * regs.h (struct reg_info_def): Likewise.
2516         (REG_CHANGES_MODE): Rename from REG_CHANGES_SIZE.
2517         * tm.texi (CLASS_CANNOT_CHANGE_MODE): Document.
2518         (CLASS_CANNOT_CHANGE_MODE_P): Likewise.
2519
2520         * config/alpha/alpha.h (CLASS_CANNOT_CHANGE_MODE): Rename.
2521         (CLASS_CANNOT_CHANGE_MODE_P): New.
2522         * config/mips/mips.h: Likewise.
2523         * config/pa/pa32-regs.h: Likewise.
2524         * config/pa/pa64-regs.h: Likewise.
2525         * config/rs6000/rs6000.h: Likewise.
2526         * config/sh/sh.h: Likewise.
2527         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE): New.
2528         (CLASS_CANNOT_CHANGE_MODE_P): New.
2529         * config/avr/avr.h (CLASS_CANNOT_CHANGE_SIZE): Remove dead code.
2530         * config/d30v/d30v.h: Likewise.
2531
2532 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2533
2534         * configure.in: Add AC_TYPE_GETGROUPS test.
2535         * sys-protos.h: Use GETGROUPS_T * for second arg of getgroups.
2536         * configure: Rebuilt.
2537         * config.in: Rebuilt.
2538
2539 2000-06-13  Richard Henderson  <rth@cygnus.com>
2540
2541         * explow.c (set_mem_attributes): Do nothing for NULL type.
2542
2543 Tue Jun 13 14:45:10 2000  Jeffrey A Law  (law@cygnus.com)
2544
2545         * config/m68k/openbsd.h (ASM_SPEC): pass down options to assembler
2546         correctly.
2547
2548 2000-06-13  James E. Wilson  <wilson@cygnus.com>
2549
2550         * config/ia64/ia64.md (movxf_internal): Add missing "e" to ldf/stf.
2551
2552 Tue Jun 13 14:05:35 2000  Jeffrey A Law  (law@cygnus.com)
2553
2554         * Makefile.in (gensupport.o): Remove bogus $(HOST_PREFIX) reference.
2555
2556 2000-06-13  Philipp Thomas  <pthomas@suse.de>
2557
2558         * configure.in(ALL_LINGUAS): Changed en_UK to en_GB.
2559         * configure: Rebuilt.
2560
2561 2000-06-07  David O'Brien  <obrien@FreeBSD.org>
2562
2563         * configure.in:  Adjust FreeBSD bits to match changes to config.guess.
2564         We now default to ELF for the i386, and a.out is the special case.
2565         * configure:  Rebuilt.
2566
2567 Tue Jun 13 10:05:30 2000  Hans-Peter Nilsson  <hp@axis.com>
2568
2569         * final.c (final_scan_insn): Delete notes between cc0 setter and
2570         user when restarting from setter.
2571
2572 2000-06-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2573
2574         * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and
2575         cast to squelch signed/unsigned warnings.
2576
2577 2000-06-13  Zack Weinberg  <zack@wolery.cumb.org>
2578
2579         * cpplib.c (handle_directive): Print non-NUL-terminated string
2580         with %.*s.
2581
2582 2000-06-12  Michael Meissner  <meissner@redhat.com>
2583
2584         * ifcvt.c (dead_or_predicable): Don't do conditional execution
2585         path if the machine needs extra support to do conditional
2586         execution.
2587
2588 Mon Jun 12 17:04:17 2000  Jeffrey A Law  (law@cygnus.com)
2589
2590         * print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC
2591         to print the alias set.
2592         * print-tree.c (print_node, DECL_* nodes and case 't'): Similarly.
2593
2594 2000-06-12  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2595
2596         * config/float-vax.h: Add GFLOAT defines.
2597
2598 Mon Jun  12  9:44:00 2000  Mark Klein  <mklein@dis.com>
2599
2600         * configure.in: Update tm dependencies for MPE.
2601         * configure: Rebuilt.
2602
2603 2000-06-12  H.J. Lu  <hjl@gnu.org>
2604
2605         * gengenrtl.c (obstack_alloc_rtx): Correct the allocated size.
2606
2607 2000-06-12  David Edelsohn  <edelsohn@gnu.org>
2608
2609         * aix41.h (SUBTARGET_SWITCHES): Delete threads.
2610         (CPP_SPEC): Change mthreads to pthread.
2611         (LIB_SPEC): Likewise.
2612         (STARTFILE_SPEC): Likewise.
2613         * aix43.h (SUBTARGET_SWITCHES): Delete threads.
2614         (CPP_SPEC): Change mthreads to pthread.
2615         (LIB_SPEC): Likewise.
2616         (STARTFILE_SPEC): Likewise.
2617         * rs6000-protos.h (reg_or_arith_cint_operand): New.
2618         * rs6000.c (reg_or_arith_cint_operand): New.
2619         (num_insns_constant_wide): Decorate unsigned constant.
2620         * rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
2621         * rs6000.md (addsi3): Use new predicate.
2622         (subsi3, adddi3, subdi3): Likewise.
2623
2624 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
2625
2626         * c-common.c (lang_get_alias_set): Fix typo.
2627
2628 2000-06-12  Richard Earnshaw <rearnsha@arm.com>
2629
2630         * flow.c (mark_used_regs): Revert last change.
2631         (life_analysis): Remove PROP_AUTOINC if running after reload.
2632         (propagate_one_insn): PROP_AUTOINC is always off after reload.
2633
2634 2000-06-11  Richard Earnshaw <rearnsha@arm.com>
2635
2636         * flow.c (mark_used_regs): Don't call find_auto_inc after reload
2637         has run.
2638
2639 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2640
2641         * bb-reorder.c (build_scope_forest): Initialize variable
2642         `curr_scope'.
2643
2644         * calls.c (expand_call): Likewise for variables
2645         `save_pending_stack_adjust' and `save_stack_pointer_delta'.
2646
2647         * i386.c (function_arg_advance, function_arg): Cast to avoid
2648         signed/unsigned warnings.
2649
2650         * i386.h (MEMORY_MOVE_COST): Likewise.
2651
2652         * ifcvt.c (cond_exec_process_if_block): Initialize variables
2653         `else_start' and `else_end'.
2654
2655         * libgcc2.h (__eh_alloc, __eh_free): Prototype.
2656
2657         * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
2658
2659 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
2660
2661         * Makefile.in (libintl.a): Depend on intl.all.
2662
2663 2000-06-09  H.J. Lu  (hjl@gnu.org)
2664
2665         * Makefile.in (c-parse.o): Also depend on output.h.
2666
2667 2000-06-09  Rodney Brown  <RodneyBrown@mynd.com>
2668
2669         * mcore-protos.h: discards const warning removal.
2670         * mcore.c: discards const warning removal.
2671
2672 2000-06-09  Kazu Hirata  <kazu@hxi.com>
2673
2674         * config/h8300/lib1funcs.asm: Declare the machine architecture at
2675         the beginning of the file.
2676
2677 2000-06-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2678
2679         * real.h:  Add prototype for ldexp.
2680
2681 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
2682
2683         * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
2684         it ggc_alloc, drop second argument, never clear returned memory.
2685         * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
2686         (ggc_alloc_cleared): New.
2687         * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
2688         ggc_alloc_obj.  Remove ggc_alloc macro.
2689         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
2690
2691         * rtl.c (rtvec_alloc): Clear the vector always.
2692         (rtx_alloc): Clear the first word always.  Remove dirty
2693         obstack tricks (this routine is no longer a bottleneck).
2694         * tree.c (make_node): Clear the new node always.
2695         (make_tree_vec): Likewise.
2696         (tree_cons): Clear the common structure always.
2697         (build1): Likewise; also, clear TREE_COMPLEXITY.
2698         * gengenrtl.c: Use puts wherever possible.  Remove extra
2699         newlines.
2700         (gendef): Clear the first word of an RTX in the generator
2701         function, irrespective of ggc_p.  Initialize '0' slots to
2702         NULL.
2703         (genlegend): Don't generate obstack_alloc_rtx routine, just a
2704         thin wrapper macro around obstack_alloc.
2705
2706         * stmt.c (expand_fixup): Use ggc_alloc.
2707         * c-typeck.c (add_pending_init): Use ggc_alloc.
2708         * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
2709         * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
2710         const0_rtx when it is created.
2711         (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
2712         we are not in a function.
2713
2714         * tree.c (tree_class_check_failed): Make second arg an int.
2715         * tree.h: Update prototype.
2716
2717 2000-06-09  Geoff Keating  <geoffk@cygnus.com>
2718
2719         * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2720         of an error_mark_node.
2721
2722 Fri Jun  9 20:35:13 2000  Denis Chertykov  <denisc@overta.ru>
2723
2724         * config/avr/avr.c (asm_output_section_name): bugfix.
2725
2726 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
2727
2728         * timevar.def: Add TV_EXPAND.
2729         * timevar.c (timevar_print): Update timing information.
2730         * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
2731
2732         * stmt.c (expand_return): Check for error_mark_node.
2733
2734 2000-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2735
2736         * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
2737
2738         * scan-types.sh (VALUE) Wrap use with double quotes to protect
2739         variable against filename expansion when it contains "char *".
2740
2741         * system.h (SSIZE_MAX): Delete backup definition.
2742
2743         * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
2744         instead of SSIZE_MAX.
2745
2746 2000-06-09  Jakub Jelinek  <jakub@redhat.com>
2747
2748         * configure.in: Check whether gas supports -relax.
2749         * configure, config.in: Rebuilt.
2750         * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
2751         (EXTRA_SPECS): Add asm_relax.
2752         (ASM_SPEC): Add %(asm_relax).
2753         (TARGET_SWITCHES): Add -mrelax and -mno-relax.
2754         * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
2755         (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
2756         (ASM_SPEC): Add %(asm_relax).
2757         * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
2758         * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
2759         never use sethi/jmpl for leaf tail calls.  Use or with rs2 %g0
2760         instead of mov, so that gas can further optimize it.
2761
2762 2000-06-08  James E. Wilson  <wilson@bletchleypark.cygnus.com>
2763
2764         * dwarf2out.c (size_of_die, case dw_val_class_const): Use
2765         size_of_sleb128.
2766         (value_format, case dw_val_class_const): Use sdata format.
2767         (output_die): Call output_sleb128.
2768
2769 2000-06-08  James E. Wilson  <wilson@cygnus.com>
2770
2771         * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
2772         UNALIGNED_DOUBLE_INT_ASM_OP.  Rename old macro to
2773         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2774         (output_die, case dw_val_class_unsigned_const): Correct call to
2775         ASM_OUTPUT_DWARF_DATA8.
2776         (output_die, case dw_val_class_long_long): Use
2777         ASM_OUTPUT_DWARF_CONST_DOUBLE.
2778         * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
2779         pos is zero.
2780
2781         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
2782         (output_function_prologue): Fix mispelling.
2783         (output_function_prologue, output_function_epilogue): Reorder to
2784         match ia64.c definition order.
2785         * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
2786         (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
2787         Use r3 instead of r2 for large stack restores.
2788         (ia64_output_end_prologue): New function.
2789         (process_set): Emit ".restore sp" for epilogue stack restores.
2790         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
2791
2792 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
2793
2794         * dbxout.c (dbxout_type_fields): Don't segfault on fields with
2795         incomplete types.
2796
2797 2000-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2798
2799         * frame.c (end_fde_sort): Remove extraneous erratic array test.
2800
2801 2000-06-08  Denis Perchine <dyp@perchine.com>
2802
2803         * frame.c (start_fde_sort): Don't malloc (0).
2804
2805 2000-06-07  Zack Weinberg  <zack@wolery.cumb.org>
2806
2807         * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2808         error_mark_node.
2809         * print-tree.c (print_node): The transparent_union_flag means
2810         different things for unions and arrays.  Do not inspect it
2811         with TYPE_TRANSPARENT_UNION.
2812
2813 2000-06-06  Jakub Jelinek  <jakub@redhat.com>
2814
2815         * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
2816         returned NULL.
2817
2818 Wed Jun  7 20:34:33 2000  Denis Chertykov  <denisc@overta.ru>
2819
2820         * config/avr/avr.c (asm_output_section_name): output section
2821         attributes.
2822         * config/avr/libgcc.S (.text.libgcc): declare section attributes.
2823
2824 2000-06-06  James E. Wilson  <wilson@cygnus.com>
2825
2826         * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
2827         fields into header field.
2828         (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
2829         macros to access length, flags, and version info from header field.
2830         * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
2831         * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
2832         (__do_global_ctors_aux): Fix caller.
2833         * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
2834         prologue_flag to header.  Pass to read_P_record.
2835         (read_P_record): New argument header.  Implement P4 format.
2836         Multiply P7_T_SIZE by 16.
2837         (execute_one_ia64_descriptor): New static local region_header.  Pass to
2838         get_unwind_record.  Copy r to region_header if r is a header record.
2839         (print_all_records): Likewise.
2840         (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
2841         (__get_personality, __get_except_table): Likewise.
2842         * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
2843
2844 2000-06-06  Philipp Thomas  <pthomas@suse.de>
2845
2846         * configure.in (AC_C_INLINE): Added.
2847         * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
2848         * configure: Regenerate.
2849
2850 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
2851
2852         * c-common.h (c_language_kind): New type.
2853         (c_language): New variab.e
2854         * c-common.c (lang_get_alias_set): Don't put structures in
2855         non-zero alias sets in C++.
2856         * c-decl.c (c_language): Define it.
2857         * c-lex.c (doing_objc_thang): Remove.
2858         * c-tree.h (doing_objc_thang): Make it a macro.
2859         * objc/objc-act.c (lang_decode_option): Set c_language, not
2860         doing_objc_thang.
2861
2862 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2863
2864         * diagnostic.c (output_maximum_width): Remove.
2865         (doing_line_wrapping): Tweak.
2866         (diagnostic_buffer): New object.
2867         (global_output_buffer): New object.
2868         (output_destroy_prefix): New function.
2869         (default_initialize_buffer): Likewise.
2870         (reshape_diagnostic_buffer): Likewise.
2871         (initialize_diagnostics): Likewise.
2872         (output_clear): Tweak.
2873         (line_wrapper_printf): Adjust call to init_output_buffer.
2874         (vline_wrapper_message_with_location): Likewise.  Use
2875         output_destroy_prefix.
2876         (v_message_with_decl): Likewise.
2877
2878         * diagnostic.h (struct output_buffer): Constify prefix.
2879         (init_output_buffer, output_get_prefix): Constify.
2880         (diagnostic_message_length_per_line): Likewise.
2881         (reshape_diagnostic_buffer): Declare.
2882         (default_initialize_buffer): Declare.
2883         (initialize_diagnostics): Declare.
2884         (diagnostic_buffer): Declare new obbject.
2885
2886         * toplev.c: #include diagnostic.h
2887         (display_help): Document diagnostic formatting options.
2888         (decode_f_option): Handle diagnostic formatting options.
2889         (main): Setup initialization for diagnostic messages outputter.
2890
2891         * toplev.h (set_message_length): Remove.
2892
2893         * Makefile.in (toplev.o): Depends upon diagnostic.h
2894
2895         * invoke.texi : Document diagnostics formatting options.
2896
2897 Tue Jun  6 19:25:32 2000  Philippe De Muyter  <phdm@macqel.be>
2898
2899         * configure.in (Make the links): Typo fix : the file that must be
2900         included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
2901         * configure: File rebuilt.
2902
2903 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2904
2905         * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
2906         (eh_context): Add alloc_mask and alloc_buffer emergency fallback
2907         space.
2908         * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
2909         emergency eh_context buffer, if malloc fails.
2910         (__eh_free): Moved from cp/exception.cc. Release to emergency
2911         eh_context buffer, if appropriate.
2912
2913 2000-06-06  Jason Merrill  <jason@casey.soma.redhat.com>
2914
2915         * expr.c (store_expr): Fix typo.
2916
2917 2000-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2918
2919         * m68k.c (legitimize_pic_address): Move prototype ...
2920
2921         * m68k-protos.h (legitimize_pic_address): ... here.
2922
2923         * m68k.md (legitimize_pic_address): Delete prototypes.
2924         (untyped_call): Invoke GEN_CALL(), not gen_call().
2925
2926         * nextstep.c: Include system.h and toplev.h.
2927         (get_directive_line): Don't prototype.
2928         (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
2929
2930         * nextstep.h (handle_pragma): Prototype.
2931         (SECTION_FUNCTION): Prototype FUNCTION().  Move prototype of
2932         objc_section_init ...
2933         (EXTRA_SECTION_FUNCTIONS): ... here.
2934
2935 Tue Jun  6 08:17:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2936
2937         * sdbout.c (struct sdb_file): NAME now const.
2938         (sdbout_init): input_file_name now const.
2939         (sdbout_start_new_source_file): FILENAME now const.
2940         * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
2941
2942 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2943
2944         * c-typeck.c (build_conditional_expr): Handle complex data types.
2945
2946 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2947
2948         * explow.c (maybe_set_unchanging): New function, broken out from...
2949         (set_mem_attributes): Here.
2950         * expr.h: Declare it.
2951         * stmt.c (expand_decl): Call it.
2952
2953 2000-06-05  Richard Henderson  <rth@cygnus.com>
2954
2955         * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
2956         while looking for a register to inherit from.
2957
2958 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
2959
2960         * Makefile.in (libgcc.ready): Lose.
2961         (libgcc.mk): Just use mv, not move-if-change.
2962         (LIBGCC_DEPS): New macro.
2963         (libgcc.a): Use it.
2964         (stmp-multilib): Likewise.
2965         * mklibgcc.in (stmp-dirs): New target.  Make everything depend on
2966         it rather than the directories themselves.
2967         (LIB2ADD): Depend on the list file rather than 'force'.
2968
2969         * fold-const.c (fold, case COND_EXPR): Elide conversion between
2970         cv-qualified versions of types.
2971
2972 Mon Jun  5 14:06:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2973
2974         * config/sparc/sparc.c (short_branch): Correct error in range
2975         computation.
2976
2977 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2978
2979         * fixinc/inclhack.def: New include hacks for ultrix.
2980         * (nested_ultrix): Replaced by ultrix_nested_svc.
2981         * (ultrix_atof_param): test_text string added.
2982         * (ultrix_ifdef): Modified select string.
2983
2984 2000-06-05  Zack Weinberg  <zack@wolery.cumb.org>
2985
2986         * objc/objc-act.c (generate_method_descriptors): Register
2987         objc_method_prototype_template as a GC root.
2988         (comp_method_with_proto): Register function_type as a GC root.
2989         (comp_proto_with_proto): Replace function_type1 and
2990         function_type2 with a two-element array; register it as a GC root.
2991
2992         (generate_protocols, build_protocol_initializer,
2993         generate_protocol_list, build_category_initializer,
2994         build_shared_structure_initializer): Do not cache cast_type
2995         and/or cast_type2.
2996
2997 2000-06-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2998
2999         * function.c (assign_parms): Add missing argument to set_mem_attributes
3000         call.
3001
3002 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3003
3004         * tree.h (VOID_TYPE_P): New macro.
3005         (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
3006         * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
3007         (get_parm_info): Likewise.
3008         (store_parm_decls): Likewise.
3009         (combine_parm_decls): Likewise.
3010         (finish_function): Likewise.
3011         * c-typeck.c (build_function_call): Likewise.
3012         (build_binary_op): Likewise.
3013         (build_conditional_expr): Likewise.
3014         (internal_build_compound_expr): Likewise.
3015         (convert_for_assignment): Likewise.
3016         * stmt.c (expend_expr_stmt): Likewise.
3017         (warn_if_unused_value): Likewise.
3018         (expand_return): Likewise.
3019         * c-parse.in (primary): Likewise.
3020         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
3021         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
3022
3023 Mon Jun  5 06:46:28 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3024
3025         * alias.c (get_alias_set): If compnent is addressable, use alias
3026         set of component.
3027         * c-decl.c (init_decl_processing): Don't call record_component_aliases.
3028         (grokdeclarator): Likewise.
3029         * c-typeck.c (common_type): Likewise.
3030
3031 2000-06-04  Alex Samuel  <samuel@codesourcery.com>
3032
3033         * Makefile.in (OBJS): Remove dyn_string.o
3034         (dyn-string.o): Delete rule.
3035         * dyn-string.c: Delete file
3036         * dyn-string.h: Likewise.
3037
3038 2000-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3039
3040         * Makefile.in (intl.*): Honor non-zero exit codes in the intl
3041         subdir.
3042
3043 2000-06-03  Geoff Keating  <geoffk@cygnus.com>
3044
3045         * alias.c (record_component_aliases): Don't inspect
3046         DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
3047
3048 Sat Jun  3 19:05:30 2000  Michael Meissner  <meissner@redhat.com>
3049
3050         * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
3051         it with the pattern to do machine dependent work.
3052         (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
3053         use it to modify the true/false tests used in conditional
3054         execution.  If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
3055         defined, invoke them if the conversion to conditional execution
3056         was successful or not.
3057
3058         * tm.texi (IFCVT_MODIFY_TESTS): Document.
3059         (IFCVT_MODIFY_INSN): Ditto.
3060         (IFCVT_MODIFY_FINAL): Ditto.
3061         (IFCVT_MODIFY_CANCEL): Ditto.
3062
3063 Sat Jun  3 15:26:13 2000  Matt Kraai <kraai@alumni.carnegiemellon.edu>
3064
3065         * toplev.c (main): Fix misspellings of possibility and language.
3066
3067 2000-06-03  Richard Henderson  <rth@cygnus.com>
3068
3069         * alias.c (record_alias_subset): Initialize has_zero_child in the
3070         superset.
3071
3072 2000-06-03  Richard Earnshaw (rearnsha@arm.com)
3073
3074         * arm.md (untyped_call): Use GEN_CALL macro.
3075
3076 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
3077
3078         * Makefile.in: Use $(MAKE) not "make"
3079
3080 Fri Jun  2 19:31:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3081
3082         * alias.c (struct alias_set_entry): New field has_zero_child.
3083         (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
3084         (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
3085         do nothing.
3086         Call record_component_aliases for aggregate types.
3087         (record_alias_subset): Set has_zero_child.
3088         (record_component_aliases, case ARRAY_TYPE): Do nothing if
3089         TYPE_NONALIASES_COMPONENT.
3090         (record_component_aliases, case RECORD_TYPE): Test
3091         DECL_NONADDRESSABLE_P.
3092         * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
3093         of TREE_ADDRESSABLE.
3094         * calls.c (initialize_argument_information): Only test
3095         TYPE_TRANSPARENT_UNION for UNION_TYPE.
3096         * function.c (assign_parms): Likewise.
3097         * integrate.c (function_cannot_inline_p): Likewise.
3098         * stor-layout.c (finish_record_layout): Don't call
3099         record_component_aliases.
3100         * tree.h (struct tree_int_cst): Use struct tree_common.
3101         (struct tree_real_cst, struct tree_string): Likewise.
3102         (struct tree_complex, struct tree_identifier): Likewise.
3103         (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
3104         (struct tree_block, struct tree_type, struct tree_decl): Likewise.
3105         (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
3106         (TYPE_NONALIASES_COMPONENT): New macro.
3107         (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
3108         (DECL_NONADDRESSABLE_P): New macro.
3109         (struct tree_decl): Reorder bits for clarity of how many left;
3110         add non_adressable.
3111
3112 2000-06-02  Jason Merrill  <jason@casey.soma.redhat.com>
3113
3114         * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
3115         * mklibgcc.in (force): New target.
3116         Make LIB2ADD stuff depend on it.
3117
3118 2000-06-02  Richard Henderson  <rth@cygnus.com>
3119
3120         * alias.c (lang_get_alias_set): Remove.
3121         (get_alias_set): Call it directly, not indirectly.
3122         * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
3123         * c-common.h (c_get_alias_set): Don't declare.
3124         * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
3125         * expr.h (lang_get_alias_set): Declare as function, not pointer.
3126
3127 2000-06-02  Bruce Korb  <bkorb@gnu.org>
3128
3129         * fixinc/server.c(sig_handler):  resume closing server on SIGPIPE
3130         (server_setup):  define the server's master pid
3131         (close_server):  actually do the deed IFF we are the server's master
3132
3133 2000-06-02  Jakub Jelinek  <jakub@redhat.com>
3134
3135         * c-common.c (c_get_alias_set): Check whether signed_type did not
3136         return its argument before calling get_alias_set on the result.
3137
3138 2000-06-02  Andrew MacLeod  <amacleod@cygnus.com>
3139
3140         * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
3141
3142 Fri Jun  2 00:22:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3143
3144         * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
3145         (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
3146         for TARGET_NOMACSAVE.
3147         (NOMACSAVE_BIT): Define.
3148         (TARGET_NOMACSAVE): Define.
3149         (TARGET_SWITCHES): Add "nomacsave".
3150
3151 2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
3152
3153         * sh.md (untyped_call): Remove excess parameters
3154
3155 2000-06-01  Loren J. Rittle  <ljrittle@acm.org>
3156
3157         * fixinc/inclhack.def (osf_namespace_a): Relax expression to
3158         match that used before the conversion to c_fix style.
3159         * fixinc/fixincl.x: regenerate
3160
3161 2000-06-01  Stan Cox  <scox@cygnus.com>
3162
3163         * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
3164         macro argument typo.
3165
3166 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3167
3168         * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL.  Improve
3169         error message.
3170         * cpplib.c (parse_include): Remove support for VAX-C
3171         "#include starlet" misfeature.
3172
3173 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
3174
3175         * cppfiles.c: conditionally define O_BINARY.
3176         (open_include_file): pass O_BINARY to open().
3177
3178 2000-06-01  Richard Henderson  <rth@cygnus.com>
3179
3180         * i960.c (i960_br_predict_opcode): Remove.
3181         (i960_print_operand) [+]: Emit branch prediction hints.
3182         (i960_function_arg): Return early for VOIDmode.
3183         (i960_round_align): Return early for incomplete types.
3184         * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3185         * i960.md (all conditional branches): Add "%+".
3186
3187 Thu Jun  1 12:24:21 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3188
3189         * alias.c (get_alias_set): Don't call language-specific routine more
3190         than is needed and clean up code a bit.
3191         * c-common.c (c_get_alias_set): All references whose type
3192         is char get alias set 0, but character types need not.
3193         * varasm.c (make_function_rtl): Don't call set_mem_attributes.
3194         (make_decl_rtl): Don't call it for FUNCTION_DECL.
3195
3196 2000-06-01  Bruce Korb  <bkorb@gnu.org>
3197
3198         * fixinc/tests/base/...: new base result files
3199
3200 Thu Jun  1 09:37:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
3201
3202         * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
3203         * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
3204         * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
3205         will use FCOMI.
3206
3207 2000-06-01  Richard Henderson  <rth@cygnus.com>
3208
3209         * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
3210
3211         * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
3212
3213 2000-05-31  Richard Henderson  <rth@cygnus.com>
3214
3215         * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
3216         CONSTANT_POOL_ADDRESS_P addresses for .sdata.
3217         * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
3218
3219 2000-05-31  Richard Henderson  <rth@cygnus.com>
3220
3221         * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
3222         * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
3223         (ia64_print_operand) [+]: ... here.  Use current_output_insn.
3224         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
3225         * config/ia64/ia64.md (all branch/call patterns): Use %+.
3226
3227 2000-05-31  Richard Henderson  <rth@cygnus.com>
3228
3229         * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
3230
3231 2000-05-31  Richard Henderson  <rth@cygnus.com>
3232
3233         * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
3234         remaining edges.
3235         (find_if_block): Allow THEN with no outgoing edges.
3236         * flow.c (merge_blocks_nomove): Remove a barrier not following
3237         a jump as well.
3238
3239 2000-05-31  Richard Henderson  <rth@cygnus.com>
3240
3241         * flow.c (propagate_block): Move initialization of mem_set_list ...
3242         (init_propagate_block_info): ... here.  Also track blocks with
3243         no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
3244
3245 2000-05-31  Richard Henderson  <rth@cygnus.com>
3246
3247         * jump.c (jump_optimize_1): Revert 05-18 change.
3248
3249 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
3250
3251         * invoke.texi: Remove documentation for -fguiding-decls.
3252
3253 2000-05-31  Richard Henderson  <rth@cygnus.com>
3254
3255         * configure.in: Fix typo last change.
3256
3257 2000-05-31  Philipp Thomas  <pthomas@suse.de>
3258
3259         * configure.in (enable-nls): Enable if build == host, i.e. when
3260         not building a canadian cross compiler.
3261         (enable-maintainer-mode): Added for use with i18n.
3262         * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
3263         cross section of ALL_LINGUAS and LINGUAS.
3264         * configure: Rebuild.
3265
3266 2000-05-31  Bruce Korb  <bkorb@gnu.org>
3267
3268         * fixinc/check.tpl: rework to use test result tree
3269         * fixinc/Makefile.in: change invocation of check script
3270         * fixinc/check.diff: No longer needed
3271         * fixinc/fixincl.x: regenerate
3272         * fixinc/inclhack.def:  add new tests
3273         * fixinc/tests/base/arch/i960/archI960.h:  New test result
3274         * fixinc/tests/base/curses.h: modified test result
3275         * fixinc/tests/base/stdio.h: ditto
3276         * fixinc/tests/base/time.h: ditto
3277         * fixinc/tests/base/sys/asm.h: ditto
3278         * fixinc/tests/base/sys/stat.h: ditto
3279         * fixinc/tests/base/sys/wait.h: ditto
3280
3281 Wed May 31 13:17:20 2000  Philippe De Muyter  <phdm@macqel.be>
3282
3283         * except.c (clear_function_eh_region): Do not free NULL.
3284
3285 Wed May 31 08:07:52 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3286
3287         * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
3288         * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
3289         (REG_BASE_VALUE): Remove unneeded cast to unsigned.
3290         (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
3291         (find_base_decl): New function, from c_find_base_decl in c-common.c.
3292         (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
3293         (get_alias_set): Likewise.
3294         Major rework to do more things and allow language-specific code
3295         to just handle special-cases.
3296         (record_alias_subset): Args are HOST_WIDE_INT.
3297         (record_component_alias): Local vars are HOST_WIDE_INT.
3298         Don't handle COMPLEX_EXPR.
3299         (get_varargs_alias_set): Moved from builtins.c.
3300         (get_frame_alias_set): New function.
3301         * builtins.c (expand_builtin_return_address): Use frame alias set.
3302         (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
3303         for setjmp buffer.
3304         (get_memory_rtx): Rework to use set_mem_attributes.
3305         (get_varargs_alias_set): Deleted from here.
3306         * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
3307         (c_find_base_decl): Deleted from here.
3308         (c_get_alias_set): Remove many cases and rework to just handle
3309         C-specific cases.
3310         * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
3311         * c-decl.c (rtl.h, expr.h): Now included.
3312         (init_decl_processing): Call record_component_aliases on array types.
3313         (grokdeclarator): Likewise.
3314         Set TREE_ADDRESSABLE for all fields that are not bitfields.
3315         * c-typeck.c (common_type): Call record_component_aliases for array.
3316         * caller-save.c (setup_save_areas): Rework register loop for unsigned.
3317         Set all save areas to the frame alias set.
3318         * calls.c (initialie_argument_information): Call set_mem_attributes.
3319         (compute_argument_addresses, expand_call): Likewise.
3320         * explow.c (set_mem_attributes): New function.
3321         (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
3322         * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
3323         LEN and OFFSET now HOST_WIDE_INT.
3324         (clear_by_pieces): Similar changes.
3325         (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
3326         (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
3327         (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
3328         (clear_by_pieces_1): Likewise.
3329         (emit_push_insn): Call set_mem_attributes.
3330         (expand_expr, case INDIRECT_REF): Likewise.
3331         (expand_expr, case VAR_DECL): Call change_address.
3332         * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
3333         tree_low_cst.
3334         (get_varargs_alias_set, get_frame_alias_set): New decls.
3335         (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
3336         (new_alias_set, set_mem_attributes): Likewse.
3337         * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
3338         (assign_stack_temp_for_type): Likewise.
3339         Can split slot even if alias set since can copy.
3340         Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
3341         (assign_temp): Use host_integerp and tree_low_cst.
3342         (put_var_into_stack): Properly handle SAVE_EXPR.
3343         (put_addressof_into_stack): Likewise.
3344         (assign_parms): Call set_mem_attributes.
3345         Delete #if 0 code.
3346         (fix_lexical_address): Put reference to chain into frame alias set.
3347         (expand_function_start): Call set_mem_attributes.
3348         * integrate.c (expand_inline_function): Likewise.
3349         * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
3350         * regmove.c (try_apply_stack_adjustment): Likewise.
3351         * reload.c (push_reload, make_memloc): Likewise.
3352         * reload1.c (alter_reg): Make alias sets for spilled pseudos.
3353         * rtl.def (MEM): Update comment.
3354         * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
3355         (move_by_pieces): Change length to HOST_WIDE_INT.
3356         (record_base_value, record_alias_subset): Delete from here.
3357         * stmt.c (expand_decl): Call set_mem_attributes.
3358         * stor-layout.c (finish_record_layout): Call record_component_aliases.i
3359         * toplev.c (compile_file): Call init_alias_once earlier.
3360         * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
3361         from here: now in alias.c.
3362         * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
3363         (struct tree_decl): Likewise.
3364         (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
3365         * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
3366         (output_constant_def, force_const_mem): Likewise.
3367
3368         * flow.c (propagate_block): If block has no successors, stores to
3369         frame are dead if not used.
3370
3371 2000-05-31  Nathan Sidwell  <nathan@codesourcery.com>
3372
3373         * stmt (expand_end_case): Reorder conversion sequence for jump
3374         table to avoid extra truncations.
3375
3376 Wed May 31 01:31:42 2000  Jeffrey A Law  (law@cygnus.com)
3377
3378         * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
3379         in the block is more than just a simple conditional branch.
3380         (noce_process_if_block): Similarly.
3381
3382 Tue May 30 22:25:57 2000  Alexandre Oliva  <aoliva@cygnus.com>
3383
3384         * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
3385         queue.
3386
3387 2000-05-30  Michael Meissner  <meissner@redhat.com>
3388
3389         * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
3390         instructions.  Treat LO_SUM operations as loading the full integer
3391         constant.
3392
3393 2000-05-30  Richard Henderson  <rth@cygnus.com>
3394
3395         * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
3396
3397 2000-05-30  Richard Henderson  <rth@cygnus.com>
3398
3399         * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
3400
3401 2000-05-30  Bruce Korb  <bkorb@gnu.org>
3402
3403         * fixinc/tests/*:  Added expected result files for fixinc's make check
3404         * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
3405
3406 2000-05-30  Richard Henderson  <rth@cygnus.com>
3407
3408         * config/alpha/alpha.md (*setne_internal): Use match_operator
3409         instead of working down from insn.
3410
3411 2000-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3412
3413         * invoke.texi (-Wtraditional): Update WRT function macros.
3414
3415 Tue May 30 09:57:32 2000  Philippe De Muyter  <phdm@macqel.be>
3416
3417         * except.c (free_exception_table): Do not free NULL.
3418
3419 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3420
3421         * cpplib.c (do_if): Don't save and restore only_seen_white here.
3422         * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3423         and skipping here.
3424
3425 2000-05-29  Richard Earnshaw (rearnsha@arm.com)
3426
3427         * flow.c (mark_used_reg): If a register is unconditionally live,
3428         remove any conditional death information.
3429
3430 2000-05-29  Richard Henderson  <rth@cygnus.com>
3431
3432         * final.c (current_output_insn): New.
3433         (final_scan_insn): Set it.
3434         * output.h: Declare it.
3435
3436 2000-05-29  Richard Henderson  <rth@cygnus.com>
3437
3438         * stor-layout.c (finalize_record_size): Fix typo.
3439
3440         * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
3441         if nlabel is null.
3442
3443 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3444
3445         * cpplib.h (cpp_reader): Remove if_stack.  Change
3446         potential_control_macro to a cpp_hashnode *.  Add skipping flag.
3447         * cpphash.h (struct ihash): Change control_macro to a
3448         cpp_hashnode * and shorten name to cmacro.
3449         Add NEVER_REINCLUDE constant.
3450
3451         * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
3452         Examine the cmacro node directly, no need to call cpp_defined.
3453         (_cpp_execute_include, read_include_file): Set cmacro to
3454         NEVER_REINCLUDE, not U"".
3455         * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
3456         (cpp_get_token): If pfile->skipping is true, discard text and
3457         keep scanning until we hit a directive; don't expand macros.
3458
3459         * cpplib.c (struct if_stack): Remove if_succeeded, add
3460         was_skipping. Change control_macro to a cpp_hashnode * and
3461         shorten name to cmacro.  Remove typedef IF_STACK.
3462         (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
3463         (conditional_skip, skip_if_group,
3464         consider_directive_while_skipping): Delete.
3465         (push_conditional): New.
3466         (_cpp_handle_directive): Don't process directives other than
3467         conditionals if we are skipping.
3468
3469         (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
3470         Update to new scheme.
3471         (validate_else): Skip rest of line here, unconditionally.
3472         (_cpp_unwind_if_stack): The stack is per-buffer.  Force
3473         pfile->skipping off.
3474
3475         (all): Remove `scare quotes' from error messages.
3476
3477 2000-05-29  Richard Henderson  <rth@cygnus.com>
3478
3479         * function.c (emit_return_into_block): New line_note arg; emit it.
3480         (thread_prologue_and_epilogue_insns): Attempt to locate a line note
3481         for the close brace to accompany HAVE_return.  Move all line notes
3482         following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
3483
3484 2000-05-29  Richard Henderson  <rth@cygnus.com>
3485
3486         * longlong.h [__alpha] (count_leading_zeros): New.
3487         (count_trailing_zeros): New.
3488         (COUNT_LEADING_ZEROS_0): New.
3489
3490         * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
3491         (alpha_split_conditional_move): New.
3492         * config/alpha/alpha-protos.h: Prototype them.
3493         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3494         (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
3495         * config/alpha/alpha.md: Update ffs cix commentary.
3496         (*ze_and_ne): New.
3497         (*nabssf2, *nabsdf2): New.
3498         (*mov[qhsd]icc_internal): Use add_operand.
3499         (if_then_else constant splitters): New.
3500         (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
3501         (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
3502
3503 2000-05-29  Richard Henderson  <rth@cygnus.com>
3504
3505         * combine.c (force_to_mode) [MINUS]: Convert subtraction from
3506         a constant to NEG or NOT when conditions allow.
3507
3508         * combine.c (combine_simplify_rtx): Don't create an if_then_else
3509         unless both args are general_operand.  Don't canonicalize plus
3510         to ior unless it helps.
3511
3512         * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
3513         instead track register_life_up_to_date.  Toggle no_new_pseudos
3514         around if_convert.
3515
3516 2000-05-28  Geoff Keating  <geoffk@cygnus.com>
3517
3518         * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
3519         so output_operand doesn't see them.
3520
3521 Sun May 28 18:37:07 2000  Clinton Popetz  <cpopetz@cygnus.com>
3522
3523         * lcm.c (make_preds_opaque): Fix comment.
3524         (optimize_mode_switching): Use NORMAL_MODE instead of
3525         MODE_USES_IN_EXIT_BLOCK.  Change leftover instance of
3526         FP_MODE_NONE to no_mode.  Rename MODE_AT_ENTRY to NORMAL_MODE.
3527         Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
3528         * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
3529         (MODE_USES_IN_EXIT_BLOCK): Delete.
3530         (MODE_AT_ENTRY) Rename to NORMAL_MODE.
3531         * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
3532         (MODE_AT_ENTRY): Rename to NORMAL_MODE.
3533         (MODE_NEEDED): Don't look for USE.
3534         (EPILOGUE_USES): Define.
3535
3536 Sun May 28 23:26:59 2000  Philippe De Muyter <phdm@macqel.be>
3537
3538         * mklibgcc.in (all): Variable initialised to `libgcc'.
3539
3540 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3541
3542         * toplev.h (skip_leading_substring): New macro.
3543         * toplev.c (decode_f_option): Use skip_leading_substring instead
3544         of strncmp.
3545         (decode_W_option): Likewise.
3546
3547 2000-05-28  Nick Clifton  <nickc@cygnus.com>
3548
3549         * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
3550         modify reg_names.
3551
3552 2000-05-28  Richard Henderson  <rth@cygnus.com>
3553
3554         * regclass.c (record_operand_costs): Protect reg_changes_size
3555         with CLASS_CANNOT_CHANGE_SIZE.
3556
3557         * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
3558
3559 2000-05-28  Richard Henderson  <rth@cygnus.com>
3560
3561         * function.c (diddle_return_value): A pcc-style struct return
3562         returns a pointer.
3563
3564 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3565
3566         * cppfiles.c: Read files in, using mmap if possible, then
3567         prescan them separately.
3568         (read_file, read_with_read): New functions.
3569         * cpplex.c: Don't define UCHAR_MAX.
3570         (_cpp_read_and_prescan): Rename to _cpp_prescan.  Don't read
3571         the file here.
3572
3573         * cppinit.c (handle_option): Automatically define __cplusplus,
3574         __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
3575         the respective -lang switch.
3576
3577         * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3578         prototype): Move to...
3579         * cpplib.h: ... here.  Rename struct hashnode to struct
3580         cpp_hashnode and give it a typedef.  Rename _cpp_lookup to
3581         cpp_lookup.  Add 'fe_value' slot, a union tree_node *.
3582
3583 2000-05-27  Geoffrey Keating  <geoffk@cygnus.com>
3584
3585         * config/rs6000/rs6000.md (movsi): Constify 'name'.
3586
3587         * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
3588         (class_can_change_size): New variable.
3589         (reg_changes_size): New variable.
3590         (init_reg_sets_1): Initialise class_can_change_size.
3591         (record_operand_costs): Remove subreg_changes_size.
3592         Don't pass it around.  Instead update reg_changes_size.
3593         (regclass): Initialise and free reg_changes_size.  If a register
3594         changes size, don't preference it to a class that contains
3595         registers that can't change size.
3596         (record_reg_classes): Don't look at subreg_changes_size.
3597
3598 2000-05-27  Richard Henderson  <rth@cygnus.com>
3599
3600         * print-rtl.c (reg_names): Remove const.
3601         * regclass.c (reg_names): Likewise.
3602         * regs.h (reg_names): Likewise.
3603         * hard-reg-set.h (reg_names): Likewise.
3604
3605 2000-05-27  Richard Henderson  <rth@cygnus.com>
3606
3607         * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
3608
3609 2000-05-27  Richard Henderson  <rth@cygnus.com>
3610
3611         * config/alpha/alpha.c (alpha_does_function_need_gp): Test
3612         TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
3613         (alpha_expand_prologue): Emit prologue_mcount if needed.
3614         * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
3615         * config/alpha/alpha.md (prologue_mcount): New.
3616         * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
3617         (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
3618         * config/alpha/netbsd.h: Likewise.
3619
3620 2000-05-27  Richard Henderson  <rth@cygnus.com>
3621
3622         * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
3623         change to config/elfos.h.
3624
3625 2000-05-27  Richard Henderson  <rth@cygnus.com>
3626
3627         * Makefile.in (resource.o): Depend on except.h.
3628         * except.h (output_exception_table_data): Prototype.
3629         * genconfig.c (gen_peephole2): Prototype.
3630         * genemit.c (main): Include ggc.h.
3631         * genoutput.c: Revert parts of last change: include errors.h
3632         (main): Set progname.
3633         * recog.c: Include hard-reg-set.h before recog.h.
3634         * resource.c: Include except.h.
3635
3636         * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
3637         with RTX_CODE.
3638         (alpha_write_linkage): Protect with BUFSIZ.
3639         (alpha_need_linkage): Update prototype.
3640         * config/alpha/alpha.c (function_arg): Move VMS code here.
3641         (alpha_links_base): Remove.
3642         (alpha_links): New.
3643         (mark_alpha_links_node, mark_alpha_links): New.
3644         (alpha_write_one_linkage): New.
3645         (alpha_need_linkage): Use a splay tree.  Build the linkage symbol.
3646         (alpha_write_linkage): Use splay_tree_foreach.
3647         * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
3648         to get the linkage symbol.
3649         (call_value_vms): Likewise.
3650         * config/alpha/elf.h (output_file_directive): Remove decl.
3651         (ctors_section, dtors_section): Prototype.
3652         (sbss_section, sdata_section): Prototype.
3653         * config/alpha/vms.h (FUNCTION_ARG): Remove.
3654         (readonly_section, link_section, literals_section): Prototype.
3655         (ctors_section, dtors_section): Prototype.
3656         (vms_valid_decl_attribute_p): Remove decl.
3657         (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
3658
3659 2000-05-27  Geoff Keating  <geoffk@cygnus.com>
3660
3661         * reload.c (get_secondary_mem): Don't widen floating-point modes.
3662
3663         * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
3664         substituting the REG in a (subreg:X (reg:Y ...)).
3665
3666 2000-05-28  Neil Booth  <NeilB@earthling.net>
3667
3668         * cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
3669         first token of a line BOL.  Update EOF code for this.
3670         Remove illegal directive check - it appears in the (not
3671         yet committed) caller.
3672         * cpplib.h (BOL): New flag.
3673
3674 2000-05-28  Neil Booth  <NeilB@earthling.net>
3675
3676         * cpplex.c (_cpp_init_toklist): No comment space to initialise.
3677         (_cpp_free_toklist): No comment space to free.
3678         (expand_comment_space): Remove.
3679         (save_comment_space): Place the comment in the current token and
3680         not in a separate comment space.
3681         (_cpp_lex_line): Save comments during plain code and #define
3682         directives only.
3683         * cpplib.h (struct _cpp_toklist): Remove comment space.
3684
3685 2000-05-28  Neil Booth  <NeilB@earthling.net>
3686
3687         * cppexp.c (parse_assertion): Supply extra argument to
3688         _cpp_init_toklist.
3689         * cpplib.c (do_assert, do_unassert): Similarly.
3690         * cpphash.h (_cpp_init_toklist) Update.
3691         (_cpp_expand_token_space): New.
3692         (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
3693         * cpplex.c (_cpp_init_toklist): New argument.
3694         (parse_string2): New argument multiline_ok.
3695         (spell_token): Take a const cpp_token *.
3696         (INIT_NAME): Replace with INIT_TOKEN_NAME.  Update tokens_used.
3697         (SPELL_ macros): Replace with enum.
3698         (expand_token_space): Replace with _cpp_expand_token_space.
3699         Take COUNT argument.
3700         (IS_DIRECTIVE): Update.
3701         (_cpp_lex_line): Update token structure before parsing number.
3702         Don't assume start at beginning of token list.
3703         (save_comment): Use INIT_TOKEN_NAME.
3704
3705 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3706
3707         * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
3708         -Wmissing-prototypes.
3709         * configure: Regenerate.
3710         * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
3711
3712         * builtins.c, calls.c: Change all instances of gen_call_* or
3713         gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
3714         * calls.c (struct_value_size_rtx): Separate definition from
3715         initialization to avoid unused variable warning.
3716
3717         * genflags.c (gen_macro): New function.
3718         (gen_proto): Call it for gen_call_* and gen_sibcall_*.
3719         (gen_nonproto): Delete.
3720         (gen_insn): Put all insns on the same obstack.
3721         (main): Generate prototypes for everything unconditionally.
3722
3723         * configure.in: Add AC_CHECK_TYPE(ssize_t).  Remove commented
3724         out check for wchar_t.
3725         * acconfig.h: Add template for ssize_t.  Remove @TOP@.
3726         * system.h: Add infrastructure for defining missing
3727         TYPE_MAX/TYPE_MIN macros.  Use it to provide fallback
3728         definitions of UCHAR_MAX and SSIZE_MAX.
3729         * configure: Regenerate.
3730         * config.in: Regenerate.
3731
3732         * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
3733         Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
3734         headers.
3735         (clean): No need to delete libgcc1.a, libgcc1-asm.a,
3736         libgcc2.a, or libgcc1.null.
3737
3738 2000-05-27  Richard Henderson  <rth@cygnus.com>
3739
3740         * Makefile.in (recog.o): Don't depend on resource.h.
3741         * recog.c: Don't include resource.h.
3742         (recog_last_allowed_insn): Remove.
3743         (recog_next_insn): Remove.
3744         (struct peep2_insn_data): New.
3745         (peep2_insn_data, peep2_current): New.
3746         (peep2_next_insn): New.
3747         (peep2_regno_dead_p, peep2_reg_dead_p): New.
3748         (peep2_find_free_register): New.
3749         (peephole2_optimize): Track life information by insn as we go.
3750         * recog.h: Update declarations.
3751         * resource.c (find_free_register, reg_dead_p): Remove.
3752         * resource.h: Remove their declarations.
3753         * toplev.c: Include hard-reg-set.h before recog.h.
3754
3755         * genconfig.c (max_insns_per_peep2): New.
3756         (gen_peephole2): New.
3757         (main): Call it.
3758         * genemit.c (output_peephole2_scratches): Generate calls to
3759         peep2_find_free_register; adjust surrounding code.
3760         (main): Have insn-emit.c include hard-reg-set.h before recog.h.
3761         * genrecog.c (change_state): Don't track last_insn.
3762         (write_action): Write into *_pmatch_len before accepting.
3763         (write_tree): Adjust peephole2_insns and subroutines to match.
3764
3765         * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
3766
3767         * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
3768         (hard_int_register_operand): New.
3769         * config/alpha/alpha-protos.h: Declare it.
3770         * config/alpha/alpha.h (PREDICATE_CODES): Update.
3771         * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
3772         as needed; use peep2_reg_dead_p instead of dead_or_set_p.
3773
3774 2000-05-27  Richard Henderson  <rth@cygnus.com>
3775
3776         * function.c (thread_prologue_epilogue_insns): Don't move the
3777         line note at the head of the chain.  Only force a lineno note
3778         before the end of block 0.
3779
3780 2000-05-27  Richard Henderson  <rth@cygnus.com>
3781
3782         * gensupport.c (collect_insn_data): Record the maximum number
3783         of alternatives, not the last seen.
3784
3785         * genoutput.c: Don't include errors.h.
3786         (struct data): Add lineno member.
3787         (have_error): New.
3788         (scan_operands): Use message_with_line instead of error.
3789         (validate_insn_alternatives): Likewise.
3790         (gen_insn): Accept and store the pattern's line number.
3791         (gen_peephole, gen_expand, gen_split): Likewise.
3792         (main): Don't set progname.  Pass line_no to gen_foo.
3793
3794 2000-05-27  Richard Henderson  <rth@cygnus.com>
3795
3796         * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
3797         * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
3798         * config/d30v/d30v.md (attr predicable): New.
3799         (all insn patterns): Mark non-predicable patterns; use %: on the rest.
3800         (andsi3*): Unify into one pattern.
3801         (iorsi3*, xorsi3*): Likewise.
3802         (peephole2 patterns): Use peep2_reg_dead_p; verify not a
3803         conditional return.
3804         (old cond_exec patterns): Remove.
3805         (define_cond_exec): New.
3806
3807 Sat May 27 11:01:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3808
3809         * tree.h (TREE_CODE_LENGTH): New macro.
3810         * c-common.c (c_find_base_decl): Use it.
3811         * expr.c (safe_from_p): Likewise.
3812         * print-tree.c (print_node): Likewise.
3813         * tree.c (make_node, copy_node, get_identifier): Likewie.
3814         (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
3815         (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
3816         * fold-const.c (make_range): Likewise.
3817         (fold): Likewise; also use first_rtl_op.
3818         * c-iterate.c (collect_iterators): Use first_rtl_op.
3819         * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
3820         Use IS_EXPR_CODE_CLASS.
3821         (preexpand_calls): Likewise.
3822         * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
3823         and TREE_CODE_LENGTH.
3824         * stmt.c (warn_if_unused_value): If no operands, no unused value.
3825
3826 2000-05-26  Geoffrey Keating  <geoffk@cygnus.com>
3827
3828         * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
3829         than '%1(%*)'.
3830         (movdi_internal64): Likewise.
3831
3832         * config/rs6000/rs6000.md: Correct order of operands for DImode
3833         boolean patterns.
3834
3835         * config/rs6000/rs6000.c (boolean_or_operator): New function.
3836         * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
3837         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
3838         * config/rs6000/rs6000.md: Use boolean_or_operator instead of
3839         boolean_operator for the boolean patterns without NOTs.
3840
3841         * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
3842         from reg_or_u_cint_operand.  Change comment and behaviour.
3843         (logical_operand): Clean up, add assertion.
3844         (non_logical_cint_operand): Also check for
3845         reg_or_logical_cint_operand.
3846         * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
3847         * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
3848         in the expander.
3849         (xorsi3): Likewise.
3850         (iordi3): Likewise.
3851         (xordi3): Likewise.
3852
3853 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
3854
3855         * tree.h (struct record_layout_info): Rename to (struct
3856         record_layout_info_s).
3857         * stor-layout.c (start_record_layout): Replace
3858         `record_layout_info' with `record_layout_info_s'.
3859
3860 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3861
3862         * flow.c (find_label_refs): New function.
3863         (find_basic_blocks_1): Call it for each alternative of a call
3864         placeholder.
3865
3866 2000-05-26  Richard Earnshaw  <rearnsha@arm.com>
3867
3868         * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
3869         of get_pc.
3870
3871 2000-05-25  Richard Henderson  <rth@cygnus.com>
3872
3873         * config/alpha/alpha.c (alpha_comparison_operator): Don't be
3874         so strict about DImode.
3875         (alpha_swapped_comparison_operator): Likewise.
3876         * config/alpha/alpha.md (*setne_internal): Name it.  Allow
3877         any integer output mode.
3878         (*setcc_internal): Likewise.
3879         (*setcc_swapped_internal): Likewise.
3880         (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
3881         (*mov[qhs]icc_internal): New.
3882         (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
3883
3884 2000-05-25  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3885
3886         * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
3887
3888 2000-05-25  Richard Henderson  <rth@cygnus.com>
3889
3890         * bb-reorder.c (reorder_block_def): Reorder elements for size.
3891         Remove add_jump; add next; replace flags with visited.
3892         (rbd_init): Remove.
3893         (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
3894         (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
3895         (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
3896         (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
3897         (RBI): New.
3898         (reorder_index, reorder_last_visited): Remove.
3899         (skip_insns_after_block): Rewrite to use a switch.
3900         (get_common_dest): Remove.
3901         (chain_reorder_blocks): Remove.
3902         (record_effective_endpoints): Split out from reorder_basic_blocks.
3903         (make_reorder_chain): Likewise.  Loop until all blocks are placed.
3904         (make_reorder_chain_1): Renamed from old make_reorder_chain.
3905         Only construct the reorder chain, do not move insns.  Try harder
3906         to tail recurse.
3907         (label_for_bb, emit_jump_to_block_after): New.
3908         (fixup_reorder_chain): Use them.  Do bulk block movement.  Examine
3909         and adjust the jump insns appropriately.  Fixup basic_block_info.
3910         (verify_insn_chain): Always define.
3911         (relate_bbs_with_scopes): Call xmalloc, not xcalloc.  Fix thinko
3912         in allocation size.
3913         (make_new_scope): Don't write zeros to calloc'd space.
3914         (build_scope_forest): Rely on xrealloc to DTRT.
3915         (reorder_basic_blocks): Don't build loop nest.  Don't fail if
3916         profile_arc_flag.  Streamline EH test.
3917
3918         * flow.c (redirect_edge_succ, redirect_edge_pred): New.
3919         * basic-block.h: Declare them.
3920
3921 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3922
3923         * emit-rtl.c (reset_used_decls): New function.
3924         (unshare_all_rtl_again): Call it.
3925
3926 2000-05-25  Zack Weinberg  <zack@wolery.cumb.org>
3927
3928         * cpplex.c (maybe_macroexpand): Warn about function-like
3929         macros used in non-function context, if -Wtraditional.
3930
3931 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3932
3933         * recog.c (peephole2_optimize): Use INSN_P.
3934
3935 2000-05-25  Richard Henderson  <rth@cygnus.com>
3936
3937         * ifcvt.c (seq_contains_jump): New.
3938         (noce_try_store_flag_constants): Use it to fail conversion.
3939         (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
3940
3941 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
3942
3943         * except.h (can_throw): Declare it.
3944         * except.c (can_throw): Give it external linkage.
3945         * resource.c (find_dead_or_set_registers): Use can_throw.
3946
3947 2000-05-25  Richard Henderson  <rth@cygnus.com>
3948
3949         * flow.c (mark_set_1): Don't record conditionally dead memory.
3950
3951 2000-05-25  Jan Hubicka  <jh@suse.cz>
3952
3953         * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
3954         and pc_set at the place of simplejump_p and condjump_p.
3955         * cse.c (record_jump_equiv): Likewise.
3956         * emit-rtl.c (emit): Likewise.
3957         * explow.c (find_next_ref): Likewise.
3958         * flow.c (tidy_fallthru_edge): Likewise.
3959         (init_propagate_block_info): Likewise.
3960         * gcse.c (delete_null_pointer_checks): Likewise.
3961         * ifcvt.c (cond_exec_get_condition, noce_get_condition,
3962         dead_or_predicable): Likewise.
3963         * integrate.c (copy_insn_list): Likewise.
3964         * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
3965         for_each_insn_in_loop, check_dbra_loop, get_condition,
3966         insert_bct, load_mems): Likewise.
3967         * resource.c (find_dead_or_set_registers): Likewise.
3968         * sibcalls.c (simplejump_p): Likewise.
3969         * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
3970
3971 2000-05-25  David Edelsohn  <edelsohn@gnu.org>
3972
3973         * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
3974         to STRING case.  Use doubleword STRING move for TARGET_POWERPC64
3975         when unaligned.
3976         * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
3977         (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
3978         (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
3979         * rs6000.md: Name various internal patterns.
3980
3981 2000-05-25  Jan Hubicka  <jh@suse.cz>
3982
3983         * jump.c (invert_exp_1): Remove first argument, use pc_set
3984         to get the expression.
3985         (redirect_exp): Make static; redirect only the pc_set expression,
3986         remove first argument.
3987         (invert_exp): Remove first argument, make static.
3988         (jump_optimize): Use any_condjump_p, any_uncondjump_p and
3989         any_onlyjump at most places where we originaly did condjump_p
3990         and simplejump_p.
3991         (jump_back_p, follow_jumps, thread_jumps): Likewise.
3992         (delete_barrier_succesors): Use pc_set.
3993         (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
3994         calls of invert_exp and redirect_exp.
3995         * rtl.h (redirect_exp, invert_exp): Remove.
3996         * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
3997
3998 2000-05-25  Richard Henderson  <rth@cygnus.com>
3999
4000         * stmt.c (expand_end_bindings): Fix thinko last change.
4001
4002 2000-05-25  Andrew MacLeod  <amacleod@cygnus.com>
4003             Andrew Haley  <aph@cygnus.com>
4004
4005         * except.c  (func_eh_entry): Add emitted field.
4006         (new_eh_region_entry): Set emitted field to 0;
4007         (output_exception_table_entry): Only emit previously un-emitted data,
4008         and send it to the eh_data section.
4009         (output_exception_table): Break out common parts. Output
4010         exception table for entire compilation unit to eh_data section.
4011         (output_exception_table_data): Common parts of output_exception_table.
4012         Send output to eh_data section.
4013         (output_function_exception_table): Output exception table data for
4014         a single function to eh_data section.
4015         (free_exception_table): New external to free the table.
4016         * except.h (free_exception_table): Add prototype.
4017         (output_function_exception_table): Add prototype.
4018         * final.c (final_end_function): Output function exception table
4019         for IA64_UNWIND_INFO.
4020         (final_scan_insn): Emit any unwind directives for an insn.
4021
4022         * frame-dwarf2.c: New file containing all DWARF 2 specific code
4023         from frame.c.
4024         * frame.c: Remove all DWARF 2 specific code.
4025         * config/ia64/frame-ia64.c: New file.
4026         (gthread_stuff): Make all gthread available with
4027         IA64_UNWIND_INFO.
4028         (dwarf_fde): Define an IA64 struct for dwarf_fde.
4029         (__register_frame_info, __register_frame): Move to common area of file.
4030         (__register_frame_info_table, __register_frame_table): Move to common i
4031         area.
4032         (__deregister_frame_info, __deregister_frame): Move to common area.
4033         (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
4034         (read_uleb128): New version for ia64.
4035         (get_unwind_record): Read the next IA-64 unwind record.
4036         (read_R_record): Read a region header record.
4037         (process_a_b_reg_code): X record helper.
4038         (read_X_record): Read an X format record.
4039         (read_B_record): Read a B format record.
4040         (P3_record_types): List of record types matching the P3 format.
4041         (P7_record_types): List of record types matching the P7 format.
4042         (P8_record_types): List of record types matching the P8 format.
4043         (read_P_record): Read a P format record.
4044         (init_ia64_reg_loc): Set default fields for a register.
4045         (init_ia64_unwind_frame): Set defaults for all register records.
4046         (execute_one_ia64_descriptor): Execute one descriptor record.
4047         (rse_address_add): Calculate the position of a local reg in memory.
4048         (normalize_reg_loc): Turn a location descriptor into a memory address.
4049         (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
4050         within a specified PC offset range.
4051         (get_real_reg_value): Given a register location, retrieve its value.
4052         (set_real_reg_value): Change the value of a register location.
4053         (copy_reg_value): Copy reg values, if needed.
4054         (copy_saved_reg_state): Copy all registers that need to be copied.
4055         (process_state_between): Normalize all frame register records that
4056         fall within the specified PC range.
4057         (frame_translate): Take a processed frame description, and turn
4058         everything into addresses.
4059         (build_ia64_frame_state ): Find and create frame state record for a PC.
4060         (get_personality): Get the personality routine for a given frame.
4061         (get_except_table): Get the exception table for a given frame.
4062         (record_name): Unwind record names for debugging.
4063         (print_record): Print and unwind record.
4064         (print_all_records): Print an entire unwind image.
4065         (__ia64_backtrace): Print a backtrace.
4066         (ia64_backtrace_helper): New function.
4067         (__register_frame_info_aux): New function.
4068         * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
4069
4070         * frame.h (enum unw_record_type): New unwind record types.
4071         (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
4072         (struct unw_r_record, unwind_record): New unwind record structs.
4073         (struct unwind_info_ptr): Unwind information layout.
4074         (IA64_UNW_LOC_TYPE_*): Macros for different types for location
4075         descriptors.
4076         (struct ia64_reg_loc): Register location description.
4077         (struct ia64_frame_state): Location of all registers in a frame.
4078         (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
4079         * libgcc2.c (__ia64_personality_v1): Personality routine.
4080         (__calc_caller_bsp): Calculate the bsp register for the caller's
4081         frame.
4082         (ia64_throw_helper): Figure out who to return to and set up the
4083         registers.
4084         (__throw): Throw routine.
4085
4086         * output.h (assemble_eh_align, assemble_eh_label): New functions
4087         to generate EH info where we want it.
4088         (assemble_eh_integer): New function.
4089         * toplev.c (compile_file): Output module level exception table for
4090         non-ia64 targets.
4091         (main): Set exceptions_via_longjump and flag_new_exceptions based
4092         on IA64_UNWIND_INFO too.
4093
4094         * varasm.c (assemble_eh_label): Generate a label via
4095         ASM_OUTPUT_EH_LABEL if it has been specified.
4096         (assemble_eh_align): Generate an alignment directive via
4097         ASM_OUTPUT_EH_ALIGN if it has been specified.
4098         (assemble_eh_label): Generate an integer value via
4099         ASM_OUTPUT_EH_type if they have been specified.
4100         * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
4101         (ia64_init_builtins): Add __builtin_ia64_bsp
4102         and __builtin_ia64_flushrs.
4103         (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
4104         IA64_BUILTIN_FLUSHRS.
4105         * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
4106         IA64_BUILTIN_FLUSHRS.
4107
4108         * config/ia64/ia64.md (flushrs): New insn to flush the register
4109         stack.  Add to unspec list.
4110
4111         * config/ia64/crtbegin.asm (frame_object): Change size.
4112         (__do_frame_setup_aux): New function.
4113         * config/ia64/crtend.asm: call __do_frame_setup_aux.
4114         * config/ia64/t-ia64 (LIB2ADDEH): Add.
4115         * Makefile.in (LIB2ADDEH): Add.
4116         (LIB2ADD): Use LIB2ADDEH.
4117
4118 2000-05-24  Richard Henderson  <rth@cygnus.com>
4119
4120         * recog.c (offsettable_address_p): If mode size is zero, assume
4121         BIGGEST_ALIGNMENT.
4122
4123 2000-05-24  J. David Anglin  <dave@hiauly.hia.nrc.ca>
4124
4125         * configure.in: Check for -Wno-long-long option support and improve
4126         handling of warning CFLAGS for stages 1 and 2.
4127         * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
4128         * configure: Regenerate.
4129
4130 Wed May 24 19:37:53 2000  Jeffrey A Law  (law@cygnus.com)
4131
4132         * gcc.texi: Remove contributor list.  Instead include contrib.texi.
4133         * contrib.texi: New file.
4134
4135 Thu May 25 02:27:22 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4136
4137         * loop.c (basic_induction_var): Avoid double recording of an increment.
4138
4139 Thu May 25 02:19:27 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4140
4141         * Back out this patch:
4142         Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
4143           * loop.h (struct induction): Add multi_insn_incr.
4144           * loop.c (basic_induction_var): New multi_insn_incr argument.
4145           Set it if we search back through previous insns for the biv.
4146           (record_biv): New multi_insn_incr argument; fill in struct induction.
4147           (strength_reduce): Discard an iv with multiple bivs, any of
4148           which require multiple insns to increment.
4149
4150         * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
4151
4152 Thu May 25 02:09:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4153
4154         * rtl.h (loc_mentioned_in_p): Declare.
4155         * reload.c (loc_mentioned_in_p): Moved from here...
4156         * rtlanal.c (loc_mentioned_in_p): to here.  No longer static.
4157         Fix loop increment for 'E' handling.
4158         * loop.c (strength_reduce): When doing biv->giv conversion,
4159         take multi-insn biv increments into account.
4160
4161 2000-05-24  Jason Merrill  <jason@casey.soma.redhat.com>
4162
4163         * stmt.c (expand_end_bindings): Look through NOTEs to find a
4164         BARRIER.
4165
4166 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
4167
4168         * calls.c (expand_call): Handle cleanups in tail-recursion
4169         arguments analagously to cleanups in sibling calls.
4170
4171 2000-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4172
4173         * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
4174         All callers changed.
4175
4176 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4177
4178         * expr.c (expand_assignment, store_expr, expand_expr,
4179         expand_expr_unaligned): Set in_check_memory_usage while emitting
4180         chkr_check_addr libcall.
4181
4182 2000-05-24  Nick Clifton  <nickc@cygnus.com>
4183
4184         * fold-const.c (extract_muldiv): When constructing a
4185         multiplier/divisor, do not expect const_binop to correctly
4186         determine if overflow has occured, so check explicitly.
4187
4188 2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
4189
4190         * c-decl.c (build_enumerator): Don't modify the value's type,
4191         convert it.
4192
4193 2000-05-24  Andreas Jaeger  <aj@suse.de>
4194
4195         * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
4196
4197 2000-05-24  Eric Christopher <echristo@cygnus.com>
4198
4199         * configure.in: Redefine inhibit_libc conditions.
4200         * libgcc2.c: Remove inhibit_libc conditional define.
4201         * configure: Regenerate.
4202
4203 2000-05-24  Phil Edwards  <pme@sourceware.cygnus.com>
4204
4205         * configure.in:  For --enable-languages=LIST, check for empty LIST.
4206         * configure:  Regenerate.
4207
4208 2000-05-24  Lars Brinkhoff  <lars@nocrew.org>
4209
4210         * pdp11.h (STACK_BOUNDARY): Define.
4211
4212 2000-05-24  Jakub Jelinek  <jakub@redhat.com>
4213
4214         * ifcvt.c (if_convert): Update life info globally.
4215
4216 2000-05-24  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4217
4218         * emit-rtl.c (unshare_all_decls): New function.
4219         (unshare_all_rtl): Call it.
4220
4221 2000-05-23  Nick Clifton  <nickc@cygnus.com>
4222
4223         * configure.in: Treat 'strongarm' as if it were 'arm' when
4224         determining cpu type.
4225
4226         * configure: Regenerate.
4227
4228         * config/arm/arm.c: Change 'char *' to 'const char *' for cases
4229         where constant strings are involved.
4230
4231         * config/arm/arm.h (arm_condition_codes): Change type to 'const
4232         char *'.
4233
4234         * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
4235         cases where constant strings are involved.
4236
4237 Tue May 23 15:08:31 2000  Clinton Popetz  <cpopetz@cygnus.com>
4238
4239         * config/sh/sh.c (gen_far_branch, split_branches): Update
4240         to reflect new prototypes for redirect_jump and invert_jump.
4241         (sh_insn_length_adjustment): Get rid of const warnings.
4242
4243 2000-05-23  Kazu Hirata  <kazu@hxi.com>
4244
4245         * invoke.texi (Options for Debugging Your Program or GCC): Update
4246         the names of dump files.
4247
4248 Tue May 23 13:58:52 2000  Philippe De Muyter  <phdm@macqel.be>
4249
4250         * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
4251         * configure: Regenerated.
4252
4253 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4254
4255         * simplify-rtx.c (SIGN_EXTEND): New macro.
4256         (simplify_unary_operation, simplify_binary_operation,
4257         simplify_relational_operation): Use SIGN_EXTEND.  Make low
4258         halves of (low, high) pairs unsigned if they weren't already.
4259         (simplify_ternary_operation): Cast INTVAL to unsigned before
4260         comparing to a MODE_BITSIZE.
4261
4262 2000-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4263
4264         * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
4265         rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
4266
4267         * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
4268         gcc_AC_NEED_DECLARATIONS.
4269
4270         * dwarfout.c: Don't prototype time().
4271
4272         * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
4273
4274         * system.h: Likewise.
4275
4276         * toplev.c: Likewise.
4277
4278 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
4279
4280         * c-decl.c (pushdecl): Invert sense of test for non-global types.
4281
4282 Tue May 23 18:11:42 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4283
4284         * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
4285
4286 2000-05-23  Jonathan Larmour  <jlarmour@redhat.co.uk>
4287
4288         * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
4289
4290 Tue May 23 06:50:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4291
4292         * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
4293         (alpha_start_function): Never write ..ng label if VMS or NT.
4294         (alpha_align_insns): Remove GP_IN_USE arg.
4295         Alignment now unsigned.
4296         (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
4297         * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
4298         and two define_insn's.
4299
4300 2000-05-22  Richard Henderson  <rth@cygnus.com>
4301
4302         * combine.c (simplify_comparison): Use trunc_int_for_mode.
4303
4304 2000-05-22  Richard Henderson  <rth@cygnus.com>
4305
4306         * stor-layout.c (place_field): Change rli->size to rli->offset.
4307
4308 2000-05-22  Richard Henderson  <rth@cygnus.com>
4309
4310         * function.c (thread_prologue_and_epilogue_insns): Make sure
4311         existing line number notes appear after the prologue.
4312
4313 Mon May 22 21:49:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4314
4315         * config/alpha/alpha.c (alpha_fnname): New static variable.
4316         (print_operand, case '~'): New case.
4317         (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
4318         (alpha_start_function): Set alpha_fnname.
4319         Write "ng" label if no ldgp; don't write ldgp insn.
4320         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
4321         * config/alpha/alpha.md (prologue_ldgp): New define_insn.
4322
4323 Mon May 22 11:30:48 2000  Clinton Popetz  <cpopetz@cygnus.com>
4324
4325         * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
4326         on deleted labels.
4327
4328 2000-05-22  Zack Weinberg  <zack@wolery.cumb.org>
4329
4330         * varasm.c (eh_frame_section): Revert change to argument list.
4331
4332 Mon May 22 13:14:03 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4333
4334         * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
4335         (gen_extend_insn, can_fix_p, can_float_p): Likewise.
4336
4337         * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
4338         dangling "else" that causes "break" to be conditional.
4339         Also remove unneeded code at start.
4340
4341 Mon May 22 17:31:35 2000  Philippe De Muyter  <phdm@macqel.be>
4342
4343         * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
4344         * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
4345         * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
4346
4347 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4348
4349         * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
4350         just one argument.
4351
4352 Mon May 22 06:57:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4353
4354         * alias.c (record_component_aliases): New function.
4355         * tree.h: Clean up some declarations and comments.
4356         (record_component_aliases): New declaration.
4357         * tree.c (get_alias_set): If type and has alias set, use it.
4358
4359 2000-05-22  Richard Henderson  <rth@cygnus.com>
4360
4361         * simplify-rtx.c (simplify_ternary_operation): Try to simplify
4362         IF_THEN_ELSE to a setcc form.
4363         * jump.c (can_reverse_comparison_p): Be prepared for insn null.
4364
4365 2000-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4366
4367         * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
4368         (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
4369
4370 Sun May 21 16:42:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4371
4372         * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
4373         not a PARALLEL.
4374
4375 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4376
4377         * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
4378         * config/mn10300/mn10300.c (print_operand): Likewise.
4379
4380         * final.c (split_double): Right shift of negative values is not
4381         portable.
4382
4383         * ifcvt.c (if_convert): Scan and kill dead code.
4384
4385         * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
4386
4387 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
4388
4389         * diagnostic.c: Eliminate implicit int.
4390         * except.c, gcc.c: Add static prototypes.
4391         * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
4392         * gensupport.c (process_rtx): Use XVEC to initialize vector
4393         slot of 'split'.
4394
4395         * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
4396         debug_reg_names instead of static reg_names.  If not, define
4397         global reg_names.
4398         * regclass.c: Don't define global reg_names unless
4399         DEBUG_REGISTER_NAMES is defined.
4400
4401         * reload1.c (order_regs_for_reload): Remove unused variable.
4402         * varasm.c: Include output.h after defaults.h.  Define
4403         eh_frame_section as function of no args, not of unspecified args.
4404
4405         * gcc.c: Constify argbuf; arguments to store_arg,
4406         process_command, main; elements of struct command and struct
4407         switchstr; local variables in execute, process_command, main.
4408
4409 2000-05-20  Bruce Korb  <bkorb@gnu.org>
4410
4411         * fixinc/inclhack.def:  many applications of c_fix=format + tests
4412         * fixinc/check.diff:  regenerated
4413         * fixinc/fixincl.x:  regenerated
4414
4415 Sat May 20 09:30:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4416
4417         * alias.c: Clarify some comments.
4418         (record_base_value): REGNO is unsigned.
4419         * rtl.h (record_base_value): Likewise.
4420
4421         * alias.c (aliases_everything_p): Don't special-case QImode here.
4422         * c-common.c (c_get_alias_set): Do it here.
4423         Handle BIT_FIELD_REF by getting alias info for arg.
4424         Use POINTER_TYPE_P.
4425
4426 2000-05-20  Alexandre Oliva  <aoliva@cygnus.com>
4427
4428         * mklibgcc.in: Restore rule to create ${dir}.
4429
4430 Sat May 20 08:45:41 2000  H.J. Lu  <hjl@gnu.org>
4431
4432         * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
4433         GCC_FOR_TARGET used by MULTILIBS.
4434         * mklibgcc.in: Make sure each .o file depends on the
4435         directory it will be in.
4436         Make the multilib directory depends libgcc.
4437
4438 Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
4439
4440         * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
4441
4442 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
4443
4444         * fold-const.c (make_range): Handle degenerated intervals.
4445         Fixes c-torture/execute/991221-1.c
4446
4447 Fri May 19 18:16:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4448
4449         * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
4450         * reload.c (find_equiv_reg): Likewise.
4451         * alias.c (init_alias_analysis): Likewise.
4452         Only call prologue_epilogue_contains on insns.
4453         * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
4454         * bb-reorder.c (hard-reg-set.h): Include earlier.
4455         * haifa-sched.c (hard-reg-set.h): Likewise.
4456         * ifcvt.c (hard-reg-set.h): Likewise.
4457         * local-alloc.c (hard-reg-set.h): Likewise.
4458         * loop.c (hard-reg-set.h): Likewise.
4459         * predict.c (hard-reg-set.h): Likewise.
4460         * regrename.c (hard-reg-set.h): Likewise.
4461         * flow.c (hard-reg-set.h): Likewise.
4462         (reg_set_to_hard_reg_set): New function.
4463         * bitmap.c (regs.h, basic-block.h): No longer include.
4464         (bitmap.h): Now include.
4465         * conflict.c (hard-reg-set.h): Include.
4466         * profile.c (hard-reg-set.h): Likewise.
4467         * print-rtl.c (hard-reg-set.h): Likewise.
4468         * sbitmap.c (hard-reg-set.h): Likewise.
4469         * toplev.c (hard-reg-set.h): Likewise.
4470         * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
4471         * hard-reg-set.h (reg_names): Now constant.
4472         * regs.h (reg_names): Likewise.
4473         * regclass.c (reg_names): Likewise.
4474         * loop.h (basic-block.h): No longer include.
4475         (bitmap.h): Now include.
4476         * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
4477         * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
4478         (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
4479
4480 2000-05-19  Jan Hubicka  <jh@suse.cz>
4481             Richard Henderson  <rth@cygnus.com>
4482
4483         * basic-block.h (struct edge_def): New field "count".
4484         (struct basic_block_def): Likewise.
4485         * flow.c (entry_exit_blocks): Add count fileds.
4486         (split_edge): Keep count information up-to-date.
4487         (dump_edge_info, dump_flow_info): Dump count fields.
4488
4489         * final.c (count_instrumented_edges): Rename to edge from arc.
4490         (end_final): Update users.
4491         * profile.c: Include expr.h, basic-block.h.
4492         (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
4493         (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
4494         (ignore_next_note, return_label_execution_count): Kill.
4495         (bbg_file_name, da_file_name): Kill.
4496         (edge_info, bb_info): New structures.
4497         (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
4498         (count_instrumented_edges, total_num_edges): Rename to edge from arc.
4499         (total_num_edges_instrumented): Likewise.
4500         (init_arc, expand_spanning_tree): Kill.
4501         (fill_spanning_tree, tablejump_entry_p): Kill.
4502         (instrument_edges):  Rewrite from instrument_arcs to use
4503         commit_edge_insertions infrastructure.
4504         (compute_branch_probabilities): Remove arguments; rewrite for
4505         CFG infrastructure; use rtl_dump_file directly.
4506         (branch_prob, find_spanning_tree): Likewise.
4507         (union_groups, find_group): New.
4508         (init_branch_prob): Make bbg_file_name and da_file_name local.
4509         (end_branch_prob): Use rtl_dump_file directly.
4510         (init_edge_profiler): Rename to edge from arc.
4511         (output_arc_profiler): Kill.
4512         (gen_edge_profiler): New.
4513         (output_func_start_profiler): Turn off profiling.  Make the
4514         constructor static when we can.
4515         * rtl.h (branch_prob, end_branch_prob): Update prototypes.
4516
4517         * toplev.c (DFI_flow): Remove.
4518         (DFI_cfg, DFI_life): New.
4519         (dump_file): Update accordingly.
4520         (compile_file): Call end_branch_prob if profile_arc_flag too.
4521         (rest_of_compilation): Move flow1 cfg creation to DFI_cfg.  Do edge
4522         profiling after the CFG is built.  Move flow1 life analysis to
4523         DFI_life.  Always estimate remaining probabilities.
4524
4525 2000-05-19  Richard Henderson  <rth@cygnus.com>
4526
4527         * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
4528
4529         * flow.c (make_edges): The sibling call edge to exit is abnormal.
4530
4531 2000-05-19  Richard Henderson  <rth@cygnus.com>
4532
4533         * jump.c (redirect_jump): Add delete_unused argument.  Don't
4534         remove labels and code following when LABEL_NUSES goes to zero.
4535         (invert_jump): Likewise.
4536         (jump_optimize_1): Fix redirect/invert arguments.
4537         (do_cross_jump, thread_jumps): Likewise.
4538         * flow.c (split_edge): Likewise.
4539         * reorg.c (optimize_skip): Likewise.
4540         (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
4541         * profile.c (instrument_arcs): Likewise.
4542         * loop.c (find_and_verify_loops): Likewise.  Fix indentation.
4543         * rtl.h: Update prototypes.
4544
4545 Fri May 19 12:05:13 2000  Clinton Popetz  <cpopetz@cygnus.com>
4546
4547         * ssa.c (convert_from_ssa): Tell life_analysis we need death
4548         notes.
4549         (make_regs_equivalent_over_bad_edges): Only look at abnormal
4550         critical edges.
4551
4552 2000-05-19  Zack Weinberg  <zack@wolery.cumb.org>
4553
4554         * cpphash.c (funlike_macroexpand): Make sure not to walk p1
4555         past l1 when deleting whitespace and markers.
4556
4557         * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
4558         * cpplib.c (do_unassert): Put the list to compare against on
4559         the stack.
4560
4561 2000-05-19  Bruce Korb  <bkorb@gnu.org>
4562
4563         * fixinc/README:  cleaned up old documentation
4564         * fixinc/check.diff: regenerated & verified on OSR5 on ix86
4565         * fixinc/check.tpl: compute the list of needed directories
4566         emit "#if defined(name)" because of conflict
4567         omit machine name differences from output differences
4568         * fixinc/inclhack.def( m88k_multi_incl ):  Use `wrap' function
4569         (machine_name): change test text to use `sed' markers
4570         * fixinc/fixincl.x: regen
4571
4572 Fri May 19 06:49:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4573
4574         * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
4575         a CONSTRUCTOR.
4576
4577 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4578
4579         * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
4580         it to match the current practice.
4581
4582 2000-05-18  Mark Mitchell  <mark@codesourcery.com>
4583
4584         * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
4585
4586 2000-05-18  Richard Henderson  <rth@cygnus.com>
4587
4588         * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
4589         * rtl.h (insn_dependant_p): Declare it.
4590         * loop.c (strength_reduce): Use it.
4591
4592 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
4593
4594         * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
4595         16-bit and 64-bit clean-up.
4596
4597 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
4598
4599         * configure.in (*-pc-msdosdjgpp): Set float_format to none.
4600         * configure: Rebuilt.
4601
4602 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4603
4604         * genopinit.c: Use $ for escape sequences in optab patterns.
4605         Remove backslashes from optab patterns.  Change $A, $B, $C to
4606         expand to (int) whatever instead of just whatever; remove
4607         explicit (int) from all optab patterns.
4608
4609         * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
4610         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
4611         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
4612         genrecog.c: Remove private copies of xmalloc, xrealloc, and
4613         xstrdup.
4614
4615 2000-05-18  Richard Henderson  <rth@cygnus.com>
4616
4617         * jump.c (jump_optimize_1): Base minimum insn count during
4618         find_cross_jump on BRANCH_COST.
4619
4620 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4621
4622         * print-rtl.c (print_rtx): Only print note line number as string
4623         if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
4624         * final.c (final_scan_insn): Do nothing for note line number 0.
4625
4626 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4627
4628         * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
4629         from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
4630         NOTE_INSN_DELETED_LABEL.
4631
4632 2000-05-18  Nick Clifton  <nickc@cygnus.com>
4633
4634         * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
4635         uninitialised data in .rodata not .bss, and do not interpret an
4636         error in the initialisation value as meaning that the variable
4637         should be placed in the .bss section.
4638
4639 Thu May 18 12:10:18 2000  Philippe De Muyter  <phdm@macqel.be>
4640
4641         * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
4642         not `$ac_cv_prog_cc_cc_c_o'.
4643         * configure: Regenerated.
4644
4645 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
4646             Richard Henderson  <rth@cygnus.com>
4647
4648         * c-common.h (enum c_tree_index): Add g77 type entries.
4649         (g77_integer_type_node, g77_uinteger_type_node): New.
4650         (g77_longint_type_node, g77_ulongint_type_node): New.
4651         * c-decl.c (init_decl_processing): Initialize them.
4652
4653 2000-05-18  Richard Henderson  <rth@cygnus.com>
4654
4655         * config/h8300/h8300.md (subs patterns): Use %G to negate.
4656
4657         * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
4658         (small_power_of_two): Likewise; use exact_log2.
4659         (adds_subs_operand, one_insn_adds_subs_operand): Remove.
4660         (output_adds_subs): Remove.
4661         (two_insn_adds_subs_operand): New.
4662         (split_adds_subs): New.
4663         * config/h8300/h8300-protos.h: Update.
4664         * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
4665         (CONST_OK_FOR_L): Match strict adds operands.
4666         (CONST_OK_FOR_N): Match struct subs operands.
4667         * config/h8300/h8300.md (adds_subs insns): Remove.
4668         (addhi patterns): Output adds/subs directly.
4669         (addsi_h8300h): Likewise.
4670         (addhi/addsi splitters): New.  Decompose two_insn_adds_subs_operand.
4671
4672 2000-05-18  Zack Weinberg  <zack@wolery.cumb.org>
4673
4674         * cppexp.c (parse_assertion): New.
4675         (lex): Call it for CPP_HASH.  Remove CPP_ASSERTION case.
4676         (_cpp_parse_expr): Remove case '#'.  Don't set
4677         parsing_if_directive.
4678         * cpphash.c (collect_objlike_expansion,
4679         collect_funlike_expansion, collect_params,
4680         _cpp_create_definition): The list no longer has a trailing
4681         VSPACE token.
4682         * cpphash.h (enum node_type): Add T_ASSERTION.
4683         (struct hashnode): Remove aschain, add pred.
4684         (struct predicate): New.
4685         Update prototypes.
4686
4687         * cpplex.c (expand_token_space): Handle both offset and
4688         nonoffset lists.
4689         (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
4690         (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
4691         _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
4692         _cpp_equiv_toklists): New.
4693         (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
4694         stop at any single-character token, not just newline.
4695         (_cpp_lex_token): Remove special cases for #define and #if.
4696         (cpp_get_token): Expect # as a separate token type.  Remove
4697         DIRECTIVE case.
4698         (_cpp_get_directive_token): Remove DIRECTIVE case.
4699         (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
4700
4701         * cpplib.c (_cpp_check_directive): Set dirno and
4702         SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
4703         (_cpp_handle_directive): Run # <number> through the same logic
4704         as normal directives.
4705         (do_define): Don't set parsing_define_directive.  Use
4706         _cpp_scan_until.  The list does not have a VSPACE at the end.
4707         (do_if): Save, clear, and restore only_seen_white around
4708         _cpp_parse_expr.
4709         (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
4710         (do_assert, do_unassert): Rewrite.
4711
4712         * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
4713         (LIST_OFFSET): New flag.
4714         (struct cpp_toklist): Replace dir_handler and dir_flags with
4715         dirno and flags.
4716         (struct cpp_reader): Remove parsing_if_directive and
4717         parsing_define_directive.
4718
4719 2000-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4720
4721         * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
4722         following the cabs decl which terminate on the following line.
4723         Add the corresponding test_text case.
4724
4725 2000-05-18  Neil Booth  <NeilB@earthling.net>
4726
4727         * cppinit.c (cpp_reader_init): Initialise col_adjust and
4728         default tab stop size.
4729         (no_num, OPT_ftabstop): New.
4730         (handle_option): Handle "ftabstop=" command-line option.
4731         (print_help): Document it.
4732         * cpplex.c (COLUMN): Remove.
4733         (handle_newline): Reset col_adjust.
4734         (skip_whitespace): Update col_adjust as tabs encountered.
4735         (_cpp_lex_line): Update to use col_adjust.  Call
4736         skip_whitespace for all whitespace.
4737         * cpplib.h (struct cpp_options): New member tabstop.
4738         (struct cpp_reader): New member col_adjust.
4739         (CPP_BUF_COL): Update.
4740         (CPP_BUF_COLUMN): New.
4741         * cpp.texi: Document "-ftabstop=" command line option.
4742
4743 Wed May 17 18:19:41 2000  Philippe De Muyter  <phdm@macqel.be>
4744
4745         * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
4746         files.
4747         * configure: Rebuilt.
4748
4749 Wed May 17 18:06:12 2000  John David Anglin <dave@hiauly1.hia.nrc.ca>
4750
4751         * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
4752
4753         * tree.c (build_common_tree_nodes): Do not build TI nodes unless
4754         HOST_BITS_PER_WIDE_INT is >= 64.
4755
4756 2000-05-17  Richard Henderson  <rth@cygnus.com>
4757
4758         * jump.c (jump_optimize_1): Remove inactive but real insns
4759         in jump-to-next-insn optimization.
4760
4761 2000-05-17  Richard Henderson  <rth@cygnus.com>
4762
4763         * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
4764         unless OPTIMIZE_MODE_SWITCHING.  Conditionally set no_new_pseudos.
4765         Don't call recompute_reg_usage if no_new_pseudos is true.
4766         * lcm.c (optimize_mode_switching): Move ifdefs outside function.
4767         Return true if we did work; update global life information.
4768         * basic-block.h (optimize_mode_switching): Update decl.
4769
4770 2000-05-17  Neil Booth  <neilb@earthling.net>
4771
4772         * cpplex.c (expand_name_space): Don't use ptrdiff_t.
4773
4774 2000-05-17  Zack Weinberg  <zack@wolery.cumb.org>
4775
4776         * cpplib.c: New feature, #pragma system_header.
4777         * cpp.texi: Document special treatment of system headers, and
4778         the various mechanisms to get a header that special treatment.
4779
4780 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4781
4782         * system.h (offsetof): Define at the very end, to ensure we prefer
4783         the platform's definition if available.
4784
4785 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4786
4787         * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
4788         * fixinc/server.c: likewise
4789         * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
4790         + #ifdef debugging code + use #def constant for
4791         sub-pattern count
4792         * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
4793         on C++ math namespace
4794
4795 2000-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4796
4797         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
4798         Don't check the return value of sprintf.  Use asprintf to avoid
4799         buffer overflows.
4800
4801 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4802
4803         * flags.h (warn_unused_function, warn_unused_label,
4804         warn_unused_parameter, warn_unused_variable, warn_unused_value):
4805         Replace ``warn_unused''.
4806         (set_Wunused): Add declaration.
4807         * toplev.c (set_Wunused): New function.
4808         (warn_unused_function, warn_unused_label, warn_unused_parameter,
4809         warn_unused_variable, warn_unused_value): New variables.
4810         (W_options): Add -Wunused-function, -Wunused-function,
4811         -Wunused-label, -Wunused-parameter, -Wunused-variable and
4812         -Wunused-value.  Delete -Wunused.  Handled in decode_W_option.
4813
4814         * toplev.c (decode_W_option): Update -Wunused flags by calling
4815         set_Wunused.
4816         * c-decl.c (c_decode_option): Ditto for -Wall.
4817
4818         * stmt.c (expand_expr_stmt, expand_expr_stmt,
4819         warn_about_unused_variables): Replace warn_unused with more
4820         explicit warn_unused_value et.al.
4821         * function.c (expand_function_end): Ditto.
4822         * c-typeck.c (internal_build_compound_expr,
4823         internal_build_compound_expr): Ditto.
4824         * c-decl.c (poplevel, pop_label_level): Ditto.
4825         * toplev.c (check_global_declarations): Replace warn_unused with
4826         check for either warn_unused_function or warn_unused_variable.
4827
4828         * gcc.1, invoke.texi (Warning Options): Document
4829         -Wunused-function, -Wunused-function, -Wunused-label,
4830         -Wunused-parameter, -Wunused-variable and -Wunused-value options.
4831
4832 Wed May 17 10:28:12 2000  Philippe De Muyter  <phdm@macqel.be>
4833
4834         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
4835         $(srcdir), not in the current directory.
4836
4837 2000-05-16  Richard Henderson  <rth@cygnus.com>
4838
4839         * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
4840         assembler supports it.
4841         (.fini, .init): Use a gp-relative indirect call.
4842         (__do_global_dtors_aux): Preserve the gp; rebundle.
4843         (__do_frame_setup): Likewise.
4844         * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
4845         (.init): Use a gp-relative indirect call.
4846         (__do_global_ctors_aux): Preserve the gp.
4847
4848 2000-05-16  Richard Henderson  <rth@cygnus.com>
4849
4850         * flow.c (commit_one_edge_insertion): Be prepared for a return
4851         insn to be inserted on the edge with a normal jump.
4852         * jump.c (jump_optimize_1): Don't look to create return isns.
4853
4854         * flow.c (flow_delete_insn): Don't adjust reference count of notes.
4855         * jump.c (jump_optimize_1): Likewise.
4856         (returnjump_p): Verify the argument is a JUMP_INSN.
4857         * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
4858
4859 2000-05-16  Nick Clifton  <nickc@cygnus.com>
4860
4861         * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
4862         GET_RTX_CLASS (GET_CODE ()) == 'i'.
4863         (large_insn_p): Ditto.
4864         (m32r_is_insn): New function: Return true if the insn contains
4865         an executable instruction.
4866         (m32r_adjust_insn): Use m32r_is_insn.
4867         (m32r_sched_reorder): Use m32r_is_insn.
4868         (m32r_sched_variable_issue): Use m32r_is_insn.
4869
4870 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4871
4872         * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
4873         VAR_DECL.
4874
4875         * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
4876
4877         * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
4878         according to given options.
4879
4880 Tue May 16 12:17:31 2000  Jeffrey A Law  (law@cygnus.com)
4881
4882         * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
4883         if X has VOIDmode either.
4884         (LIMIT_RELOAD_CLASS): Similarly.
4885
4886         * mn10200.md (indirect_jump, tablejump): Use "register_operand",
4887         not "general_operand" to match the processor's capabilities.
4888
4889 2000-05-16  Bruce Korb  <bkorb@gnu.org>
4890
4891         * fixinc/README:  corrected return address
4892         * fixinc/check.diff:  regenerate, now that test works
4893         * fixinc/fixfixes.c(format_fix,format_write): reformatted
4894         (char_macro_def_fix,char_macro_use_fix): corrected and
4895         rewrote to use regex to parse the text
4896         * fixinc/inclhack.def: more testing
4897         * fixinc/fixincl.x:  regenerated
4898
4899         * fixinc/inclhack.def: added several "test_text" attributes
4900         changed several fixes to use `c_fix = format'
4901         re-alphabetized the fixes
4902
4903         * fixinc/check.diff: regenerate
4904         * fixinc/fixincl.x: regenerate
4905         * fixinc/check.tpl: added `sparc' and `netinet' to the list
4906         of created dirs
4907
4908
4909 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
4910
4911         * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
4912
4913 2000-05-15  Richard Henderson  <rth@cygnus.com>
4914
4915         * toplev.c (rest_of_compilation): Run full jump pass before
4916         find_basic_blocks of flow2.
4917
4918 2000-05-15  Richard Henderson  <rth@cygnus.com>
4919
4920         * jump.c: Fix typos and clarify commentary from last change.
4921         (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
4922         (safe_to_remove_jump_p): Remove.
4923         (condjump_label): Use pc_set.
4924
4925 2000-05-15  Richard Henderson  <rth@cygnus.com>
4926
4927         * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
4928         that get in the way after reload.
4929         (cond_exec_process_if_block): Skip a label heading THEN block.
4930
4931 2000-05-15  Richard Henderson  <rth@cygnus.com>
4932
4933         * varasm.c (output_constant_pool): Abort instead of converting
4934         (improperly) deleted labels to zero.
4935
4936 2000-05-16  Neil Booth  <NeilB@earthling.net>
4937
4938         * cpplex.c (parse_string2): Update comment.
4939         (cpp_lex_line): No special assertion treatment for '('.
4940         * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
4941         * cpplib.h (SYNTAX_ASSERT): Remove.
4942
4943 Mon May 15 21:45:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4944
4945         * jump.c (condjump_p):  Mark as depreached.
4946         (any_condump_p): New.
4947         (any_uncondump_p): New.
4948         (pc_set): New.
4949         (safe_to_remove_jump_p): New.
4950         * rtl.h (any_condump_p, any_uncondjump_p, pc_set
4951         safe_to_remove_jump_p): Declare.
4952
4953 Mon May 15 21:07:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4954
4955         * calls.c: Re-install both patches reverted by last patch.
4956         (struct arg_data): New field tail_call_reg.
4957         (initialize_argument_information): Initialize tail_call_reg
4958         (load_register_parameters): New argument flags, use
4959         tail_call_reg when emiting tail call sequence.
4960         (expand_call): Update call of load_register_parameters;
4961         copy unadjusted_args_size to adjusted_args_size.
4962
4963 Mon May 15 19:01:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4964
4965         * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
4966         and bct_p parameters to flags.
4967         * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
4968         * rtl.h (loop_optimize): Update prototype.
4969         * toplev.c (rest_of_compilation): Update call of loop_optimize.
4970
4971 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4972
4973         * calls.c (expand_call): Move expand_start_target_temps call after
4974         start_sequence().
4975
4976 2000-05-15  Neil Booth  <NeilB@earthling.net>
4977
4978         * cpphash.c (trad_stringify, warn_trad_stringify,
4979         collect_params): Make some pointers pointers to const.
4980         * cpplex.c (auto_expand_name_space) Guaranteed to always
4981         expand by at least one character.
4982         (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
4983         (struct token_spelling): Use const U_CHAR * rather than PTR.
4984         (expand_name_space): Fix up token pointers if name space
4985         is moved when expanding.
4986         (INIT_NAME, cpp_scan_line, parse_name, parse_number,
4987         parse_string2, save_comment, spell_token, cpp_output_list):
4988         Update so the routines handle tokens with a direct pointer to
4989         their text, rather than an offset into the token's list's namebuf.
4990         (_cpp_lex_line): Rearrange for clarity.
4991
4992         * cpplib.c (_cpp_check_directive): Similarly.
4993         (do_define): Make SYM a pointer to const.
4994         * cpplib.h (struct cpp_name): Replace offset with direct pointer.
4995         (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
4996         (TOK_OFFSET): Delete.
4997         (TOK_NAME): Update.
4998
4999 2000-05-14  Geoffrey Keating  <geoffk@cygnus.com>
5000
5001         * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
5002         64-bit ABI.
5003
5004         * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
5005         into account.
5006         (logical_u_operand): Delete.
5007         (non_logical_cint_operand): Rewrite to take MODE into account.
5008         (non_logical_u_cint_operand): Delete.
5009         (boolean_operator): New function.
5010         (print_operand): Add new %q operand.
5011         * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
5012         remove logical_u_operand and non_logical_u_cint_operand,
5013         update logical_operand and non_logical_cint_operand.
5014         * config/rs6000/rs6000.md: Rewrite the patterns for performing
5015         logical operations to use %q.
5016
5017         * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
5018         (movdi): Make similar to movsi.
5019         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
5020         is no such thing as a DImode CONST_DOUBLE.
5021         * config/rs6000/rs6000.c (output_toc): Likewise.
5022
5023         * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
5024         codes when old mnemonics are in use.  Print register names
5025         for cc registers when requested.
5026
5027         * optabs.c (expand_float): Don't allow mode widening that causes
5028         double rounding.
5029
5030         * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
5031         flags to their current names -maix64 and -maix32.
5032
5033 2000-05-14  Bruce Korb  <bkorb@gnu.org>
5034
5035         * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
5036         and/or after current text of file
5037         * fixinc/fixlib.c(must_malloc):
5038         * fixinc/fixlib.h(must_malloc): + reformatting
5039         * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
5040         with usages of ``c_fix = wrap;''
5041         Add several tests and use the ``c_fix = format'' fixer more.
5042         * fixinc/fixincl.x: regen
5043         * fixinc/check.diff: regen
5044         * fixinc/check.tpl: emit the associated header with the missing
5045         test message
5046
5047 Sun May 14 17:58:59 2000  Hans-Peter Nilsson  <hp@axis.com>
5048
5049         * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
5050         variables $src and $dst.
5051
5052 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
5053
5054         * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
5055         (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
5056         (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
5057         (struct output_buffer: emitted_prefix_p, prefixing_rule): New
5058         fields.
5059         (set_message_prefixing_rule): Declare.
5060
5061         * diagnostic.c: (current_prefixing_rule): New variable.
5062         (set_message_prefixing_rule): Define.
5063         (output_set_prefix): Adjust buffer->emitted_prefix_p.
5064         (init_output_buffer): Adjust Initialization.
5065         (output_emit_prefix): Rewrite.  Take prefixing rules into account.
5066
5067 Sat May 13 11:05:47 2000  Philippe De Muyter  <phdm@macqel.be>
5068
5069         * ifcvt.c (if_convert): Do not free NULL.
5070
5071 2000-05-12  Nick Clifton  <nickc@cygnus.com>
5072
5073         * config/fr30/fr30.c (fr30_move_double): New function:  Emit code
5074         to move a double word value.
5075         (di_operand): New function: Return true if the operand is suitbale
5076         for a double word move operation.
5077         (nonimmediate_di_operand): New function: Return true if the
5078         operand is a DImode register or MEM.
5079
5080         * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
5081         nonimmediate_di_operand.
5082
5083         * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
5084         nonimmediate_di_operand.
5085
5086         * config/fr30/fr30.md (movdi): New pattern.  Required because
5087         other patterns generate DImode results.
5088         (movdi_insn): New pattern.
5089
5090 2000-05-12  Richard Henderson  <rth@cygnus.com>
5091
5092         * config/alpha/alpha.c (struct shadow_summary): Define
5093         bitfields as type unsigned int.
5094
5095 Sat May 13 00:09:59 2000  Denis Chertykov  <denisc@overta.ru>
5096
5097         * config/avr/t-avr: Added definition of FLOAT while generates
5098         fp-bit.c
5099
5100         * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
5101         peepholes for tst+jump = sbrs/sbrc optimization.
5102
5103 Fry May 12 20:03:00 CEST 2000  Jan Hubicka  <jh@suse.cz>
5104
5105         * expr.c (emit_push_insn): Do not adjust stack pointer when
5106         preallocating.
5107
5108 Fri May 12 19:03:58 2000  Philippe De Muyter  <phdm@macqel.be>
5109
5110         * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
5111         * system.h (offsetof): ... to here.
5112
5113 2000-05-12  Richard Henderson  <rth@cygnus.com>
5114
5115         * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
5116         * final.c (final_end_function): Use app_disable.  Rearrange note
5117         handling into a switch.  Emit deleted labels.
5118         (output_asm_label): Generate label strings for deleted labels.
5119         * flow.c (tail_recursion_label_list): New.
5120         (find_basic_blocks_1): Set label_value_list directly.  Collect list
5121         of tail recursion labels from call_placeholders.  Don't add deleted
5122         labels to the label value list.
5123         (cleanup_cfg): Use free_EXPR_LIST_list.
5124         (flow_delete_insn_chain): Turn non-removable labels into notes.
5125         (flow_delete_block): Don't disable deleting the block because of
5126         a non-removable label.
5127         (tail_recursion_label_p): New.
5128         (merge_blocks_move_predecessor_nojumps): Don't disable the merge
5129         because of a label.
5130         (merge_blocks_move_successor_nojumps): Likewise.  Also move a
5131         jump table.
5132         (merge_blocks): Disable a merge because of tail recursion labels.
5133         * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
5134         Use a more accurate measure of not merging the join block.
5135         (find_if_block): Don't disable conversion because of a label.
5136         (find_if_case_1, find_if_case_2): Likewise.
5137         * jump.c (duplicate_loop_exit_test): Preserve the kind of list
5138         element when copying.
5139         (squeeze_notes): Also leave EH notes.
5140         (mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
5141         REG_LABEL notes.
5142         (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
5143         deleting a label.
5144         * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
5145         NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
5146         referring to a deleted label.  Convert tail handling to a switch.
5147         * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
5148         for NOTE_INSN_DELETED_LABEL.
5149         (NOTE): Fix commentary.
5150         * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
5151         (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
5152         (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
5153         (LABEL_NUSES, LABEL_REFS): Likewise.
5154         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
5155
5156 2000-05-12  Bruce Korb  <bkorb@gnu.org>
5157
5158         * fixinc/fixfixes.c(format_write): buglet & relaxed rules
5159         * fixinc/check.diff: updated
5160         * fixinc/inclhack.def: corrected & added some test_text-s
5161         * fixinc/genfixes: removed unneeded options to autogen invocation
5162         * fixinc/fixincl.tpl: Specified the output file
5163         * fixinc/fixfixes.c: visual appearance
5164         * fixinc/fixincl.x: regenerate
5165
5166 2000-05-12  Zack Weinberg <zack@wolery.cumb.org>
5167
5168         * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
5169         CTRL_defn_fix): Delete.
5170         (fix_char_macro_defines, fix_char_macro_uses): Rename to
5171         char_macro_def_fix and char_macro_use_fix, respectively.  Put
5172         them into the FIXUP_TABLE.  Get the string to search for from
5173         a c_fix_arg.
5174
5175         (format_write): New function.
5176         (format_fix): Use it.
5177
5178         (FIX_PROC_HEAD): Constify text parameter.
5179         (machine_name_fix): Constify all char *s.
5180         * fixtests.c (skip_quote): Remove double static.
5181
5182         * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
5183         ctrl_use_quotes): Update for new scheme.
5184         * fixincl.x: Regenerate.
5185
5186 2000-05-12  Alexandre Oliva  <aoliva@cygnus.com>
5187
5188         * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
5189         DWARF2_DEBUG.
5190         (DWARF2_ASM_LINE_DEBUG_INFO): Define.
5191         (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5192
5193 2000-05-11  Robert Lipe <robertlipe@usa.net>
5194
5195         * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
5196         * fixincl.x: Regenerate.
5197
5198 2000-05-11  Richard Henderson  <rth@cygnus.com>
5199
5200         * calls.c: Revert both 05-09 patches.
5201
5202 2000-05-11  Alexandre Oliva  <aoliva@cygnus.com>
5203
5204         * config/mn10300/mn10300.c (print_operand): Print FP constants in
5205         hexadecimal.
5206         * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
5207         for FP values.
5208
5209         * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
5210         and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
5211
5212 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
5213
5214         * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
5215
5216 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5217
5218         * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
5219
5220 Thu May 11 22:28:05 2000  Denis Chertykov  <denisc@overta.ru>
5221
5222         * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
5223         * config/avr/avr.c (jump_over_one_insn_p): New function.
5224         * config/avr/avr.md: New peepholes added. Output test and
5225         conditional jump to "sbrc" or "sbrs" command.
5226
5227 2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>
5228
5229         * cppmain.c (main): Use IS_DIR_SEPARATOR.
5230
5231 2000-05-11  Jakub Jelinek  <jakub@redhat.com>
5232
5233         * except.c (find_exception_handler_labels_1): New function.
5234         (find_exception_handler_labels): Split into two functions, dive
5235         into CALL_PLACEHOLDERs when looking for exception handler labels.
5236
5237 2000-05-11 Stan Cox <scox@cygnus.com>
5238
5239         * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
5240         * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
5241         * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
5242
5243 2000-05-11  Bruce Korb  <bkorb@gnu.org>
5244
5245         * fixinc/fixfixes.c (double_slash_fix):  obsolete
5246         (else_endif_label_fix): obsolete
5247         (format_fix):  new, unused as yet
5248         (main): obsolete
5249         * fixinc/fixlib.h: added fix description struct for use by format_fix
5250         * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
5251         * fixinc/Makefile.in:  compile fixfixes.c and fixtests.c as separate
5252         modules.  Removed the vestiges of the script version.
5253         Added support for "make check".
5254         * fixinc/check.diff: base diff file (needs work!!)
5255         * fixinc/check.tpl: quiet the fixup output
5256         * fixinc/fixtests.c (main): obsolete
5257         * fixinc/fixincl.sh:  don't bother copying fixincl to ..
5258         * fixinc/fixincl.tpl:  provide for arguments to c_fix routines
5259
5260 Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
5261
5262         * toplev.c (rest_of_compilation): Remove dead code after
5263         combine.
5264
5265 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5266
5267         * cpphash.c (collect_funlike_expansion): Make "# is not
5268         followed by a macro argument name" a pedwarn, not an error.
5269         Preserve the # in the output.  Suppress the warning if lang_asm.
5270
5271 Thu May 11 01:19:31 2000  Jeffrey A Law  (law@cygnus.com)
5272
5273         * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
5274         * configure: Rebuilt.
5275
5276 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
5277
5278         * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
5279
5280 2000-05-10  Kazu Hirata  <kazu@hxi.com>
5281
5282         * combine.c (try_combine): Fix a typo.
5283
5284 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
5285
5286         * config/ia64/ia64.md (insv): Add comment.
5287
5288 2000-05-10  Richard Henderson  <rth@cygnus.com>
5289
5290         * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
5291         * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
5292         dependancies on FPBIT and DPBIT.
5293
5294 2000-05-10  Nick Clifton  <nickc@redhat.com>
5295
5296         * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5297         when optimising for size.
5298         (mark_used_regs:) Ditto.
5299         (try_pre_increment_1): Ditto.
5300
5301 2000-05-10  Zack Weinberg  <zack@wolery.cumb.org>
5302
5303         * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
5304         Make error message friendlier.
5305
5306         * cpphash.h (struct hashnode): Use struct hack for name
5307         member.
5308         * cpphash.c (struct hashdummy): New.
5309         (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
5310         (make_HASHNODE): No need to set ->name pointer.  Correct
5311         setting of p.
5312         (cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.
5313
5314 2000-05-10  Richard Henderson  <rth@cygnus.com>
5315
5316         * flow.c (find_basic_blocks_1): Remove any spare bb_note
5317         after completion.
5318
5319 2000-05-10  Bruce Korb  <bkorb@gnu.org>
5320
5321         * fixinc/gnu-regex.c:  reg_syntax_t re_syntax_options must be static
5322
5323 2000-05-10  Eric Schweitz  <schweitz@nortelnetworks.com>
5324
5325         * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
5326         after we enter .debug.
5327
5328 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
5329
5330         * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
5331         abstract instance of a nested inline function.
5332
5333         * stor-layout.c (finish_record_layout): finalize_type_size
5334         before laying out the pending_statics.
5335
5336 Wed 10 May 09:36:47 2000  Neil Booth  <NeilB@earthling.net>
5337
5338         * cpplex.c (spell_token): New function.
5339         (spell_string, spell_comment, spell_name): fold into
5340         spell_token.
5341         (I, S): Add macros.
5342         (E, H): Remove macros.
5343         (save_comment): Save comment opening characters too.
5344         (_cpp_lex_file): Update to use spell_token.  Tidy up comment
5345         handling.
5346         * cpplib.h (I, S): Add macros.
5347         (E, H): Remove macros.
5348         (TTYPE_TABLE): Update entries for new speller.
5349         (SYNTAX_ASSERT): Remove.
5350
5351 Wed 10 May 09:08:30 2000  Neil Booth  <NeilB@earthling.net>
5352
5353         * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
5354         when removing escaped newlines.  Reverse sense of test for
5355         escaped newline.
5356
5357 2000-05-09  Richard Henderson  <rth@cygnus.com>
5358
5359         * flow.c (find_basic_blocks_1): Do not delete the first
5360         bb_note we run across.
5361         (create_basic_block): Use reorder_insns to move an existing
5362         bb_note to the correct place.
5363
5364 2000-05-09  Richard Henderson  <rth@cygnus.com>
5365
5366         * calls.c (expand_call): Increment currently_expanding_call
5367         before calling optimize_tail_recursion.
5368
5369 Tue May  9 18:54:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5370
5371         * reload1.c (reload_combine): Fix errors in last change.
5372
5373 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5374
5375         * gcc.c (used_arg): Skip over a semicolon at the end of the
5376         split-up loop; don't break out of it.
5377
5378         * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
5379         (tree.o): Depend on output.h.
5380
5381         * c-decl.c (pending_invalid_xref_file,
5382         current_function_prototype_file): Constify.
5383         (pushdecl): Constify a local char *.
5384         (define_label): Constify filename parameter.
5385         * c-lex.c (init_parse): Constify parameter and return value.
5386         * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
5387         * c-tree.h: Update prototypes.
5388         * c-parse.in: Constify filename member of %union, and if_stmt_file.
5389         * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
5390         objc/objc-parse.c: Regenerate.
5391
5392         * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
5393         * dwarfout.h: Update prototypes.
5394         * expr.c (expand_expr): Constify a local char *.
5395         * flags.h: Constify main_input_filename.
5396         * function.c (expand_function_end): Constify filename parameter.
5397         * genrecog.c (make_insn_sequence): Use a character array for
5398         c_test_pos.
5399         (main): Remove unused variables.
5400         * input.h: Constify input_filename, main_input_filename, and
5401         file_stack.name.  Update prototypes.
5402         * output.h: Declare first_global_object_name and
5403         weak_global_object_name here, as const char *.
5404         * stmt.c (expand_asm_operands): Constify filename parameter.
5405         * toplev.c (compile_file, push_srcloc, debug_start_source_file):
5406         Constify filename parameter.
5407         (input_filename, main_input_filename): Constify.
5408         * toplev.h: Update prototypes.
5409         * tree.c: Include output.h.  Don't declare
5410         first_global_object_name or weak_global_object_name.  Clean up string
5411         bashing in get_file_function_name_long.
5412         * tree.h (struct tree_decl): Constify filename member.
5413         (input_filename): Constify.
5414         Update prototypes.
5415         * varasm.c (first_global_object_name, weak_global_object_name):
5416         Constify.
5417         (assemble_start_function, assemble_variable): Clean up string bashing.
5418
5419         * gcc.c: Constify all spec-related strings initialized,
5420         transitively, from string constants.  Constify all strings
5421         and string variables related to multilibs.
5422         (set_spec, read_specs): Cast argument to free to PTR.
5423         (used_arg): Do not modify multilib_matches.  Use strncmp plus
5424         length comparison to compare multilib switches.
5425         * genmultilib: Constify everything declared in multilib.h.
5426
5427 Tue May  9 22:28:03 2000  Denis Chertykov  <denisc@overta.ru>
5428
5429         * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
5430         as deleted.
5431
5432 Tue May  9 20:52:43 2000  Denis Chertykov  <denisc@overta.ru>
5433
5434         * config/avr/avr-protos.h (extra_constraint): change a type of
5435         second argument from char to int to avoid warnings.
5436         (asm_output_byte): Likewise.
5437
5438         * config/avr/avr.c (MAX_LD_OFFSET) New macro.
5439         (initial_elimination_offset): Handle elimination from
5440         FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
5441         (legitimate_address_p): Use MAX_LD_OFFSET.
5442         (legitimize_address): Likewise.
5443         (out_movqi_r_mr): Likewise.
5444         (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
5445         (out_movsi_r_mr): Use MAX_LD_OFFSET.
5446         (out_movsi_mr_r): Likewise.
5447         (out_movqi_mr_r): Likewise.
5448         (out_movhi_mr_r): Likewise.
5449         (notice_update_cc): Correct CC for the ashrqi3 with the shift
5450         count as CONST_INT != 6.
5451         (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
5452         shift count is a CONSTANT_P, but not a CONST_INT.
5453         (ashlhi3_out): Coding style modifications.
5454         (ashlsi3_out): Likewise.
5455         (ashrhi3_out): Likewise.
5456         (ashrsi3_out): Likewise.
5457         (lshrhi3_out): Likewise.
5458         (lshrsi3_out): Likewise.
5459         (ashrqi3_out): Generate shift for any known constant count without
5460         scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
5461         but not a CONST_INT.
5462         (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
5463         shift count is a CONSTANT_P, but not a CONST_INT.
5464         (extra_constraint): change a type of
5465         second argument from char to int to avoid warnings.
5466         (asm_output_byte): Likewise.
5467         (asm_file_end): Output size generated commands count as a hex
5468         number too.
5469
5470         * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
5471
5472         * config/avr/avr.md (addhi3): Fragment commented by &&0 is
5473         removed.
5474         (ashlqi3): Values of "length" attribute changed. Shift count
5475         uses constraints 'n' instead of 'i'.
5476         (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
5477         shifts without clobber register.
5478         (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
5479         (call_insn): Correct test for which_alternative == 1 (was 0).
5480         (call_value_insn): Likewise.
5481
5482         * config/avr/t-avr: Remove definition of FLOAT while generates
5483         fp-bit.c
5484
5485 2000-05-09  Bruce Korb  <bkorb@gnu.org>
5486
5487         * fixinc/check.tpl:  Template for checking fixes
5488         * fixinc/inclhack.def:  Added 'test_text' for many fixes
5489         disable hpux8_bogus_inlines on SCO
5490         * fixinc/fixinc.sco:  Oh, yes, we don't need this any more.
5491
5492 Tue May  9 16:30:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5493
5494         * calls.c (expand_call): Reorganize somewhat in order
5495         to avoid unnecesary recalculation inside loop and make
5496         tail call failure code cleaner.
5497
5498 Tue May  9 06:30:20 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5499
5500         * alias.c (nonlocal_reference_p): Minor reformatting.
5501         * reload.c (find_equiv_reg): Simplify logic for
5502         CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
5503         some some reformatting.
5504         * reload1.c (reload_combine): Don't assume everything in
5505         CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
5506
5507 2000-05-08  Richard Henderson  <rth@cygnus.com>
5508
5509         * final.c (current_insn_predicate): New.
5510         (final_scan_insn): Set it.
5511         * output.h (current_insn_predicate): Declare.
5512
5513         * ifcvt.c (cond_exec_process_insns): New argument prob_val.
5514         Attach it to call insns.
5515         (cond_exec_process_if_block): Track probability for true and
5516         false branches.
5517         (dead_or_predicable): Likewise.
5518
5519         * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
5520         (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
5521         (PROB_VERY_LIKELY, PROB_ALWAYS): New.
5522         (estimate_probability, expected_value_to_br_prob): Use them.
5523
5524         * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
5525         * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
5526         (ia64_expand_prediction): New.
5527         (emit_insn_group_barriers): Don't look at notes.  Emit barriers
5528         as needed after calls.
5529         (ia64_epilogue_uses): Mark b0 used.
5530         * config/ia64/ia64.md (beq_true, beq_false): Remove.
5531         (bne_true, bne_false): Remove.
5532         (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
5533         (br_true, br_false): New.  Use predicate_operator and
5534         ia64_expand_prediction.
5535         (return_true, return_false): Likewise.
5536         (call_internal): Use ia64_expand_prediction.  Don't emit stop bit.
5537         (call_internal1, call_value_internal): Likewise.
5538         (call_value_internal1, call_multiple_values_internal1): Likewise.
5539
5540         * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
5541
5542         * config/ia64/ia64.md (extendsfdf2): Split only after reload.
5543
5544 2000-05-08  Richard Henderson  <rth@cygnus.com>
5545
5546         * rtlanal.c (may_trap_p): Consider old-style and volatile
5547         asms to trap.
5548
5549 Mon May  8 17:16:48 2000  Jim Wilson  <wilson@cygnus.com>
5550
5551         * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
5552
5553 2000-05-08  Richard Henderson  <rth@cygnus.com>
5554
5555         * config/ia64/ia64.h (predicate_operator): Declare.
5556
5557         * config/ia64/ia64.md (extendsfdf2): Split the nop case out
5558         of existance.
5559
5560         * gensupport.c (process_rtx): Copy and post-process each member
5561         of the define_insn rtvec individually.
5562
5563 Mon  8 May 22:17:35 2000  Neil Booth  <NeilB@earthling.net>
5564
5565         * cpplex.c (spell_token): New function.
5566         (TOKEN_LEN): Add 1 for whitespace.
5567         (_cpp_lex_file): Update to use spell_token.
5568         * cpplib.h (E): Remove.
5569         (TTYPE_TABLE): Update CPP_VSPACE entry.
5570
5571 2000-05-08  Richard Henderson  <rth@cygnus.com>
5572
5573         * flow.c (init_propagate_block_info): Watch out for conditional
5574         branch to next instruction, and thus one outgoing edge.
5575
5576         * config/ia64/ia64.c (ia64_encode_section_info): Exit early
5577         for global register variables; don't special case __[CD]TOR_LIST__;
5578         mind ggc_p for string allocation.
5579
5580 2000-05-08  Nick Clifton  <nickc@cygnus.com>
5581
5582         * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
5583
5584 2000-05-08  Bruce Korb  <bkorb@gnu.org>
5585
5586         * fixinc/mkfixinc.sh:  fixinc.sco is no longer used
5587         i?86-*-msdosdjgpp* no longer uses fixincludes
5588         * fixinc/genfixes:  inclhack.sh and fixincl.sh are no longer generated
5589         * fixinc/inclhack.sh:  deleted
5590         * fixinc/hackshell.tpl:  deleted
5591         * fixinc/inclhack.tpl:  deleted
5592         * fixinc/Makefile.in:  Remove dependencies on above
5593         * fixinc/fixincl.sh:  "DO NOT EDIT" text modified
5594
5595 2000-05-08  Andreas Jaeger  <aj@suse.de>
5596
5597         * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
5598         support.
5599
5600 2000-05-07  Zack Weinberg  <zack@wolery.cumb.org>
5601
5602         * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
5603         substitutions.
5604
5605 Sun  7 May 08:43:53 2000  Neil Booth  <NeilB@earthling.net>
5606
5607         * cpplex.c: Move new lexer definitions and prototypes
5608         to top.  Conditional include these and the code if
5609         NEW_LEXER is defined.  Rename functions whose names
5610         clash if this code included.
5611
5612 Sun May  7 00:54:57 EDT 2000  John Wehle  (john@feith.com)
5613
5614         * rtl.def (COND_EXEC): Clarify.
5615
5616         * i386.md (extendsidi2): Clobber (reg:CC 17) in the
5617         same fashion as zero_extendsidi2.
5618
5619 2000-05-06  Richard Henderson  <rth@cygnus.com>
5620
5621         * config/ia64/ia64.c (predicate_operator): New.
5622         (ia64_print_operand): Handle 'J'.
5623         (rtx_needs_barrier): Handle COND_EXEC.
5624         * config/ia64/ia64.h (BRANCH_COST): Define.
5625         (PREDICATE_CODES): Update.
5626         * config/ia64/ia64.md: Docuement used unspec values.
5627         (attr predicable): New.
5628         (movxf, movxf_internal): New.
5629         (extendsfdf2): Don't comment out nop.
5630         (floatdidf2): Remove.
5631         (truncxfsf2, truncxfdf2, floatdixf2): New.
5632         (abssi2, absdi2): Put the neg in the "true" slot.
5633         (conditional branch instructions): Mark not predicable.
5634         (cmov*_internal): Use predicate_operator.  Split to cond_exec.
5635         (abs*_internal): Likewise.
5636         (alloc, set_bsp): Mark not predicable.
5637         (barrier, insn_group_barrier, flush_cache): Likewise.
5638         (define_cond_exec): New.
5639
5640 2000-05-06  Richard Henderson  <rth@cygnus.com>
5641
5642         * c-decl.c: Include "tm_p.h".
5643
5644         * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
5645         (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
5646         (ia64_expand_op_and_fetch): Declare.
5647         * config/ia64/ia64.c: Include "toplev.h".  Kill trailing whitespace.
5648         (setjmp_operand): Constify variables for XSTR.
5649         (ia64_encode_section_info): Likewise.
5650         (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
5651         values to int.
5652         (ia64_asm_output_external): Constify name.
5653         (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
5654         (process_for_unwind_directive): Provide switch default.
5655         (ia64_expand_compare_and_swap): Remove unused variables.
5656         (ia64_expand_builtin): Likewise.
5657         * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
5658         for printing.
5659
5660         * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
5661         (symbolic_operand, function_operand, setjmp_operand): Likewise.
5662         (shift_count_operand, shift_32bit_count_operand): Likewise.
5663         (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
5664         (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
5665         (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
5666         (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
5667         (ia64_expand_builtin): Likewise.
5668         (call_multiple_values_operation): Make dest_regno unsigned.
5669
5670 2000-05-06  Richard Henderson  <rth@cygnus.com>
5671
5672         * rtl.def (DEFINE_COND_EXEC): New.
5673         * md.texi: Document it.
5674
5675         * gensupport.c (input_file): Remove.
5676         (struct queue_elem): Add lineno.
5677         (rtx_ready_queue): Remove.
5678         (errors): New.
5679         (predicable_default): New.
5680         (predicable_true, predicable_false): New.
5681         (define_attr_queue, define_attr_tail): New.
5682         (define_insn_queue, define_insn_tail): New.
5683         (define_cond_exec_queue, define_cond_exec_tail): New.
5684         (other_queue, other_tail): New.
5685         (queue_pattern): New.
5686         (process_rtx): Add patterns to the appropriate queues.
5687         (is_predicable, identify_predicable_attribute): New.
5688         (n_alternatives, collect_insn_data): New.
5689         (alter_predicate_for_insn, alter_test_for_insn): New.
5690         (shift_output_template, alter_output_for_insn): New.
5691         (process_one_cond_exec, process_define_cond_exec): New.
5692         (init_md_reader): Read the entire file.  Process define_cond_exec.
5693         (read_md_rtx): Return elements from the queues.
5694
5695 2000-05-06  Richard Henderson  <rth@cygnus.com>
5696
5697         * flow.c (mark_set_1): Don't update conditional life info
5698         if the register is not_dead.
5699
5700 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5701
5702         * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
5703         (mostlyclean): Also delete fixincl, fixinc.sh, and
5704         specs.ready, and make clean in the fixinc subdir.
5705
5706 2000-05-06  Richard Henderson  <rth@cygnus.com>
5707
5708         * Makefile.in (gensupport.o): Compile for the host.
5709         (host-prefix gensuuprt.o): Remove.
5710         (genflags.o): Depend on gensupport.h and OBSTACK_H.
5711         (genattrtab.o): Likewise.
5712         (gencodes.o): Depend on gensupport.h.
5713         (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
5714         (genpeep.o, genattr.o, genoutput.o): Likewise.
5715
5716         * gensupport.c (obstack, rtl_obstack): New.
5717         (init_md_reader): Initialize rtl_obstack.
5718         * gensupport.h (rtl_obstack): Declare.
5719         (message_with_line): Declare.
5720
5721         * genattr.c: Remove all traces of obstack manipulation.
5722         * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
5723         * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
5724
5725         * genattrtab.c (obstack, rtl_obstack): Remove.
5726         (main): Don't init rtl_obstack.
5727         * genflags.c: Likewise.
5728
5729         * genrecog.c (message_with_line): Move ...
5730         * gensupport.c: ... here.
5731
5732 2000-05-06  Richard Henderson  <rth@cygnus.com>
5733
5734         * c-typeck.c (build_c_cast): Remove dead code.
5735
5736 2000-05-06  Richard Henderson  <rth@cygnus.com>
5737
5738         * flow.c (split_edge): Don't allocate global_live_at_start for
5739         the new block unless the old blocks had them as well.
5740
5741         * flow.c (mark_set_1): Respect not_dead when updating reg_live.
5742
5743         * ifcvt.c (noce_process_if_block): Don't use an insn_b from
5744         test_bb if a or b uses x.
5745
5746 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5747
5748         * cpphash.h: Remove conditional #define of __extension__.
5749         * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
5750         RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
5751         (ENABLE_RTL_CHECKING only).
5752         * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
5753         CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
5754         (ENABLE_TREE_CHECKING only).
5755         * varray.h: Add __extension__ to VARRAY_CHECK macro
5756         (ENABLE_CHECKING only).
5757
5758 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5759
5760         Use new tail-calling mechanism on ARM.
5761         * arm.md (sibcall, sibcall_value): New expands.
5762         (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
5763         (tailcalling peepholes): Delete.
5764         (push_multi): Simplify.
5765         * arm.c (lr_save_eliminated): Delete definition.
5766         (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
5767         (output_return_instruction): Remove checks on lr_save_eliminated.
5768         (output_arm_prologue): Remove old tail-calling code.
5769         (arm_output_epilogue): New parameter, really_return.  All callers
5770         changed.  Handle tail-calling epilogues.
5771         * arm.h (lr_save_eliminated): Delete declaration.
5772         (frame_pointer_needed): Delete declaration.
5773         * arm-protos.h (arm_output_epilogue): Adjust prototype.
5774
5775         * arm.md (is_thumb): Examine symbol thumb_code, not expression
5776         TARGET_ARM.
5777         * arm.c (thumb_code): Define it.
5778         (arm_override_options): Set it.
5779         * arm.h (thumb_code): Declare it.
5780
5781 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5782
5783         * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
5784
5785 2000-05-06  Richard Earnshaw (reanrsha@arm.com)
5786
5787         * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
5788         bogus clobber to insns.
5789         (load_multiple_operation, store_mulitple_operation): Don't check
5790         for it.
5791         * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
5792
5793         * arm.md (and_scc, ior_scc): Add missing mode.
5794
5795         * arm.md (call_value_symbol): Remove predicate from op2.
5796
5797         * arm.h (SPECIAL_MODE_PREDICATES): Define.
5798
5799 Sat May  6 06:25:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5800
5801         * expr.c (get_subtarget): New function.
5802         (force_operand, expand_expr, do_store_flag): Use it.
5803
5804         * toplev.c (compile_file): Don't take strlen of NAME if null.
5805
5806 2000-05-06  David Edelsohn  <edelsohn@gnu.org>
5807
5808         * xcoffout.c (xcoff_current_include_file,
5809         xcoff_current_function_file, xcoff_lastfile): Constify char *.
5810         (xcoffout_source_file, xcoffout_source_line): Make filename 'const
5811         char *'.
5812         (xcoffout_declare_function): Make name 'const char *'.
5813         (xcoffout_end_epilogue): Make fname 'const char *'
5814         * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
5815         xcoffout_declare_function, xcoffout_source_line): Match above.
5816
5817         * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
5818         -maix64 is error.
5819         * rs6000.c (print_operand): Fix lossage typo.
5820         (output_cbranch): Remove "cr" decoration for now.
5821         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
5822
5823 Sat May  6 06:55:32 2000  Denis Chertykov  <denisc@overta.ru>
5824
5825         * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
5826         constant count.
5827
5828 2000-05-05  Bruce Korb  <bkorb@gnu.org>
5829
5830         * fixinc/genfixes: Improve the matching for make target names
5831
5832 2000-05-05  Catherine Moore  <clm@cygnus.com>
5833
5834         * c-common.c (decl_attributes):  For TYPE_DECLs attach the
5835         attribute to the decl.
5836         * c-decl.c (pushdecl): Propagate the USED attribute to the
5837         type copy.
5838
5839 2000-05-05  Richard Henderson  <rth@cygnus.com>
5840
5841         * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
5842         same way emit_group_load does.
5843
5844 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
5845
5846         * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
5847
5848         * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
5849         (main): Likewise.
5850
5851 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
5852
5853         * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
5854
5855 Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
5856
5857         * config/openbsd.h (LINK_SPEC): pass correct flags to ld
5858         to support -shared, on platforms with dynamic libraries.
5859
5860 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
5861
5862         * system.h (S_ISBLK): Provide fallback definition.
5863
5864 2000-05-05  Geoff Berry  <geoffb@bops.com>
5865
5866         * extend.texi (Extended Asm): Document inability to give asm
5867         statements access to condition codes.
5868
5869 2000-05-05  Marek Michalkiewicz  <marekm@linux.org.pl>
5870
5871         * varasm.c (asm_emit_uninitialised): Use 0, not NULL
5872         as arg 2 of UNIQUE_SECTION.
5873
5874 Fri May  5 10:11:41 2000  Jeffrey A Law  (law@cygnus.com)
5875
5876         * predict.c: Remove May 4 change.
5877         * bb-reorder.c (make_reorder_chain): Do not perform block movement
5878         if we have predicted the branch at 50-50 probability.
5879
5880 2000-05-05  Richard Henderson  <rth@cygnus.com>
5881
5882         * flow.c (init_propagate_block_info): Fix merge error
5883         in HAVE_conditional_execution code.
5884
5885 Fri May  5 07:43:50 2000  Denis Chertykov  <denisc@overta.ru>
5886
5887         * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
5888         shift cycle for unknown shift count. Also generates dec + brpl.
5889         (ashlqi3_out): Don't generate dec + brpl which now generates by
5890         `out_shift_with_cnt'.
5891         (ashlhi3_out): Likewise.
5892         (ashlsi3_out): Likewise.
5893         (ashrqi3_out): Likewise.
5894         (ashrhi3_out): Likewise.
5895         (ashrsi3_out): Likewise.
5896         (lshrqi3_out): Likewise.
5897         (lshrhi3_out): Likewise.
5898         (lshrsi3_out): Likewise.
5899
5900 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
5901
5902         * gcc.c (free_split_directories): Correct typo in explanation
5903         of make_relative_prefix.
5904
5905 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5906
5907         * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
5908         comparison codes to branch_comparison_operator.
5909
5910 2000-05-04  Richard Henderson  <rth@cygnus.com>
5911
5912         * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
5913
5914 2000-05-04  Richard Henderson  <rth@cygnus.com>
5915
5916         * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
5917         (DPBIT_FUNCS): Remove _sf_to_usi.
5918         (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
5919
5920         * ifcvt.c (noce_process_if_block): Fail if A or B modified
5921         between condition and jump.
5922
5923         * libgcc2.c (near eh_context_specific): Comment #endif string.
5924         * longlong.h: Don't use strings with embedded newlines.
5925
5926 2000-05-04  Geoff Keating  <geoffk@cygnus.com>
5927
5928         * config/rs6000/rs6000-protos.h: Add output_cbranch.
5929         * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
5930         (print_operand): Delete %t and %T codes.
5931         (output_cbranch): New function.  Support branch prediction.
5932         * config/rs6000/rs6000.md: Use output_cbranch for
5933         conditional branches and returns.
5934
5935 2000-05-04  Jason Merrill  <jason@casey.cygnus.com>
5936
5937         * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
5938         * stor-layout.c (place_field): Likewise.
5939         * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
5940         * expr.c (store_expr): Make align unsigned.
5941         * explow.c (plus_constant_wide): Make low words unsigned.
5942         * expmed.c (choose_multiplier): Likewise.
5943         * fold-const.c (fold):  Likewise.
5944         * tree.h (build_int_2): Likewise.
5945         * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
5946         * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
5947         (init_emit): Change cast to unsigned char*.
5948         * varasm.c (compare_constant_1): Add cast to char*.
5949         * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
5950         * reload1.c (reload): Likewise.
5951
5952         * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
5953
5954 Thu May  4 14:37:23 2000  Jeffrey A Law  (law@cygnus.com)
5955
5956         * predict.c (estimate_probability): If no prediction was found, then
5957         predict the successor that is the next physical block (if such a
5958         successor exists).
5959
5960 2000-05-04  Richard Henderson  <rth@cygnus.com>
5961
5962         * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
5963
5964 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5965
5966         * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
5967
5968 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
5969
5970         * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
5971         attribute macros from here ...
5972         (CPP_SPEC): to here.
5973         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
5974         (CPP_SPEC): Likewise.
5975         * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
5976
5977         * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
5978         (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
5979
5980 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5981
5982         * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
5983
5984         * diagnostic (vbuild_message_string, build_message_string,
5985         build_location_prefix, output_get_prefix, init_output_buffer,
5986         output_notice, vline_wrapper_message_with_location,
5987         v_message_with_decl, default_print_error_function): De-constify.
5988         (set_real_maximum_length): Prototype.
5989
5990         * diagnostic.h (struct output_buffer, init_output_buffer,
5991         output_get_prefix, output_set_prefix): De-constify.
5992
5993         * function.c (init_function_start): Constify.
5994
5995         * gensupport.c (remove_constraints, process_rtx): Prototype.
5996
5997         * gthr-posix.h: Indent uses of #pragma.
5998
5999         * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
6000         Prototype.
6001
6002         * predict.c (find_expected_value): Delete prototype.
6003         (expected_value_to_br_prob): Initialize variable `ev_reg'.
6004
6005         * sbitmap.h (debug_sbitmap): Prototype.
6006
6007         * ssa.c (compute_coalesced_reg_partition): Prototype.
6008
6009         * stor-layout.c (debug_rli): Prototype.
6010
6011         * tree.h (round_down): Prototype.
6012         (init_function_start): Constify.
6013
6014 2000-05-04  Zack Weinberg  <zack@wolery.cumb.org>
6015
6016         * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
6017         (overly conservative).  Change extern inline wrappers to
6018         static inline, define them always, use PARAMS properly.
6019         * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
6020         whitespace warnings for \f and \v at the beginning of a line.
6021
6022 Thu May  4 10:03:50 2000  Jeffrey A Law  (law@cygnus.com)
6023
6024         * haifa-sched.c (schedule_insns): Free the flow edge list when it
6025         is no longer needed
6026
6027 2000-05-04  Bruce Korb  <bkorb@gnu.org>
6028
6029         * fixincl/inclhack.def: added broken_cabs -
6030         Remove `extern double cabs' declarations from math.h
6031         * fixincl/inclhack.sh: regen
6032         * fixincl/fixincl.x: regen
6033         * fixincl/fixincl.c: Remove BOGOSITY code
6034         * fixincl/mkfixinc.sh: Remove code for installing "shell" version
6035
6036 Thu May  4 09:45:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6037
6038         * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
6039         MEM_ALIAS_SET.
6040         * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
6041         when calling MEM_COPY_ATTRIBUTES.
6042         * emit-rtl.c (operand_subword, change_address): Likewise.
6043         * explow.c (stabilize): Likewise.
6044         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
6045         * integrate.c (copy_rtx_and_substitute): Likewise.
6046         * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
6047         when calling MEM_COPY_ATTRIBUTES.
6048         (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
6049         Likewise.
6050         * cse.c (gen_lowpart_if_possible): Likewise.
6051         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
6052         * optabs.c (gen_move_insn): Likewise.
6053         * recog.c (validate_replace_rtx_1): Likewise.
6054         * simplify-rtx.c (add_mem_for_addr): Likewise.
6055         * stmt.c (expand_anon_union_decl): Likewise.
6056         * config/arm/arm.md: Likewise.
6057         * config/h8300/h7300.c (fix_bit_operand): Likewise.
6058         * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
6059         (block_move_no_loop, block_move_sequence): Likewise.
6060         * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
6061         * config/alpha/alpha.c (get_aligned_mem): Likewise.
6062         Clear MEM_ALIAS_SET.
6063         * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
6064         MEM_COPY_ATTRIBUTES.
6065
6066 2000-05-03  Robert Lipe <robertlipe@usa.net>
6067
6068         * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
6069         to suppress libgcc1.
6070         (i[34567]86-*-sco3.2v5*) Likewise.
6071         (i[34567]86-*-sco3.2v4*) Likewise.
6072         (i[34567]86-*-sco) Likewise.
6073         (i[34567]86-*-solaris2) Likewise.
6074         (i[34567]86-*-sysv5*) Likewise.
6075         (i[34567]86-*-sysv4*) Likewise.
6076         (i[34567]86-*-udk*) Likewise.
6077         (i[34567]86-*-sysv*) Likewise.
6078
6079 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6080
6081         * cpphash.h (U): New define, to correct type of string constants.
6082         (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
6083         routines, to do casts when passing unsigned strings to libc.
6084         * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
6085
6086         * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
6087         * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
6088         * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
6089         * cpplex.c (parse_ifdef, parse_include, validate_else): Make
6090         second argument an U_CHAR *.
6091
6092         * cppinit.c (builtin_array): Make name and value U_CHAR *, add
6093         length field, clean up initializer.
6094         (ISTABLE): Add __extension__ to designated-
6095         initializers version.
6096         * cpplex.c (CHARTAB): Likewise.
6097
6098         * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
6099         case so the file won't be empty.
6100
6101 Wed May  3 21:01:46 2000  Jason Eckhardt  <jle@cygnus.com>
6102
6103         * bb-reorder.c (struct reorder_block_def): Member succ removed.
6104         (REORDER_BLOCK_SUCC): Removed.
6105         (enum reorder_skip_type): Removed.
6106         (skip_insns_between_block): Renamed to skip_insns_after_block.
6107         Removed second argument. Removed dead code and cleaned up.
6108         (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
6109         (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
6110         second parameter to skip_insns_after_block.
6111
6112 Wed May  3 13:29:54 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6113
6114         * tree.c (staticp, case LABEL_DECL): New case.
6115
6116 2000-05-03  Richard Henderson  <rth@cygnus.com>
6117
6118         * Makefile.in (start.encap): Do not depend on LIBGCC1.
6119
6120         * mklibgcc1.in: Fix typo last change.
6121
6122 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6123
6124         * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
6125         (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
6126         (GCC_CFLAGS): Use it.
6127         (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
6128         * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
6129         objc/Make-lang.in: Use it.
6130
6131 2000-05-03  Jason R Thorpe  <thorpej@zembu.com>
6132
6133         * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
6134
6135 2000-05-03  Richard Henderson  <rth@cygnus.com>
6136
6137         * mklibgcc.in: Restrict OLDCC=GCC test to native.  Equate
6138         LIBGCC1 empty with libgcc1.null.
6139
6140 Wed May  3 12:55:46 2000  Jim Wilson  <wilson@cygnus.com>
6141
6142         * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
6143         change.
6144
6145 2000-05-03  Greg McGary  <gkm@gnu.org>
6146
6147         * tree.h (tree_common): Add bounded_flag member.  Remove
6148         inaccurate comment about number of remaining bits.
6149         (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
6150         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6151         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6152         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6153         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
6154         (TYPE_QUAL_BOUNDED): New constant.
6155         (TYPE_QUALS): Handle bounded qualifier.
6156         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
6157         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6158         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6159         TYPE_AMBIENT_BOUNDEDNESS): New macros.
6160         (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
6161         (tree_type): Add pointer_depth member.  Remove
6162         inaccurate comment about number of remaining bits.
6163         (DECL_POINTER_DEPTH): Add macro.
6164         (tree_decl): Add pointer_depth member.
6165
6166 Wed May  3 22:52:53 2000  Denis Chertykov  <denisc@overta.ru>
6167
6168         * config/avr/avr-protos.h (test_hard_reg_class): Declared.
6169         * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
6170         (lshrhi3_out): Likewise.
6171         (ashrsi3_out): bugfix in shift by 8.
6172         (test_hard_reg_class): New function.
6173         * config/avr/avr.md: Bugfix inside conditions in peepholes.
6174         (ashlhi3): removed define_expand of this pattern.
6175         (*ashlhi3_insn): renamed to ashlhi3.
6176         (ashlsi3): removed define_expand of this pattern.
6177         (*ashlsi3_insn): renamed to ashlsi3.
6178         (ashrqi3): removed define_expand of this pattern.
6179         (*ashrqi3_insn): renamed to ashrqi3.
6180         (ashrhi3): removed define_expand of this pattern.
6181         (*ashrhi3_insn): renamed to ashrhi3.
6182         (ashrsi3): removed define_expand of this pattern.
6183         (*ashrsi3_insn): renamed to ashrsi3.
6184         (lshrhi3): removed define_expand of this pattern.
6185         (*lshrhi3_insn): renamed to lshrhi3.
6186         (lshrsi3): removed define_expand of this pattern.
6187         (*lshrsi3_insn): renamed to lshrsi3.
6188
6189 2000-05-03  Rodney Brown  <RodneyBrown@pmsc.com>
6190
6191         * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
6192         inclusion of "system.h".
6193
6194 Wed May  3 11:43:53 2000  Jim Wilson  <wilson@cygnus.com>
6195
6196         * config/ia64/ia64.c (ia64_encode_section_info): Add check for
6197         TREE_ASM_WRITTEN.
6198
6199 2000-05-03  David Mosberger  <davidm@hpl.hp.com>
6200
6201         * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
6202         if -mauto-pic is on.
6203         (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
6204         -mconstant-gp is in effect and function-descriptors are being used
6205         to make indirect calls.
6206         * config/ia64/ia64.h (MASK_CONST_GP): New macro.
6207         (MASK_AUTO_PIC): Ditto.
6208         (TARGET_CONST_GP): Ditto.
6209         (TARGET_AUTO_PIC): Ditto.
6210         (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
6211         (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
6212         -mno-pic is in effect.
6213         (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
6214         * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
6215         -mauto-pic is in effect.
6216         (gprel64_offset): New pattern.
6217         (load_gprel64): Ditto.
6218         (call): Handle -mauto-pic like -mno-pic (don't use fptr).  If
6219         -mconstant-gp is in effect, no need to preserve gp around direct
6220         calls.
6221         (call_value): Ditto.
6222         * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
6223         (FUNCTION_PROFILER): Define.
6224         * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
6225         @fptr() directive when -mno-pic or -mauto-pic is in effect.
6226         (ASM_OUTPUT_DESTRUCTOR): Ditto.
6227
6228 2000-05-03  Richard Henderson  <rth@cygnus.com>
6229
6230         * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
6231         (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
6232         (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
6233         (mklibgcc, libgcc.mk): New targets.
6234         (libgcc.a): Use libgcc.mk.
6235         (stmp-multilib): Likewise.
6236         (stmp-multilib-sub): Remove.
6237         (mostlyclean): Don't delete libgcc2 temp files.
6238         * configure.in (AC_PROG_CC_C_O): Add.
6239         (NO_MINUS_C_MINUS_O): Substitute it.
6240         (all_outputs): Add mklibgcc.
6241         * mklibgcc.in: New file.
6242
6243 2000-05-03  Jason Merrill  <jason@casey.cygnus.com>
6244
6245         * cppexp.c (op_t): Make an int.
6246
6247         * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
6248
6249         * varasm.c (initializer_constant_valid_p): Fix parenthesis.
6250
6251         * gensupport.c (process_rtx): Fix macros used.
6252
6253 2000-05-03  Richard Henderson  <rth@cygnus.com>
6254
6255         * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
6256         call-clobbered registers of a call.
6257
6258 Wed May  3 12:40:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
6259
6260         * gensupport.c: New file.
6261         * gensupport.h: New file.
6262         * Makefile.in (HOST_RTL): Depend on gensupport.
6263         (gensupport.o) New rule.
6264         * genattr.c: Use gensupport for reading .md files.
6265         * genattrtab.c: Ditto.
6266         * gencodes.c: Ditto.
6267         * genconfig.c: Ditto.
6268         * genemit.c: Ditto.
6269         * genextract.c: Ditto.
6270         * genflags.c: Ditto.
6271         * genopinit.c: Ditto.
6272         * genoutput.c: Ditto.
6273         * genpeep.c: Ditto.
6274         * genrecog.c: Ditto.
6275         * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
6276         * md.texi (Insn Splitting): Document define_insn_and_split.
6277
6278 Tue May  2 00:20:30 2000  Jason Eckhardt  <jle@cygnus.com>
6279
6280         * flow.c (verify_flow_info): Added two more sanity checks. The
6281         first checks that the blocks are numbered consecutively. The second
6282         checks that n_basic_blocks is actually equal to the number of
6283         basic blocks in the insn chain.
6284
6285 2000-05-03  Zack Weinberg  <zack@wolery.cumb.org>
6286
6287         * cpplib.h: Add accessor macros for token lists.
6288         * cpplib.c, cpphash.c, cpplex.c: Use them.
6289
6290 Wed May  3 09:29:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6291
6292         * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
6293         memory usage if not in a function.
6294         * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
6295         return address if static.
6296
6297 Wed May  3 13:14:49 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6298
6299         * ifcvt.c (noce_try_cmove_arith):  Use may_trap_p to thest
6300         whether address may trap.
6301
6302 Tue May  2 23:38:37 2000  Jason Eckhardt  <jle@cygnus.com>
6303
6304         * bb-reorder (chain_reorder_blocks): Changed code to test for
6305         EDGE_FALLTHRU rather than making erroneous assumption that the
6306         first outgoing edge is the fall-through edge.
6307
6308 Tue May  2 18:20:31 2000  Donald Lindsay  <dlindsay@hound.cygnus.com>
6309
6310         * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
6311         ABI for varargs, across all MIPS. This is incompatible because the
6312         va_list (__builtin_va_list) structure is different, so a compilation
6313         unit passing a va_list and a compilation unit being passed one, should
6314         both be compiled with the same ABI. (The old structure had two
6315         pointers, now it has three.)
6316
6317 Tue May  2 19:18:43 2000  Jason Eckhardt  <jle@cygnus.com>
6318
6319         * bb-reorder.c (struct reorder_block_def): Remove members end,
6320         block_begin, and block_end.
6321         (REORDER_BLOCK_OLD_END): Delete.
6322         (REORDER_BLOCK_BEGIN): Delete.
6323         (REORDER_BLOCK_END): Delete.
6324         (chain_reorder_blocks): Remove dead code.
6325
6326 Tue May  2 17:06:53 2000  Jason Eckhardt  <jle@cygnus.com>
6327
6328         * bb-reorder.c (remove_scope_notes): Check for both types of scope
6329         notes as the end of a basic block before deleting.
6330
6331 2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>
6332
6333         * final.c (final_start_function): Fix spelling of "necessary".
6334
6335 2000-05-02  Jason Merrill  <jason@casey.cygnus.com>
6336
6337         * toplev.c (debug_ignore_block): Return int.
6338         * dwarf2out.c (dwarf2out_ignore_block): Likewise.
6339         * toplev.h, dwarf2out.h: Adjust.
6340         * emit-rtl.c (remove_unnecessary_notes): Test return value.
6341
6342         * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
6343         * toplev.c, final.c, rtl.h: Adjust.
6344
6345 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6346
6347         * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
6348         * configure.in: Look for makeinfo in the unified tree, then
6349         for a system makeinfo which is sufficiently new.
6350         * Makefile.in: If configure says makeinfo is too old, don't
6351         build or install Info documentation.
6352
6353 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6354
6355         * cpphash.c (collect_params): Fix off-by-one error.
6356         (dump_hash_helper): Dump all four macro nodetypes.
6357
6358 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6359
6360         * cpphash.c (trad_stringify): Adjust p after stringification as
6361         well.
6362
6363 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
6364
6365         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
6366         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
6367
6368         * cppfiles.c (file_cleanup): Delete.
6369         * cpphash.c (macro_cleanup): Delete.
6370         (collect_objlike_expansion, collect_funlike_expansion,
6371         macarg, scan_arguments): Remove CPP_POP case.
6372
6373         * cpplex.c (null_cleanup): Delete.
6374         (cpp_pop_buffer): Do the work that was done in the cleanups
6375         here.  Call _cpp_unwind_if_stack from here.
6376         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
6377         cpp_scan_buffer): Run until we see CPP_EOF and the top of
6378         stack is the buffer _below_ the one we stacked.
6379         (cpp_get_token): Always pop an exhausted buffer.  Return
6380         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
6381         * cpplib.c (skip_if_group): Don't call cpp_get_token to
6382         increment the line number.
6383         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
6384
6385         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
6386         we see CPP_EOF and the top of stack is the buffer _below_ the
6387         one we stacked.
6388         * scan-decls.c: Likewise.
6389
6390 2000-05-02  Andrew Haley  <aph@cygnus.com>
6391
6392         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
6393         where this function is called for the second time on a decl that
6394         has had its section info changed in such a way as to move it out
6395         of small data/bss.
6396         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
6397
6398 2000-05-01  Richard Henderson  <rth@cygnus.com>
6399
6400         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
6401         the sequence we're moving, not to merge_bb->head.
6402
6403 2000-05-01  Richard Henderson  <rth@cygnus.com>
6404
6405         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
6406         reference to alpha/t-linux.
6407         (alpha*-*-linux-gnu*): Likewise.
6408         * configure: Rebuild.
6409
6410         * calls.c (expand_call): Don't emit reg notes for a sibcall.
6411
6412         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
6413         if not in SSA form.
6414
6415         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
6416
6417 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6418
6419         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
6420         TREE_THIS_VOLATILE.
6421
6422 2000-05-01  Richard Henderson  <rth@cygnus.com>
6423
6424         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
6425         emit_conditional_move.
6426
6427 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
6428
6429         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
6430         as the dynamic linker.
6431
6432 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
6433
6434         * cppfiles.c (open_include_file): Open file in blocking mode.
6435         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
6436         Only exclude block devices and directories.
6437
6438         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
6439         static.  Allocate the hashnode and its string in the same
6440         block of memory.
6441         (del_HASHNODE): Don't free h->name.
6442         (_cpp_lookup): If there is no entry for this string, create
6443         one, of type T_VOID.
6444         (_cpp_lookup_slot): Delete.
6445         * cpphash.h: Update prototypes.
6446
6447         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
6448         not hp == NULL.
6449         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
6450         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
6451         node here, just fill in the value field properly.  "Delete"
6452         entries by setting the value field to T_VOID.  Check for
6453         hp->type == T_VOID, not hp == NULL.
6454
6455         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
6456         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
6457         hashtab.h.
6458
6459 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
6460
6461         * config/mn10300/mn10300.c (print_operand_address): Do not add
6462         zero to SP.
6463
6464         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
6465         adjusted by less than 256 bytes, use ret regardless of having any
6466         callee-saved register to restore.
6467
6468 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
6469
6470         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
6471
6472 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
6473
6474         * config/i386/djgpp.h (INT_ASM_OP): Define.
6475         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
6476         (ASM_WEAKEN_LABEL): Define.
6477         (MASK_BNU210): Define.
6478         (SUBTARGET_SWITCHES): Define.
6479         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
6480         (MAKE_DECL_ONE_ONLY): Define.
6481         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
6482
6483 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
6484
6485         * i386/cygwin.h (INT_ASM_OP): Define.
6486
6487 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
6488
6489         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
6490         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
6491
6492 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
6493
6494         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
6495         __tmp_reg__ and __zero_reg__ initialization.
6496
6497 2000-04-30  Richard Henderson  <rth@cygnus.com>
6498
6499         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
6500
6501         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
6502         referenced bewteen the condition and the jump.  Don't delete
6503         anything but the jump.
6504
6505 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
6506
6507         * bb-reorder.c (scope_def): New struct.
6508         (scope_forest_info): New struct.
6509         (struct reorder_block_def): New member "scope".
6510         (REORDER_BLOCK_SCOPE): New macro.
6511         (relate_bbs_with_scopes): New function and prototype.
6512         (make_new_scope): Likewise.
6513         (build_scope_forest): Likewise.
6514         (remove_scope_notes): Likewise.
6515         (insert_intra_1): Likewise.
6516         (insert_intra_bb_scope_notes): Likewise.
6517         (insert_inter_bb_scope_notes): Likewise.
6518         (rebuild_scope_notes): Likewise.
6519         (free_scope_forest_1): Likewise.
6520         (free_scope_forest): Likewise.
6521         (dump_scope_forest): Likewise.
6522         (dump_scope_forest_1): Likewise.
6523         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
6524         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
6525         block.
6526         (reorder_basic_blocks): Added calls to build_scope_scope_forest
6527         and remove_scope_notes before reordering is done. Added calls to
6528         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
6529         after reordering is done.
6530
6531 2000-40-30  Bruce Korb  <bkorb@gnu.org>
6532
6533         * fixinc/inclhack.def:  Added definitions needed by OSR5,
6534         removed two stale entries (defined away with OLD_CPP).
6535         * fixinc/inclhack.sh: regen
6536         * fixinc/fixincl.x: regen
6537
6538 2000-04-30  Richard Henderson  <rth@cygnus.com>
6539
6540         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
6541         from the last insn in the sequence.
6542
6543 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
6544
6545         * cpplex.c (cpp_idcmp): New function.
6546         * cpplib.h: Prototype it.
6547         * scan_decls.c (scan_decls): Use it to inspect token names.
6548         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
6549         the file being run through the preprocessor.
6550         (check_macro_names): Provide length of token to cpp_defined.
6551
6552         * Makefile.in: Remove stale warning message.
6553
6554         * cppfiles.c (redundant_include_p): Provide length of token to
6555         cpp_defined.
6556         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
6557         values are unsigned int.
6558         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
6559         (_cpp_lookup_slot): Do not calculate the hash, either.
6560         * cpphash.h: Update prototypes.
6561         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
6562         Hashes are unsigned int.  Calculate hash here, pass by value
6563         to _cpp_lookup_slot.
6564
6565 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
6566
6567         * simplify-rtx.c (check_value_useless): Delete function.
6568         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
6569         by hand.
6570         (cselib_invalidate_regno): Likewise.
6571         (cselib_invalidate_mem_1): Likewise.
6572         (references_value_p): Recognize useless values by the fact that they
6573         have no locations.
6574         (discard_useless_values): Likewise.
6575         (cselib_record_set): This may turn a useless value
6576         into a useful one.
6577
6578 2000-04-30  Richard Henderson  <rth@cygnus.com>
6579
6580         * config/d30v: New port.
6581
6582         * configure.in (d30v-*): Set fp format.
6583         * configure: Rebuild.
6584
6585 2000-04-30  Richard Henderson  <rth@cygnus.com>
6586
6587         * ifcvt.c: New file.
6588         * Makefile.in (OBJS): Add it.
6589         (ifcvt.o): New target.
6590         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
6591         and conditional arithmetic.
6592         (find_insert_position): Remove.
6593         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
6594         * toplev.c (DFI_ce, DFI_ce2): New.
6595         (dump_file): Add ce and ce2 dumps.
6596         (rest_of_compilation): Run if_convert a couple o times.  Set
6597         cse_not_expected after cse2.  Don't set no_new_pseudos until
6598         after sched1 or recompute_reg_usage.
6599
6600 2000-04-30  Richard Henderson  <rth@cygnus.com>
6601
6602         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
6603         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
6604
6605 2000-04-30  Richard Henderson  <rth@cygnus.com>
6606
6607         * flow.c (struct reg_cond_life_info): New.
6608         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
6609         (init_propagate_block_info): Initialize them.
6610         (free_propagate_block_info): Destruct them.
6611         (mark_set_1): Consider conditional life before killing a register.
6612         (mark_regno_cond_dead): New.
6613         (free_reg_cond_life_info): New.
6614         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
6615         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
6616         (mark_used_reg): Record conditional life.
6617
6618         * haifa-sched.c (schedule_insns): Disable death counting
6619         sanity check for HAVE_conditional_execution.
6620
6621 2000-04-30  Richard Henderson  <rth@cygnus.com>
6622
6623         * Makefile.in (TIMEVAR_H): New.
6624         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
6625         (timevar.h): Remove rule.
6626
6627 2000-04-29  Richard Henderson  <rth@cygnus.com>
6628
6629         * config/alpha/crtend.asm: Use C comments instead of #.
6630         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
6631
6632         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
6633
6634 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
6635
6636         * cpphash.h (enum node_type: Take out T_MCONST.
6637         (union hashval): Move into struct hashnode.
6638         (struct hashnode): Pack tighter.  Remove file, line, col
6639         members.
6640         * cpphash.c: Constify most of the macro-definition structures.
6641         (struct definition): Replace by struct object_defn
6642         and struct funct_defn.  Put file, line, column information
6643         here.  All users updated to match.
6644         (_cpp_create_definition, _cpp_macroexpand): Remove special
6645         case for #define WORD OTHERWORD.
6646         * cpplib.c (do_undef): Remove T_MCONST case.
6647
6648         * cpphash.h: Move struct reflist, struct definition, and the
6649         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
6650         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
6651         * cpphash.c (_cpp_free_definition): Free data pointed to by
6652         MCONST, XCONST, MACRO, and FMACRO nodes properly.
6653         (_cpp_create_definition, del_HASHNODE): Just call
6654         _cpp_free_definition to clear out a hashnode.
6655         * cpplib.c (do_pragma_poison): Likewise.
6656
6657 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
6658
6659         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
6660         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
6661         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
6662         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
6663         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
6664         REGNO_AM33_P): Redefine in terms of the new macros.
6665         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
6666         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
6667         STRUCT_VALUE): Likewise.
6668         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
6669         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
6670
6671 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6672
6673         * regmove.c (struct record_stack_memrefs_data): New.
6674         (record_stack_memrefs): New function.
6675         (combine_stack_adjustments_for_block): Use it.
6676
6677 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6678
6679         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
6680         use special_function_p to detect alloca.
6681
6682 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
6683
6684         * gcc.texi: Fixes for makeinfo 4.0 --html.
6685
6686 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
6687
6688         * pcp.h: Delete file.
6689
6690 2000-04-28  Kazu Hirata  <kazu@hxi.com>
6691
6692         * h8300.c (function_epilogue): Clean up flags when the last insn
6693         in a function is a barrier.
6694
6695 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
6696
6697         * configure.in (sparc-hal-solaris2*): protect [] glob from
6698         my expansion.
6699         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
6700         rather than hard-coded constants in target_cpu_default2.
6701         * configure: Regenerate.
6702
6703 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6704
6705         * tree.c (get_callee_fndecl): Extract the initial value from
6706         a readonly decl.
6707
6708 2000-04-28  Richard Henderson  <rth@cygnus.com>
6709
6710         * varasm.c (record_constant_1): Record the CODE_LABEL when
6711         taking the address of a LABEL_REF.
6712
6713 2000-04-28  Richard Henderson  <rth@cygnus.com>
6714             Jan Hubicka  <jh@suse.cz>
6715
6716         * calls.c (combine_pending_stack_adjustment_and_call): Return the
6717         adjustment; don't do the stack adjust.
6718         (expand_call): Call compute_argument_block_size right before
6719         allocating the block; update comment; don't do alignment sanity
6720         checking for sibling call; use args_size instead of
6721         unadjusted_args_size before args_size is adjusted.  Use
6722         combine_pending_stack_adjustment_and_call to compute stack adjust
6723         for must_preallocate case.
6724
6725         * expr.c (push_block): Remove shadow `temp' in inner scope.
6726
6727 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
6728
6729         * toplev.c (rest_of_compilation): Call
6730         note_deferral_of_defined_inline_function even if the function
6731         can't be inlined.
6732
6733 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
6734
6735         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
6736
6737 2000-04-28  Richard Henderson  <rth@cygnus.com>
6738
6739         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
6740
6741 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6742
6743         * timevar.c (init_timevar): DeANSIfy function definition.
6744
6745 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6746
6747         * Makefile.in (timevar.o): Depend on flags.h.
6748         * timevar.c (unused_stack_instances): New variable.
6749         (timevar_push): Take a timevar_stack_def from
6750         unused_stack_instances if available.
6751         (timevar_pop): Push the popped timevar_stack_def onto
6752         unused_stack_instances.
6753         (TIMEVAR_ENABLE): New macro.
6754         (timevar_def): Make standalone a 1-bit field.  Add field used.
6755         (get_time): Rename parameter to now.  Return after clearing it if
6756         not TIMEVAR_ENABLE.
6757         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
6758         (timevar_pop): Likewise.
6759         (timevar_stop): Likewise.
6760         (timevar_push): Likewise.  Mark the timing variable as used.
6761         (timevar_start): Likewise.
6762         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
6763         timevars that were never used.
6764
6765 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6766
6767         * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
6768         always TREE_READONLY.
6769
6770 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
6771
6772         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
6773         for call instruction with mode QImode.
6774
6775 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6776
6777         * Makefile.in (OBJS): Add timevar.o.
6778         (toplev.o): Depend on timevar.h.
6779         (ggc-simple.o): Likewise.
6780         (ggc-page.o): Likewise.
6781         (timevar.o): New rule.
6782         (timevar.h): New rule.
6783
6784         * timevar.h: New file.
6785         * timevar.c: Likewise.
6786         * timevar.def: Likewise.
6787
6788         * toplev.h (gc_time, parse_time, varconst_time): Remove.
6789         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
6790         throughout.
6791         (TIMEVAR): Remove macro.
6792         (gc_time, parse_time, varconst_time, integration_time, jump_time,
6793         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
6794         flow_time, combine_time, regmove_time, sched_time,
6795         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
6796         sched2_time, dbr_sched_time, reorder_blocks_time,
6797         rename_registers_time, shorten_branch_time, stack_reg_time,
6798         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
6799         all_time): Remove.
6800         (compile_file): Don't initialize time variables.  Call
6801         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
6802         of many calls to print_time.
6803         (rest_of_compilation): Add timing for reload_cse_regs.
6804         (get_run_time): Removed to timevar.c.
6805         (print_time): Likewise.
6806         (get_run_time): Implement using TV_TOTAL time variable.
6807         (print_time): Get total run time from get_run_time.
6808         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
6809         computing elapsed time explicitly.
6810         * ggc-simple.c (ggc_collect): Likewise.
6811         (gc_time): Remove declaration.
6812
6813 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6814
6815         * calls.c (combine_pending_stack_adjustment_and_call): New function.
6816         (expand_call): Use it.
6817
6818 2000-04-27  Jan Hubicka  <jh@suse.cz>
6819
6820         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
6821         fields.
6822
6823 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
6824
6825         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
6826         registers.
6827
6828 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6829
6830         * function.c (epilogue_done): Pass whole insn to record_insns.
6831
6832 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6833
6834         * cse.c (CSE_ADDRESS_COST): Remove.
6835         (find_best_addr): Add new parameter "MODE", use address_cost instead
6836         of CSE_ADDRESS_COST
6837         (address_cost): New.
6838         (fold_rtx): Update call of find_best_addr.
6839         * rtl.h (address_cost): Declare.
6840         * loop.c (general_induction_var): Add new parameter "MODE", use
6841         address_cost instead of ADDRESS_COST
6842         (init_loop): Use address_cost instead of ADDRESS_COST.
6843         (check_insn_for_givs): Update call of general_induction_var.
6844         (find_mem_givs): Likewise.
6845         (consec_sets_giv): Likewise.
6846         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
6847         * i386.c (ix86_address_cost): New.
6848         * i386-protos.h (ix86_address_cost): Declare.
6849
6850 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
6851
6852         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
6853         registers.
6854
6855 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6856
6857         * expr.c (store_expr): Use clear_storage instead of direct memset
6858         libcall.
6859
6860 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
6861
6862         * config/mn10300/mn10300.c (mn10300_address_cost): Test
6863         ASHIFT, AND and LABEL_REF.
6864
6865 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6866
6867         * invoke.texi (-foptimize-sibling-calls): Fix.
6868
6869 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6870
6871         * loop.c (load_mems)  Don't use hard registers for the hoisting.
6872
6873         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
6874         calculation; rename const_equiv array in the preconditioning code
6875         from loop_unroll to loop_unroll_precondition
6876
6877 2000-04-27  Richard Henderson  <rth@cygnus.com>
6878
6879         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
6880         add new_set.
6881         (propagate_one_insn): Clear it.  Don't update reg_live here.
6882         (init_propagate_block_info): Update for pbi member changes.
6883         (free_propagate_block_info): Likewise.
6884         (mark_set_1): Know that zero_extract, sign_extract, and
6885         strict_low_part don't kill their argument.  Alter hard subregs.
6886         Update new_set for non-CLOBBER sets.  Update reg_live.
6887         (find_auto_inc): Update reg_live, not new_dead.
6888         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
6889         to determine if the reg in question was set this insn.  Only update
6890         reg info with PROP_REG_INFO.
6891
6892 2000-04-26  Richard Henderson  <rth@cygnus.com>
6893
6894         * flow.c (allocate_reg_life_data): Set max_regno here ...
6895         (life_analysis): ... not here.
6896
6897         * flow.c (calculate_global_regs_live): Force stack pointer
6898         live at end.
6899
6900 2000-04-26  Richard Henderson  <rth@cygnus.com>
6901
6902         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
6903         commit change group changes.
6904         (invert_exp_1): Similarly.
6905         (redirect_exp, invert_exp): Use them.
6906         (redirect_jump_1): New.
6907         (invert_jump_1): New.
6908         (jump_optimize_1): Remove code subsumed by condexec.c.
6909         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
6910
6911 2000-04-26  Richard Henderson  <rth@cygnus.com>
6912
6913         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
6914
6915         * genconfig.c (main): Set all HAVE_foo to 1.
6916
6917         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
6918
6919 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
6920
6921         * invoke.texi: Document -fssa flag.
6922
6923 2000-04-26  Richard Henderson  <rth@cygnus.com>
6924
6925         * flow.c (count_reg_sets_1): Remove.
6926         (count_reg_sets, count_reg_references): Remove.
6927         (recompute_reg_usage): Implement with update_life_info.
6928         Reallocate life data.
6929
6930 2000-04-26  Richard Henderson  <rth@cygnus.com>
6931
6932         * flow.c (update_life_info): Consider blocks null to mean the
6933         universal set.
6934         (calculate_global_regs_live): Likewise.
6935         (life_analysis): Do that instead of collecting all_blocks.
6936
6937 2000-04-26  Richard Henderson  <rth@cygnus.com>
6938
6939         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
6940         a still-valid conditional jump.
6941
6942 2000-04-26  Richard Henderson  <rth@cygnus.com>
6943
6944         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
6945
6946         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
6947         * flow.c (calculate_loop_depth): Remove.
6948         * output.h (calculate_loop_depth): Don't declare.
6949         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
6950         inline; run estimate_probability at the same time.
6951
6952 2000-04-26  Neil Booth  <NeilB@earthling.net>
6953
6954         * cpplib.h: "~=" is not a single pp-token.
6955         * cpplex.c: Correct commentary.
6956
6957 2000-04-26  Richard Henderson  <rth@cygnus.com>
6958
6959         * flow.c (mark_set_1): New arguments code and flags; update all
6960         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
6961         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
6962         loop_depth when optimizing for size.  Do new_dead update after
6963         emitting REG_UNUSED notes.  Merge mark_set_reg code.
6964         (mark_set_reg): Remove.
6965         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
6966         arrange to not emit REG_UNUSED notes.
6967
6968 2000-04-26  Richard Henderson  <rth@cygnus.com>
6969
6970         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
6971         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
6972
6973 2000-04-26  Richard Henderson  <rth@cygnus.com>
6974
6975         * flow.c (propagate_one_insn): Break out from propagate_block.
6976         (init_propagate_block_info): Likewise.
6977         (free_propagate_block_info): Likewise.
6978         (propagate_block): Use them.  Export.
6979         * basic-block.h: Declare them all.
6980
6981 2000-04-26  Richard Henderson  <rth@cygnus.com>
6982
6983         * basic-block.h (life_analysis): Declare here ...
6984         * output.h: ... not here.
6985         * flow.c (life_analysis): Remove nregs parameter; replace
6986         remove_dead_code with flags.  Remove ssa dead code check.
6987         Only init alias analysis if we'll use it.
6988         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
6989         * ssa.c (convert_to_ssa): Likewise.
6990         (convert_from_ssa): Likewise.
6991         * toplev.c (rest_of_compilation): Likewise.
6992
6993 2000-04-26  Richard Henderson  <rth@cygnus.com>
6994
6995         * flow.c (flow_delete_block): Rename from delete_block.  Export.
6996         * basic-block.h (flow_delete_block): Declare.
6997
6998 2000-04-26  David S. Miller  <davem@redhat.com>
6999
7000         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
7001         taking a PATTERN of it.
7002
7003 2000-04-26  <NeilB@earthling.net>
7004
7005         * cpplex.c (spell_other, spell_char): Remove.
7006         (SPELL_CHAR): New.
7007         (token_spelling, trigraph_map): Use unsigned chars.
7008         (_cpp_lex_line): Tidy up the switch statement.
7009         * cpplib.h: Implement spell_char with spell_string.
7010         (C): New.
7011
7012 2000-04-26  <RodneyBrown@pmsc.com>
7013
7014         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7015         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
7016
7017 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7018
7019         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
7020         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
7021         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
7022         dwarf2out_return_save, dwarf2out_return_reg,
7023         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
7024         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
7025         gen_compile_unit_die, dwarf2out_init): Constify a char*.
7026
7027         * dwarf2out.h (dwarf2out_init): Likewise.
7028
7029         * dwarfout.c (filename_entry, primary_filename, last_filename,
7030         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
7031
7032         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
7033         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
7034         dwarf2out_return_reg): Likewise.
7035
7036 2000-04-26  Andreas Jaeger  <aj@suse.de>
7037
7038         * extend.texi (Function Attributes): Fix description of pure
7039         attribute.
7040
7041 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7042
7043         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
7044         before calling rest_of_compilation.
7045
7046 2000-04-26  Andreas Jaeger  <aj@suse.de>
7047
7048         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
7049         last patch.
7050
7051 2000-04-25  Richard Henderson  <rth@cygnus.com>
7052
7053         * cse.c (cse_insn): Emit barrier after unconditional jump.
7054
7055         * calls.c (expand_call): Disable tail call generation once
7056         rtx_equal_function_value_matters is false.
7057
7058         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
7059         like EDGE_EH edges.
7060
7061 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
7062
7063         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
7064
7065         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
7066
7067         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
7068         is the primary DIE for a member function.
7069         (gen_decl_die): Call set_decl_origin_self here.
7070         * dwarfout.c (output_decl): And here.
7071         * integrate.c (output_inline_function): Not here.
7072         Don't clear DECL_INLINE until after calling rest_of_compilation.
7073         (set_decl_origin_self): No longer static.
7074         * tree.h: Add prototype.
7075         * toplev.c (note_deferral_of_defined_inline_function): Only write
7076         out abstract instance for actual inlines.
7077
7078 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
7079
7080         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
7081         EXTENDED_REGS only if TARGET_AM33.
7082         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
7083         SP_REGS to register allocation and reloading unless absolutely
7084         necessary.
7085         (movsi3): Remove special-case of adding non-constants to SP.
7086
7087 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7088
7089         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
7090         INCLUDES to search and does not provide any of its own.  Also it
7091         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
7092         parameters.  Also it does not call AC_DEFINE.
7093         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
7094         AC_DEFINE and provides for automatic entries for autoheader.
7095         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
7096
7097         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
7098         so we can pass -I flags and include gansidecl.h/system.h in this
7099         test.
7100
7101         * acconfig.h: Delete all NEED_DECLARATION_* entries.
7102
7103 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7104
7105         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7106         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7107         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
7108
7109         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
7110         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
7111         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
7112         for these macros.  Clean up spacing and linewraps.
7113
7114 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
7115
7116         * calls.c (expand_call): Use get_callee_fndecl.
7117
7118         * print-tree.c (print_node): Print the chain of an _EXPR.
7119
7120 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
7121                           Jim Wilson  <wilson@cygnus.com>
7122                           Andrew Haley  <aph@cygnus.com>
7123
7124         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
7125         and gp save/restore problems.
7126         * config/ia64/crtend.asm: Add IA-64 unwind support.
7127         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
7128         in fr_pad_size calculation.
7129         (save_restore_insns): Move PR save area.  Correct uses of
7130         RTX_FRAME_RELATED_P.
7131         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
7132         (ia64_expand_epilogue): Add eh_epilogue support.
7133         (ia64_function_prologue): Emit .prologue directive.
7134         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
7135         (ia64_override_options): Set init_machine_status and
7136         mark_machine_status.
7137         (rtx_needs_barrier): Handle bsp reads and writes.
7138         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
7139         New static variables.
7140         (process_set, process_for_unwind_directive): New functions.
7141         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
7142         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
7143         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
7144         macros.
7145         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
7146         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
7147         (struct machine_function): Define.
7148         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
7149
7150 2000-04-25  Bruce Korb  <bkorb@gnu.org>
7151
7152         * fixinc/Makefile.in: make the removal of old programs more
7153         robust
7154         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
7155         install-bin and install-sh
7156
7157 2000-04-25  Nick Clifton  <nickc@cygnus.com>
7158
7159         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
7160         defined, define to return zero.
7161         (function_cannot_inline_p): If a function has any target
7162         specific attributes, then use the macro
7163         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
7164         whether it can be inlined.  If it cannot, issue a suitable
7165         explanation.
7166
7167         * tm.texi: Add a new node 'Inlining' to document the new macro
7168         FUNCTION_ATTRIBUTE_INLINABLE_P.
7169
7170 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
7171
7172         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
7173         commentary.
7174
7175 2000-04-25  Neil Booth  <NeilB@earthling.net>
7176
7177         Restore previous patch, plus the following fixes:
7178
7179         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
7180         flags, not CPP_OPEN_PAREN.
7181         * cpplex.c (expand_token_space, init_token_list,
7182         cpp_free_token_list): Put the dummy token at list->tokens[-1].
7183         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
7184
7185 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7186
7187         * config/i386/freebsd.h (INT_ASM_OP): Define.
7188
7189 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7190
7191         * loop.c (strength_reduce): Fix typo in the last checkin.
7192
7193 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7194
7195         * stor-layout.c (finalize_record_size): Simplify to use existing
7196         functions.
7197         (compute_record_mode): No longer static.
7198         * tree.h (compute_record_mode): New declaration.
7199
7200 2000-04-25  Neil Booth  <NeilB@earthling.net>
7201
7202         * Revert my patch below until cause of build failures
7203         determined.
7204
7205 2000-04-25  Richard Henderson  <rth@cygnus.com>
7206
7207         * combine.c (combine_instructions): Add missing argument
7208         to try_combine.
7209
7210         * toplev.c (rest_of_compilation): Delay sibcall optimization
7211         until after emit_eh_context.
7212
7213 2000-04-24  Nick Clifton  <nickc@redhat.com>
7214
7215         * combine.c (combine_instructions): Do not try to combine a
7216         sequence of insns when the second insn has been replaced by a
7217         note.
7218
7219 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
7220
7221         * gcc.c (load_specs): New static function.
7222         (read_specs): Use it.
7223
7224         * gcc.c (lookup_compiler): Make multiple passes for case
7225         insensitive filesystems.
7226
7227 2000-04-24  Neil Booth  <NeilB@earthling.net>
7228
7229         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
7230         * cpphash.h (_cpp_check_directive): new.
7231         * cpplex.c (handle_newline, cpp_free_token_list,
7232         init_trigraph_map, trigraph_ok, trigraph_replace,
7233         backslash_start, skip_block_comment, skip_line_comment,
7234         skip_whitespace, parse_name, parse_number, parse_string,
7235         copy_comment, _cpp_lex_line, spell_char, spell_string,
7236         spell_comment, spell_name, spell_other, _cpp_lex_file,
7237         _cpp_output_list): new.
7238         (expand_name_space): take length argument.
7239         (init_token_list): add comment list initialisation.
7240         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
7241         instead of HSPACE_BEFORE.
7242
7243         * cpplib.c (_cpp_check_directive): new
7244         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
7245         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
7246         (HSPACE_BEFORE): delete.
7247         (TTYPE_TABLE): rearrange.
7248         (struct cpp_toklist): update.
7249
7250 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7251
7252         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
7253         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
7254         argument form of AC_DEFINE.
7255
7256         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
7257         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
7258         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
7259         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
7260         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
7261
7262         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
7263
7264 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7265
7266         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
7267         deduced.h): Use -isystem, not -I, for including system headers.
7268
7269 2000-04-24  Nick Clifton  <nickc@cygnus.com>
7270
7271         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
7272         the source register is the frame pointer or arg pointer.
7273         (addsi3_small_int): Disallow if source register is the frame
7274         pointer or arg pointer.
7275
7276 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7277
7278         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
7279         call to AC_MSG_RESULT.
7280
7281 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7282
7283         * invoke.texi: Correct grammatical errors, document
7284         -fno-gnu-keywords as identical to -fno-asm for C++.
7285
7286 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7287
7288         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
7289         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
7290         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
7291         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
7292         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
7293
7294         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
7295         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
7296         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
7297         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
7298         new macros names.
7299
7300 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
7301
7302         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
7303         (pop_alignment): Likewise.
7304         (handle_pragma_token): Likewise.
7305
7306 2000-04-24  Robert Lipe <robertlipe@usa.net>
7307
7308         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
7309
7310 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
7311
7312         * combine.c (try_combine): Update reg_nonzero_bits of
7313         newi2pat before newpat.
7314
7315 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7316
7317         * loop.c (strength_reduce): Simplify test to INSN_P.
7318         (record_giv): Attempt to simplify the add value, use CONSTANT_P
7319         expressions instead of CONST_INT.
7320         (express_from_1): Likewise.
7321
7322 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
7323
7324         * regs.h (reg_n_max): Don't declare.
7325         * flow.c (reg_n_max): Don't define.
7326         * regclass.c (renumber): Don't initialize to zero.
7327         (regno_allocated): Likewise.
7328         (reg_n_max): Define.
7329         (allocate_reg_info): Don't initialize unnecessarily.
7330
7331 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
7332
7333         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
7334         and blockage_p in the newly allocated attribute.
7335
7336 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
7337
7338         * config/mn10300/mn10300.md (addsi): `inc4' on address
7339         registers does not modify cc, but `inc' on an extended
7340         register does.
7341
7342 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
7343
7344         * reload.c (find_equiv_reg): Checks all valueno regs
7345         as a reload_reg_p regs.
7346
7347 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7348
7349         * cpphash.c (collect_objlike_expansion): Add sanity check.
7350         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
7351         the buffer is the empty string, return.  Mark __DATE__ and
7352         __TIME__ as XCONST nodes, not MCONST.
7353         (_cpp_macroexpand): Avoid pushing an empty buffer.
7354         (funlike_macroexpand): Don't pop token_buffer here.
7355
7356 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
7357
7358         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
7359         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
7360         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
7361         (REGNO_OK_FOR_BASE_P): Define in terms of them.
7362         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
7363         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
7364         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
7365
7366 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7367
7368         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
7369         constant MULT givs.
7370
7371 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
7372
7373         * cpphash.h (struct definition): Move file, line, col members...
7374         (struct hashnode): ... here.  Also add 'disabled' flag.
7375         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
7376         T_IDENTITY.  Remove T_DISABLED.
7377         Update prototypes.
7378
7379         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
7380         (collect_expansion): Split into collect_objlike_expansion and
7381         collect_funlike_expansion.
7382         (_cpp_macroexpand): Split out scan_arguments, stringify, and
7383         funlike_macroexpand.
7384         (_cpp_compare_defs): Rename compare_defs, make static.
7385         (_cpp_make_hashnode): Initialize hp->disabled.
7386         (macro_cleanup): Adjust for new token types.  Clear
7387         m->disabled.
7388         (_cpp_create_definition): Move code here to determine what
7389         sort of macro it is, and code to check for redefinitions, from
7390         do_define.  Implement a few simple cases without creating a
7391         full DEFINITION.
7392         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
7393         Handle the simple cases.
7394         (push_macro_expansion): Set buf->has_escapes and hp->disabled
7395         here.
7396
7397         * cppinit.c (builtin_array): Change MCONST to XCONST
7398         everywhere.
7399         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
7400         fix check for disabled and function-like macros.
7401         * cpplib.c (do_define): Move most logic to
7402         _cpp_create_definition.
7403         (do_undef): Handle new special token types.
7404
7405 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7406
7407         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
7408         of CONSTANT_P for mult_val; always use validate_change to update insn.
7409
7410 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
7411
7412         * cpphash.c (trad_stringify, add_pat): New functions.
7413         (collect_expansion): Restore support for -traditional syntax.
7414         Use trad_stringify and add_pat.
7415         (_cpp_macroexpand): Restore support for -traditional semantics.
7416         * cpplex.c (_cpp_scan_line): Don't change space_before if we
7417         get a COMMENT token.
7418         (_cpp_lex_token): Provide COMMENT tokens to caller if
7419         traditional and parsing_define_directive.
7420         (skip_comment): Warn about // comments if -Wtraditional.
7421         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
7422         proper node type.
7423         (do_undef): Don't warn about undefining EMPTY nodes.
7424
7425 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7426
7427         * loop.c (strength_reduce): Fix biv removal code.
7428
7429 2000-04-22  Richard Henderson  <rth@cygnus.com>
7430
7431         * predict.c (estimate_probability): Examine both sides of
7432         a branch for no exits.  Use 90% not 50% for predict taken.
7433         Reorg for one copy of note generation code.
7434
7435 2000-04-22  Richard Henderson  <rth@cygnus.com>
7436
7437         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
7438
7439 2000-04-22  Richard Henderson  <rth@cygnus.com>
7440
7441         * diagnostic.c (init_output_buffer): Don't initialize format_args.
7442         (output_clear): Likewise.
7443         (output_printf): Use va_copy.
7444         (vline_wrapper_message_with_location): Likewise.
7445         (v_message_with_decl): Likewise.
7446         (line_wrapper_printf): VA_START infor buffer.format_args directly.
7447         * system.h (va_copy): Provide default implementation.
7448
7449 2000-04-22  Richard Henderson  <rth@cygnus.com>
7450
7451         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
7452         the collected condition is not a constant.
7453
7454 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7455
7456         * diagnostic.h: New file.
7457
7458         * Makefile.in (diagnostic.o): Depends on diagnostic.h
7459
7460         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
7461         various function prototypes.
7462         (diagnostic.h): #include.
7463         (struct output_buffer): Move into diagnostic.h.
7464         (get_output_prefix): Rename to output_get_prefix.  Export.
7465         (init_output_buffer): Export. Break out.  Ajust intialization.
7466         (output_space_left, output_append): Export.
7467         (output_newline): Rename to output_add_newline.  Export.
7468         (output_clear): Nullify additional output_buffer fields.
7469         (output_puts): Rename to output_add_string.  Export.
7470         (dump_output): Rename to output_flush_on.  Export.
7471         (build_location_prefix): Constify return-type.
7472         (emit_output_prefix): Rename to output_emit_prefix. Export.
7473         (set_real_maximum_length): New function.
7474         (output_set_maximum_length): Ditto
7475         (output_clear): Ditto.
7476         (output_add_character): Ditto.
7477         (output_add_integer): Ditto.
7478         (output_add_space): Ditto.
7479         (output_format): Ditto.
7480         (output_printf): Adjust buffer initialization.
7481         (vline_wrapper_message_with_location): Ditto.
7482         (v_message_with_decl): Ditto.  Adjust call to output_puts
7483         and get_output_prefix.
7484         (default_print_error_function): Adjust buffer intialization.
7485
7486 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7487
7488         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
7489         of VOID_TYPE.
7490
7491 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
7492
7493         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
7494         of explicit 0.
7495
7496 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
7497
7498         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
7499         accurate data about SP moves.
7500
7501 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
7502
7503         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
7504         aliases to AM33 registers.
7505
7506 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
7507
7508         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
7509         to all EXTENDED bitmaps.
7510
7511 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
7512
7513         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
7514         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
7515         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
7516
7517 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
7518
7519         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
7520         the operand is not constant.
7521
7522 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
7523
7524         * reload.c (find_equiv_reg): Checks all valueno and regno regs
7525         as a call-clobbered regs.
7526
7527 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7528
7529         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
7530         * rtl.h: Likewise.
7531         * rtl.def: Update comment.
7532         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
7533         * integrate.c (expand_inline_function): Likewise.
7534         * profile.c (branch_prob): Likewise.
7535         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
7536         * print-rtl.c (print_rtx): Likewise.
7537         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
7538         (reemit_notes): Likewise; also use enum insn_note.
7539
7540         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
7541         (place_field): Properly compute know and actual alignment.
7542
7543         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
7544         in proper format.
7545
7546         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
7547         note for REG1.
7548
7549 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
7550
7551         * cpphash.c (struct arg, struct arglist): Const-ify strings.
7552         (warn_trad_stringify, duplicate_arg_p): New helper functions.
7553         (collect_expansion): Rewrite to scan over a token list.
7554         Remove -traditional support.
7555         (collect_formal_parameters): Rename to collect_params; rewrite
7556         to scan over a token list.
7557         (_cpp_create_definition): Adjust to scan a token list.
7558         (_cpp_macroexpand): Remove -traditional support.
7559         (_cpp_compare_defs): Whitespace is now canonicalized.
7560         (comp_def_part): Delete function.
7561
7562         * cpphash.h: Update prototypes.
7563         * cpplex.c (init_token_list): Don't set lineno if there is no
7564         buffer.
7565         (pedantic_whitespace): New function.
7566         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
7567         consume a newline.  Use pedantic_whitespace.
7568         (_cpp_lex_token): Remove support for -traditional macros.
7569         (_cpp_get_define_token): Delete.
7570         (_cpp_get_directive_token): Do the real work here.  Use
7571         pedantic_whitespace.
7572         (_cpp_init_input_buffer): Initialize pfile->directbuf.
7573
7574         * cpplib.c (get_macro_name): Delete.
7575         (do_define): Read the entire line into pfile->directbuf, then
7576         feed the token list to _cpp_create_definition.
7577         * cpplib.h (HSPACE_BEFORE): new define.
7578         (struct cpp_reader): Add a toklist member, "directbuf".
7579
7580         * predict.c (estimate_probability): New heuristic: if a jump
7581         branches around a block with no successors, predict it taken.
7582         Disentangle control flow.
7583
7584 2000-04-20  Richard Henderson  <rth@cygnus.com>
7585
7586         * loop.c (emit_iv_add_mult): Revert last change.
7587
7588 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7589
7590         * cpplib.h (enum cpp_ttype): Add token types for all
7591         punctuators.  Distinguish pp-numbers from valid C numbers.
7592         Give some tokens better names.  Initialize from macro.
7593         (struct cpp_name, cpp_token, cpp_toklist): New data
7594         structures.
7595         Update prototypes.
7596         * cpplex.c (bump_column, expand_name_space,
7597         expand_token_space, init_token_list, cpp_output_list,
7598         _cpp_scan_line):  New functions.
7599         (output_line_command): Add third argument, new line number.
7600         * cpphash.h: Update prototypes.
7601         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
7602         token names.
7603
7604 2000-04-20  Richard Henderson  <rth@cygnus.com>
7605
7606         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
7607
7608 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
7609
7610         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
7611         object pointed to.
7612
7613 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7614
7615         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
7616         REG_EQUAL note explaining the calculated value.
7617
7618         * calls.c (expand_call): Avoid unnecesary precalculation
7619         and outgoing parameters space guarding for sibling calls.
7620         (store_one_arg): Likewise.
7621
7622 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7623
7624         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
7625         (rest_of_compilation): Write sibling dump file and account
7626         for time as jump time.
7627         * invoke.texi: Update documentation on dump flags.
7628
7629 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
7630
7631         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
7632
7633 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7634
7635         * cpphash.c (special_symbol): Represent an empty macro with
7636         "\r \r " not just "\r ".
7637         (_cpp_macroexpand): Correct condition for the foo ( ) special
7638         case.
7639         (unsafe_chars): Handle EOF as second argument.
7640         (push_macro_expansion): Simplify test for removing escape at
7641         end.  Do not trim both escapes if there is no text in between.
7642
7643 2000-04-19  Jim Blandy  <jimb@redhat.com>
7644
7645         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
7646         of PTR_SIZE, when appropriate.
7647
7648 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
7649
7650         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
7651         (USE_ENUM_BITFIELDS): Fix typo.
7652
7653 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7654
7655         * stor-layout.c (place_field): Set rli->offset_align properly.
7656
7657 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7658
7659         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
7660         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
7661         PARM_BOUNDARY): Remove unnecessary casts.
7662
7663 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7664
7665         * calls.c (precompute_arguments): Remove must_preallocate and
7666         args_size calls.
7667         (expand_call): Update call of precompute_arguments.
7668
7669         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
7670         check_insn_for_givs): Break out from ...
7671         (strength_reduce) ... here; use for_every_insn_in_loop to call
7672         check_insn_for_givs.
7673         * loop.h (for_every_insn_in_loop): Declare.
7674         (loop_insn_callback): New type.
7675
7676 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7677
7678         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
7679         not nul-terminated.
7680
7681 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
7682
7683         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
7684         flag_pic and RELOC.
7685
7686 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
7687
7688         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
7689
7690         * configure.in: Delete --disable-cpplib option and all
7691         references to cpp_main.
7692         * configure: Regenerate.
7693         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
7694         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
7695         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
7696         cpp$(exeext).  Add --no-headers to makeinfo command line when
7697         generating INSTALL.  Install and uninstall cpp.1 manpage, not
7698         cccp.1.
7699         * install.texi: Delete all references to cexp.y/cexp.c.
7700         Delete ancient instructions for compiling GCC on 3b1.
7701         * INSTALL: Regenerate.
7702
7703         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
7704         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
7705         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
7706         cexp.c/cexp.y.
7707         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
7708         which is no longer tested anywhere.
7709
7710         * cppinit.c (handle_option): Don't run error message through
7711         gettext twice.
7712
7713 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7714
7715         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
7716         * cpperror.c (hashtab.h): Now include.
7717         * cppexp.c (hashtab.h): Likewise.
7718         * cpplex.c (hashtab.h): Likewise.
7719         * cppfiles.c (hashtab.h): Likewise.
7720         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
7721         to htab_find_slot_with_hash.
7722         * cpphash.c (hashtab.h): Now include.
7723         (_cpp_lookup_slot): INSERT is now enum insert_option.
7724         * cpphash.h (_cpp_lookup_slot): Likewise.
7725         * cppinit.c (hashtab.h): Include earlier.
7726         (initialize_builtins): Pass enum to htab_find_slot.
7727         * cpplib.c (hashtab.h): Now include.
7728         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7729         (do_pragma_poison, do_assert): Likewise.
7730         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
7731         htab_find_slot_with_hash.
7732         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
7733         * tree.c (type_hash_add): Likewise.
7734         (build1): Minor cleanup.
7735
7736         * ggc-common.c: Add missing blanks.
7737         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
7738         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
7739
7740         * stmt.c (mark_case_node): New function.
7741         (mark_case_nesting): Call it.
7742
7743         * expmed.c (emit_store_flag): If comparing two-word integer
7744         with zero, can optimize NE, EQ, GE, and LT.
7745
7746         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
7747         * conflict.c: Minor cleanups.
7748         * optabs.c: Add blank line
7749         * simplify-rtx.c: Minor cleanups.
7750
7751 2000-04-18  Stan Cox  <scox@cygnus.com>
7752
7753         * gengenrtl.c (genlegend): Fix misspelling.
7754
7755 2000-04-18  Robert Lipe  <robertlipe@usa.net>
7756
7757         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
7758         bitfields of the host compiler are not signed quantities.
7759         * config.in: Regenerate.
7760         * configure: Regenerate.
7761         * system.h (USE_ENUM_BITFIELDS): Added.
7762         (ENUM_BITFIELDS): Added.
7763         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
7764         (SHORT_ENUM_BUG): Deleted.
7765         * tree.h (tree_common): Members `code', `mode', `built_in_class',
7766         now ENUM_BITFIELD.
7767         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
7768         (CODE_FIELD_BUG): Likewise.
7769         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
7770         (OLD_CC): Likewise.
7771         * config/m68k/x-ccur (X_CFLAGS): Likewise.
7772
7773 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
7774
7775         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
7776         mark is active.
7777
7778 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7779
7780         * cppexp.c (lex): Don't assume tokens are NUL terminated.
7781         * cpplib.c (do_include, do_import, do_include_next,
7782         read_line_number, detect_if_not_defined): Likewise.
7783         * cpphash.c (collect_expansion): Likewise.
7784         (special_symbol, _cpp_macroexpand): Check return from
7785         cpp_file_buffer.
7786         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
7787         macros.  Delete all uses.
7788
7789         * gcc.dg/cpp-mi.c: Add two more test cases.
7790         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
7791
7792 2000-04-17  Richard Henderson  <rth@cygnus.com>
7793
7794         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
7795         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
7796
7797 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
7798
7799         * function.c (expand_function_start): Use hard_function_value to
7800         compute the RTL to use for DECL_RESULT.
7801
7802 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7803
7804         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
7805         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7806          x86_memory_mismatch_stall): New global variables.
7807         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
7808         alloved; fix load penalties for Athlon.
7809         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
7810         x86_memory_mismatch_stall): Declare.
7811         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
7812          TARGET_MEMORY_MISMATCH_STALL): New.
7813         * i386.md (athlon scheduling parameters): Fix latencies according to
7814         Athlon Optimization Manual.
7815         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
7816         vector.
7817         (fsqrt instruction patterns): Set athlon_decode to direct.
7818         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
7819         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
7820         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
7821         and TARGET_PARTIAL_REGISTER_STALL machines.
7822         (pushdf_nointeger): New pattern.
7823         (pushdf_integer): Rename from pushdf.
7824         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
7825         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
7826
7827 2000-04-17  Richard Henderson  <rth@cygnus.com>
7828
7829         * loop.c (canonicalize_condition): Add WANT_REG argument.
7830         Stop the search if we match it.
7831         * expr.h (canonicalize_condition): Update decl.
7832         * predict.c (expected_value_to_br_prob): Use it.  Track last
7833         expected value note.
7834         (find_expected_value): Remove.
7835
7836         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
7837
7838 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
7839
7840         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
7841         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
7842         a plain file.
7843         * configure.in: Call AC_FUNC_MMAP_FILE.
7844         * configure: Regenerate.
7845         * config.in: Regenerate.
7846
7847         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
7848         * fixinc/fixincl.c: Likewise.
7849
7850 2000-04-17  Richard Henderson  <rth@cygnus.com>
7851
7852         * builtins.c (expand_builtin_expect): New.
7853         (expand_builtin): Call it.
7854         * builtins.def (BUILT_IN_EXPECT): New.
7855         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
7856         * extend.texi: Document it.
7857
7858         * predict.c (expected_value_to_br_prob): New.
7859         (find_expected_value): New.
7860         * basic-block.h (expected_value_to_br_prob): Declare.
7861         * toplev.c (rest_of_compilation): Invoke it.
7862
7863         * rtl.h (NOTE_EXPECTED_VALUE): New.
7864         (NOTE_INSN_EXPECTED_VALUE): New.
7865         * rtl.c (note_insn_name): Update.
7866         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
7867         cases; handle NOTE_INSN_EXPECTED_VALUE.
7868
7869 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
7870
7871         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
7872         leaf sibcall delay slot if flag_pic.
7873         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
7874
7875 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7876
7877         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
7878
7879         * fixproto: If fix-header fails, exit with an error.
7880
7881 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7882
7883         * cse.c (struct check_depdendence_data): New.
7884         (check_dependence): New function.
7885         (invalidate): Use check_depdenence.
7886
7887 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7888
7889         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
7890         UNITS_PER_WORD is unsigned.
7891
7892         * tree.h (struct tree_common): Remove misleading comment.
7893
7894 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7895
7896         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
7897         message in quotes. Otherwise, IBM's make program treats the '#' as the
7898         start of a comment and ignores the remainder of the line.
7899
7900         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
7901         upper case.
7902         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
7903         * cexp.y (initialize_random_junk): Likewise.
7904         * cppfiles.c (find_include_file): Cast alloca return value.
7905         * cppinit.c (initialize_standard_includes): Likewise.
7906         * cpplib.c (cpp_define, cpp_undef): Likewise.
7907         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
7908         * final.c (output_asm_insn): Allow for holes in EBCDIC.
7909         * fold-const.c (CHARMASK): New.
7910         (real_hex_to_f): Use it.
7911         * real.c (CHARMASK): New.
7912         (etoasc, asctoeg): Use it.
7913         (asctoeg): EBCDIC lower case characters preceed upper case.
7914
7915         * i370.c (mvs_add_label): Change spacing for coding conventions.
7916         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
7917         outputing case vectors.
7918         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
7919         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
7920         since vector in in the data CSECT.
7921         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
7922         * i370.md (Many patterns): Put the length in the XL directives.
7923         (movdi): Put back STM and MVC in definition.
7924         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
7925         pattern using the TCA.
7926         * oe.h (CPP_SPEC): Added to allow trigraphs.
7927         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
7928         not support the "long long" type.
7929
7930 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
7931
7932         * config/mips/mips-protos.h (mips_legitimate_address_p): New
7933         function.
7934         (mips_reg_mode_ok_for_base_p): Likewise.
7935         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
7936         (REG_OK_FOR_INDEX_P): Define unconditionally.
7937         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
7938         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
7939         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
7940         that GET_MODE_SIZE is unsigned.
7941         (mips_reg_mode_ok_for_base_p): Define.
7942         (mips_legitimate_address_p): Likewise.  Adjust now
7943         that GET_MODE_SIZE is unsigned.
7944         (block_move_loop): Make the number of bytes unsigned.
7945         (expand_block_move): Likewise.
7946         (function_arg): Make the loop counter unsigned to match the
7947         boundary condition.
7948
7949 2000-04-16  Richard Henderson  <rth@cygnus.com>
7950
7951         * rtl.h (enum insn_note): New enumeration.  Subsume
7952         NOTE_INSN_DELETED and friends.
7953         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
7954         * rtl.c (note_insn_name): Tweak string order.
7955
7956 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
7957
7958         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
7959         to offset * 2.
7960
7961         * cpplex.c (output_line_command): Remove debugging prints.
7962         (cpp_output_tokens): Don't write out a zero-length buffer or
7963         try to see if it has a newline in it.
7964         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
7965         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
7966         the end of the loop.  Use memmove.  Don't read past the end of
7967         the buffer.  Remove trailing newlines from error messages.
7968
7969 2004-04-16  Neil Booth  <NeilB@earthling.net>
7970
7971         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
7972         * cpplib.c: Add new syntax flags to directive table, and
7973         supporting macros.
7974
7975 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
7976
7977         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
7978         using ret $N.
7979
7980 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
7981
7982         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
7983         * haifa-sched.c: Update -fsched-verbose comments to use "=".
7984
7985 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7986
7987         * Makefile.in (ggc-page.o): Now includes toplev.h.
7988         * ggc-page.c (toplev.h): Now included.
7989         (gc_time): Remove declaration.
7990         (ggc_collect): TIME now long.
7991         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
7992         others static.
7993         * toplev.h (gc_time, parse_time, gc_time): New declarations.
7994
7995         * toplev.c: Make *_time variable long to reduce chance of overflow.
7996         (TIMEVAR): Likewise for `otime'.
7997         (print_time): Arg is now long; compute percentage in FP and round.
7998         * toplev.h (print_time): Arg is long.
7999
8000         * tree.c: Minor whitespace changes.
8001
8002         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
8003         * configure: Rebuilt.
8004         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
8005         (__fixunsxfDI): Renamed from __fixunsxfdi.
8006         (__fixunsdfDI): Renamed from __fixunsdfdi.
8007         (__fixunssfDI): Renamed from __fixunssfdi.
8008         (__floatdisf): Use proper type in REP_BIT macro.
8009         (__fixunsxfSI): Renamed from __fixunsxfsi.
8010         (__fixunsdfSI): Renamed from __fixunsdfsi.
8011         (__fixunssfSI): Renamed from __fixunssfsi.
8012         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
8013         Change location of macros and upper-case some names as above.
8014         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
8015         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
8016
8017         * varasm.c (assemble_variable): Add cast to remove warning.
8018         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
8019
8020         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
8021         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
8022         region number to -1.
8023
8024 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
8025
8026         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
8027         call unshare_all_rtl.
8028
8029         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
8030
8031 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
8032
8033         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
8034         Use .s1 not .s0 for all FP instructions.
8035
8036 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
8037
8038         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
8039         interfaces.
8040         (safe_fwrite, output_line_command): New static functions.
8041         (cpp_expand_to_buffer): Now private to cpplib.
8042         (cpp_scan_buffer): Take a printer.
8043
8044         * cpphash.h: Update prototypes.
8045         * cpplib.h: Update prototypes.
8046         (cpp_printer): New.
8047         (cpp_buffer): Remove last_nominal_fname.
8048         (cpp_reader): Remove lineno.
8049
8050         * cppmain.c: Use a cpp_printer.
8051         * fix-header.c: No need to inhibit line commands.  Call
8052         cpp_start_read with no printer.
8053
8054         * cpperror.c (cpp_notice_from_errno): Provide default name.
8055         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
8056         (find_include_file, cpp_read_file): Use make_IHASH.
8057         (file_cleanup): Set control_macro and clear
8058         input_stack_listing_current here.
8059         (_cpp_execute_include): Don't output entering-file marker.
8060         * cpphash.c (special_symbol): Look for the line number in the
8061         buffer, not the reader.
8062         (_cpp_macroexpand): No need to disable line commands.
8063         (_cpp_dump_definition): No need to generate line commands.
8064         (dump_hash_helper): Remove excess newline from output.
8065         * cppinit.c (dump_special_to_buffer): No need to generate line
8066         commands.
8067         (cpp_printer_init): New.
8068         (cpp_start_read): Take a printer, and start it up if it's not
8069         NULL.  No need to generate line commands.
8070         (cpp_finish): Expect no buffers stacked at all.  Take a
8071         printer argument, and flush the output buffer if it's not
8072         NULL.
8073         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
8074         Don't put two hashes at the beginning of an assertion.
8075         (cpp_get_token): Don't increment pfile->lineno or emit line
8076         commands here.  Return EOF if there's no buffer when we get
8077         EOF.
8078         * cpplib.c (do_define, skip_if_group):
8079         No need to disable line commands.
8080         (_cpp_output_line_command): Delete function.
8081         (do_line): Don't emit line commands here, but set things up so
8082         they will be emitted if necessary.  Use _cpp_fake_ihash to
8083         make unique nominal_fnames if necessary.
8084         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
8085         with 0 for column, not -1.
8086         (_cpp_handle_eof): Don't set the control macro here.  Don't
8087         clear input_stack_listing_current here.  Don't emit line
8088         commands.
8089
8090 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
8091
8092         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
8093         always, use the default SVR4 start address.
8094
8095         * config/rs6000/linux.h (LINK_SPEC): Don't define.
8096         (LINK_SHLIB_SPEC): Define.
8097         (LINK_START_DEFAULT_SPEC): Define.
8098         (LINK_OS_DEFAULT_SPEC): Define.
8099
8100         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
8101
8102         * config/rs6000/eabi.asm (__eabi): Call __init rather than
8103         __do_global_ctors to handle constructors.
8104         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
8105         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
8106         (STARTFILE_MVME_SPEC): Likewise.
8107         (STARTFILE_SIM_SPEC): Likewise.
8108         (ENDFILE_ADS_SPEC): Use crtend.
8109         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
8110         (ENDFILE_MVME_SPEC): Likewise.
8111         (ENDFILE_SIM_SPEC): Likewise.
8112         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
8113         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
8114         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
8115         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
8116         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
8117         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
8118         (CRTSTUFF_T_CFLAGS_S): Define.
8119         * config/rs6000/eabi-ctors.c: Delete.
8120
8121         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
8122         boundary.
8123         (__fini): Likewise.
8124         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
8125         boundary.
8126         (__fini): Likewise.
8127
8128 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
8129
8130         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
8131         plus mask size is smaller or equal to the mode size.
8132
8133 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8134
8135         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
8136         not yet set.
8137
8138         * expr.c (reload.h): Now included.
8139         (emit_block_move): Set volatile_ok when checking for movstr.
8140         (emit_move_1): Check for replacements in addresses in multi-word case.
8141         * Makefile.in (expr.o): Now includes reload.h.
8142
8143         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
8144         Never have a LIBCALL end a basic block.
8145         (find_basic_blocks_1): Likewise.
8146         Reorganize CALL_INSN cases.
8147
8148         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
8149
8150 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
8151
8152         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
8153         completers from mov.ret instruction.
8154
8155 2000-04-14  Richard Henderson  <rth@cygnus.com>
8156
8157         * fold-const.c (extract_muldiv): Don't distribute and widen
8158         multiply across plus for non-sizetype unsigned types.
8159
8160 2000-04-14  Richard Henderson  <rth@cygnus.com>
8161
8162         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
8163         If the original source is dead in the incr insn, it's dead now.
8164
8165 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8166
8167         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
8168         see if DECL_BIT_FIELD needs to still be set.
8169
8170         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
8171
8172         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
8173         print_int_cst_octal with something that's not an INTEGER_CST.
8174
8175         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
8176         and not a SUBREG to a FLOAT rtl.
8177
8178 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
8179
8180         * emit-rtl.c (try_split): Avoid infinite loop if the split
8181         results in a sequence that contains the original insn.
8182
8183 2000-04-13  Andreas Jaeger  <aj@suse.de>
8184
8185         * config/mips/mips.c (expand_block_move): Pass alignment
8186         argument to move_by_pieces in bits, not bytes.
8187
8188         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
8189         __pic__ for little endian.
8190
8191 2000-04-13  Andreas Jaeger  <aj@suse.de>
8192
8193         * config/i386/i386-protos.h: Add prototype for
8194         uno_comparison_operator.
8195
8196 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8197
8198         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
8199         * calls.c (ECF_PURE): New flag.
8200         (emit_call_1): Handle ECF_PURE calls.
8201         (initialize_argument_information): Unset ECF_PURE flag too.
8202         (precompute_arguments): Precompute for ECF_PURE too.
8203         (expand_call): Handle ECF_PURE calls too.
8204         (emit_library_call_value_1): Rename no_queue argument to fn_type,
8205         accept value of 2 as pure function.
8206         (emit_library_call_value, emit_library_call): Rename no_queue argument
8207         to fn_type.
8208         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
8209
8210         * tree.h (DECL_IS_PURE): New macro.
8211         (struct tree_decl): Add pure_flag.
8212         * c-common.c (enum attrs): Add attribute "pure".
8213         (init_attributes): Initialize attribute "pure"
8214         (decl_attributes): Handle attribute "pure".
8215         * extend.texi (Attribute "pure"): Document.
8216         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
8217         in pure function.
8218         (flags_from_decl_or_type): Support attribute "pure".
8219
8220 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
8221
8222         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
8223         the token except for numbers and identifiers.
8224
8225 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
8226
8227         * i386.c (ix86_expand_binary_operator,
8228         ix86_expand_unary_operator): Check no_new_pseudos
8229         instead of reload_in_progress and reload_completed.
8230         (ix86_split_ashldi, ix86_split_ashrdi,
8231         ix86_split_lshrdi): Check no_new_pseudos instead
8232         of reload_completed.
8233
8234 2000-04-12  Jeffrey A Law  (law@cygnus.com)
8235
8236         * function.c (purge_addressof): Unshare any shared rtl created by
8237         purge_addressof and its children.
8238
8239 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
8240
8241         * function.c (aggregate_value_p): VOID_TYPE nodes are never
8242         aggregates.
8243
8244 2000-04-05  Andreas Jaeger  <aj@suse.de>
8245
8246         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
8247         not compiling PIC code, add flags for mabi=64.
8248         (SUBTARGET_CPP_SIZE_SPEC): New.
8249         (SUBTARGET_CPP_SPEC): New.
8250         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
8251         for MIPS/Linux and lots of code needs these defines.
8252
8253 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
8254
8255         * reorg.c (fill_slots_from_thread): Check side_effects_p when
8256         trying the "opposite arithmetic" approach.
8257
8258 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8259
8260         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
8261         (struct sh_args): Add new field force_mem.
8262         (INIT_CUMULATIVE_ARGS): Initialize it.
8263         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
8264
8265 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8266
8267         * calls.c (expand_call): Do not reverse args in "equal from" field.
8268         (emit_library_call_value_1): Emit_libcall_block for const and pure
8269         function.
8270
8271 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8272
8273         * reload1.c (reload_combine): Don't enable optimization for fixed
8274         registers when encountering a BARRIER.
8275
8276 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8277
8278         * builtins.c (expand_builtin_memcmp): Do expansion even with
8279         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
8280
8281         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
8282         stack is propertly aligned; add sanity checking for aligned
8283         stack pointer.
8284         (expand_library_call_value_1): Add sanity checking for aligned
8285         stack pointer.
8286
8287 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
8288
8289         * calls.c (emit_library_call_value_1): Change 3rd arg to
8290         locate_and_pad_parm to disregard the setting of partial.
8291
8292 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8293
8294         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
8295
8296         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
8297         CALL_INSN from the normal case.
8298
8299 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8300
8301         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8302         New global variables.
8303         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
8304         adjustment.
8305         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
8306         Declare,
8307         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
8308          TARGET_ADD_ESP_8): New macros.
8309         * i386.md: Add peep2s to convert esp adjustments to push and pop
8310         instructions.
8311         (pushsi_prologue, popsi_epilogue): New patterns.
8312
8313 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8314
8315         * real.c (toe64): Remove stale #endif from the last change.
8316
8317 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
8318
8319         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
8320         * real.c (toe64): Revert previous change.
8321
8322 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8323
8324         * objc/objc-act.c: Include ggc.h.
8325         (objc_tree_index, objc_global_trees): Convert most of the
8326         static tree variables into a static array with previous names
8327         as defines.
8328         (objc_ellipsis_node): New variable.
8329         (lang_init): Call objc_act_parse_init and c_parse_init.
8330         Create objc_ellipsis_node.
8331         (build_selector_translation_table): Use objc_ellipsis_node instead
8332         of (tree)1.
8333         (hack_method_prototype): Likewise.
8334         (get_arg_type_list): Likewise.
8335         (start_method_def): Likewise.
8336         (continue_method_def): Likewise.
8337         (gen_method_decl): Likewise.
8338         (ggc_mark_imp_list): New function.
8339         (ggc_mark_hash_table): New function.
8340         (objc_act_parse_init): New function.
8341         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
8342         * c-parse.in (c_parse_init): For objc add roots of objc specific
8343         local tree variables.
8344         * objc/objc-parse.y: Rebuilt.
8345         * objc/objc-parse.c: Rebuilt.
8346         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
8347
8348 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
8349
8350         * cse.c (delete_trivially_dead_insns): Also delete insns
8351         that copy a register to itself where the destination is
8352         a strict_low_part.
8353
8354 2000-04-11  Richard Henderson  <rth@cygnus.com>
8355
8356         * flow.c (struct propagate_block_info): Add new_dead, new_live.
8357         (propagate_block): Initialize them.  Use them in parallel instead
8358         of one tmp variable, ie revert much of the 0408 and 0407 functional
8359         changes, but keep the structural changes.
8360         (mark_set_regs): Take new_dead from propagate_block_info instead.
8361         (mark_set_1, mark_set_reg): Likewise.
8362         (mark_used_regs): Likewise with new_live.
8363         (mark_used_reg): Likewise.  Revert 0408 change.
8364
8365 2000-04-11  Nick Clifton  <nickc@cygnus.com>
8366
8367         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
8368         restriction.
8369         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
8370
8371 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8372
8373         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
8374         const section to output a CONSTRUCTOR based on the same conditions
8375         used for VAR_DECLs.
8376
8377 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
8378
8379         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
8380         * pa/pa-protos.h (output_call): Add additional argument indicating
8381         if the call is a sibling/tail call.
8382         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
8383         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
8384         (function_arg, function_arg_partial_nregs): Likewise
8385         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
8386         (emit_move_sequence): Zero extend certain constants as needed
8387         for TARGET_64BIT.
8388         (compute_zdepdi_operands, output_64bit_and): New functions.
8389         (output_64bit_ior, function_arg): Likewise.
8390         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
8391         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
8392         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
8393         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
8394         (output_bvb): Likewise.
8395         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
8396         (output_call): New argument 'sibcall'.  Generate sibcall sequences
8397         as needed.
8398         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
8399         (ouput_arg_descriptor): Do not emit argument descriptors for
8400         TARGET_64BIT.
8401         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
8402         defined.
8403         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
8404         (FUNCTION_OK_FOR_SIBALL): Define.
8405         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
8406         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
8407         (CPP_SPEC): Use new spec infrastructure.
8408         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
8409         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
8410         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
8411         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
8412         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
8413         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
8414         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
8415         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
8416         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
8417         (FUNCTION_ARG); Call out to C code.
8418         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
8419         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
8420         (MIN_UNITS_PER_WORD): Likewise.
8421         * pa/pa.md (cmpdi): New expander.
8422         (scc patterns, movstrsi): Not available for TARGET_64BIT.
8423         (64bit conditional arithmetic): New patterns.
8424         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
8425         (movsicc): Not available if modes on all the operands to not match.
8426         (movdicc): New expander and associated patterns.
8427         (64bit branches): New patterns.
8428         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
8429         (pre_ldd, post_std): New patterns.
8430         (64bit addil, load low part): New patterns.
8431         (special movsf constant): Not available for TARGET_64BIT.
8432         (movsf, movdf expanders): Force constants into memory.
8433         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
8434         (64bit movdf/movdi patterns): New patterns.
8435         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
8436         for TARGET_64BIT.
8437         (extendqidi2, extendhidi2, extendsidi2): Similarly.
8438         (adddi3 expander): Allow "arith_operand" for second input.
8439         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
8440         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
8441         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
8442         (muldi3): New expander for TARGET_64BIT.
8443         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
8444         for TARGET_64BIT.
8445         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
8446         patterns for TARGET_64BIT.
8447         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
8448         patterns for TARGET_64BIT.
8449         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
8450         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
8451         (sibcall_epilogue): New expander.
8452         (casesi): Tweak for TARGET_64BIT.
8453         (call expanders): Set & use the outgoing argument pointer.  Use the
8454         64bit call patterns as needed. Add additional arg to output_call.
8455         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
8456         (sibcall, sibcall_internal_symref): New expanders.
8457         (sibcall_value, sibcall_value_internal_symref
8458         (interspace_jump): Turn into an expander + matching patterns.
8459         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
8460         * pa/pa64-regs.h: Eliminate trigraph sequences.
8461         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
8462
8463 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
8464
8465         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
8466         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
8467         cpp_token with cpp_ttype everywhere.
8468         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
8469         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
8470         CPP_BUF_COL.  Line and column numbers are unsigned int, not
8471         long.
8472         * cpplex.c (cpp_buf_line_and_col): Delete.
8473         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
8474         'long lineno' to 'unsigned int lineno'.
8475         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
8476
8477 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8478
8479         * extend.texi: ISO C99 is not a draft anymore.
8480         * invoke.texi: ISO C++ is not a draft anymore.
8481         * cpp.texi: __cplusplus is required by the ISO standard.
8482
8483         * extend.texi (-fthis-is-variable): Undocument.
8484         * flags.h (warn_template_debugging): Remove declaration.
8485         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
8486         -Wenum-clash, -Wtemplate-debugging): Undocument.
8487
8488 2000-04-10  Nick Clifton  <nickc@cygnus.com>
8489
8490         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
8491         integer.
8492         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
8493         integer.
8494         (ARM_SIGN_EXTEND): Use HOST_UINT.
8495         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
8496         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
8497         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
8498         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
8499
8500         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
8501         (arm_gen_constant): Use HOST_UINT.
8502         (arm_canonicalize_constant): Use HOST_UINT.
8503         (arm_reload_in_hi): Use HOST_UINT.
8504         (arm_reload_out_hi): Use HOST_UINT.
8505         (output_multi_immediate): Use HOST_UINT.
8506         (int_log2): Use HOST_UINT.
8507         (arm_poke_function_name): Use HOST_UINT.
8508         (arm_output_epilogue): Use arm_volatile_func().
8509         (output_thumb_prologue): Use arm_strip_name_encoding().
8510
8511 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8512
8513         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
8514         of sequence point problems.
8515
8516 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8517
8518         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
8519         Recomment.
8520         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
8521
8522 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8523
8524         * sbitmap.h: Whitespace changes and use upper-case macro args.
8525         (struct simple_bitmap_def): All sizes now unsigned.
8526         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
8527         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
8528         (sbitmap_vector_alloc): Parms and local vars now unsigned.
8529         (sbitmap_zero): Cast bzero arg to PTR.
8530         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
8531         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
8532         loop to make structure clearer.
8533         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
8534         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
8535         (sbitmap_a_and_b_or_c): Likewise.
8536         (sbitmap_intersection_of_succs): Minor cleanups.
8537         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
8538         (sbitmap_union_of_preds): Likewise.
8539         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
8540         (debug_sbitmap): New function.
8541
8542         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
8543         * c-typeck.c (convert_for_assignment): Likewise.
8544
8545         * expmed.c (init_expmed): Don't free objects we make.
8546         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
8547
8548         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
8549         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
8550
8551         * gcse.c (expr_hash_table_size): Now unsigned.
8552         (compute_ae_gen): Local variable `i' now unsigned.
8553         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
8554         (compute_transout, hoist_code): Likewise.
8555         (compute_local_properties): Likewise, also hash_table_size.
8556         (alloc_expr_hash_table): N_INSNS now unsigned.
8557         (delete_null_pointer_checks): Mark arg F as unused.
8558
8559         * regrename.c: Minor cleanups, including chang some variables
8560         to unsigned int.
8561
8562 2000-04-10  Neil Booth  <NeilB@earthling.net>
8563
8564         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
8565         than GETC ().
8566         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
8567
8568 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8569
8570         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
8571         __classof__, and __headof__ from the list of gnu keywords.
8572         (-ansi): Remove -foperator-names from list of implied options.
8573         Do not call it ANSI C++.
8574         (-foperator-names): Document as -fno-operator-names.
8575
8576 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
8577
8578         * cpphash.c (timestamp): Delete.
8579         (del_HASHNODE): If type is T_MCONST, free value.cpval.
8580         (special_symbol): Remove unnecessary braces.  Remove
8581         T_VERSION.  Treat T_STDC like T_CONST unless
8582         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
8583         when one is encountered, then convert them into T_MCONST
8584         nodes.
8585         * cppinit.c (builtin_array): version_string is T_MCONST.
8586         __STDC__ has a "1" in its cpval.  Don't have a terminator
8587         entry.  Clean up which entries are dumped.
8588         (initialize_builtins): Only __STDC__ gets the special
8589         -traditional treatment.  Count the length of builtin_array.
8590         Render version_string here.
8591         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
8592         * cpplib.h (struct cpp_reader): Remove timebuf.
8593
8594 2000-04-09  Richard Henderson  <rth@cygnus.com>
8595
8596         * genrecog.c (pred): Update comparison_operator for the unordered
8597         operators.
8598
8599         * config/i386/i386.c (no_comparison_operator): Disallow unordered
8600         operators.
8601         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
8602         (uno_comparison_operator): New.
8603         (put_condition_code): Handle UNORDERED/ORDERED.
8604         (unsigned_comparison): Likewise.
8605         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
8606         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
8607         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
8608         update all callers.  Handle all 8 unordered operators.
8609         (ix86_expand_setcc): Lose the unordered argument, update all callers.
8610         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
8611         * config/i386/i386.h (PREDICATE_CODES): Update.
8612         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
8613         (ix86_expand_branch, ix86_expand_setcc): Update.
8614         * config/i386/i386.md (sunordered, sordered): New.
8615         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
8616         (bunordered, bordered): New.
8617         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
8618         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
8619         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
8620
8621 2000-04-09  Philip Blundell  <philb@gnu.org>
8622
8623         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
8624
8625 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
8626
8627         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
8628         fix_truncxfhi2): New patterns.
8629         * i386.c (output_fix_trunc): Handle converting to HImode.
8630
8631 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
8632
8633         * ssa.c (convert_to_ssa): Eliminate dead code when calling
8634         life_analysis.
8635         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
8636         (for_each_successor_phi): Change parameter to basic_block.
8637         (coalesce_regs_in_successor_phi_nodes): Likewise.
8638         (coalesce_regs_in_copies): Likewise.
8639         (compute_coalesced_reg_partition): Use basic_block instead of index.
8640         * rtl.h (convert_to_ssa): Delete.
8641         (convert_from_ssa): Likewise.
8642         (successor_phi_fn): Likewise.
8643         (for_each_successor_phi): Likewise.
8644         (in_ssa_form): Likewise.
8645         * basic-block.h (convert_to_ssa): Moved from rtl.h.
8646         (convert_from_ssa): Likewise.
8647         (successor_phi_fn): Likewise.
8648         (in_ssa_form): Likewise.
8649         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
8650         * flow.c (calculate_global_regs_live): Pass a basic_block to
8651         for_each_successor_phi.
8652
8653 2000-04-08  Richard Henderson  <rth@cygnus.com>
8654
8655         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
8656         was modified in the current insn.
8657
8658 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8659
8660         * arm/thumb.md: Delete.
8661         * arm/thumb-protos.h: Delete.
8662
8663 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8664
8665         Merge changes from merged-arm-thumb-backend-branch onto trunk.
8666
8667         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
8668
8669         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
8670         into branch.
8671
8672         * arm.md (nop): Use the standard RTL expression.  Don't code as a
8673         define_expand.
8674         (*arm_nop, *thumb_nop): Delete.
8675
8676         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
8677         constants.  Use casts instead.
8678         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
8679         output_multi_immediate, arm_poke_function_name): Likewise.
8680         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
8681         MASK_RETURN_ADDDR): Likewise.
8682
8683         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
8684
8685         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
8686         into branch.
8687
8688         * arm.md (eh_epilogue): New function.
8689         * arm.h (struct machine_function): Move to here ...
8690         * arm.c: ... from here.
8691         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
8692         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
8693         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
8694
8695         2000-03-30  Nick Clifton  <nickc@cygnus.com>
8696
8697         * config/arm/semi.h (ASM_SPEC): Restore definition.
8698         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8699
8700         * config/arm/elf.h (ASM_SPEC): Restore definition.
8701         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
8702
8703         * config/arm/arm.h (ASM_SPEC): Remove definition.
8704         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
8705
8706         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
8707
8708         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
8709
8710         2000-03-24  Nick Clifton  <nickc@cygnus.com>
8711
8712         Various formating tidyups, elimination of compile time
8713         warnings and synchronisation with internal sources:
8714
8715         * config/arm/arm-protos.h (assemble_align): Add prototype.
8716         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8717         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8718         (arm_return_addr_rtx): Rename to arm_return_addr.
8719
8720         * config/arm/arm.c: Include except.h.
8721         Define shorter typenames for strict minipool_node and struct
8722         minipool_fix.
8723         (arm_return_in_memory): For WinCE return all structures <= 32 bits
8724         in memory.
8725         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
8726         (gen_comapre_reg): Rename to arm_gen_compare_reg.
8727
8728         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
8729         already defined.
8730         (ASM_SPEC): Define if not already defined.
8731         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
8732
8733         * config/arm/arm.md: Rename references to gen_rotated_half_load to
8734         arm_gen_rotated_half_load, and references to gen_comapre_reg to
8735         arm_gen_compare_reg.
8736         (indirect_jump):  Only accept register operands.
8737         (load_indirect_jump): Keep this pattern since combine can generate
8738         it.
8739
8740         * config/arm/coff.h: Include aout.h.
8741         (MULTILIB_DEFAULTS): Only define if not already defined.
8742
8743         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
8744         into arm.h (so that COFF ports can support thumb based aliases).
8745         (ASM_SPEC): Move definition into arm.h
8746
8747         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
8748         redundant apcs spec.
8749         (ASM_SPEC): Move definition to arm.h
8750
8751         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
8752
8753         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
8754         for entries in the .bss section
8755
8756         2000-03-23  Nick Clifton  <nickc@cygnus.com>
8757
8758         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
8759         to thumb_far_jump_used_p.
8760
8761         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
8762         single integer parameter.
8763
8764         * config/arm/arm.c (struct machine_function): Add two new
8765         fields, 'far_jump_used' and 'arg_pointer_live'.
8766         (thumb_far_jump_used_p): Once the decision has been made that
8767         far jumps might be used, always return true.
8768         If being called from the initial elimination offset macro then
8769         do not bother to perform the test if the arg pointer is not
8770         being used.
8771         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
8772         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
8773
8774         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
8775
8776         * arm.c (output_return_instruction): Handle more cases where we can
8777         return from a function with an ldr instruction.
8778         (arm_output_epilogue): Likewise.
8779
8780         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
8781         if we need to push a large stack frame and there are no callee-saved
8782         registers.
8783
8784         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
8785         in ARM code if the frame pointer has been eliminated.
8786
8787         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
8788         unspec_volatile arguments to avoid duplicates.
8789         (consttable_1, consttable_2): Fixes for big-endian mode.
8790
8791         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
8792         as appropriate.
8793
8794         Re-write constant pool code.
8795         * arm.c (minipool_node, minipool_fix): New types.
8796         (minifix): Delete type.
8797         (arm_add_minipool_constant): Delete.
8798         (arm_compute_minipool_offsets, arm_find_barrier,
8799         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
8800         (get_jump_table_size): Now returns HOST_WIDE_INT.
8801         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
8802         functions.
8803         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
8804         (assign_minipool_offsets, arm_print_value): Likewise.
8805         (dump_minipool): Rewrite.
8806         (arm_barrier_cost): New function.
8807         (create_fix_barrier): New function.
8808         (push_minipool_barrier): New function.
8809         (push_minipool_fix): Record additional information about the fixup
8810         required.
8811         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
8812         check the mode of what needs fixing.
8813         (arm_reorg): Rewrite.
8814
8815         2000-03-08  Nick Clifton  <nickc@cygnus.com>
8816
8817         * config/arm/arm.md (indirect_jump): Force constant addresses into
8818         a register.
8819
8820         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
8821
8822         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8823
8824         2000-02-24  Nick Clifton  <nickc@cygnus.com>
8825
8826         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
8827         adjust is word aligned.
8828         (thumb_expand_epilogue): Make sure that stack adjust is word
8829         aligned.
8830
8831         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
8832
8833         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
8834
8835         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
8836         pointer relative addresses.
8837
8838         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
8839
8840         * arm.c (find_barrier): Find the last barrier within the allowed
8841         range.
8842
8843         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8844
8845         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
8846
8847         2000-02-09  Nick Clifton  <nickc@cygnus.com>
8848
8849         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
8850         ARM_FUNCTION_PROFILER.
8851
8852         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
8853         ARM_FUNCTION_PROFILER.
8854
8855         * config/arm/linux-oldld.h: Imported from mainline sources.
8856
8857         2000-02-07  Nick Clifton  <nickc@cygnus.com>
8858
8859         * config/arm/lib1funcs.asm: Merge in thumb functions from
8860         lib1thumb.asm.
8861
8862         * config/arm/lib1thumb.asm: Delete.
8863
8864         2000-02-04  Nick Clifton  <nickc@cygnus.com>
8865
8866         * config/arm/arm.c: Sychronised with current Red hat local
8867         sources.
8868         * config/arm/arm.h: Ditto.
8869         * config/arm/arm-protos.h: Ditto.
8870
8871         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8872
8873         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
8874
8875         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
8876         byte stores.
8877
8878         2000-02-02  Nick Clifton  <nickc@cygnus.com>
8879
8880         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
8881
8882         * config/arm/arm.md (epilogue): Fix rtl checking abort because
8883         (return) was emited using an emit_insn() call.
8884
8885         2000-01-31  Nick Clifton  <nickc@cygnus.com>
8886
8887         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
8888         thumb stack frame.
8889         (thumb_exit): Move frame pointer back into hard frame pointer
8890         register if backtracing is being used.
8891
8892         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
8893
8894         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
8895         into branch.
8896
8897         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
8898
8899         * config/arm/arm.md (neg_pool_offset): Provide default for new
8900         attribute.
8901         (arm_movsi_insn): Add neg_pool_offset attribute.
8902         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
8903         rtx for the insn that starts the scan and an unsigned long for its
8904         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
8905         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
8906         instructions in *PINSERTED.
8907         (struct minipool_fixup): Add MIN_ADDRESS elt.
8908         (sort_fixups): Compute it.
8909         (arm_reorg): Changes to support inserting pools before the insn to be
8910         fixed up.
8911
8912         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
8913
8914         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
8915         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
8916         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
8917
8918         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
8919
8920         * config/arm/semi.h (TARGET_VERSION): Do not define if already
8921         defined.
8922         (TARGET_DEFAULT): Do not define if already defined.
8923
8924         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
8925
8926         * config/arm/arm.md (anddi3): Allow disjoint source operands.
8927         (iordi3): Allow disjoint source operands.
8928         (xordi3): Allow disjoint source operands.
8929         (negdi2): Permit construction for ARM and Thumb.
8930         (arm_negdi2): Renamed version of old negdi2 pattern.
8931         (thumb_negdi2): New pattern: Only permit non-overlapping
8932         source and destination.
8933
8934         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
8935
8936         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
8937         scratch low register so that it will not be deleted.
8938
8939         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
8940
8941         * config/arm/pe.h (ARM_PE): Define.
8942
8943         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
8944         interfacearm attribute if this is a PE toolchain.
8945         (output_return_instruction): Do not emit anything if the function
8946         has the naked attribute set.
8947         (is_called_in_ARM_mode): If the function has the interfacearm
8948         attribute then return true.
8949         (thumb_expand_prologue): Do not generate a prologue for naked
8950         functions.
8951         (thumb_expand_epilogue): Do not generate an epilogie for a naked
8952         function.
8953         (output_thumb_prologue): Do not bother if the function is naked.
8954         Strip PE encoding from function name before emitting.
8955
8956         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
8957
8958         * arm.md (pic_load_addr): Fix constraints.
8959
8960         * arm.md (casesi_insn): Fix mis-applied patch.
8961
8962         * arm.md ("core" function unit): Add rules for single- and
8963         multi-cycle insns.
8964         (All TARGET_THUMB patterns): Add "type" attribute information
8965         where needed.
8966         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
8967         the following insn is a CALL.
8968
8969         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
8970         pointer.
8971         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
8972         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
8973         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
8974
8975         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
8976
8977         * config/arm/linux-gas.h: oops - this file was missed out when the
8978         branch was created...
8979
8980         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
8981
8982         * thumb.c: Deleted.  Move contents to ...
8983         * arm.c: ... here.
8984         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
8985         rule for thumb.o
8986         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
8987         * configure: Regen.
8988
8989         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
8990         declare a prototype for asm_output_align();
8991
8992         * arm.c (thumb_condition_code): Delete.
8993         (arm_print_operand): Always use arm_condition_code array.
8994
8995         * arm.c (thumb_return_addr_rtx): Delete.
8996         (arm_save_machine_status, arm_restore_machine_status): Delete.
8997         (arm_init_machine_status, arm_mark_machine_status): New functions.
8998         (arm_init_expanders): Update accordingly.
8999         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
9000         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
9001         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
9002
9003         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
9004
9005         * configure.in : Fix arm-*-aout target to use new t-arm-aout
9006         script.
9007         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
9008         targets.
9009
9010         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
9011
9012         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
9013         stack backtrace structure.
9014
9015         * config/arm/arm-protos.h: Add prototypes for functions defined in
9016         arm/pe.h.
9017
9018         * config/arm/arm.c (arm_override_options): Fix selection of
9019         attributes of default processor.
9020
9021         * config/arm/coff.h: Delete needless #include.
9022
9023         * config/arm/pe.c: Delete unused code.
9024
9025         * config/arm/pe.h (CPP_DEFINES): Delete
9026         (SUBTARGET_CPP_SPEC): Define.
9027         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
9028
9029         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
9030
9031         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
9032
9033         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
9034         updated.
9035         (CAN_DEBUG_WITHOUT_FP): Define.
9036         (FIXED_REGISTERS): Make r11 call-saved.
9037         (CALL_USED_REGISTERS): Likewise.
9038         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
9039         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
9040         frame-pointer is required.
9041         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
9042         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
9043         if the target normally needs a stack frame in non-leaf functions.
9044         (use_return_insn): Correct logic for determining when a return
9045         instruction can be used.
9046         (output_return_instruction): Handle the frame-pointer register as
9047         a normal register when not TARGET_APCS_FRAME.
9048         (arm_output_prologue): Likewise.
9049         (arm_output_epilogue): Likewise.
9050         (output_func_epilogue): Likewise.
9051         (arm_expand_prologue): Likewise.
9052         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
9053
9054         * arm.c (use_return_insn): No need to check floating point regs if
9055         TARGET_SOFT_FLOAT.
9056         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
9057         the code of value stored in the minipool array.
9058         (arm_add_minipool_constant): Likewise.
9059
9060 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9061
9062         * basic-block.h (conflict_graph_enum_fn): K&R fix.
9063
9064 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9065
9066         * tree.c (tree_expr_nonnegative_p): New function.
9067
9068         * tree.h (tree_expr_nonnegative_p): Declare.
9069
9070         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
9071         elide some sign_compare warnings.
9072         (build_conditional_expr): Likewise.
9073
9074 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
9075
9076         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
9077
9078         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
9079         * i386.c (print_operand): Use the proper suffix for a 387 HImode
9080         operand.  Abort if a 387 operand has an unsupported size.
9081
9082 2000-04-08  Neil Booth  <NeilB@earthling.net>
9083
9084         * cppexp.c (parse_charconst): Null does not end character
9085         constants.
9086         * cppinit.c (ISTABLE): Null character handled as whitespace.
9087         * cpplex.c (null_warning):  new function.
9088         (skip_string): Emit warning if nulls encountered.
9089         (_cpp_skip_hspace): Emit warning if nulls encountered.
9090         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
9091         them.
9092         * cpp.texi: Update.
9093
9094 2000-04-07  Richard Henderson  <rth@cygnus.com>
9095
9096         * flow.c (loop_depth): Remove.
9097         (reg_next_use, cc0_live, mem_set_list): Replace with ...
9098         (struct propagate_block_info): New.
9099         (life_analysis): Don't allocate reg_next_use.
9100         (propagate_block_delete_insn): Break out of propagate_block.
9101         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
9102         (propagate_block_delete_libcall): Likewise.
9103         (propagate_block): Create a propagate_block_info struct to pass
9104         to subroutines.  Allocate one not two temporary regsets.  Don't
9105         clobber memory for const calls.  Look for clobbers in
9106         CALL_INSN_FUNCTION_USAGE.
9107         (mark_set_regs): Recognize COND_EXEC.
9108         (mark_set_reg): Break out of mark_set_1.
9109         (mark_used_reg): Break out of mark_used_regs.
9110         (mark_used_regs): Recognize COND_EXEC.
9111         (insn_dead_p): Use propagate_block_info struct.
9112         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
9113         (find_auto_inc, try_pre_increment_1): Likewise.
9114         (print_rtl_with_bb): Dump regs live at end too.
9115         (count_reg_sets_1): Pass in loop_depth.
9116         (count_reg_sets, count_reg_references): Likewise.
9117         (recompute_reg_usage): Provide it.
9118
9119 2000-04-07  Richard Henderson  <rth@cygnus.com>
9120
9121         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
9122         not the raw files.
9123
9124 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
9125
9126         * cpplib.c (do_elif): Skip the rest of the line if we're
9127         not going to bother evaluating it.
9128         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
9129         to avoid pointless calls to the lexer.
9130
9131 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
9132
9133         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
9134
9135 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
9136
9137         * calls.c (expand_call): emit_queue if we're trying a sibcall.
9138
9139 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
9140
9141         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
9142
9143 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
9144
9145         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
9146         crtend so they can be multilibbed.
9147         (STAGESTUFF): Remove s-crt and s-crtS.
9148
9149 2000-04-07  Richard Henderson  <rth@cygnus.com>
9150
9151         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
9152         if we discover we need a pseudo and no_new_pseudos is true.
9153         * config/alpha/alpha.md (ne:DI insn): New.
9154         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
9155
9156 2000-04-07  Richard Henderson  <rth@cygnus.com>
9157
9158         * rtl.def (COND_EXEC): New.
9159         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
9160         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
9161
9162         * genconfig.c (have_cond_arith_flag): Remove.
9163         (have_cond_exec_flag): New.
9164         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
9165         (main): Print HAVE_conditional_execution.
9166
9167         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
9168         (sched_analyze_insn, print_pattern): Likewise.
9169         * reload.c (find_equiv_reg): Likewise.
9170         * rtlanal.c (reg_referenced_p): Likewise.
9171         (note_stores, dead_or_set_regno_p): Likewise.
9172         (reg_overlap_mentioned_p): Rewrite to use a switch.
9173
9174         * ggc.h (struct rtx_def): Forward declare.
9175
9176         * print-rtl.c (debug_rtx_range): New.
9177         * rtl.h (debug_rtx_range): Declare.
9178
9179         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
9180
9181         * gcse.c (gcse_main): Don't rebuild the CFG here.
9182         (delete_null_pointer_checks): Likewise.
9183         * ssa.c (convert_to_ssa): Likewise.
9184         * toplev.c (rest_of_compilation): Do it here instead.  Combine
9185         sequential calls to TIMEVAR.  Consistently use `insns' instead of
9186         `get_insns()'.  Always split insns after reload when optimizing.
9187
9188         * basic-block.h (merge_blocks_nomove): Declare.
9189         (tidy_fallthru_edge): Declare.
9190         * flow.c (merge_blocks_nomove): Document as merging into previous
9191         blocks.  Remove cruft from between blocks; remove all edges out of A.
9192         (tidy_fallthru_edge): Export.
9193
9194 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9195
9196         * ssa.c (compute_conservative_reg_partition): Declare with
9197         void arguments.
9198         * toplev.c (clean_dump_file): Remove previously-deleted function
9199         inadvertantly merged back in.
9200         * conflict.c (conflict_graph_add): Use a single call to
9201         htab_find_slot to look up and insert.
9202
9203 2000-04-06  Richard Henderson  <rth@cygnus.com>
9204
9205         * genrecog.c (*): Rename _last_insn to last_insn.
9206         (make_insn_sequence): Set the position of the peephole2 C test
9207         to be at the last insn.
9208
9209 2000-04-06  Richard Henderson  <rth@cygnus.com>
9210
9211         * flow.c (compute_flow_dominators): Free worklist.
9212
9213 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
9214
9215         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
9216
9217 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
9218
9219         * rtl.h (INSN_P): New macro.
9220         (successor_phi_fn): New typedef.
9221         (for_each_successor_phi): New prototype.
9222         (in_ssa_form): New variable.
9223         (PHI_NODE_P): Likewise.
9224         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
9225         phi nodes in successors.
9226         (mark_used_regs): Add PHI case.
9227         (set_phi_alternative_reg): New function.
9228         (life_analysis): Assert that dead code elimination is not selected
9229         when in SSA form.
9230         * toplev.c (to_ssa_time): New variable.
9231         (from_ssa_time): Likewise.
9232         (compile_file): Zero to_ssa_time and from_ssa_time.
9233         Print time to convert to and from SSA.
9234         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
9235         (print_time): Compute percent fraction as integer.
9236         * ssa.c (PHI_NODE_P): Moved to rtl.h.
9237         (convert_to_ssa): Check if we're already in SSA.
9238         Don't eliminate dead code in life_analysis.
9239         Rerun flow and life analysis at bottom.
9240         (eliminate_phi): Use canonical regnos when adding nodes.
9241         (mark_reg_in_phi): New function.
9242         (mark_phi_and_copy_regs): Likewise.
9243         (convert_from_ssa): Rerun life analysis at top.
9244         Use coalesced partition.
9245         Check for removing a phi node at the end of the block.
9246         (compute_coalesced_reg_partition): New function.
9247         (coalesce_regs_in_copies): Likewise.
9248         (coalesce_reg_in_phi): Likewise.
9249         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
9250         (for_each_successor_phi): Likewise.
9251         (rename_context): New struct.
9252         (rename_block): Use a rename_context with rename_insn_1.  When
9253         renaming sets of a subreg, emit a copy of the entire reg first.
9254         (rename_insn_1): Treat data as a rename_context *.  Save current
9255         insn in set_data.
9256         (rename_set_data): Add field set_insn.
9257         * Makefile.in (HASHTAB_H): Move up in file.
9258         (OBSTACK_H): New macro.
9259         (collect2.o): Use OBSTACK_H in dependencies.
9260         (sdbout.o): Likewise.
9261         (emit-rtl.o): Likewise.
9262         (simplify-rtx.o): Likewise.
9263         (fix-header.o): Likewise.
9264         (OBJS): Add conflict.o.
9265         (conflict.o): New rule.
9266         * basic-block.h: Include partition.h.
9267         (conflict_graph): New typedef.
9268         (conflict_graph_enum_fn): Likewise.
9269         (conflict_graph_new): New prototype.
9270         (conflict_graph_delete): Likewise.
9271         (conflict_graph_add): Likewise.
9272         (conflict_graph_conflict_p): Likewise.
9273         (conflict_graph_enum): Likewise.
9274         (conflict_graph_merge_regs): Likewise.
9275         (conflict_graph_print): Likewise.
9276         (conflict_graph_compute): Likewise.
9277         * conflict.c: New file.
9278
9279 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
9280
9281         * tlink.c (read_repo_files): Don't look for .rpo info for
9282         linker flags.
9283
9284 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9285
9286         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
9287
9288 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9289
9290         * config/sh/lib1funcs.asm (___udivsi3_i4):
9291         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
9292         only depends on FMOVD_WORKS.
9293
9294 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9295
9296         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
9297         make double constant 8-byte aligned.
9298
9299 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9300
9301         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
9302         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
9303         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
9304         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
9305         Accept storing GENERAL_REGS into offsetable memory.
9306         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
9307         building a TFmode constant other than 0.0L into GENERAL_REGS.
9308
9309 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
9310
9311         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
9312
9313 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
9314
9315         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
9316         (macro_cleanup): No need to cast pbuf->macro.
9317         (collect_expansion): Use _cpp_get_define_token.  Goto done if
9318         it returns VSPACE.  Remove check for trailing space after
9319         CPP_COMMENT.
9320         (_cpp_create_definition): Don't diddle flags here.  Return
9321         directly on error.
9322         (unsafe_chars): Handle c1 being EOF.
9323         (push_macro_expansion): Use unsafe_chars for both accidental-paste
9324         checks.  Don't push the buffer till after we're done with
9325         them.
9326         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
9327         (PEEKN, FORWARD, GETC, PEEKC): Use them.
9328         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
9329         appropriately.
9330         (_cpp_parse_assertion): Don't NUL terminate.
9331         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
9332         hspace before calling _cpp_parse_assertion.  Remove all sets
9333         of only_seen_white. Treat '\f' as hspace.  Don't do anything
9334         special with '\n' here.
9335         (maybe_macroexpand): Handle T_EMPTY hash entries without
9336         pushing a buffer at all.
9337         (cpp_get_token): Handle clearing only_seen_white here.  Handle
9338         incrementing the line number here.  Clear
9339         potential_control_macro as well as only_seen_white, if
9340         appropriate.
9341         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
9342         (_cpp_get_define_token): New function, basically like
9343         _cpp_get_directive_token was but doesn't eat horizontal space.
9344         Don't do anything with only_seen_white here.
9345         (_cpp_get_directive_token): Just call _cpp_get_define_token
9346         repeatedly till it returns non-hspace.
9347
9348         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
9349         (conditional_skip, skip_if_group): Return int.
9350         (DIRECTIVE_TABLE): Change origin of all conditional directives
9351         to "COND".
9352         (TRAD_DIRECT_P): New macro.
9353         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
9354         an error for a bogus directive, unless -lang-asm.  Use
9355         TRAD_DIRECT_P. Loop calling handler functions till one returns
9356         zero.
9357         (get_macro_name): Don't diddle flags here.
9358         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
9359         Create T_EMPTY nodes for #define macro /* nothing */.
9360         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
9361         Use hp->name when calling pass_thru_directive.
9362         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
9363         Return the result of conditional_skip and/or skip_if_group.
9364         Don't call _cpp_output_line_command.
9365         (consider_directive_while_skipping): Use _cpp_get_directive_token.
9366         Issue -Wtraditional warnings as appropriate.  Don't complain
9367         about unrecognized directives.  If we are to stop skipping,
9368         return the number of the directive that ended the skip.
9369         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
9370         expansion and line commands while skipping.  Return the result
9371         of consider_directive_while_skipping, if nonzero.
9372         (do_endif): Just set potential_control_macro here.
9373         (validate_else): Use _cpp_get_directive_token.
9374         (do_assert, do_unassert): Don't save pointers into the
9375         token_buffer across calls to the lexer.  Use
9376         _cpp_get_directive_token.
9377
9378         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
9379         pointer, not an offset.  Replace 'data', which was a generic
9380         pointer, with 'macro', which points to a struct hashnode.
9381         (cpp_reader): Add 'potential_control_macro' pointer.
9382         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
9383         (CPP_BUF_GET, CPP_FORWARD): Delete.
9384         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
9385         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
9386         ACTIVE_MARK_P): Update.
9387         (_cpp_get_define_token): New internal function.
9388         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
9389
9390 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
9391
9392         * configure.in: And here.
9393         * configure: Regenerate.
9394         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
9395         --enable-libstdcxx-v3 is passed at configure time.
9396         * config.h.in: Regenerate.
9397
9398 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
9399
9400         * final.c (final): Use xcalloc to allocate line_note_exists.
9401         * function.c (free_after_compilation): Free the temp_slots.
9402         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
9403         (combine_temp_slot): Free temp_slots when they get combined.
9404         (purge_addressof): Fix typo in comment.
9405         * stmt.c (mark_goto_fixup): Mark the fixup itself.
9406         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
9407
9408         * ggc.h: Include varray.h.
9409         (ggc_pending_trees): Declare.
9410         (ggc_mark_tree_children): Remove declaration.
9411         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
9412         * ggc-common.c (ggc_pending_trees): New variable.
9413         (ggc_mark_roots): Call ggc_mark_trees.
9414         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
9415         the ggc_pending_trees.
9416         * Makefile.in (GGC_H): New variable.  Use it throughout in place
9417         of ggc.h.
9418
9419 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9420
9421         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
9422         GET_MODE_SIZE.
9423
9424 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9425
9426         * sh.c (sh_insn_length_adjustment): New function.
9427         * sh-protos.h (sh_insn_length_adjustment): Declare.
9428         * sh.h (ADJUST_INSN_LENGTH): Use it.
9429
9430 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
9431
9432         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
9433         from the insn where REG_RETVAL is added.
9434         (emit_no_conflict_block): Ditto.
9435
9436         * md.texi (Standard Names): Clarify when movX is needed.
9437
9438         * combine.c (simplify_comparison) [MINUS]: Do not replace
9439         all (op (minus A B) 0) with (op A B).
9440
9441 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
9442                           J"orn Rennecke <amylaar@cygnus.co.uk>
9443
9444         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
9445         (block_lump_real): Likewise.
9446
9447 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
9448
9449         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
9450         remaining non-zero debugging masks.
9451
9452 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
9453
9454         * basic-block.h (verify_flow_info): Declare.
9455         (flow_loop_outside_edge_p): Declare.
9456         * flow.c (verify_flow_info): Remove declaration.
9457         (clear_log_links, flow_loop_outside_edge_p): Likewise.
9458
9459 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
9460
9461         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
9462         not C++ comments.
9463
9464 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9465
9466         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
9467         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
9468         seqdi_zero_trunc+1): Allow splits only if registers are
9469         different.
9470
9471 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
9472
9473         * acconfig.h: Add HAVE_GAS_HIDDEN.
9474         * config.in: Regenerated.
9475         * configure.in: Add test for .hidden pseudo-op in gas.
9476         * configure: Regenerated.
9477         * crtstuff.c: Include auto-host.h.
9478         Emit additional .hidden pseudo-op for __dso_handle if the
9479         assembler knows about it.
9480
9481 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
9482
9483         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
9484         before freeing argnames.
9485         * cpplib.c (do_ifndef): Cast return value of xstrdup.
9486
9487 2000-04-05  Michael Meissner  <meissner@redhat.com>
9488
9489         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
9490         Walton <jonboy@gordian.com> to make memory references with update
9491         work wtih -mregnames.
9492
9493 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9494
9495         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
9496         (regrename_optimize): Rename variables `def_uses' and
9497         `ext_basic_blocks' to avoid conflicts with similarly named
9498         typedefs in traditional C.
9499
9500         * calls.c (initialize_argument_information): Fix typo in previous
9501         change.
9502
9503 2000-04-04  Richard Henderson  <rth@cygnus.com>
9504
9505         * regrename.c (consider_available): Test fixed_regs not
9506         PIC_OFFSET_TABLE_REGNUM.
9507
9508 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9509
9510         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
9511         crtend.
9512         (CRTSTUFF_T_CFLAGS_S): Delete definition.
9513         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
9514         (ENDFILE_LINUX_SPEC): Always use crtend.
9515         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
9516         (powerpc-*-linux-gnu): Likewise.
9517         * configure: Regenerate.
9518
9519         * config/rs6000/eabi.h: Don't include sysv4.h.
9520         (MULTILIB_DEFAULTS): Don't define.
9521         * config/rs6000/eabiaix.h: Don't include eabi.h.
9522         * config/rs6000/eabile.h: Delete.
9523         * config/rs6000/eabilesim.h: Delete.
9524         * config/rs6000/eabisim.h: Don't include eabi.h.
9525         * config/rs6000/linux.h: Don't include sysv4.h.
9526         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
9527         (MULTILIB_DEFAULTS): Don't redefine.
9528         * config/rs6000/rtems.h: Don't include eabi.h.
9529         * config/rs6000/sol2.h: Don't include sysv4le.h.
9530         * config/rs6000/sysv4le.h: Don't include sysv4.h.
9531         * config/rs6000/t-ppc: Delete.
9532         * config/rs6000/t-ppcgas: Correct comment.
9533         * config/rs6000/t-ppcos: Correct comment.  Don't build
9534         multilibs for -fPIC, rather use -fPIC -mstrict-align
9535         as default.
9536         * config/rs6000/t-ppc: Delete.
9537         * config/rs6000/vxppc.h: Don't include sysv4.h.
9538         * config/rs6000/vxppcle.h: Delete.
9539         * configure.in: Use multiple header files for p2pc ELF targets
9540         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
9541         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
9542         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
9543         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
9544         always available for these platforms.
9545
9546 2000-04-04  Richard Henderson  <rth@cygnus.com>
9547
9548         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
9549
9550 2000-04-04  Stan Cox  <scox@cygnus.com>
9551
9552         * Makefile.in: Add rules for regrename.o
9553         * regrename.c: New file.
9554         * rtl.h (regrename_optimize): Add prototype.
9555         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
9556         (compile_file, decode_d_option): Add support for -frename-registers.
9557         (rest_of_compilation): Call regrename_optimize.
9558         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
9559         New macros.
9560
9561 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9562
9563         * Makefile (gccbug): New target.
9564         (doc): Depend on it.
9565         * gcc.texi (Bugs): Link subnodes.
9566         (gccbug): New node.
9567         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
9568         Document severities, priorities, and classes in bug form.
9569
9570 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
9571
9572         * cpplex.c (trigraph_map, speccase): Combine into single
9573         table, chartab.
9574         (NORMAL, NONTRI): New macros.
9575         (_cpp_read_and_prescan): Change to use unified table.  Use
9576         is_hspace to test for whitespace.
9577
9578         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
9579         definition that doesn't provoke the "empty body in an
9580         if-statement" warning.
9581
9582 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
9583
9584         * builtins.c (expand_builtin_strlen): Force the source to
9585         be a memory address.
9586
9587 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9588
9589         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
9590
9591 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9592
9593         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
9594          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
9595         (ECF_IS_CONST): Rename to ECF_CONST.
9596         (special_function_p): Make static, change interface.
9597         (flags_from_decl_or_type, try_to_integrate): Break out from ...
9598         (expand_call) ... here; convert number of variables to flags.
9599         (emit_library_call_vlue_1): Likewise.
9600         (setjmp_call_p): New function.
9601         (initialize_argument_information): Accepts flags as argument;
9602         return flags.
9603         (precompute_arguments): Likewise.
9604         * tree.h (special_function_p): Remove.
9605         (setjmp_call_p): Add prototype.
9606
9607 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
9608
9609         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
9610         so that addresses are offsetable by up to 16 bytes.
9611         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
9612         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
9613         offsetable.
9614
9615         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
9616         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
9617         (movsf): Don't force any constant to memory if target is integer
9618         hard register.
9619         Move fp_zero_operand check below the const0_rtx check.
9620         (movtf): Likewise. Also allow fp_zero_operand for stores into
9621         memory.
9622         (movdf): Likewise. Also allow fp_zero_operand for stores into
9623         memory and into integer hard registers.
9624         (clear_df, clear_dfp, movdf_const_intreg_sp32,
9625         movdf_const_intreg_sp64): Remove.
9626         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
9627         conditions.
9628         (movdf_no_e_insn_v9_sp32): New pattern.
9629         (movdf_insn_v9only): Remove.
9630         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
9631         (movdf_insn_sp64): Remove.
9632         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
9633         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
9634         (following splits): Rewrite conditions. Add two new splits
9635         for storing 0.0 into memory and registers.
9636         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
9637         (movtf_insn_sp32): Redo constraints and conditions.
9638         (movtf_insn_vis_sp32): New pattern.
9639         (movtf_no_e_insn_sp32): Redo constraints and conditions.
9640         (movtf_insn_hq_sp64): Likewise.
9641         (movtf_insn_hq_vis_sp64): New pattern.
9642         (movtf_insn_sp64): Redo constraints and conditions.
9643         (movtf_insn_vis_sp64): New pattern.
9644         (movtf_no_e_insn_sp64): Redo constraints and conditions.
9645         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
9646         or memory.
9647         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
9648         -mvis or -m64 to take down the number of various reload patterns.
9649
9650 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
9651
9652         * pa/pa-64.h: New file.
9653         * pa/pa64-regs.h: New file.
9654         * pa/pa64-start.h: New file.
9655         * pa/t-pa64: New file.
9656         * pa/xm-pa64hpux.h: New file.
9657
9658 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9659
9660         * sparc.c (output_restore_regs): Prototype.
9661         (sparc_emit_float_lib_cmp): Constification.
9662
9663         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
9664
9665         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
9666         Prototype.
9667
9668         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
9669         (get_value_hash, hash_rtx): Likewise.
9670
9671         * ssa.c (compute_conservative_reg_partition): Prototype.
9672
9673         * tree.c (mark_hash_entry): Prototype.
9674
9675 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9676
9677         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
9678         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
9679         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
9680
9681         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
9682         * objc/lang-specs.h: Likewise.
9683
9684 2000-04-03  Neil Booth  <NeilB@earthling.net>
9685
9686         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
9687         and SYNTAX_ERROR2. Replace `' in messages with ''.
9688         (op_to_str): Make re-entrant.
9689         (_cpp_parse_expr): Implement new error macros. Use | rather
9690         than || to logically or 2 boolean integers.  Simply expression
9691         checking we have a left operand iff needed.
9692
9693 2000-04-03  Nick Clifton  <nickc@cygnus.com>
9694
9695         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
9696
9697 2000-04-03  Philip Blundell  <philb@gnu.org>
9698
9699         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
9700
9701 2000-04-03  Felix Lee  <flee@cygnus.com>
9702
9703         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
9704         (run_shell): Use it.
9705
9706 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
9707
9708         * Makefile.in (stmp-int-hdrs): Make include subdir here...
9709         (stmp-fixproto): ...rather than here.
9710
9711 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
9712
9713         * pa.c (print_operand): Compute 'base' only inside the code paths
9714         that use it.
9715
9716 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
9717
9718         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
9719         CEIL_DIV_EXPR.
9720
9721 2000-04-03  Philipp Thomas  <pthomas@suse.de>
9722
9723         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
9724
9725 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
9726
9727         * Makefile.in (alias.o): Depend on $(TREE_H).
9728
9729 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9730
9731         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
9732         processing C++.
9733         * cpplib.c (_cpp_handle_directive): Improve warnings for
9734         traditional C and indented directives.
9735
9736         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
9737         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
9738         fixinc/inclhack.def: Indent the # of #include_next one space.
9739         * cp/rtti.c: Un-indent #if and #endif.
9740
9741         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
9742         syntax error, but an error has already been printed.
9743         * cpplex.c (_cpp_parse_assertion): Give a more specific error
9744         message when called with nothing remaining on the line.
9745         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
9746         OTHER token, not an ASSERTION.
9747         * cpplib.c (do_assert): When we create a 'base' node, clear
9748         its aschain pointer.
9749
9750 2000-04-02  Neil Booth <NeilB@earthling.net>
9751
9752         * cppexp.c:  New typedef op_t.  struct operation and struct
9753         token updated to use it.
9754         (op_to_str): New function.
9755         (_cpp_parse_expr): Error messages modified to use op_to_str.
9756
9757 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9758
9759         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
9760         before checking MUST_PASS_IN_STACK.
9761
9762 2000-04-02  Neil Booth <NeilB@earthling.net>
9763
9764         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
9765         flags and initial priority into a single constant.  New
9766         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
9767         (_parse_cpp_expr): Implement new constants.  Take left operand
9768         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
9769         parse indicated by reducing FINISHED token.  Remove new lines
9770         from cpp_error messages.
9771
9772 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
9773
9774         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
9775         permanent obstack.
9776
9777 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
9778
9779         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
9780         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
9781         the strings and function names on the fly.  Take the #sccs
9782         entry out of the table if SCCS_DIRECTIVE is not defined.
9783         (_cpp_handle_directive): Decide if the # was at the beginning
9784         of the line here.  Issue -pedantic warnings for extended
9785         directives here.  Warn about K+R directives with the #
9786         indented, and C89/extended directives with the # not indented,
9787         here.
9788         (do_import, do_include_next, do_warning, do_ident, do_sccs,
9789         do_assert, do_unassert): Don't issue pedantic warning here.
9790
9791         * cpphash.h: Add CPP_WTRADITIONAL macro.
9792         * cpplib.h (struct cpp_options): Rename warn_stringify to
9793         warn_traditional; update comments.
9794         * cppinit.c (handle_option): Set warn_traditional not
9795         warn_stringify.
9796         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
9797         CPP_WTRADITIONAL (pfile).
9798         * cpplex.c (_cpp_lex_token): Don't decide if directives should
9799         be ignored in -traditional mode here.
9800
9801         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
9802         to initialize speccase[] and trigraph_map[].  Delete all
9803         references to pfile->input_speccase.  Always treat '?' as a
9804         special character.  Remove table-initialization code from
9805         _cpp_init_input_buffer.
9806
9807         * cpplib.h (struct cpp_reader): Remove input_speccase field.
9808         * cppinit.c (cpp_cleanup): Don't free input_speccase.
9809
9810 2000-04-01  Richard Henderson  <rth@cygnus.com>
9811
9812         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
9813         (mostlyclean): Likewise.
9814
9815         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
9816         (struct dump_file_info, enum dump_file_index, dump_file): New.
9817         (open_dump_file): Take a dump_file_index not a suffix, and a decl
9818         not a string.  Clean out file if we havn't yet done so.  Do nothing
9819         if the dump isn't enabled.
9820         (close_dump_file): Do nothing if the dump isn't open.  Dump
9821         graph data if requested.
9822         (dump_rtl, clean_dump_file): Remove.
9823         (compile_file): Don't clean the dump files.  Only finalize .bp dump
9824         if flag_test_coverage or flag_branch_probabilities.  Only finalize
9825         .combine dump if optimizing.  Iterate over dump_file to finalize the
9826         graph dumps.
9827         (rest_of_compilation): Update for open_dump_file/close_dump_file.
9828         Convert all uses of dump_rtl.
9829         (decode_d_option): Iterate over dump_file to implement 'a' and to
9830         locate pass-specific dumps.
9831
9832 2000-04-01  Neil Booth <NeilB@earthling.net>
9833
9834         * cppexp.c: Redefine priority constants.
9835         (_cpp_parse_expr): Replace left and right priority scheme with
9836         single priority logic.  Move LOGICAL to same place as COMPARE.
9837         Remove bogus check for multiple unary +/- operators.
9838
9839 2000-04-01  Neil Booth <NeilB@earthling.net>
9840
9841         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
9842         within the switch statement.  Binary operations break out of
9843         the switch naturally.  '(' tokens handled by forcing
9844         immediate shift.  ')' handled by forcing immediate reduce to
9845         the previous '('.  New error messages.
9846
9847 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
9848
9849         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
9850         part', it's already in use.  Use %K instead.  Add a return at the
9851         end of what is now %K.
9852         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
9853
9854 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9855
9856         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
9857         allocate_dynamic_stack_space.
9858         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
9859         update stack_pointer_delta; do not update arg_size_so_far.
9860         (compute_argument_block_size): Use stack_delta instead of
9861         stack_pointer_pending and arg_size_so_far.
9862         (expand_call): Add sanity checking for stack_pointer_delta;
9863         save and restore stack_pointer_delta for SIB, use
9864         stack_pointer_delta for alignment; do not update arg_space_so_far.
9865         (emit_library_call_value): Use stack_pointer_delta for alignment.
9866         (store_one_arg): Do not update arg_space_so_far.
9867         * explow.c (adjust_stack, anti_adjust_stack): Update
9868         stack_pointer_delta.
9869         (allocate_dynamic_stack_space): Add sanity checking for
9870         stack_pointer_delta.
9871         * expr.c (init_expr, clear_pending_stack_adjust): Clear
9872         stack_pointer_delta.
9873         (emit_push_insn): Update stack_pointer_delta.
9874         * function.h (struct expr_status): Add x_stack_pointer_delta;
9875         remove x_arg_space_so_far.
9876         (arg_space_so_far): Remove.
9877         (stack_pointer_delta): New macro.
9878
9879 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
9880
9881         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
9882         Reorder struct cpp_options and struct cpp_reader for better
9883         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
9884         takes two args.  Change all 'char' flags to 'unsigned char'.
9885         Move show_column flag into struct cpp_options.  Don't
9886         prototype cpp_options_init.
9887         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
9888         cppinit.c, cpplex.c, cpplib.c:
9889         Replace CPP_OPTIONS (pfile)->whatever with
9890         CPP_OPTION (pfile, whatever), and likewise for
9891         opts = CPP_OPTIONS (pfile); ... opts->whatever;
9892
9893         * cppinit.c (merge_include_chains): Take a cpp_reader *.
9894         Extract CPP_OPTION (pfile, pending) and work with that
9895         directly.
9896         (cpp_options_init): Delete.
9897         (cpp_reader_init): Turn on on-by-default options here.
9898         Allocate the pending structure here.
9899         (cl_options, enum opt_code): Define these from the same table,
9900         kept in a large macro.  Add -fshow-column and -fno-show-column
9901         options.
9902
9903         * cpperror.c (v_message): If show_column is off, don't print
9904         the column number.
9905
9906         * cppmain.c: Update for new interface.
9907         * fix-header.c: Likewise.
9908
9909 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
9910
9911         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
9912         definition.
9913         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
9914         are passed to any invocation of AR_FOR_TARGET.
9915         (AR_CREATE_FOR_TARGET): New macro.
9916         (AR_EXTRACT_FOR_TARGET): New macro.
9917         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
9918         AR_EXTRACT_FOR_TARGET.
9919         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
9920         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
9921         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
9922         AR_EXTRACT_FOR_TARGET to sub-makes.
9923
9924 2000-03-31  Neil Booth <NeilB@earthling.net>
9925
9926         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
9927         PAREN_INNER_PRIO.
9928         (_cpp_parse_expr): Check for multiple unary +/- operators.
9929         Correct priorities of ':' and '?'.  Treat ')' as having a
9930         value.  Ensure conditional expression is not void.
9931
9932 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
9933
9934         * alias.c (canon_rtx): Make it global.
9935         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
9936         equality.
9937         * cse.c (struct table_elt): Add canon_exp.
9938         (insert): Clear it.
9939         (invalidate): Canonicalize expressions only once.
9940         * rtl.h (canon_rtx): Declare.
9941
9942 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
9943
9944         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
9945         * alias.c (reg_known_value): Add comments.
9946         (init_alias_analysis): Likewise.
9947         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
9948         address.
9949         (cse_basic_block): Fix typo in comment.
9950         * emit-rtl.c: Include hashtab.h.
9951         (const_int_htab): New variable.
9952         (const_int_htab_hash): New function.
9953         (const_int_htab_eq): Likewise.
9954         (rtx_htab_mark_1): Likewise.
9955         (rtx_htab_mark): Likewise.
9956         (gen_rtx_CONST_INT): Cache all CONST_INTs.
9957         (unshare_all_rtx): Fix formatting.
9958         (init_emit_once): Initialize const_int_htab.
9959         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
9960         address.
9961         * rtl.texi: Document the fact that all CONST_INTs with the same
9962         value are shared.
9963
9964 2000-03-30  Richard Henderson  <rth@cygnus.com>
9965
9966         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
9967
9968 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
9969
9970         * configure.in: Comment out --enable-c-cpplib stanza.
9971         * configure: Regenerate.
9972
9973 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9974
9975         * expr.c (store_constructor): Properly compute displacement and
9976         alignment when offset is variable.
9977
9978         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
9979         cases of alignment in bytes.
9980
9981 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
9982
9983         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
9984         since it is used to generate c-parse.y.
9985         * objc-parse.c, objc-parse.y: Regenerated.
9986
9987         * function.c (expand_function_end): Pass alignment argument to
9988         emit_block_move in bits, not bytes.
9989
9990 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9991
9992         * expr.c (move_by_pieces_ninsns): Fix one more missing align
9993         correction.
9994
9995         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
9996
9997         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
9998         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
9999         * function.c (assign_parms): Likewise.
10000         * integrate.c (expand_inline_function): Likewise.
10001         * stmt.c (expand_decl): Likewise.
10002         (copy_rtx_and_substitute): Likewise.
10003         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
10004         (clear_by_pieces): Fix error in last change.
10005         * emit-rtl.c (init_emit): Set known registers alignment in bits.
10006         * function.h (regno_pointer_align): Now unsigned.
10007         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
10008         is in bits.
10009         * config/i386/i386.c (aligned_operand): Likewise.
10010         * config/sparc/sparc.c (mem_min_alignment): Likewise.
10011         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
10012         (unaligned_memory_operand): Likewise.
10013         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
10014         Also make alignments and sizes unsigned and some whitespace cleanup.
10015         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
10016
10017         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
10018         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
10019         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
10020         (expand_builtin_memset): Likewise, but to clear_storage.
10021         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
10022         (restore_fixed_argument_area): Likewise.
10023         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
10024         (load_register_parameters): Likewise, to emit_group_load.
10025         (expand_call): Likewise, to emit_group_store and emit_block_move.
10026         (emit_library_call_value_1): Likewise, to emit_block_move.
10027         (store_one_arg): Likewise, and to emit_push_insn.
10028         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
10029         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
10030         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
10031         (emit_block_move, emit_group_load, emit_group_store): Likewise.
10032         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
10033         (expand_assigment, store_expr, store_constructor_field): Likewise.
10034         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
10035         (store_constructor, store_field, get_inner_reference): Likewise.
10036         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
10037         (expand_expr, case COMPONENT_REF): Likewise.
10038         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
10039         and positions; reindent code.
10040         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
10041         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
10042         (assign_parms): Likewise to emit_group_store.
10043         * optabs.c (prepare_cmp_insn): Alignment is in bits.
10044         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
10045         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
10046         (expand_return): Likewise to {extract,store}_bit_field.
10047         * stor-layout.c (get_mode_alignment): Minor cleanup.
10048         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
10049         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
10050
10051 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10052
10053         * config/arm/arm.h: Undo effects of previous delta:
10054         (ASM_SPEC): Do not define.
10055         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
10056
10057         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
10058         typo.
10059
10060 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10061
10062         * cppinit.c (cpp_start_read): Call initialize_dependency_output
10063         only after reading in the primary source file.
10064
10065 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
10066
10067         * c-common.c (c_common_nodes_and_builtins): The first parameter to
10068         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
10069         or a reference to a va_list.
10070         * builtins.c (stabilize_va_list): Simplify now we don't have to
10071         work around C array address decay.
10072         * c-typeck.c (convert_for_assignment): Handle assignment to
10073         a reference parameter by taking the address of the RHS.
10074         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
10075         (va_copy): Likewise.
10076         (__va_copy): Likewise.
10077         * ginclude/varargs.h (va_start): Likewise.
10078         (__va_copy): Likewise.
10079
10080 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
10081
10082         * i386/djgpp.h: Remove extraneous "+".
10083
10084         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
10085
10086         * calls.c (expand_call): Fix typo in last change.
10087
10088 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10089
10090         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
10091         been expanded.
10092
10093 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10094
10095         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
10096         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
10097         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
10098         * tree.c (bit_position, byte_position): Likewise.
10099         * tree.h: Declare new functions.
10100
10101 2000-03-29  Nick Clifton  <nickc@cygnus.com>
10102
10103         * config/arm/arm.c: Minor formatting changes/
10104         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
10105         already defined.
10106         (ASM_SPEC): Define if not already defined.
10107
10108 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
10109
10110         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
10111         _cpp_calc_hash.
10112
10113 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
10114
10115         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
10116         value, don't output it as unsigned.
10117
10118 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
10119
10120         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
10121
10122 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10123
10124         * c-common.c (c_common_nodes_and_builtins): Don't special case
10125         cplus_mode when declaring builtin bzero/bcmp, always avoid
10126         prototype arguments.
10127
10128 2000-03-29  Bruce Korb  <bkorb@gnu.org>
10129
10130         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
10131         to a non-file
10132
10133 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10134
10135         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
10136         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
10137         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
10138         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
10139         (save_fixed_argument_area, restore_fixed_argument_area):
10140         conditionize by #ifdef REG_PARM_STACK_SPACE only.
10141         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
10142         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
10143         (precompute_register_parameters): Avoid #ifdefs on
10144         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
10145         (stire_one_args): Likewise.
10146         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
10147         (emit_library_call_value_1): Likewise.
10148         (compute_argument_block_size): Align to STACK_BOUNDARY only for
10149         ACCUMULATE_OUTGOING_ARGS.
10150         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
10151         value.
10152         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
10153         (use_crosses_set_p): Likewise.
10154         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
10155         #define ACCUMULATE_OUTGOING_ARGS 1.
10156         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
10157         frames.
10158         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
10159         constants.
10160         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
10161         (TARGET_SWITCHES): Add push-args, no-push-args,
10162         accumulate-outgoing-args and no-accumulate-outgoing-args.
10163         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
10164         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
10165         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
10166         and PUSH_ROUNDING.
10167         (emit_push_insn): Likewise.
10168         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10169         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
10170         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
10171         (STACK_DYNAMIC_OFFSET): Define correctly for both
10172         ACCUMULATE_OUTGOING_ARGS and normal mode.
10173         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
10174         * tm.texi (PUSH_ARGS): Document.
10175         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
10176
10177 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10178
10179         * flags.h (flag_optimize_sibling_calls): Declare.
10180         * calls.c (expand_call): Fail sibcall when
10181         !flag_optimize_sibling_calls
10182         * invoke.texi (flag_optimize_sibling_calls): Document.
10183         * toplev.c (flag_optimize_sibling_calls): New global variable.
10184         (f_options): Add flag_optimize_sibling_calls.
10185         (rest_of_compilation): Conditionize
10186         optimize_sibling_and_tail_recursive_calls by
10187         flag_optimize_sibling_calls.
10188         (main): Set flag_optimize_sibling_calls for -O2.
10189         * stmt.c (expand_return): Conditionize tail recursion by
10190         flag_optimize_sibling_calls.
10191
10192 2000-03-29  Richard Henderson  <rth@cygnus.com>
10193
10194         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
10195         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
10196
10197 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
10198
10199         * except.c (add_eh_table_entry): Mark type_info's as referenced.
10200
10201 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10202
10203         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
10204         is given.
10205         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
10206         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
10207         * config/rs6000/aix.h: then modified likewise.
10208
10209 2000-03-28  Richard Henderson  <rth@cygnus.com>
10210
10211         * rtl.h: Redistribute enum reg_note documentation.
10212         Kill trailing whitespace.
10213         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
10214         Kill trailing whitespace.
10215
10216 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
10217
10218         * cppfiles.c (hash_IHASH): Just return i->hash.
10219         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
10220         htab_find_with_hash.
10221         (cpp_read_file): Likewise.
10222         (find_include_file): Likewise.  Properly initialize
10223         ih->nshort.  Share ih->name and ih->nshort if possible.
10224         * cpphash.c (_cpp_calc_hash): New function.
10225         (hash_HASHNODE): Just return h->hash.
10226         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
10227         htab_find_with_hash.
10228         * cpphash.h: Prototype _cpp_calc_hash.
10229         * cppinit.c (initialize_builtins): Provide a valid hash
10230         to _cpp_make_hashnode, using _cpp_calc_hash.
10231
10232         * cpphash.c (collect_expansion): # is not a special character
10233         in object-like macros.  In -traditional mode, /**/ is not
10234         token paste at the beginning or end of the line.
10235         * cpplib.c (do_include, do_import, do_include_next): If
10236         parse_include fails, return immediately.
10237
10238 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
10239
10240         * config/arm/arm.md (return peepholes): Update to reflect the new
10241         call insn patterns.
10242         * config/arm/arm.c (arm_volatile_func): Also check
10243         current_function_nothrow.
10244         (output_return_instruction, output_func_prologue): Use it.
10245         (arm_output_epilogue, arm_expand_prologue): Likewise.
10246
10247 2000-03-27  Tom Tromey  <tromey@cygnus.com>
10248
10249         * gcc.c (handle_braces): In {x*...} case, break out of loop if
10250         switch is found.
10251
10252 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10253
10254         * expr.c (store_constructor): SIZE now signed.
10255         For EXPR_SIZE, don't evaluate size; just needed if constant.
10256         * fold-const.c (fold): Fix a number of cases when folded tree is
10257         wrong type.
10258         * function.c (flush_addressof): Reenable.
10259         * tree.h (flush_addressof): Likewise.
10260         * toplev.c (independent_decode_option): Look at strings_processed.
10261         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
10262
10263 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
10264
10265         * sibcall.c (indentify_call_return_value): Find last call in the chain;
10266         Allow stack adjustment after function call.
10267
10268         * regmove.c (struct csa_memlist): Make mem field rtx *.
10269         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
10270         (try_apply_stack_adjustment): Replace whole MEM rtx.
10271         (combine_stack_adjustments_for_block): Update calls
10272         to record_one_stack_ref.
10273
10274 2000-03-28  Neil Booth  <NeilB@earthling.net>
10275
10276         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
10277         '\\' rather than a null character, so nulls are not special.  Fix
10278         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
10279         speed trigraph conversion.
10280         (_cpp_init_input_buffer): Initialize trigraph map.
10281
10282 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
10283
10284         * config/i386/i386.c (output_387_binary_op): Correct intel
10285         mode assembly output, and add spaces after commas in AT&T
10286         output.  Correct Unixware assembler comment.  Document input
10287         constraints.  Comment fp operations.  Reduce profligate buffer
10288         size.  Remove extraneous abort.  Localize temp var.
10289         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
10290         (output_fix_trunc): Add spaces after commas in assembly output.
10291
10292 2000-03-27  Richard Henderson  <rth@cygnus.com>
10293
10294         * i386-protos.h (ix86_match_ccmode): Declare.
10295         * i386.c (ix86_match_ccmode): New.
10296         (ix86_expand_fp_compare): Update for pattern renames.
10297         (ix86_expand_strlensi_unroll_1): Likewise.
10298         * i386.h (EXTRA_CC_MODES): Add CCZ.
10299         (SELECT_CC_MODE): Use it for EQ/NE zero.
10300         * i386.md (cmpsi_ccz_1): New.
10301         (cmpqi_ccz_1): New.
10302         (*testsi_ccz_1): New.
10303         (testqi_ccz_1): New.
10304         (cmpsi_ccno_1): Rename from cmpsi_0.
10305         (testsi_ccno_1): Rename from testsi_1.
10306         (testqi_ccno_1): Rename from testqi_1.
10307         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
10308         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
10309         (*cmphi_0): Use ix86_match_ccmode.
10310         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
10311         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
10312         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
10313         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
10314         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
10315         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
10316         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
10317         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
10318         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
10319         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
10320         (appropriate peepholes): Likewise.
10321         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
10322         (*subsi_3, *subhi_3, *subqi_3): Remove.
10323         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
10324         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
10325         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
10326         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
10327         (x86_shift_adj_1): Use CCZ.
10328         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
10329
10330 2000-03-27  Stan Cox  <scox@cygnus.com>
10331
10332         * resource.h (mark_resource_type): New.
10333         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
10334         find_free_register): Use mark_resource_type.
10335         (mark_set_resources): Change include_delayed_effects
10336         to mark_resource_type.
10337         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
10338         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
10339         Use mark_resource_type.
10340
10341 2000-03-27  Richard Henderson  <rth@cygnus.com>
10342
10343         * i386.md (call_pop_0, call_value_pop_0): New.
10344         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
10345         (call_value_pop_1): Likewise.
10346         (call_0, call_value_0): New.
10347         (call_1, call_value_1): Remove constraint from unused arg.
10348
10349 2000-03-27  Nick Clifton  <nickc@cygnus.com>
10350
10351         * invoke.texi (Spec Files): Document new spec % command created by
10352         Tom Tromey's recent patch.
10353
10354 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
10355
10356         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
10357         if not defined.
10358
10359 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10360
10361         * expr.c (expand_assignment): Fix typo in last change.
10362
10363         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
10364
10365 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10366
10367         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
10368         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
10369         and DECL_INLINE if FUNCTION_DECL.
10370         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
10371         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
10372         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
10373         (combine_parm_decls): Likewise.
10374         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
10375         * print-tree.c (print_node): Likewise.
10376         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
10377         DECL_TRANSPARENT_UNION on proper decl types.
10378         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
10379         * stor-layout.c (layout_decl): Only check DECL_PACKED and
10380         DECL_BIT_FIELD of FIELD_DECL.
10381         * tree.h (DECL_RESULT_FLD): New macro.
10382
10383         * expr.c (expand_assignment): Add code to handle variable-sized
10384         BLKmode case.
10385
10386 2000-03-26  Richard Henderson  <rth@cygnus.com>
10387
10388         * calls.c (expand_call): Pass parms not original exp to
10389         optimize_tail_recursion.  Mind return value instead of looking
10390         for a barrier.
10391         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
10392         call_expr.  Move checks for call_expr and current_function_decl ...
10393         (expand_return): ... here.
10394
10395 2000-03-26  Tom Tromey  <tromey@cygnus.com>
10396
10397         * gcc.c (handle_braces): Recognize `%{<S}' construct.
10398         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
10399         defines.
10400         (process_command): Use them.
10401         (check_live_switch): Likewise.
10402         (give_switch): Skip ignored switches.
10403
10404 2000-03-26  Jan Hubicka  <jh@suse.cz>
10405
10406         * jump.c (jump_optimize_1): Fix typo in elide optimizations
10407         for minimal jump pass test.
10408
10409 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10410
10411         * integrate.c (function_cannot_inline_p): Do inline functions that
10412         return `void'.
10413
10414 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10415
10416         * stor-layout.c (layout_type, set_sizetype): early_type_list is
10417         now a list of TREE_LIST entries, not types.
10418         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
10419
10420         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
10421         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
10422         int_bit_position.
10423         * config/mips/mips.c (function_arg): Likewise; also remove cast
10424         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
10425         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
10426         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
10427         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
10428         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
10429         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
10430         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
10431         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
10432         num_adjusts now unsigned.
10433         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
10434         * config/sparc/sparc.c (struct function_arg_record_value_parms):
10435         NREGS now unsigned.
10436         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
10437         as is BITPOS variable; use host_integerp and int_bit_position.
10438         (function_arg_record_value_2): Likewise.
10439         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
10440         Variable REGNO now unsigned.
10441         (function_arg_record_value): NREGS now unsigned.
10442
10443 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10444
10445         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
10446
10447 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10448
10449         * Rework fields used to describe positions of bitfields and
10450         modify sizes to be unsigned and use HOST_WIDE_INT.
10451         * alias.c (reg_known_value_size): Now unsigned.
10452         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
10453         (really_start_incremental_init): Use bitsize_zero_node.
10454         (push_init_level, pop_init_level, output_init_element): Likewise.
10455         Use bitsize_unit_node and bitsize_one_node.
10456         (output_pending_init_elements, process_init_element): Likewise.
10457         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
10458         (make_extraction): Position and length HOST_WIDE_INT and unsigned
10459         HOST_WIDE_INT, respectively.
10460         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
10461         (num_sign_bit_copies): Returns unsigned.
10462         BITWIDTH now unsigned; rework arithmetic.
10463         Remove recursive call from arg to MAX.
10464         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
10465         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
10466         REGNO now unsigned.
10467         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
10468         (find_split_point, expand_compound_operation, make_extraction): LEN
10469         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
10470         (make_field_assignment): Likewise.
10471         (combine_simplify_rtx): Add cast.
10472         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
10473         (force_to_mode): WIDTH now unsigned; add cast.
10474         (if_then_else_cond): SIZE now unsigned.
10475         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
10476         (extended_count): Now returns unsigned.
10477         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
10478         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
10479         (simplify_comparison): MODE_WIDTH now unsigned.
10480         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
10481         (mark_used_regs_combine): Likewise; rework arithmetic.
10482         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
10483         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
10484         (record_promoted_value): REGNO now unsigned.
10485         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
10486         (get_last_value): REGNO now unsigned.
10487         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
10488         (reg_dead_regno, reg_dead_endregno): Now unsigned.
10489         (remove_death): Arg REGNO now unsigned.
10490         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
10491         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
10492         now unsigned.
10493         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
10494         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
10495         (struct cse_reg_info): REGNO now unsigned.
10496         (cached_regno): Now unsigned.
10497         (REGNO_QTY_VALID_P): Add cast.
10498         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
10499         (remove_invalid_regs): Likewise.
10500         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
10501         as are variables END and I.
10502         (get_cse_reg_info, insert): Likewise.
10503         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
10504         (canon_hash): Likewise.
10505         (insert_regs, lookup_for_remove): REGNO now unsigned.
10506         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
10507         New variable RN.
10508         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
10509         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
10510         * emit-rtl.c (subreg_realpart_p): Add cast.
10511         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
10512         (operand_subword_force): Arg I is now unsigned.
10513         * except.c (eh_regs): Variable I is now unsigned.
10514         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
10515         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
10516         length is unsigned HOST_WIDE_INT; likewise for internal variables.
10517         (store_split_bit_field, extract_fixed_bit_field): Likewise.
10518         (extract_split_bit_field, store_bit_field, extract_bit_field):
10519         Likewise.
10520         * expr.c (store_constructor_fields, store_constructor, store_field):
10521         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
10522         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
10523         (do_jump): Likewise.
10524         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
10525         MAX_SIZE is now unsigned.
10526         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
10527         (emit_group_store): Likewise.
10528         (emit_move_insn): I now unsigned.
10529         (store_constructor): Use host_integerp, tree_low_cst, and
10530         bitsize_unit_node.
10531         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
10532         Rework all calculations to use trees and new fields.
10533         * expr.h (promoted_input_arg): Regno now unsigned.
10534         (store_bit_field, extract_bit_field): Adjust types of pos and size.
10535         (mark_seen_cases): Arg is HOST_WIDE_INT.
10536         * flow.c (verify_wide_reg_1): REGNO now unsigned.
10537         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
10538         precisions and alignments are unsigned.
10539         (optimize_bit_field_compare, fold_truthop): Likewise.
10540         (int_const_binop): Adjust threshold for size_int_type_wide call.
10541         (fold_convert): Likewise.
10542         (size_int_type_wide): Make table larger and fix thinko that only
10543         had half of table used.
10544         (all_ones_mask_p, fold): Precisions are unsigned.
10545         * function.c (put_reg_info_stack): REGNO is unsigned.
10546         (instantiate_decl): Size is HOST_WIDE_INT.
10547         (instantiate_virtual_regs): I is unsigned.
10548         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
10549         (promoted_input_arg): REGNO is unsigned.
10550         * function.h (struct function): x_max_parm_reg is now unsigned.
10551         * gcse.c (max_gcse_regno): Now unsigned.
10552         (struct null_pointer_info): min_reg and max_reg now unsigned.
10553         (lookup_set, next_set): REGNO arg now unsigned.
10554         (compute_hash_table): REGNO and I now unsigned.
10555         (handle_avail_expr): regnum_for_replacing now unsigned.
10556         (cprop_insn): REGNO now unsigned.
10557         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
10558         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
10559         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
10560         * hard-reg-set.h (reg_class_size): Now unsigned.
10561         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
10562         * jump.c (mark_modified_reg): I now unsigned; add cast.
10563         (rtx_equal_for_thread_p): Add cast.
10564         * loop.c (max_reg_before_loop): Now unsigned.
10565         (struct_movable): REGNO now unsigned.
10566         (try_copy_prop): REGNO arg unsigned.
10567         (regs_match_p): XN and YN now unsigned.
10568         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
10569         (strength_reduce): Likewise; NREGS also unsigned.
10570         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
10571         * loop.h (struct iv_class): REGNO now unsigned.
10572         (max_reg_before_loop, first_increment_giv, last_increment_giv):
10573         Now unsigned.
10574         * machmode.h (mode_size, mode_unit_size): Now unsigned.
10575         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
10576         * optabs.c (expand_binop): I and NWORDS now unsigned.
10577         (expand_unop): I now unsigned.
10578         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
10579         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
10580         * real.c (significand_size): Now returns unsigned.
10581         * real.h (significand_size): Likewise.
10582         * regclass.c (reg_class_size): Now unsigned.
10583         (choose_hard_reg_mode): Both operands now unsigned.
10584         (record_reg_classes): REGNO and NR now unsigned.
10585         (reg_scan): NREGS now unsigned.
10586         (reg_scan_update): old_max_regno now unsigned.
10587         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
10588         * reload.c (find_valid_class): BEST_SIZE now unsigned.
10589         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
10590         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
10591         Likewise for variable R.
10592         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
10593         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
10594         (find_equiv_reg): Add casts.
10595         (regno_clobbered_p): Arg REGNO now unsigned.
10596         * reload.h (struct reload): NREGS now unsigned.
10597         (refers_to_regno_for_reload_p): Regno args are unsigned.
10598         (regno_clobbered_p): Likewise.
10599         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
10600         (compute_use_by_pseudos): REGNO now unsigned.
10601         (find_reg): I and J now unsigned, new variable K, and change loop
10602         variables accordingly; THIS_NREGS now unsigned.
10603         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
10604         (spill_hard_reg): REGNO arg now unsigned; add casts.
10605         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
10606         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
10607         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
10608         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
10609         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
10610         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
10611         (emit_reload_insns): REGNO now unsigned.
10612         (reload_cse_move2add): Add cast.
10613         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
10614         and rework loop.
10615         * resource.c (mark_referenced_resources, mark_set_resources): New
10616         variable R; REGNO and LAST_REGNO now unsigned.
10617         (mark_target_live_regs): J and REGNO now unsigned.
10618         * rtl.c (mode_size, mode_unit_size): Now unsigned.
10619         * rtl.h (union rtunion_def): New field rtuint.
10620         (XCUINT): New macro.
10621         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
10622         (operand_subword, operand_subword_force): Word number is unsigned.
10623         (choose_hard_reg_mode): Operands are unsigned.
10624         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
10625         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
10626         (regno_use_in, combine_instructions, remove_death): Likewise.
10627         (reg_scan, reg_scan_update): Likewise.
10628         (extended_count): Return is unsigned.
10629         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
10630         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
10631         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
10632         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
10633         (reg_reg_last_1): FIRS and LAST now unsigned.
10634         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
10635         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
10636         now unsigned.
10637         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
10638         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
10639         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
10640         (replace_regs): Arg NREGS now unsigned.
10641         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
10642         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
10643         (simplify_binary_operation): Likewise.
10644         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
10645         THIS_LAST now unsigned.
10646         (cselib_record_set): Add cast.
10647         * ssa.c (ssa_max_reg_num): Now unsigned.
10648         (rename_block): REGNO now unsigned.
10649         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
10650         sizes now unsigned.
10651         (all_cases_count): Just return -1 not -2.
10652         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
10653         Rework tests to use trees whenever possible.
10654         Use host_integerp and tree_low_cst.
10655         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
10656         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
10657         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
10658         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
10659         (smallest_mode_for_size): Likewise.
10660         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
10661         KNOWN_ALIGN is now an alignment, so simplify code.
10662         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
10663         (start_record_layout): Renamed from new_record_layout_info.
10664         Update to new fields.
10665         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
10666         New functions.
10667         (place_union_field): Renamed from layout_union_field.
10668         Update to use new fields in rli.
10669         (place_field): Renamed from layout_field.
10670         Major rewrite to use new fields in rli; pass alignment to layout_decl.
10671         (finalize_record_size): Rework to use new fields in rli and handle
10672         union.
10673         (compute_record_mode): Rework to simplify and to use new DECL fields.
10674         (finalize_type_size): Make rounding more consistent.
10675         (finish_union_layout): Deleted.
10676         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
10677         (layout_type, case RECORD_TYPE): Call new function names.
10678         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
10679         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
10680         (get_best_mode): UNIT is now unsigned; remove casts.
10681         * tree.c (bit_position): Compute from new fields.
10682         (byte_position, int_byte_position): New functions.
10683         (print_type_hash_statistics): Cast to remove warning.
10684         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
10685         (build_index_type): Likewise; make subtype of sizetype.
10686         (build_index_2_type): Pass sizetype to build_range_type.
10687         (build_common_tree_nodes): Use size_int and bitsize_int to
10688         initialize nodes; add bitsize_{zero,one,unit}_node.
10689         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
10690         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
10691         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
10692         (DECL_FIELD_BITPOS): Deleted.
10693         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
10694         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
10695         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
10696         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
10697         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
10698         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
10699         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
10700         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
10701         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
10702         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
10703         (DECL_ALIGN): Adjust to new field in union.
10704         (DECL_OFFSET_ALIGN): New field.
10705         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
10706         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
10707         (union tree_decl): Add struct for both aligns.
10708         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
10709         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
10710         (struct record_layout_info): Rework fields to have offset
10711         alignment and byte and bit position.
10712         (start_record_layout, place_field): Renamed from old names.
10713         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
10714         (byte_position, int_byte_position): Likewise.
10715         (get_inner_reference): Change types of position and length.
10716         * unroll.c (unroll_loop): New variable R; use for some loops.
10717         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
10718         (calculate_giv_inc): Arg REGNO now unsigned.
10719         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
10720         * varasm.c (assemble_variable): Clean up handling of size using
10721         host_integerp and tree_low_cst.
10722         (decode_addr_const): Use byte, not bit, position.
10723         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
10724         use tree_low_cst and int_bit_position.
10725         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
10726
10727 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
10728
10729         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
10730         (reorder_block_def): New members eff_head and eff_end.
10731         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
10732         (verify_insn_chain): New function.
10733         (skip_insns_between_block): Add code to skip deleted insns.
10734         Check for note before using.
10735         (chain_reorder_blocks): Replace calls to skip_insns_between_block
10736         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
10737         Check for note before using.
10738         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
10739         (fixup_reorder_chain): Restructure, clean up, defect removal.
10740         (reorder_basic_blocks): Remove last_insn and references to it.
10741         Moved insn chain verification code into a new function (see above).
10742         Delete defective code that sets last insn.
10743         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
10744         all blocks.
10745
10746 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10747
10748         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
10749
10750 2000-03-24  Richard Henderson  <rth@cygnus.com>
10751
10752         * tree.c (lang_safe_for_unsave): Remove.
10753         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
10754         allowing for two levels of unsafeness.  Remove lang hook.
10755         * tree.h: Update declarations.
10756         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
10757         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
10758         Always fail sibcalls when there are pending cleanups.
10759
10760 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10761
10762         * flow.c (propagate_block): When we delete an ADDR_VEC,
10763         also delete the BARRIER following it if there is one.
10764
10765 2000-03-24  Richard Henderson  <rth@cygnus.com>
10766
10767         * builtins.c (expand_builtin_bzero): Convert `length' argument
10768         to sizetype.
10769
10770 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
10771
10772         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
10773         comparison if regno's are equal.
10774         * calls.c (initialize_argument_informat): Add ecf_flags argument.
10775         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10776         (expand_call): Update caller.
10777         Avoid making a sibling call if argument size of the callee is larger
10778         than argument size of the caller.
10779         Call hard_function_value with outgoing set if in sibcall pass.
10780         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
10781
10782         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
10783         Change LEAF_REGISTERS from an array initializer to actual array
10784         identifier. Move static global variable into the function.
10785         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
10786         sequences for leaf functions.
10787         * global.c (global_alloc): Likewise.
10788         * tm.texi (LEAF_REGISTERS): Update documentation.
10789
10790         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
10791         TARGET_FLAT leaf disabling hack.
10792         (LEAF_REGISTERS): Changed from an array initializer to actual array
10793         identifier to avoid duplication and remove the above hack.
10794         (FUNCTION_OK_FOR_SIBCALL): Define.
10795         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
10796         always like call attribute.
10797         (eligible_for_sibcall_delay): New attribute.
10798         (sibcall): New delay type.
10799         (sibcall, sibcall_value, sibcall_epilogue): New expands.
10800         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
10801         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
10802         * config/sparc/sparc.c (sparc_leaf_regs): New array.
10803         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
10804         New functions.
10805         (output_function_epilogue): Move part of the code into
10806         output_restore_regs.
10807         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
10808         TYPE_SIBCALL.
10809         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
10810         prototypes.
10811
10812         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
10813         until infrastructure is finished.
10814
10815 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
10816
10817         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
10818         (save_parm_insns): Not here.
10819
10820 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10821
10822         * builtins.c (expand_builtin_bzero): New function.
10823         (expand_builtin): Handle bzero.
10824
10825         * builtins.def: Add BUILT_IN_BZERO.
10826
10827         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10828         prototype & function for bzero.
10829
10830 2000-03-23  Michael Meissner  <meissner@redhat.com>
10831
10832         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
10833         change adding TARGET_FP to the TF floating point insns, except for
10834         trunctfsf2, which generates direct calls to truncdfsf2.
10835
10836 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
10837
10838         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
10839         try to protect against middle-end changes that break binary
10840         compatibility.
10841         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
10842
10843 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10844
10845         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
10846
10847 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10848
10849         * calls.c (expand_call): If TARGET is passed by reference and
10850         is readonly, write a CLOBBER.
10851
10852 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10853
10854         * builtins.c (expand_builtin): Handle bcmp.
10855
10856         * builtins.def: Add BUILT_IN_BCMP.
10857
10858         * c-common.c (c_common_nodes_and_builtins): Provide builtin
10859         prototype & function for bcmp.
10860
10861 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
10862
10863         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
10864         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
10865         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
10866
10867 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
10868
10869         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
10870         alternative when using -fp64 -gp32.
10871
10872 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10873
10874         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
10875         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
10876         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
10877
10878         * frame.h (frame_state): Revert last change.
10879         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
10880         * libgcc2.c (throw_helper): Revert last change.
10881
10882 2000-03-22  Richard Henderson  <rth@cygnus.com>
10883
10884         * stmt.c (expand_asm_operands): Don't promote the temporary.
10885
10886 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10887
10888         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
10889         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
10890           c_get_alias_set): Likewise.
10891         * c-decl.c (duplicate_decls): Likewise.
10892         * c-typeck.c (default_conversion,build_unary_op): Likewise.
10893         * calls.c (initialize_argument_information): Likewise.
10894         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
10895         Likewise.
10896         * dwarfout.c (decl_class_context,output_type): Likewise.
10897         * expr.c (get_inner_reference): Likewise.
10898         * fold-const.c (simple_operand_p,fold): Likewise.
10899         * function.c (aggregate_value_p): Likewise.
10900         * stmt.c (expand_asm_operands): Likewise.
10901         * varasm.c (named_section): Likewise.
10902
10903 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
10904
10905         Implement dwarf2 exception handling for the ARM.
10906         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
10907         (DWARF_FRAME_RETURN_COLUMN): Define.
10908         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
10909         REG_FRAME_RELATED_EXPR note.
10910         (emit_sfm): Likewise.
10911         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
10912         * dwarf2out.c (reg_save): Handle saving a register to itself.
10913         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
10914         * except.c (eh_regs): Don't use the static chain reg if it's
10915         callee-saved.
10916         * frame.h (frame_state): Add cfa_saved field.
10917         * frame.c (execute_cfa_insn): Set it.
10918         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
10919         the epilogue.
10920         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
10921         Now takes a parm.
10922         (instantiate_virtual_regs): Adjust.
10923         * tm.texi: Adjust.
10924         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10925         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
10926         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
10927
10928         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
10929         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
10930
10931 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10932
10933         * builtins.def: New file.
10934
10935         * Makefile.in (TREE_H): Depend on builtins.def.
10936
10937         * builtins.c (built_in_names): Use builtins.def.
10938
10939         * tree.h (built_in_function): Likewise.
10940
10941 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
10942
10943         * tree.c (size_in_bytes): Return size_zero_node, not
10944         integer_zero_node.
10945
10946 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10947
10948         * config/fp-bit.c (pack_d): Correct the case when a denormal
10949         is rounded up and stops being denormal.
10950
10951 2000-03-21  Richard Henderson  <rth@cygnus.com>
10952
10953         * config/alpha/alpha.c (function_arg): Check for void_type_node
10954         before using MUST_PASS_IN_STACK.
10955
10956 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
10957
10958         * regmove.c (combine_stack_adjustments_for_block): Check that
10959         the stack pointer is a valid memory address.
10960
10961 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
10962
10963         * calls.c: re-install Mar 16 emit_library_call merge.
10964
10965 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10966
10967         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
10968         we cannot be sure that if reload_completed base register will
10969         be properly aligned.
10970
10971 2000-03-21  Richard Henderson  <rth@cygnus.com>
10972
10973         * flow.c (delete_block): Fix typo last change.
10974
10975 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
10976
10977         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
10978         not COMPLETE_TYPE_P, to check the type of the expression.
10979
10980 2000-03-21  Michael Meissner  <meissner@redhat.com>
10981
10982         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
10983         all floating point insns that just tested the macro
10984         TARGET_HAS_XFLOATING_LIBS.
10985         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
10986         used to only use the gprs.
10987
10988 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10989
10990         * tree.h (COMPLETE_TYPE_P): New macro.
10991         (COMPLETE_OR_VOID_TYPE_P): New macro.
10992         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
10993         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
10994         * c-aux-info.c (gen_type): Use them.
10995         * c-common.c (c_expand_expr_stmt): Likewise.
10996         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
10997         grokdeclarator, grokparms, finish_struct, start_function,
10998         store_parm_decls, combine_parm_decls): Likewise.
10999         * c-parse.y (cast_expr): Likewise.
11000         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
11001         c_size_in_bytes, c_alignof, build_component_ref,
11002         build_indirect_ref, build_array_ref, convert_arguments,
11003         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
11004         * calls.c (initialize_argument_information): Likewise.
11005         * convert.c (convert_to_integer): Likewise.
11006         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
11007         * dwarfout.c (location_or_const_value_attribute,
11008         output_enumeration_type_die, output_structure_type_die,
11009         output_union_type_die, output_type): Likewise.
11010         * expr.c (safe_from_p, expand_expr): Likewise.
11011         * function.c (assign_parms): Likewise.
11012         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
11013         * tree.c (build_array_type, build_function_type,
11014         build_method_type, build_offset_type, build_complex_type): Likewise.
11015         * c-parse.c, c-parse.h: Regenerated.
11016
11017 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11018
11019         * config/c4x/rtems.h: Include config/rtems.h.
11020
11021 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
11022
11023         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
11024         decl is a FUNCTION_DECL
11025
11026 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
11027
11028         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
11029         function uses output registers.  Don't save RP for leaf functions.
11030         Do save RP even if no epilogue.
11031         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
11032         (CALL_USED_REGISTERS): Unmark in registers.
11033         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
11034         to near the middle.
11035
11036 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11037
11038         * config/rs6000/rs6000.md (bunordered): New expander.
11039         (bordered): New expander.
11040         (buneq): New expander.
11041         (bunge): New expander.
11042         (bungt): New expander.
11043         (bunle): New expander.
11044         (bunlt): New expander.
11045         (bltgt): New expander.
11046
11047         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
11048         (ccr_bit_negated_p): New function.
11049         (print_operand): For %C, generate appropriate cror for UNEQ,
11050         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
11051
11052 2000-03-20  Andreas Jaeger  <aj@suse.de>
11053
11054         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
11055         warning.
11056
11057         * tree.h (safe_for_unsave): Prototype.
11058
11059 2000-03-20  Richard Henderson  <rth@cygnus.com>
11060
11061         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
11062         (combine_stack_adjustments_for_block): Don't allow sp references
11063         in the side of a set we're not fixing up.
11064         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
11065         after life_analysis.
11066
11067 2000-03-20  Richard Henderson  <rth@cygnus.com>
11068
11069         * calls.c (expand_call): Don't bother generating tail call
11070         sequences if there are pending cleanups.  Use
11071         expand_start_target_temps/expand_end_target_temps to elide
11072         cleanups created during sibcall expansion.
11073
11074 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
11075
11076         * configure.in: Set $IFS to a value if it doesn't already have one
11077         in the --enable-checking handling.
11078         * configure: Regenerate.
11079
11080 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11081
11082         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
11083         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11084         Regenerated.
11085
11086 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
11087
11088         * jump.c (delete_noop_moves): Remove code attempting to
11089         combine stack adjustments.
11090
11091 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11092
11093         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
11094         * except.c (emit_cleanup_handler): Use them.
11095         (expand_end_all_catch): Likewise.
11096         * function.c (fixup_var_refs): Likewise.
11097         (expand_function_end): Clear catch_clauses_last.
11098         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
11099         * except.h (struct eh_status): New field x_catch_clauses_last.
11100         (catch_clauses_last): New define.
11101
11102         * Makefile.in (tree.o): Depend on HASHTAB_H.
11103         * tree.c: Include hashtab.h.
11104         (struct type_hash): Remove next field.
11105         (TYPE_HASH_SIZE): Remove.
11106         (TYPE_HASH_INITIAL_SIZE): New define.
11107         (type_hash_table): Change type to htab_t.
11108         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
11109         mark_hash_entry): New functions.
11110         (init_obstacks): Allocate type hash.
11111         (type_hash_lookup): Use htab functions.
11112         (type_hash_add, mark_type_hash): Likewise.
11113         (dump_tree_statistics): Call print_type_hash_statistics.
11114
11115 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11116
11117         * rs6000/t-aix41: New file.
11118
11119         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
11120
11121 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
11122
11123         * tm.texi (Driver): Fix typos and tweak entry for
11124         INCLUDE_DEFAULTS.
11125         Move misplaced STRUCT_FORCE_BLK entry ...
11126         (Storage Layout): ... to here.
11127         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
11128
11129 2000-03-19  Richard Henderson  <rth@cygnus.com>
11130
11131         * flow.c (delete_block): Delete the addr_vec along with the block.
11132         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
11133         reference labels.
11134
11135         * fold-const.c (extract_muldiv): Apply type check for defined
11136         overflow to multiply as well as divide.
11137
11138         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
11139
11140 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11141
11142         * emit-rtl.c (remove_unncessary_notes): Check that all
11143         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
11144         associated NOTE_BLOCK.
11145         * function.h (identify_blocks): Update comments.
11146         (reorder_blocks): Declare.
11147         * function.c (identify_blocks): Don't take paramters.
11148         (reorder_blocks): Don't take parameters.
11149         * loop.h (find_loop_tree_blocks): Remove.
11150         (unroll_block_trees): Likewise.
11151         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
11152         reorder_blocks instead of unroll_block_trees.h
11153         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
11154         * stmt.c (find_loop_tree_blocks): Remove.
11155         (unroll_block_trees): Likewise.
11156         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
11157         in whole-function mode.
11158         * tree.h (reorder_blocks): Remove declaration.
11159
11160         * expr.c: Include intl.h.
11161         * Makefile.in (expr.o): Depend on intl.h.
11162
11163 2000-03-18  Richard Henderson  <rth@cygnus.com>
11164
11165         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
11166
11167 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11168
11169         * tree.h (tree_index): Remove enumerals for integer types.
11170         (integer_type_kind): New type.
11171         (integer_types): New variable.
11172         (char_type_node): Adjust.
11173         (signed_char_type_node): Likewise.
11174         (unsigned_char_type_node): Likewise.
11175         (short_integer_type_node): Likewise.
11176         (short_unsigned_type_node): Likewise.
11177         (integer_type_node): Likewise.
11178         (unsigned_type_node): Likewise.
11179         (long_integer_type_node): Likewise.
11180         (long_unsigned_type_node): Likewise.
11181         (long_long_integer_type_node): Likewise.
11182         (long_long_unsigned_type_node): Likewise.
11183         * tree.c (integer_types): New variable.
11184         (init_obstacks): Register it as a root.
11185
11186 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
11187
11188         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
11189         NEXT_INSN. Update last insn in chain.
11190
11191 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
11192
11193         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
11194         with TYPE_DECL_SUPPRESS_DEBUG set.
11195
11196 2000-03-18  Richard Henderson  <rth@cygnus.com>
11197
11198         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
11199
11200 2000-03-18  Richard Henderson  <rth@cygnus.com>
11201
11202         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
11203         care for HALF_PIC_P.
11204         (expander_call_insn_operand): Remove.
11205         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
11206         * i386.h (PREDICATE_CODES): Update.
11207         * i386.md (all call expanders): Remove predicates, remove special
11208         handling for half-pic.
11209         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
11210         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
11211         (sibcall_epilogue): New.
11212
11213 2000-03-17  Richard Henderson  <rth@cygnus.com>
11214
11215         * rtlanal.c (single_set): Reject if the parallel has anything
11216         except SET or USE or CLOBBER.
11217
11218 2000-03-17  Jeff Law  <law@cygnus.com>
11219             Richard Henderson  <rth@cygnus.com>
11220
11221         * Makefile.in (OBJS): Add sibcall.o.
11222         (sibcall.o): New.
11223         * sibcall.c: New file.
11224         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
11225         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
11226         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
11227         Emit sibcall patterns when requested.  Update all callers.
11228         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
11229         elimination seems feasable.
11230         * final.c (leaf_function_p): Sibling calls don't discount being
11231         a leaf function.
11232         * flow.c (HAVE_sibcall_epilogue): Provide default.
11233         (find_basic_blocks_1): Sibling calls don't throw.
11234         (make_edges): Make edge from sibling call to EXIT.
11235         (propagate_block): Don't remove sibcall_epilogue insns.
11236         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
11237         (sibcall_epilogue): New.
11238         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
11239         (identify_blocks_1): Likewise.  Break out from ...
11240         (identify_blocks): ... here.
11241         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
11242         (reorder_blocks): ... here.
11243         (init_function_for_compilation): Zap prologue/epilogue as varrays.
11244         (record_insns): Extend a varray instead of mallocing new memory.
11245         (contains): Read a varray not array of ints.
11246         (sibcall_epilogue_contains): New.
11247         (thread_prologue_and_epilogue_insns): Emit and record
11248         sibcall_epilogue patterns.
11249         (init_function_once): Allocate prologue/epilogue varrays.
11250         * genflags.c (gen_insn): Treat sibcall patterns as calls.
11251         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
11252         Broken out from ...
11253         (save_for_inline_nocopy): ... here.
11254         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
11255         Broken out from ...
11256         (expand_inline_function): ... here.
11257         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
11258         (subst_constants): Handle 'n' formats.
11259         * jump.c (jump_optimize_minimal): New.
11260         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
11261         optimizations if it's set.
11262         * rtl.c (copy_rtx): Do copy jump & call for insns.
11263         * rtl.h (struct rtx_def): Document use of jump and call for insns.
11264         (SIBLING_CALL_P): New.
11265         (sibcall_use_t): New.
11266         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
11267         Invoke optimize_sibling_and_tail_recursive_calls.
11268         * tree.c (lang_safe_for_unsave): New.
11269         (safe_for_unsave): New.
11270         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
11271
11272         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
11273         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
11274         (*sibcall_osf_1, *sibcall_value_osf_1): New.
11275
11276 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
11277
11278         * objc/objc-act.c (encode_method_prototype): Pass types, not
11279         PARM_DECLs, to int_size_in_bytes.
11280
11281 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
11282
11283         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
11284
11285         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
11286         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
11287
11288 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11289
11290         * Clean up usages of TREE_INT_CST_LOW.
11291         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
11292         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
11293         Regenerated.
11294         * c-tree.h (min_precision): Move declaration to here.
11295         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
11296         (build_unary_op, add_pending_init): Use bit_position.
11297         (pending_init_member, process_init_element): Likewise.
11298         (really_start_incremental_init, push_init_level, pop_init_level):
11299         Don't make copies of nodes or modify them in place, use consistent
11300         types when tracking positions, and use tree routines computations.
11301         (set_init_index, output_init_element): Likewise.
11302         (output_pending_init_elements, process_init_element): Likewise.
11303         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
11304         tree_low_cst and int_bit_position; also minor cleanup.
11305         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
11306         (print_cst_octal): Precision is unsigned.
11307         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
11308         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
11309         (simple_type_align_in_bits): Result is unsigned int.
11310         Use tree_int_low_cst and host_integerp.
11311         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
11312         (field_byte_offset): Result is HOST_WIDE_INT.
11313         Change types of internal variables so alignments are unsigned int,
11314         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
11315         Use host_integerp, tree_low_cst, and int_bit_position.
11316         (add_bit_offset_attribute): Likewise.
11317         (add_data_member_location_attribute): Use tree_cst_low.
11318         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
11319         (add_bit_size_attribute): Use tree_low_cst.
11320         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
11321         * dwarfout.c: Similar changes to dwarf2out.c.
11322         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
11323         * genoutput.c (n_occurences): Return -1 for null string.
11324         (strip_whitespace): Accept null string and make into function.
11325         (scan_operands): Reflect above changes.
11326         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
11327         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
11328         * ssa.c (rename_registers): Add missing cast of arg to bzero.
11329         * tree.c (int_size_in_bytes): Check for too big to represent.
11330         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
11331         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
11332         New declarations.
11333         (min_precision): Delete from here.
11334         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
11335         and int_bit_position.
11336         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
11337         (encode_method_def): Likewise.
11338         (build_ivar_list_initializer): Use int_bit_position.
11339         (generate_shared_structures): Convert size.
11340         (encode_type, encode_complete_bitfield): Use integer_zerop.
11341         (encode_bitfield): Use tree_low_cst and int_bit_position.
11342
11343 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11344
11345         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
11346
11347 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11348
11349         * call.c (special_function_p): It is only malloc if it returns
11350         Pmode.
11351
11352 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11353
11354         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
11355         (C33_FLAG, TARGET_C3X): Add macros.
11356         (TARGET_SWITCHES): Add -m33 option.
11357         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
11358
11359 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11360
11361         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
11362         (PARALLEL_PACK_FLAG): Delete.
11363         (TARGET_SWITCHES): Update.
11364         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
11365
11366 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11367
11368         * fold-const.c (fold): Fix a few cases when the returned result
11369         is not of the same type as the input.
11370
11371 2000-03-16  Nick Clifton  <nickc@cygnus.com>
11372
11373         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
11374         warning.
11375
11376 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11377
11378         * libgcc2.h: Move prototypes above macros with the same name.
11379         Wrap some function prototypes in the conditional which indicates
11380         whether they are supported, i.e. "BITS_PER_UNIT == 8".
11381
11382 2000-03-16  Richard Henderson  <rth@cygnus.com>
11383
11384         * calls.c: Revert last two changes.
11385
11386 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
11387
11388         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
11389         has exponent 0 is a zero.
11390
11391         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
11392         HASH may already be nonzero.  Add code/mode into hash value
11393         immediately after repeat label.
11394         (cselib_lookup): Don't leave the hash table in an inconsistent
11395         state before a hash lookup operation.
11396
11397 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
11398
11399         * i386.md (all HI and QI mode non-move patterns):  Conditionize
11400         by TARGET_[HQ]IMODE_MATH.
11401         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11402         x86_promote_qi_regs): Declare.
11403         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
11404         TARGET_PROMOTE_QI_REGS): New macros.
11405         (PROMOTE_MODE): New macro.
11406         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
11407         x86_promote_qi_regs): New global variables.
11408
11409 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
11410
11411         * calls.c (emit_library_call_value_1): Break out from ...; handle
11412         VOIDmode function calls too.
11413         (emit_library_call_value): ... here.
11414         (emit_library_call): Implement by calling emit_library_call_value_1.
11415
11416 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
11417
11418         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
11419         Update arg_space_so_far on stack adjustments.
11420         (emit_library_call, emit_library_call_value): Likewise; take into
11421         account arg_space_so_far and pending_stack_adjust when calculcating
11422         the boundary.
11423
11424 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
11425
11426         * flow.c: Move all basic block reordering code into its own file.
11427         (create_basic_block): Externalize.
11428         * bb-reorder.c: New file. Copy all basic block reordering code from
11429         flow.c to this file.
11430         (reorder_basic_blocks): Fix fencepost error in for-loop.
11431         (reorder_basic_blocks): Remove braces from single statement for-loops.
11432         * basic-block.h: Add declaration for create_basic_block.
11433         * Makefile.in: Add rules for bb-reorder.o.
11434
11435 2000-03-16  Neil Booth  <NeilB@earthling.net>
11436
11437         * cppinit.c (handle_option):  Implement #unassert directive
11438         as -A- command line option.
11439         (print_help):  Update.
11440         * cpptexi.c:  Update.
11441
11442 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11443
11444         * md.texi (Standard Names): Document `jump'.
11445
11446 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
11447
11448         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
11449         gotos.
11450
11451 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11452
11453         Merge changes from newppc-branch onto trunk.
11454
11455         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
11456
11457         * rs6000.c (toc_hash_table): Update for new hash table functions.
11458         (toc_hash_function): Likewise.
11459         (toc_hash_eq): Likewise.
11460         (toc_hash_mark_entry): Likewise.
11461         (toc_hash_mark_table): Likewise.
11462         (output_toc): Likewise.
11463         (rs6000_add_gc_roots): Likewise.
11464
11465         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11466
11467         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
11468         (AR_FLAGS_FOR_TARGET): here.  New macro.
11469
11470         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
11471
11472         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
11473         fpmem_operand) Delete.
11474         (xer_operand) New.
11475         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
11476         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
11477         (rs6000_save_machine_status, rs6000_restore_machine_status,
11478         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
11479         references to above variables.
11480         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
11481         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
11482         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
11483         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
11484         (XER_REGNO_P, XER_REGNO): New.
11485         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
11486         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
11487         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
11488         XER_REGNO_P.
11489         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
11490         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
11491         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
11492
11493         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11494
11495         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
11496         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
11497         * rs6000.h: from here.
11498
11499         * rs6000-protos.h (rs6000_select_section): Provide prototype.
11500         (rs6000_select_rtx_section): Likewise.
11501         (rs6000_encode_section_info): Likewise.
11502         (sdata_section): Likewise.
11503         (sdata2_section): Likewise.
11504         (sbss_section): Likewise.
11505         * sysv4.h (rs6000_select_section): Delete prototype.
11506         (rs6000_select_rtx_section): Likewise.
11507         (rs6000_encode_section_info): Likewise.
11508         (sdata_section): Likewise.
11509         (sdata2_section): Likewise.
11510         (sbss_section): Likewise.
11511         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
11512
11513         * sysv4.h: Delete various unnecessary #undef's and put a comment
11514         on the remaining ones.
11515         Change various comments according to coding standard.
11516
11517         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
11518
11519         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
11520         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
11521         (CR0_REGNO_P) Remove.
11522         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
11523         setup_incoming_varargs, mtcrf_operation, print_operand,
11524         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
11525         Use the above macros.
11526
11527         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
11528
11529         * config/rs6000/rs6000.md: Added a new alternative for each
11530         pattern that had a 'x' alternative but no 'y' alternative.
11531         Added a new split for each of the above patterns.
11532
11533         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
11534
11535         * aix41.h (ASM_CPU_SPEC): Delete.
11536         (CPP_CPU_SPEC): Delete.
11537
11538         * aix.h (RS6000_OUTPUT_BASENAME): Define.
11539         (ASM_OUTPUT_LABEL): Define.
11540         (ASM_GLOBALIZE_LABEL): Define.
11541         (STRIP_NAME_ENCODING): Define.
11542         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
11543         (STRIP_NAME_ENCODING): Don't define.
11544         (ASM_OUTPUT_LABEL): Don't define.
11545         (ASM_GLOBALIZE_LABEL): Don't define.
11546         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
11547         names, and ASM_OUTPUT_LABEL to output labels, rather than
11548         asm_fprintf.
11549         (ASM_OUTPUT_LABEL): Define.
11550         (ASM_OUTPUT_INT): Use assemble_name.
11551         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
11552         (STRIP_NAME_ENCODING): Don't undefine first.
11553         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
11554         ELF.
11555         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
11556         specified with 'asm' even with -fleading-underscore.
11557         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
11558         (output_epilog): Likewise.
11559         (output_toc): Likewise.
11560         * tramp.asm: Handle -fleading-underscore correctly.
11561
11562         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
11563         -mminimal-toc.
11564         (nonlocal_goto_receiver): Delete.
11565         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
11566
11567         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
11568         (SET_ASM_OP): Define.
11569         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
11570
11571         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
11572         (ASM_LONG): Define.
11573
11574         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
11575         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
11576
11577         * rs6000.h: Add 'u' to more constants.
11578
11579         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
11580
11581         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
11582
11583         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
11584
11585         * rs6000.c (reg_or_u_cint_operand): New function.
11586         (logical_operand): Handle 64-bit hosts.
11587         (logical_u_operand): New function.
11588         (non_logical_cint_operand): Handle 64-bit hosts.
11589         (non_logical_u_cint_operand): New function.
11590         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
11591         (PREDICATE_CODES): Define new functions.
11592         * rs6000-protos.h: Declare new functions.
11593         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
11594         (movdi_64): Bracket code intended for 64-bit hosts.  Create
11595         CONST_DOUBLE for 32-bit values.
11596         (scc insns): Generate DImode compares.
11597         (mfcr insns): Create DImode versions.
11598         (sge matchers): New patterns.
11599
11600         2000-02-15  Gabriel Paubert  <paubert@iram.es>
11601
11602         * rs6000.md: Correct instructions length attributes and
11603         constraints on unsigned compare instructions.
11604         (*ne0): Disable for PowerPC64.
11605
11606         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
11607
11608         * rs6000.c (output_function_profiler): Use .long for a 32-bit
11609         quantity, fix profile1.C test failure under -fPIC.
11610
11611         * rs6000.c: Add 'u' to many constants to suppress warnings.
11612         (constant_pool_expr_1): Make static.
11613         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
11614         * rs6000.h: Add 'u' to many constants to suppress warnings.
11615
11616         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
11617         for the start of the TOC, instead of LCTOC..0.
11618         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
11619         of the TOC.
11620         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
11621         (load_toc_aix_di): Use LCTOC..1.
11622
11623         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
11624         * rs6000.c (rs6000_legitimize_address): New function from
11625         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
11626         symbols in the constant pool that really are TOC references.
11627         (print_operand_address): For ELF, write TOC offsets under
11628         -fPIC as subtractions in the insn.
11629         (output_toc): For ELF, define symbols in TOC as normal labels,
11630         to match RTL.
11631         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
11632         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
11633         (create_TOC_reference): Prototype only when RTX_CODE is defined.
11634         * rs6000.md (movsi): Only use create_TOC_reference on
11635         symbols in the constant pool that really are TOC references.
11636
11637         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
11638         * rs6000.c (rs6000_reorg): Delete.
11639         * rs6000-protos.h (rs6000_reorg): Delete.
11640
11641         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
11642
11643         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
11644
11645         * aix.h (SETUP_FRAME_ADDRESSES): Define.
11646         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
11647         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
11648         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
11649         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
11650         rs6000_aix_emit_builtin_unwind_init.
11651         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
11652         rs6000_emit_eh_toc_restore on AIX.
11653         (return_eh_si): Use r2.
11654         (return_eh_di): Use r2.
11655
11656         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
11657         since we're breaking binary compatibility anyway.
11658
11659         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
11660
11661         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
11662         constant_pool_expr_p): Declare them.
11663         (constant_pool_expr_p): Declare it.
11664         * config/rs6000/rs6000.c (toc_label_name): Define.
11665         (rs6000_override_options): Set toc_label_name.
11666         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
11667         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
11668         uses_TOC): New functions.
11669         (print_operand): Delete old '*' case.
11670         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
11671         and strip off rtl for TOC before calling output_addr_const.
11672         (rs6000_emit_load_toc_table): Use toc_label_name.
11673         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
11674         the default.
11675         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
11676         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
11677         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
11678         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
11679         into explicit TOC_REGISTER offsets.
11680         (TOC_REGISTER): New macro.
11681         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
11682         TARGET_TOC to reference TOC_REGISTER.
11683         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
11684         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
11685         uses_TOC before emitting label references.
11686
11687         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11688
11689         * rs6000.md (stack_tie): Fix warning.
11690
11691         * eabi-ctors.c: Use 'asm' names for the start/end variables,
11692         to handle -fleading-underscore.
11693         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
11694         (USER_LABEL_PREFIX): New macro.
11695         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
11696         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
11697         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
11698         call-linux can use the same multilibs.
11699         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
11700         and call-linux multilibs.  Do multilib with -fleading-underscore.
11701         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
11702         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
11703         to call-aix.
11704
11705         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
11706         have MASK_SOFT_FLOAT set.
11707         (CPP_FLOAT_DEFAULT_SPEC): New macro.
11708         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
11709         CPP_FLOAT_DEFAULT_SPEC.
11710
11711         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
11712         * rs6000.md: Whitespace change.
11713         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
11714         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
11715
11716         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
11717
11718         * rs6000.md (eh_epilogue): New expander.
11719         (eh_reg_restore): New expand/split/insn combination.
11720         (return_eh_si): New insn.
11721         (return_eh_di): New insn.
11722
11723         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
11724         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
11725         * eabi-ctors.c (__do_global_ctors): Register this object's
11726         frame.  Clean up.  Call atexit() after the constructors.
11727         (__do_global_dtors): Deregister this object's frame.  Clean up.
11728         Allow for recursive calls to exit().
11729         * rs6000.c (fixuplabelno): New variable.
11730         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
11731         TARGET_RELOCATABLE, it slows down exec() under linux.
11732         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
11733
11734         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
11735         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
11736         (ASM_OUTPUT_DWARF_DELTA2): New macro.
11737         (ASM_OUTPUT_DWARF_DELTA4): New macro.
11738         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
11739         (ASM_OUTPUT_DWARF_ADDR): New macro.
11740         (ASM_OUTPUT_DWARF_DATA4): New macro.
11741         (ASM_OUTPUT_DWARF_DATA2): New macro.
11742         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
11743         (ASM_OUTPUT_DWARF_OFFSET): New macro.
11744         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
11745
11746         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11747
11748         * rs6000.c (rs6000_sr_alias_set): New variable.
11749         (rs6000_override_options): Initialise rs6000_sr_alias_set.
11750         (rs6000_emit_stack_tie): New function.
11751         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
11752         in a way that dwarf2out can understand.
11753         (rs6000_frame_related): New function.
11754         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
11755         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
11756         Use rs6000_emit_stack_tie when needed.
11757         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
11758         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
11759         * rs6000.md (stack_tie): New insn.
11760         (return_internal_si): Allow return value to be in the count
11761         register.
11762         (return_internal_di): Likewise.
11763
11764         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
11765
11766         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
11767
11768         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
11769
11770         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
11771
11772         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
11773
11774         * rs6000.md (stmw): Use the right POWER opcode.
11775         (lmw): Likewise.
11776
11777         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11778
11779         * rs6000-protos.h: New file.
11780
11781         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
11782
11783         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
11784         warnings.
11785
11786         * sysv4.h: Likewise.
11787
11788         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
11789
11790         * ../../configure.in: Delete powerpcle-*-winnt*
11791         and powerpcle-*-pe|powerpcle-*-cygwin*.
11792         * ../../configure: Regenerated.
11793         * cygwin.h: Delete.
11794         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
11795         (TARGET_WINDOWS_NT): Delete.
11796         (ABI_NT): Delete.
11797         (CALL_NT_DLLIMPORT): Delete.
11798         Delete NT-specific code.
11799         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
11800         * win-nt.h: Delete.
11801         * t-winnt: Delete.
11802         * nt-ci.asm: Delete.
11803         * nt-cn.asm: Delete.
11804         * ntstack.asm: Delete.
11805
11806         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11807
11808         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
11809         (ASM_FILE_START): Likewise.
11810         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11811         (ASM_OUTPUT_LABELREF): Likewise.
11812         (ASM_OUTPUT_SKIP): Likewise.
11813         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11814         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11815         (ASM_OUTPUT_CASE_LABEL): Likewise.
11816         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11817         (ASM_OUTPUT_ASCII): Likewise.
11818
11819         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
11820
11821         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
11822         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
11823         increment rs6000_pic_labelno here.
11824         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
11825         and increment rs6000_pic_labelno here.
11826
11827         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
11828
11829         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
11830         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
11831         allocation knows (reg) is dead before the insn.
11832
11833         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
11834
11835         * rs6000.md (movsi_to_cr): Correct typo in output template.
11836
11837         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11838
11839         * rs6000.c (rs6000_pic_labelno): Always define.
11840         (rs6000_pic_func_labelno): Delete.
11841         (lmw_operation): Check for a zero base register,
11842         which doesn't mean what we want.
11843         (stmw_operation): New function.
11844         (print_operand): Define new 'l' modifier.
11845         (rs6000_stack_info): We must save all 64 bits of the registers
11846         if TARGET_POWERPC64.
11847         (rs6000_output_load_toc_table): Delete.
11848         (rs6000_emit_load_toc_table): New function.
11849         (rs6000_allocate_stack_space): Delete.
11850         (rs6000_emit_allocate_stack): New function.
11851         (rs6000_emit_prologue): New function.
11852         (output_prolog): Use rs6000_emit_prologue.
11853         (rs6000_emit_epilogue): Change a few variable names to be
11854         more accurate.  Restore all 64 bits of the registers if
11855         TARGET_POWERPC64.  Only restore the FP registers which were used
11856         if they are being saved/restored one-at-a-time.
11857         (output_mi_thunk): Delete inefficient code generation.
11858         (output_function_profiler): Don't use rs6000_output_load_toc_table.
11859         * rs6000.h: Declare rs6000_emit_load_toc_table,
11860         rs6000_allocate_stack_space, stmw_operation.  Don't declare
11861         rs6000_output_load_toc_table.
11862         * rs6000.md (elf_high): Allow register 0, but discourage it
11863         heavily.
11864         (elf_low): Support loading into register 0.
11865         (load_toc_aix_si): New pattern.
11866         (load_toc_aix_di): New pattern.
11867         (load_toc_v4_pic_si): New pattern.
11868         (load_toc_v4_pic_di): New pattern.
11869         (load_toc_v4_PIC_1): New pattern.
11870         (load_toc_v4_PIC_1b): New pattern.
11871         (load_toc_v4_PIC_2): New pattern.
11872         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
11873         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
11874         (prologue): New expander.
11875         (movesi_from_cr): New pattern.
11876         (stmw): New pattern.
11877         (save_fpregs_si): New pattern.
11878         (save_fpregs_di): New pattern.
11879
11880         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11881
11882         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
11883         (movdi): Likewise.
11884         (movhi): Likewise.
11885         (movqi): Likewise.
11886
11887         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11888
11889         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
11890         at present.
11891         (movsi_got_internal): Likewise.
11892         (movsi_got_internal+1): Likewise.
11893         (set_sp): 'unspec 7' does a SImode clobber.
11894
11895         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11896
11897         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
11898         allocate a stack temporary.
11899         (floatsidf2_internal): Likewise.
11900         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
11901         with unspec.
11902         (floatunssidf2): Don't use the fpmem "register", just
11903         allocate a stack temporary.
11904         (floatunssidf2_internal): Likewise.
11905         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
11906         with unspec.
11907         (floatsidf2_loadaddr): Delete.
11908         (floatsidf2_store1): Delete.
11909         (floatsidf2_store2): Delete.
11910         (floatsidf2_load): Delete.
11911         (fix_truncdfsi2): Don't use the fpmem "register", just
11912         allocate a stack temporary.
11913         (fix_truncdfsi2_internal_si): Delete.
11914         (fix_truncdfsi2_internal_di): Delete.
11915         (fix_truncdfsi2_internal): New insn.
11916         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
11917         (fix_truncdfsi2_store): Delete.
11918         (fix_truncdfsi2_load): Delete.
11919         (fctiwz): Produce gen_fctiwz.
11920
11921         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
11922
11923         * eabi.h (INVOKE__main): Define.
11924         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
11925         specially.
11926         (rs6000_emit_prologue): Likewise.
11927         * rs6000.h (struct rs6000_stack): Don't keep track of whether
11928         this is the main program.
11929
11930         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11931
11932         * rs6000.c (rs6000_va_arg): Delete some unused variables.
11933
11934         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
11935
11936         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
11937         goes after the argument.
11938
11939         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11940
11941         * rs6000.md: Document 'unspec' values used.
11942         (epilogue): New expander.
11943         (movesi_to_cr_one): New expander.
11944         (movesi_to_cr and following): New pattern.
11945         (lmw): New pattern.
11946         (return_internal_si): New pattern.
11947         (return_internal_di): New pattern.
11948         (return_and_restore_fpregs_si): New pattern.
11949         (return_and_restore_fpregs_di): New pattern.
11950         * rs6000.h: Declare new functions.
11951         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
11952         rather than rs6000_calls_p.
11953         (rs6000_makes_calls): Delete.
11954         (lmw_operation): New function.
11955         (mtcrf_operation): New function.
11956         (rs6000_emit_epilogue): New function.
11957         (output_epilog): Call rs6000_emit_epilogue and final if
11958         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
11959
11960         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11961
11962         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
11963         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
11964         * aix.h (SUBTARGET_SWITCHES): Document switches.
11965         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
11966         sched-prolog and sched-epilog the same.  Document all the
11967         switches.
11968         (TARGET_OPTIONS): No longer allow -mdebug-.
11969
11970         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
11971
11972         * rs6000.h (ASM_FILE_END): Move to aix.h.
11973         (EXTRA_SECTIONS): Move to aix.h.
11974         (READONLY_DATA_SECTION): Move to aix.h.
11975         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
11976         (SELECT_SECTION): Move to aix.h.
11977         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
11978         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
11979         (LINK_REGISTER_REGNUM): New definition.
11980         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
11981         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
11982         AIX and SVR4.
11983         * sysv4.h: Delete the code between the inclusion of rs6000.h
11984         and svr4.h.
11985         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
11986         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
11987         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
11988         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
11989         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
11990         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
11991         (fix_truncdfsi2_internal_di): New pattern.
11992         (fix_truncdfsi2_store): The second arg here is Pmode too.
11993         (fix_truncdfsi2_load): The second arg here is Pmode too.
11994         (tablejumpdi): Now that switch tables hold only SImode values,
11995         gcc needs to know how to add them to the pc which is DImode.
11996         * rs6000.c (rs6000_stack_info): Use symbolic name for
11997         LINK_REGISTER_REGNUM.
11998         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
11999         (output_toc): Delete unused variables s1 and s2.
12000         (output_ascii): Use fputs not fprintf on a variable string.
12001
12002         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
12003
12004         * rs6000.c (processor_target_table): Add power3 as alias for 630.
12005         * aix43.h: Revert Aug 2 change.
12006         (HAS_INIT_SECTION): Define, not visible yet.
12007         (LD_INIT_SWITCH): Define, not visible yet.
12008         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
12009
12010         2000-01-04  Joel Sherrill (joel@OARcorp.com>
12011
12012         * config/rs6000/rtems.h: Include config/rtems.h.
12013
12014         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
12015
12016         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
12017         (SLOW_UNALIGNED_ACCESS): Define.
12018         (CASE_VECTOR_MODE): Always use 32-bit offsets.
12019         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
12020         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
12021         (toc_section): Likewise and .toc pseudo-op.
12022         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
12023         64-bit mode.
12024         (TEXT_SECTION_ASM_OP): Likewise.
12025         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
12026         32-bit offsets.
12027
12028         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12029
12030         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
12031         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12032         compiling libgcc2.
12033
12034         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12035
12036         * rs6000.h: Move more stuff from here...
12037         * aix.h: to here.
12038         * sysv4.h: Cleanup accordingly.
12039         * netware.h: Likewise
12040
12041         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12042
12043         * rs6000.h: Continue cleanup.
12044         * aix.h: Likewise.
12045         * lynx.h: Likewise.
12046         * netware.h: Likewise.
12047         * sol2.h: Likewise.
12048         * sysv4.h: Likewise.
12049         * win-nt.h: Likewise.
12050
12051         * rs6000.h (TARGET_SWITCHES): Add descriptions.
12052         (TARGET_OPTIONS): Likewise.
12053
12054         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
12055         (SUBTARGET_OPTIONS): Likewise.
12056
12057         * rs6000.md: Fix compile time warnings.
12058
12059         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12060
12061         vxworks patches from the Cygnus tree originally by
12062         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
12063         <vmakarov@cygnus.com>.
12064         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
12065         (ENDFILE_SPEC): Likewise.
12066         (LIB_VXWORKS_SPEC): New macro.
12067         (STARTFILE_VXWORKS_SPEC): New macro.
12068         (ENDFILE_VXWORKS_SPEC): New macro.
12069         (LINK_START_VXWORKS_SPEC): New macro.
12070         (LINK_OS_VXWORKS_SPEC): New macro.
12071         (CPP_OS_VXWORKS_SPEC): New macro.
12072         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
12073         * vxppc.h: Rewrite to use proper configuration method.
12074         * vxppcle.h: New file.
12075         * ../../configure.in: Add powerpcle-wrs-vxworks*.
12076         * ../../configure: Rebuilt.
12077
12078         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12079
12080         Lots of changes to rs6000.h, sysv4.h, aix.h,
12081         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
12082         with the aim that rs6000.h is the first header
12083         included and the others override it.
12084         * aix.h: New file.
12085
12086         * x-aix41-gld: Remove.
12087         * x-aix43: Remove.
12088         * x-aix41: Remove target-specific switches, and don't specify
12089         -Wl,-bbigtoc as we don't need it any more.
12090         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
12091         Use t-aix43 for AIX 4.3 and above.
12092         * ../../configure: Regenerated.
12093
12094         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
12095         options, that don't do anything yet.
12096         (MASK_SCHED_PROLOG): New macro.
12097         (MASK_SCHED_EPILOG): New macro.
12098         (TARGET_SCHED_PROLOG): New macro.
12099         (TARGET_SCHED_EPILOG): New macro.
12100
12101         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
12102
12103         * rs6000.c: Correct comment, the `minimal' TOCs are actually
12104         one per translation unit, not one per function.
12105         (output_toc): Also do duplicate constant elimination
12106         for per-translation-unit TOCs.
12107
12108         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
12109         a comment explaining _exactly_ when this pattern gets used.
12110         (builtin_setjmp_receiver): New pattern for better clarity.
12111         (init_v4_pic): Move it into a section dealing with TOC registers.
12112
12113         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
12114
12115         * rs6000.c (toc_hash_table): New variable.
12116         (rs6000_hash_constant): New function.
12117         (toc_hash_function): New function.
12118         (toc_hash_eq): New function.
12119         (toc_hash_mark_entry): New function.
12120         (toc_hash_mark_table): New function.
12121         (output_toc): Don't output duplicate TOC entries in
12122         a single file.
12123         (rs6000_add_gc_roots): Add the hash table as a GC root.
12124         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
12125         where they clearly shouldn't be.  This may need to be fixed
12126         later when there is a GNU ar for AIX.
12127         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
12128         Don't define BOOT_LDFLAGS as it is now not necessary.
12129
12130         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
12131
12132         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
12133         for va_list on AIX.  Use unsigned_char_type_node rather than
12134         constructing our own version on svr4.
12135
12136         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
12137
12138         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
12139         since patently it's not.
12140
12141         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
12142
12143         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
12144         define_expand/define_insn pair, and handle restore of the
12145         SVR4 -fpic register.
12146
12147 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
12148
12149         * acconfig.h (HAVE_GAS_WEAK): New define.
12150         * configure.in (assembler weak support): Check for .weak support.
12151         * config.in, configure: Rebuilt.
12152         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
12153         HAVE_GAS_WEAK is defined.
12154
12155 2000-03-15  Nick Clifton  <nickc@cygnus.com>
12156
12157         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
12158         asm_fprintf().
12159
12160 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
12161
12162         * cppfiles.c (open_include_file): New function.
12163         (find_include_file, cpp_read_file): Use it.
12164
12165 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
12166
12167         * cpphash.c (dump_hash_helper): Take the slot, not the element.
12168
12169 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
12170
12171         * flow.c (verify_flow_info): Check for unconditional return.
12172
12173 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
12174
12175         * config/ia64/ia64.md (restore_stack_nonlocal): New.
12176         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
12177         (__ia64_restore_stack_nonlocal): New.
12178         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
12179
12180 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12181
12182         * cpphash.c (collect_formal_parameters): Do not complain about
12183         parameter names that just start with `__VA_ARGS__'.
12184
12185 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
12186
12187         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
12188         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
12189         * i386.c (pentiumpro_cost): Set mul cost to 4.
12190         (x86_use_movx): Set for PPro.
12191
12192 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
12193
12194         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
12195         STACK_BOUNDARY for empty frames now.
12196
12197 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
12198
12199         * stor-layout.c (layout_union): Remove.
12200         (layout_union_field): New function, split out from layout_union.
12201         (finish_union_layout): Likewise.
12202         (layout_field): Handle unions by calling layout_union_field.
12203         (finish_record_layout): Handle unions.
12204         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
12205         QUAL_UNION_TYPE handling.
12206
12207 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
12208
12209         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
12210         end of basic block is jump_insn, not barrier; use create_basic_block
12211         instead of creating basic block by hand.
12212
12213 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
12214
12215         * flow.c (reorder_basic_blocks): Account for barriers when writing
12216         over NEXT_INSN (last_bb->end).
12217         (verify_flow_info): Add check for missing barriers.
12218
12219 2000-03-14  Greg McGary  <gkm@gnu.org>
12220
12221         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
12222         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
12223         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
12224         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
12225         __unbounded, __unbounded__): New keywords.
12226         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
12227         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
12228         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
12229
12230 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12231
12232         * cselib.h: New file.
12233         * alias.c: Include "cselib.h".
12234         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
12235         MEMs as two new arguments.
12236         (get_addr): New static function.
12237         (find_base_term): Handle VALUEs.
12238         (memrefs_conflict_p): Likewise.
12239         (true_dependence): Call get_addr on the addresses.
12240         Call fixed_scalar_and_varying_struct_p with addresses that have been
12241         passed through get_addr and canon_rtx.
12242         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
12243         with true_dependence.
12244         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
12245         * loop.c: Include "cselib.h".
12246         (load_mems): Process extended basic block that enters the loop with
12247         cselib.  Use that information to change initialization of the shadow
12248         register so that a constant equivalence is seen by later passes.
12249         * reload1.c: Include "cselib.h".
12250         (reload_cse_invalidate_regno): Delete function.
12251         (reload_cse_mem_conflict_p): Likewise.
12252         (reload_cse_invalidate_mem): Likewise.
12253         (reload_cse_invalidate_rtx): Likewise.
12254         (reload_cse_regno_equal_p): Likewise.
12255         (reload_cse_check_clobber): Likewise.
12256         (reload_cse_record_set): Likewise.
12257         (reg_values): Delete static variable.
12258         (invalidate_regno_rtx): Likewise.
12259         (reload_cse_delete_noop_set): New static function.
12260         (reload_cse_simplify): New static function, broken out of
12261         reload_cse_regs_1.
12262         (reload_cse_noop_set_p): Delete unused argument INSN.
12263         Just call rtx_equal_for_cselib_p on set source and destination.
12264         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
12265         reload_cse_delete_noop_set.  Delete code to keep track of values; use
12266         cselib functions instead.  Delete code to push/pop obstacks.
12267         (reload_cse_simplify_set): Use cselib to find equivalent values.
12268         Delete code to push/pop obstacks.
12269         (reload_cse_simplify_operands): Likewise.
12270         * rtl.def (VALUE): New rtx code.
12271         * rtl.h (union rtunion_def): New elt rt_cselib.
12272         (X0CSELIB, CSELIB_VAL_PTR): New macros.
12273         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
12274         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
12275         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
12276         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
12277         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
12278         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
12279         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
12280         cselib_record_set, cselib_record_sets): New static functions.
12281         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
12282         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
12283         references_value_p): New functions.
12284         (MAX_USELESS_VALUES, REG_VALUES): New macros.
12285         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
12286         n_useless_values, reg_values, callmem, cselib_obstack,
12287         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
12288         New static variables.
12289         * varray.h (union varray_data_tag): New elt te.
12290         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
12291         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
12292         dependencies.
12293
12294 2000-03-14  Nick Clifton  <nickc@cygnus.com>
12295
12296         * gcc.c (do_spec_1): Catch the case where %* is used in a
12297         substitution pattern, but it has not been initialised.
12298         Issue a meaningful error message if an unrecognised operator
12299         is encountered in a spec string.
12300
12301 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
12302
12303         * function.c (prepare_function_start): Correctly initialize
12304         cfun->stack_alignment_needed.
12305
12306 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
12307
12308         * cppfiles.c (find_include_file): Don't assume nshort is a
12309         substring of name.
12310
12311 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
12312
12313         * configure.in (hppa configurations): Add pa32-regs.h to the
12314         list of tm files as appropriate.
12315         * configure: Rebuilt.
12316         * pa.c (compute_frame_size): Remove explicit knowledge about FP
12317         register numbering.
12318         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
12319         (fmpyaddoperands, fmpysuboperands): Likewise.
12320         * pa.h: Remove various definitions which depend on knowing
12321         how registers are numbered.
12322         * pa32-regs.h: New file with PA32 register numbering specific
12323         definitions.
12324
12325 2000-03-14  Richard Henderson  <rth@cygnus.com>
12326
12327         * regmove.c (combine_stack_adjustments): New.
12328         (stack_memref_p, single_set_for_csa): New.
12329         (free_csa_memlist, record_one_stack_memref): New.
12330         (try_apply_stack_adjustment): New.
12331         (combine_stack_adjustments_for_block): New.
12332         * rtl.h (combine_stack_adjustments): Declare.
12333         * toplev.c (rest_of_compilation): Call it.
12334
12335         * i386.md: Revert 2000-01-16 change.
12336
12337 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12338
12339         * gccbug.in: Add web category, gcc specific classes.
12340
12341 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
12342
12343         * stor-layout.c (finalize_record_size): Fix typo.
12344
12345 2000-03-14  Stan Shebs  <shebs@apple.com>
12346
12347         * c-typeck.c (c_alignof): Error on incomplete types.
12348         * extend.texi (Alignment): Document this.
12349
12350 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12351
12352         * cppfiles.c: Include mkdeps.h.
12353         (find_include_file, read_include_file): Remove _cpp_ prefix
12354         from name, make static.
12355         (_cpp_execute_include): New function, broken out of
12356         do_include.
12357
12358         * cpplib.c: Don't include mkdeps.h.
12359         (struct directive): Remove type field. Reorder entries.  The
12360         function takes only one argument.
12361         (struct if_stack): Make type field an int.
12362         (directive_table): Rename to dtable.  Generate it, the
12363         prototypes of the directive handlers, and the enum for the
12364         directive numbers, from a template macro.
12365         (do_ifndef, do_include_next, do_import): New functions.
12366         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
12367         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
12368         do_ident, do_assert, do_unassert, do_sccs): Take only one
12369         argument.
12370         (do_sccs): Define always, but alter behavior based on
12371         SCCS_DIRECTIVE.
12372         (_cpp_handle_directive, consider_directive_while_skipping):
12373         Restructure for new directive table layout.
12374
12375         (pass_thru_directive): Take a directive number, not a pointer
12376         to a struct directive.
12377         (parse_include): New function, broken out of do_include.
12378         (do_include, do_import, do_include_next): Use parse_include
12379         and _cpp_execute_include.
12380         (do_elif, do_else): Test for T_ELSE specifically when checking
12381         for #elif/#else after #else.
12382         (parse_ifdef): New function, broken out of do_ifdef.
12383         (validate_else): Expect a name arg without a leading #.
12384         (if_directive_name): Delete.
12385         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12386         directive handlers with only one argument.
12387
12388         * cpphash.h: Update prototypes.
12389         (enum node_type): Remove entries for directives.
12390         * Makefile.in: Update dependencies.
12391
12392         * cpphash.c (dump_hash_helper): Only dump nodes of type
12393         T_MACRO.  Emit a newline after each definition.
12394
12395 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12396
12397         * gccbug.in: New file.
12398         * configure.in (all_outputs): Add gccbug.
12399         * Makefile.in (install-common): Install gccbug.
12400         (GCCBUG_INSTALL_NAME): New variable.
12401         * configure: Rebuilt.
12402
12403 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12404
12405         * function.c (put_var_into_stack): Use type_for_mode to calculate
12406         part_type.  Use MEM_SET_IN_STRUCT_P.
12407         * expr.c (store_field): Handle CONCAT.
12408         (store_constructor): Use fields_length.
12409         * tree.c (fields_length): New fn.
12410         * tree.h: Declare it.
12411
12412 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12413
12414         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
12415         (cpplex.o): New target.
12416         * po/POTFILES.in: Add cpplex.c.
12417
12418         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
12419         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
12420         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
12421         skip_block_comment, skip_line_comment, skip_comment,
12422         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
12423         _cpp_parse_name, skip_string, parse_string,
12424         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
12425         _cpp_get_directive_token, find_position,
12426         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
12427         (maybe_macroexpand, _cpp_lex_token): New functions.
12428
12429         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
12430         parse_goto_mark): Delete.
12431         (_cpp_handle_eof): New function.
12432         (_cpp_handle_directive): Rename from handle_directive.
12433         (_cpp_output_line_command): Rename from output_line_command.
12434         (do_if, do_elif): Call _cpp_parse_expr directly.
12435         * cppfiles.c (_cpp_read_include_file): Don't call
12436         init_input_buffer here.
12437         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
12438         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
12439         here; pop the token_buffer and skip the rest of the line here.
12440         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
12441         here.
12442
12443         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
12444         Define here.
12445         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
12446         CPP_GOTO_MARK): New macros.
12447         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
12448         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
12449         _cpp_read_and_prescan, _cpp_init_input_buffer,
12450         _cpp_grow_token_buffer, _cpp_get_directive_token,
12451         _cpp_handle_directive, _cpp_handle_eof,
12452         _cpp_output_line_command): Prototype them here.
12453         * cpplib.h (enum cpp_token): Add CPP_MACRO.
12454         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
12455         quote_string, output_line_command): Remove.
12456
12457 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
12458
12459         * stmt.c (expand_end_case): RANGE may be signed, and when checking
12460         whether it is too large we must also verify that it isn't negative.
12461
12462 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
12463
12464         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
12465         (movsi_zero_liveg0): Remove.
12466         (movsf_insn_novis_liveg0): Remove.
12467         (negsi2): Remove.
12468         (negsi2_not_liveg0): Rename to negsi2.
12469         (one_cmplsi2): Remove.
12470         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
12471         (one_cmplsi2_liveg0): Remove.
12472         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
12473         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
12474         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
12475         (PREDICATE_CODES): Remove zero_operand.
12476         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
12477         TARGET_BROKEN_SAVERESTORE.
12478         (zero_operand): Remove.
12479         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
12480         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
12481         options.
12482         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12483         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12484         TARGET_BROKEN_SAVERESTORE): Remove.
12485         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12486         Remove.
12487         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12488         Remove.
12489         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
12490         Remove.
12491
12492         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
12493
12494 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
12495
12496         * cpplib.c (do_pragma_implementation): Fix off-by-one error
12497         truncating a string.  Don't assume tokens are nul terminated.
12498         Problem noted by Andreas Jaeger <aj@suse.de>
12499
12500 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
12501
12502         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
12503         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
12504         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
12505
12506 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
12507
12508         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
12509         STRUCTURE_SIZE_BOUNDARY.
12510
12511 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
12512
12513         * tree.h (record_layout_info_s): New structure.
12514         (record_layout_info): New type.
12515         (new_record_layout_info): New function.
12516         (layout_field): Likewise.
12517         (finish_record_layout): Likewise.
12518         * stor-layout.c (layout_record): Remove.
12519         (new_record_layout_info): New function.
12520         (layout_field): New function, broken out from layout_record.
12521         (finalize_record_size): Likewise.
12522         (compute_record_mode): Likewise.
12523         (finalize_type_size): New function, broken out from layout_type.
12524         (finish_record_layout): Likewise.
12525         (layout_type): Use them.
12526
12527 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12528
12529         * cpphash.c: Don't include version.h.
12530         (special_symbol) [case T_VERSION]: Look for the string in
12531         hp->value.cpval; don't use version_string.
12532         * cppinit.c (initialize_builtins): Set hp->value.cpval for
12533         __VERSION__ to version_string.
12534         * Makefile.in (cpphash.o): Update deps.
12535
12536 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
12537
12538         Convert cpplib to use libiberty/hashtab.c.
12539
12540         * cpplib.h (struct cpp_reader): Make hashtab and
12541         all_include_files of type 'struct htab *'.  Delete HASHSIZE
12542         and ALL_INCLUDE_HASHSIZE macros.
12543
12544         * cpphash.h: Update prototypes.
12545         (struct hashnode): Remove next, prev, and bucket_hdr members.
12546         Make length a size_t.  Add hash member.
12547         (struct ihash): Remove next member.  Add hash member.  Make
12548         name a flexible array member.
12549
12550         * cppfiles.c: Include hashtab.h.
12551         (include_hash): Delete.
12552         (IHASHSIZE): New macro.
12553         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
12554         (cpp_included): Do the hash lookup here.
12555         (_cpp_find_include_file): Rewrite.
12556         (cpp_read_file): Put the "fake" hash entry into the hash
12557         table.  Honor the control_macro, if it turns out we've seen
12558         the file before.  Don't push the buffer here.
12559         (_cpp_read_include_file): Push the buffer here.
12560         (OMODES): New macro.  Use it whenever we call open(2).
12561
12562         * cpphash.c: Include hashtab.h.
12563         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
12564         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
12565         _cpp_lookup_slot): New functions.
12566         (HASHSIZE): new macro.
12567         (hashf, _cpp_install, _cpp_delete_macro): Delete.
12568         (_cpp_lookup): Use hashtab.h routines.
12569
12570         * cppinit.c: Include hashtab.h.
12571         (cpp_reader_init): Call _cpp_init_macro_hash and
12572         _cpp_init_include_hash.  Don't allocate hashtab directly.
12573         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
12574         pfile->all_include_files.
12575         (initialize_builtins): Use _cpp_make_hashnode and
12576         htab_find_slot to add hash entries.
12577         (cpp_finish): Just call _cpp_dump_macro_hash.
12578         * cpplib.c: Include hashtab.h.
12579         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
12580         create hash entries.
12581         (do_pragma_poison, do_assert): Likewise.
12582         (do_include): Don't push the buffer here.  Don't increment
12583         system_include_depth unless _cpp_read_include_file succeeds.
12584         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
12585         or htab_remove_elt.
12586         (do_pragma_implementation): Use alloca to create copy.
12587
12588         * Makefile.in: Update dependencies.
12589
12590 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12591
12592         * cppinit.c (cl_directive_handler): More K&R fixing.
12593
12594 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
12595
12596         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
12597         STACK_BOUNDARY.
12598         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
12599
12600 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12601
12602         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
12603         Change from char[] to macros.
12604
12605 2000-03-12  Neil Booth  <NeilB@earthling.net>
12606
12607         * cppinit.c (cpp_start_read): Update indirect function
12608         call to K&R C.
12609
12610 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
12611
12612         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
12613         entry.
12614
12615         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12616         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
12617
12618 2000-03-11  Neil Booth  <NeilB@earthling.net>
12619
12620         * cppinit.c (struct pending option): Replace undef with a
12621         pointer to a directive handling routine.
12622         (struct cpp_pending): Replace separate assert_ and define_
12623         lists with one directive_ list.
12624         (new_pending_define): Rename new_pending_directive. Extra
12625         argument is the directive's handling routine.
12626         (handle_option): Update to use new_pending_directive.
12627
12628 2000-03-11  Neil Booth  <NeilB@earthling.net>
12629
12630         * cppfiles.c (file_cleanup, _cpp_find_include_file,
12631         remap_filename, _cpp_read_include_file, actual_directory,
12632         hack_vms_include_specification): Replace bcopy(), index() etc
12633         calls.  Add casts to some allocations.  Make some variables
12634         pointers to const [unsigned] char.
12635         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
12636         collect_formal_parameters): Similarly.
12637         * cppinit.c (struct pending_option, append_include_chain,
12638         cpp_options_init, cpp_reader_init, initialize_standard_includes,
12639         cpp_start_read, new_pending_define, handle_option): Similarly.
12640         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
12641         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12642         do_pragma_implementation, detect_if_not_defined,
12643         do_ifdef, skip_if_group, cpp_get_token, parse_string,
12644         do_assert, do_unassert): Similarly.
12645         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
12646         function prototypes.
12647         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
12648
12649 2000-03-10  Richard Henderson  <rth@cygnus.com>
12650
12651         * builtins.c (expand_builtin_strlen): Revert last change.
12652         Use emit_insn_before if we're at the beginning of a sequence.
12653
12654 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
12655
12656         * builtins.c (expand_builtin_strlen): Make sure that we have something
12657         at the beginning of the sequence.
12658
12659         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
12660         deferred inlines.
12661
12662         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
12663
12664 2000-03-10  Richard Henderson  <rth@cygnus.com>
12665
12666         * except.c (can_throw): Use INTVAL on a CONST_INT.
12667         (reachable_handlers): Likewise.
12668         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
12669
12670 2000-03-10  Andreas Jaeger  <aj@suse.de>
12671
12672         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
12673         MD_STARTFILE_PREFIX since those are not needed on linux.
12674         (ASM_FILE_START): New, from mips/gnu.h.
12675
12676 2000-03-09  Richard Henderson  <rth@cygnus.com>
12677             Alex Samuel  <samuel@codesourcery.com> and others
12678
12679         * Makefile.in (ssa.o): New rule.
12680         (OBJS): Add ssa.o.
12681         (STAGESTUFF): Add *.ssa and *.ussa.
12682         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
12683         * rtl.def (PHI): New RTL expression.
12684         * rtl.h (clear_log_links): New declaration.
12685         (convert_to_ssa): Likewise.
12686         (convert_from_ssa): Likewise.
12687         * flow.c (split_edge): If the entry node falls through to the
12688         split edge's source block, split the entry edge.
12689         (clear_log_links): New function.
12690         * toplev.c (ssa_dump): New variable.
12691         (flag_ssa): Likewise.
12692         (f_options): Add "ssa".
12693         (compile_file): Create SSA dump files.
12694         (rest_of_compilation): Go to and from SSA if enabled.
12695         (decide_d_option): Handle -de for SSA dump files.
12696         * ssa.c: New file.
12697
12698 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
12699
12700         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
12701         same as VAR_DECL.
12702
12703 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
12704
12705         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
12706
12707 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
12708
12709         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
12710         (MD_STARTFILE_PREFIX_1): New macro.
12711
12712 2000-03-09  Robert Lipe  <robertl@sco.com>
12713
12714         * config/ia64/ia64.c: Include system.h.
12715
12716 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12717
12718         * except.c (nothrow_function_p): If -fno-exceptions, just return.
12719         (init_eh_nesting_info): Likewise.
12720
12721         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
12722         (TREE_NOTHROW): Rename from TREE_RAISES.
12723         * toplev.c (rest_of_compilation): Set it.
12724         * print-tree.c (print_node): Adjust.
12725         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
12726         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
12727         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
12728         REG_EH_REGION note as appropriate.
12729         (libfunc_nothrow): New fn.
12730         (emit_library_call, emit_library_call_value): Use it.
12731         (expand_call): Check TREE_NOTHROW.
12732
12733         * varasm.c (make_decl_rtl): Skip initial '*' when setting
12734         DECL_ASSEMBLER_NAME.
12735
12736 2000-03-09  Andreas Jaeger  <aj@suse.de>
12737
12738         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
12739         (TARGET_MEM_FUNCTIONS): Define.
12740
12741 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
12742
12743         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
12744
12745         * except.c (can_throw): See through a SEQUENCE.
12746         (nothrow_function_p): New fn.
12747         * except.h: Declare it.
12748         * function.c (current_function_nothrow): New var.
12749         (prepare_function_start): Initialize it.
12750         * output.h: Declare it.
12751         * toplev.c (rest_of_compilation): Set it.
12752         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
12753
12754 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
12755
12756         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
12757         match.  (cpp_compare_defs): Count the nul separator when
12758         advancing over argument names.
12759
12760 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
12761
12762         * recog.c (preprocess_constraints): Matching constraints affect
12763         same alternative/different operand, not same operand/different
12764         alternative.
12765
12766         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
12767         register and a constant specially.
12768
12769 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12770
12771         * libgcc2.h: New file.
12772         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
12773
12774 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
12775
12776         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
12777         * configure: Regenerate.
12778         * config/ia64: New.
12779
12780 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12781
12782         * Makefile.in (LIBCPP_DEPS): New macro.
12783         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
12784         it to declare deps.
12785         * cpperror.c: Include cpphash.h.
12786         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
12787         dingleberry.
12788         (lex): Don't use CPP_WARN_UNDEF.
12789         (_cpp_parse_expr): Return an int, the truth value.
12790         * cppfiles.c: Include cpphash.h.
12791         (_cpp_merge_include_chains): Move to cppinit.c and make static.
12792         * cppinit.c (include_defaults_array): Disentangle.
12793         (cpp_cleanup): Don't free the if stack here.
12794         (cpp_finish): Pop off all buffers, not just one.
12795         * cpplib.c (eval_if_expr): Return int.
12796         (do_xifdef): Rename do_ifdef.
12797         (handle_directive): Don't use CPP_PREPROCESSED.
12798         (cpp_get_token): Don't use CPP_C89.
12799         * fix-header.c: Don't use CPP_OPTIONS.
12800
12801         * cpplib.h: Move U_CHAR, enum node_type, struct
12802         file_name_list, struct ihash, is_idchar, is_idstart,
12803         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
12804         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
12805         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
12806         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
12807         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
12808         of _cpp_simplify_pathname, _cpp_find_include_file,
12809         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
12810         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
12811         cppinit.c.
12812         Change all uses of U_CHAR to be unsigned char instead.
12813         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
12814
12815 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12816
12817         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
12818         (dwarf2out_begin_prologue): Set it.
12819         (output_call_frame_info): Don't emit EH unwind info for leaves.
12820
12821         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
12822         can occur outside of an EH region.
12823         * except.c: Correct comments about rethrow behavior.
12824         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
12825
12826 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
12827
12828         * flow.c (make_edges): Always call make_eh_edge for calls.
12829
12830 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
12831
12832         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
12833         (struct cpp_buffer): Remove fname and underflow fields.
12834         (struct cpp_reader): Remove get_token field.
12835         (struct include_hash): Rename to struct ihash.  Add typedef to
12836         IHASH.
12837         (struct if_stack): Remove fname field.
12838         (IF_STACK_FRAME): Rename to IF_STACK.
12839
12840         * cpperror.c (print_containing_files): Trust that there are no
12841         macro buffers below the top file buffer.
12842         * cppfiles.c: Replace all references to 'struct include_hash'
12843         with 'IHASH'.  Rename initialize_input_buffer to
12844         init_input_buffer.  Don't set or reference cpp_buffer->fname,
12845         use buffer->ihash->name instead.
12846         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
12847         not CPP_NULL_BUFFER.
12848         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
12849         IF_STACK_FRAME, IHASH not struct include_hash.
12850         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
12851         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
12852         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
12853         references to cpp_buffer->fname (delete entirely, or use
12854         ->ihash->name instead) and IF_STACK->fname.
12855         (cpp_push_buffer): Don't set new->underflow.
12856         (do_include): Use cpp_file_buffer.
12857
12858         * cpphash.c (collect_formal_parameters): Remove duplicate
12859         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
12860         used as a macro argument name.  Don't append "..." to namebuf
12861         for varargs macros.  After we're done scanning, go through
12862         namebuf and make it NUL separated, not comma separated.
12863         (_cpp_compare_defs): Remove register tag from variables.
12864         Expect defn->argnames to be NUL separated.
12865         (_cpp_dump_definition): Expect defn->argnames to be NUL
12866         separated and in forward order.
12867         * cpphash.h: Update documentation of argnames field.
12868
12869 2000-03-08  Richard Henderson  <rth@cygnus.com>
12870
12871         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
12872         to fail.  Don't pre-expand the source operand.
12873
12874         * i386.md (strlensi): Initialize eoschar and align before use.
12875
12876 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
12877
12878         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
12879         CONSTRUCTOR element.
12880
12881 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12882
12883         * mips.c (mips_expand_prologue): If the last
12884         named argument is the vararg marker "va_list", treat it as
12885         an unnamed argument.
12886
12887 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
12888
12889         * dbxout.c (dbxout_parms): When correcting for promoted
12890         big-endian parameters, use the mode of the DECL_RTL rather
12891         than UNITS_PER_WORD.
12892
12893 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
12894
12895         * c-common.h (make_fname_decl): Declare.
12896         * c-common.c (make_fname_decl): Define.
12897         (declare_hidden_char_array): Remove.
12898         (declare_function_name): Use make_fname_decl.
12899         * c-decl.c (c_make_fname_decl): New function.
12900         (init_decl_processing): Set make_fname_decl.
12901
12902 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
12903
12904         * cccp.c (handle_directive): Initialize backslash_newlines_p.
12905
12906 2000-03-07  Philipp Thomas  <pthomas@suse.de>
12907
12908         * po/POTFILES.in: Remove cppalloc.c from file list.
12909
12910 2000-03-07  Steve Chamberlain  <sac@pobox.com>
12911
12912         * pj.c (pj_expand_prologue): current_function->args_info is
12913         now current_function_args_info.
12914
12915         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
12916         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
12917         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
12918
12919 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12920
12921         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
12922         output as hexadecimal rather than the default octal.
12923
12924 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12925
12926         * cpphash.c (special_symbol): Fix thinko in previous commit.
12927
12928 2000-03-07  Neil Booth  <NeilB@earthling.net>
12929
12930         * cppexp.c (struct operation, left_shift, right_shift,
12931         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
12932         "int"s to "unsigned int"s.
12933         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
12934         Similarly.
12935         * cpplib.h: Update for above.
12936         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
12937         returned from allocations.
12938
12939         * cppinit.c (opt_comp, parse_options): New functions.
12940         (handle_option): Use parse_option to parse a single command
12941         line option, that possibly takes an argument.
12942         (cpp_handle_options): Sort the array of command line options on
12943         first invocation (non-ASCII hosts only).
12944         (print_help): Update.
12945
12946 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
12947
12948         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
12949         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
12950
12951         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
12952         initialized.
12953         * cppinit.c (cpp_cleanup): Free imp->nshort also.
12954
12955         * cpperror.c (cpp_print_containing_files,
12956         cpp_print_file_and_line, v_cpp_message): Rename to
12957         print_containing_files, print_file_and_line, and v_message.
12958         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
12959         to _cpp_parse_expr, parse_escape, and lex.
12960         (parse_charconst): Remove broken multibyte support.
12961         * cppfiles.c (include_hash): Make static.
12962         (cpp_included): New function.
12963         (merge_include_chains, find_include_file, finclude,
12964         simplify_pathname): Rename to _cpp_merge_include_chains,
12965         _cpp_find_include_file, _cpp_read_include_file, and
12966         _cpp_simplify_pathname.
12967         * cpphash.c (cpp_lookup, free_definition, delete_macro,
12968         cpp_install, create_definition, macroexpand, compare_defs,
12969         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
12970         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
12971         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
12972         * cppinit.c (cpp_handle_option): Rename to handle_option, make
12973         static.
12974         * cpplib.c: Remove extern prototype of cpp_parse_expr.
12975
12976         * cpphash.h: Update prototypes.
12977         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
12978
12979 2000-03-07  Andrew Haley  <aph@cygnus.com>
12980
12981         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
12982         PTRDIFF_TYPE should be based solely on Pmode.
12983         (SIZE_TYPE): ditto.
12984
12985 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12986
12987         * rtl.h (rtunion_def): Constify member `rtstr'.
12988         (emit_line_note_after, emit_line_note, emit_line_note_force,
12989         emit_note, decode_asm_operands): Constify.
12990
12991         * cse.c (canon_hash): Likewise.
12992
12993         * dbxout.c (dbxout_block): Likewise.
12994
12995         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
12996         v_warning_for_asm): Likewise.
12997
12998         * dwarfout.c (function_start_label): Likewise.
12999
13000         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
13001         emit_line_note_force): Likewise.
13002
13003         * final.c (last_filename, asm_insn_count, final_scan_insn,
13004         output_source_line): Likewise.
13005
13006         * function.h (struct emit_status): Likewise.
13007
13008         * gcse.c (hash_expr_1): Likewise.
13009
13010         * genattr.c (gen_attr, main): Likewise.
13011
13012         * genattrtab.c (struct function_unit, current_alternative_string,
13013         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
13014         attr_numeral, check_attr_test, check_attr_value,
13015         convert_set_attr_alternative, convert_set_attr,
13016         compute_alternative_mask, simplify_by_exploding, gen_attr,
13017         gen_unit): Likewise.
13018
13019         * genflags.c (gen_insn): Likewise.
13020
13021         * gengenrtl.c (type_from_format): Likewise.
13022
13023         * genopinit.c (gen_insn): Likewise.
13024
13025         * genoutput.c (n_occurrences, process_template, process_template):
13026         Likewise.
13027
13028         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13029         Likewise.
13030
13031         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
13032         Likewise.
13033
13034         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
13035         ggc_set_mark, ggc_get_size): Likewise.
13036
13037         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
13038
13039         * optabs.c (init_one_libfunc): Likewise.
13040
13041         * output.h (assemble_start_function): Likewise.
13042
13043         * recog.c (decode_asm_operands): Likewise.
13044
13045         * toplev.c (rest_of_compilation): Likewise.
13046
13047         * tree.h (emit_line_note_after, emit_line_note,
13048         emit_line_note_force): Likewise.
13049
13050         * varasm.c (asm_output_bss, asm_output_aligned_bss,
13051         asm_emit_uninitialised, assemble_start_function,
13052         assemble_variable, const_hash, compare_constant_1,
13053         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
13054
13055         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
13056
13057         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
13058
13059         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
13060
13061         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
13062
13063         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
13064         arm_dllimport_name_p): Likewise.
13065
13066         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
13067         Likewise.
13068
13069         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
13070
13071         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13072
13073         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
13074         arm_mark_dllexport, arm_mark_dllimport,
13075         arm_pe_encode_section_info): Likewise.
13076
13077         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
13078         ASM_FINISH_DECLARE_OBJECT): Likewise.
13079
13080         * arm/thumb.c (thumb_function_prologue): Likewise.
13081
13082         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
13083
13084         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13085
13086         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
13087
13088         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
13089
13090         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
13091
13092         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13093
13094         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
13095         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
13096
13097         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
13098
13099         * i386/i386.c (asm_output_function_prefix): Likewise.
13100
13101         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
13102
13103         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13104
13105         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
13106
13107         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
13108         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
13109         ASM_OUTPUT_SECTION_NAME): Likewise.
13110
13111         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
13112
13113         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
13114
13115         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
13116
13117         * m32r/m32r.c (m32r_encode_section_info): Likewise.
13118
13119         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13120
13121         * mcore/mcore.c (mcore_encode_section_info): Likewise.
13122
13123         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13124
13125         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13126
13127         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13128
13129         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
13130
13131         * mips/mips.md (movdi, movsi): Likewise.
13132
13133         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13134
13135         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13136
13137         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
13138
13139         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
13140         ASM_OUTPUT_ASCII): Likewise.
13141
13142         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
13143         output_mi_thunk, output_toc): Likewise.
13144
13145         * rs6000/rs6000.md (movsi): Likewise.
13146
13147         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
13148
13149         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
13150
13151         * v850/v850.c (print_operand, print_operand_address,
13152         v850_encode_data_area): Likewise.
13153
13154 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
13155
13156         * config/mips/mips.md (zero_extendsidi2): Always force operand
13157         one to memory for mips16.
13158
13159 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13160
13161         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
13162         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
13163         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
13164         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
13165         (min_precision): Result is unsigned.
13166         (add_double, neg_double, mul_double): Low word is unsigned.
13167         (lshift_double, rshift_double, lrotate_double): Likewise.
13168         (rrotate_double, div_and_round_double): Likewise.
13169         (tree_floor_log2, compare_tree_int): New functions.
13170         (preserve_rtl_expr_temps): New declaration.
13171         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
13172         (decl_attributes): Use tree_log2 to find alignment.
13173         Check for TREE_INT_CST_HIGH for format args.
13174         (min_precision): Now unsigned.
13175         Use tree_floor_log2.
13176         (truthvalue_conversion): Delete long-disabled code.
13177         * c-decl.c (finish_struct): Clean up tests on field width.
13178         (finish_function): Use compare_tree_int.
13179         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
13180         * c-typeck.c (comptypes): Use tree_int_cst_equal.
13181         (default_conversion, digest_init): Use compare_tree_int.
13182         (build_binary_op): Use integer_all_onesp and compare_tree_int.
13183         Fix type errors in forming masks.
13184         * calls.c (initialize_argument_information): Use compare_tree_int.
13185         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13186         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
13187         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
13188         (store_field): Use compare_tree_int.
13189         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
13190         (expand_expr, case ARRAY_REF): Use compare_tree_int.
13191         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
13192         (do_store_flag): Use compare_tree_int.
13193         * fold-const.c (encode, decode): Low part is always unsigned.
13194         (force_fit_type, add_double, neg_double, mul_double): Likewise.
13195         (lshift_double, rshift_double, lrotate_double): Likewise.
13196         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
13197         (fold_convert): Use compare_tree_int.
13198         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
13199         (invert_truthvalue, case INTEGER_CST): Likewise.
13200         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
13201         * mkdeps.c (deps_dummy_targets): Make I unsigned.
13202         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
13203         (lshift_double, rshift_double, lrotate_double, rrotate_double):
13204         Likewise.
13205         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
13206         (expand_end_case): Use compare_tree_int.
13207         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13208         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
13209         (layout_decl): Likewise.
13210         (layout_record, layout_union): Make sizes unsigned.
13211         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
13212         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
13213         * tree.c (struct type_hash): hashcode is unsigned.
13214         (build_type_attribute_variant, type_hash_list): Likewise.
13215         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
13216         (attribute_hash_list, build_array_type, build_method_type): Likewise.
13217         (build_complex_type): Likewise.
13218         (real_value_from_int_cst): Remove unneeded casts.
13219         (integer_all_onesp): Add casts.
13220         (tree_floor_log2, compare_tree_int): New functions.
13221         (build_index_type): Use tree_int_cst_sgn.
13222         * varasm.c (assemble_variable): Use compare_tree_int.
13223
13224 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
13225
13226         * cpphash.c (collect_expansion): Also catch ## at start of macro.
13227
13228         * varasm.c (make_decl_rtl): Don't add a number to members of
13229         local classes.
13230         (make_function_rtl): Likewise.
13231
13232 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13233
13234         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
13235         patch from 2000-01-28.
13236
13237 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
13238
13239         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
13240         filled with an insn from the jump target.
13241
13242 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13243
13244         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
13245         (c4x_external_ref): Likewise.
13246         * config/c4x/c4x.c (struct name_list): Likewise.
13247
13248 1999-12-16  Ben Collins  <bcollins@debian.org>
13249
13250         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
13251         argument to genmultilib.
13252         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
13253         the contents into the multilib.h header.
13254         * gcc.c: Declare multilib_exclusions for the specs file.
13255         (set_multilib_dir): Use it.
13256         (print_multilib_info): Likewise.
13257         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
13258         to pass to genmultilib.
13259
13260 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13261
13262         * builtins.c (built_in_class_names, built_in_names): Constify a
13263         char*.
13264
13265         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
13266         int.
13267         (_mcleanup): Ensure value matches format specifier in sprintf.
13268
13269         * cpphash.c (special_symbol): Don't needlessly cast away
13270         const-ness.
13271
13272         * cppinit.c (base_name): Delete unused prototype.
13273
13274         * mkdeps.c (deps_init): Make definition K&R safe.
13275
13276         * tree.h (built_in_class_names, built_in_names): Constify a
13277         char*.
13278
13279 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
13280
13281         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
13282         floating point instructions for epilogue delay.
13283
13284         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
13285         to gas if it supports .register pseudo.
13286
13287         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
13288         LONG_DOUBLE_TYPE_SIZE if not defined.
13289         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
13290         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
13291         * real.c: Likewise.
13292         * gengenrtl.c: Likewise.
13293         * print-rtl.c: Likewise.
13294         * rtl.c: Likewise.
13295         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
13296         MASK_LONG_DOUBLE_128.
13297         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
13298         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
13299         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
13300         (SUBTARGET_SWITCHES): Define.
13301         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
13302         with -mlong-double-128.
13303         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13304         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13305         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13306         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
13307         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
13308         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
13309         with -mlong-double-128.
13310         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
13311         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
13312         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
13313         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
13314         TARGET_LONG_DOUBLE_128): Define.
13315         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
13316         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
13317         long double on TARGET_ARCH64.
13318
13319 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
13320
13321         * function.c (free_temps_for_rtl_expr): Don't free slots
13322         that have been pushed into a higher level.
13323
13324         Revert this patch:
13325         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13326
13327 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13328
13329         * basic-block.h (ALLOCA_REG_SET): Remove.
13330         (INITIALIZE_REG_SET): New macro.
13331         * flow.c (update_life_info): Use it.
13332         (calculate_global_regs_live): Likewise.
13333         (propagate_block): Likewise.
13334         * global.c (build_insn_chain): Likewise.
13335         * haifa-sched.c (schedule_region): Likewise.
13336
13337 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
13338
13339         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
13340         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
13341         (DWARF_ARANGES_PAD_SIZE): New define.
13342         (output_aranges): Use it to pad the address range header.
13343         (DWARF_ROUND): Fix for non power of 2 rounding.
13344
13345 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
13346
13347         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
13348
13349 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
13350
13351         * tree.def (RTL_EXPR): Update documentation.
13352         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
13353         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
13354         * function.c (preserve_rtl_expr_temp): New function.
13355         (preserve_rtl_expr_temps): Likewise.
13356         (preserve_rtl_expr_result): Use it.
13357
13358         Revert this patch:
13359         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13360
13361 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
13362
13363         * regmove.c (copy_src_to_dest)  Do not create src->dest move
13364         for unchanging destination.
13365
13366 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
13367
13368         * function.h (struct sequence_stack): Remove rtl_expr.
13369         (struct emit_staus): Likewise.
13370         (seq_rtl_expr): Remove.
13371         * tree.h (free_temps_for_rtl_expr): Don't declare.
13372         (start_sequence_for_rtl_expr): Likewise.
13373         * rtl.h (preserve_rtl_expr_result): Likewise.
13374         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
13375         (start_sequence_for_rtl_expr): Remove.
13376         (push_topmost_sequence): Don't save sequence_rtl_expr.
13377         (pop_topmost_sequence): Remove comment about not restoring it.
13378         (end_sequence): Don't set seq_rtl_expr.
13379         (init_emit): Don't initialize it.
13380         (mark_sequence_stack): Don't mark it.
13381         (mark_emit_status): Likewise.
13382         * except.c (protect_with_terminate): Use
13383         start_sequence_for_rtl_expr, not start_sequence.
13384         * expr.c (expand_expr, case RTL_EXPR): Don't call
13385         preserve_rtl_expr_result or free_temps_for_rtl_expr.
13386         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
13387         (preserve_rtl_expr_result): Remove.
13388         (free_temps_for_rtl_expr): Likewise.
13389         (pop_temp_slots): Likewise.
13390         (mark_temp_slot): Don't mark the rtl_expr.
13391         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
13392         start_sequence_for_rtl_expr.
13393
13394 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
13395
13396         * mkdeps.c, mkdeps.h: New files.
13397         * po/POTFILES.in: Add them.
13398         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
13399         (cpplib.o, cppinit.o): Depend on mkdeps.h.
13400         (mkdeps.o): New target.
13401
13402         * cppfiles.c: Delete deps_output.
13403         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
13404         OBJECT_SUFFIX, and base_name.
13405         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
13406         the include hash.
13407         (initialize_dependency_output): Use deps_init,
13408         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
13409         all the unnecessary string bashing.
13410         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
13411         level.
13412         * cpplib.c (do_include): Use deps_add_dep.
13413         * cpplib.h (struct cpp_reader): Replace deps_buffer,
13414         deps_allocated_size, deps_size, deps_column members with
13415         single pointer to a struct deps.  Delete prototype of
13416         deps_output.
13417
13418         * cppinit.c: Fix thinko in previous patch.
13419
13420 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13421
13422         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
13423         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
13424         (mode_for_size_tree): New function.
13425         (layout_decl, layout_type): Call it and clean up BLKmode checks.
13426         * tree.h (mode_for_size_tree): New declaration.
13427
13428         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
13429
13430 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
13431
13432         * stmt.c (is_body_block): Move...
13433         * dwarfout.c, dwarf2out.c: ...from here.
13434         * tree.h: Declare it.
13435         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
13436         * final.c (final_start_function): Do call remove_unnecessary_notes
13437         when scheduling.
13438
13439 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13440
13441         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
13442
13443         * cpplib.h (_dollar_ok): New macro.
13444         (is_idchar, is_idstart): Use it.
13445         (IStable): Rename to _cpp_IStable.  Declare it const if
13446         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
13447         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
13448         is_space): Update for renamed IStable.
13449
13450         * cppinit.c: Delete all references to FAKE_CONST and CAT
13451         macros. Define init_IStable as empty macro if gcc >=2.7 or
13452         C99. Change TABLE() to ISTABLE and hardcode name of table.
13453         (cpp_start_read): Don't change the IStable based on
13454         dollars_in_ident.
13455
13456         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
13457         changed.  Handle '$' for char1 correctly.
13458         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
13459
13460         * cppexp.c (tokentab2): Make const.
13461         (cpp_lex): Make toktab const.
13462         * cppinit.c (include_defaults_array): Make const.
13463         (initialize_standard_includes): Make default_include const.
13464
13465 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13466
13467         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
13468         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
13469         (gen_decl_die): Likewise.
13470         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
13471         (output_decl): Likewise.
13472
13473         * varasm.c (make_function_rtl): If we change the name used in the
13474         rtl, update DECL_ASSEMBLER_NAME accordingly.
13475         (make_decl_rtl): Likewise.
13476
13477         * toplev.c (rest_of_compilation): Tweak formatting.
13478
13479         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
13480         remove_unnecessary_notes.
13481         (debug_ignore_block): New fn.
13482         * toplev.h: Declare it.
13483         * emit-rtl.c (remove_unncessary_notes): Call it.
13484         * dwarf2out.c (dwarf2out_ignore_block): New fn.
13485         * dwarf2out.h: Declare it.
13486         * final.c (final_start_function): Don't call remove_unnecessary_notes
13487         if we did insn scheduling.
13488
13489 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
13490
13491         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
13492         * cpplib.h: Delete SET_CPP_PEDANTIC.
13493
13494 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13495
13496         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
13497         result is a RECORD_TYPE.
13498
13499 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13500
13501         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
13502
13503 2000-03-03  Richard Henderson  <rth@cygnus.com>
13504
13505         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
13506         addition over compliments over shifts.
13507
13508 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13509
13510         * reload1.c (reload_combine_note_use): Handle return register USEs.
13511         REG case: Handle multi-hard-register hard regs.
13512
13513 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13514
13515         * md.texi: Document use of '*' in insn pattern name.
13516
13517 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
13518
13519         * calls.c (special_function_p): operator new may not be malloc-like.
13520
13521         * gcse.c (dump_hash_table): Really fix error in last change.
13522
13523 2000-03-02  Denis Chertykov  <denisc@overta.ru>
13524
13525         * avr.c (print_operand): Use print_operand_address instead of
13526         output_addr_const.
13527         * avr/libgcc.S: Cleanup code.
13528
13529 2000-03-02  Richard Henderson  <rth@cygnus.com>
13530
13531         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
13532
13533 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
13534
13535         * tree.h (TYPE_ALIGN_UNIT): New macro.
13536
13537 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
13538
13539         * i386.c: (constant_call_address_operand): Reject CONST_INT.
13540
13541 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
13542
13543         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
13544         for the buffer.
13545         (SET_CPP_PEDANTIC): New macro.
13546         * cpplib.c (do_include): Don't bother checking system_header_p.
13547         (do_warning, do_ident, do_assert, do_unassert): Likewise.
13548         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
13549
13550         * function.h (struct expr_status): Add x_arg_space_so_far.
13551         (arg_space_so_far): New macro.
13552         * expr.c (init_expr): Initialize it.
13553         * calls.c (emit_call_1): Reset it.
13554         (compute_argument_block_size, expand_call): Use it.
13555         (expand_call, store_one_arg): Increment it.
13556
13557 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13558
13559         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
13560         a UNION_TYPE.
13561
13562 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
13563
13564         * cppfiles.c (cpp_read_file): New function.
13565
13566         * cpphash.c (collect_expansion): Make sure to reset last_token
13567         to NORM when we hit a string.  Handle trailing whitespace
13568         properly when the expansion is empty.
13569         (create_definition): Disable line commands while parsing the
13570         directive line.
13571         (dump_definition): If pfile->lineno == 0, output a line
13572         command ahead of the dump, and add a trailing newline.
13573
13574         * cppinit.c (append_include_chain): Add fifth argument, which
13575         indicates whether or not system headers are C++ aware.
13576         (initialize_standard_includes): New function,
13577         broken out of read_and_prescan.  Pass 'cxx_aware' value from
13578         the include_defaults_array on to append_include_chain.
13579         (dump_special_to_buffer): Const-ify char array.
13580         (builtin_array): Don't dump __BASE_FILE__.
13581         (cpp_start_read): Use cpp_read_file.  Reorder code for
13582         clarity.  Don't output line commands here for -D/-A/-U
13583         switches.  Don't call deps_output for files included with
13584         -include or -imacros.
13585
13586         * cpplib.c (do_define): Don't pay any attention to the second
13587         argument.
13588         (cpp_expand_to_buffer): Disable line commands while scanning.
13589         (output_line_command): Work in the file buffer.
13590         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
13591         Fix formatting of comments.  Prototype cpp_read_file.
13592
13593 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13594
13595         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
13596         reference the language-equivalent of sizetype.
13597         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
13598         * fold-const.c (size_binop, size_diffop): Put back checks.
13599         * gcse.c (dump_hash_table): Fix minor error in last change.
13600         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
13601         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
13602         all sizetypes.
13603
13604 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
13605
13606         * calls.c (expand_call)  Do not attempt to combine stack adjustments
13607         with inhibit_defer_pop set.
13608
13609 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
13610
13611         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
13612         the DECL_SIZE for a FIELD_DECL.
13613
13614 2000-03-01  Bruce Korb  <bkorb@gnu.org>
13615
13616         * fixinc/inclhack.tpl: remove unused symlinks
13617         * fixinc/README: GCC Maintainer info
13618         * fixinc/inclhack.sh: regen
13619         * fixinc/fixincl.sh: regen
13620
13621 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13622
13623         * cpphash.c (collect_expansion): Trim trailing white space
13624         from macro definitions, but don't go past the last insertion
13625         point.
13626
13627 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
13628
13629         * i386.md (mulqi3): New pattern.
13630
13631 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
13632
13633         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
13634         token types.
13635         (struct cpp_reader): Add parsing_if_directive and
13636         parsing_define_directive flags.
13637         (struct cpp_options): Remove output_conditionals flag.
13638         (check_macro_name): Delete prototype.
13639
13640         * cpphash.h (struct macrodef): Delete.
13641         (struct reflist): Separate from struct definition.
13642         (struct definition): Remove unused fields.  Add column number.
13643         (create_definition): Returns a DEFINITION *.  Takes a
13644         cpp_reader * and an int.
13645
13646         * cpphash.c (SKIP_WHITE_SPACE): Delete.
13647         (PEEKC): Copy defn from cpplib.c.
13648         (rest_extension, REST_EXTENSION_LENGTH): Delete.
13649         (struct arg): New.
13650         (struct arglist): Simplify.
13651         (collect_expansion): Rewrite.  Get tokens by calling
13652         cpp_get_token.  Add more error checking.
13653         (collect_formal_parameters): New function, broken out of
13654         create_definition and reworked to use get_directive_token.
13655         (create_definition): All real work is now in collect_expansion
13656         and collect_formal_parameters.  do_define handles finding the
13657         macro name.  Return a DEFINITION, not a MACRODEF.
13658         (macroexpand): Replace bcopy with memcpy throughout.  Replace
13659         character-at-a-time copy loop with memcpy and pointer increments.
13660         (compare-defs): d1->argnames / d2->argnames might be null.
13661
13662         * cpplib.c (copy_rest_of_line): Delete function.
13663         (skip_rest_of_line): Do all the work ourselves.
13664         (skip_string): New function.
13665         (parse_string): Use skip_string.
13666         (get_macro_name): New function.
13667         (check_macro_name): Delete.
13668         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
13669         (cpp_skip_hspace): Use CPP_BUMP_LINE.
13670         (handle_directive): ICE if we're called on a macro buffer.
13671         (do_define): Determine macro name and type (funlike/objlike)
13672         here.  Expunge all uses of MACRODEF.
13673         (cpp_push_buffer): Set line_base to NULL.
13674         (do_undef, read_line_number): Don't worry about getting a POP token.
13675         (eval_if_expression): Set/reset parsing_if_directive around
13676         cpp_parse_expr. Don't clear only_seen_white.
13677         (skip_if_group): Remove output_conditionals logic.  Use
13678         skip_rest_of_line.
13679         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
13680         tokens under appropriate conditions.
13681         (cpp_unassert): Call do_unassert not do_assert.  Oops.
13682
13683         * cppexp.c (parse_defined): New function, break out of
13684         cpp_lex.
13685         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
13686         ourselves, with cpp_defined.
13687         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
13688
13689         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
13690         * gcc.dg/strpaste-2.c: New.
13691
13692 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
13693
13694         * fold-const.c (size_binop): Don't asert inputs are the same and
13695         have TYPE_IS_SIZETYPE set.
13696         (size_diffop): Likewise.
13697
13698 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
13699
13700         * dwarfout.c (output_block): Output abstract blocks even if they
13701         don't have TREE_ASM_WRITTEN set.
13702
13703         * calls.c (emit_library_call): Check for null REG.
13704
13705 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
13706
13707         * c-decl.c (current_function_decl): Move to toplev.c.
13708         (init_decl_processing): Don't add current_function_decl as a ggc
13709         root here.
13710         * dbxout.c (dbxout_symbol): Change return type to int.
13711         (dbxout_symbol_location, dbxout_syms): Likewise.
13712         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
13713         any locals. Use current_function_func_begin_label if set.
13714         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
13715         * dwarf2out.c (dwarf2out_begin_prologue): Set
13716         current_function_func_begin_label.
13717         * final.c (final_start_function): Reset it.
13718         * toplev.c (current_function_decl): Define it here.
13719         (current_function_func_begin_label): New variable.
13720         (main): Add both as ggc roots.
13721         * tree.h (current_function_func_begin_label): Declare.
13722
13723 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13724
13725         * gcse.c: Cleanups throughout: mostly white-space, but also
13726         some minor rearrangement of code.
13727
13728 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
13729
13730         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
13731         returns a PARALLEL.  Use emit_group_load and use_group_regs
13732         as needed.
13733         (emit_library_call_value): Similarly.
13734
13735         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
13736         * pa/quadlib.asm: Remove.
13737         * pa/quadlib.c: New file.
13738
13739         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
13740         * configure: Rebuilt.
13741
13742 2000-02-29  Philip Blundell  <pb@futuretv.com>
13743
13744         * config/arm/conix-elf.h: New file.
13745         * configure.in (arm*-*-conix*): New configuration.
13746         * configure: Regenerate.
13747
13748 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
13749
13750         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
13751         don't have TREE_ASM_WRITTEN set.
13752
13753 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13754
13755         * Eliminate DECL_FIELD_SIZE.
13756         * builtins.c (built_in_class_names, built_in_names): New variables.
13757         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
13758         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
13759         DECL_SIZE, not DECL_FIELD_SIZE.
13760         * print-tree.c (print_node): Remove code that prints extra blank
13761         lines in some cases.
13762         Properly handle inline and builtin function cases.
13763         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
13764         * tree.h (built_in_class_named, built_in_names): New declarations.
13765         (union tree_decl): Rename internal unions to u1 and u2 and change
13766         some of their components.
13767         Add new field built_in_class.
13768         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
13769         Reflect above changes.
13770         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
13771         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
13772         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
13773         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
13774
13775 2000-02-28  Dmitri Makarov  <dim@windriver.com>
13776
13777         * extend.texi: Document ARM's support for long/short calls.
13778
13779         * invoke.texi: Document ARM's -mlong-calls command line switch.
13780
13781         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
13782         (arm_encode_call_attribute): Add prototype.
13783         (arm_set_default_type_attribute): Add prototype.
13784         (arm_strip_name_encoding): Add prototype.
13785
13786         * config/arm/arm.c (arm_init_cumulative_args): replace
13787         initialisation og 'long_calls' field with initialisation of
13788         'call_cookie' field.
13789         (enum arm_pragma_enum): New enum.
13790         (arm_pragma_long_calls): New static variable.
13791         (arm_process_pragma): Also process "#pragma long_calls_off".
13792         (arm_valid_type_attribute_p): Accept short_call attribute.
13793         (arm_comp_type_attributes): Check long/short call attributes.
13794         (arm_encode_call_attribute):  New function:  Encode long_call
13795         or short_call attribute in function name.
13796         (arm_set_default_type_attributes): New function: Assign
13797         default attributes to newly defined type.
13798         (current_file_function_operand): New function: Return true if
13799         the symbol is a function which has already been compiled.
13800         (arm_is_longcall_p): New function: Return true if the
13801         indicated function should be called via a long call.
13802         (arm_get_strip_length): New function.  Returns number of
13803         prefix characters to be stripped from a function's name.
13804         (arm_strip_name_encoding): New function.  Strip prefix characters
13805         from a function's name.
13806
13807         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
13808         with 'call_cookie'.
13809         (SHORT_CALL_FAG_CHAR): Define.
13810         (LONG_CALL_FAG_CHAR): Define.
13811         (ENCODED_SHORT_CALL_ATTR_P): Define.
13812         (ENCODED_LONG_CALL_ATTR_P): Define.
13813         (ARM_NAME_ENCODING_LENGTHS): Define.
13814         (STRIP_NAME_ENCODING): Define.
13815         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
13816         (ARM_ENCODE_CALL_TYPE): Define.
13817         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
13818         (ARM_DECLARE_FUNCTION_SIZE): Define.
13819         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
13820
13821         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
13822         if a long call is needed.
13823         (call_value): Ditto.
13824         (call_symbol): Ditto.
13825
13826         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
13827         ARM_DECLARE_FUNCTION_SIZE.
13828
13829         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
13830         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
13831         (ARM_STRIP_NAME_ENCODING): Undefine.
13832         (STRIP_NAME_ENCODING): Undefine.
13833         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
13834         (ASM_DECLARE_FUNCTION_NAME): Ditto.
13835         (ASM_OUTPUT_COMMON): Ditto.
13836         (ASM_DECLARE_OBJECT_NAME): Ditto.
13837
13838         * config/arm/pe.c (arm_dllexport_name_p): Check for
13839         ARM_PE_FLAG_CHAR.
13840         (arm_dllimport_name_p): Ditto.
13841         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
13842         (arm_mark_dllimport): Ditto.
13843
13844 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13845
13846         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
13847
13848 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
13849
13850         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
13851
13852 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
13853
13854         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
13855         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
13856         NO_BUILTIN_WCHAR_TYPE is not defined.
13857         (CPP_WCHAR_TYPE): Delete.
13858         * cccp.c (main): Don't change wchar_type if cplusplus.
13859         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
13860
13861 2000-02-28  Nick Clifton  <nickc@cygnus.com>
13862
13863         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
13864
13865 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
13866
13867         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
13868         (ASM_WEAKEN_LABEL): Define.
13869
13870 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
13871
13872         * expr.c (store_constructor): Do not emit USE.
13873         * rtl.h (stupid_life_analysis): Remove.
13874
13875 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13876
13877         * function.c (number_blocks): Reset next_block_index based on
13878         what debugging format is used, not what is defined.
13879
13880         * lcm.c: Minor reformatting throughout.
13881         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
13882
13883         * toplev.c (rest_of_compilation): Account for time in
13884         optimize_mode_switching.
13885
13886         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
13887         if only marking labels.
13888
13889 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
13890
13891         * calls.c (expand_call): Attempt to combine stack adjustments with
13892         pending stack adjustments.
13893
13894 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
13895
13896         * loop.c (reg_in_basic_block_p): Don't abort when falling through
13897         to the end of the function.
13898
13899 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
13900
13901         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
13902         blocks.
13903         * final.c (next_block_index): Remove.
13904         (max_block_depth): Likewise.
13905         (pending_blocks): Likewise.
13906         (init_final): Don't initialize them.
13907         (final_start_function): Don't set next_block_index.  Set up
13908         BLOCK_NUMBER.
13909         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
13910         * function.h (number_blocks): New function.
13911         * function.c (get_block_vector): New function.
13912         (identify_blocks): Use it.
13913         (reorder_blocks): Set NOTE_BLOCK.
13914         (number_blocks): New function.
13915         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
13916         * tree.h (BLOCK_NUMBER): New macro.
13917         (tree_block): Add block_num field.
13918         * dbxout.c (next_block_number): Remove.
13919         (dbxout_init): Don't set it.
13920         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
13921         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
13922         block numbers.
13923         * toplev.c (rest_of_compilation): Always call
13924         find_loop_tree_blocks.  Fix indentation.
13925         * dwarf2out.c (next_block_number): Remove.
13926         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13927         to determine block numbers.
13928         (gen_inlined_subroutine_die): Likewise.
13929         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
13930         (decls_for_scope): Don't increment next_block_number.
13931         * dwarfout.c (next_block_number): Remove.
13932         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
13933         to determine block numbers.
13934         (output_inlined_subroutine_die): Likewise.
13935         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
13936         (output_decls_for_scope): Don't increment next_block_number.
13937         * sdbout.c (next_block_number): Remove.
13938         (sdbout_block): Use BLOCK_NUMBER.
13939         (sdbout_begin_block): Simplify.
13940         * xcoffout.c (next_block_number): Remove.
13941         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
13942         (xcoffout_begin_block): Don't set next_block_number.
13943         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
13944         next_block_number.
13945
13946 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13947
13948         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
13949         (expand_builtin_strcpy): Pass correct type to size_binop.
13950         (expand_builtin_strcmp): Likewise.
13951         Clean up conditional structure.
13952         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
13953         (complete_array_type): Don't use size_binop for MAXINDEX.
13954         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
13955         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
13956         (c_alignof): Use size_one_node.
13957         (build_unary_op): Pass arg of proper type to size_binop.
13958         (really_start_incremental_init, push_init_level): Use sizetype for
13959         constructor{,_bit,_unfilled}_index.
13960         (pop_init_label, output_init_element): Likewise.
13961         (output_pending_init_elements, process_init_element): Likewise.
13962         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
13963         * expr.c (store_expr): Use size_int.
13964         (store_constructor): Use proper types for size_binop args.
13965         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
13966         (expand_expr_unaligned): Likewise.
13967         (string_contant): Return object of sizetype.
13968         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
13969         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
13970         (ARGS_SIZE_TREE): Pass proper types to size_binop.
13971         * fold-const.c (int_const_binop): Refine when size_int is called.
13972         (fold_convert): Likewise.
13973         (size_int_wide): Rework to take KIND as arg, only take low order
13974         bits, handle new sizetype_tab datatype, and chain entries in
13975         size_table.
13976         (size_int_type_wide): New function.
13977         (size_binop): Validate types of arguments.
13978         (ssize_binop): Deleted.
13979         (size_diffop): New function.
13980         (extract_muldiv): Only fold division into multiplication for sizetypes.
13981         * function.c (assign_parms): Use size_diffop and make sure
13982         VAR field is of ssizetype; also pass proper type to size_binop.
13983         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
13984         (round_down): Deleted from here.
13985         * store-layout.c (sizetype_tab): Now an array.
13986         (sizetype_set, early_root_list): New variables.
13987         (variable_size): Use size_one_node.
13988         (round_up): Pass proper type to size_binop.
13989         (round_down): Moved to here and corrected as above.
13990         (layout_record): Pass proper arg types to size_binop.
13991         (layout_type): Likewise.
13992         If sizetype_set is zero, record the type just laid out.
13993         (make_unsigned_type): Don't call set_sizetype;
13994         (make_signed_type): Likewise; also, call fixup_signed_type.
13995         (initialize_sizetypes): New function.
13996         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
13997         set name of bitsizetype to "bit_size_type".
13998         Fix up type of sizes of all types made before call.
13999         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
14000         * tree.c (fix_sizetype): Deleted.
14001         (build_common_tree_nodes): Call initialize_sizetypes.
14002         (build_common_tree_nodes_2): Don't call fix_sizetype.
14003         * tree.h (TYPE_IS_SIZETYPE): New macro.
14004         (initialize_sizetype): New declaration.
14005         (enum size_type_kind): New type.
14006         (struct sizetype_tab): Deleted.
14007         (sizetype_tab): Now array; adjust sizetype macros.
14008         (size_diffop, size_int_type_wide): New functions.
14009         (size_int_wide): Change number of args and type; access macros changed.
14010         (ssize_int, sbitsize_int): New macros.
14011         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
14012         (ROUND_TYPE_SIZE_UNIT): New macro.
14013
14014 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
14015
14016         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
14017
14018 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14019
14020         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
14021         Mark as possibly unused.
14022
14023         * cse.c (cse_insn): Delete dead code involving tablejump.
14024         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
14025
14026         * Makefile.in (libcpp.a): Start by deleting it.
14027
14028 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14029
14030         * cpplib.h (enum file_change_code): Added rename_file.
14031         * cpplib.c (do_line): If a filename is given, set file_change to
14032         rename_file.
14033         (output_line_command): If file_change is rename_file, always
14034         output a # directive with the file name.
14035
14036         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
14037
14038 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14039
14040         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
14041         when copying a PARM_DECL or RESULT_DECL.
14042
14043 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14044
14045         * fix-header.c (recognized_function): Also fix prototypes for
14046         functions taking "void".
14047
14048 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14049
14050         * reload1.c (do_output_reload): Check reg_reloaded_valid before
14051         looking at reg_reloaded_contents.
14052
14053 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14054
14055         * Makefile.in (STMP_FIXINC): New toggle.
14056         (LIBGCC2_DEPS): Delete all references.
14057         (stmp-headers): Delete target.  All references either deleted
14058         or changed to stmp-int-headers.
14059         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
14060         (LIBCPP_OBJS): Take out cppalloc.o.
14061         (cppalloc.o): Delete target.
14062         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
14063         (gen-protos, fix-header): Link with libiberty.a.
14064         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
14065         to empty.
14066
14067         * configure.in: Remove refs to strerror.
14068         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
14069         * system.h: Take out strerror stanza.
14070
14071         * cpperror.c (my_strerror): Delete function.
14072         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
14073         * cppmain.c (main): Call xmalloc_set_program_name first thing.
14074         * cppalloc.c: Delete file.
14075         * gen-protos.c: Don't provide xrealloc.
14076
14077         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
14078         xstrerror throughout.
14079
14080 2000-02-26  Bruce Korb  <bkorb@gnu.org>
14081
14082         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
14083         match for DOS headers, too.
14084         * fixinc/inclhack.sh,fixincl.x: Regenerate.
14085
14086 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
14087
14088         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
14089         is right for most ELF targets.
14090         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
14091         Let the default file use %U properly.
14092         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
14093         default.
14094
14095         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
14096         numbers.
14097
14098 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14099
14100         * toplev.c (documented_lang_options): Correct spelling error.
14101         (decode_d_option, decode_f_option, main): Likewise.
14102
14103         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
14104
14105         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
14106         to tell assembler it is permitted to expand large constants.
14107
14108 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
14109
14110         * protoize.c: (AUX_INFO_SUFFIX): New macro.
14111         (aux_info_suffix): Use.
14112         (SAVE_SUFFIX): New macro.
14113         (save_suffix): Use.
14114         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
14115         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
14116         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
14117
14118         * invoke.texi (Running Protoize): Update documentation.
14119
14120 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
14121
14122         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
14123
14124 2000-02-25  John Wehle  (john@feith.com)
14125
14126         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
14127
14128 2000-02-25  Anthony Green  <green@cygnus.com>
14129
14130         * toplev.c (rest_of_compilation): Rebuild jump labels if
14131         combine_instructions has created a new direct jump.
14132         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
14133         when appropriate.
14134         (combine_instructions): Call try_combine with new argument.
14135         Return non-null value when new direct jump instruction is created.
14136         * rtl.h: combine_instructions returns an int.
14137
14138 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
14139
14140         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
14141         jump when changing a computed jump into a jump to a known
14142         target.
14143
14144 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
14145
14146         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
14147         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
14148
14149         * i386.md (define_expand "clrstrsi"): Fix typo.
14150
14151 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
14152
14153         * rtl.texi: Fix typo.
14154
14155 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14156
14157         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
14158         UNITS_PER_WORD.  Change caller initial_elimination_offset.
14159         (rounded_frame_size): Take into account that argument pushed has
14160         changed.  Fix TARGET_ALIGN_DOUBLE problem.
14161
14162 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14163
14164         * haifa-sched.c (schedule_block): Explain the real reason
14165         we delete REG_SAVE_NOTEs on the first insn of a block.
14166         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
14167
14168 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14169
14170         * input.h (push_srcloc): New function.
14171         (pop_srcloc): Likewise.
14172         * toplev.c (push_srcloc): Define it.
14173         (pop_srcloc): Likewise.
14174
14175 2000-02-24  Richard Henderson  <rth@cygnus.com>
14176
14177         * flow.c (life_analysis): When collecting reg info, clear
14178         regs_ever_live.
14179
14180 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14181
14182         Fix bug exposed by reload.c no longer rounding the frame
14183         size to BIGGEST_ALIGNMENT:
14184         * sh.c (rounded_frame_size): New function.
14185         (sh_expand_prologue, sh_expand_epilogue): Use it.
14186         (initial_elimination_offset): Likewise.
14187
14188 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14189
14190         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
14191         * sh-protos.h (sh_need_epilogue): Declare.
14192         * sh.c (sh_need_epilogue_known): New static variable.
14193         (sh_need_epilogue): New function.
14194         (function_epilogue): Clear need_epilogue_known.
14195         * sh.md (return): Split into expander / insn pattern.
14196         Make the expander conditional on ! sh_need_epilogue ().
14197
14198 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14199
14200         * machmode.h (get_mode_alignment): Declare.
14201         (GET_MODE_ALIGNMENT): Call it.
14202         * stor-layout.c (get_mode_alignment): New function. Make
14203         sure alignment is always power of 2.
14204
14205 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14206
14207         * i386.h: Remove useless definition of "I386" and misleading
14208         comment above it.
14209
14210 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14211
14212         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
14213         under which TREE_PERMANENT will be set.
14214         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
14215         build1): Use TREE_SET_PERMANENT.
14216         * print-tree.c (print_node): Don't report value of
14217         TREE_PERMANENT if ggc_p is true.
14218
14219         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
14220         decide whether to give a type a new alias set.
14221         * objc/objc-act.c (build_objc_string_object): Never copy the string.
14222         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
14223         of value of 'obstack'.
14224
14225
14226 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14227
14228         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
14229
14230 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14231
14232         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
14233         * cpplib.c (cpp_get_token): Produce them.
14234         * cppexp.c (cpp_lex): Handle them.
14235
14236 2000-02-23  Nick Clifton  <nickc@cygnus.com>
14237
14238         * config/arm/arm.c (arm_comp_type_attributes): Simply and
14239         comment tests on type attributes.
14240
14241 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14242
14243         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
14244         conform to documentation.
14245         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
14246         to check for special cases.
14247         * sh-protos.h (sh_loop_align): Declare.
14248         * sh.c (sh_loop_align): Define.
14249
14250 2000-02-22  Andrew Haley  <aph@cygnus.com>
14251
14252         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
14253         (SIZE_TYPE): Is 32 bits when using -mgp32.
14254         (PTRDIFF_TYPE): Ditto.
14255
14256 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14257
14258         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
14259
14260 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
14261
14262         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
14263         BIGGEST_FIELD_ALIGNMENT a constant.
14264
14265 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
14266
14267         * dwarf2out.c (output_line_info): Put the marker for the end of
14268         the line number info at the actual end.
14269         (gen_struct_or_union_type_die): Use decl_function_context
14270         to check for local classes.
14271         * dwarfout.c (output_type): Likewise.
14272
14273 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
14274
14275         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
14276         for arguments with a mode, but no type.
14277         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
14278         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
14279         * pa/long_double.h: New file.
14280         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
14281         both have 128bit wide long doubles.
14282         * configure: Rebuilt.
14283
14284 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14285
14286         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
14287
14288         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
14289         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
14290         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
14291
14292         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
14293
14294         * integrate.c (compare_blocks, find_block): Likewise.
14295
14296         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
14297
14298         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
14299
14300         * stmt.c (stmt_status, set_file_and_line_for_stmt,
14301         expand_asm_operands): Likewise.
14302
14303 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
14304
14305         * predict.c (estimate_probability): Added the pointer heuristic to
14306         the collection of static branch predictors.
14307
14308 2000-02-21  Catherine Moore  <clm@cygnus.com>
14309
14310         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
14311         * invoke.texi (-mfix7000): Document.
14312
14313 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14314
14315         * diagnostic.c (init_output_buffer): Make it possible to output at
14316         least 32 characters if we're given a too long prefix.
14317
14318 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14319
14320         * varasm.c (initializer_constant_valid_p): Call
14321         lang_expand_constant to simplify the constant.
14322
14323 2000-02-20  Bruce Korb  <bkorb@gnu.org>
14324
14325         * fixinc/inclhack.def(stdio_va_list):
14326         typedef needs to be disabled.
14327         * fixinc/inclhack.sh: regen
14328         * fixinc/fixincl.x: regen
14329
14330 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
14331
14332         * print-rtl.c (print_rtx): Don't print addresses when
14333         flag_dump_unnumbered.
14334
14335 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14336
14337         * sparc.c (sparc_output_scratch_registers): Mark parameter with
14338         ATTRIBUTE_UNUSED.
14339         (sparc_va_arg, sparc_flat_output_function_prologue,
14340         sparc_flat_output_function_epilogue): Cast value to unsigned in
14341         comparison.
14342         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
14343
14344         * sparc.md: Add default case in switch.
14345
14346 2000-02-19  Richard Henderson  <rth@cygnus.com>
14347
14348         * c-typeck.c (add_pending_init): Don't abort for multiple
14349         fields at the same offset.
14350         (pending_init_member): Test the correct member.
14351
14352 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14353
14354         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
14355         instead of SImode.
14356         (start_catch_handler) : Same.
14357
14358 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
14359
14360         * Makefile.in: Have flow.o depend on $(EXPR_H)
14361
14362 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14363
14364         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
14365         * c-decl.c (duplicate_decls, finish_enum): Likewise.
14366         (finish_decl): Remove -Wlarger-than code from here.
14367         * flags.h (id_clash_len): Now int.
14368         (larger_than_size): Now HOST_WIDE_INT.
14369         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
14370         Clean up checking to see if in table.
14371         (make_bit_field_ref): Remove extra parm to bitsize_int.
14372         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
14373         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
14374         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
14375         and for computing size of decl.
14376         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
14377         Move -Wlarger-than code to here.
14378         (layout_record): Remove extra arg to bitsize_int.
14379         Set TYPE_BINFO_SIZE_UNIT.
14380         (layout_union): Remove extra arg to bitsize_int.
14381         Use proper type for size of QUAL_UNION.
14382         (layout_type): Remove extra arg to bitsize_int.
14383         * toplev.c (id_clash_len): Now int.
14384         (larger_than_size): Now HOST_WIDE_INT.
14385         (decode_W_option): Clean up id-clash and larger-than- cases.
14386         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
14387         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
14388         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
14389         (struct tree_decl): New field size_unit.
14390         (size_int_wide): No HIGH operand; NUMBER is now signed.
14391         (size_int_2): Deleted.
14392         (size_int, bitsize_int): Don't use it and rework args.
14393         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
14394
14395 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
14396
14397         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
14398
14399 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
14400
14401         * invoke.texi (Warning Options): Add an explanation of why
14402         you might want the -Wfloat-equal flag.
14403
14404 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14405
14406         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
14407         * cppinit.c (new_pending_define): Add cast to avoid warning.
14408         * expmed.c (extract_bit_field): Likewise.
14409         * flow.c (enum reorder_skip_type): New type.
14410         (skip_insns_between_blcok): New it.
14411         Rework to avoid warning about possibly undefined variable.
14412         * function.c (assign_parms): Make thisparm_boundary unsigned.
14413         * genrecog.c (write_switch): Cast XWINT result to int.
14414         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
14415         * mips-tfile.c (init_file): Make two versions of FDR intializer:
14416         one for MIPS and one for Alpha.
14417         (get_tag, copy_object): Add casts to avoid warnings.
14418         * optabs.c (init_one_libfunc): Cast NAME to (char *).
14419         * reload.c (find_reloads): Make TYPE enum reload_type.
14420         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
14421         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
14422         * varasm.c (compare_constant_1): Add cast to avoid warning.
14423         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
14424         to (char *).
14425         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
14426         Cast switch operand of size to int.
14427         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
14428         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
14429         in unhandled case.
14430
14431 2000-02-18  Nick Clifton  <nickc@cygnus.com>
14432
14433         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
14434         anything for an alignment of zero.
14435
14436         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
14437         anything for an alignment of zero.
14438
14439 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14440
14441         * gcc.texi (Bug Reporting): Refer to bugs.html.
14442         (Bug Lists): Likewise.
14443         * system.h (GCCBUGURL): New preprocessor define.
14444         * rtl.c (fancy_abort): Use it.
14445         * gcc.c (main): Likewise.
14446
14447 2000-02-18  Richard Henderson  <rth@cygnus.com>
14448
14449         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
14450         (life_analysis_1): Subsume into ...
14451         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
14452         Use update_life_info for the relaxation.
14453         (update_life_info): Update REG_BASIC_BLOCK for registers live on
14454         entry and regs_live_at_setjmp.
14455         (set_noop_p): Simplify.
14456         (notice_stack_pointer_modification_1): Renamed from s/_1//.
14457         (record_volatile_insns): Split into ...
14458         (delete_noop_moves): ... here,
14459         (notice_stack_pointer_modification): ... here,
14460         (insn_dead_p): ... and here.
14461         (propagate_block): Don't query INSN_VOLATILE.
14462         (mark_used_regs): Mind !PROP_REG_INFO.
14463         * toplev.c (rest_of_compilation): Call mark_constant_function here,
14464         not in life_analysis.
14465
14466 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
14467
14468         * loop.c (canonicalize_condition): New function,
14469         broken out of get_condition.
14470         (get_condition): Use it.
14471         * expr.h (canonicalize_condition): Prototype it.
14472
14473         * tree.h (tree_int_cst_msb): Declare.
14474         * tree.c (tree_int_cst_msb): New function.
14475
14476 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14477
14478         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
14479         isn't set.
14480
14481         * invoke.texi (-fmessage-length=n): Document.
14482
14483 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
14484
14485         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
14486
14487 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14488
14489         * function.c (thread_prologue_and_epilogue_insns): Put a line note
14490         after the prologue.
14491
14492 2000-02-17  Nick Clifton  <nickc@cygnus.com>
14493
14494         * config/arm/thumb.c: Replace includes of system headers with
14495         #include "system.h".
14496
14497 2000-02-16  Richard Henderson  <rth@cygnus.com>
14498
14499         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
14500         Add crtbeginS.o and crtendS.o.
14501         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
14502         (ENDFILE_SPEC): Use crtendS.o.
14503         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
14504
14505         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
14506         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
14507         shared and present.
14508         (__dso_handle): New variable.
14509         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
14510         bias to __CTOR_END__.
14511
14512 2000-02-16  Richard Henderson  <rth@cygnus.com>
14513
14514         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
14515
14516 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14517
14518         * longlong.h (__clz_tab): Declare as static to match definition.
14519
14520 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
14521
14522         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
14523         (XREF_FILE_NAME): Define.
14524
14525         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
14526         (EH_FRAME_SECTION_ASM_OP): Define.
14527         (IDENT_ASM_OP): Define.
14528         (TEXT_SECTION_ASM_OP): Define.
14529         (CPP_SPEC): Define.
14530         (CTORS_SECTION_ASM_OP): Define.
14531         (CTOR_SECTION_FUNCTION): Use it.
14532         (DTORS_SECTION_ASM_OP): Define.
14533         (DTOR_SECTION_FUNCTION): Use it.
14534
14535 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14536
14537         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
14538         NOTE_BASIC_BLOCK.
14539
14540         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
14541         debug_bb_n): New functions.
14542         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
14543         * basic-block.h: Prototype new functions.
14544
14545 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
14546
14547         * configure.in: Add support for avr target.
14548         * configure: Rebuilt.
14549
14550         * invoke.texi: Add AVR invocation docs.
14551         * install.texi: Add information about AVR.
14552         * md.texi: Add AVR constraint letters description.
14553         * extend.texi: Add description for AVR specific attributes.
14554
14555 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
14556
14557         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
14558
14559 2000-02-16  Nick Clifton  <nickc@cygnus.com>
14560
14561         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
14562         (make_insn_raw): Move RTL check here.
14563
14564 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14565
14566         * version.c: Include gansidecl.h and version.h.
14567
14568         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
14569
14570         * configure.in (gcc_version): When setting, narrow search to
14571         lines containing `version_string'.
14572
14573         * Makefile.in (mainversion): Likewise.
14574         (GCC_H): New variable.
14575         (gcc.h): Delete target.
14576         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
14577         (version.o): Depend on version.h.
14578         (dbxout.o): Don't depend on gcc.h.
14579
14580 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14581                           Michael Meissner  <meissner@cygnus.com>
14582
14583         * md.texi (Simple Constraints): Add item about whitespace.
14584         * genoutput.c (strip_whitespace): New.
14585         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
14586         strip_whitespace for constraints.
14587         Test pointer using NULL, not 0.
14588
14589 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14590
14591         * cpplib.c (do_line): Pedwarn for #line > 32767.
14592
14593         * c-lex.c (readescape): Warn about '\x', but do not reject it.
14594
14595 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14596
14597         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
14598         to default cpp spec.
14599         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
14600         * cpp.texi: Document __GNUC_PATCHLEVEL__.
14601         * cpp.1: Likewise.
14602
14603         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
14604         default spec.
14605
14606 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14607
14608         * configure.in: Add support for avr target.
14609
14610 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14611
14612         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
14613         (sh_addr_diff_vec_mode): Don't declare.
14614         * sh.c (sh_addr_diff_vec_mode): Delete.
14615
14616 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14617
14618         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
14619
14620 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14621
14622         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
14623         (smulsi3_highpart_i): Name.
14624         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
14625         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
14626         (smulsi3_highpart, umulsi3_highpart): Likewise.
14627
14628         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
14629         correctly independent of endianness.
14630         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
14631         confuse the optimizers.
14632         (mulsidi3+1, umulsidi3+1): New define_split.
14633
14634 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
14635
14636         * config/sh/sh.md: Guard insn splits against illegal registers.
14637         * config/sh/sh.h: Correct comment about macros.
14638
14639 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
14640                           Andrew MacLeod  <amacleod@cygnus.com>
14641
14642         * Makefile.in (lcm.o): Depend on insn-attr.h.
14643         * basic-block.h (optimize_mode_switching): Declare.
14644         * lcm.c (tm_p.h, insn-attr.h): #include.
14645         (seginfo, bb_info): New structs.
14646         (antic, transp, comp, delete, insert) : New file-scope static variables.
14647         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
14648         (reg_becomes_live, optimize_mode_switching): Likewise.
14649         * tm.texi: Add description of mode switching macros.
14650         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
14651
14652         * sh-protos.h (remove_dead_before_cse): Remove prototype.
14653         (fldi_ok, fpscr_set_from_mem): New prototypes.
14654         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
14655         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
14656         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14657         (sh_flag_remove_dead_before_cse): Remove declaration.
14658         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
14659         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
14660         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
14661         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
14662         (barrier_align): Allow for JUMP_INSNS containing a parallel.
14663         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
14664         (fldi_ok): New function.
14665         (get_fpscr_rtx): Add fpscr_rtx as GC root.
14666         (emit_sf_insn): Only generate fpu switches when optimize < 1.
14667         (emit_df_insn): Likewise.
14668         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
14669         (sh_flag_remove_dead_before_cse): Delete.
14670         (get_free_reg, fpscr_set_from_mem): New functions.
14671         * sh.md (movdf, movsf): Remove no_new_pseudos code.
14672         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
14673
14674 2000-02-15  Loren Rittle  <ljrittle@acm.org>
14675
14676         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
14677
14678 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14679
14680         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
14681         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
14682
14683         * cccp.c: Include version.h and/or don't declare `version_string'.
14684         * collect2.c: Likewise.
14685         * alpha.c: Likewise.
14686         * arm/aof.h: Likewise.
14687         * arm/coff.h: Likewise.
14688         * arm/elf.h: Likewise.
14689         * arm/pe.h: Likewise.
14690         * arm/tcoff.h: Likewise.
14691         * arm/telf.h: Likewise.
14692         * arm/tpe.h: Likewise.
14693         * arm/vxarm.h: Likewise.
14694         * convex/convex.c: Likewise.
14695         * i386/dgux.c: Likewise.
14696         * i386/sun386.h: Likewise.
14697         * m88k/m88k.c: Likewise.
14698         * mcore/mcore-pe.h: Likewise.
14699         * mips/mips.h: Likewise.
14700         * romp/romp.h: Likewise.
14701         * sh/sh.c: Likewise.
14702         * cpphash.c: Likewise.
14703         * cppinit.c: Likewise.
14704         * dwarf2out.c: Likewise.
14705         * dwarfout.c: Likewise.
14706         * gcc.c: Likewise.
14707         * gcc.h: Likewise.
14708         * mips-tfile.c: Likewise.
14709         * protoize.c: Likewise.
14710         * toplev.c: Likewise.
14711         * tree.h: Likewise.
14712
14713         * version.c (version_string): Constify a char*.
14714
14715         * version.h: New file.
14716
14717 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14718
14719         * configure.in: Add mcore-elf and mcore-pe targets.
14720         * configure: Regenerate.
14721
14722         * NEWS: Add note that MCore port has been contributed.
14723
14724         * invoke.texi: Document command line switches for MCore port.
14725         * install.texi: Add MCore to list of supported targets.
14726
14727 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
14728
14729         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
14730         then we will need to import the frame handling functions.
14731         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
14732         to import the frames themselves.
14733
14734 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
14735                           Jason Eckhardt  <jle@cygnus.com>
14736
14737         * basic_block.h: Added prototype for reorder_basic_blocks.
14738         * toplev.c: Changes to add -freorder-blocks and graph dump after
14739         block reordering is done.
14740         * flow.c (reorder_block_def): New structure for use during block
14741         reordering.
14742         (REORDER_BLOCK_*): New macros to access members of above structure.
14743         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
14744         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
14745         functions for block reordering.
14746
14747 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14748
14749         * gcc.texi (Passes): Fix typo.
14750         * md.texi (Standard Names): Ditto.
14751         * tm.texi (Storage Layout): Ditto.
14752
14753 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14754
14755         * cpplib.c (do_define): Only free the old definition if it
14756         actually had one.
14757
14758 2000-02-13   Neil Booth  <NeilB@earthling.net>
14759
14760         * cppfiles.c (read_and_prescan): When emitting deferred
14761         newlines, test speccase[] again instead of checking each
14762         possible whitespace character in turn.  When we encounter \r,
14763         look behind for \n first, then ahead.
14764
14765 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
14766
14767         * cse.c (cse_altered): New internal flag.
14768         (cse_insn): Set it if we changed an insn.
14769         (cse_main): Clear cse_altered before each basic block.
14770         Only garbage collect if cse_altered is true afterward.
14771
14772 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14773
14774         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
14775
14776 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
14777
14778         * combine.c (simplify_comparison): Fix typo.
14779
14780 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
14781
14782         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
14783         consistently.
14784
14785 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14786
14787         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
14788         previously inserted node instead of root node.  Caller changed.
14789
14790 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14791
14792         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
14793
14794 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14795
14796         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
14797         __dereg_frame_dtor): Add prototype argument.
14798
14799         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
14800
14801         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
14802
14803         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
14804
14805         * gthr-vxworks.h (__gthread_once): Likewise.
14806
14807         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
14808
14809 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
14810
14811         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
14812         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
14813         stack pointer in functions w/o saved registers, output LEAVE more often
14814         on TARGET_USE_LEAVE machines.
14815
14816 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
14817
14818         * config/arm/arm.c (arm_init_cumulative_args); New function:
14819         Initlaise the CUMULATIE_ARGS strcuture for a function
14820         defintion.
14821         (arm_function_arg): New function: Determine where to place a
14822         function's argument.  Also handles deciding the function's
14823         call cookie.
14824         (current_file_function_operand): New function: Return true if
14825         the symbol is a function which has already been compiled.
14826         (arm_is_long_call_p): New function: Return true if the
14827         indicated function should be called via a long call.
14828         (arm_valid_type_attribute_p): New function: Return true if the
14829         attribute is a valid, arm specific, attribute.
14830         (arm_comp_type_attribute): New function: Return true if the
14831         two types have compatable, arm specific, attributes.
14832
14833         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
14834         structure.
14835         (FUNCTION_ARG): Redefine to call arm_function_arg.
14836         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
14837         structure field.
14838         (INIT_CUMULATIVE_ARGS): Redefine to call
14839         arm_init_cumulative_args.
14840         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
14841         field.
14842         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
14843         field.
14844         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
14845         functions.
14846         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
14847         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
14848         (COMP_TYPE_ATTRIBUTES): Define.
14849
14850         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
14851         if a long call is needed.
14852         (call_value): Call arm_is_long_call_p to decide if a long call
14853         is needed.
14854         (call_symbol): Call arm_is_long_call_p to decide if a long call
14855         is needed.
14856
14857         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
14858
14859 2000-02-11  Denis Chertykov  <denisc@overta.ru>
14860
14861         * README.AVR: New file with information about the avr ports.
14862         * config/avr: New directory with avr port files.
14863
14864 2000-02-11  Andreas Jaeger  <aj@suse.de>
14865
14866         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
14867
14868 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
14869
14870         * cpphash.c: Fix formatting, update commentary.
14871         (dump_definition): Take three separate arguments instead of a
14872         MACRODEF structure argument.
14873         * cpphash.h: Update prototype of dump_definition.
14874         * cppinit.c (cpp_finish): Update call of dump_definition.
14875
14876         * cpplib.c (do_define): Always create new hash entry with
14877         T_MACRO type.  Remove redundant check for redefinition of
14878         poisoned identifier.  Update call of dump_definition.
14879         (do_undef): Don't call check_macro_name.  Rename sym_length to
14880         len.
14881         (do_error, do_warning): Don't use copy_rest_of_line or
14882         SKIP_WHITE_SPACE.
14883         (do_warning): Don't use pedwarn for the actual warning,
14884         only the notice about its not being in the standard.  (Fixes
14885         bug with #warning in system headers.)
14886         (do_ident): Stricter argument checking - accept only a single
14887         string after #ident.  Also, macro-expand the line.
14888         (do_xifdef): Use cpp_defined.  De-obfuscate.
14889
14890         (do_pragma): Split out specific pragma handling to separate
14891         functions.  Use get_directive_token.  Update commentary.  Do
14892         not pass on #pragma once or #pragma poison to the front end.
14893         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
14894         do_pragma_default): New.
14895
14896 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
14897
14898         * jump.c (jump_optimize_1): The first operand in a relational
14899         can be a CONST_INT.
14900         * optabs.c (emit_conditional_move): Handle relationals which
14901         have a known true/false result.
14902
14903 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14904
14905         * function.c (thread_prologue_and_epilogue_insns): Don't insert
14906         a RETURN insn into a block which already ends with a jump.
14907
14908 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
14909
14910         * haifa-sched.c (BUF_LEN): Increase a lot.
14911
14912 2000-02-11  Nick Clifton  <nickc@cygnus.com>
14913
14914         * configure.in: Add tm_p_file specification for thumb targets.
14915         * configure: Regenerate.
14916
14917         * config/arm/thumb-protos.h: New file: Prototypes for exported
14918         functions defined in thumb.c.
14919
14920 2000-02-11  Robert Lipe  <robertl@sco.com>
14921
14922         * Makefile.in (bootstrap-lean): Remove additional files.
14923         (bootstrap2-lean): Likewise.
14924         (VOL_FILES): List of files for above.
14925
14926 2000-02-11  Nathan Sidwell  <nathan@acm.org>
14927
14928         * cpphash.c (special_symbol): Remove spurious argument to
14929         cpp_lookup.
14930
14931 2000-02-11  Joel Sherrill (joel@OARcorp.com>
14932
14933         * configure.in: (i*86-*-rtems*): Swapped elf and coff
14934         stanzas.
14935         * configure: Rebuilt.
14936
14937 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
14938
14939         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
14940
14941 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
14942
14943         * pa.c, pa.h: Remove trigraph sequences within comments.
14944
14945 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
14946
14947         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
14948
14949 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
14950
14951         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
14952
14953 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14954
14955         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
14956
14957 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14958
14959         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
14960         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
14961         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
14962         (ASM_FILE_END): Use c4x_file_end.
14963         * config/c4x/c4x.c (c4x_global_label): New function.
14964         (c4x_external_ref, c4x_file_end): Likewise.
14965
14966         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
14967         (c4x_external_ref, c4x_end_file): Likewise.
14968
14969 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
14970
14971         * cppexp.c: Don't include cpphash.h.
14972         (parse_charconst, cpp_lex): Use cpp_defined.
14973         (cpp_lex): Use get_directive_token throughout.  Remove
14974         unnecessary cases from switch.  Move assertion-handling code
14975         down to OTHER case.
14976         (cpp_parse_expr): If we see '+' or '-', check the context to
14977         determine if they are unary or binary operators.  Streamline
14978         the jumps a bit.  Do not call skip_rest_of_line.
14979
14980         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
14981         static.  Export get_directive_token.  Update commentary.
14982         (cpp_defined): New function.
14983         (do_define): Remove reference to T_PCSTRING.  Call
14984         free_definition to release memory for old definition, when
14985         redefining a macro.
14986         (eval_if_expression): Set only_seen_white to 0 before calling
14987         cpp_parse_expr.  Call skip_rest_of_line after it returns.
14988         (cpp_read_check_assertion): Don't preserve a pointer into the
14989         token buffer across a call to cpp_get_token.
14990
14991         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
14992         * cppfiles.c (redundant_include_p): Use cpp_defined.
14993         * cpphash.c (free_definition): New function.
14994         (delete_macro): Use it.  Update commentary.
14995         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
14996         free_definition.
14997         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
14998         from enum node_type.  Prototype cpp_defined and get_directive_token.
14999         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
15000
15001         * fix-header.c (check_macro_names): Use cpp_defined.
15002         (read_scan_file): Set inhibit_warnings and inhibit_errors in
15003         the options structure.
15004
15005 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15006
15007         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
15008
15009 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
15010
15011         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
15012         rather than die->die_tag.
15013
15014 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15015
15016         * combine.c (make_extraction, force_to_mode): Avoid warning on
15017         mixed-signedness conditionals.
15018         (make_field_assignment, nonzero_bits): Likewise.
15019         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
15020         (store_split_bit_field, extract_split_bit_field): Likewise.
15021         (extract_fixed_bit_field, store_bit_field,
15022         * expr.c: Change alignment to be unsigned everywhere.
15023         (move_by_pieces, store_constructor_field, store_constructor):
15024         Alignment parm is unsigned.
15025         (emit_block_move, emit_group_load, emit_group_store): Likewise.
15026         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15027         (do_compare_rtx_and_jump): Likewise.
15028         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
15029         Compare align with GET_MODE_ALIGNMENT.
15030         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
15031         (get_inner_reference): Likewise.
15032         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
15033         (expand_assignment): Local vars for alignment now unsigned.
15034         (store_constructor, store_field, expand_expr, do_jump): Likewise.
15035         (do_compare_and_jump): Likewise.
15036         (store_field): Call new function expr_align.
15037         * expr.h (emit_block_move, emit_group_load, emit_group_store):
15038         Alignment arg now unsigned.
15039         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
15040         (do_compare_rtx_and_jump, store_bit_field): Likewise.
15041         (extract_bit_field): Likewise.
15042         * fold-const.c (add_double): Add cast to eliminate signedness warning.
15043         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
15044         (get_best_mode): Alignment arg is unsigned.
15045         * rtl.h (move_by_pieces): Likewise.
15046         * store-layout.c (maximum_field_alignment, set_alignment):
15047         Now unsigned.
15048         (layout_decl): Alignment arg is now unsigned.
15049         Remove unneeded casts.
15050         (layout_record, layout_union, layout_type): Remove unneeded casts.
15051         Local alignment variables now unsigned.
15052         (get_best_mode): Alignment arg now unsigned.
15053         * tree.c (expr_align): New function.
15054         * tree.h (expr_align): Likewise.
15055         (maximum_field_alignment, set_alignment): Now unsigned.
15056         (get_inner_reference): Alignment argument is now pointer to unsigned.
15057         * varasm.c (assemble_variable): Add cast to eliminate warning.
15058
15059 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
15060
15061         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
15062         then store directly into op0.
15063
15064         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
15065         the CALL_INSN, and emit the note immediately after it.
15066
15067 2000-02-10  Nick Clifton  <nickc@cygnus.com>
15068
15069         * config/arm/thumb.md (epilogue): Include a (return) in the
15070         generated insn, and emit it using emit_jump_insn not
15071         emit_insn.
15072
15073 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
15074
15075         * function.c (assign_temp): Change zero-sized arrays to size 1.
15076         * integrate.c (expand_inline_function): Do not update
15077         stack_alignment_needed
15078         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
15079         add some sanity checking, remove optimization for function with
15080         zero frame size.
15081
15082 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15083
15084         * flow.c (mark_regs_live_at_end): Delete unused variables.
15085
15086         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
15087
15088         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
15089         in macro FRAME_GROWS_DOWNWARD.
15090
15091         * stmt.c (expand_end_bindings): Delete unused variable.
15092
15093         * unroll.c (iteration_info): Mark parameter `loop' with
15094         ATTRIBUTE_UNUSED.
15095
15096 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15097
15098         * fixinc/server.c (load_data): Return NULL if the marker line is
15099         not found.
15100         (run_shell): If load_data returns NULL, retry the command once, in
15101         a new shell.
15102
15103         * configure: Rebuilt.
15104
15105 2000-02-09  Bruce Korb  <bkorb@gnu.org>
15106
15107         * gcc/fixincludes:  ** DELETED **
15108         * gcc/fixcpp:  ** DELETED **
15109         * gcc/fixinc-nt.sed:  ** DELETED **
15110         * gcc/just-fixinc:  ** DELETED **
15111         * gcc/Makefile.in:  Removed out-dated commentary
15112         * gcc/configure.in: Removed fast-fixincludes disablement.
15113         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
15114
15115 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15116         * function.c (thread_prologue_and_epilogue_insns): Uncomment
15117         last change.
15118
15119 2000-02-09  Richard Henderson  <rth@cygnus.com>
15120
15121         * jump.c (delete_insn): Don't delete user labels at -O0.
15122
15123 2000-02-09  Robert Lipe  <robertl@sco.com>
15124
15125         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
15126         Don't link with HOST_LIBS.
15127
15128 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15129
15130         * configure.in: Correct --help text for --with-dwarf2.
15131         Put tm-dwarf2.h after other tm files, if it's requested.
15132         * configure: Regenerate.
15133         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
15134         defining it.
15135
15136 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15137
15138         * cpplib.h: Provide HASHNODE typedef and forward decl of
15139         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
15140         DEFINITION, struct hashnode, struct macrodef, struct
15141         definition, scan_decls prototype, default defn of
15142         INCLUDE_LEN_FUDGE moved elsewhere.
15143
15144         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
15145         definition, and struct hashnode moved here. Remove the unused
15146         'predefined' field from struct definition.  Replace the 'args'
15147         union with its sole member.  All users updated (cpphash.c).
15148         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
15149         multiple include guard.
15150
15151         * cpphash.c (hashf): Make static; use better algorithm; drop
15152         HASHSIZE parameter; return an unsigned int.
15153         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
15154         used. Calculate HASHSIZE modulus here.
15155         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
15156         here.
15157         (create_definition): Drop PREDEFINITION parameter.
15158         * cpplib.c (do_define): Don't calculate a hash value here.
15159         Don't pass (keyword == NULL) to create_definition.
15160
15161         * scan.h: Prototype scan_decls here.
15162         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
15163         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
15164         callers of cpp_lookup and cpp_install updated.
15165
15166         * cpphash.c (macarg): Hoist all the flag diddling out of the
15167         function...
15168         (macroexpand): ... and out of the loop that calls macarg.
15169         Skip over the initial paren before macro arguments with
15170         cpp_get_non_space_token; point may be some distance before
15171         that paren.  Abort if it's not there.
15172
15173         * cpplib.c (parse_clear_mark): Delete function.
15174         (parse_set_mark, parse_goto_mark): Make static.
15175         (ACTIVE_MARK_P): New macro.
15176         (skip_block_comment, skip_line_comment): Do not bump the line
15177         if ACTIVE_MARK_P is true.
15178         (cpp_pop_buffer): The buffer to be popped may not have an
15179         active mark.
15180         (cpp_get_token): When looking for the initial paren before
15181         macro arguments, only set a mark in a file buffer, Always
15182         return to that mark before proceeding to call macroexpand or
15183         return a NAME token.
15184
15185         * cpplib.h: Remove prototypes of parse_set_mark,
15186         parse_clear_mark, parse_goto_mark.
15187         (struct cpp_options): Rename 'put_out_comments' to
15188         'discard_comments' and invert its sense.
15189         * cppinit.c, cpphash.c, cpplib.c: All users of
15190         put_out_comments changed to use discard_comments, with
15191         opposite sense.
15192
15193 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
15194
15195         * function.c (thread_prologue_and_epilogue_insns): Don't delete
15196         the edge from a block that both jumps and falls through to the
15197         fallthru block.
15198
15199 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
15200
15201         * config/arm/arm.md (movsi): In PIC mode, make sure that a
15202         constant source address is legitimate.
15203
15204 2000-02-09  Philip Blundell  <pb@futuretv.com>
15205
15206         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
15207         correctly.
15208
15209         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
15210         generating PIC.
15211         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
15212
15213 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
15214
15215         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
15216         ends with a newline and a NUL.  Don't be so clever manipulating
15217         strings.
15218
15219 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
15220
15221         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
15222         not to BIGGEST_ALIGNMENT.
15223
15224 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
15225
15226         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
15227         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
15228         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
15229         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
15230         * frame.c (execute_cfa_insn): Handle
15231         DW_CFA_GNU_negative_offset_extended.
15232
15233 2000-02-08  Richard Henderson  <rth@cygnus.com>
15234
15235         * flow.c (tidy_fallthru_edges): Split out from ...
15236         (delete_unreachable_blocks): ... here.
15237         (find_basic_blocks): Use it.
15238
15239 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15240
15241         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
15242
15243 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
15244
15245         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
15246         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
15247         (fix-header.o): Don't depend on cpphash.h.
15248
15249         * scan.c (hashstr): New function.
15250         * scan.h: Prototype it.
15251         * fix-header.c: Don't include cpphash.h.  Use hashstr.
15252         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
15253         hashstr.  Report hash table statistics.  Add private
15254         definition of xrealloc.
15255
15256 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15257
15258         * i386.h (TARGET_SWITCHES): Fix typo in option name.
15259
15260 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
15261
15262         * function.c (thread_prologue_and_epilogue_insns): Don't replace
15263         jumps with returns unless they are jumps to the fallthru block.
15264
15265 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
15266
15267         * i386.md (addqi3_cc): Fix contraints.
15268
15269 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15270
15271         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
15272
15273 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
15274
15275         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
15276         carriage return after a macro name.
15277
15278 2000-02-07  Fred Fish  <fnf@be.com>
15279
15280         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
15281         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
15282
15283 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
15284
15285         * cppfiles.c (deps_output): Count spacers in deps_column.
15286
15287 2000-02-07  Neil Booth  <NeilB@earthling.net>
15288
15289         * cppinit.c (initialize_dependency_output): If there is no
15290         suffix, don't try to look for known suffixes.  Use strrchr.
15291         (cpp_start_read): Remove duplicate initialization.
15292
15293 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
15294
15295         * calls.c (compute_argument_block_size): New argument
15296         preferred_stack_boundary.
15297         (expand_call): update cfun->preferred_stack_boundary, update call of
15298         compute_argument_block_size
15299         (emit_library_call): Increate cfun->preferred_stack_boundary
15300         to PREFERRED_STACK_BOUNDARY
15301         (emit_library_call_value): Likewise.
15302         * explow.c (allocate_dynamic_stack_spave): Likewise.
15303         * function.c (prepare_function_start): Set
15304         cfun->preferred_stack_boundary
15305         * function.h (struct function): Add preferred_stack_boundary field.
15306         * integrate.c (expand_inline_function): Update
15307         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
15308         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
15309         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
15310
15311 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
15312
15313         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
15314         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
15315         cpp_pedwarn, cpp_pedwarn_with_line,
15316         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
15317         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
15318         v_cpp_error_with_line, v_cpp_warning_with_line,
15319         cpp_message_from_errno, cpp_perror_with_name): Delete.
15320
15321         * cpperror.c (cpp_print_containing_files): Take starting
15322         buffer as argument.
15323         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
15324         (v_cpp_message): Now called directly by all entry points.
15325         Remove -1 case.
15326         (cpp_pfatal_with_name, cpp_message): Delete.
15327         (cpp_notice_from_errno, cpp_ice): New functions.
15328         (cpp_notice): Is now for reporting error conditions, just
15329         without an associated file.
15330         (cpp_error, cpp_error_with_line): Don't do anything if
15331         opts->inhibit_errors is on.
15332         (cpp_pedwarn_with_file_and_line): Take column argument also.
15333
15334         * cpplib.h: Update prototypes of exported functions.
15335         (struct cpp_options): Add inhibit_errors.
15336
15337         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
15338         non-error messages.  Include intl.h.
15339
15340         * cppinit.c, cppmain.c: Likewise.  Also, use
15341         cpp_notice_from_errno instead of cpp_perror_with_name or
15342         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
15343
15344         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
15345         report internal errors.
15346
15347         * cpplib.c (do_define): Switch bcopy to memcpy.
15348         Give cpp_pedwarn_with_file_and_line a dummy column argument.
15349
15350         * cpplib.c (copy_rest_of_line): Revert previous change: don't
15351         bail out early if we hit a line comment.
15352
15353 2000-02-06  Richard Henderson  <rth@cygnus.com>
15354
15355         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
15356         * basic-block.h: Declare them.
15357         * emit-rtl.h (active_insn_p): New.
15358         (next_active_insn, prev_active_insn): Use it.
15359         * rtl.h: Declare it.
15360         * function.c (emit_return_into_block): New.
15361         (thread_prologue_and_epilogue_insns): Insert return insns instead
15362         of epilogues when possible.
15363         * jump.c (jump_optimize_1): Remove code to insert a return insn
15364         on the fallthru to the exit block.
15365
15366         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
15367         and for non-empty stack frames.
15368         * i386.md (return): Expand to return-pop as needed.
15369
15370 2000-02-06  Richard Henderson  <rth@cygnus.com>
15371
15372         * simplify-rtx.c (simplify_relational_operation): Canonicalize
15373         constant to op1 for testing.
15374
15375 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15376
15377         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
15378         (fixuns_truncqfqi2): Use it.
15379
15380 2000-02-06  Richard Henderson  <rth@cygnus.com>
15381
15382         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
15383         as a TYPE_LEA insn.
15384
15385         * i386.md (widening and peepholes): Mask the constant instead of
15386         using gen_lowpart.
15387
15388 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15389
15390         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
15391         input pointer before possibly branching off to the backslash
15392         code.
15393         * cpphash.c (macroexpand): Correctly delete \r escapes when
15394         stringifying parameters.
15395         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
15396         if we can; bail out early if we hit a line comment.
15397         (handle_directive): Treat '# 123' in an .S file just like
15398         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
15399         Return 1 for '# not_a_directive'.
15400         (get_directive_token): Pop macro buffers here, so that
15401         cpp_get_token can't sneakily move past a newline.
15402         Add sanity checks.
15403         (cpp_get_token): goto randomchar if handle_directive returns 0.
15404
15405         * cppalloc.c: Update copyright.
15406         * cpplib.c: Merge all the static function prototypes into one
15407         block.
15408         * cpplib.h: Remove #if 0 block.
15409
15410         * cpperror.c: Remove #ifdef EMACS block.
15411         * cppmain.c: Likewise.
15412         * cpphash.c: Remove #if 0 blocks.
15413         * cppinit.c: Remove #if 0 blocks, and the -lint option.
15414         * cpplib.c: Remove #if 0 blocks and code referencing
15415         pcp_inside_if or for_lint.  Remove duplicate error message.
15416         Fix error messages for #else after #else or #elif.  Reformat.
15417         Remove archaic TODO list.
15418         * cpplib.h: Remove pcp_inside_if and for_lint flags.
15419
15420 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
15421
15422         * i386/osf1elf.h: Add missing backslash to multiline string.
15423
15424 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15425
15426         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
15427
15428 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15429
15430         * Makefile.in (c-common.o): Depend on $(EXPR_H).
15431
15432         * c-common.c: Include expr.h.
15433
15434         * c-pragma.c (mark_align_stack): Add prototype.
15435
15436         * caller-save.c (add_stored_regs): Likewise.
15437
15438         * combine.c (record_promoted_value): Likewise.
15439
15440         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
15441         Likewise.
15442
15443         * cppinit.c (new_pending_define): Likewise.
15444
15445         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
15446
15447         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
15448         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
15449         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
15450         class_scope_p): Likewise.
15451
15452         * dwarf2out.h (dwarf2out_set_demangle_name_func,
15453         dwarf2out_add_library_unit_info): Likewise.
15454
15455         * ggc.h (ggc_page_print_statistics): Likewise.
15456
15457         * haifa-sched.c (propagate_deps): Likewise.
15458
15459         * reg-stack.c (next_flags_user, record_label_references): Likewise.
15460
15461         * rtl.h (set_stack_check_libfunc): Likewise.
15462
15463         * toplev.h (set_fatal_function): Likewise.
15464
15465         * toplev.c (set_fatal_function): Delete prototype.
15466
15467         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
15468
15469 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
15470
15471         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
15472         (FUNC_END): Likewise.
15473
15474 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15475
15476         * caller-save.c: Include tm_p.h.
15477
15478 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15479
15480         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
15481
15482 2000-02-04  Neil Booth  <NeilB@earthling.net>
15483
15484         * cccp.c (main): Check 'dir' for a NULL pointer before passing
15485         it to strcmp.
15486
15487 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
15488
15489         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
15490         * genflags.c: Use the max_operand_1 logic from genemit.c to
15491         calculate how many arguments gen_insn prototypes have.  Remove
15492         NO_MD_PROTOTYPES ifdefs from the generated file.
15493         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
15494         file.  Cast gen_insn initializers to insn_gen_fn.
15495         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
15496         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
15497
15498 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15499
15500         * fixinc/Makefile.in (HDR): Add machname.h.
15501         (clean): Likewise.
15502
15503 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15504
15505         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
15506         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
15507         (c4x_cpu_version): Ditto.
15508         * config/c4x/c4x-protos.h: ... here.
15509
15510 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
15511
15512         * dwarf2out.c (add_abstract_origin_attribute): Don't call
15513         gen_abstract_function on our context if we're a nested function.
15514
15515 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15516
15517         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
15518         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
15519
15520 2000-02-04  Bruce Korb  <bkorb@gnu.org>
15521
15522         * fixinc/genfixes(machname.h):
15523         Move the functionality from gen-machine.h into this file.
15524         UNdef MN_NAME_PAT if there are no names to change.
15525         Also, be a little kinder when AutoGen is not present.
15526
15527         * fixinc/Makefile.in(machname.h):
15528         Change the generation rule to use genfixes.
15529
15530         * fixinc/fixfixes.c(machine_name):
15531         machine_name_fix's functionality now dependent upon whether
15532         MN_NAME_PAT is defined.
15533
15534         * fixinc/fixtests.c(machine_name):
15535         ditto.
15536
15537         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
15538         of MN_NAME_PAT.
15539
15540         * fixinc/fixlib.h(mn_get_regexps):
15541         ditto
15542
15543         * fixinc/gen-machine.h: DELETED
15544
15545 2000-02-04  Jan Hubicka  <jh@suse.cz>
15546             Richard Henderson  <rth@cygnus.com>
15547
15548         * i386.c (SAVE_REGS_FIRST): Remove.
15549         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
15550         (ix86_compute_frame_size): Likewise.
15551         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
15552         (ix86_emit_restore_regs): Remove.
15553         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
15554         when a frame pointer is in use.
15555         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
15556         instead of pop to restore a register when profitable; emit leave
15557         when profitable.
15558         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
15559         as a TYPE_LEA insn.
15560         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
15561         * i386.md (prologue_allocate_stack): Remove.
15562         (epilogue_deallocate_stack): Remove.
15563         (pro_epilogue_adjust_stack): New.
15564
15565 2000-02-04  Richard Henderson  <rth@cygnus.com>
15566
15567         * function.c (diddle_return_value): Rework to use a callback function.
15568         Use current_function_return_rtx if it's been set up.
15569         (do_clobber_return_reg, clobber_return_register): New.
15570         (do_use_return_reg, use_return_register): New.
15571         (expand_function_end): Use them.
15572         * stmt.c (expand_null_return): Likewise.
15573         * function.h: Declare them.
15574         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
15575         (mark_reg): Change arguments as appropriate for callback.
15576         * integrate.c (expand_inline_function): Revert 19 Jan change.
15577
15578 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15579
15580         * tm.texi (Values in Registers): Fix typo: "fo" "for".
15581         (Misc): Say the scheduler, not the Haifa scheduler.
15582
15583 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
15584
15585         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
15586         when in_mem is set.  Update all callers.
15587
15588 2000-02-04  Richard Henderson  <rth@cygnus.com>
15589
15590         * i386/openbsd.h (INT_ASM_OP): Define.
15591
15592 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15593
15594         * tm.texi: Fix various typos.
15595
15596 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
15597
15598         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
15599         (MD_STARTFILE_PREFIX_1): New macro.
15600
15601 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
15602
15603         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
15604         destination when needed.
15605         (strmovsi, strsetsi): New expander.
15606         (strmovsi_1, strsetsi_1): New pattern.
15607         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
15608         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
15609         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
15610         * invoke.texi (align-stringops, inline-all-stringops): Document.
15611
15612 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
15613
15614         * i386/netbsd.h (INT_ASM_OP): Define.
15615
15616 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
15617
15618         * cpplib.h (cpp_reader): Add new flag, no_directives.
15619         * cpphash.c (macarg): Set it.
15620         * cpplib.c (handle_directive): If no_directives is on and we
15621         find a directive, issue an error and discard the line.
15622
15623 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
15624
15625         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
15626         FP constants.  Add ! TARGET_FPU check for FP constants.
15627
15628 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
15629
15630         * flow.c (find_basic_blocks): Don't kill label_value_list
15631         here.
15632         (cleanup_cfg): Kill it here.
15633
15634 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15635
15636         * expr.c (store_field): Ensure ALIGN is no stricter than the
15637         alignment of EXP.
15638
15639 2000-02-02  Richard Henderson  <rth@cygnus.com>
15640
15641         * jump.c (delete_insn): Partially revert 19 Jan change;
15642         don't convert unused code labels to notes at -O0.
15643
15644 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15645
15646         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
15647         split_all_insns to recreate REG_LABEL notes for flow2 pass.
15648
15649 2000-02-01  Richard Henderson  <rth@cygnus.com>
15650
15651         * i386.c (general_no_elim_operand): New.
15652         (nonmemory_no_elim_operand): New.
15653         (ix86_expand_move): Copy eliminable operands before a push.
15654         * i386-protos.h: Declare new functions.
15655         * i386.h (CAN_ELIMINATE): Simplify.
15656         (PREDICATE_CODES): Update.
15657         * i386.md (push insns): Don't allow eliminable register operands.
15658
15659 2000-02-01  Richard Henderson  <rth@cygnus.com>
15660
15661         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
15662         replace BLKmode with DECL_RTL's mode.
15663
15664 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
15665
15666         * frame.c (find_fde): Convert for loop to do-while so compiler
15667         sees it's always executed at least once.
15668         * libgcc2.c (BBINBUFSIZE): Kill.
15669         (__bb_init_prg): Use fgets.
15670         (__bb_exit_trace_func): Don't paste strings.
15671         * unroll.c (unroll_loop): Initialize unroll_type, not
15672         unroll_number, and tweak logic to match.
15673
15674         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
15675         all failure paths.
15676         (ix86_flags_dependant): Likewise.  Disentangle control flow.
15677         (ix86_sched_reorder): Break guts out to
15678         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
15679         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
15680         any possible use.
15681
15682         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
15683         use string concatenation.  Don't save and restore esi.
15684
15685         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
15686         (machname.h): Remove script to separate file.  Use two-step
15687         sequence so target is not created if script fails.
15688         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
15689         identifiers are defined.
15690         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
15691         an empty string, machine_name doesn't need to do anything at
15692         all.
15693         (is_cxx_header): Add more cases to regexp.
15694         * fixinc/fixlib.h: Update prototype.
15695         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
15696         mn_get_regexps.
15697         * fixinc/fixincl.c: Define NO_BOGOSITY.
15698
15699         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
15700         (hp_sysfile): Add missing comma.
15701         (math_exception): Put the wrapper ifdefs at the beginning and
15702         the end of the file.
15703         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
15704
15705 2000-02-01  Richard Henderson  <rth@cygnus.com>
15706
15707         * sparc.c (fp_zero_operand): Turn into a normal predicate.
15708         Use CONST0_RTX.  Update all callers.
15709         * sparc.h, sparc-protos.h: Update accordingly.
15710         * sparc.md (fp mov insns): Use fp_zero_operand directly
15711         where applicable.
15712
15713 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15714
15715         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
15716         example.
15717
15718 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15719
15720         * Makefile.in (specs.ready): New target.
15721         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
15722
15723 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15724
15725         * fixinc.irix: Use unique filenames for writing into /tmp,
15726         * fixinc.ptx: Likewise.
15727         * fixinc.sco: Likewise.
15728         * fixinc.svr4: Likewise.
15729         * fixinc.winnt: Likewise.
15730
15731 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15732
15733         * tsystem.h: New file.
15734
15735         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
15736         s-crtS): Depend on tsystem.h.
15737
15738         * crtstuff.c: Include tsystem.h.
15739         * frame.c: Likewise.
15740         * libgcc2.c: Likewise.
15741
15742 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
15743
15744         * builtins.c (expand_builtin_memset): Expand for variable sized
15745         lengths too.
15746
15747 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
15748
15749         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
15750         on ABI.
15751
15752 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
15753
15754         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
15755
15756         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
15757
15758 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
15759
15760         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
15761         case 3->2 combining (combining with splitting) in which 2 is CC0
15762         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
15763         checked at the begining of the function with the aid of calling
15764         function 'can_combine_p'.
15765
15766 2000-01-31  Dave Brolley  <brolley@redhat.com>
15767
15768         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
15769
15770 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
15771
15772         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
15773         new label.
15774
15775 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15776
15777         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
15778
15779         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
15780         PROTO -> PARAMS.
15781
15782 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15783
15784         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
15785         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
15786         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
15787         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
15788         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
15789         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
15790         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
15791         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
15792         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
15793         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
15794
15795         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
15796         Add %(cpp_cpu) to CPP_SPEC.
15797
15798         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
15799         Add %(cc1_cpu) to CC1_SPEC.
15800
15801 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15802
15803         * c-decl.c (c_decode_option): Accept optional numeric argument to
15804         -Wformat and set warn_format.
15805         * c-common.c: Don't emit warning about non-constant printf format
15806         string unless warn_format > 1.
15807
15808 2000-01-30  Richard Henderson  <rth@cygnus.com>
15809
15810         * alpha.md (return_internal): Allow after reload only.
15811
15812 2000-01-30  Richard Henderson  <rth@cygnus.com>
15813
15814         * i386.c (ix86_compute_frame_size): Omit padding1 if the
15815         local frame size is zero.
15816
15817 2000-01-30  Richard Henderson  <rth@cygnus.com>
15818
15819         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
15820         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
15821         * alpha.md (return): Turn into an expander.
15822         (return_internal): Don't use $26.
15823         (epilogue): Emit the return insn.
15824
15825 2000-01-30  Richard Henderson  <rth@cygnus.com>
15826
15827         * alpha.md (negtf2, abstf2): Fix word order thinko.
15828         (extendsftf2): New.
15829         (trunctfsf2): Avoid intermediate rounding errors.
15830
15831 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
15832
15833         * cppfiles.c (find_position): Drop 'colp' argument, return the
15834         new line base.
15835         (read_and_prescan): Adjust to match.  Don't ever manipulate
15836         line or line_base except via find_position.
15837
15838 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15839
15840         * c-parse.in: Apply Ulrich's changes from c-parse.y.
15841         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
15842         Regenerate.
15843
15844 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
15845
15846         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
15847         just print "<command line>".  If 'filename' is null or an
15848         empty string, print "<stdin>" for the filename.
15849         * cpplib.c (do_define): Don't print the 'location of the
15850         previous definition' message if we're still parsing the
15851         command line.
15852         (cpp_pedwarn_with_file_and_line): Always call
15853         cpp_file_line_for_message.
15854
15855 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
15856
15857         * flow.c (mark_regs_live_at_end): Fix typo.
15858
15859 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15860
15861         * c-common.c: Adjust variable names, comments, help strings to c99.
15862         * c-lex.c: Likewise.
15863         * c-parse.y: Likewise.
15864         * c-tree.h: Likewise.
15865         * cccp.c: Likewise.
15866         * cpplib.h: Likewise.
15867         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
15868         * cppinit.c: Likewise.
15869
15870 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15871
15872         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
15873         * c4x.c: Define the optab rtx values.
15874         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
15875         (c4x_emit_libcall): Use new optab rtx values.
15876         (c4x_emit_libcall3): Likewise.
15877         (c4x_emit_libcall_mulhi): Likewise.
15878         * c4x-protos.h: Add prototypes for optab rtx values and change
15879         prototypes for above c4x_emit_libcall functions.
15880
15881 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15882
15883         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
15884         syntax is used.
15885         (c4x_function_prologue): Use regnames intead of float_reg_names when
15886         TI syntax is used.
15887         (c4x_function_epilogue): Likewise.
15888         (c4x_print_operand): Likewise.
15889         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
15890         * c4x.md (set_high): Disable for TARGET_TI.
15891
15892 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15893
15894         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
15895         of framepointer + constant to ADDR_REGS class.
15896         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
15897         * c4x.c (std_or_reg_operand): New function.
15898         * c4x-protos.h (std_or_reg_operand): Prototype it.
15899
15900 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
15901
15902         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
15903                 object names as libgcc2.c.
15904         * libgcc.S: Use newly defined names.
15905
15906 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
15907         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
15908         function.
15909         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
15910         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
15911         (FLOW_LOOP_LAST_BLOCK): Likewise.
15912
15913 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15914
15915         * basic-block.h (struct loop): New fields 'first' and 'last'.
15916         * flow.c (flow_loops_find): Compute loop->first and loop->last.
15917         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
15918         and loop->last to check for NOTE_INSN_LOOP_END.
15919
15920 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
15921
15922         * predict.c (estimate_probability): Use the new FIRST and LAST fields
15923         of the loop descriptor rather than HEADER and LATCH. Also added
15924         missing break statements as well making some coding style modifications
15925         as suggested by Michael Hayes.
15926
15927 2000-01-28  Richard Henderson  <rth@cygnus.com>
15928
15929         * flow.c (find_basic_blocks): Remove do_cleanup argument.
15930         Break out that code ...
15931         (cleanup_cfg): ... here.
15932         (commit_one_edge_insertion): Detect a return instruction being
15933         emitted to an edge.  Emit a barrier following; clear fallthru.
15934         (commit_edge_insertions): Verify CFG consistency.
15935         * function.c (expand_function_start): Kill unused variable.
15936         (expand_function_end): Likewise.
15937         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
15938         to insert the epilogue.
15939
15940         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
15941         (delete_null_pointer_checks): Likewise.
15942         * output.h: Likewise.
15943         * reg-stack.c (reg_to_stack): Likewise.
15944         * toplev.c (rest_of_compilation): Likewise.  Run
15945         thread_prologue_and_epilogue_insns after rebuilding the CFG.
15946
15947 2000-01-28  Richard Henderson  <rth@cygnus.com>
15948
15949         * Makefile.in (flow.o): Revert 24 Jan change.
15950         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
15951         FUNCTION_VALUE result to DECL_RESULT's mode.
15952
15953         * haifa-sched.c (schedule_insns): Don't recompute reg info
15954         after reload.
15955
15956 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
15957
15958         * configure.in: Make --enable-cpplib the default.
15959         * configure: Regenerate.
15960         * gcc.dg/990119-1.c: No longer expected to fail.
15961
15962 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
15963
15964         * jump.c (jump_optimize_1): Delete an optimization that is also done
15965         by merge_blocks in flow.
15966
15967 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15968
15969         * diagnostic.c (build_message_string, output_printf,
15970         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
15971         (build_location_prefix): Fix non-literal format string.
15972
15973 2000-01-27  Richard Henderson  <rth@cygnus.com>
15974
15975         * alpha.md (trunctfsf2): New.
15976
15977 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
15978
15979         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
15980
15981 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
15982
15983         * cppinit.c (cpp_handle_option): Recognize C++ comments under
15984         -std=gnu89.
15985         * cpplib.c (skip_block_comment, skip_line_comment): Split code
15986         out of...
15987         (skip_comment) ... here.  Permit C++ comments in system
15988         headers always.  Warn about C++ comments in user code under
15989         -std=gnu89 -pedantic.
15990         (copy_comment): Use skip_comment.
15991         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
15992         return EOF.
15993         (consider_directive_while_skipping, do_else, do_endif): Call
15994         validate_else unconditionally.
15995         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
15996         text after the conditional in a system header.
15997         * cpplib.h (struct cpp_buffer): Add flag
15998         warned_cplusplus_comments.
15999
16000 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16001
16002         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
16003         Use unshare_all_rtl_1.
16004         (unshare_all_rtl_again): New function.
16005         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
16006
16007         * function.c (purge_addressof_1): Use unshare_all_rtl_again
16008         rather than resetting the 'used' flags ourself.
16009
16010         * toplev.c (rest_of_compilation): Add current_function_decl
16011         to the unshare_all_rtl call.
16012         * tree.h: Prototype unshare_all_rtl.
16013         * rtl.h: Prototype unshare_all_rtl_again here.
16014
16015 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
16016
16017         * genoutput.c (output_prologue): Include ggc.h in generated
16018         files.
16019         * Makefile.in (insn-output.o): Depends on ggc.h.
16020
16021 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16022             Hans-Peter Nilsson  <hp@bitrange.com>
16023
16024         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
16025         Remove redundant include of xm-ns32k.h.
16026         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
16027         Remove redundant include of xm-ns32k.h.
16028         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
16029         Remove redundant include of xm-ns32k.h.
16030         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
16031
16032         * ns32k/ns32k.h: Update comment on multiply-add instructions.
16033         (TARGET_SWITCHES): Add documentation strings.
16034         (DWARF_FRAME_REGNUM): Override default definition.
16035         (REG_CLASS_CONTENTS): Add comments.
16036         (SUBSET_P): Format to reduce line length.
16037         (SMALL_REGISTER_CLASSES): Make a run time option.
16038         (GO_IF_NONINDEXED_ADDRESS): Reformat.
16039         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
16040         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
16041         (regclass_map): fix typo in comment.
16042         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
16043         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
16044         (trace, reg_or_mem_operand): Delete, unused function.
16045         (calc_address_cost): Small offsets are cheaper than large ones.
16046         (expand_block_move): Generate more efficient code when bytes is a
16047         known at compile time.
16048         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
16049         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
16050         instead of reg_or_mem_operand.
16051
16052         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
16053         not general_operand.  Similarly use "=rm" or stricter, not "=g".
16054         For input operands, use stricter constraints than "g" if not
16055         general_operand.  Similarly use stricter predicate than
16056         "general_operand" when stricter constraints than "g" are present,
16057         except for matching constraints.
16058         (movstrsi): Use "memory_operand" for operands 0 and 1.
16059         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
16060         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
16061         not reg_or_mem_operand.
16062         (udivmoddisi4): Ditto.
16063         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
16064         Use nonimmediate_operand for operand 3, not register_operand.
16065         (udivmoddiqi4_internal): Use register_operand for operand 1, not
16066         reg_or_mem_operand.
16067
16068 2000-01-27  Fred Fish  <fnf@be.com>
16069
16070         * gthr-posix.h: Fix typo; compatibily -> compatibility.
16071         * gthr-single.h: Likewise.
16072         * gthr-solaris.h: Likewise.
16073         * gthr-vxworks.h: Likewise.
16074         * gthr-win32.h: Likewise.
16075         * gthr.h: Likewise.
16076
16077 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
16078
16079         * cppinit.c: Add " (cpplib)" to end of string printed by
16080         -v / --version.
16081
16082 2000-01-27  Richard Henderson  <rth@cygnus.com>
16083
16084         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
16085         testing for a signed comparison.
16086         (alpha_emit_floatuns): New.
16087         * alpha-protos.h: Declare it.
16088         * alpha.md (floatunsdisf2, floatunsdidf2): New.
16089         (extendsfdf2): Tidy.
16090
16091 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16092
16093         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
16094         no -g option specifying debugging format, default to -gstabs+.
16095
16096 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
16097
16098         * calls.c (special_function_p): New argument fork_or_exec.
16099         (expand_call): When profile_arc_flag is set and the function
16100         is in the fork_or_exec group, call __bb_fork_func first.
16101         * libgcc2.c, _bb module (__bb_fork_func): New function.
16102         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
16103         output file.
16104         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
16105         * tree.h (special_function_p): Update prototype.
16106
16107 2000-01-26  Richard Henderson  <rth@cygnus.com>
16108
16109         * alpha.c (alpha_split_tfmode_pair): New.
16110         * alpha-protos.h: Declare it.
16111         * alpha.md (abstf2, negtf2): New.
16112         (movtf insn): Add input G constraint.
16113         (movtf splitter): Use alpha_split_tfmode_pair.
16114
16115 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16116
16117         * i386/cygwin.h: PROTO -> PARAMS.
16118
16119 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
16120
16121         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
16122         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
16123         using _Qp_cmp/_Q_cmp and testing the return value.
16124         (print_operand): Call reverse_condition_maybe_unordered if
16125         we are handling CCFPmode or CCFPEmode.
16126         Handle ORDERED, UN* and LTGT comparisons.
16127         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
16128         if not TARGET_HARD_QUAD.
16129         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
16130         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
16131         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
16132         Adjust gen_b* calls so that they reflect return comparison of
16133         sparc_emit_float_lib_cmp.
16134
16135 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16136
16137         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
16138         incoming operands array is large enough for one more operand.
16139         (alpha_emit_xfloating_arith): Likewise.
16140
16141 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16142
16143         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
16144         file with one line and no trailing newline.
16145         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
16146         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
16147         checking if the match is on the line.
16148         * fixinc/gnu-regex.c: Provide regerror not __regerror.
16149
16150 2000-01-25  Richard Henderson  <rth@cygnus.com>
16151
16152         * sparc.c (output_cbranch): Fix accidental squashing of the
16153         fp branch pre-delay nop.
16154
16155 2000-01-25  Richard Henderson  <rth@cygnus.com>
16156
16157         * tree.def (UNNE_EXPR): Remove.
16158         * c-typeck.c (build_binary_op): Don't handle it.
16159         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
16160
16161         * rtl.def (UNNE): Remove.
16162         (LTGT): Add.
16163         * jump.c (reverse_condition): Update accordingly.
16164         (swap_condition): Likewise.
16165         (comparison_dominates_p): Handle unordered comparisons.
16166         (reverse_condition_maybe_unordered): New.
16167         * rtl.h (reverse_condition_maybe_unordered): Declare.
16168
16169         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
16170         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
16171         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
16172         * sparc.md (bltgt): New.
16173
16174 2000-01-25  Nick Clifton  <nickc@redhat.com>
16175
16176         * emit-rtl.c (emit_insn): Only check machine class insns for
16177         improper emission of a RETURN.
16178
16179 2000-01-25  Richard Henderson  <rth@cygnus.com>
16180
16181         * Makefile.in (flow.o): Depend on $(EXPR_H).
16182         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
16183         duplicate the structure of diddle_return_value for keeping regs live.
16184
16185 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16186
16187         * loop.c (current_loop_info): Delete.
16188         (consec_sets_invariant_p): Add loop argument, update callers.
16189         (get_condition_for_loop): Likewise.
16190         (count_nonfixed_reads, update_giv_derive): Likewise.
16191         (simplify_giv_expr, general_induction_var): Likewise.
16192         (consec_sets_giv, recombine_givs): Likewise.
16193         (move_movables): Delete loop_start and loop_end arguments,
16194         add loop argument, and update callers.
16195         (find_mem_givs, check_final_value): Likewise.
16196         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
16197         (loop_invariant_p): Rename from invariant_p, add loop argument, and
16198         update callers.
16199         (basic_induction_var): Add loop argument, delete loop_level argument,
16200         and update callers.
16201         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
16202         add loop argument, and update callers.
16203         (find_splittable_regs, find_splittable_givs): Likewise.
16204         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
16205         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
16206         (biv_total_increment): Delete loop_start and loop_end arguments;
16207         update callers.
16208         (precondition_loop_p): Delete loop_start and loop_info arguments;
16209         update callers.
16210         * loop.h (get_condition_for_loop): Add loop argument.
16211         (biv_total_increment): Delete loop_start and loop_end arguments.
16212         (precondition_loop_p): Delete loop_start and loop_info arguments;
16213         add loop argument.
16214         (final_biv_value): Delete loop_start and loop_end arguments;
16215         add loop argument.
16216         (final_giv_value, back_branch_in_range_p): Likewise.
16217
16218 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16219
16220         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
16221
16222 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
16223
16224         * Makefile.in (c-gperf.h) : Change the "See" pointer to
16225         point to the new "generated_files" doc.
16226
16227 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16228
16229         * config/fp-bit.c (_unord_f2): Fix typo.
16230
16231 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16232
16233         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
16234         c-typeck.c, objc/objc-act.c: Remove all references to obstack
16235         functions obsoleted by GC, such as push_obstacks_nochange,
16236         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
16237         and code which existed only to decide whether or not to call
16238         them.  Remove now-unused NESTED argument from start_function;
16239         all callers changed.  Do not change behavior based on ggc_p.
16240         The use of the ixp_obstack in c-iterate.c and the util_obstack
16241         in objc/objc-act.c remain; these are not obsoleted by garbage
16242         collection.
16243         * c-tree.h: Update prototype for start_function.
16244
16245         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
16246
16247 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
16248
16249         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
16250         mips16.
16251
16252 2000-01-25  Richard Henderson  <rth@cygnus.com>
16253
16254         * sparc-protos.h (select_cc_mode): Declare.
16255         * sparc.c (select_cc_mode): New.  Handle unordered compares.
16256         (output_cbranch): Always reverse via code change.  Handle
16257         unordered compares.  Factor tests and string updates.
16258         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
16259         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
16260         * sparc.md (bunordered, bordered): New.
16261         (bungt, bunlt, buneq, bunge, bunle): New.
16262
16263 2000-01-25  Richard Henderson  <rth@cygnus.com>
16264
16265         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
16266         * ggc-common.c (ggc_add_rtx_varray_root): New.
16267         (ggc_mark_rtx_varray): New.
16268         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
16269         functions down below ggc_mark_foo.
16270         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
16271
16272 2000-01-25  Richard Henderson  <rth@cygnus.com>
16273
16274         * alpha.c (secondary_reload_class): Don't allocate a secondary
16275         for integral mode memories into FLOAT_REGS.  Rearrange the more
16276         complicated memory expression inward.
16277
16278 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
16279
16280         * inclhack.def: Fixes to play nicer with FreeBSD, and
16281         corrections to comments.
16282         (cxx_unready): Add select expression.
16283         (irix_sockaddr): Add bypass expression.
16284         (machine_ansi_h_va_list): New fix.
16285         (stdio_va_list): No need to edit _BSD_VA_LIST_.
16286         Split out addition of "#include <stdarg.h>" to...
16287         (stdio_stdarg_h): ... here.
16288         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
16289         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
16290         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
16291         size_t.
16292         (ultrix_ifdef): Tighten up select expression.
16293
16294         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
16295         re_ct and max_mach to avoid use of shell.  Make printed names
16296         match names in inclhack.def.  Use static copyright date.
16297         Don't count c_test and test expressions as requiring regex_t
16298         slots.  Add some commentary.
16299         * inclhack.tpl: Do not include the 'This script contains N
16300         fixup scripts' line if PROGRAM is defined.  Use static
16301         copyright date.
16302
16303 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
16304
16305         * dwarf2out.c: include "varray.h", not dyn-string.h.
16306         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
16307         (addr_const_to_string, addr_to_string): Lose.
16308         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
16309         (struct dw_val_struct): val_addr is now an rtx.
16310         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
16311         (used_rtx_varray): New varray.
16312         (dwarf2out_init): Initialize it.
16313         (save_rtx): New fn.
16314         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
16315         addr_to_string.
16316         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
16317         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
16318         * Makefile.in (dwarf2out.o): Update dependencies.
16319
16320 2000-01-24  Richard Henderson  <rth@cygnus.com>
16321
16322         * i386.c (i386_dwarf_output_addr_const): New.
16323         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
16324
16325         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
16326         if defined.
16327         * dwarfout.c (output_mem_loc_descriptor): Likewise.
16328         * i386.c (i386_simplify_dwarf_addr): New.
16329         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
16330
16331 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
16332
16333         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
16334         TYPE_STUB_DECL is NULL.
16335
16336 2000-01-24  Richard Henderson  <rth@cygnus.com>
16337
16338         * builtins.c (expand_tree_builtin): Move ...
16339         * c-common.c (expand_tree_builtin): ... here.
16340
16341 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16342
16343         * loop.h (LOOP_INFO): New accessor macro.
16344         * basic-block.h (struct loop): Rename field `info' to `aux'.
16345         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
16346         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
16347         * unroll.c (loop_iterations, unroll_loop): Likewise.
16348
16349 2000-01-24  Christopher Faylor <cgf@cygnus.com>
16350
16351         * config/i386/t-cygwin: Accomodate new winsup directory layout
16352         when searching for include files.
16353
16354 2000-01-24  Richard Henderson  <rth@cygnus.com>
16355
16356         * rtl.def: Add unordered fp comparisions.
16357         * tree.def: Likewise.
16358         * tree.h: Add ISO C 9x unordered fp comparision builtins.
16359
16360         * builtins.c (expand_tree_builtin): New function.
16361         * c-typeck.c (build_function_call): Use it.
16362         (build_binary_op): Support unordered compares.
16363         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
16364
16365         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
16366         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
16367         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
16368         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
16369         * jump.c (reverse_condition): Don't abort for UNLE etc, but
16370         return UNKNOWN.
16371         (swap_condition): Handle unordered compares.
16372         (thread_jumps): Check can_reverse before reversing.
16373         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
16374         reversed for FP.
16375
16376         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
16377         setcc is present before acking for cmp_optab.  Update all callers.
16378         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
16379         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
16380         * expr.c (expand_expr): Likewise.  Support unordered compares.
16381         (do_jump, do_store_flag): Likewise.
16382         * expr.h (enum libfunc_index): Add unordered compares.
16383
16384         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
16385         (DPBIT_FUNCS): Add _unord_df.
16386         * config/fp-bit.c (_unord_f2): New.
16387         * fp-test.c (main): Try unordered compare builtins.
16388
16389         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
16390         * alpha.c (alpha_comparison_operator): Check mode properly.
16391         (alpha_swapped_comparison_operator): Likewise.
16392         (signed_comparison_operator): Likewise.
16393         (alpha_fp_comparison_operator): New.
16394         (alpha_emit_conditional_branch): Handle unordered compares.
16395         * alpha.h (PREDICATE_CODES): Update.
16396         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
16397         (bunordered, bordered): New.
16398
16399 2000-01-24  Richard Henderson  <rth@cygnus.com>
16400
16401         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
16402         * alpha.md (movtf): New expander, insn, and splitter.
16403
16404 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
16405
16406         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
16407         dead registers.
16408
16409 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
16410
16411         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
16412         (FIXED_REGISTERS, CALL_USED_REGISTERS,
16413          REG_ALLOC_ORDER): Add frame pointer
16414         (FRAME_POINTER_REGNUM): Set to 20
16415         (HARD_FRAME_POINTER_REGNUM): New macro.
16416         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
16417         to HARD_FRAME_POINTER.
16418         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
16419         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
16420         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
16421         (HI_REGISTER_NAMES): Add "frame".
16422         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
16423         (debug_reg): Handle FRAME_POINTER_REGNUM.
16424         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
16425         GENERAL_REGS and INDEX_REGS.
16426         * i386.c (SAVED_REGS_FIRST): new macro.
16427         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
16428         (ix86_decompose_address, memory_address_length): Likewise.
16429         (regclass_map): Add frame pointer.
16430         (call_insn_operand): Handle frame_pointer_rtx.
16431         (reg_no_sp_operand): Likewise.
16432         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
16433         (print_operand, legitimize_pic_address): Fix formating.
16434         (ix86_compute_frame_size): Make static, update prototype, new
16435         parameters padding1, padding2, use ix86_nsaved_regs, use
16436         stack_alignment_needed.
16437         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
16438         to HARD_FRAME_POINTER_REGNUM conversions.
16439         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
16440         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
16441         (print_reg): Abort on FRAME_POINTER_REGNUM
16442
16443 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
16444
16445         * i386.h (PREDICATE_CODES): Add aligned_operand.
16446         * i386.c (aligned_operand): New function.
16447         (ix86_aligned_p): Kill.
16448         * i386.md (movhi_1): Emit mov for aligned operands.
16449         (promoting peep2s): Use aligned_operand.
16450
16451 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
16452
16453         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
16454         expression to allow underscores in macro names.
16455         (fix_char_macro_defines): Increment scanning pointer.
16456
16457 2000-01-23  Richard Henderson  <rth@cygnus.com>
16458
16459         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
16460         * alpha/osf5.h: New file.
16461         * configure.in (alpha-*-osf5): Add it to tm_file.
16462
16463         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
16464
16465         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
16466         (alpha_emit_xfloating_cvt, function_arg): Declare.
16467         * alpha.c (alpha_emit_conditional_branch): Call
16468         alpha_emit_xfloating_compare for TFmode compares.
16469         (alpha_lookup_xfloating_lib_func): New.
16470         (alpha_compute_xfloating_mode_arg): New.
16471         (alpha_emit_xfloating_libcall): New.
16472         (alpha_emit_xfloating_arith): New.
16473         (alpha_emit_xfloating_compare): New.
16474         (alpha_emit_xfloating_cvt): New.
16475         (print_operand): Add default abort case.
16476         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
16477         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
16478         (BIGGEST_ALIGNMENT): Increase to 128 bits.
16479         (RETURN_IN_MEMORY): True for TF/TCmode.
16480         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
16481         (FUNCTION_ARG): Move to function_arg.
16482         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
16483         (ASM_OUTPUT_LONG_DOUBLE): New.
16484         (ASM_OUTPUT_DOUBLE): Always output bits.
16485         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
16486         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
16487         (extenddftf2, trunctfdf2): New.
16488
16489 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16490
16491         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
16492         * config/sparc/sol2.h: ... here.
16493
16494 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16495
16496         * basic-block.h (struct loops): New field `levels'.
16497         * flow.c (flow_loops_level_compute): Traverse all outer loops.
16498         (flow_loop_level_compute): Initialise level to 1.
16499         (flow_loops_find): Set loops->levels.
16500         (flow_loops_dump): Print loops->levels.
16501
16502 2000-01-23  Richard Henderson  <rth@cygnus.com>
16503
16504         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
16505         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
16506
16507 2000-01-23  Richard Henderson  <rth@cygnus.com>
16508
16509         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
16510         * i386.h (DBX_REGISTER_NUMBER): Use them.
16511         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
16512         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
16513         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
16514         * i386/sequent.h: Kill incorrect comment.
16515
16516 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
16517
16518         * ggc-page.c (struct page_entry): Make `context_depth' an
16519         `unsigned short'.
16520         (struct globals): Likewise.
16521
16522 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
16523
16524         * loop.c (check_dbra_loop): When checking a loop for
16525         reversability, check the source of any stores to ensure
16526         they don't depend on an initial value.
16527
16528 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16529
16530         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
16531
16532 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
16533
16534         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
16535         'pz_scan' into scope of entire function.  Only affects
16536         compiles with -DDEBUG.
16537
16538 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16539
16540         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
16541         section naming to that prior to 2000-01-07 patch.
16542         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
16543         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
16544         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
16545         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
16546         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
16547
16548 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
16549
16550         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
16551         constant.
16552
16553 2000-01-21  Jim Wilson  <wilson@cygnus.com>
16554
16555         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
16556         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
16557
16558 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16559
16560         * cpphash.c (change_newlines): Delete function.
16561         (struct argdata): Delete 'newlines' and 'use_count' fields.
16562         (macroexpand): Remove code referencing those fields.
16563
16564 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16565
16566         * loop.c (loops_info): New variable.
16567         (loop_optimize): Allocate loops->array and free it on exit.
16568         Allocate memory for loops_info and assign to each loop,
16569         replacing alloca.
16570         (find_and_verify_loops): Do not allocate loops->array.
16571
16572 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
16573
16574         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
16575
16576 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
16577
16578         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
16579         pseudos if expanded after first flow.
16580         (movdi_pic_label_ref): Likewise.
16581
16582 2000-01-20  Richard Henderson  <rth@cygnus.com>
16583
16584         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
16585
16586 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
16587
16588         * Makefile.in (fixinc.sh): Depend on specs.
16589         * fixinc/Makefile.in: Add rule to create machname.h.
16590         (fixlib.o): Depend on machname.h.
16591         * fixinc/fixtests.c (machine_name): New test.
16592         * fixinc/fixfixes.c (machine_name): New fix.
16593         * fixinc/fixlib.c (mn_get_regexps): New helper function for
16594         the machine_name test and fix.
16595         * fixinc/fixlib.h: Prototype it.
16596         * fixinc/inclhack.def (machine_name): Use the C test and fix.
16597         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
16598
16599         * gcc.c (do_spec_1) [case P]: Take care not to create
16600         identifiers with three leading or trailing underscores.
16601
16602         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
16603         (fixincl): Don't specify libraries twice on link line.
16604         (gnu-regex.o): Remove special rule.
16605         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
16606         defined by config.h.  Do not define _REGEX_RE_COMP.
16607         (regcomp): Allocate and initialize a fastmap.
16608         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
16609
16610 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
16611
16612         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
16613
16614 2000-01-19  Richard Henderson  <rth@cygnus.com>
16615
16616         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
16617         arguments with BB.  Update all callers.  Tidy line wrapping.
16618
16619 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
16620
16621         * emit-rtl.c (try_split): Return last_insn if we split the
16622         last_insn.
16623
16624 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
16625
16626         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
16627         (ix86_initial_elimination_offset): Declare.
16628         * i386.c (ix86_nsaved_regs): Break out from ...
16629         (ix86_can_use_return_insn_p): ... here.
16630         (ix86_emit_save_regs): Break out from ...
16631         (ix86_expand_prologue): ... here.
16632         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
16633         out from ...
16634         (ix86_expand_epilogue): ... here.
16635         (ix86_compute_frame_size): Make static, add prototype.
16636         (ix86_initial_elimination_offset): Break out from ...
16637         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
16638
16639 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16640
16641         * recog.h (OUT_FCN): Delete.
16642
16643         * vax.md: Call `get_insn_template' instead of OUT_FCN.
16644
16645 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16646
16647         * cppalloc.c: PROTO -> PARAMS.
16648         * cpperror.c: Likewise.
16649         * cppfiles.c: Likewise.
16650         * cpplib.c: Likewise.
16651         * cpplib.h: Likewise.
16652
16653         * config/arm/arm-protos.h: PROTO -> PARAMS.
16654         * config/arm/arm.c: Likewise.
16655         * config/c4x/c4x.c: Likewise.
16656         * config/fr30/fr30-protos.h: Likewise.
16657         * config/nextstep.c: Likewise.
16658         * config/pa/pa.c: Likewise.
16659         * config/pj/pj.c: Likewise.
16660         * config/rs6000/rs6000.c: Likewise.
16661         * config/v850/v850-protos.h: Likewise.
16662         * config/v850/v850.c: Likewise.
16663
16664 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16665
16666         * i370-protos.h: New file.
16667
16668         * i370.c: Include tm_p.h.  Fix compile time warnings.
16669
16670         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
16671         warnings.
16672
16673         * i370.md: Likewise.
16674
16675 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16676
16677         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
16678         (target_isinf, target_isnan, eisnan): Mark parameter with
16679         ATTRIBUTE_UNUSED.
16680         (eiisinf): Wrap in INFINITY.
16681         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
16682         (ibmtoe): Remove unused variable `rndsav'.
16683
16684 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16685
16686         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
16687         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
16688
16689 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
16690
16691         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
16692         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
16693         (fix_char_macro_defines, fix_char_macro_uses): New functions.
16694
16695         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
16696         Recognize Emacs mode markers also.
16697         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
16698         C++ comments in C++ headers.  Call is_cxx_header only if
16699         necessary.
16700
16701         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
16702         bypass for ncurses.
16703         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
16704         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
16705         ... these, which use the new C fixes.
16706         (math_exception): Escape literal '+' in bypass expression.
16707
16708         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
16709         Regenerate.
16710
16711 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
16712
16713         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
16714         inside the MEM.
16715
16716 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16717
16718         * loop.c (loop_optimize): Allocate loop_info structure for each loop
16719         prior to calling scan_loop.
16720
16721 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16722
16723         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
16724         (split_branches, calc_live_regs): Likewise.
16725
16726 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
16727
16728         * sh.md (fpu_single, fp_mode): New attributes.
16729
16730 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16731
16732         * loop.c (current_loop_info): Renamed from loop_info_data
16733         and changed to a pointer.
16734         (loop_optimize): Allocate loop_info structure for each loop
16735         and initialise to zero.
16736         (scan_loop): Set current_loop_info.
16737
16738         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
16739         on iteration_var.
16740
16741 2000-01-19  Richard Henderson  <rth@cygnus.com>
16742
16743         * stupid.c: Die die die.
16744         * Makefile.in (OBJS): Remove stupid.o.
16745         (stupid.o): Likewise.
16746
16747         * except.c (emit_eh_context): Don't emit USEs for stupid.
16748         * explow.c (probe_stack_range): Likewise.
16749         * flags.h (obey_regdecls): Remove.
16750         * flow.c (find_basic_blocks): Don't run try_merge_blocks
16751         when not optimizing.
16752         (life_analysis): Limit data collection when not optimizing.
16753         (mark_regs_live_at_end): Always mark the return value registers.
16754         (mark_used_regs): Remove dummy RETURN case.
16755         (print_rtl_with_bb): Don't consult obey_regdecls.
16756         * function.c (use_variable, use_variable_after): Remove.
16757         (assign_parms): Consult optimize not obey_regdecls.
16758         (expand_function_start): Don't emit USEs for stupid.
16759         (expand_function_end): Likewise.
16760         * global.c (build_insn_chain): Export.
16761         * integrate.c (expand_inline_function): Kill return-value USE
16762         handling code.
16763         * jump.c (jump_optimize_1): Do simple jump optimizations and
16764         dead code elimination.
16765         (calculate_can_reach_end): Remove check_deleted argument.
16766         (delete_insn): Patch out insns even when not optimizing.
16767         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
16768         * rtl.h (use_variable, use_variable_after): Remove declarations.
16769         (build_insn_chain): Declare.
16770         * stmt.c (expand_value_return): Don't emit USEs for stupid.
16771         (expand_end_bindings): Likewise.
16772         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
16773         * toplev.c (obey_regdecls): Remove.
16774         (rest_of_compilation): Don't set it.  Kill stupid in favour of
16775         flow1, local-alloc, and reload.
16776         (main): Don't set obey_regdecls.
16777
16778         * config/nextstep.c (handle_pragma): Likewise.
16779
16780         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
16781
16782         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
16783
16784 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16785
16786         * alpha-protos.h: PROTO -> PARAMS.
16787         * alpha.c: Likewise.
16788         * elf.h: Likewise.
16789         * h8300.c: Likewise.
16790         * i386-protos.h: Likewise.
16791         * i386.c: Likewise.
16792         * m32r-protos.h: Likewise.
16793         * m32r.c: Likewise.
16794         * mips.c: Likewise.
16795         * mips.md: Likewise.
16796         * gmon-sol2.c: Likewise.
16797         * sparc.c: Likewise.
16798
16799 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16800
16801         * ns32k-protos.h: New file.
16802
16803         * ns32k.c: Fix compile time warnings.
16804
16805         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
16806         warnings.
16807
16808         * ns32k.md: Likewise.
16809
16810 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16811
16812         * vax-protos.h: New file.
16813
16814         * vax.c: Fix compile time warnings.
16815
16816         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
16817         warnings.
16818
16819         * vax.md: Likewise.
16820
16821         * vaxv.md: Likewise.
16822
16823 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16824
16825         * romp-protos.h: New file.
16826
16827         * romp.c: Fix compile time warnings.
16828
16829         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
16830         warnings.
16831
16832         * romp.md: Likewise.
16833
16834 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16835
16836         * we32k-protos.h: New file.
16837
16838         * we32k.c: Fix compile time warnings.
16839
16840         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
16841         warnings.
16842
16843 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16844
16845         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
16846
16847         * except.c (eh_regs): Likewise.
16848
16849         * final.c (output_operand): Likewise.
16850
16851         * fold-const.c (target_isinf, target_isnan): Likewise.
16852
16853 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
16854
16855         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
16856         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
16857
16858         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
16859         when optimize_size.
16860         (clrstrsi): Rewrite.
16861         (strsethi, strsetqi): New expanders.
16862         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
16863         (cmpstrsi): Emit compare insn before cmpstrsi_1
16864         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
16865         (strlensi_1): Likewise.
16866         (cmpstrsi_1): Likewise; do not output compare.
16867         (strlen expander): Do not unroll when optimizing for size.
16868         (*subsi3_carry): Rename to subsi3_carry
16869         (addqi3_cc): New pattern.
16870         * i386.h (processor_costs): Add move_ratio field.
16871         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
16872         * i386.c (*_cost): Set move_ratio.
16873         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
16874         (x86_expand_strlensi_1): Rewrite the main loop.
16875
16876 2000-01-17  Richard Henderson  <rth@cygnus.com>
16877
16878         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
16879         * cse.c (find_comparison_args, fold_rtx): Likewise.
16880         * integrate.c (subst_constants): Likewise.
16881         * loop.c (get_condition): Likewise.
16882
16883         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
16884
16885         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
16886
16887 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16888
16889         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
16890         (RESTORE_WARN_FLAGS): Unpack it.
16891         Change semantic type of extension to ttype.
16892         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
16893         * c-parse.y, c-parse.c, objc/objc-parse.y,
16894         objc/objc-parse.c: Regenerate.
16895
16896 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
16897
16898         * fixinc/fixlib.c: Add copyright notice.
16899         (compile_re): New function.
16900         * fixinc/fixlib.h: Prototype compile_re.
16901
16902         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
16903         Use compile_re to compile regular expressions.
16904
16905         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
16906         where the pattern matched.
16907
16908         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
16909         use 'replace'.
16910         (ultrix_ansi_compat): Likewise.
16911         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
16912         add egrep test.
16913         (interactv_add2, interactv_add3): Delete.
16914         (x11_sprintf): Don't use filename glob.
16915         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
16916         Regenerate.
16917
16918 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16919
16920         * print-rtl.c: PROTO -> PARAMS.
16921         * real.c: Likewise.
16922         * reg-stack.c: Likewise.
16923         * resource.c: Likewise.
16924         * sdbout.h: Likewise.
16925         * simplify-rtx.c: Likewise.
16926         * stor-layout.c: Likewise.
16927         * stupid.c: Likewise.
16928         * xcoffout.c: Likewise.
16929         * xcoffout.h: Likewise.
16930
16931 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16932
16933         * toplev.c: PROTO -> PARAMS.
16934         * toplev.h: Likewise.
16935         * tree.c: Likewise.
16936         * tree.h: Likewise.
16937         * unroll.c: Likewise.
16938         * varasm.c: Likewise.
16939         * varray.c: Likewise.
16940         * varray.h: Likewise.
16941
16942 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16943
16944         * reload.c: PROTO -> PARAMS.
16945         * reload.h: Likewise.
16946         * reload1.c: Likewise.
16947         * reorg.c: Likewise.
16948         * resource.h: Likewise.
16949         * rtl.c: Likewise.
16950         * rtl.h: Likewise.
16951         * rtlanal.c: Likewise.
16952         * sbitmap.h: Likewise.
16953         * sdbout.c: Likewise.
16954         * stack.h: Likewise.
16955         * stmt.c: Likewise.
16956         * system.h: Likewise.
16957
16958 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16959
16960         * machmode.h: PROTO -> PARAMS.
16961         * mbchar.h: Likewise.
16962         * mips-tdump.c: Likewise.
16963         * mips-tfile.c: Likewise.
16964         * optabs.c: Likewise.
16965         * output.h: Likewise.
16966         * prefix.c: Likewise.
16967         * profile.c: Likewise.
16968         * protoize.c: Likewise.
16969         * real.h: Likewise.
16970         * recog.c: Likewise.
16971         * recog.h: Likewise.
16972         * regclass.c: Likewise.
16973         * regmove.c: Likewise.
16974         * regs.h: Likewise.
16975
16976 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16977
16978         * ggc-common.c: PROTO -> PARAMS.
16979         * ggc-page.c: Likewise.
16980         * ggc-simple.c: Likewise.
16981         * ggc.h: Likewise.
16982         * global.c: Likewise.
16983         * graph.c: Likewise.
16984         * gthr-win32.h: Likewise.
16985         * haifa-sched.c: Likewise.
16986         * halfpic.h: Likewise.
16987         * integrate.c: Likewise.
16988         * integrate.h: Likewise.
16989         * jump.c: Likewise.
16990         * lcm.c: Likewise.
16991         * local-alloc.c: Likewise.
16992         * loop.c: Likewise.
16993         * loop.h: Likewise.
16994
16995 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16996
16997         * genattr.c: PROTO -> PARAMS.
16998         * genattrtab.c: Likewise.
16999         * gencheck.c: Likewise.
17000         * gencodes.c: Likewise.
17001         * genconfig.c: Likewise.
17002         * genemit.c: Likewise.
17003         * genextract.c: Likewise.
17004         * genflags.c: Likewise.
17005         * gengenrtl.c: Likewise.
17006         * genopinit.c: Likewise.
17007         * genoutput.c: Likewise.
17008         * genpeep.c: Likewise.
17009         * genrecog.c: Likewise.
17010
17011 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17012
17013         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
17014
17015 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17016
17017         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
17018         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
17019         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
17020         * configure, config.in: Rebuilt.
17021
17022 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
17023
17024         * config/i386/i386.md: Add peephole to merge successive stack
17025         adjusts.
17026
17027 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
17028
17029         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
17030         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
17031         when walking backwards to find all the parameter loads when
17032         the basic block ends in a call.
17033
17034 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17035
17036         * loop.c (this_loop_info): Delete.
17037         (uid_loop): Add in place of uid_loop_num.  All uses updated.
17038         (loop_number_exit_count): Delete and replace with entry in loop
17039         structure.  All uses updated.
17040         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17041         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17042         (loop_outer_loop): Likewise.
17043         (loop_invalid, loop_number_exit_labels): Likewise.
17044         (loop_used_count_register): Delete and replace with entry in
17045         loop_info structure.
17046         (find_and_verify_loops): Add loops argument.
17047         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
17048         loop_end, etc. arguments with loop structure pointer.  All callers
17049         changed.
17050         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
17051         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
17052         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
17053         (insert_bct): Likewise.
17054         (basic_induction_var): New argument level.
17055         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
17056         vtop, and cont.  Add used_count_register.
17057         (uid_loop): Delete declaration.
17058         (loop_number_exit_count): Likewise.
17059         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
17060         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
17061         (loop_outer_loop, loop_used_count_register): Likewise.
17062         (loop_invalid, loop_number_exit_labels): Likewise.
17063         (unroll_loop): Replace loop_start and loop_end arguments
17064         with loop structure pointer.
17065         (loop_precondition_p, loop_iterations): Likewise.
17066         Include basic-block.h.
17067         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
17068         with loop structure pointer.
17069         (loop_precondition_p, loop_iterations): Likewise.
17070         * basic-block.h (struct loop): New entries vtop, cont,
17071         cont_dominator, start, end, top, scan_start, exit_labels,
17072         exit_count.
17073         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
17074
17075 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17076
17077         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
17078
17079 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
17080
17081         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
17082
17083 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17084
17085         * pdp11-protos.h: New file.
17086
17087         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
17088         time warnings.
17089
17090         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
17091         warnings.
17092
17093         * pdp11.md: Likewise.
17094
17095         * 2bsd.h: Likewise.
17096
17097 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17098
17099         * mn10300-protos.h: New file.
17100
17101         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17102         time warnings.
17103
17104         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
17105         warnings.
17106
17107         * mn10300.md: Likewise.
17108
17109 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17110
17111         * mn10200-protos.h: New file.
17112
17113         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
17114         time warnings.
17115
17116         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
17117         warnings.
17118
17119         * mn10200.md: Likewise.
17120
17121 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17122
17123         * h8300-protos.h: New file.
17124
17125         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
17126         time warnings.
17127
17128         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
17129         warnings.
17130
17131         * h8300.md: Likewise.
17132
17133 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17134
17135         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
17136         (asm_emit_uninitialised): Likewise.
17137
17138 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
17139
17140         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
17141         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
17142
17143 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17144
17145         * config/mips/mips.c (override_options): Don't turn on extra
17146         alignment for mips16.
17147
17148 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17149
17150         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
17151         eabi, and make sure queued POSTINCREMENT rtl is emitted at
17152         the right point.
17153
17154 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17155
17156         * builtins.c (PAD_VARARGS_DOWN): Define.
17157         (std_expand_builtin_va_arg): Use the above macro.
17158         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
17159         * tm.texi (Register Arguments): Document the above macro.
17160
17161 2000-01-14  Nick Clifton  <nickc@cygnus.com>
17162
17163         * emit-rtl.c (emit_insn): If checking is enabled, make sure
17164         that this function has not been used to emit a jump
17165         instruction.
17166
17167         * jump.c (return_jump_1): Cope with being passed a null rtx.
17168
17169 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17170
17171         * eh-common.h: PROTO -> PARAMS.
17172         * emit-rtl.c: Likewise.
17173         * errors.c: Likewise.
17174         * errors.h: Likewise.
17175         * except.c: Likewise.
17176         * except.h: Likewise.
17177         * explow.c: Likewise.
17178         * expmed.c: Likewise.
17179         * expr.c: Likewise.
17180         * expr.h: Likewise.
17181         * final.c: Likewise.
17182         * fix-header.c: Likewise.
17183         * flow.c: Likewise.
17184         * fold-const.c: Likewise.
17185         * function.c: Likewise.
17186         * function.h: Likewise.
17187         * gcc.c: Likewise.
17188         * gcov-io.h: Likewise.
17189         * gcov.c: Likewise.
17190         * gcse.c: Likewise.
17191
17192 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17193
17194         * sh-protos.h: New file.
17195
17196         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
17197         Add static prototypes.  Fix compile time warnings.
17198
17199         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
17200         * sh.md: Likewise.
17201         * elf.h: Likewise.
17202
17203 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17204
17205         * arc-protos.h: New file.
17206
17207         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
17208         time warnings.
17209
17210         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
17211         warnings.
17212
17213         * arc.md: Likewise.
17214
17215 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17216
17217         * dsp16xx-protos.h: New file.
17218
17219         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
17220         time warnings.
17221
17222         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
17223         warnings.
17224
17225         * dsp16xx.md: Likewise.
17226
17227 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17228
17229         * convex-protos.h: New file.
17230
17231         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
17232         time warnings.
17233
17234         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
17235         warnings.
17236
17237 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17238
17239         * elxsi-protos.h: New file.
17240
17241         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
17242         time warnings.
17243
17244         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
17245         warnings.
17246
17247         * elxsi.md: Likewise.
17248
17249 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
17250
17251         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
17252         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
17253         match the comment for MIPS16.
17254
17255 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
17256
17257         * flow.c (split_edge): Do not call set_block_for_insn if we
17258         do not have a basic_block_for_insn structure.
17259
17260         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
17261         and destination functions are 32bit aligned within the trampoline.
17262         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
17263         (TRAMPOLINE_ALIGNMENT): Define.
17264
17265         * cse.c (cse_insn): When changing (set (pc) (reg)) to
17266         (set (pc) (label_ref)), verify the change creates a valid insn.
17267
17268         * fr30.c (call_operand): Tighten and rework to match rules for
17269         call RTL expressions.
17270         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
17271         * fr30.md (call patterns): Improve constraints.
17272
17273 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
17274
17275         * fr30.c (fr30_expand_epilogue): Revert last change.
17276         Use emit_jump_insn for the return insn.
17277
17278 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
17279                           Stan Cox  <scox@cygnus.com>
17280
17281         * predict.c: New file. Preliminary infrastructure work for static
17282         branch prediction and basic block reordering.
17283         * basic-block.h: Add prototype for estimate_probability.
17284         * Makefile.in: Add rules for predict.o.
17285
17286 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
17287
17288         * fixincludes (va_list): Use __not_va_list__ for the dummy.
17289         * fixinc/*: Likewise.
17290
17291 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17292
17293         * cccp.c: PROTO -> PARAMS.
17294         * cexp.y: Likewise.
17295         * collect2.c: Likewise.
17296         * combine.c: Likewise.
17297         * convert.h: Likewise.
17298         * cse.c: Likewise.
17299         * dbxout.c: Likewise.
17300         * dbxout.h: Likewise.
17301         * diagnostic.c: Likewise.
17302         * doprint.c: Likewise.
17303         * dwarf2out.c: Likewise.
17304         * dwarf2out.h: Likewise.
17305         * dwarfout.c: Likewise.
17306         * dwarfout.h: Likewise.
17307         * dyn-string.h: Likewise.
17308
17309 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17310
17311         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
17312         macro conditionals guarding use.
17313
17314         * dwarf2out.c: Include "tm_p.h".
17315
17316         * function.c (locate_and_pad_parm): Mark parameter with
17317         ATTRIBUTE_UNUSED.
17318         (expand_function_end): Likewise for variable `context'.
17319
17320         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
17321
17322 2000-01-13  Nick Clifton  <nickc@cygnus.com>
17323
17324         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
17325         register to prevent compile time warnings.
17326
17327 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
17328
17329         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
17330         to avoid -Wtraditional warning.
17331
17332 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17333
17334         * 1750a-protos.h: New file.
17335
17336         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
17337         time warnings.
17338
17339         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
17340         warnings.
17341
17342         * 1750a.md: Likewise.
17343
17344 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17345
17346         * a29k-protos.h: New file.
17347
17348         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17349         time warnings.
17350
17351         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
17352         warnings.
17353
17354 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17355
17356         * clipper-protos.h: New file.
17357
17358         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
17359         time warnings.
17360
17361         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
17362         warnings.
17363
17364 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17365
17366         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
17367
17368 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17369
17370         * configure.in (--enable-new-gxx-abi): New option.
17371         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
17372         * Makefile.in (GXX_ABI_FLAG): New variable.
17373         * configure: Regenerate.
17374
17375 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17376
17377         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
17378         * tm.texi (FORCE_STRUCT_BLK): Document.
17379         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
17380
17381 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
17382
17383         * config/ns32k/ns32k.md: Revert Jan 9 change.
17384
17385         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
17386         to a mode-test, if the predicate is address_operand.
17387
17388 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
17389
17390         * combine.c (if_then_else_cond): Be careful about what kinds
17391         of RTL expressions are passed to operand_subword.
17392
17393         * flow.c (split_edge): If we have to insert a new jump, make
17394         sure to associate it with a basic block.
17395
17396         * flow.c (commit_one_edge_insertion): A block with one successor
17397         can end in a JUMP_INSN that is not a simplejump.
17398
17399 2000-01-12  Robert Lipe  <robertl@sco.com>
17400
17401         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
17402         (BUILD_VA_LIST_TYPE): Define.
17403         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
17404         with crtstuff.c.
17405
17406 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
17407
17408         * cccp.c (do_pragma): Add cast to (char *).
17409
17410 2000-01-12  Richard Henderson  <rth@cygnus.com>
17411             Fred Fish  <fnf@be.com>
17412             Jason Merrill  <jason@cygnus.com>
17413
17414         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
17415         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
17416         * i386/beos-elf.h, i386/beos-pe.h: New files.
17417
17418         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
17419         * cross-make (SYSTEM_HEADER_DIR): Define using
17420         CROSS_SYSTEM_HEADER_DIR.
17421
17422         * gcc.c (LIBRARY_PATH_ENV): Provide default.
17423         (process_command): Use it.
17424         (main): Likewise.  Kill trailing = from env vars.
17425         (build_search_list): Put it back.
17426         * collect2.c (main): Use LIBRARY_PATH_ENV.
17427
17428         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
17429         * toplev.c: Use NEED_DECLARATION_ENVIRON.
17430
17431         * tm.texi (Frame Layout): Document SMALL_STACK.
17432         * c-common.c (c_common_nodes_and_builtins): Check it.
17433
17434         * system.h: Undef alloca after including glibc's <stdlib.h>,
17435         if USE_C_ALLOCA is defined.
17436
17437         * gcc.c (set_input): New fn.
17438         (main): After all input files are compiled, reset the input file
17439         info to the first.
17440
17441         * aclocal.m4 (rindex, index): If already defined, don't attempt
17442         to redefine.
17443
17444         * ginclude/varargs.h: (__va_list__): Define ifndef.
17445         * ginclude/stdarg.h: Likewise.
17446
17447         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
17448         instead of unsigned char.
17449
17450         * hash.h (true, false, boolean): Undef before enum.
17451
17452         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
17453         proper type of "HOST_WIDE_INT *", rather than their natural type of
17454         "unsigned HOST_WIDE_INT *".
17455
17456 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17457
17458         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
17459
17460         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
17461
17462         * regclass.c (choose_hard_reg_mode): Likewise.
17463
17464         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
17465
17466         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
17467
17468 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17469
17470         * c-common.c: PROTO -> PARAMS.
17471         * c-common.h: Likewise.
17472         * c-decl.c: Likewise.
17473         * c-iterate.c: Likewise.
17474         * c-lang.c: Likewise.
17475         * c-lex.c: Likewise.
17476         * c-lex.h: Likewise.
17477         * c-parse.in: Likewise.
17478         * c-pragma.c: Likewise.
17479         * c-pragma.h: Likewise.
17480         * c-tree.h: Likewise.
17481         * c-typeck.c: Likewise.
17482         * objc/objc-act.c: Likewise.
17483         * objc/objc-act.h: Likewise.
17484
17485 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17486
17487         * m88k-protos.h: New file.
17488
17489         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17490         time warnings.
17491
17492         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
17493
17494         * m88k.md: Likewise.
17495
17496         * tekXD88.h: Likewise.
17497
17498 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17499
17500         * m68k-protos.h: New file.
17501
17502         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
17503         time warnings.
17504
17505         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
17506
17507         * mot3300.h: Likewise.
17508
17509 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
17510
17511         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
17512         extract_bitlst.
17513         (extract_bitlist): Declare bitlen.
17514
17515 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
17516
17517         * cccp.c: Accept and ignore -lang-fortran.
17518
17519         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
17520         qualifiers don't match at any level of pointerness.
17521
17522 2000-01-12  Robert Lipe  <robertl@sco.com>
17523
17524         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
17525
17526 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
17527
17528         * reload1.c (reload_reg_unavailable): New static variable.
17529         (reload_reg_free_p): Test it.
17530         (reload_reg_free_for_value_p): Test it instead of
17531         reload_reg_used.
17532         (choose_reload_regs_init): Compute it.
17533
17534 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
17535
17536         * reorg.c (fill_slots_from_thread): Check modified_in_p
17537         before replacing.
17538
17539 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
17540
17541         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
17542         these nodes even if INTERNALS is not set.
17543
17544 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
17545
17546         * gcse.c (delete_null_pointer_checks_1): Cope when
17547         get_condition cannot determine the condition.
17548
17549 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17550
17551         * toplev.h (set_message_length): Declare.
17552
17553         * diagnostic.c (obstack_chunk_alloc): Define macro.
17554         (obstack_chunk_free): Likewise.
17555         (struct output_buffer): New data structure.
17556         (vmessage): Remove.
17557         (output_maximum_width): New variable.
17558         (doing_line_wrapping, set_message_length, init_output_buffer,
17559         get_output_prefix, output_space_left, emit_output_prefix,
17560         output_newline, output_append, output_puts, dump_output,
17561         vbuild_message_string, build_message_string, build_location_prefix,
17562         voutput_notice, output_printf, line_wrapper_printf,
17563         vline_wrapper_message_with_location):  New functions. Implement
17564         automatic line wrapping.
17565         (v_message_with_decl): Make it handle automatic line wrapping.
17566         (v_error_with_file_and_line): Likewise.
17567         (v_warning_with_file_and_line): Likewise.
17568         (announce_function): Likewise.
17569         (default_print_error_function): Likewise.
17570
17571 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
17572
17573         * cpplib.h (struct cpp_options): Change lang_asm to char.
17574         Add lang_fortran.
17575         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
17576         done in cpp_handle_option now.
17577         (initialize_builtins): Take out special case code used only by
17578         __STDC_VERSION__.
17579         (cpp_handle_option): Turn off trigraphs and trigraph warnings
17580         if -traditional.  Recognize -lang-fortran and set
17581         lang_fortran, also turn off cplusplus_comments.
17582         (print_help): Document -lang-fortran.
17583         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
17584         lang_asm. Ignore all directives other than `# 123 "file"' if
17585         CPP_PREPROCESSED.
17586         (cpp_get_token): If -traditional, don't recognize directives
17587         unless the # is in column 1.
17588         (parse_string): If lang_fortran or lang_asm, silently
17589         terminate strings ('' or "") at end of line.
17590         Remove unnecessary braces.
17591
17592 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17593             Richard Henderson  <rth@cygnus.com>
17594
17595         * resource.c (mark_referenced_resources): Mark a set strict_low_part
17596         as used.
17597         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
17598         strict_low_part when possible.
17599
17600 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17601
17602         * alias.c: PROTO -> PARAMS.
17603         * basic-block.h: Likewise.
17604         * bitmap.c: Likewise.
17605         * bitmap.h: Likewise.
17606         * builtins.c: Likewise.
17607         * c-aux-info.c: Likewise.
17608         * caller-save.c: Likewise.
17609         * calls.c: Likewise.
17610
17611 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17612
17613         * Makefile.in (toplev.o): Depend on regs.h.
17614
17615         * output.h (tdesc_section): Prototype.
17616
17617         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
17618
17619         * sdbout.c: Include "tm_p.h".
17620
17621         * toplev.c: Include "regs.h".
17622
17623 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
17624
17625         * unroll.c (unroll_loop): Add EH support.
17626
17627 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17628
17629         * pa-protos.h: New file.
17630
17631         * pa.c: Include recog.h and tm_p.h.
17632         (compute_zdepwi_operands, compute_movstrsi_length,
17633         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
17634         find_addr_reg, import_milli): Add static prototypes.
17635         (pa_cpu_string, pa_arch_string): Constify a char*.
17636         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
17637         (read_only_operand): Add argument `mode'.
17638         (singlemove_string, output_move_double, output_fp_move_double,
17639         output_block_move, output_and, output_ior, output_ascii,
17640         remove_useless_addtr_insns, milli_names, output_mul_insn,
17641         output_div_insn, output_mod_insn, output_arg_descriptor,
17642         output_cbranch, output_bb, output_bvb, output_dbra, ,
17643         output_millicode_call, output_call, hppa_encode_label,
17644         output_parallel_movb, output_parallel_addb): Constify a char*.
17645         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
17646         (output_parallel_addb): Remove extra arg to `constrain_operands'
17647
17648         * pa.h:  Move all prototypes to pa-protos.h.
17649         (pa_cpu_string, pa_arch_string): Constify a char*.
17650         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
17651
17652         * pa.md: Call `function_label_operand' with mode argument.
17653         Likewise for `read_only_operand'.
17654         Fix nesting of parens in call to `symbolic_operand'.
17655
17656 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17657
17658         * i860-protos.h: New file.
17659
17660         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
17661         time warnings.
17662
17663         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
17664
17665         * i860.md: Likewise.
17666
17667 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
17668
17669         * i386.md (movstrsi expander): Rewrite.
17670         (movstrsi_1 insn): Deleted.
17671         (strmovhi, strmovqi expander): New expanders.
17672         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
17673         * i386.c (x86_single_stringop): New global variable.
17674         * i386.h (x86_single_stringop): Declare.
17675         (TARGET_SINGLE_STRINGOP): New macro.
17676
17677 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17678
17679         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
17680         integer vararg POSTINCREMENT before the destination of the jump
17681         for the hard fp case.
17682         (function_arg_pass_by_reference): Pass a copy of CUM to
17683         FUNCTION_ARG.
17684
17685         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
17686         for CONSTANT_ADDRESS_P above while loop for subreg.
17687
17688 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
17689
17690         * flow.c (propagate_block): When a prologue/epilogue insn
17691         is marked dead, unconditionally clear libcall_is_dead and
17692         insn_is_dead, and only dump rtl if warnings aren't being
17693         suppressed.
17694
17695 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
17696
17697         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
17698         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
17699         (FIXED_REGISTERS): Set dirflag as fixed.
17700         (CALL_USED_REGISTERS): Set dirflag as used.
17701         (REG_ALLOC_ORDER): Set dirflag as last one.
17702         (DIRFLAG_REG): New macro.
17703         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
17704         (HI_REGISTER_NAMES): Add dirflag.
17705         (DEBUF_PRINT_REG): Handle dirflag.
17706         * i386.md (type attribute): New cld and str types.
17707         (length_opcode attribute): Set cld and str to 1.
17708         (memory attribute): Set str to unknown - it is not clear from the
17709         patterns.
17710         (pent_np function unit): Prefixed string operations takes 12 cycles
17711         minimally; cld takes 2 cycles.
17712         (ppro_uops attribute): Str is "many" and cld is "few".
17713         (ppro_p0 unit): Handle cld here.
17714         (k6_alux unit): Handle cld and str types.
17715         (k6_load unit): It is ocupied by str opcodes.
17716         (k6_store unit): It is ocupied by str opcodes.
17717         (athlon_decode): Str is vector decoded.
17718         (athlon_ieu): Handle str and cld.
17719         (cld pattern): New.
17720         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
17721         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
17722         cmpstrsi_nz_1 insn): Do not output cld instruction
17723
17724 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
17725
17726         * gcc.texi (G++ and GCC): Add Java and Chill.
17727         (Bug Critera): Don't list languages.
17728
17729         * gcc.texi (Incompatibilities): No longer claim most C compilers
17730         are K&R.
17731
17732         * gcc.texi (G++ and GCC): Update other front-ends list.
17733
17734 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
17735
17736         * i386.c (ix86_expand_setcc): Fix typo.
17737         (ix86_expand_movcc): Similarly.
17738
17739         * Band-aid until haifa's bitset implementation is nuked.
17740         * haifa-sched.c (extract_bitlst): New parameter for size of the
17741         bitset in bits.  All callers changed.  Avoid looking at undefined
17742         bits in the bitset.
17743         (edgeset_bitsize): New variable.
17744         (schedule_region): Initialize edgeset_bitsize.
17745
17746 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17747
17748         * Makefile.in (optabs.o): Depend on real.h
17749         (resource.o): Depend on insn-attr.h
17750
17751         * builtins.c (result_vector): Wrap prototype in macro conditions
17752         governing definition and use.
17753
17754         * c-common.c: Include tm_p.h.
17755
17756         * c-lex.c: Likewise.
17757
17758         * elfos.h: Constify a char*.
17759
17760         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
17761         (get_attr_length, shorten_branches, profile_after_prologue): Mark
17762         parameter with ATTRIBUTE_UNUSED.
17763
17764         * fold-const.c (exact_real_inverse): Wrap variable `i' in
17765         CHECK_FLOAT_VALUE.
17766
17767         * haifa-sched.c (schedule_insns): Mark parameter with
17768         ATTRIBUTE_UNUSED.
17769
17770         * optabs.c: Include real.h.
17771
17772         * real.h (ereal_atof): Add prototype arguments.
17773
17774         * resource.c: Include insn-attr.h.
17775
17776         * sdbout.c (sdbout_queue_anonymous_type,
17777         sdbout_dequeue_anonymous_types): Wrap in macro
17778         SDB_ALLOW_FORWARD_REFERENCES.
17779         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
17780         ATTRIBUTE_UNUSED.
17781
17782         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
17783
17784         * stupid.c: Include tm_p.h.
17785
17786         * tree.c (real_value_from_int_cst): Mark parameter with
17787         ATTRIBUTE_UNUSED.
17788
17789 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17790
17791         * i960-protos.h: New file.
17792
17793         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
17794         time warnings.
17795
17796         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
17797
17798 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17799
17800         * combine.c (expand_field_assignment): Do not discard SUBREGs
17801         while computing nonzero_bits.
17802
17803 2000-01-09  Nick Clifton  <nickc@cygnus.com>
17804
17805         * config/arm/arm.c: Fix compile time warnings about signed vs
17806         unsigned constants.
17807         * config/arm/arm.h: Fix compile time warnings about signed vs
17808         unsigned constants.
17809
17810 2000-01-09  Philip Blundell  <philb@gnu.org>
17811
17812         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
17813         than `ldm' with only one register.
17814         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
17815         only one register.
17816
17817         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
17818         clobbered.
17819
17820 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
17821
17822         * config/ns32k/ns32k.md (load or push effective address): Operand 1
17823         must have SImode.
17824
17825 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17826
17827         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
17828         assignment used as truth value.
17829
17830         * function.c (assign_temp): Mark parameter `dont_promote' with
17831         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
17832         PROMOTE_FOR_CALL_ONLY.
17833
17834         * genrecog.c (write_subroutine): Mark variable `operands' with
17835         ATTRIBUTE_UNUSED.
17836
17837         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
17838         ATTRIBUTE_UNUSED.
17839
17840         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
17841         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
17842
17843         * toplev.c (note_deferral_of_defined_inline_function): Likewise
17844         for `decl'.
17845
17846 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17847
17848         * config/c4x.h: Tidy up comments.
17849         * config/c4x.c: Likewise.
17850
17851 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
17852
17853         * fold-const.c (lshift_double, rshift_double): Handle
17854         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
17855
17856 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17857
17858         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
17859         in prepare_function_start().
17860
17861 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
17862
17863         * config/v850/v850.c (expand_epilogue): Interrupt functions no
17864         longer allocate extra stack for function calls.
17865
17866 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17867
17868         * config/c4x/c4x.md (*subqf3_set): Fix typo.
17869
17870 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17871
17872         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
17873
17874 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
17875
17876         * rs6000.c (processor_target_table): Add power3 as alias for 630.
17877         * aix43.h: Revert Aug 2 change.
17878         (HAS_INIT_SECTION): Define, not visible yet.
17879         (LD_INIT_SWITCH): Define, not visible yet.
17880         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
17881
17882         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
17883
17884         * collect2.c (main): Expand ld2 size further.
17885         (export_object_lst): Cast assignment to avoid warning.
17886         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
17887         (scan_prog_file, COFF): Do not collect initialization or
17888         finalization functions generated for entire shared object if
17889         init/fini support present.
17890
17891 2000-01-07  Nick Clifton  <nickc@cygnus.com>
17892
17893         * config/elfos.h: Tidy up formatting of marcos.  Make sure
17894         that .section directives are always prefixed by a tab.
17895
17896         * config/svr4.h: Add #include "elfos.h" and remove duplicate
17897         definitions.
17898
17899 2000-01-07  Matt Austern  <austern@sgi.com>
17900
17901         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
17902         expon.
17903
17904 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
17905
17906         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
17907         crtstuff.c.
17908         (crtbegin.o, s-crtS): Likewise.
17909
17910 2000-01-06  Richard Henderson  <rth@cygnus.com>
17911
17912         * alpha.md (adddi_2+1): Limit offset such that it will be
17913         loadable with a single ldah+lda pair.
17914         (adddi_2+2): Explicitly fail split if we can't make it work.
17915
17916 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
17917
17918         * protoize.c: Conditionally include unistd.h.
17919         (IS_SAME_PATH_CHAR): New macro.
17920         (IS_SAME_PATH): New macro.
17921         (CPLUS_FILE_SUFFIX): New macro.
17922         (cplus_suffix): New static variable.
17923         (is_abspath): New static function.
17924         (in_system_include_dir): Handle DOS style pathnames.
17925         (file_could_be_converted): Likewise.
17926         (file_normally_convertible): Likewise.
17927         (directory_specified_p): Likewise.
17928         (file_excluded_p): Likewise.
17929         (abspath): Likewise.
17930         (shortpath): Likewise.
17931         (referenced_file_is_newer): Likewise.
17932         (save_def_or_dec): Likewise.
17933         (do_processing): Likewise.
17934         (main): Likewise.
17935         (edit_file): Likewise. Use rename instead of link.
17936         (rename_c_file): Likewise. Don't rename syscalls file.
17937         (munge_compile_params): Define null device for DOS based systems.
17938         (process_aux_info_file): Use binary mode if appliable.
17939         (edit_file): Likewise.
17940         * invoke.texi (Running Protoize): Document C++ suffixes used.
17941
17942         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
17943         IS_DIR_SEPARATOR macros.
17944         * collect2.c: Likewise.
17945         * cppinit.c: Likewise.
17946         * dwarf2out.c: Likewise.
17947         * gcc.c: Likewise.
17948         * gcov.c: Likewise.
17949         * prefix.c: Likewise.
17950         * rtl.c: Likewise.
17951         * toplev.c: Likewise.
17952         * system.h: And move to here.
17953
17954         * prefix.c (update_path): Fix typo in variable name.
17955
17956 2000-01-06  Richard Henderson  <rth@cygnus.com>
17957
17958         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
17959         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
17960         (count_reg_sets_1, count_reg_references): Likewise.
17961         (flow_loops_level_compute): Start counting actual loop depth at 1.
17962         (flow_loops_find): Likewise.
17963         * local-alloc.c (update_equiv_regs): Likewise.
17964         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
17965
17966 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
17967
17968         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
17969         FIRST_PSEUDO_REGISTER
17970         * dwarf2out.c: Don't include frame.h
17971         * dwarfout.c: Likewise
17972         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
17973         frame.h
17974
17975 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
17976
17977         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
17978         dead registers.
17979
17980         * i386.c (movsf splitter): Fix typo in my last checkin.
17981
17982 2000-01-05  Nick Clifton  <nickc@cygnus.com>
17983
17984         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
17985         own definition of this macro.
17986         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
17987         flag_data_sections or UNIQUE_SECTION_P are true.
17988
17989         * tm.texi (UNIQUE_SECTION): Document that it can be called for
17990         unitialised data decls.
17991
17992         * config/i386/winnt.c (i386_pe_unique_section): Cope with
17993         being called for uninitialised data.
17994
17995         * config/i386/interix.c (i386_pe_unique_section): Cope with
17996         being called for uninitialised data.
17997
17998         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
17999         for uninitialised data.
18000
18001         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
18002         for uninitialised data.
18003
18004         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
18005         for uninitialised data.
18006
18007         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
18008         (UNIQUE_SECTION_P): Always generate a unique section if
18009         flag_data_sections is true.
18010         (UNIQUE_SECTION): Also generate unique sections for
18011         uninitialised data.
18012         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
18013         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
18014         named_section().
18015
18016 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18017
18018         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
18019         SI, or DI.
18020
18021 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18022
18023         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
18024         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
18025         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
18026         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
18027         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
18028
18029         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
18030
18031 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
18032
18033         * c-decl.c (finish_enum): Simplify code to determine minimum and
18034         maximum values of the enum, and calculate the type.  Remove check
18035         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
18036         the DECL_INITIAL of each enumeration constant with a copy converted
18037         to the enumeration type.  When updating variant types, don't bother
18038         updating the type itself.
18039
18040         * c-typeck.c (build_binary_op): Simplify conditional expressions
18041         when weeding out spurious signed-unsigned warnings.  Add new
18042         spurious warning category: if the unsigned quantity is an enum
18043         and its maximum value fits in signed_type(result_type).  Update
18044         commentary.
18045         (build_conditional_expr): Warn here if one alternative is signed
18046         and the other is unsigned.
18047
18048 2000-01-05  Nick Clifton  <nickc@cygnus.com>
18049
18050         * config/fr30/fr30.h: Remove extraneous comments.
18051
18052 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
18053
18054         * reload1.c (choose_reload_regs): When disabling a reload, also
18055         set reload_spill_index to -1.
18056
18057 2000-01-04  Joel Sherrill (joel@OARcorp.com>
18058
18059         * configure.in (m68*-*-rtemscoff*): New target, formal name for
18060         old m68*-*-rtems*.
18061         (m68*-*-rtemself*): New target.
18062         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
18063         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
18064         (sparc*-*-rtemself*): New target.
18065         (sparc*-*-rtems*): Now elf not a.out.
18066         * config/i386/rtems.h: Include config/rtems.h.
18067         * config/i386/rtemself.h: Include config/rtems.h.
18068         * config/i960/rtems.h: Include config/rtems.h.
18069         * config/m68k/rtems.h: Include config/rtems.h.
18070         * config/m68k/rtemself.h: Include config/rtems.h.
18071         * config/mips/rtems64.h: Include config/rtems.h.
18072         * config/pa/rtems.h: Include config/rtems.h.
18073         * config/rs6000/rtems.h: Include config/rtems.h.
18074         * config/sh/rtems.h: Include config/rtems.h.
18075         * config/sh/rtemself.h: Include config/rtems.h.
18076         * config/sparc/rtems.h: Include config/rtems.h.
18077         * config/sparc/rtemself.h: Include config/rtems.h
18078
18079 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
18080
18081         * final.c (shorten_branches): Correctly compute length of
18082         asms without operands.
18083
18084 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
18085
18086         * configure.in: Add pj target.
18087         * configure: Regenerate.
18088         * config/pj: New directory.
18089         * config/pj/lib1funcs.S: New file.
18090         * config/pj/linux.h: New file.
18091         * config/pj/pj.c: New file.
18092         * config/pj/pj.md: New file.
18093         * config/pj/pjl.h: New file.
18094         * config/pj/t-pj: New file.
18095         * config/pj/xm-pj.h: New file
18096
18097 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
18098
18099         * toplev.c (rest_of_compilation): Run shorten-branches before
18100         reg-stack for now.
18101
18102 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18103
18104         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
18105         macros so that they're consistent with their names.
18106         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18107         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
18108
18109 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18110
18111         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
18112         modified inadvertently.
18113
18114 2000-01-04  Joel Sherrill <joel@OARcorp.com>
18115
18116         * configure.in (v850*-*-rtems*): New target.
18117         * configure: Regenerate.
18118         * config/v850/rtems.h: New file.
18119
18120 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
18121
18122         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
18123         (__gthread_key_create): Likewise.
18124         (__gthread_key_dtor):  Likewise.
18125         (__gthread_once): Fix logic.
18126         (__gthread_key_delete): Cast away constness.
18127
18128         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
18129         * invoke.texi: Document.
18130         * i386/mingw32.h (CPP_SPEC): Use.
18131         (LIBGCC_SPEC): Likewise.
18132         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
18133
18134 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18135
18136         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
18137         (HANDLE_PRAGMA_PACK): Undefine.
18138         (SLOW_UNALIGNED_ACCESS): Define.
18139
18140 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
18141
18142         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18143         to default definition.
18144         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
18145         (store_fixed_bit_field): Call macro with word_mode and alignment.
18146         (extract_bit_field): Call macro with relevant mode and alignment.
18147         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
18148         to default definition.
18149         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
18150         and alignment.
18151         (move_by_pieces_ninsns): Likewise.
18152         (clear_by_pieces): Likewise.
18153         (emit_push_insn): Likewise.
18154         (store_field): Call macro with relevant mode and alignment.
18155         (expand_expr): Likewise.
18156         (expand_expr_unaligned): Likewise.
18157
18158         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
18159         (SLOW_UNALIGNED_ACCESS): Define.
18160         (CASE_VECTOR_MODE): Always use 32-bit offsets.
18161         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
18162         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
18163         (toc_section): Likewise and .toc pseudo-op.
18164         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
18165         64-bit mode.
18166         (TEXT_SECTION_ASM_OP): Likewise.
18167         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
18168         32-bit offsets.
18169
18170         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
18171         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
18172         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
18173         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
18174         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
18175
18176 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
18177
18178         * regclass.c: Revert my Jan 4 change to loop cost computation.
18179
18180 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18181
18182         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
18183         compilation.
18184
18185 2000-01-04  Stan Cox  <scox@cygnus.com>
18186
18187         * haifa-sched.c (build_control_flow): Change unreachable simple
18188         loop test to check if current block has only one predecessor.
18189         (find_rgns): Initialize degree.  Use dest as degree index, not src.
18190
18191 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18192
18193         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
18194
18195         * calls.c (expand_call): Likewise for
18196         `old_stack_arg_under_construction'.
18197
18198         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
18199
18200         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
18201         `save_constant'.
18202
18203         * gcc.c (execute): Likewise for `ut' and `st'.
18204
18205         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
18206
18207         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
18208
18209         * jump.c (jump_optimize_1): Likewise for `temp2'.
18210
18211         * local-alloc.c (block_alloc): Likewise for `r1'.
18212
18213         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
18214
18215         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
18216         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
18217
18218         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
18219         and `set2'.
18220
18221         * reload.c (find_reloads): Likewise for `goal_alternative_number'
18222         and `goal_earlyclobber'.
18223
18224         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
18225
18226         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
18227
18228         * stupid.c (stupid_life_analysis): Likewise for `chain'.
18229
18230         * unroll.c (copy_loop_body): Likewise for `copy'.
18231
18232         * varasm.c (output_constructor): Likewise for `byte'.
18233
18234 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18235
18236         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
18237         all FP constants for constant->reg moves.
18238         (ix86_split_to_parts): Try to convert memory address into immediate
18239         when available in the constant pool.
18240         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
18241         moves.
18242         (LEGITIMATE_CONSTANT_P): Return 1.
18243         * i386.md (pushsf): New splitter to convert constant pool memory
18244         reference to immediate.
18245         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
18246         reload.
18247
18248 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
18249
18250         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
18251         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
18252         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
18253         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
18254         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
18255
18256 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
18257
18258         * ginclude/stdbool.h:  Support compilation as C++.
18259
18260 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
18261
18262         * fold-const.c (make_range): Don't try to reverse an unbounded range.
18263
18264 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
18265
18266         * regclass.c (regclass): Properly compute loop_cost.  Adjust
18267         comments.
18268
18269         * regclass.c: Fix minor whitespace problems.
18270
18271 2000-01-03  Anthony Green  <green@cygnus.com>
18272
18273         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
18274         Restore the pic register if required.
18275
18276 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
18277
18278         * c-common.c (format_char_info): Update comment.
18279         (check_format_info): Recognize 'z' modifier in the same way 'Z'
18280         was recognized.  Emit warning for formats new in ISO C99 only
18281         if flag_isoc9x is not set.
18282
18283 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
18284
18285         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
18286
18287 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
18288
18289         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
18290         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
18291         (make_compound_operation): Choose cheaper alternative between
18292         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
18293
18294         * regclass.c (op_costs): Remove global variable.
18295         (record_reg_classes): New parameter "op_costs" and "reg_pref".
18296         (record_operand_costs): Break out from ...
18297         (scan_one_insn): ... here.
18298         (dump_regclass): Make dumps nicer.
18299         (regclass): Dump preferrences choosed and changes done during passes.
18300
18301 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18302
18303         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
18304
18305 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
18306
18307         * config/sparc/sparc.c (gen_df_reg): New function.
18308         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
18309         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
18310         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
18311         movtf_cc_reg_sp64+1): Use it.
18312
18313 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18314
18315         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
18316         copied LABEL_DECLs.
18317
18318 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
18319
18320         * config/i386/i386.c (ix86_expand_unary_operator): Function
18321         definition made void.
18322         (ix86_expand_binary_operator): Update outdated preceding comment.
18323         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
18324         prototype.
18325
18326         * config/i386/i386.c (override_options): Fix option-name typo.
18327
18328 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
18329
18330         * system.h (CEIL): Define.
18331         * builtins.c (CEIL): Remove.
18332         * expmed.c (CEIL): Likewise.
18333         * expr.c (CEIL): Likewise.
18334         * stor-layout.c (CEIL): Likewise.
18335
18336 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18337
18338         * expr.c (store_constructor_field): Fix typo introduced with last
18339         gcc2 merge.
18340
18341 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
18342
18343         * tree.h (BINFO_N_BASETYPES): New macro.
18344
18345 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
18346
18347         * expmed.c (emit_store_flag): Prevent losing a pending stack
18348         adjust the same way we prevent losing queued increments.
18349
18350 See ChangeLog.2 for earlier changes.