Warning fixes:
[gcc.git] / gcc / ChangeLog
1 2000-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * bb-reorder.c (build_scope_forest): Initialize variable
4 `curr_scope'.
5
6 * calls.c (expand_call): Likewise for variables
7 `save_pending_stack_adjust' and `save_stack_pointer_delta'.
8
9 * i386.c (function_arg_advance, function_arg): Cast to avoid
10 signed/unsigned warnings.
11
12 * i386.h (MEMORY_MOVE_COST): Likewise.
13
14 * ifcvt.c (cond_exec_process_if_block): Initialize variables
15 `else_start' and `else_end'.
16
17 * libgcc2.h (__eh_alloc, __eh_free): Prototype.
18
19 * regrename.c (rr_replace_reg): Initialize variable `dest_subregno'.
20
21 2000-06-10 Mark Mitchell <mark@codesourcery.com>
22
23 * Makefile.in (libintl.a): Depend on intl.all.
24
25 2000-06-09 H.J. Lu (hjl@gnu.org)
26
27 * Makefile.in (c-parse.o): Also depend on output.h.
28
29 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
30
31 * ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
32 it ggc_alloc, drop second argument, never clear returned memory.
33 * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
34 (ggc_alloc_cleared): New.
35 * ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
36 ggc_alloc_obj. Remove ggc_alloc macro.
37 (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
38
39 * rtl.c (rtvec_alloc): Clear the vector always.
40 (rtx_alloc): Clear the first word always. Remove dirty
41 obstack tricks (this routine is no longer a bottleneck).
42 * tree.c (make_node): Clear the new node always.
43 (make_tree_vec): Likewise.
44 (tree_cons): Clear the common structure always.
45 (build1): Likewise; also, clear TREE_COMPLEXITY.
46 * gengenrtl.c: Use puts wherever possible. Remove extra
47 newlines.
48 (gendef): Clear the first word of an RTX in the generator
49 function, irrespective of ggc_p. Initialize '0' slots to
50 NULL.
51 (genlegend): Don't generate obstack_alloc_rtx routine, just a
52 thin wrapper macro around obstack_alloc.
53
54 * stmt.c (expand_fixup): Use ggc_alloc.
55 * c-typeck.c (add_pending_init): Use ggc_alloc.
56 * emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
57 * varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
58 const0_rtx when it is created.
59 (immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
60 we are not in a function.
61
62 * tree.c (tree_class_check_failed): Make second arg an int.
63 * tree.h: Update prototype.
64
65 2000-06-09 Geoff Keating <geoffk@cygnus.com>
66
67 * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
68 of an error_mark_node.
69
70 Fri Jun 9 20:35:13 2000 Denis Chertykov <denisc@overta.ru>
71
72 * config/avr/avr.c (asm_output_section_name): bugfix.
73
74 2000-06-09 Jason Merrill <jason@casey.soma.redhat.com>
75
76 * timevar.def: Add TV_EXPAND.
77 * timevar.c (timevar_print): Update timing information.
78 * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
79
80 * stmt.c (expand_return): Check for error_mark_node.
81
82 2000-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
83
84 * configure.in: Also avoid wrapping auto-build.h with IN_GCC.
85
86 * scan-types.sh (VALUE) Wrap use with double quotes to protect
87 variable against filename expansion when it contains "char *".
88
89 * system.h (SSIZE_MAX): Delete backup definition.
90
91 * cppfiles.c (read_include_file): Use INTTYPE_MAXIMUM(ssize_t)
92 instead of SSIZE_MAX.
93
94 2000-06-09 Jakub Jelinek <jakub@redhat.com>
95
96 * configure.in: Check whether gas supports -relax.
97 * configure, config.in: Rebuilt.
98 * config/sparc/sparc.h (ASM_RELAX_SPEC): Define.
99 (EXTRA_SPECS): Add asm_relax.
100 (ASM_SPEC): Add %(asm_relax).
101 (TARGET_SWITCHES): Add -mrelax and -mno-relax.
102 * config/sparc/linux64.h (LINK_ARCH_SPEC): Rename to LINK_SPEC.
103 (LINK_SPEC): Pass -relax to linker unless -mno-relax or -r.
104 (ASM_SPEC): Add %(asm_relax).
105 * config/sparc/linux.h (LINK_SPEC, ASM_SPEC): Likewise.
106 * config/sparc/sparc.c (output_sibcall): If HAVE_AS_RELAX_OPTION,
107 never use sethi/jmpl for leaf tail calls. Use or with rs2 %g0
108 instead of mov, so that gas can further optimize it.
109
110 2000-06-08 James E. Wilson <wilson@bletchleypark.cygnus.com>
111
112 * dwarf2out.c (size_of_die, case dw_val_class_const): Use
113 size_of_sleb128.
114 (value_format, case dw_val_class_const): Use sdata format.
115 (output_die): Call output_sleb128.
116
117 2000-06-08 James E. Wilson <wilson@cygnus.com>
118
119 * dwarf2out.c (ASM_OUTPUT_DWARF_DATA8): Add new macro that uses
120 UNALIGNED_DOUBLE_INT_ASM_OP. Rename old macro to
121 ASM_OUTPUT_DWARF_CONST_DOUBLE.
122 (output_die, case dw_val_class_unsigned_const): Correct call to
123 ASM_OUTPUT_DWARF_DATA8.
124 (output_die, case dw_val_class_long_long): Use
125 ASM_OUTPUT_DWARF_CONST_DOUBLE.
126 * tree.c (host_integerp): Accept unsigned HOST_WIDE_INT values when
127 pos is zero.
128
129 * config/ia64/ia64-protos.h (ia64_output_end_prologue): Add.
130 (output_function_prologue): Fix mispelling.
131 (output_function_prologue, output_function_epilogue): Reorder to
132 match ia64.c definition order.
133 * config/ia64/ia64.c (ia64_expand_prologue): Add comment.
134 (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on stack restore insns.
135 Use r3 instead of r2 for large stack restores.
136 (ia64_output_end_prologue): New function.
137 (process_set): Emit ".restore sp" for epilogue stack restores.
138 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Define.
139
140 2000-06-08 Jakub Jelinek <jakub@redhat.com>
141
142 * dbxout.c (dbxout_type_fields): Don't segfault on fields with
143 incomplete types.
144
145 2000-06-08 Nathan Sidwell <nathan@codesourcery.com>
146
147 * frame.c (end_fde_sort): Remove extraneous erratic array test.
148
149 2000-06-08 Denis Perchine <dyp@perchine.com>
150
151 * frame.c (start_fde_sort): Don't malloc (0).
152
153 2000-06-07 Zack Weinberg <zack@wolery.cumb.org>
154
155 * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
156 error_mark_node.
157 * print-tree.c (print_node): The transparent_union_flag means
158 different things for unions and arrays. Do not inspect it
159 with TYPE_TRANSPARENT_UNION.
160
161 2000-06-06 Jakub Jelinek <jakub@redhat.com>
162
163 * cpplib.c (do_ifdef, do_ifndef): Don't segfault if parse_ifdef
164 returned NULL.
165
166 Wed Jun 7 20:34:33 2000 Denis Chertykov <denisc@overta.ru>
167
168 * config/avr/avr.c (asm_output_section_name): output section
169 attributes.
170 * config/avr/libgcc.S (.text.libgcc): declare section attributes.
171
172 2000-06-06 James E. Wilson <wilson@cygnus.com>
173
174 * frame.h (struct unwind_info_ptr): Collapse version, flags, and length
175 fields into header field.
176 (IA64_UNW_HDR_LENGTH, IA64_UNW_HDR_FLAGS, IA64_UNW_HDR_VERSION): New
177 macros to access length, flags, and version info from header field.
178 * config/ia64/crtbegin.asm (__do_frame_setup_aux): Delete here.
179 * config/ia64/crtend.asm (__do_frame_setup_aux): Add here.
180 (__do_global_ctors_aux): Fix caller.
181 * config/ia64/frame-ia64.c (get_unwind_record): Change parameter
182 prologue_flag to header. Pass to read_P_record.
183 (read_P_record): New argument header. Implement P4 format.
184 Multiply P7_T_SIZE by 16.
185 (execute_one_ia64_descriptor): New static local region_header. Pass to
186 get_unwind_record. Copy r to region_header if r is a header record.
187 (print_all_records): Likewise.
188 (__build_ia64_frame_state): Use IA64_UNW_HDR_LENGTH.
189 (__get_personality, __get_except_table): Likewise.
190 * config/ia64/ia64.c (process_set): Do not divide offsets by 4.
191
192 2000-06-06 Philipp Thomas <pthomas@suse.de>
193
194 * configure.in (AC_C_INLINE): Added.
195 * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
196 * configure: Regenerate.
197
198 2000-06-06 Mark Mitchell <mark@codesourcery.com>
199
200 * c-common.h (c_language_kind): New type.
201 (c_language): New variab.e
202 * c-common.c (lang_get_alias_set): Don't put structures in
203 non-zero alias sets in C++.
204 * c-decl.c (c_language): Define it.
205 * c-lex.c (doing_objc_thang): Remove.
206 * c-tree.h (doing_objc_thang): Make it a macro.
207 * objc/objc-act.c (lang_decode_option): Set c_language, not
208 doing_objc_thang.
209
210 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
211
212 * diagnostic.c (output_maximum_width): Remove.
213 (doing_line_wrapping): Tweak.
214 (diagnostic_buffer): New object.
215 (global_output_buffer): New object.
216 (output_destroy_prefix): New function.
217 (default_initialize_buffer): Likewise.
218 (reshape_diagnostic_buffer): Likewise.
219 (initialize_diagnostics): Likewise.
220 (output_clear): Tweak.
221 (line_wrapper_printf): Adjust call to init_output_buffer.
222 (vline_wrapper_message_with_location): Likewise. Use
223 output_destroy_prefix.
224 (v_message_with_decl): Likewise.
225
226 * diagnostic.h (struct output_buffer): Constify prefix.
227 (init_output_buffer, output_get_prefix): Constify.
228 (diagnostic_message_length_per_line): Likewise.
229 (reshape_diagnostic_buffer): Declare.
230 (default_initialize_buffer): Declare.
231 (initialize_diagnostics): Declare.
232 (diagnostic_buffer): Declare new obbject.
233
234 * toplev.c: #include diagnostic.h
235 (display_help): Document diagnostic formatting options.
236 (decode_f_option): Handle diagnostic formatting options.
237 (main): Setup initialization for diagnostic messages outputter.
238
239 * toplev.h (set_message_length): Remove.
240
241 * Makefile.in (toplev.o): Depends upon diagnostic.h
242
243 * invoke.texi : Document diagnostics formatting options.
244
245 Tue Jun 6 19:25:32 2000 Philippe De Muyter <phdm@macqel.be>
246
247 * configure.in (Make the links): Typo fix : the file that must be
248 included without #ifdef IN_GCC is `auto-host.h', not `auto-config.h'.
249 * configure: File rebuilt.
250
251 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
252
253 * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
254 (eh_context): Add alloc_mask and alloc_buffer emergency fallback
255 space.
256 * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
257 emergency eh_context buffer, if malloc fails.
258 (__eh_free): Moved from cp/exception.cc. Release to emergency
259 eh_context buffer, if appropriate.
260
261 2000-06-06 Jason Merrill <jason@casey.soma.redhat.com>
262
263 * expr.c (store_expr): Fix typo.
264
265 2000-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
266
267 * m68k.c (legitimize_pic_address): Move prototype ...
268
269 * m68k-protos.h (legitimize_pic_address): ... here.
270
271 * m68k.md (legitimize_pic_address): Delete prototypes.
272 (untyped_call): Invoke GEN_CALL(), not gen_call().
273
274 * nextstep.c: Include system.h and toplev.h.
275 (get_directive_line): Don't prototype.
276 (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify.
277
278 * nextstep.h (handle_pragma): Prototype.
279 (SECTION_FUNCTION): Prototype FUNCTION(). Move prototype of
280 objc_section_init ...
281 (EXTRA_SECTION_FUNCTIONS): ... here.
282
283 Tue Jun 6 08:17:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
284
285 * sdbout.c (struct sdb_file): NAME now const.
286 (sdbout_init): input_file_name now const.
287 (sdbout_start_new_source_file): FILENAME now const.
288 * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
289
290 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
291
292 * c-typeck.c (build_conditional_expr): Handle complex data types.
293
294 2000-06-05 Jason Merrill <jason@casey.soma.redhat.com>
295
296 * explow.c (maybe_set_unchanging): New function, broken out from...
297 (set_mem_attributes): Here.
298 * expr.h: Declare it.
299 * stmt.c (expand_decl): Call it.
300
301 2000-06-05 Richard Henderson <rth@cygnus.com>
302
303 * reload1.c (choose_reload_regs): Mind CLASS_CANNOT_CHANGE_SIZE
304 while looking for a register to inherit from.
305
306 2000-06-05 Jason Merrill <jason@casey.soma.redhat.com>
307
308 * Makefile.in (libgcc.ready): Lose.
309 (libgcc.mk): Just use mv, not move-if-change.
310 (LIBGCC_DEPS): New macro.
311 (libgcc.a): Use it.
312 (stmp-multilib): Likewise.
313 * mklibgcc.in (stmp-dirs): New target. Make everything depend on
314 it rather than the directories themselves.
315 (LIB2ADD): Depend on the list file rather than 'force'.
316
317 * fold-const.c (fold, case COND_EXPR): Elide conversion between
318 cv-qualified versions of types.
319
320 Mon Jun 5 14:06:18 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
321
322 * config/sparc/sparc.c (short_branch): Correct error in range
323 computation.
324
325 2000-06-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
326
327 * fixinc/inclhack.def: New include hacks for ultrix.
328 * (nested_ultrix): Replaced by ultrix_nested_svc.
329 * (ultrix_atof_param): test_text string added.
330 * (ultrix_ifdef): Modified select string.
331
332 2000-06-05 Zack Weinberg <zack@wolery.cumb.org>
333
334 * objc/objc-act.c (generate_method_descriptors): Register
335 objc_method_prototype_template as a GC root.
336 (comp_method_with_proto): Register function_type as a GC root.
337 (comp_proto_with_proto): Replace function_type1 and
338 function_type2 with a two-element array; register it as a GC root.
339
340 (generate_protocols, build_protocol_initializer,
341 generate_protocol_list, build_category_initializer,
342 build_shared_structure_initializer): Do not cache cast_type
343 and/or cast_type2.
344
345 2000-06-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
346
347 * function.c (assign_parms): Add missing argument to set_mem_attributes
348 call.
349
350 2000-06-05 Nathan Sidwell <nathan@codesourcery.com>
351
352 * tree.h (VOID_TYPE_P): New macro.
353 (COMPLETE_OR_VOID_TYPE_P): Use VOID_TYPE_P.
354 * c-decl.c (grokdeclarator): Use VOID_TYPE_P.
355 (get_parm_info): Likewise.
356 (store_parm_decls): Likewise.
357 (combine_parm_decls): Likewise.
358 (finish_function): Likewise.
359 * c-typeck.c (build_function_call): Likewise.
360 (build_binary_op): Likewise.
361 (build_conditional_expr): Likewise.
362 (internal_build_compound_expr): Likewise.
363 (convert_for_assignment): Likewise.
364 * stmt.c (expend_expr_stmt): Likewise.
365 (warn_if_unused_value): Likewise.
366 (expand_return): Likewise.
367 * c-parse.in (primary): Likewise.
368 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
369 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
370
371 Mon Jun 5 06:46:28 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
372
373 * alias.c (get_alias_set): If compnent is addressable, use alias
374 set of component.
375 * c-decl.c (init_decl_processing): Don't call record_component_aliases.
376 (grokdeclarator): Likewise.
377 * c-typeck.c (common_type): Likewise.
378
379 2000-06-04 Alex Samuel <samuel@codesourcery.com>
380
381 * Makefile.in (OBJS): Remove dyn_string.o
382 (dyn-string.o): Delete rule.
383 * dyn-string.c: Delete file
384 * dyn-string.h: Likewise.
385
386 2000-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
387
388 * Makefile.in (intl.*): Honor non-zero exit codes in the intl
389 subdir.
390
391 2000-06-03 Geoff Keating <geoffk@cygnus.com>
392
393 * alias.c (record_component_aliases): Don't inspect
394 DECL_NONADDRESSABLE_P of non-FIELD_DECL components of structures.
395
396 Sat Jun 3 19:05:30 2000 Michael Meissner <meissner@redhat.com>
397
398 * ifcvt.c (process_insns): If IFCVT_MODIFY_INSN is defined, call
399 it with the pattern to do machine dependent work.
400 (cond_exec_process_if_block): If IFCVT_MODIFY_TESTS is defined,
401 use it to modify the true/false tests used in conditional
402 execution. If IFCVT_MODIFY_FINAL and IFCVT_MODIFY_CANCEL are
403 defined, invoke them if the conversion to conditional execution
404 was successful or not.
405
406 * tm.texi (IFCVT_MODIFY_TESTS): Document.
407 (IFCVT_MODIFY_INSN): Ditto.
408 (IFCVT_MODIFY_FINAL): Ditto.
409 (IFCVT_MODIFY_CANCEL): Ditto.
410
411 Sat Jun 3 15:26:13 2000 Matt Kraai <kraai@alumni.carnegiemellon.edu>
412
413 * toplev.c (main): Fix misspellings of possibility and language.
414
415 2000-06-03 Richard Henderson <rth@cygnus.com>
416
417 * alias.c (record_alias_subset): Initialize has_zero_child in the
418 superset.
419
420 2000-06-03 Richard Earnshaw (rearnsha@arm.com)
421
422 * arm.md (untyped_call): Use GEN_CALL macro.
423
424 2000-06-02 Pekka Nikander <pnr@teldanex.tcm.hut.fi>
425
426 * Makefile.in: Use $(MAKE) not "make"
427
428 Fri Jun 2 19:31:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
429
430 * alias.c (struct alias_set_entry): New field has_zero_child.
431 (mem_in_disjoint_alias_sets_p): Return 0 if set in either ase.
432 (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET,
433 do nothing.
434 Call record_component_aliases for aggregate types.
435 (record_alias_subset): Set has_zero_child.
436 (record_component_aliases, case ARRAY_TYPE): Do nothing if
437 TYPE_NONALIASES_COMPONENT.
438 (record_component_aliases, case RECORD_TYPE): Test
439 DECL_NONADDRESSABLE_P.
440 * c-decl.c (grokdeclarator): Set DECL_NONADDRESSABLE_P instead
441 of TREE_ADDRESSABLE.
442 * calls.c (initialize_argument_information): Only test
443 TYPE_TRANSPARENT_UNION for UNION_TYPE.
444 * function.c (assign_parms): Likewise.
445 * integrate.c (function_cannot_inline_p): Likewise.
446 * stor-layout.c (finish_record_layout): Don't call
447 record_component_aliases.
448 * tree.h (struct tree_int_cst): Use struct tree_common.
449 (struct tree_real_cst, struct tree_string): Likewise.
450 (struct tree_complex, struct tree_identifier): Likewise.
451 (struct tree_list, struct tree_vec, struct tree_exp): Likewise.
452 (struct tree_block, struct tree_type, struct tree_decl): Likewise.
453 (TYPE_TRANSPARENT_UNION): Use UNION_TYPE_CHECK.
454 (TYPE_NONALIASES_COMPONENT): New macro.
455 (TYPE_AMBIENT_BOUNDEDNESS): Use FUNCTION_TYPE_CHECK.
456 (DECL_NONADDRESSABLE_P): New macro.
457 (struct tree_decl): Reorder bits for clarity of how many left;
458 add non_adressable.
459
460 2000-06-02 Jason Merrill <jason@casey.soma.redhat.com>
461
462 * Makefile.in (libgcc.a): Also depend on $(LIB2ADD).
463 * mklibgcc.in (force): New target.
464 Make LIB2ADD stuff depend on it.
465
466 2000-06-02 Richard Henderson <rth@cygnus.com>
467
468 * alias.c (lang_get_alias_set): Remove.
469 (get_alias_set): Call it directly, not indirectly.
470 * c-common.c (lang_get_alias_set): Rename from c_get_alias_set.
471 * c-common.h (c_get_alias_set): Don't declare.
472 * c-decl.c (init_decl_processing): Don't set lang_get_alias_set.
473 * expr.h (lang_get_alias_set): Declare as function, not pointer.
474
475 2000-06-02 Bruce Korb <bkorb@gnu.org>
476
477 * fixinc/server.c(sig_handler): resume closing server on SIGPIPE
478 (server_setup): define the server's master pid
479 (close_server): actually do the deed IFF we are the server's master
480
481 2000-06-02 Jakub Jelinek <jakub@redhat.com>
482
483 * c-common.c (c_get_alias_set): Check whether signed_type did not
484 return its argument before calling get_alias_set on the result.
485
486 2000-06-02 Andrew MacLeod <amacleod@cygnus.com>
487
488 * expr.c (emit_group_load): Fix typo, GET_MODE not GET_CODE.
489
490 Fri Jun 2 00:22:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
491
492 * sh.h (CPP_SPEC): Add -D__NOMACSAVE__ for -mnomacsave.
493 (CONDITIONAL_REGISTER_USAGE): Mac registers are call used
494 for TARGET_NOMACSAVE.
495 (NOMACSAVE_BIT): Define.
496 (TARGET_NOMACSAVE): Define.
497 (TARGET_SWITCHES): Add "nomacsave".
498
499 2000-06-02 Toshiyasu Morita <toshi.morita@sega.com>
500
501 * sh.md (untyped_call): Remove excess parameters
502
503 2000-06-01 Loren J. Rittle <ljrittle@acm.org>
504
505 * fixinc/inclhack.def (osf_namespace_a): Relax expression to
506 match that used before the conversion to c_fix style.
507 * fixinc/fixincl.x: regenerate
508
509 2000-06-01 Stan Cox <scox@cygnus.com>
510
511 * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
512 macro argument typo.
513
514 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
515
516 * cpplex.c (maybe_macroexpand): Use CPP_WTRADITIONAL. Improve
517 error message.
518 * cpplib.c (parse_include): Remove support for VAX-C
519 "#include starlet" misfeature.
520
521 2000-05-31 Laurynas Biveinis <lauras@softhome.net>
522
523 * cppfiles.c: conditionally define O_BINARY.
524 (open_include_file): pass O_BINARY to open().
525
526 2000-06-01 Richard Henderson <rth@cygnus.com>
527
528 * i960.c (i960_br_predict_opcode): Remove.
529 (i960_print_operand) [+]: Emit branch prediction hints.
530 (i960_function_arg): Return early for VOIDmode.
531 (i960_round_align): Return early for incomplete types.
532 * i960.h (PRINT_OPERAND_PUNCT_VALID_P): New.
533 * i960.md (all conditional branches): Add "%+".
534
535 Thu Jun 1 12:24:21 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
536
537 * alias.c (get_alias_set): Don't call language-specific routine more
538 than is needed and clean up code a bit.
539 * c-common.c (c_get_alias_set): All references whose type
540 is char get alias set 0, but character types need not.
541 * varasm.c (make_function_rtl): Don't call set_mem_attributes.
542 (make_decl_rtl): Don't call it for FUNCTION_DECL.
543
544 2000-06-01 Bruce Korb <bkorb@gnu.org>
545
546 * fixinc/tests/base/...: new base result files
547
548 Thu Jun 1 09:37:35 2000 Clinton Popetz <cpopetz@cygnus.com>
549
550 * config/i386/i386.c (ix86_use_fcomi_compare): Make global.
551 * config/i386/i386-protos.h (ix86_use_fcomi_compare): Declare.
552 * config/i386/i386.md (*fp_jcc_3, *fp_jcc_4): Disable if we
553 will use FCOMI.
554
555 2000-06-01 Richard Henderson <rth@cygnus.com>
556
557 * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
558
559 * c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
560
561 2000-05-31 Richard Henderson <rth@cygnus.com>
562
563 * config/ia64/ia64.c (sdata_symbolic_operand): Consider small
564 CONSTANT_POOL_ADDRESS_P addresses for .sdata.
565 * config/ia64/sysv4.h (SELECT_RTX_SECTION): New.
566
567 2000-05-31 Richard Henderson <rth@cygnus.com>
568
569 * config/ia64/ia64-protos.h (ia64_expand_prediction): Remove.
570 * config/ia64/ia64.c (ia64_expand_prediction): Move code ...
571 (ia64_print_operand) [+]: ... here. Use current_output_insn.
572 * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): New.
573 * config/ia64/ia64.md (all branch/call patterns): Use %+.
574
575 2000-05-31 Richard Henderson <rth@cygnus.com>
576
577 * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.
578
579 2000-05-31 Richard Henderson <rth@cygnus.com>
580
581 * ifcvt.c (merge_if_block): Be prepared for JOIN to have no
582 remaining edges.
583 (find_if_block): Allow THEN with no outgoing edges.
584 * flow.c (merge_blocks_nomove): Remove a barrier not following
585 a jump as well.
586
587 2000-05-31 Richard Henderson <rth@cygnus.com>
588
589 * flow.c (propagate_block): Move initialization of mem_set_list ...
590 (init_propagate_block_info): ... here. Also track blocks with
591 no successors; don't scan insns if ! PROP_SCAN_DEAD_CODE.
592
593 2000-05-31 Richard Henderson <rth@cygnus.com>
594
595 * jump.c (jump_optimize_1): Revert 05-18 change.
596
597 2000-05-31 Mark Mitchell <mark@codesourcery.com>
598
599 * invoke.texi: Remove documentation for -fguiding-decls.
600
601 2000-05-31 Richard Henderson <rth@cygnus.com>
602
603 * configure.in: Fix typo last change.
604
605 2000-05-31 Philipp Thomas <pthomas@suse.de>
606
607 * configure.in (enable-nls): Enable if build == host, i.e. when
608 not building a canadian cross compiler.
609 (enable-maintainer-mode): Added for use with i18n.
610 * aclocal.m4 (AM_GNU_GETTEXT): Only build catalogs that are a
611 cross section of ALL_LINGUAS and LINGUAS.
612 * configure: Rebuild.
613
614 2000-05-31 Bruce Korb <bkorb@gnu.org>
615
616 * fixinc/check.tpl: rework to use test result tree
617 * fixinc/Makefile.in: change invocation of check script
618 * fixinc/check.diff: No longer needed
619 * fixinc/fixincl.x: regenerate
620 * fixinc/inclhack.def: add new tests
621 * fixinc/tests/base/arch/i960/archI960.h: New test result
622 * fixinc/tests/base/curses.h: modified test result
623 * fixinc/tests/base/stdio.h: ditto
624 * fixinc/tests/base/time.h: ditto
625 * fixinc/tests/base/sys/asm.h: ditto
626 * fixinc/tests/base/sys/stat.h: ditto
627 * fixinc/tests/base/sys/wait.h: ditto
628
629 Wed May 31 13:17:20 2000 Philippe De Muyter <phdm@macqel.be>
630
631 * except.c (clear_function_eh_region): Do not free NULL.
632
633 Wed May 31 08:07:52 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
634
635 * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
636 * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
637 (REG_BASE_VALUE): Remove unneeded cast to unsigned.
638 (get_alias_set_entry): ALIAS_SET arg is HOST_WIDE_INT.
639 (find_base_decl): New function, from c_find_base_decl in c-common.c.
640 (new_alias_set): Moved from tree.c; return is HOST_WIDE_INT.
641 (get_alias_set): Likewise.
642 Major rework to do more things and allow language-specific code
643 to just handle special-cases.
644 (record_alias_subset): Args are HOST_WIDE_INT.
645 (record_component_alias): Local vars are HOST_WIDE_INT.
646 Don't handle COMPLEX_EXPR.
647 (get_varargs_alias_set): Moved from builtins.c.
648 (get_frame_alias_set): New function.
649 * builtins.c (expand_builtin_return_address): Use frame alias set.
650 (expand_builtin_setjmp, expand_builtin_longjmp): Use alias set
651 for setjmp buffer.
652 (get_memory_rtx): Rework to use set_mem_attributes.
653 (get_varargs_alias_set): Deleted from here.
654 * c-common.c (c_apply_type_quals_to_decl): Alias sets now HOST_WIDE_INT.
655 (c_find_base_decl): Deleted from here.
656 (c_get_alias_set): Remove many cases and rework to just handle
657 C-specific cases.
658 * c-common.h (c_get_alias_set): Returns HOST_WIDE_INT.
659 * c-decl.c (rtl.h, expr.h): Now included.
660 (init_decl_processing): Call record_component_aliases on array types.
661 (grokdeclarator): Likewise.
662 Set TREE_ADDRESSABLE for all fields that are not bitfields.
663 * c-typeck.c (common_type): Call record_component_aliases for array.
664 * caller-save.c (setup_save_areas): Rework register loop for unsigned.
665 Set all save areas to the frame alias set.
666 * calls.c (initialie_argument_information): Call set_mem_attributes.
667 (compute_argument_addresses, expand_call): Likewise.
668 * explow.c (set_mem_attributes): New function.
669 (stabilize): Use MEM_COPY_ATTRIBUTES and force_reg.
670 * expr.c (struct move_by_pieces): Remove {to,from}_{struct,readonly}.
671 LEN and OFFSET now HOST_WIDE_INT.
672 (clear_by_pieces): Similar changes.
673 (move_by_pieces): LEN now HOST_WIDE_INT; don't set deleted fields.
674 (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT.
675 (move_by_pieces_1): Don't use deleted fields, use MEM_COPY_ATTRIBUTES.
676 (clear_by_pieces_1): Likewise.
677 (emit_push_insn): Call set_mem_attributes.
678 (expand_expr, case INDIRECT_REF): Likewise.
679 (expand_expr, case VAR_DECL): Call change_address.
680 * expr.h (ADD_PARM_SIZE, SUB_PARM_SIZE): Use host_integerp and
681 tree_low_cst.
682 (get_varargs_alias_set, get_frame_alias_set): New decls.
683 (record_base_value, record_alias_subset, lang_get_alias_set): Likewise.
684 (new_alias_set, set_mem_attributes): Likewse.
685 * function.c (struct temp_slot): ALIAS_SET is HOST_WIDE_INT.
686 (assign_stack_temp_for_type): Likewise.
687 Can split slot even if alias set since can copy.
688 Set MEM_ALIAS_SET and MEM_SET_IN_STRUCT_P.
689 (assign_temp): Use host_integerp and tree_low_cst.
690 (put_var_into_stack): Properly handle SAVE_EXPR.
691 (put_addressof_into_stack): Likewise.
692 (assign_parms): Call set_mem_attributes.
693 Delete #if 0 code.
694 (fix_lexical_address): Put reference to chain into frame alias set.
695 (expand_function_start): Call set_mem_attributes.
696 * integrate.c (expand_inline_function): Likewise.
697 * recog.c (adj_offsettable_operand): Use MEM_COPY_ATTRIBUTES.
698 * regmove.c (try_apply_stack_adjustment): Likewise.
699 * reload.c (push_reload, make_memloc): Likewise.
700 * reload1.c (alter_reg): Make alias sets for spilled pseudos.
701 * rtl.def (MEM): Update comment.
702 * rtl.h (MEM_ALIAS_SET): Now uses XCWINT.
703 (move_by_pieces): Change length to HOST_WIDE_INT.
704 (record_base_value, record_alias_subset): Delete from here.
705 * stmt.c (expand_decl): Call set_mem_attributes.
706 * stor-layout.c (finish_record_layout): Call record_component_aliases.i
707 * toplev.c (compile_file): Call init_alias_once earlier.
708 * tree.c (lang_get_alias_set, get_alias_set, new_alias_set): Deleted
709 from here: now in alias.c.
710 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
711 (struct tree_decl): Likewise.
712 (get_alias_set, new_alias_set, lang_get_alias_set): Deleted from here.
713 * varasm.c (make_function_rtl, make_decl_rtl): Call set_mem_attributes.
714 (output_constant_def, force_const_mem): Likewise.
715
716 * flow.c (propagate_block): If block has no successors, stores to
717 frame are dead if not used.
718
719 2000-05-31 Nathan Sidwell <nathan@codesourcery.com>
720
721 * stmt (expand_end_case): Reorder conversion sequence for jump
722 table to avoid extra truncations.
723
724 Wed May 31 01:31:42 2000 Jeffrey A Law (law@cygnus.com)
725
726 * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn
727 in the block is more than just a simple conditional branch.
728 (noce_process_if_block): Similarly.
729
730 Tue May 30 22:25:57 2000 Alexandre Oliva <aoliva@cygnus.com>
731
732 * optabs.c (prepare_float_lib_cmp): Protect *px and *py from
733 queue.
734
735 2000-05-30 Michael Meissner <meissner@redhat.com>
736
737 * dwarf2out.c (dwarf2out_frame_debug_expr): Ignore HIGH
738 instructions. Treat LO_SUM operations as loading the full integer
739 constant.
740
741 2000-05-30 Richard Henderson <rth@cygnus.com>
742
743 * combine.c (get_pos_from_mask): Test exact_log2 result as signed.
744
745 2000-05-30 Richard Henderson <rth@cygnus.com>
746
747 * bb-reorder.c (emit_jump_to_block_after): Protect use of HAVE_return.
748
749 2000-05-30 Bruce Korb <bkorb@gnu.org>
750
751 * fixinc/tests/*: Added expected result files for fixinc's make check
752 * fixinc/fixfixes(char_macro_*_fix): Restore original algorithm
753
754 2000-05-30 Richard Henderson <rth@cygnus.com>
755
756 * config/alpha/alpha.md (*setne_internal): Use match_operator
757 instead of working down from insn.
758
759 2000-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
760
761 * invoke.texi (-Wtraditional): Update WRT function macros.
762
763 Tue May 30 09:57:32 2000 Philippe De Muyter <phdm@macqel.be>
764
765 * except.c (free_exception_table): Do not free NULL.
766
767 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
768
769 * cpplib.c (do_if): Don't save and restore only_seen_white here.
770 * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
771 and skipping here.
772
773 2000-05-29 Richard Earnshaw (rearnsha@arm.com)
774
775 * flow.c (mark_used_reg): If a register is unconditionally live,
776 remove any conditional death information.
777
778 2000-05-29 Richard Henderson <rth@cygnus.com>
779
780 * final.c (current_output_insn): New.
781 (final_scan_insn): Set it.
782 * output.h: Declare it.
783
784 2000-05-29 Richard Henderson <rth@cygnus.com>
785
786 * stor-layout.c (finalize_record_size): Fix typo.
787
788 * jump.c (redirect_jump): Don't emit NOTE_INSN_FUNCTION_END
789 if nlabel is null.
790
791 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
792
793 * cpplib.h (cpp_reader): Remove if_stack. Change
794 potential_control_macro to a cpp_hashnode *. Add skipping flag.
795 * cpphash.h (struct ihash): Change control_macro to a
796 cpp_hashnode * and shorten name to cmacro.
797 Add NEVER_REINCLUDE constant.
798
799 * cppfiles.c (redundant_include_p): Drop cpp_reader argument.
800 Examine the cmacro node directly, no need to call cpp_defined.
801 (_cpp_execute_include, read_include_file): Set cmacro to
802 NEVER_REINCLUDE, not U"".
803 * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
804 (cpp_get_token): If pfile->skipping is true, discard text and
805 keep scanning until we hit a directive; don't expand macros.
806
807 * cpplib.c (struct if_stack): Remove if_succeeded, add
808 was_skipping. Change control_macro to a cpp_hashnode * and
809 shorten name to cmacro. Remove typedef IF_STACK.
810 (parse_ifdef), detect_if_not_defined): Return a cpp_hashnode *.
811 (conditional_skip, skip_if_group,
812 consider_directive_while_skipping): Delete.
813 (push_conditional): New.
814 (_cpp_handle_directive): Don't process directives other than
815 conditionals if we are skipping.
816
817 (do_ifdef, do_ifndef, do_if, do_else, do_elif, do_endif):
818 Update to new scheme.
819 (validate_else): Skip rest of line here, unconditionally.
820 (_cpp_unwind_if_stack): The stack is per-buffer. Force
821 pfile->skipping off.
822
823 (all): Remove `scare quotes' from error messages.
824
825 2000-05-29 Richard Henderson <rth@cygnus.com>
826
827 * function.c (emit_return_into_block): New line_note arg; emit it.
828 (thread_prologue_and_epilogue_insns): Attempt to locate a line note
829 for the close brace to accompany HAVE_return. Move all line notes
830 following the epilogue to before the NOTE_INSN_EPILOGUE_BEG.
831
832 2000-05-29 Richard Henderson <rth@cygnus.com>
833
834 * longlong.h [__alpha] (count_leading_zeros): New.
835 (count_trailing_zeros): New.
836 (COUNT_LEADING_ZEROS_0): New.
837
838 * config/alpha/alpha.c (alpha_zero_comparison_operator): New.
839 (alpha_split_conditional_move): New.
840 * config/alpha/alpha-protos.h: Prototype them.
841 * config/alpha/alpha.h (PREDICATE_CODES): Update.
842 (CPP_CPU_DEFAULT_SPEC): Fix typo for EV67.
843 * config/alpha/alpha.md: Update ffs cix commentary.
844 (*ze_and_ne): New.
845 (*nabssf2, *nabsdf2): New.
846 (*mov[qhsd]icc_internal): Use add_operand.
847 (if_then_else constant splitters): New.
848 (*cmp_sadd_di, *cmp_sadd_si, *cmp_sadd_sidi): New.
849 (*cmp_ssub_di, *cmp_ssub_si, *cmp_ssub_sidi): New.
850
851 2000-05-29 Richard Henderson <rth@cygnus.com>
852
853 * combine.c (force_to_mode) [MINUS]: Convert subtraction from
854 a constant to NEG or NOT when conditions allow.
855
856 * combine.c (combine_simplify_rtx): Don't create an if_then_else
857 unless both args are general_operand. Don't canonicalize plus
858 to ior unless it helps.
859
860 * toplev.c (rest_of_compilation): Set no_new_pseudos after flow1;
861 instead track register_life_up_to_date. Toggle no_new_pseudos
862 around if_convert.
863
864 2000-05-28 Geoff Keating <geoffk@cygnus.com>
865
866 * config/rs6000/rs6000.c (output_cbranch): Escape '%' characters
867 so output_operand doesn't see them.
868
869 Sun May 28 18:37:07 2000 Clinton Popetz <cpopetz@cygnus.com>
870
871 * lcm.c (make_preds_opaque): Fix comment.
872 (optimize_mode_switching): Use NORMAL_MODE instead of
873 MODE_USES_IN_EXIT_BLOCK. Change leftover instance of
874 FP_MODE_NONE to no_mode. Rename MODE_AT_ENTRY to NORMAL_MODE.
875 Handle insertions before an existing NOTE_INSN_BASIC_BLOCK.
876 * tm.texi (OPTIMIZE_MODE_SWITCHING): Refer to NORMAL_MODE.
877 (MODE_USES_IN_EXIT_BLOCK): Delete.
878 (MODE_AT_ENTRY) Rename to NORMAL_MODE.
879 * sh.h (MODE_USES_IN_EXIT_BLOCK): Delete.
880 (MODE_AT_ENTRY): Rename to NORMAL_MODE.
881 (MODE_NEEDED): Don't look for USE.
882 (EPILOGUE_USES): Define.
883
884 Sun May 28 23:26:59 2000 Philippe De Muyter <phdm@macqel.be>
885
886 * mklibgcc.in (all): Variable initialised to `libgcc'.
887
888 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>
889
890 * toplev.h (skip_leading_substring): New macro.
891 * toplev.c (decode_f_option): Use skip_leading_substring instead
892 of strncmp.
893 (decode_W_option): Likewise.
894
895 2000-05-28 Nick Clifton <nickc@cygnus.com>
896
897 * tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
898 modify reg_names.
899
900 2000-05-28 Richard Henderson <rth@cygnus.com>
901
902 * regclass.c (record_operand_costs): Protect reg_changes_size
903 with CLASS_CANNOT_CHANGE_SIZE.
904
905 * loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
906
907 2000-05-28 Richard Henderson <rth@cygnus.com>
908
909 * function.c (diddle_return_value): A pcc-style struct return
910 returns a pointer.
911
912 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
913
914 * cppfiles.c: Read files in, using mmap if possible, then
915 prescan them separately.
916 (read_file, read_with_read): New functions.
917 * cpplex.c: Don't define UCHAR_MAX.
918 (_cpp_read_and_prescan): Rename to _cpp_prescan. Don't read
919 the file here.
920
921 * cppinit.c (handle_option): Automatically define __cplusplus,
922 __OBJC__, __ASEEMBLER__, _LANGUAGE_FORTRAN here when we see
923 the respective -lang switch.
924
925 * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
926 prototype): Move to...
927 * cpplib.h: ... here. Rename struct hashnode to struct
928 cpp_hashnode and give it a typedef. Rename _cpp_lookup to
929 cpp_lookup. Add 'fe_value' slot, a union tree_node *.
930
931 2000-05-27 Geoffrey Keating <geoffk@cygnus.com>
932
933 * config/rs6000/rs6000.md (movsi): Constify 'name'.
934
935 * regclass.c [CLASS_CANNOT_CHANGE_SIZE]
936 (class_can_change_size): New variable.
937 (reg_changes_size): New variable.
938 (init_reg_sets_1): Initialise class_can_change_size.
939 (record_operand_costs): Remove subreg_changes_size.
940 Don't pass it around. Instead update reg_changes_size.
941 (regclass): Initialise and free reg_changes_size. If a register
942 changes size, don't preference it to a class that contains
943 registers that can't change size.
944 (record_reg_classes): Don't look at subreg_changes_size.
945
946 2000-05-27 Richard Henderson <rth@cygnus.com>
947
948 * print-rtl.c (reg_names): Remove const.
949 * regclass.c (reg_names): Likewise.
950 * regs.h (reg_names): Likewise.
951 * hard-reg-set.h (reg_names): Likewise.
952
953 2000-05-27 Richard Henderson <rth@cygnus.com>
954
955 * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
956
957 2000-05-27 Richard Henderson <rth@cygnus.com>
958
959 * config/alpha/alpha.c (alpha_does_function_need_gp): Test
960 TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
961 (alpha_expand_prologue): Emit prologue_mcount if needed.
962 * config/alpha/alpha.h (TARGET_PROFILING_NEEDS_GP): Default to 0.
963 * config/alpha/alpha.md (prologue_mcount): New.
964 * config/alpha/linux.h (FUNCTION_PROFILER): Remove.
965 (TARGET_PROFILING_NEEDS_GP): Undef before redefining.
966 * config/alpha/netbsd.h: Likewise.
967
968 2000-05-27 Richard Henderson <rth@cygnus.com>
969
970 * config/alpha/elf.h (SELECT_SECTION): Mirror Kenner's May 19
971 change to config/elfos.h.
972
973 2000-05-27 Richard Henderson <rth@cygnus.com>
974
975 * Makefile.in (resource.o): Depend on except.h.
976 * except.h (output_exception_table_data): Prototype.
977 * genconfig.c (gen_peephole2): Prototype.
978 * genemit.c (main): Include ggc.h.
979 * genoutput.c: Revert parts of last change: include errors.h
980 (main): Set progname.
981 * recog.c: Include hard-reg-set.h before recog.h.
982 * resource.c: Include except.h.
983
984 * config/alpha/alpha-protos.h (alpha_arg_info_reg_val): Protect
985 with RTX_CODE.
986 (alpha_write_linkage): Protect with BUFSIZ.
987 (alpha_need_linkage): Update prototype.
988 * config/alpha/alpha.c (function_arg): Move VMS code here.
989 (alpha_links_base): Remove.
990 (alpha_links): New.
991 (mark_alpha_links_node, mark_alpha_links): New.
992 (alpha_write_one_linkage): New.
993 (alpha_need_linkage): Use a splay tree. Build the linkage symbol.
994 (alpha_write_linkage): Use splay_tree_foreach.
995 * config/alpha/alpha.md (call_vms): Use alpha_need_linkage
996 to get the linkage symbol.
997 (call_value_vms): Likewise.
998 * config/alpha/elf.h (output_file_directive): Remove decl.
999 (ctors_section, dtors_section): Prototype.
1000 (sbss_section, sdata_section): Prototype.
1001 * config/alpha/vms.h (FUNCTION_ARG): Remove.
1002 (readonly_section, link_section, literals_section): Prototype.
1003 (ctors_section, dtors_section): Prototype.
1004 (vms_valid_decl_attribute_p): Remove decl.
1005 (alpha_arg_type, alpha_arg_info_reg_val): Likewise.
1006
1007 2000-05-27 Geoff Keating <geoffk@cygnus.com>
1008
1009 * reload.c (get_secondary_mem): Don't widen floating-point modes.
1010
1011 * combine.c (subst): Honour CLASS_CANNOT_CHANGE_SIZE when
1012 substituting the REG in a (subreg:X (reg:Y ...)).
1013
1014 2000-05-28 Neil Booth <NeilB@earthling.net>
1015
1016 * cpplex.c (_cpp_lex_line): Merge vertical space. Flag
1017 first token of a line BOL. Update EOF code for this.
1018 Remove illegal directive check - it appears in the (not
1019 yet committed) caller.
1020 * cpplib.h (BOL): New flag.
1021
1022 2000-05-28 Neil Booth <NeilB@earthling.net>
1023
1024 * cpplex.c (_cpp_init_toklist): No comment space to initialise.
1025 (_cpp_free_toklist): No comment space to free.
1026 (expand_comment_space): Remove.
1027 (save_comment_space): Place the comment in the current token and
1028 not in a separate comment space.
1029 (_cpp_lex_line): Save comments during plain code and #define
1030 directives only.
1031 * cpplib.h (struct _cpp_toklist): Remove comment space.
1032
1033 2000-05-28 Neil Booth <NeilB@earthling.net>
1034
1035 * cppexp.c (parse_assertion): Supply extra argument to
1036 _cpp_init_toklist.
1037 * cpplib.c (do_assert, do_unassert): Similarly.
1038 * cpphash.h (_cpp_init_toklist) Update.
1039 (_cpp_expand_token_space): New.
1040 (DUMMY_TOKEN, NO_DUMMY_TOKEN): New.
1041 * cpplex.c (_cpp_init_toklist): New argument.
1042 (parse_string2): New argument multiline_ok.
1043 (spell_token): Take a const cpp_token *.
1044 (INIT_NAME): Replace with INIT_TOKEN_NAME. Update tokens_used.
1045 (SPELL_ macros): Replace with enum.
1046 (expand_token_space): Replace with _cpp_expand_token_space.
1047 Take COUNT argument.
1048 (IS_DIRECTIVE): Update.
1049 (_cpp_lex_line): Update token structure before parsing number.
1050 Don't assume start at beginning of token list.
1051 (save_comment): Use INIT_TOKEN_NAME.
1052
1053 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
1054
1055 * configure.in (stage1_warn_cflags): Add -Wstrict-prototypes
1056 -Wmissing-prototypes.
1057 * configure: Regenerate.
1058 * gcc.texi: Remove explanation of MD_CALL_PROTOTYPES.
1059
1060 * builtins.c, calls.c: Change all instances of gen_call_* or
1061 gen_sibcall_* to GEN_CALL_* and GEN_SIBCALL_*.
1062 * calls.c (struct_value_size_rtx): Separate definition from
1063 initialization to avoid unused variable warning.
1064
1065 * genflags.c (gen_macro): New function.
1066 (gen_proto): Call it for gen_call_* and gen_sibcall_*.
1067 (gen_nonproto): Delete.
1068 (gen_insn): Put all insns on the same obstack.
1069 (main): Generate prototypes for everything unconditionally.
1070
1071 * configure.in: Add AC_CHECK_TYPE(ssize_t). Remove commented
1072 out check for wchar_t.
1073 * acconfig.h: Add template for ssize_t. Remove @TOP@.
1074 * system.h: Add infrastructure for defining missing
1075 TYPE_MAX/TYPE_MIN macros. Use it to provide fallback
1076 definitions of UCHAR_MAX and SSIZE_MAX.
1077 * configure: Regenerate.
1078 * config.in: Regenerate.
1079
1080 * Makefile.in (libgcc2.ready): Rename to libgcc.ready.
1081 Depend on $(LANGUAGES) as well as $(GCC_PATCHES) and fixed
1082 headers.
1083 (clean): No need to delete libgcc1.a, libgcc1-asm.a,
1084 libgcc2.a, or libgcc1.null.
1085
1086 2000-05-27 Richard Henderson <rth@cygnus.com>
1087
1088 * Makefile.in (recog.o): Don't depend on resource.h.
1089 * recog.c: Don't include resource.h.
1090 (recog_last_allowed_insn): Remove.
1091 (recog_next_insn): Remove.
1092 (struct peep2_insn_data): New.
1093 (peep2_insn_data, peep2_current): New.
1094 (peep2_next_insn): New.
1095 (peep2_regno_dead_p, peep2_reg_dead_p): New.
1096 (peep2_find_free_register): New.
1097 (peephole2_optimize): Track life information by insn as we go.
1098 * recog.h: Update declarations.
1099 * resource.c (find_free_register, reg_dead_p): Remove.
1100 * resource.h: Remove their declarations.
1101 * toplev.c: Include hard-reg-set.h before recog.h.
1102
1103 * genconfig.c (max_insns_per_peep2): New.
1104 (gen_peephole2): New.
1105 (main): Call it.
1106 * genemit.c (output_peephole2_scratches): Generate calls to
1107 peep2_find_free_register; adjust surrounding code.
1108 (main): Have insn-emit.c include hard-reg-set.h before recog.h.
1109 * genrecog.c (change_state): Don't track last_insn.
1110 (write_action): Write into *_pmatch_len before accepting.
1111 (write_tree): Adjust peephole2_insns and subroutines to match.
1112
1113 * config/i386/i386.md (all peepholes): Use peep2_regno_dead_p.
1114
1115 * config/alpha/alpha.c (hard_fp_register_operand): Mind the mode.
1116 (hard_int_register_operand): New.
1117 * config/alpha/alpha-protos.h: Declare it.
1118 * config/alpha/alpha.h (PREDICATE_CODES): Update.
1119 * config/alpha/alpha.md (peep2 patterns): Use hard_int_register_operand
1120 as needed; use peep2_reg_dead_p instead of dead_or_set_p.
1121
1122 2000-05-27 Richard Henderson <rth@cygnus.com>
1123
1124 * function.c (thread_prologue_epilogue_insns): Don't move the
1125 line note at the head of the chain. Only force a lineno note
1126 before the end of block 0.
1127
1128 2000-05-27 Richard Henderson <rth@cygnus.com>
1129
1130 * gensupport.c (collect_insn_data): Record the maximum number
1131 of alternatives, not the last seen.
1132
1133 * genoutput.c: Don't include errors.h.
1134 (struct data): Add lineno member.
1135 (have_error): New.
1136 (scan_operands): Use message_with_line instead of error.
1137 (validate_insn_alternatives): Likewise.
1138 (gen_insn): Accept and store the pattern's line number.
1139 (gen_peephole, gen_expand, gen_split): Likewise.
1140 (main): Don't set progname. Pass line_no to gen_foo.
1141
1142 2000-05-27 Richard Henderson <rth@cygnus.com>
1143
1144 * config/d30v/d30v.c (d30v_print_operand): Handle ':'.
1145 * config/d30v/d30v.h (PRINT_OPERAND_PUNCT_VALID_P): Accept ':'.
1146 * config/d30v/d30v.md (attr predicable): New.
1147 (all insn patterns): Mark non-predicable patterns; use %: on the rest.
1148 (andsi3*): Unify into one pattern.
1149 (iorsi3*, xorsi3*): Likewise.
1150 (peephole2 patterns): Use peep2_reg_dead_p; verify not a
1151 conditional return.
1152 (old cond_exec patterns): Remove.
1153 (define_cond_exec): New.
1154
1155 Sat May 27 11:01:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1156
1157 * tree.h (TREE_CODE_LENGTH): New macro.
1158 * c-common.c (c_find_base_decl): Use it.
1159 * expr.c (safe_from_p): Likewise.
1160 * print-tree.c (print_node): Likewise.
1161 * tree.c (make_node, copy_node, get_identifier): Likewie.
1162 (first_rtl_op, contains_placeholder_p, substitute_in_expr): Likewise.
1163 (build, build_nt, build_parse_node, simple_cst_equal): Likewise.
1164 * fold-const.c (make_range): Likewise.
1165 (fold): Likewise; also use first_rtl_op.
1166 * c-iterate.c (collect_iterators): Use first_rtl_op.
1167 * calls.c (calls_function_1): Likewise; also rename TYPE to CLASS.
1168 Use IS_EXPR_CODE_CLASS.
1169 (preexpand_calls): Likewise.
1170 * ggc-common.c (ggc_mark_trees): Rework to use first_rtl_op
1171 and TREE_CODE_LENGTH.
1172 * stmt.c (warn_if_unused_value): If no operands, no unused value.
1173
1174 2000-05-26 Geoffrey Keating <geoffk@cygnus.com>
1175
1176 * config/rs6000/rs6000.md (movsi_internal1): Use '%a1' rather
1177 than '%1(%*)'.
1178 (movdi_internal64): Likewise.
1179
1180 * config/rs6000/rs6000.md: Correct order of operands for DImode
1181 boolean patterns.
1182
1183 * config/rs6000/rs6000.c (boolean_or_operator): New function.
1184 * config/rs6000/rs6000-protos.h (boolean_or_operator): Prototype it.
1185 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_or_operator.
1186 * config/rs6000/rs6000.md: Use boolean_or_operator instead of
1187 boolean_operator for the boolean patterns without NOTs.
1188
1189 * config/rs6000/rs6000.c (reg_or_logical_cint_operand): Rename
1190 from reg_or_u_cint_operand. Change comment and behaviour.
1191 (logical_operand): Clean up, add assertion.
1192 (non_logical_cint_operand): Also check for
1193 reg_or_logical_cint_operand.
1194 * config/rs6000/rs6000.h (PREDICATE_CODES): Update.
1195 * config/rs6000/rs6000.md (iorsi3): Use reg_or_logical_cint_operand
1196 in the expander.
1197 (xorsi3): Likewise.
1198 (iordi3): Likewise.
1199 (xordi3): Likewise.
1200
1201 2000-05-26 Mark Mitchell <mark@codesourcery.com>
1202
1203 * tree.h (struct record_layout_info): Rename to (struct
1204 record_layout_info_s).
1205 * stor-layout.c (start_record_layout): Replace
1206 `record_layout_info' with `record_layout_info_s'.
1207
1208 2000-05-26 Richard Earnshaw <rearnsha@arm.com>
1209
1210 * flow.c (find_label_refs): New function.
1211 (find_basic_blocks_1): Call it for each alternative of a call
1212 placeholder.
1213
1214 2000-05-26 Richard Earnshaw <rearnsha@arm.com>
1215
1216 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
1217 of get_pc.
1218
1219 2000-05-25 Richard Henderson <rth@cygnus.com>
1220
1221 * config/alpha/alpha.c (alpha_comparison_operator): Don't be
1222 so strict about DImode.
1223 (alpha_swapped_comparison_operator): Likewise.
1224 * config/alpha/alpha.md (*setne_internal): Name it. Allow
1225 any integer output mode.
1226 (*setcc_internal): Likewise.
1227 (*setcc_swapped_internal): Likewise.
1228 (*movdicc_internal, *movdicc_lbc, *movdicc_lbs): Name them.
1229 (*mov[qhs]icc_internal): New.
1230 (*mov[qhs]icc_lbc, *mov[qhs]icc_lbs): New.
1231
1232 2000-05-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1233
1234 * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
1235
1236 2000-05-25 Richard Henderson <rth@cygnus.com>
1237
1238 * bb-reorder.c (reorder_block_def): Reorder elements for size.
1239 Remove add_jump; add next; replace flags with visited.
1240 (rbd_init): Remove.
1241 (REORDER_BLOCK_HEAD, REORDER_BLOCK_VISITED): Remove.
1242 (REORDER_BLOCK_FLAGS, REORDER_BLOCK_INDEX): Remove.
1243 (REORDER_BLOCK_ADD_JUMP, REORDER_BLOCK_EFF_HEAD): Remove.
1244 (REORDER_BLOCK_EFF_END, REORDER_BLOCK_SCOPE): Remove.
1245 (RBI): New.
1246 (reorder_index, reorder_last_visited): Remove.
1247 (skip_insns_after_block): Rewrite to use a switch.
1248 (get_common_dest): Remove.
1249 (chain_reorder_blocks): Remove.
1250 (record_effective_endpoints): Split out from reorder_basic_blocks.
1251 (make_reorder_chain): Likewise. Loop until all blocks are placed.
1252 (make_reorder_chain_1): Renamed from old make_reorder_chain.
1253 Only construct the reorder chain, do not move insns. Try harder
1254 to tail recurse.
1255 (label_for_bb, emit_jump_to_block_after): New.
1256 (fixup_reorder_chain): Use them. Do bulk block movement. Examine
1257 and adjust the jump insns appropriately. Fixup basic_block_info.
1258 (verify_insn_chain): Always define.
1259 (relate_bbs_with_scopes): Call xmalloc, not xcalloc. Fix thinko
1260 in allocation size.
1261 (make_new_scope): Don't write zeros to calloc'd space.
1262 (build_scope_forest): Rely on xrealloc to DTRT.
1263 (reorder_basic_blocks): Don't build loop nest. Don't fail if
1264 profile_arc_flag. Streamline EH test.
1265
1266 * flow.c (redirect_edge_succ, redirect_edge_pred): New.
1267 * basic-block.h: Declare them.
1268
1269 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
1270
1271 * emit-rtl.c (reset_used_decls): New function.
1272 (unshare_all_rtl_again): Call it.
1273
1274 2000-05-25 Zack Weinberg <zack@wolery.cumb.org>
1275
1276 * cpplex.c (maybe_macroexpand): Warn about function-like
1277 macros used in non-function context, if -Wtraditional.
1278
1279 2000-05-25 Mark Mitchell <mark@codesourcery.com>
1280
1281 * recog.c (peephole2_optimize): Use INSN_P.
1282
1283 2000-05-25 Richard Henderson <rth@cygnus.com>
1284
1285 * ifcvt.c (seq_contains_jump): New.
1286 (noce_try_store_flag_constants): Use it to fail conversion.
1287 (noce_try_store_flag_inc, noce_try_store_flag_mask): Likewise.
1288
1289 2000-05-25 Mark Mitchell <mark@codesourcery.com>
1290
1291 * except.h (can_throw): Declare it.
1292 * except.c (can_throw): Give it external linkage.
1293 * resource.c (find_dead_or_set_registers): Use can_throw.
1294
1295 2000-05-25 Richard Henderson <rth@cygnus.com>
1296
1297 * flow.c (mark_set_1): Don't record conditionally dead memory.
1298
1299 2000-05-25 Jan Hubicka <jh@suse.cz>
1300
1301 * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
1302 and pc_set at the place of simplejump_p and condjump_p.
1303 * cse.c (record_jump_equiv): Likewise.
1304 * emit-rtl.c (emit): Likewise.
1305 * explow.c (find_next_ref): Likewise.
1306 * flow.c (tidy_fallthru_edge): Likewise.
1307 (init_propagate_block_info): Likewise.
1308 * gcse.c (delete_null_pointer_checks): Likewise.
1309 * ifcvt.c (cond_exec_get_condition, noce_get_condition,
1310 dead_or_predicable): Likewise.
1311 * integrate.c (copy_insn_list): Likewise.
1312 * loop.c (scan_loop, verify_dominator, find_and_verify_loops,
1313 for_each_insn_in_loop, check_dbra_loop, get_condition,
1314 insert_bct, load_mems): Likewise.
1315 * resource.c (find_dead_or_set_registers): Likewise.
1316 * sibcalls.c (simplejump_p): Likewise.
1317 * unroll.c (copy_loop_body, reg_dead_after_loop): Likewise.
1318
1319 2000-05-25 David Edelsohn <edelsohn@gnu.org>
1320
1321 * rs6000.c (expand_block_move): Add 64-bit PowerPC doubleword move
1322 to STRING case. Use doubleword STRING move for TARGET_POWERPC64
1323 when unaligned.
1324 * rs6000.h (CONST_OK_FOR_LETTER_P, 'J'): unsigned HOST_WIDE_INT.
1325 (RETURN_ADDR_RTX): Use COUNT and FRAME, not count and frame.
1326 (LEGITIMIZE_RELOAD_ADDRESS): unsigned HOST_WIDE_INT high.
1327 * rs6000.md: Name various internal patterns.
1328
1329 2000-05-25 Jan Hubicka <jh@suse.cz>
1330
1331 * jump.c (invert_exp_1): Remove first argument, use pc_set
1332 to get the expression.
1333 (redirect_exp): Make static; redirect only the pc_set expression,
1334 remove first argument.
1335 (invert_exp): Remove first argument, make static.
1336 (jump_optimize): Use any_condjump_p, any_uncondjump_p and
1337 any_onlyjump at most places where we originaly did condjump_p
1338 and simplejump_p.
1339 (jump_back_p, follow_jumps, thread_jumps): Likewise.
1340 (delete_barrier_succesors): Use pc_set.
1341 (invert_jump_1, invert_jump, redirect_jump_1, redirect_jump): Update
1342 calls of invert_exp and redirect_exp.
1343 * rtl.h (redirect_exp, invert_exp): Remove.
1344 * unroll.c (copy_loop_body): Use invert_jump and redirect_jump.
1345
1346 2000-05-25 Richard Henderson <rth@cygnus.com>
1347
1348 * stmt.c (expand_end_bindings): Fix thinko last change.
1349
1350 2000-05-25 Andrew MacLeod <amacleod@cygnus.com>
1351 Andrew Haley <aph@cygnus.com>
1352
1353 * except.c (func_eh_entry): Add emitted field.
1354 (new_eh_region_entry): Set emitted field to 0;
1355 (output_exception_table_entry): Only emit previously un-emitted data,
1356 and send it to the eh_data section.
1357 (output_exception_table): Break out common parts. Output
1358 exception table for entire compilation unit to eh_data section.
1359 (output_exception_table_data): Common parts of output_exception_table.
1360 Send output to eh_data section.
1361 (output_function_exception_table): Output exception table data for
1362 a single function to eh_data section.
1363 (free_exception_table): New external to free the table.
1364 * except.h (free_exception_table): Add prototype.
1365 (output_function_exception_table): Add prototype.
1366 * final.c (final_end_function): Output function exception table
1367 for IA64_UNWIND_INFO.
1368 (final_scan_insn): Emit any unwind directives for an insn.
1369
1370 * frame-dwarf2.c: New file containing all DWARF 2 specific code
1371 from frame.c.
1372 * frame.c: Remove all DWARF 2 specific code.
1373 * config/ia64/frame-ia64.c: New file.
1374 (gthread_stuff): Make all gthread available with
1375 IA64_UNWIND_INFO.
1376 (dwarf_fde): Define an IA64 struct for dwarf_fde.
1377 (__register_frame_info, __register_frame): Move to common area of file.
1378 (__register_frame_info_table, __register_frame_table): Move to common i
1379 area.
1380 (__deregister_frame_info, __deregister_frame): Move to common area.
1381 (__frame_init, find_fde): New versions for IA64_UNWIND_INFO.
1382 (read_uleb128): New version for ia64.
1383 (get_unwind_record): Read the next IA-64 unwind record.
1384 (read_R_record): Read a region header record.
1385 (process_a_b_reg_code): X record helper.
1386 (read_X_record): Read an X format record.
1387 (read_B_record): Read a B format record.
1388 (P3_record_types): List of record types matching the P3 format.
1389 (P7_record_types): List of record types matching the P7 format.
1390 (P8_record_types): List of record types matching the P8 format.
1391 (read_P_record): Read a P format record.
1392 (init_ia64_reg_loc): Set default fields for a register.
1393 (init_ia64_unwind_frame): Set defaults for all register records.
1394 (execute_one_ia64_descriptor): Execute one descriptor record.
1395 (rse_address_add): Calculate the position of a local reg in memory.
1396 (normalize_reg_loc): Turn a location descriptor into a memory address.
1397 (maybe_normalize_reg_loc): Only normalize a descriptor if it falls
1398 within a specified PC offset range.
1399 (get_real_reg_value): Given a register location, retrieve its value.
1400 (set_real_reg_value): Change the value of a register location.
1401 (copy_reg_value): Copy reg values, if needed.
1402 (copy_saved_reg_state): Copy all registers that need to be copied.
1403 (process_state_between): Normalize all frame register records that
1404 fall within the specified PC range.
1405 (frame_translate): Take a processed frame description, and turn
1406 everything into addresses.
1407 (build_ia64_frame_state ): Find and create frame state record for a PC.
1408 (get_personality): Get the personality routine for a given frame.
1409 (get_except_table): Get the exception table for a given frame.
1410 (record_name): Unwind record names for debugging.
1411 (print_record): Print and unwind record.
1412 (print_all_records): Print an entire unwind image.
1413 (__ia64_backtrace): Print a backtrace.
1414 (ia64_backtrace_helper): New function.
1415 (__register_frame_info_aux): New function.
1416 * config/ia64/crtend.asm (__do_frame_setup_aux): New function.
1417
1418 * frame.h (enum unw_record_type): New unwind record types.
1419 (struct unw_p_record, unw_b_record, unw_x_record) : New unwind records.
1420 (struct unw_r_record, unwind_record): New unwind record structs.
1421 (struct unwind_info_ptr): Unwind information layout.
1422 (IA64_UNW_LOC_TYPE_*): Macros for different types for location
1423 descriptors.
1424 (struct ia64_reg_loc): Register location description.
1425 (struct ia64_frame_state): Location of all registers in a frame.
1426 (struct object): Add pc_base and fde_end for IA64_UNWIND_INFO.
1427 * libgcc2.c (__ia64_personality_v1): Personality routine.
1428 (__calc_caller_bsp): Calculate the bsp register for the caller's
1429 frame.
1430 (ia64_throw_helper): Figure out who to return to and set up the
1431 registers.
1432 (__throw): Throw routine.
1433
1434 * output.h (assemble_eh_align, assemble_eh_label): New functions
1435 to generate EH info where we want it.
1436 (assemble_eh_integer): New function.
1437 * toplev.c (compile_file): Output module level exception table for
1438 non-ia64 targets.
1439 (main): Set exceptions_via_longjump and flag_new_exceptions based
1440 on IA64_UNWIND_INFO too.
1441
1442 * varasm.c (assemble_eh_label): Generate a label via
1443 ASM_OUTPUT_EH_LABEL if it has been specified.
1444 (assemble_eh_align): Generate an alignment directive via
1445 ASM_OUTPUT_EH_ALIGN if it has been specified.
1446 (assemble_eh_label): Generate an integer value via
1447 ASM_OUTPUT_EH_type if they have been specified.
1448 * config/ia64/ia64.c (rtx_needs_barrier): Add flushrs.
1449 (ia64_init_builtins): Add __builtin_ia64_bsp
1450 and __builtin_ia64_flushrs.
1451 (ia64_expand_builtin): Add IA64_BUILTIN_BSP and
1452 IA64_BUILTIN_FLUSHRS.
1453 * config/ia64/ia64.h (ia64_builtins): Add IA64_BUILTIN_BSP and
1454 IA64_BUILTIN_FLUSHRS.
1455
1456 * config/ia64/ia64.md (flushrs): New insn to flush the register
1457 stack. Add to unspec list.
1458
1459 * config/ia64/crtbegin.asm (frame_object): Change size.
1460 (__do_frame_setup_aux): New function.
1461 * config/ia64/crtend.asm: call __do_frame_setup_aux.
1462 * config/ia64/t-ia64 (LIB2ADDEH): Add.
1463 * Makefile.in (LIB2ADDEH): Add.
1464 (LIB2ADD): Use LIB2ADDEH.
1465
1466 2000-05-24 Richard Henderson <rth@cygnus.com>
1467
1468 * recog.c (offsettable_address_p): If mode size is zero, assume
1469 BIGGEST_ALIGNMENT.
1470
1471 2000-05-24 J. David Anglin <dave@hiauly.hia.nrc.ca>
1472
1473 * configure.in: Check for -Wno-long-long option support and improve
1474 handling of warning CFLAGS for stages 1 and 2.
1475 * Makefile.in (WARN_CFLAGS): Move definition to configure.in.
1476 * configure: Regenerate.
1477
1478 Wed May 24 19:37:53 2000 Jeffrey A Law (law@cygnus.com)
1479
1480 * gcc.texi: Remove contributor list. Instead include contrib.texi.
1481 * contrib.texi: New file.
1482
1483 Thu May 25 02:27:22 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1484
1485 * loop.c (basic_induction_var): Avoid double recording of an increment.
1486
1487 Thu May 25 02:19:27 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1488
1489 * Back out this patch:
1490 Tue Dec 7 19:22:06 1999 Richard Henderson <rth@cygnus.com>
1491 * loop.h (struct induction): Add multi_insn_incr.
1492 * loop.c (basic_induction_var): New multi_insn_incr argument.
1493 Set it if we search back through previous insns for the biv.
1494 (record_biv): New multi_insn_incr argument; fill in struct induction.
1495 (strength_reduce): Discard an iv with multiple bivs, any of
1496 which require multiple insns to increment.
1497
1498 * loop.c (check_insn_for_bivs): Remove bits copied from above patch.
1499
1500 Thu May 25 02:09:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1501
1502 * rtl.h (loc_mentioned_in_p): Declare.
1503 * reload.c (loc_mentioned_in_p): Moved from here...
1504 * rtlanal.c (loc_mentioned_in_p): to here. No longer static.
1505 Fix loop increment for 'E' handling.
1506 * loop.c (strength_reduce): When doing biv->giv conversion,
1507 take multi-insn biv increments into account.
1508
1509 2000-05-24 Jason Merrill <jason@casey.soma.redhat.com>
1510
1511 * stmt.c (expand_end_bindings): Look through NOTEs to find a
1512 BARRIER.
1513
1514 2000-05-24 Mark Mitchell <mark@codesourcery.com>
1515
1516 * calls.c (expand_call): Handle cleanups in tail-recursion
1517 arguments analagously to cleanups in sibling calls.
1518
1519 2000-05-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1520
1521 * simplify-rtx.c: Rename macro SIGN_EXTEND to HWI_SIGN_EXTEND.
1522 All callers changed.
1523
1524 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
1525
1526 * expr.c (expand_assignment, store_expr, expand_expr,
1527 expand_expr_unaligned): Set in_check_memory_usage while emitting
1528 chkr_check_addr libcall.
1529
1530 2000-05-24 Nick Clifton <nickc@cygnus.com>
1531
1532 * fold-const.c (extract_muldiv): When constructing a
1533 multiplier/divisor, do not expect const_binop to correctly
1534 determine if overflow has occured, so check explicitly.
1535
1536 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
1537
1538 * c-decl.c (build_enumerator): Don't modify the value's type,
1539 convert it.
1540
1541 2000-05-24 Andreas Jaeger <aj@suse.de>
1542
1543 * mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
1544
1545 2000-05-24 Eric Christopher <echristo@cygnus.com>
1546
1547 * configure.in: Redefine inhibit_libc conditions.
1548 * libgcc2.c: Remove inhibit_libc conditional define.
1549 * configure: Regenerate.
1550
1551 2000-05-24 Phil Edwards <pme@sourceware.cygnus.com>
1552
1553 * configure.in: For --enable-languages=LIST, check for empty LIST.
1554 * configure: Regenerate.
1555
1556 2000-05-24 Lars Brinkhoff <lars@nocrew.org>
1557
1558 * pdp11.h (STACK_BOUNDARY): Define.
1559
1560 2000-05-24 Jakub Jelinek <jakub@redhat.com>
1561
1562 * ifcvt.c (if_convert): Update life info globally.
1563
1564 2000-05-24 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
1565
1566 * emit-rtl.c (unshare_all_decls): New function.
1567 (unshare_all_rtl): Call it.
1568
1569 2000-05-23 Nick Clifton <nickc@cygnus.com>
1570
1571 * configure.in: Treat 'strongarm' as if it were 'arm' when
1572 determining cpu type.
1573
1574 * configure: Regenerate.
1575
1576 * config/arm/arm.c: Change 'char *' to 'const char *' for cases
1577 where constant strings are involved.
1578
1579 * config/arm/arm.h (arm_condition_codes): Change type to 'const
1580 char *'.
1581
1582 * config/arm/arm-protos.h: Change 'char *' to 'const char *' for
1583 cases where constant strings are involved.
1584
1585 Tue May 23 15:08:31 2000 Clinton Popetz <cpopetz@cygnus.com>
1586
1587 * config/sh/sh.c (gen_far_branch, split_branches): Update
1588 to reflect new prototypes for redirect_jump and invert_jump.
1589 (sh_insn_length_adjustment): Get rid of const warnings.
1590
1591 2000-05-23 Kazu Hirata <kazu@hxi.com>
1592
1593 * invoke.texi (Options for Debugging Your Program or GCC): Update
1594 the names of dump files.
1595
1596 Tue May 23 13:58:52 2000 Philippe De Muyter <phdm@macqel.be>
1597
1598 * configure.in (NO_MINUS_C_MINUS_O): Fix thinko in previous fix.
1599 * configure: Regenerated.
1600
1601 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
1602
1603 * simplify-rtx.c (SIGN_EXTEND): New macro.
1604 (simplify_unary_operation, simplify_binary_operation,
1605 simplify_relational_operation): Use SIGN_EXTEND. Make low
1606 halves of (low, high) pairs unsigned if they weren't already.
1607 (simplify_ternary_operation): Cast INTVAL to unsigned before
1608 comparing to a MODE_BITSIZE.
1609
1610 2000-05-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1611
1612 * aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
1613 rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
1614
1615 * configure.in (gcc_AC_CHECK_DECLS): Call this instead of
1616 gcc_AC_NEED_DECLARATIONS.
1617
1618 * dwarfout.c: Don't prototype time().
1619
1620 * gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
1621
1622 * system.h: Likewise.
1623
1624 * toplev.c: Likewise.
1625
1626 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
1627
1628 * c-decl.c (pushdecl): Invert sense of test for non-global types.
1629
1630 Tue May 23 18:11:42 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1631
1632 * reload1.c (reload_cse_move2add): Honor TRULY_NOOP_TRUNCATION.
1633
1634 2000-05-23 Jonathan Larmour <jlarmour@redhat.co.uk>
1635
1636 * config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
1637
1638 Tue May 23 06:50:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1639
1640 * config/alpha/alpha.c: Remove #ifdef HAIFA since now only scheduler.
1641 (alpha_start_function): Never write ..ng label if VMS or NT.
1642 (alpha_align_insns): Remove GP_IN_USE arg.
1643 Alignment now unsigned.
1644 (alpha_reorg): Don't pass GP_IN_USE arg to alpha_align_insns.
1645 * config/alpha/alpha.md (prologue_ldgp): Split into one define_expand
1646 and two define_insn's.
1647
1648 2000-05-22 Richard Henderson <rth@cygnus.com>
1649
1650 * combine.c (simplify_comparison): Use trunc_int_for_mode.
1651
1652 2000-05-22 Richard Henderson <rth@cygnus.com>
1653
1654 * stor-layout.c (place_field): Change rli->size to rli->offset.
1655
1656 2000-05-22 Richard Henderson <rth@cygnus.com>
1657
1658 * function.c (thread_prologue_and_epilogue_insns): Make sure
1659 existing line number notes appear after the prologue.
1660
1661 Mon May 22 21:49:00 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1662
1663 * config/alpha/alpha.c (alpha_fnname): New static variable.
1664 (print_operand, case '~'): New case.
1665 (alpha_expand_prologue): Emit prologue_ldgp insn if needed.
1666 (alpha_start_function): Set alpha_fnname.
1667 Write "ng" label if no ldgp; don't write ldgp insn.
1668 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): New case '~'.
1669 * config/alpha/alpha.md (prologue_ldgp): New define_insn.
1670
1671 Mon May 22 11:30:48 2000 Clinton Popetz <cpopetz@cygnus.com>
1672
1673 * jump.c (jump_optimize_1): Don't increment LABEL_NUSES
1674 on deleted labels.
1675
1676 2000-05-22 Zack Weinberg <zack@wolery.cumb.org>
1677
1678 * varasm.c (eh_frame_section): Revert change to argument list.
1679
1680 Mon May 22 13:14:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1681
1682 * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.
1683 (gen_extend_insn, can_fix_p, can_float_p): Likewise.
1684
1685 * final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
1686 dangling "else" that causes "break" to be conditional.
1687 Also remove unneeded code at start.
1688
1689 Mon May 22 17:31:35 2000 Philippe De Muyter <phdm@macqel.be>
1690
1691 * m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.
1692 * fx80/fx80.h, i370/i370.h, m88k/m88k.h (STORE_FLAG_VALUE): Ditto.
1693 * gmicro/gmicro.h, we32k/we32k.h (STORE_FLAG_VALUE): Ditto.
1694
1695 2000-05-22 Jakub Jelinek <jakub@redhat.com>
1696
1697 * config/sparc/sparc.md (movdf_insn_v9only_vis): fzero has
1698 just one argument.
1699
1700 Mon May 22 06:57:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1701
1702 * alias.c (record_component_aliases): New function.
1703 * tree.h: Clean up some declarations and comments.
1704 (record_component_aliases): New declaration.
1705 * tree.c (get_alias_set): If type and has alias set, use it.
1706
1707 2000-05-22 Richard Henderson <rth@cygnus.com>
1708
1709 * simplify-rtx.c (simplify_ternary_operation): Try to simplify
1710 IF_THEN_ELSE to a setcc form.
1711 * jump.c (can_reverse_comparison_p): Be prepared for insn null.
1712
1713 2000-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1714
1715 * fixinc/inclhack.def (sun_malloc): Handle `calloc'.
1716 (sun_malloc, sysz_stdtypes_for_sun): Add test_text.
1717
1718 Sun May 21 16:42:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1719
1720 * combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is
1721 not a PARALLEL.
1722
1723 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
1724
1725 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
1726 * config/mn10300/mn10300.c (print_operand): Likewise.
1727
1728 * final.c (split_double): Right shift of negative values is not
1729 portable.
1730
1731 * ifcvt.c (if_convert): Scan and kill dead code.
1732
1733 * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
1734
1735 2000-05-20 Zack Weinberg <zack@wolery.cumb.org>
1736
1737 * diagnostic.c: Eliminate implicit int.
1738 * except.c, gcc.c: Add static prototypes.
1739 * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED.
1740 * gensupport.c (process_rtx): Use XVEC to initialize vector
1741 slot of 'split'.
1742
1743 * print-rtl.c: If DEBUG_REGISTER_NAMES, define static
1744 debug_reg_names instead of static reg_names. If not, define
1745 global reg_names.
1746 * regclass.c: Don't define global reg_names unless
1747 DEBUG_REGISTER_NAMES is defined.
1748
1749 * reload1.c (order_regs_for_reload): Remove unused variable.
1750 * varasm.c: Include output.h after defaults.h. Define
1751 eh_frame_section as function of no args, not of unspecified args.
1752
1753 * gcc.c: Constify argbuf; arguments to store_arg,
1754 process_command, main; elements of struct command and struct
1755 switchstr; local variables in execute, process_command, main.
1756
1757 2000-05-20 Bruce Korb <bkorb@gnu.org>
1758
1759 * fixinc/inclhack.def: many applications of c_fix=format + tests
1760 * fixinc/check.diff: regenerated
1761 * fixinc/fixincl.x: regenerated
1762
1763 Sat May 20 09:30:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1764
1765 * alias.c: Clarify some comments.
1766 (record_base_value): REGNO is unsigned.
1767 * rtl.h (record_base_value): Likewise.
1768
1769 * alias.c (aliases_everything_p): Don't special-case QImode here.
1770 * c-common.c (c_get_alias_set): Do it here.
1771 Handle BIT_FIELD_REF by getting alias info for arg.
1772 Use POINTER_TYPE_P.
1773
1774 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
1775
1776 * mklibgcc.in: Restore rule to create ${dir}.
1777
1778 Sat May 20 08:45:41 2000 H.J. Lu <hjl@gnu.org>
1779
1780 * Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for
1781 GCC_FOR_TARGET used by MULTILIBS.
1782 * mklibgcc.in: Make sure each .o file depends on the
1783 directory it will be in.
1784 Make the multilib directory depends libgcc.
1785
1786 Sat May 20 08:29:28 2000 H.J. Lu <hjl@gnu.org>
1787
1788 * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
1789
1790 Sat May 20 07:27:35 2000 Alexandre Oliva <aoliva@cygnus.com>
1791
1792 * fold-const.c (make_range): Handle degenerated intervals.
1793 Fixes c-torture/execute/991221-1.c
1794
1795 Fri May 19 18:16:31 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1796
1797 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
1798 * reload.c (find_equiv_reg): Likewise.
1799 * alias.c (init_alias_analysis): Likewise.
1800 Only call prologue_epilogue_contains on insns.
1801 * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
1802 * bb-reorder.c (hard-reg-set.h): Include earlier.
1803 * haifa-sched.c (hard-reg-set.h): Likewise.
1804 * ifcvt.c (hard-reg-set.h): Likewise.
1805 * local-alloc.c (hard-reg-set.h): Likewise.
1806 * loop.c (hard-reg-set.h): Likewise.
1807 * predict.c (hard-reg-set.h): Likewise.
1808 * regrename.c (hard-reg-set.h): Likewise.
1809 * flow.c (hard-reg-set.h): Likewise.
1810 (reg_set_to_hard_reg_set): New function.
1811 * bitmap.c (regs.h, basic-block.h): No longer include.
1812 (bitmap.h): Now include.
1813 * conflict.c (hard-reg-set.h): Include.
1814 * profile.c (hard-reg-set.h): Likewise.
1815 * print-rtl.c (hard-reg-set.h): Likewise.
1816 * sbitmap.c (hard-reg-set.h): Likewise.
1817 * toplev.c (hard-reg-set.h): Likewise.
1818 * unroll.c (hard-reg-set.h, basic-block.h): Likewise.
1819 * hard-reg-set.h (reg_names): Now constant.
1820 * regs.h (reg_names): Likewise.
1821 * regclass.c (reg_names): Likewise.
1822 * loop.h (basic-block.h): No longer include.
1823 (bitmap.h): Now include.
1824 * reload1.c (order_regs_for_reload): Avoid loop over reg sets.
1825 * Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
1826 (toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
1827
1828 2000-05-19 Jan Hubicka <jh@suse.cz>
1829 Richard Henderson <rth@cygnus.com>
1830
1831 * basic-block.h (struct edge_def): New field "count".
1832 (struct basic_block_def): Likewise.
1833 * flow.c (entry_exit_blocks): Add count fileds.
1834 (split_edge): Keep count information up-to-date.
1835 (dump_edge_info, dump_flow_info): Dump count fields.
1836
1837 * final.c (count_instrumented_edges): Rename to edge from arc.
1838 (end_final): Update users.
1839 * profile.c: Include expr.h, basic-block.h.
1840 (struct adj_list, ARC_TARGET, ARC_SOURCE, ARC_COUNT): Kill.
1841 (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.
1842 (ignore_next_note, return_label_execution_count): Kill.
1843 (bbg_file_name, da_file_name): Kill.
1844 (edge_info, bb_info): New structures.
1845 (EDGE_INFO, BB_INFO, GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): New macros.
1846 (count_instrumented_edges, total_num_edges): Rename to edge from arc.
1847 (total_num_edges_instrumented): Likewise.
1848 (init_arc, expand_spanning_tree): Kill.
1849 (fill_spanning_tree, tablejump_entry_p): Kill.
1850 (instrument_edges): Rewrite from instrument_arcs to use
1851 commit_edge_insertions infrastructure.
1852 (compute_branch_probabilities): Remove arguments; rewrite for
1853 CFG infrastructure; use rtl_dump_file directly.
1854 (branch_prob, find_spanning_tree): Likewise.
1855 (union_groups, find_group): New.
1856 (init_branch_prob): Make bbg_file_name and da_file_name local.
1857 (end_branch_prob): Use rtl_dump_file directly.
1858 (init_edge_profiler): Rename to edge from arc.
1859 (output_arc_profiler): Kill.
1860 (gen_edge_profiler): New.
1861 (output_func_start_profiler): Turn off profiling. Make the
1862 constructor static when we can.
1863 * rtl.h (branch_prob, end_branch_prob): Update prototypes.
1864
1865 * toplev.c (DFI_flow): Remove.
1866 (DFI_cfg, DFI_life): New.
1867 (dump_file): Update accordingly.
1868 (compile_file): Call end_branch_prob if profile_arc_flag too.
1869 (rest_of_compilation): Move flow1 cfg creation to DFI_cfg. Do edge
1870 profiling after the CFG is built. Move flow1 life analysis to
1871 DFI_life. Always estimate remaining probabilities.
1872
1873 2000-05-19 Richard Henderson <rth@cygnus.com>
1874
1875 * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.
1876
1877 * flow.c (make_edges): The sibling call edge to exit is abnormal.
1878
1879 2000-05-19 Richard Henderson <rth@cygnus.com>
1880
1881 * jump.c (redirect_jump): Add delete_unused argument. Don't
1882 remove labels and code following when LABEL_NUSES goes to zero.
1883 (invert_jump): Likewise.
1884 (jump_optimize_1): Fix redirect/invert arguments.
1885 (do_cross_jump, thread_jumps): Likewise.
1886 * flow.c (split_edge): Likewise.
1887 * reorg.c (optimize_skip): Likewise.
1888 (reorg_redirect_jump, relax_delay_slots, dbr_schedule): Likewise.
1889 * profile.c (instrument_arcs): Likewise.
1890 * loop.c (find_and_verify_loops): Likewise. Fix indentation.
1891 * rtl.h: Update prototypes.
1892
1893 Fri May 19 12:05:13 2000 Clinton Popetz <cpopetz@cygnus.com>
1894
1895 * ssa.c (convert_from_ssa): Tell life_analysis we need death
1896 notes.
1897 (make_regs_equivalent_over_bad_edges): Only look at abnormal
1898 critical edges.
1899
1900 2000-05-19 Zack Weinberg <zack@wolery.cumb.org>
1901
1902 * cpphash.c (funlike_macroexpand): Make sure not to walk p1
1903 past l1 when deleting whitespace and markers.
1904
1905 * cpplex.c (_cpp_scan_until): Clear AUX field of tokens.
1906 * cpplib.c (do_unassert): Put the list to compare against on
1907 the stack.
1908
1909 2000-05-19 Bruce Korb <bkorb@gnu.org>
1910
1911 * fixinc/README: cleaned up old documentation
1912 * fixinc/check.diff: regenerated & verified on OSR5 on ix86
1913 * fixinc/check.tpl: compute the list of needed directories
1914 emit "#if defined(name)" because of conflict
1915 omit machine name differences from output differences
1916 * fixinc/inclhack.def( m88k_multi_incl ): Use `wrap' function
1917 (machine_name): change test text to use `sed' markers
1918 * fixinc/fixincl.x: regen
1919
1920 Fri May 19 06:49:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1921
1922 * config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of
1923 a CONSTRUCTOR.
1924
1925 2000-05-18 Chris Demetriou <cgd@sibyte.com>
1926
1927 * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update
1928 it to match the current practice.
1929
1930 2000-05-18 Mark Mitchell <mark@codesourcery.com>
1931
1932 * Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.
1933
1934 2000-05-18 Richard Henderson <rth@cygnus.com>
1935
1936 * rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
1937 * rtl.h (insn_dependant_p): Declare it.
1938 * loop.c (strength_reduce): Use it.
1939
1940 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
1941
1942 * config/mn10300/mn10300.c (expand_prologue, expand_epilogue):
1943 16-bit and 64-bit clean-up.
1944
1945 2000-05-18 Mark Elbrecht <snowball3@bigfoot.com>
1946
1947 * configure.in (*-pc-msdosdjgpp): Set float_format to none.
1948 * configure: Rebuilt.
1949
1950 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
1951
1952 * genopinit.c: Use $ for escape sequences in optab patterns.
1953 Remove backslashes from optab patterns. Change $A, $B, $C to
1954 expand to (int) whatever instead of just whatever; remove
1955 explicit (int) from all optab patterns.
1956
1957 * gensupport.c (xmalloc, xrealloc, xstrdup): Provide.
1958 * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c,
1959 genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
1960 genrecog.c: Remove private copies of xmalloc, xrealloc, and
1961 xstrdup.
1962
1963 2000-05-18 Richard Henderson <rth@cygnus.com>
1964
1965 * jump.c (jump_optimize_1): Base minimum insn count during
1966 find_cross_jump on BRANCH_COST.
1967
1968 2000-05-18 Jakub Jelinek <jakub@redhat.com>
1969
1970 * print-rtl.c (print_rtx): Only print note line number as string
1971 if between NOTE_INSN_BIAS and NOTE_INSN_MAX.
1972 * final.c (final_scan_insn): Do nothing for note line number 0.
1973
1974 2000-05-18 Jakub Jelinek <jakub@redhat.com>
1975
1976 * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE
1977 from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from
1978 NOTE_INSN_DELETED_LABEL.
1979
1980 2000-05-18 Nick Clifton <nickc@cygnus.com>
1981
1982 * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant,
1983 uninitialised data in .rodata not .bss, and do not interpret an
1984 error in the initialisation value as meaning that the variable
1985 should be placed in the .bss section.
1986
1987 Thu May 18 12:10:18 2000 Philippe De Muyter <phdm@macqel.be>
1988
1989 * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
1990 not `$ac_cv_prog_cc_cc_c_o'.
1991 * configure: Regenerated.
1992
1993 2000-05-18 Chris Demetriou <cgd@sibyte.com>
1994 Richard Henderson <rth@cygnus.com>
1995
1996 * c-common.h (enum c_tree_index): Add g77 type entries.
1997 (g77_integer_type_node, g77_uinteger_type_node): New.
1998 (g77_longint_type_node, g77_ulongint_type_node): New.
1999 * c-decl.c (init_decl_processing): Initialize them.
2000
2001 2000-05-18 Richard Henderson <rth@cygnus.com>
2002
2003 * config/h8300/h8300.md (subs patterns): Use %G to negate.
2004
2005 * config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.
2006 (small_power_of_two): Likewise; use exact_log2.
2007 (adds_subs_operand, one_insn_adds_subs_operand): Remove.
2008 (output_adds_subs): Remove.
2009 (two_insn_adds_subs_operand): New.
2010 (split_adds_subs): New.
2011 * config/h8300/h8300-protos.h: Update.
2012 * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT.
2013 (CONST_OK_FOR_L): Match strict adds operands.
2014 (CONST_OK_FOR_N): Match struct subs operands.
2015 * config/h8300/h8300.md (adds_subs insns): Remove.
2016 (addhi patterns): Output adds/subs directly.
2017 (addsi_h8300h): Likewise.
2018 (addhi/addsi splitters): New. Decompose two_insn_adds_subs_operand.
2019
2020 2000-05-18 Zack Weinberg <zack@wolery.cumb.org>
2021
2022 * cppexp.c (parse_assertion): New.
2023 (lex): Call it for CPP_HASH. Remove CPP_ASSERTION case.
2024 (_cpp_parse_expr): Remove case '#'. Don't set
2025 parsing_if_directive.
2026 * cpphash.c (collect_objlike_expansion,
2027 collect_funlike_expansion, collect_params,
2028 _cpp_create_definition): The list no longer has a trailing
2029 VSPACE token.
2030 * cpphash.h (enum node_type): Add T_ASSERTION.
2031 (struct hashnode): Remove aschain, add pred.
2032 (struct predicate): New.
2033 Update prototypes.
2034
2035 * cpplex.c (expand_token_space): Handle both offset and
2036 nonoffset lists.
2037 (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete.
2038 (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist,
2039 _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
2040 _cpp_equiv_toklists): New.
2041 (_cpp_scan_line): Rename to _cpp_scan_until; add ability to
2042 stop at any single-character token, not just newline.
2043 (_cpp_lex_token): Remove special cases for #define and #if.
2044 (cpp_get_token): Expect # as a separate token type. Remove
2045 DIRECTIVE case.
2046 (_cpp_get_directive_token): Remove DIRECTIVE case.
2047 (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update.
2048
2049 * cpplib.c (_cpp_check_directive): Set dirno and
2050 SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags.
2051 (_cpp_handle_directive): Run # <number> through the same logic
2052 as normal directives.
2053 (do_define): Don't set parsing_define_directive. Use
2054 _cpp_scan_until. The list does not have a VSPACE at the end.
2055 (do_if): Save, clear, and restore only_seen_white around
2056 _cpp_parse_expr.
2057 (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/
2058 (do_assert, do_unassert): Rewrite.
2059
2060 * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION.
2061 (LIST_OFFSET): New flag.
2062 (struct cpp_toklist): Replace dir_handler and dir_flags with
2063 dirno and flags.
2064 (struct cpp_reader): Remove parsing_if_directive and
2065 parsing_define_directive.
2066
2067 2000-05-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2068
2069 * fixinc/inclhack.def (broken_cabs): Update fix to handle comments
2070 following the cabs decl which terminate on the following line.
2071 Add the corresponding test_text case.
2072
2073 2000-05-18 Neil Booth <NeilB@earthling.net>
2074
2075 * cppinit.c (cpp_reader_init): Initialise col_adjust and
2076 default tab stop size.
2077 (no_num, OPT_ftabstop): New.
2078 (handle_option): Handle "ftabstop=" command-line option.
2079 (print_help): Document it.
2080 * cpplex.c (COLUMN): Remove.
2081 (handle_newline): Reset col_adjust.
2082 (skip_whitespace): Update col_adjust as tabs encountered.
2083 (_cpp_lex_line): Update to use col_adjust. Call
2084 skip_whitespace for all whitespace.
2085 * cpplib.h (struct cpp_options): New member tabstop.
2086 (struct cpp_reader): New member col_adjust.
2087 (CPP_BUF_COL): Update.
2088 (CPP_BUF_COLUMN): New.
2089 * cpp.texi: Document "-ftabstop=" command line option.
2090
2091 Wed May 17 18:19:41 2000 Philippe De Muyter <phdm@macqel.be>
2092
2093 * configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT
2094 files.
2095 * configure: Rebuilt.
2096
2097 Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
2098
2099 * mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
2100
2101 * tree.c (build_common_tree_nodes): Do not build TI nodes unless
2102 HOST_BITS_PER_WIDE_INT is >= 64.
2103
2104 2000-05-17 Richard Henderson <rth@cygnus.com>
2105
2106 * jump.c (jump_optimize_1): Remove inactive but real insns
2107 in jump-to-next-insn optimization.
2108
2109 2000-05-17 Richard Henderson <rth@cygnus.com>
2110
2111 * toplev.c (rest_of_compilation): Don't call optimize_mode_switching
2112 unless OPTIMIZE_MODE_SWITCHING. Conditionally set no_new_pseudos.
2113 Don't call recompute_reg_usage if no_new_pseudos is true.
2114 * lcm.c (optimize_mode_switching): Move ifdefs outside function.
2115 Return true if we did work; update global life information.
2116 * basic-block.h (optimize_mode_switching): Update decl.
2117
2118 2000-05-17 Neil Booth <neilb@earthling.net>
2119
2120 * cpplex.c (expand_name_space): Don't use ptrdiff_t.
2121
2122 2000-05-17 Zack Weinberg <zack@wolery.cumb.org>
2123
2124 * cpplib.c: New feature, #pragma system_header.
2125 * cpp.texi: Document special treatment of system headers, and
2126 the various mechanisms to get a header that special treatment.
2127
2128 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2129
2130 * system.h (offsetof): Define at the very end, to ensure we prefer
2131 the platform's definition if available.
2132
2133 2000-05-16 Bruce Korb <bkorb@gnu.org>
2134
2135 * fixinc/fixincl.c: improve the debug displays, ignore SIGPIPE
2136 * fixinc/server.c: likewise
2137 * fixinc/fixfixes.c( char_macro_def_fix ): fix regex
2138 + #ifdef debugging code + use #def constant for
2139 sub-pattern count
2140 * fixinc/inclhack.def( hpux11_fabsf ): Keep HP-UX 11 from stomping
2141 on C++ math namespace
2142
2143 2000-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2144
2145 * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
2146 Don't check the return value of sprintf. Use asprintf to avoid
2147 buffer overflows.
2148
2149 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
2150
2151 * flags.h (warn_unused_function, warn_unused_label,
2152 warn_unused_parameter, warn_unused_variable, warn_unused_value):
2153 Replace ``warn_unused''.
2154 (set_Wunused): Add declaration.
2155 * toplev.c (set_Wunused): New function.
2156 (warn_unused_function, warn_unused_label, warn_unused_parameter,
2157 warn_unused_variable, warn_unused_value): New variables.
2158 (W_options): Add -Wunused-function, -Wunused-function,
2159 -Wunused-label, -Wunused-parameter, -Wunused-variable and
2160 -Wunused-value. Delete -Wunused. Handled in decode_W_option.
2161
2162 * toplev.c (decode_W_option): Update -Wunused flags by calling
2163 set_Wunused.
2164 * c-decl.c (c_decode_option): Ditto for -Wall.
2165
2166 * stmt.c (expand_expr_stmt, expand_expr_stmt,
2167 warn_about_unused_variables): Replace warn_unused with more
2168 explicit warn_unused_value et.al.
2169 * function.c (expand_function_end): Ditto.
2170 * c-typeck.c (internal_build_compound_expr,
2171 internal_build_compound_expr): Ditto.
2172 * c-decl.c (poplevel, pop_label_level): Ditto.
2173 * toplev.c (check_global_declarations): Replace warn_unused with
2174 check for either warn_unused_function or warn_unused_variable.
2175
2176 * gcc.1, invoke.texi (Warning Options): Document
2177 -Wunused-function, -Wunused-function, -Wunused-label,
2178 -Wunused-parameter, -Wunused-variable and -Wunused-value options.
2179
2180 Wed May 17 10:28:12 2000 Philippe De Muyter <phdm@macqel.be>
2181
2182 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in
2183 $(srcdir), not in the current directory.
2184
2185 2000-05-16 Richard Henderson <rth@cygnus.com>
2186
2187 * config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the
2188 assembler supports it.
2189 (.fini, .init): Use a gp-relative indirect call.
2190 (__do_global_dtors_aux): Preserve the gp; rebundle.
2191 (__do_frame_setup): Likewise.
2192 * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1.
2193 (.init): Use a gp-relative indirect call.
2194 (__do_global_ctors_aux): Preserve the gp.
2195
2196 2000-05-16 Richard Henderson <rth@cygnus.com>
2197
2198 * flow.c (commit_one_edge_insertion): Be prepared for a return
2199 insn to be inserted on the edge with a normal jump.
2200 * jump.c (jump_optimize_1): Don't look to create return isns.
2201
2202 * flow.c (flow_delete_insn): Don't adjust reference count of notes.
2203 * jump.c (jump_optimize_1): Likewise.
2204 (returnjump_p): Verify the argument is a JUMP_INSN.
2205 * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL.
2206
2207 2000-05-16 Nick Clifton <nickc@cygnus.com>
2208
2209 * config/m32r/m32r.c (small_insn_p): Use INSN_P() to replace
2210 GET_RTX_CLASS (GET_CODE ()) == 'i'.
2211 (large_insn_p): Ditto.
2212 (m32r_is_insn): New function: Return true if the insn contains
2213 an executable instruction.
2214 (m32r_adjust_insn): Use m32r_is_insn.
2215 (m32r_sched_reorder): Use m32r_is_insn.
2216 (m32r_sched_variable_issue): Use m32r_is_insn.
2217
2218 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2219
2220 * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like
2221 VAR_DECL.
2222
2223 * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.
2224
2225 * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux
2226 according to given options.
2227
2228 Tue May 16 12:17:31 2000 Jeffrey A Law (law@cygnus.com)
2229
2230 * mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS
2231 if X has VOIDmode either.
2232 (LIMIT_RELOAD_CLASS): Similarly.
2233
2234 * mn10200.md (indirect_jump, tablejump): Use "register_operand",
2235 not "general_operand" to match the processor's capabilities.
2236
2237 2000-05-16 Bruce Korb <bkorb@gnu.org>
2238
2239 * fixinc/README: corrected return address
2240 * fixinc/check.diff: regenerate, now that test works
2241 * fixinc/fixfixes.c(format_fix,format_write): reformatted
2242 (char_macro_def_fix,char_macro_use_fix): corrected and
2243 rewrote to use regex to parse the text
2244 * fixinc/inclhack.def: more testing
2245 * fixinc/fixincl.x: regenerated
2246
2247 * fixinc/inclhack.def: added several "test_text" attributes
2248 changed several fixes to use `c_fix = format'
2249 re-alphabetized the fixes
2250
2251 * fixinc/check.diff: regenerate
2252 * fixinc/fixincl.x: regenerate
2253 * fixinc/check.tpl: added `sparc' and `netinet' to the list
2254 of created dirs
2255
2256
2257 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
2258
2259 * config/mn10300/mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove.
2260
2261 2000-05-15 Richard Henderson <rth@cygnus.com>
2262
2263 * toplev.c (rest_of_compilation): Run full jump pass before
2264 find_basic_blocks of flow2.
2265
2266 2000-05-15 Richard Henderson <rth@cygnus.com>
2267
2268 * jump.c: Fix typos and clarify commentary from last change.
2269 (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE.
2270 (safe_to_remove_jump_p): Remove.
2271 (condjump_label): Use pc_set.
2272
2273 2000-05-15 Richard Henderson <rth@cygnus.com>
2274
2275 * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns
2276 that get in the way after reload.
2277 (cond_exec_process_if_block): Skip a label heading THEN block.
2278
2279 2000-05-15 Richard Henderson <rth@cygnus.com>
2280
2281 * varasm.c (output_constant_pool): Abort instead of converting
2282 (improperly) deleted labels to zero.
2283
2284 2000-05-16 Neil Booth <NeilB@earthling.net>
2285
2286 * cpplex.c (parse_string2): Update comment.
2287 (cpp_lex_line): No special assertion treatment for '('.
2288 * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
2289 * cpplib.h (SYNTAX_ASSERT): Remove.
2290
2291 Mon May 15 21:45:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
2292
2293 * jump.c (condjump_p): Mark as depreached.
2294 (any_condump_p): New.
2295 (any_uncondump_p): New.
2296 (pc_set): New.
2297 (safe_to_remove_jump_p): New.
2298 * rtl.h (any_condump_p, any_uncondjump_p, pc_set
2299 safe_to_remove_jump_p): Declare.
2300
2301 Mon May 15 21:07:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
2302
2303 * calls.c: Re-install both patches reverted by last patch.
2304 (struct arg_data): New field tail_call_reg.
2305 (initialize_argument_information): Initialize tail_call_reg
2306 (load_register_parameters): New argument flags, use
2307 tail_call_reg when emiting tail call sequence.
2308 (expand_call): Update call of load_register_parameters;
2309 copy unadjusted_args_size to adjusted_args_size.
2310
2311 Mon May 15 19:01:42 MET DST 2000 Jan Hubicka <jh@suse.cz>
2312
2313 * loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
2314 and bct_p parameters to flags.
2315 * loop.h (LOOP_UNROLL, LOOP_BCT): New constants.
2316 * rtl.h (loop_optimize): Update prototype.
2317 * toplev.c (rest_of_compilation): Update call of loop_optimize.
2318
2319 2000-05-15 Jakub Jelinek <jakub@redhat.com>
2320
2321 * calls.c (expand_call): Move expand_start_target_temps call after
2322 start_sequence().
2323
2324 2000-05-15 Neil Booth <NeilB@earthling.net>
2325
2326 * cpphash.c (trad_stringify, warn_trad_stringify,
2327 collect_params): Make some pointers pointers to const.
2328 * cpplex.c (auto_expand_name_space) Guaranteed to always
2329 expand by at least one character.
2330 (SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
2331 (struct token_spelling): Use const U_CHAR * rather than PTR.
2332 (expand_name_space): Fix up token pointers if name space
2333 is moved when expanding.
2334 (INIT_NAME, cpp_scan_line, parse_name, parse_number,
2335 parse_string2, save_comment, spell_token, cpp_output_list):
2336 Update so the routines handle tokens with a direct pointer to
2337 their text, rather than an offset into the token's list's namebuf.
2338 (_cpp_lex_line): Rearrange for clarity.
2339
2340 * cpplib.c (_cpp_check_directive): Similarly.
2341 (do_define): Make SYM a pointer to const.
2342 * cpplib.h (struct cpp_name): Replace offset with direct pointer.
2343 (CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
2344 (TOK_OFFSET): Delete.
2345 (TOK_NAME): Update.
2346
2347 2000-05-14 Geoffrey Keating <geoffk@cygnus.com>
2348
2349 * config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
2350 64-bit ABI.
2351
2352 * config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
2353 into account.
2354 (logical_u_operand): Delete.
2355 (non_logical_cint_operand): Rewrite to take MODE into account.
2356 (non_logical_u_cint_operand): Delete.
2357 (boolean_operator): New function.
2358 (print_operand): Add new %q operand.
2359 * config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
2360 remove logical_u_operand and non_logical_u_cint_operand,
2361 update logical_operand and non_logical_cint_operand.
2362 * config/rs6000/rs6000.md: Rewrite the patterns for performing
2363 logical operations to use %q.
2364
2365 * config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
2366 (movdi): Make similar to movsi.
2367 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
2368 is no such thing as a DImode CONST_DOUBLE.
2369 * config/rs6000/rs6000.c (output_toc): Likewise.
2370
2371 * config/rs6000/rs6000.c (output_cbranch): Don't output prediction
2372 codes when old mnemonics are in use. Print register names
2373 for cc registers when requested.
2374
2375 * optabs.c (expand_float): Don't allow mode widening that causes
2376 double rounding.
2377
2378 * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
2379 flags to their current names -maix64 and -maix32.
2380
2381 2000-05-14 Bruce Korb <bkorb@gnu.org>
2382
2383 * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
2384 and/or after current text of file
2385 * fixinc/fixlib.c(must_malloc):
2386 * fixinc/fixlib.h(must_malloc): + reformatting
2387 * fixinc/inclhack.def: replace the "1i" and "$a" sed commands
2388 with usages of ``c_fix = wrap;''
2389 Add several tests and use the ``c_fix = format'' fixer more.
2390 * fixinc/fixincl.x: regen
2391 * fixinc/check.diff: regen
2392 * fixinc/check.tpl: emit the associated header with the missing
2393 test message
2394
2395 Sun May 14 17:58:59 2000 Hans-Peter Nilsson <hp@axis.com>
2396
2397 * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
2398 variables $src and $dst.
2399
2400 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
2401
2402 * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
2403 (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
2404 (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
2405 (struct output_buffer: emitted_prefix_p, prefixing_rule): New
2406 fields.
2407 (set_message_prefixing_rule): Declare.
2408
2409 * diagnostic.c: (current_prefixing_rule): New variable.
2410 (set_message_prefixing_rule): Define.
2411 (output_set_prefix): Adjust buffer->emitted_prefix_p.
2412 (init_output_buffer): Adjust Initialization.
2413 (output_emit_prefix): Rewrite. Take prefixing rules into account.
2414
2415 Sat May 13 11:05:47 2000 Philippe De Muyter <phdm@macqel.be>
2416
2417 * ifcvt.c (if_convert): Do not free NULL.
2418
2419 2000-05-12 Nick Clifton <nickc@cygnus.com>
2420
2421 * config/fr30/fr30.c (fr30_move_double): New function: Emit code
2422 to move a double word value.
2423 (di_operand): New function: Return true if the operand is suitbale
2424 for a double word move operation.
2425 (nonimmediate_di_operand): New function: Return true if the
2426 operand is a DImode register or MEM.
2427
2428 * config/fr30/fr30.h (PREDICATE_CODES): Add di_operand and
2429 nonimmediate_di_operand.
2430
2431 * config/fr30/fr30-protos.h Add fr30_move_double, di_operand, and
2432 nonimmediate_di_operand.
2433
2434 * config/fr30/fr30.md (movdi): New pattern. Required because
2435 other patterns generate DImode results.
2436 (movdi_insn): New pattern.
2437
2438 2000-05-12 Richard Henderson <rth@cygnus.com>
2439
2440 * config/alpha/alpha.c (struct shadow_summary): Define
2441 bitfields as type unsigned int.
2442
2443 Sat May 13 00:09:59 2000 Denis Chertykov <denisc@overta.ru>
2444
2445 * config/avr/t-avr: Added definition of FLOAT while generates
2446 fp-bit.c
2447
2448 * config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
2449 peepholes for tst+jump = sbrs/sbrc optimization.
2450
2451 Fry May 12 20:03:00 CEST 2000 Jan Hubicka <jh@suse.cz>
2452
2453 * expr.c (emit_push_insn): Do not adjust stack pointer when
2454 preallocating.
2455
2456 Fri May 12 19:03:58 2000 Philippe De Muyter <phdm@macqel.be>
2457
2458 * ggc-simple.c (offsetof): Macro fallback definition moved from here ..
2459 * system.h (offsetof): ... to here.
2460
2461 2000-05-12 Richard Henderson <rth@cygnus.com>
2462
2463 * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2464 * final.c (final_end_function): Use app_disable. Rearrange note
2465 handling into a switch. Emit deleted labels.
2466 (output_asm_label): Generate label strings for deleted labels.
2467 * flow.c (tail_recursion_label_list): New.
2468 (find_basic_blocks_1): Set label_value_list directly. Collect list
2469 of tail recursion labels from call_placeholders. Don't add deleted
2470 labels to the label value list.
2471 (cleanup_cfg): Use free_EXPR_LIST_list.
2472 (flow_delete_insn_chain): Turn non-removable labels into notes.
2473 (flow_delete_block): Don't disable deleting the block because of
2474 a non-removable label.
2475 (tail_recursion_label_p): New.
2476 (merge_blocks_move_predecessor_nojumps): Don't disable the merge
2477 because of a label.
2478 (merge_blocks_move_successor_nojumps): Likewise. Also move a
2479 jump table.
2480 (merge_blocks): Disable a merge because of tail recursion labels.
2481 * ifcvt.c (merge_if_block): Don't disable a merge because of a label.
2482 Use a more accurate measure of not merging the join block.
2483 (find_if_block): Don't disable conversion because of a label.
2484 (find_if_case_1, find_if_case_2): Likewise.
2485 * jump.c (duplicate_loop_exit_test): Preserve the kind of list
2486 element when copying.
2487 (squeeze_notes): Also leave EH notes.
2488 (mark_jump_label): Ignore deleted labels. Use an INSN_LIST for
2489 REG_LABEL notes.
2490 (delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
2491 deleting a label.
2492 * print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
2493 NOTE_INSN_DELETED_LABEL. Print `[# deleted]' for a label_ref
2494 referring to a deleted label. Convert tail handling to a switch.
2495 * rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
2496 for NOTE_INSN_DELETED_LABEL.
2497 (NOTE): Fix commentary.
2498 * rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
2499 (REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
2500 (CODE_LABEL_NUMBER, LABEL_NAME): Update index.
2501 (LABEL_NUSES, LABEL_REFS): Likewise.
2502 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.
2503
2504 2000-05-12 Bruce Korb <bkorb@gnu.org>
2505
2506 * fixinc/fixfixes.c(format_write): buglet & relaxed rules
2507 * fixinc/check.diff: updated
2508 * fixinc/inclhack.def: corrected & added some test_text-s
2509 * fixinc/genfixes: removed unneeded options to autogen invocation
2510 * fixinc/fixincl.tpl: Specified the output file
2511 * fixinc/fixfixes.c: visual appearance
2512 * fixinc/fixincl.x: regenerate
2513
2514 2000-05-12 Zack Weinberg <zack@wolery.cumb.org>
2515
2516 * fixinc/fixfixes.c (IO_use_fix, IO_defn_fix, CTRL_use_fix,
2517 CTRL_defn_fix): Delete.
2518 (fix_char_macro_defines, fix_char_macro_uses): Rename to
2519 char_macro_def_fix and char_macro_use_fix, respectively. Put
2520 them into the FIXUP_TABLE. Get the string to search for from
2521 a c_fix_arg.
2522
2523 (format_write): New function.
2524 (format_fix): Use it.
2525
2526 (FIX_PROC_HEAD): Constify text parameter.
2527 (machine_name_fix): Constify all char *s.
2528 * fixtests.c (skip_quote): Remove double static.
2529
2530 * inclhack.def (io_def_quotes, io_use_quotes, ctrl_def_quotes,
2531 ctrl_use_quotes): Update for new scheme.
2532 * fixincl.x: Regenerate.
2533
2534 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
2535
2536 * config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
2537 DWARF2_DEBUG.
2538 (DWARF2_ASM_LINE_DEBUG_INFO): Define.
2539 (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
2540
2541 2000-05-11 Robert Lipe <robertlipe@usa.net>
2542
2543 * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
2544 * fixincl.x: Regenerate.
2545
2546 2000-05-11 Richard Henderson <rth@cygnus.com>
2547
2548 * calls.c: Revert both 05-09 patches.
2549
2550 2000-05-11 Alexandre Oliva <aoliva@cygnus.com>
2551
2552 * config/mn10300/mn10300.c (print_operand): Print FP constants in
2553 hexadecimal.
2554 * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
2555 for FP values.
2556
2557 * mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
2558 and replace any occurrences of `=' in multilib dirs with `$(EQ)'.
2559
2560 2000-05-11 Jason Merrill <jason@casey.cygnus.com>
2561
2562 * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
2563
2564 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
2565
2566 * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
2567
2568 Thu May 11 22:28:05 2000 Denis Chertykov <denisc@overta.ru>
2569
2570 * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
2571 * config/avr/avr.c (jump_over_one_insn_p): New function.
2572 * config/avr/avr.md: New peepholes added. Output test and
2573 conditional jump to "sbrc" or "sbrs" command.
2574
2575 2000-05-11 Mark Elbrecht <snowball3@bigfoot.com>
2576
2577 * cppmain.c (main): Use IS_DIR_SEPARATOR.
2578
2579 2000-05-11 Jakub Jelinek <jakub@redhat.com>
2580
2581 * except.c (find_exception_handler_labels_1): New function.
2582 (find_exception_handler_labels): Split into two functions, dive
2583 into CALL_PLACEHOLDERs when looking for exception handler labels.
2584
2585 2000-05-11 Stan Cox <scox@cygnus.com>
2586
2587 * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
2588 * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
2589 * toplev.c (rest_of_compilation): Call regrename_optimize before sched2.
2590
2591 2000-05-11 Bruce Korb <bkorb@gnu.org>
2592
2593 * fixinc/fixfixes.c (double_slash_fix): obsolete
2594 (else_endif_label_fix): obsolete
2595 (format_fix): new, unused as yet
2596 (main): obsolete
2597 * fixinc/fixlib.h: added fix description struct for use by format_fix
2598 * fixinc/fixincl.c: removed the struct & test for SIGIOT befure using
2599 * fixinc/Makefile.in: compile fixfixes.c and fixtests.c as separate
2600 modules. Removed the vestiges of the script version.
2601 Added support for "make check".
2602 * fixinc/check.diff: base diff file (needs work!!)
2603 * fixinc/check.tpl: quiet the fixup output
2604 * fixinc/fixtests.c (main): obsolete
2605 * fixinc/fixincl.sh: don't bother copying fixincl to ..
2606 * fixinc/fixincl.tpl: provide for arguments to c_fix routines
2607
2608 Thu May 11 11:57:02 MET DST 2000 Jan Hubicka <jh@suse.cz>
2609
2610 * toplev.c (rest_of_compilation): Remove dead code after
2611 combine.
2612
2613 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
2614
2615 * cpphash.c (collect_funlike_expansion): Make "# is not
2616 followed by a macro argument name" a pedwarn, not an error.
2617 Preserve the # in the output. Suppress the warning if lang_asm.
2618
2619 Thu May 11 01:19:31 2000 Jeffrey A Law (law@cygnus.com)
2620
2621 * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
2622 * configure: Rebuilt.
2623
2624 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
2625
2626 * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
2627
2628 2000-05-10 Kazu Hirata <kazu@hxi.com>
2629
2630 * combine.c (try_combine): Fix a typo.
2631
2632 Wed May 10 21:31:44 2000 Jim Wilson <wilson@cygnus.com>
2633
2634 * config/ia64/ia64.md (insv): Add comment.
2635
2636 2000-05-10 Richard Henderson <rth@cygnus.com>
2637
2638 * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
2639 * mklibgcc.in: Rewrite to not use functions. Don't shortcut
2640 dependancies on FPBIT and DPBIT.
2641
2642 2000-05-10 Nick Clifton <nickc@redhat.com>
2643
2644 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
2645 when optimising for size.
2646 (mark_used_regs:) Ditto.
2647 (try_pre_increment_1): Ditto.
2648
2649 2000-05-10 Zack Weinberg <zack@wolery.cumb.org>
2650
2651 * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
2652 Make error message friendlier.
2653
2654 * cpphash.h (struct hashnode): Use struct hack for name
2655 member.
2656 * cpphash.c (struct hashdummy): New.
2657 (eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
2658 (make_HASHNODE): No need to set ->name pointer. Correct
2659 setting of p.
2660 (cpp_lookup): Make 'dummy' a struct hashdummy. Tidy up a bit.
2661
2662 2000-05-10 Richard Henderson <rth@cygnus.com>
2663
2664 * flow.c (find_basic_blocks_1): Remove any spare bb_note
2665 after completion.
2666
2667 2000-05-10 Bruce Korb <bkorb@gnu.org>
2668
2669 * fixinc/gnu-regex.c: reg_syntax_t re_syntax_options must be static
2670
2671 2000-05-10 Eric Schweitz <schweitz@nortelnetworks.com>
2672
2673 * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
2674 after we enter .debug.
2675
2676 2000-05-10 Jason Merrill <jason@casey.cygnus.com>
2677
2678 * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
2679 abstract instance of a nested inline function.
2680
2681 * stor-layout.c (finish_record_layout): finalize_type_size
2682 before laying out the pending_statics.
2683
2684 Wed 10 May 09:36:47 2000 Neil Booth <NeilB@earthling.net>
2685
2686 * cpplex.c (spell_token): New function.
2687 (spell_string, spell_comment, spell_name): fold into
2688 spell_token.
2689 (I, S): Add macros.
2690 (E, H): Remove macros.
2691 (save_comment): Save comment opening characters too.
2692 (_cpp_lex_file): Update to use spell_token. Tidy up comment
2693 handling.
2694 * cpplib.h (I, S): Add macros.
2695 (E, H): Remove macros.
2696 (TTYPE_TABLE): Update entries for new speller.
2697 (SYNTAX_ASSERT): Remove.
2698
2699 Wed 10 May 09:08:30 2000 Neil Booth <NeilB@earthling.net>
2700
2701 * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
2702 when removing escaped newlines. Reverse sense of test for
2703 escaped newline.
2704
2705 2000-05-09 Richard Henderson <rth@cygnus.com>
2706
2707 * flow.c (find_basic_blocks_1): Do not delete the first
2708 bb_note we run across.
2709 (create_basic_block): Use reorder_insns to move an existing
2710 bb_note to the correct place.
2711
2712 2000-05-09 Richard Henderson <rth@cygnus.com>
2713
2714 * calls.c (expand_call): Increment currently_expanding_call
2715 before calling optimize_tail_recursion.
2716
2717 Tue May 9 18:54:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2718
2719 * reload1.c (reload_combine): Fix errors in last change.
2720
2721 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
2722
2723 * gcc.c (used_arg): Skip over a semicolon at the end of the
2724 split-up loop; don't break out of it.
2725
2726 * Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
2727 (tree.o): Depend on output.h.
2728
2729 * c-decl.c (pending_invalid_xref_file,
2730 current_function_prototype_file): Constify.
2731 (pushdecl): Constify a local char *.
2732 (define_label): Constify filename parameter.
2733 * c-lex.c (init_parse): Constify parameter and return value.
2734 * c-typeck.c (c_expand_asm_operands): Constify filename parameter.
2735 * c-tree.h: Update prototypes.
2736 * c-parse.in: Constify filename member of %union, and if_stmt_file.
2737 * c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
2738 objc/objc-parse.c: Regenerate.
2739
2740 * dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
2741 * dwarfout.h: Update prototypes.
2742 * expr.c (expand_expr): Constify a local char *.
2743 * flags.h: Constify main_input_filename.
2744 * function.c (expand_function_end): Constify filename parameter.
2745 * genrecog.c (make_insn_sequence): Use a character array for
2746 c_test_pos.
2747 (main): Remove unused variables.
2748 * input.h: Constify input_filename, main_input_filename, and
2749 file_stack.name. Update prototypes.
2750 * output.h: Declare first_global_object_name and
2751 weak_global_object_name here, as const char *.
2752 * stmt.c (expand_asm_operands): Constify filename parameter.
2753 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
2754 Constify filename parameter.
2755 (input_filename, main_input_filename): Constify.
2756 * toplev.h: Update prototypes.
2757 * tree.c: Include output.h. Don't declare
2758 first_global_object_name or weak_global_object_name. Clean up string
2759 bashing in get_file_function_name_long.
2760 * tree.h (struct tree_decl): Constify filename member.
2761 (input_filename): Constify.
2762 Update prototypes.
2763 * varasm.c (first_global_object_name, weak_global_object_name):
2764 Constify.
2765 (assemble_start_function, assemble_variable): Clean up string bashing.
2766
2767 * gcc.c: Constify all spec-related strings initialized,
2768 transitively, from string constants. Constify all strings
2769 and string variables related to multilibs.
2770 (set_spec, read_specs): Cast argument to free to PTR.
2771 (used_arg): Do not modify multilib_matches. Use strncmp plus
2772 length comparison to compare multilib switches.
2773 * genmultilib: Constify everything declared in multilib.h.
2774
2775 Tue May 9 22:28:03 2000 Denis Chertykov <denisc@overta.ru>
2776
2777 * flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
2778 as deleted.
2779
2780 Tue May 9 20:52:43 2000 Denis Chertykov <denisc@overta.ru>
2781
2782 * config/avr/avr-protos.h (extra_constraint): change a type of
2783 second argument from char to int to avoid warnings.
2784 (asm_output_byte): Likewise.
2785
2786 * config/avr/avr.c (MAX_LD_OFFSET) New macro.
2787 (initial_elimination_offset): Handle elimination from
2788 FRAME_POINTER_REGNUM to STACK_POINTER_REGNUM.
2789 (legitimate_address_p): Use MAX_LD_OFFSET.
2790 (legitimize_address): Likewise.
2791 (out_movqi_r_mr): Likewise.
2792 (out_movhi_r_mr): Likewise, use `fatal_insn' instead of `fatal'.
2793 (out_movsi_r_mr): Use MAX_LD_OFFSET.
2794 (out_movsi_mr_r): Likewise.
2795 (out_movqi_mr_r): Likewise.
2796 (out_movhi_mr_r): Likewise.
2797 (notice_update_cc): Correct CC for the ashrqi3 with the shift
2798 count as CONST_INT != 6.
2799 (ashlqi3_out): Coding style modifications. Run `fatal_insn' if
2800 shift count is a CONSTANT_P, but not a CONST_INT.
2801 (ashlhi3_out): Coding style modifications.
2802 (ashlsi3_out): Likewise.
2803 (ashrhi3_out): Likewise.
2804 (ashrsi3_out): Likewise.
2805 (lshrhi3_out): Likewise.
2806 (lshrsi3_out): Likewise.
2807 (ashrqi3_out): Generate shift for any known constant count without
2808 scratch register. Run `fatal_insn' if shift count is a CONSTANT_P,
2809 but not a CONST_INT.
2810 (lshrqi3_out): Coding style modifications. Run `fatal_insn' if
2811 shift count is a CONSTANT_P, but not a CONST_INT.
2812 (extra_constraint): change a type of
2813 second argument from char to int to avoid warnings.
2814 (asm_output_byte): Likewise.
2815 (asm_file_end): Output size generated commands count as a hex
2816 number too.
2817
2818 * config/avr/avr.h (RETURN_ADDR_RTX): New macro.
2819
2820 * config/avr/avr.md (addhi3): Fragment commented by &&0 is
2821 removed.
2822 (ashlqi3): Values of "length" attribute changed. Shift count
2823 uses constraints 'n' instead of 'i'.
2824 (ashrqi3): Likewise. Values of "cc" attribute changed. Generate
2825 shifts without clobber register.
2826 (lshrqi3): Shift count uses constraints 'n' instead of 'i'.
2827 (call_insn): Correct test for which_alternative == 1 (was 0).
2828 (call_value_insn): Likewise.
2829
2830 * config/avr/t-avr: Remove definition of FLOAT while generates
2831 fp-bit.c
2832
2833 2000-05-09 Bruce Korb <bkorb@gnu.org>
2834
2835 * fixinc/check.tpl: Template for checking fixes
2836 * fixinc/inclhack.def: Added 'test_text' for many fixes
2837 disable hpux8_bogus_inlines on SCO
2838 * fixinc/fixinc.sco: Oh, yes, we don't need this any more.
2839
2840 Tue May 9 16:30:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
2841
2842 * calls.c (expand_call): Reorganize somewhat in order
2843 to avoid unnecesary recalculation inside loop and make
2844 tail call failure code cleaner.
2845
2846 Tue May 9 06:30:20 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2847
2848 * alias.c (nonlocal_reference_p): Minor reformatting.
2849 * reload.c (find_equiv_reg): Simplify logic for
2850 CALL_INSN_FUNCTION_USAGE since can't have SUBREG or pseudos and
2851 some some reformatting.
2852 * reload1.c (reload_combine): Don't assume everything in
2853 CALL_INSN_FUNCTION_USAGE is a REG and clean up code a bit.
2854
2855 2000-05-08 Richard Henderson <rth@cygnus.com>
2856
2857 * final.c (current_insn_predicate): New.
2858 (final_scan_insn): Set it.
2859 * output.h (current_insn_predicate): Declare.
2860
2861 * ifcvt.c (cond_exec_process_insns): New argument prob_val.
2862 Attach it to call insns.
2863 (cond_exec_process_if_block): Track probability for true and
2864 false branches.
2865 (dead_or_predicable): Likewise.
2866
2867 * predict.c (PROB_NEVER, PROB_VERY_UNLIKELY): New.
2868 (PROB_UNLIKELY, PROB_EVEN, PROB_LIKELY): New.
2869 (PROB_VERY_LIKELY, PROB_ALWAYS): New.
2870 (estimate_probability, expected_value_to_br_prob): Use them.
2871
2872 * config/ia64/ia64-protos.h (ia64_expand_prediction): Declare.
2873 * config/ia64/ia64.c (ia64_print_operand_address): Handle 'j'.
2874 (ia64_expand_prediction): New.
2875 (emit_insn_group_barriers): Don't look at notes. Emit barriers
2876 as needed after calls.
2877 (ia64_epilogue_uses): Mark b0 used.
2878 * config/ia64/ia64.md (beq_true, beq_false): Remove.
2879 (bne_true, bne_false): Remove.
2880 (eq_return, eq_not_return, ne_return, ne_not_return): Remove.
2881 (br_true, br_false): New. Use predicate_operator and
2882 ia64_expand_prediction.
2883 (return_true, return_false): Likewise.
2884 (call_internal): Use ia64_expand_prediction. Don't emit stop bit.
2885 (call_internal1, call_value_internal): Likewise.
2886 (call_value_internal1, call_multiple_values_internal1): Likewise.
2887
2888 * config/ia64/ia64.c (ia64_direct_return): Require frame size zero.
2889
2890 * config/ia64/ia64.md (extendsfdf2): Split only after reload.
2891
2892 2000-05-08 Richard Henderson <rth@cygnus.com>
2893
2894 * rtlanal.c (may_trap_p): Consider old-style and volatile
2895 asms to trap.
2896
2897 Mon May 8 17:16:48 2000 Jim Wilson <wilson@cygnus.com>
2898
2899 * config/ia64/ia64.h (RETURN_ADDR_RTX): Use COUNT not count.
2900
2901 2000-05-08 Richard Henderson <rth@cygnus.com>
2902
2903 * config/ia64/ia64.h (predicate_operator): Declare.
2904
2905 * config/ia64/ia64.md (extendsfdf2): Split the nop case out
2906 of existance.
2907
2908 * gensupport.c (process_rtx): Copy and post-process each member
2909 of the define_insn rtvec individually.
2910
2911 Mon 8 May 22:17:35 2000 Neil Booth <NeilB@earthling.net>
2912
2913 * cpplex.c (spell_token): New function.
2914 (TOKEN_LEN): Add 1 for whitespace.
2915 (_cpp_lex_file): Update to use spell_token.
2916 * cpplib.h (E): Remove.
2917 (TTYPE_TABLE): Update CPP_VSPACE entry.
2918
2919 2000-05-08 Richard Henderson <rth@cygnus.com>
2920
2921 * flow.c (init_propagate_block_info): Watch out for conditional
2922 branch to next instruction, and thus one outgoing edge.
2923
2924 * config/ia64/ia64.c (ia64_encode_section_info): Exit early
2925 for global register variables; don't special case __[CD]TOR_LIST__;
2926 mind ggc_p for string allocation.
2927
2928 2000-05-08 Nick Clifton <nickc@cygnus.com>
2929
2930 * config/i386/i386.h (ELIMINABLE_REGS): Fix comment.
2931
2932 2000-05-08 Bruce Korb <bkorb@gnu.org>
2933
2934 * fixinc/mkfixinc.sh: fixinc.sco is no longer used
2935 i?86-*-msdosdjgpp* no longer uses fixincludes
2936 * fixinc/genfixes: inclhack.sh and fixincl.sh are no longer generated
2937 * fixinc/inclhack.sh: deleted
2938 * fixinc/hackshell.tpl: deleted
2939 * fixinc/inclhack.tpl: deleted
2940 * fixinc/Makefile.in: Remove dependencies on above
2941 * fixinc/fixincl.sh: "DO NOT EDIT" text modified
2942
2943 2000-05-08 Andreas Jaeger <aj@suse.de>
2944
2945 * config/mips/linux.h: Remove undefines which disabled .ctor/.dtor
2946 support.
2947
2948 2000-05-07 Zack Weinberg <zack@wolery.cumb.org>
2949
2950 * Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed
2951 substitutions.
2952
2953 Sun 7 May 08:43:53 2000 Neil Booth <NeilB@earthling.net>
2954
2955 * cpplex.c: Move new lexer definitions and prototypes
2956 to top. Conditional include these and the code if
2957 NEW_LEXER is defined. Rename functions whose names
2958 clash if this code included.
2959
2960 Sun May 7 00:54:57 EDT 2000 John Wehle (john@feith.com)
2961
2962 * rtl.def (COND_EXEC): Clarify.
2963
2964 * i386.md (extendsidi2): Clobber (reg:CC 17) in the
2965 same fashion as zero_extendsidi2.
2966
2967 2000-05-06 Richard Henderson <rth@cygnus.com>
2968
2969 * config/ia64/ia64.c (predicate_operator): New.
2970 (ia64_print_operand): Handle 'J'.
2971 (rtx_needs_barrier): Handle COND_EXEC.
2972 * config/ia64/ia64.h (BRANCH_COST): Define.
2973 (PREDICATE_CODES): Update.
2974 * config/ia64/ia64.md: Docuement used unspec values.
2975 (attr predicable): New.
2976 (movxf, movxf_internal): New.
2977 (extendsfdf2): Don't comment out nop.
2978 (floatdidf2): Remove.
2979 (truncxfsf2, truncxfdf2, floatdixf2): New.
2980 (abssi2, absdi2): Put the neg in the "true" slot.
2981 (conditional branch instructions): Mark not predicable.
2982 (cmov*_internal): Use predicate_operator. Split to cond_exec.
2983 (abs*_internal): Likewise.
2984 (alloc, set_bsp): Mark not predicable.
2985 (barrier, insn_group_barrier, flush_cache): Likewise.
2986 (define_cond_exec): New.
2987
2988 2000-05-06 Richard Henderson <rth@cygnus.com>
2989
2990 * c-decl.c: Include "tm_p.h".
2991
2992 * config/ia64/ia64-protos.h: Rearrange decls to reduce ifdef madness.
2993 (fetchadd_operand, ia64_expand_fetch_and_op): Declare.
2994 (ia64_expand_op_and_fetch): Declare.
2995 * config/ia64/ia64.c: Include "toplev.h". Kill trailing whitespace.
2996 (setjmp_operand): Constify variables for XSTR.
2997 (ia64_encode_section_info): Likewise.
2998 (ia64_print_operand): Use %d for exact_log2; cast 32-bit printed
2999 values to int.
3000 (ia64_asm_output_external): Constify name.
3001 (process_set): Use HOST_WIDE_INT_PRINT_DEC for frame size.
3002 (process_for_unwind_directive): Provide switch default.
3003 (ia64_expand_compare_and_swap): Remove unused variables.
3004 (ia64_expand_builtin): Likewise.
3005 * config/ia64/ia64.h (ASM_OUTPUT_BYTE): Mask and cast value to int
3006 for printing.
3007
3008 * config/ia64/ia64.c (sdata_symbolic_operand): Mark unused args.
3009 (symbolic_operand, function_operand, setjmp_operand): Likewise.
3010 (shift_count_operand, shift_32bit_count_operand): Likewise.
3011 (shladd_operand, fetchadd_operand, ia64_function_prologue): Likewise.
3012 (ia64_function_epilogue, ia64_setup_incoming_varargs): Likewise.
3013 (ia64_function_arg_partial_nregs, ia64_function_value): Likewise.
3014 (ia64_print_operand_address, ia64_secondary_reload_class): Likewise.
3015 (ia64_expand_builtin): Likewise.
3016 (call_multiple_values_operation): Make dest_regno unsigned.
3017
3018 2000-05-06 Richard Henderson <rth@cygnus.com>
3019
3020 * rtl.def (DEFINE_COND_EXEC): New.
3021 * md.texi: Document it.
3022
3023 * gensupport.c (input_file): Remove.
3024 (struct queue_elem): Add lineno.
3025 (rtx_ready_queue): Remove.
3026 (errors): New.
3027 (predicable_default): New.
3028 (predicable_true, predicable_false): New.
3029 (define_attr_queue, define_attr_tail): New.
3030 (define_insn_queue, define_insn_tail): New.
3031 (define_cond_exec_queue, define_cond_exec_tail): New.
3032 (other_queue, other_tail): New.
3033 (queue_pattern): New.
3034 (process_rtx): Add patterns to the appropriate queues.
3035 (is_predicable, identify_predicable_attribute): New.
3036 (n_alternatives, collect_insn_data): New.
3037 (alter_predicate_for_insn, alter_test_for_insn): New.
3038 (shift_output_template, alter_output_for_insn): New.
3039 (process_one_cond_exec, process_define_cond_exec): New.
3040 (init_md_reader): Read the entire file. Process define_cond_exec.
3041 (read_md_rtx): Return elements from the queues.
3042
3043 2000-05-06 Richard Henderson <rth@cygnus.com>
3044
3045 * flow.c (mark_set_1): Don't update conditional life info
3046 if the register is not_dead.
3047
3048 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
3049
3050 * Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.
3051 (mostlyclean): Also delete fixincl, fixinc.sh, and
3052 specs.ready, and make clean in the fixinc subdir.
3053
3054 2000-05-06 Richard Henderson <rth@cygnus.com>
3055
3056 * Makefile.in (gensupport.o): Compile for the host.
3057 (host-prefix gensuuprt.o): Remove.
3058 (genflags.o): Depend on gensupport.h and OBSTACK_H.
3059 (genattrtab.o): Likewise.
3060 (gencodes.o): Depend on gensupport.h.
3061 (genemit.o, genopinit.o, genrecog.o, genextract.o): Likewise.
3062 (genpeep.o, genattr.o, genoutput.o): Likewise.
3063
3064 * gensupport.c (obstack, rtl_obstack): New.
3065 (init_md_reader): Initialize rtl_obstack.
3066 * gensupport.h (rtl_obstack): Declare.
3067 (message_with_line): Declare.
3068
3069 * genattr.c: Remove all traces of obstack manipulation.
3070 * gencodes.c, genconfig.c, genemit.c, genextract.c: Likewise.
3071 * genopinit.c, genoutput.c, genpeep.c, genrecog.c: Likewise.
3072
3073 * genattrtab.c (obstack, rtl_obstack): Remove.
3074 (main): Don't init rtl_obstack.
3075 * genflags.c: Likewise.
3076
3077 * genrecog.c (message_with_line): Move ...
3078 * gensupport.c: ... here.
3079
3080 2000-05-06 Richard Henderson <rth@cygnus.com>
3081
3082 * c-typeck.c (build_c_cast): Remove dead code.
3083
3084 2000-05-06 Richard Henderson <rth@cygnus.com>
3085
3086 * flow.c (split_edge): Don't allocate global_live_at_start for
3087 the new block unless the old blocks had them as well.
3088
3089 * flow.c (mark_set_1): Respect not_dead when updating reg_live.
3090
3091 * ifcvt.c (noce_process_if_block): Don't use an insn_b from
3092 test_bb if a or b uses x.
3093
3094 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
3095
3096 * cpphash.h: Remove conditional #define of __extension__.
3097 * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
3098 RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
3099 (ENABLE_RTL_CHECKING only).
3100 * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
3101 CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
3102 (ENABLE_TREE_CHECKING only).
3103 * varray.h: Add __extension__ to VARRAY_CHECK macro
3104 (ENABLE_CHECKING only).
3105
3106 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
3107
3108 Use new tail-calling mechanism on ARM.
3109 * arm.md (sibcall, sibcall_value): New expands.
3110 (sibcall_insn, sibcall_value_insn, sibcall_epilogue): New insns.
3111 (tailcalling peepholes): Delete.
3112 (push_multi): Simplify.
3113 * arm.c (lr_save_eliminated): Delete definition.
3114 (pattern_really_clobbers_lr, function_really_clobbers_lr): Delete.
3115 (output_return_instruction): Remove checks on lr_save_eliminated.
3116 (output_arm_prologue): Remove old tail-calling code.
3117 (arm_output_epilogue): New parameter, really_return. All callers
3118 changed. Handle tail-calling epilogues.
3119 * arm.h (lr_save_eliminated): Delete declaration.
3120 (frame_pointer_needed): Delete declaration.
3121 * arm-protos.h (arm_output_epilogue): Adjust prototype.
3122
3123 * arm.md (is_thumb): Examine symbol thumb_code, not expression
3124 TARGET_ARM.
3125 * arm.c (thumb_code): Define it.
3126 (arm_override_options): Set it.
3127 * arm.h (thumb_code): Declare it.
3128
3129 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
3130
3131 * arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
3132
3133 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
3134
3135 * arm.c (arm_gen_load_multiple, arm_gen_store_mulitple): Don't add
3136 bogus clobber to insns.
3137 (load_multiple_operation, store_mulitple_operation): Don't check
3138 for it.
3139 * arm.md (ldmsi_postinc, stmsi_postinc): Adjust accordingly.
3140
3141 * arm.md (and_scc, ior_scc): Add missing mode.
3142
3143 * arm.md (call_value_symbol): Remove predicate from op2.
3144
3145 * arm.h (SPECIAL_MODE_PREDICATES): Define.
3146
3147 Sat May 6 06:25:56 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3148
3149 * expr.c (get_subtarget): New function.
3150 (force_operand, expand_expr, do_store_flag): Use it.
3151
3152 * toplev.c (compile_file): Don't take strlen of NAME if null.
3153
3154 2000-05-06 David Edelsohn <edelsohn@gnu.org>
3155
3156 * xcoffout.c (xcoff_current_include_file,
3157 xcoff_current_function_file, xcoff_lastfile): Constify char *.
3158 (xcoffout_source_file, xcoffout_source_line): Make filename 'const
3159 char *'.
3160 (xcoffout_declare_function): Make name 'const char *'.
3161 (xcoffout_end_epilogue): Make fname 'const char *'
3162 * xcoffout.h (xcoff_current_include_file, xcoff_lastfile,
3163 xcoffout_declare_function, xcoffout_source_line): Match above.
3164
3165 * aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -mpowerpc64 without
3166 -maix64 is error.
3167 * rs6000.c (print_operand): Fix lossage typo.
3168 (output_cbranch): Remove "cr" decoration for now.
3169 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Make alias 'const char *'.
3170
3171 Sat May 6 06:55:32 2000 Denis Chertykov <denisc@overta.ru>
3172
3173 * config/avr/avr.c (out_shift_with_cnt): Bugfix for shift by
3174 constant count.
3175
3176 2000-05-05 Bruce Korb <bkorb@gnu.org>
3177
3178 * fixinc/genfixes: Improve the matching for make target names
3179
3180 2000-05-05 Catherine Moore <clm@cygnus.com>
3181
3182 * c-common.c (decl_attributes): For TYPE_DECLs attach the
3183 attribute to the decl.
3184 * c-decl.c (pushdecl): Propagate the USED attribute to the
3185 type copy.
3186
3187 2000-05-05 Richard Henderson <rth@cygnus.com>
3188
3189 * rtlanal.c (reg_overlap_mentioned_p): Treat parallels in the
3190 same way emit_group_load does.
3191
3192 2000-05-05 Mark Elbrecht <snowball3@bigfoot.com>
3193
3194 * gcc.c (set_input) [HAVE_DOS_STYLE_FILE_SYSTEM]: Skip drive name.
3195
3196 * toplev.c (output_file_directive): Use IS_DIR_SEPARATOR.
3197 (main): Likewise.
3198
3199 2000-05-05 Rodney Brown <RodneyBrown@mynd.com>
3200
3201 * pa.h (FUNCTION_ARG_ADVANCE): Warning removal.
3202
3203 Fri May 5 10:29:21 2000 Marc Espie <espie@cvs.openbsd.org>
3204
3205 * config/openbsd.h (LINK_SPEC): pass correct flags to ld
3206 to support -shared, on platforms with dynamic libraries.
3207
3208 Fri May 5 10:27:06 2000 Philippe De Muyter <phdm@macqel.be>
3209
3210 * system.h (S_ISBLK): Provide fallback definition.
3211
3212 2000-05-05 Geoff Berry <geoffb@bops.com>
3213
3214 * extend.texi (Extended Asm): Document inability to give asm
3215 statements access to condition codes.
3216
3217 2000-05-05 Marek Michalkiewicz <marekm@linux.org.pl>
3218
3219 * varasm.c (asm_emit_uninitialised): Use 0, not NULL
3220 as arg 2 of UNIQUE_SECTION.
3221
3222 Fri May 5 10:11:41 2000 Jeffrey A Law (law@cygnus.com)
3223
3224 * predict.c: Remove May 4 change.
3225 * bb-reorder.c (make_reorder_chain): Do not perform block movement
3226 if we have predicted the branch at 50-50 probability.
3227
3228 2000-05-05 Richard Henderson <rth@cygnus.com>
3229
3230 * flow.c (init_propagate_block_info): Fix merge error
3231 in HAVE_conditional_execution code.
3232
3233 Fri May 5 07:43:50 2000 Denis Chertykov <denisc@overta.ru>
3234
3235 * config/avr/avr.c (out_shift_with_cnt): Genetare a more optimal
3236 shift cycle for unknown shift count. Also generates dec + brpl.
3237 (ashlqi3_out): Don't generate dec + brpl which now generates by
3238 `out_shift_with_cnt'.
3239 (ashlhi3_out): Likewise.
3240 (ashlsi3_out): Likewise.
3241 (ashrqi3_out): Likewise.
3242 (ashrhi3_out): Likewise.
3243 (ashrsi3_out): Likewise.
3244 (lshrqi3_out): Likewise.
3245 (lshrhi3_out): Likewise.
3246 (lshrsi3_out): Likewise.
3247
3248 2000-05-04 Mark Elbrecht <snowball3@bigfoot.com>
3249
3250 * gcc.c (free_split_directories): Correct typo in explanation
3251 of make_relative_prefix.
3252
3253 2000-05-04 Geoff Keating <geoffk@cygnus.com>
3254
3255 * config/rs6000/rs6000.h (PREDICATE_CODES): Add floating-point
3256 comparison codes to branch_comparison_operator.
3257
3258 2000-05-04 Richard Henderson <rth@cygnus.com>
3259
3260 * ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
3261
3262 2000-05-04 Richard Henderson <rth@cygnus.com>
3263
3264 * Makefile.in (FPBIT_FUNCS): Remove _df_to_usi.
3265 (DPBIT_FUNCS): Remove _sf_to_usi.
3266 (stmp-multilib): Pass LIB1ASMSRC to libgcc.mk.
3267
3268 * ifcvt.c (noce_process_if_block): Fail if A or B modified
3269 between condition and jump.
3270
3271 * libgcc2.c (near eh_context_specific): Comment #endif string.
3272 * longlong.h: Don't use strings with embedded newlines.
3273
3274 2000-05-04 Geoff Keating <geoffk@cygnus.com>
3275
3276 * config/rs6000/rs6000-protos.h: Add output_cbranch.
3277 * config/rs6000/rs6000.c (ccr_bit_negated_p): Delete.
3278 (print_operand): Delete %t and %T codes.
3279 (output_cbranch): New function. Support branch prediction.
3280 * config/rs6000/rs6000.md: Use output_cbranch for
3281 conditional branches and returns.
3282
3283 2000-05-04 Jason Merrill <jason@casey.cygnus.com>
3284
3285 * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
3286 * stor-layout.c (place_field): Likewise.
3287 * integrate.h (struct inline_remap): Make regno_pointer_align unsigned.
3288 * expr.c (store_expr): Make align unsigned.
3289 * explow.c (plus_constant_wide): Make low words unsigned.
3290 * expmed.c (choose_multiplier): Likewise.
3291 * fold-const.c (fold): Likewise.
3292 * tree.h (build_int_2): Likewise.
3293 * tree.c (build_int_2_wide, tree_int_cst_msb): Likewise.
3294 * emit-rtl.c (gen_reg_rtx): Add cast to unsigned char*.
3295 (init_emit): Change cast to unsigned char*.
3296 * varasm.c (compare_constant_1): Add cast to char*.
3297 * gcse.c (delete_null_pointer_checks): Change cast to unsigned int*.
3298 * reload1.c (reload): Likewise.
3299
3300 * rtl.h (MEM_SET_IN_STRUCT_P): Use do { } while (0).
3301
3302 Thu May 4 14:37:23 2000 Jeffrey A Law (law@cygnus.com)
3303
3304 * predict.c (estimate_probability): If no prediction was found, then
3305 predict the successor that is the next physical block (if such a
3306 successor exists).
3307
3308 2000-05-04 Richard Henderson <rth@cygnus.com>
3309
3310 * config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
3311
3312 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3313
3314 * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
3315
3316 2000-05-04 Mumit Khan <khan@xraylith.wisc.edu>
3317
3318 * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move
3319 attribute macros from here ...
3320 (CPP_SPEC): to here.
3321 * i386/mingw32.h (CPP_PREDEFINES): Likewise.
3322 (CPP_SPEC): Likewise.
3323 * i386/crtdll.h (CPP_PREDEFINES): Delete attribute macros.
3324
3325 * Makefile.in ($(HOST_PREFIX_1)gensupport.o): Add build rule.
3326 (libgcc.a): Pass LIB1ASMSRC to libgcc.mk.
3327
3328 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3329
3330 * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.
3331
3332 * diagnostic (vbuild_message_string, build_message_string,
3333 build_location_prefix, output_get_prefix, init_output_buffer,
3334 output_notice, vline_wrapper_message_with_location,
3335 v_message_with_decl, default_print_error_function): De-constify.
3336 (set_real_maximum_length): Prototype.
3337
3338 * diagnostic.h (struct output_buffer, init_output_buffer,
3339 output_get_prefix, output_set_prefix): De-constify.
3340
3341 * function.c (init_function_start): Constify.
3342
3343 * gensupport.c (remove_constraints, process_rtx): Prototype.
3344
3345 * gthr-posix.h: Indent uses of #pragma.
3346
3347 * objc/objc-act.c (ggc_mark_imp_list, ggc_mark_hash_table):
3348 Prototype.
3349
3350 * predict.c (find_expected_value): Delete prototype.
3351 (expected_value_to_br_prob): Initialize variable `ev_reg'.
3352
3353 * sbitmap.h (debug_sbitmap): Prototype.
3354
3355 * ssa.c (compute_coalesced_reg_partition): Prototype.
3356
3357 * stor-layout.c (debug_rli): Prototype.
3358
3359 * tree.h (round_down): Prototype.
3360 (init_function_start): Constify.
3361
3362 2000-05-04 Zack Weinberg <zack@wolery.cumb.org>
3363
3364 * cpphash.h: #define __extension__ away if GCC_VERSION < 2095
3365 (overly conservative). Change extern inline wrappers to
3366 static inline, define them always, use PARAMS properly.
3367 * cpplex.c (_cpp_get_directive_token): Don't issue pedantic
3368 whitespace warnings for \f and \v at the beginning of a line.
3369
3370 Thu May 4 10:03:50 2000 Jeffrey A Law (law@cygnus.com)
3371
3372 * haifa-sched.c (schedule_insns): Free the flow edge list when it
3373 is no longer needed
3374
3375 2000-05-04 Bruce Korb <bkorb@gnu.org>
3376
3377 * fixincl/inclhack.def: added broken_cabs -
3378 Remove `extern double cabs' declarations from math.h
3379 * fixincl/inclhack.sh: regen
3380 * fixincl/fixincl.x: regen
3381 * fixincl/fixincl.c: Remove BOGOSITY code
3382 * fixincl/mkfixinc.sh: Remove code for installing "shell" version
3383
3384 Thu May 4 09:45:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3385
3386 * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and
3387 MEM_ALIAS_SET.
3388 * alias.c (canon_rtx): Don't copy RTX_UNCHANGING_P or MEM_ALIAS_SET
3389 when calling MEM_COPY_ATTRIBUTES.
3390 * emit-rtl.c (operand_subword, change_address): Likewise.
3391 * explow.c (stabilize): Likewise.
3392 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
3393 * integrate.c (copy_rtx_and_substitute): Likewise.
3394 * combine.c (combine_simplify_rtx): Don't copy RTX_UNCHANGING_P
3395 when calling MEM_COPY_ATTRIBUTES.
3396 (make_extraction, simplify_shift_const, gen_lowpart_for_combine):
3397 Likewise.
3398 * cse.c (gen_lowpart_if_possible): Likewise.
3399 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
3400 * optabs.c (gen_move_insn): Likewise.
3401 * recog.c (validate_replace_rtx_1): Likewise.
3402 * simplify-rtx.c (add_mem_for_addr): Likewise.
3403 * stmt.c (expand_anon_union_decl): Likewise.
3404 * config/arm/arm.md: Likewise.
3405 * config/h8300/h7300.c (fix_bit_operand): Likewise.
3406 * config/m88k/m88k.c (legitimize_address, block_move_loop): Likewise.
3407 (block_move_no_loop, block_move_sequence): Likewise.
3408 * config/rs6000/rs6000.c (expand_block_move_mem): Likewise.
3409 * config/alpha/alpha.c (get_aligned_mem): Likewise.
3410 Clear MEM_ALIAS_SET.
3411 * final.c (alter_subreg): Don't copy MEM_ALIAS_SET when calling
3412 MEM_COPY_ATTRIBUTES.
3413
3414 2000-05-03 Robert Lipe <robertlipe@usa.net>
3415
3416 * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
3417 to suppress libgcc1.
3418 (i[34567]86-*-sco3.2v5*) Likewise.
3419 (i[34567]86-*-sco3.2v4*) Likewise.
3420 (i[34567]86-*-sco) Likewise.
3421 (i[34567]86-*-solaris2) Likewise.
3422 (i[34567]86-*-sysv5*) Likewise.
3423 (i[34567]86-*-sysv4*) Likewise.
3424 (i[34567]86-*-udk*) Likewise.
3425 (i[34567]86-*-sysv*) Likewise.
3426
3427 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
3428
3429 * cpphash.h (U): New define, to correct type of string constants.
3430 (ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr): New wrapper
3431 routines, to do casts when passing unsigned strings to libc.
3432 * cppexp.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c: Use them.
3433
3434 * cppfiles.c (_cpp_execute_include): Make filename an U_CHAR *.
3435 * cpphash.c (_cpp_quote_string): Make string an U_CHAR *.
3436 * cppinit.c (dump_special_to_buffer): Make macro name an U_CHAR *.
3437 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
3438 second argument an U_CHAR *.
3439
3440 * cppinit.c (builtin_array): Make name and value U_CHAR *, add
3441 length field, clean up initializer.
3442 (ISTABLE): Add __extension__ to designated-
3443 initializers version.
3444 * cpplex.c (CHARTAB): Likewise.
3445
3446 * mbchar.c: Add dummy external declaration to the !MULTIBYTE_CHARS
3447 case so the file won't be empty.
3448
3449 Wed May 3 21:01:46 2000 Jason Eckhardt <jle@cygnus.com>
3450
3451 * bb-reorder.c (struct reorder_block_def): Member succ removed.
3452 (REORDER_BLOCK_SUCC): Removed.
3453 (enum reorder_skip_type): Removed.
3454 (skip_insns_between_block): Renamed to skip_insns_after_block.
3455 Removed second argument. Removed dead code and cleaned up.
3456 (make_reorder_chain): Removed use of REORDER_BLOCK_SUCC.
3457 (reorder_basic_blocks): Remove use of REORDER_SKIP_AFTER. Removed
3458 second parameter to skip_insns_after_block.
3459
3460 Wed May 3 13:29:54 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3461
3462 * tree.c (staticp, case LABEL_DECL): New case.
3463
3464 2000-05-03 Richard Henderson <rth@cygnus.com>
3465
3466 * Makefile.in (start.encap): Do not depend on LIBGCC1.
3467
3468 * mklibgcc1.in: Fix typo last change.
3469
3470 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
3471
3472 * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.
3473 (LOOSE_CFLAGS): New: CFLAGS without -pedantic and -Wtraditional.
3474 (GCC_CFLAGS): Use it.
3475 (LANG_FLAGS_TO_PASS): New: SUBDIR_FLAGS_TO_PASS with LOOSE_CFLAGS.
3476 * cp/Make-lang.in, java/Make-lang.in, f/Make-lang.in, ch/Make-lang.in,
3477 objc/Make-lang.in: Use it.
3478
3479 2000-05-03 Jason R Thorpe <thorpej@zembu.com>
3480
3481 * config/i386/i386.md (lshrqi2_cmpno): Use q not r in constraint.
3482
3483 2000-05-03 Richard Henderson <rth@cygnus.com>
3484
3485 * mklibgcc.in: Restrict OLDCC=GCC test to native. Equate
3486 LIBGCC1 empty with libgcc1.null.
3487
3488 Wed May 3 12:55:46 2000 Jim Wilson <wilson@cygnus.com>
3489
3490 * fold-const.c (extract_muldiv, case MAX_EXPR): Don't allow signedness
3491 change.
3492
3493 2000-05-03 Greg McGary <gkm@gnu.org>
3494
3495 * tree.h (tree_common): Add bounded_flag member. Remove
3496 inaccurate comment about number of remaining bits.
3497 (BOUNDED_INDIRECT_TYPE_P, BOUNDED_POINTER_TYPE_P,
3498 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
3499 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
3500 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
3501 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED): New macros.
3502 (TYPE_QUAL_BOUNDED): New constant.
3503 (TYPE_QUALS): Handle bounded qualifier.
3504 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): New macros.
3505 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
3506 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
3507 TYPE_AMBIENT_BOUNDEDNESS): New macros.
3508 (MAX_POINTER_DEPTH, VA_LIST_POINTER_DEPTH): New constants.
3509 (tree_type): Add pointer_depth member. Remove
3510 inaccurate comment about number of remaining bits.
3511 (DECL_POINTER_DEPTH): Add macro.
3512 (tree_decl): Add pointer_depth member.
3513
3514 Wed May 3 22:52:53 2000 Denis Chertykov <denisc@overta.ru>
3515
3516 * config/avr/avr-protos.h (test_hard_reg_class): Declared.
3517 * config/avr/avr.c (ashrhi3_out): optimized shift by 15.
3518 (lshrhi3_out): Likewise.
3519 (ashrsi3_out): bugfix in shift by 8.
3520 (test_hard_reg_class): New function.
3521 * config/avr/avr.md: Bugfix inside conditions in peepholes.
3522 (ashlhi3): removed define_expand of this pattern.
3523 (*ashlhi3_insn): renamed to ashlhi3.
3524 (ashlsi3): removed define_expand of this pattern.
3525 (*ashlsi3_insn): renamed to ashlsi3.
3526 (ashrqi3): removed define_expand of this pattern.
3527 (*ashrqi3_insn): renamed to ashrqi3.
3528 (ashrhi3): removed define_expand of this pattern.
3529 (*ashrhi3_insn): renamed to ashrhi3.
3530 (ashrsi3): removed define_expand of this pattern.
3531 (*ashrsi3_insn): renamed to ashrsi3.
3532 (lshrhi3): removed define_expand of this pattern.
3533 (*lshrhi3_insn): renamed to lshrhi3.
3534 (lshrsi3): removed define_expand of this pattern.
3535 (*lshrsi3_insn): renamed to lshrsi3.
3536
3537 2000-05-03 Rodney Brown <RodneyBrown@pmsc.com>
3538
3539 * config/mcore/mcore.c: Replacing inclusion of "stdio,h" with
3540 inclusion of "system.h".
3541
3542 Wed May 3 11:43:53 2000 Jim Wilson <wilson@cygnus.com>
3543
3544 * config/ia64/ia64.c (ia64_encode_section_info): Add check for
3545 TREE_ASM_WRITTEN.
3546
3547 2000-05-03 David Mosberger <davidm@hpl.hp.com>
3548
3549 * config/ia64/ia64.c (ia64_override_options): Force -mconstant-gp
3550 if -mauto-pic is on.
3551 (ia64_epilogue_uses): Mark "gp" (r1) as used by the epilogue if
3552 -mconstant-gp is in effect and function-descriptors are being used
3553 to make indirect calls.
3554 * config/ia64/ia64.h (MASK_CONST_GP): New macro.
3555 (MASK_AUTO_PIC): Ditto.
3556 (TARGET_CONST_GP): Ditto.
3557 (TARGET_AUTO_PIC): Ditto.
3558 (TARGET_SWITCHES): Add -mconstant-gp and -mauto-pic options.
3559 (ASM_OUTPUT_DOUBLE_INT): Don't generate @fptr() if -mauto-pic or
3560 -mno-pic is in effect.
3561 (ASM_OUTPUT_XDATA_DOUBLE_INT): Ditto.
3562 * config/ia64/ia64.md (movdi): Use gen_load_gprel64() if
3563 -mauto-pic is in effect.
3564 (gprel64_offset): New pattern.
3565 (load_gprel64): Ditto.
3566 (call): Handle -mauto-pic like -mno-pic (don't use fptr). If
3567 -mconstant-gp is in effect, no need to preserve gp around direct
3568 calls.
3569 (call_value): Ditto.
3570 * config/ia64/linux.h (PROFILE_BEFORE_PROLOGUE): Define.
3571 (FUNCTION_PROFILER): Define.
3572 * config/ia64/sysv4.h (ASM_OUTPUT_CONSTRUCTOR): Don't generate
3573 @fptr() directive when -mno-pic or -mauto-pic is in effect.
3574 (ASM_OUTPUT_DESTRUCTOR): Ditto.
3575
3576 2000-05-03 Richard Henderson <rth@cygnus.com>
3577
3578 * Makefile.in (STAGESTUFF): Add libgcc libgcc.mk.
3579 (libgcc1.null, libgcc1.cross, libgcc1.a): Remove targets.
3580 (libgcc1-asm.a, libgcc1.S, libgcc2.a): Remove targets.
3581 (mklibgcc, libgcc.mk): New targets.
3582 (libgcc.a): Use libgcc.mk.
3583 (stmp-multilib): Likewise.
3584 (stmp-multilib-sub): Remove.
3585 (mostlyclean): Don't delete libgcc2 temp files.
3586 * configure.in (AC_PROG_CC_C_O): Add.
3587 (NO_MINUS_C_MINUS_O): Substitute it.
3588 (all_outputs): Add mklibgcc.
3589 * mklibgcc.in: New file.
3590
3591 2000-05-03 Jason Merrill <jason@casey.cygnus.com>
3592
3593 * cppexp.c (op_t): Make an int.
3594
3595 * rtlanal.c (dead_or_set_regno_p): Remove unused variable.
3596
3597 * varasm.c (initializer_constant_valid_p): Fix parenthesis.
3598
3599 * gensupport.c (process_rtx): Fix macros used.
3600
3601 2000-05-03 Richard Henderson <rth@cygnus.com>
3602
3603 * flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
3604 call-clobbered registers of a call.
3605
3606 Wed May 3 12:40:53 2000 Clinton Popetz <cpopetz@cygnus.com>
3607
3608 * gensupport.c: New file.
3609 * gensupport.h: New file.
3610 * Makefile.in (HOST_RTL): Depend on gensupport.
3611 (gensupport.o) New rule.
3612 * genattr.c: Use gensupport for reading .md files.
3613 * genattrtab.c: Ditto.
3614 * gencodes.c: Ditto.
3615 * genconfig.c: Ditto.
3616 * genemit.c: Ditto.
3617 * genextract.c: Ditto.
3618 * genflags.c: Ditto.
3619 * genopinit.c: Ditto.
3620 * genoutput.c: Ditto.
3621 * genpeep.c: Ditto.
3622 * genrecog.c: Ditto.
3623 * rtl.def (define_insn_and_split): New DEF_RTL_EXPR.
3624 * md.texi (Insn Splitting): Document define_insn_and_split.
3625
3626 Tue May 2 00:20:30 2000 Jason Eckhardt <jle@cygnus.com>
3627
3628 * flow.c (verify_flow_info): Added two more sanity checks. The
3629 first checks that the blocks are numbered consecutively. The second
3630 checks that n_basic_blocks is actually equal to the number of
3631 basic blocks in the insn chain.
3632
3633 2000-05-03 Zack Weinberg <zack@wolery.cumb.org>
3634
3635 * cpplib.h: Add accessor macros for token lists.
3636 * cpplib.c, cpphash.c, cpplex.c: Use them.
3637
3638 Wed May 3 09:29:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3639
3640 * expr.c (expand_expr, case COMPONENT_REF): Don't check for checking
3641 memory usage if not in a function.
3642 * varasm.c (initializer_constant_valid_p, case ADDR_EXPR): Only
3643 return address if static.
3644
3645 Wed May 3 13:14:49 MET DST 2000 Jan Hubicka <jh@suse.cz>
3646
3647 * ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest
3648 whether address may trap.
3649
3650 Tue May 2 23:38:37 2000 Jason Eckhardt <jle@cygnus.com>
3651
3652 * bb-reorder (chain_reorder_blocks): Changed code to test for
3653 EDGE_FALLTHRU rather than making erroneous assumption that the
3654 first outgoing edge is the fall-through edge.
3655
3656 Tue May 2 18:20:31 2000 Donald Lindsay <dlindsay@hound.cygnus.com>
3657
3658 * config/mips/mips.c (mips_build_va_list,mips_va_start,mips_va_arg): new
3659 ABI for varargs, across all MIPS. This is incompatible because the
3660 va_list (__builtin_va_list) structure is different, so a compilation
3661 unit passing a va_list and a compilation unit being passed one, should
3662 both be compiled with the same ABI. (The old structure had two
3663 pointers, now it has three.)
3664
3665 Tue May 2 19:18:43 2000 Jason Eckhardt <jle@cygnus.com>
3666
3667 * bb-reorder.c (struct reorder_block_def): Remove members end,
3668 block_begin, and block_end.
3669 (REORDER_BLOCK_OLD_END): Delete.
3670 (REORDER_BLOCK_BEGIN): Delete.
3671 (REORDER_BLOCK_END): Delete.
3672 (chain_reorder_blocks): Remove dead code.
3673
3674 Tue May 2 17:06:53 2000 Jason Eckhardt <jle@cygnus.com>
3675
3676 * bb-reorder.c (remove_scope_notes): Check for both types of scope
3677 notes as the end of a basic block before deleting.
3678
3679 2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>
3680
3681 * final.c (final_start_function): Fix spelling of "necessary".
3682
3683 2000-05-02 Jason Merrill <jason@casey.cygnus.com>
3684
3685 * toplev.c (debug_ignore_block): Return int.
3686 * dwarf2out.c (dwarf2out_ignore_block): Likewise.
3687 * toplev.h, dwarf2out.h: Adjust.
3688 * emit-rtl.c (remove_unnecessary_notes): Test return value.
3689
3690 * emit-rtl.c (remove_unnecessary_notes): Fix spelling of "necessary".
3691 * toplev.c, final.c, rtl.h: Adjust.
3692
3693 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
3694
3695 * aclocal.m4 (gcc_AC_CHECK_PROG_VER): New macro.
3696 * configure.in: Look for makeinfo in the unified tree, then
3697 for a system makeinfo which is sufficiently new.
3698 * Makefile.in: If configure says makeinfo is too old, don't
3699 build or install Info documentation.
3700
3701 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
3702
3703 * cpphash.c (collect_params): Fix off-by-one error.
3704 (dump_hash_helper): Dump all four macro nodetypes.
3705
3706 2000-05-02 Jakub Jelinek <jakub@redhat.com>
3707
3708 * cpphash.c (trad_stringify): Adjust p after stringification as
3709 well.
3710
3711 2000-05-02 Zack Weinberg <zack@wolery.cumb.org>
3712
3713 * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
3714 (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
3715
3716 * cppfiles.c (file_cleanup): Delete.
3717 * cpphash.c (macro_cleanup): Delete.
3718 (collect_objlike_expansion, collect_funlike_expansion,
3719 macarg, scan_arguments): Remove CPP_POP case.
3720
3721 * cpplex.c (null_cleanup): Delete.
3722 (cpp_pop_buffer): Do the work that was done in the cleanups
3723 here. Call _cpp_unwind_if_stack from here.
3724 (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
3725 cpp_scan_buffer): Run until we see CPP_EOF and the top of
3726 stack is the buffer _below_ the one we stacked.
3727 (cpp_get_token): Always pop an exhausted buffer. Return
3728 CPP_EOF unless it's a macro buffer. Don't call _cpp_handle_eof.
3729 * cpplib.c (skip_if_group): Don't call cpp_get_token to
3730 increment the line number.
3731 (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
3732
3733 * fix-header.c (read_scan_file) [parsing getchar()]: Run until
3734 we see CPP_EOF and the top of stack is the buffer _below_ the
3735 one we stacked.
3736 * scan-decls.c: Likewise.
3737
3738 2000-05-02 Andrew Haley <aph@cygnus.com>
3739
3740 * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
3741 where this function is called for the second time on a decl that
3742 has had its section info changed in such a way as to move it out
3743 of small data/bss.
3744 * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
3745
3746 2000-05-01 Richard Henderson <rth@cygnus.com>
3747
3748 * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
3749 the sequence we're moving, not to merge_bb->head.
3750
3751 2000-05-01 Richard Henderson <rth@cygnus.com>
3752
3753 * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
3754 reference to alpha/t-linux.
3755 (alpha*-*-linux-gnu*): Likewise.
3756 * configure: Rebuild.
3757
3758 * calls.c (expand_call): Don't emit reg notes for a sibcall.
3759
3760 * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
3761 if not in SSA form.
3762
3763 * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
3764
3765 2000-05-01 Jason Merrill <jason@casey.cygnus.com>
3766
3767 * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
3768 TREE_THIS_VOLATILE.
3769
3770 2000-05-01 Richard Henderson <rth@cygnus.com>
3771
3772 * ifcvt.c (noce_emit_cmove): Conditionally compile call to
3773 emit_conditional_move.
3774
3775 2000-05-01 Jakub Jelinek <jakub@redhat.com>
3776
3777 * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
3778 as the dynamic linker.
3779
3780 2000-05-01 Zack Weinberg <zack@wolery.cumb.org>
3781
3782 * cppfiles.c (open_include_file): Open file in blocking mode.
3783 (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
3784 Only exclude block devices and directories.
3785
3786 * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
3787 static. Allocate the hashnode and its string in the same
3788 block of memory.
3789 (del_HASHNODE): Don't free h->name.
3790 (_cpp_lookup): If there is no entry for this string, create
3791 one, of type T_VOID.
3792 (_cpp_lookup_slot): Delete.
3793 * cpphash.h: Update prototypes.
3794
3795 * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
3796 not hp == NULL.
3797 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
3798 do_unassert, cpp_defined): Use _cpp_lookup. Don't create a
3799 node here, just fill in the value field properly. "Delete"
3800 entries by setting the value field to T_VOID. Check for
3801 hp->type == T_VOID, not hp == NULL.
3802
3803 * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
3804 * cpperror.c, cppexp.c, cpplex.c, cpplib.c: Don't include
3805 hashtab.h.
3806
3807 2000-05-01 Alexandre Oliva <aoliva@cygnus.com>
3808
3809 * config/mn10300/mn10300.c (print_operand_address): Do not add
3810 zero to SP.
3811
3812 * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
3813 adjusted by less than 256 bytes, use ret regardless of having any
3814 callee-saved register to restore.
3815
3816 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
3817
3818 * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
3819
3820 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
3821
3822 * config/i386/djgpp.h (INT_ASM_OP): Define.
3823 (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
3824 (ASM_WEAKEN_LABEL): Define.
3825 (MASK_BNU210): Define.
3826 (SUBTARGET_SWITCHES): Define.
3827 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
3828 (MAKE_DECL_ONE_ONLY): Define.
3829 (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
3830
3831 2000-05-01 Mumit Khan <khan@xraylith.wisc.edu>
3832
3833 * i386/cygwin.h (INT_ASM_OP): Define.
3834
3835 Mon May 1 18:20:06 2000 Denis Chertykov <denisc@overta.ru>
3836
3837 * config/avr/avr.c (address_cost): renamed to avr_address_cost.
3838 * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
3839
3840 Mon May 1 17:50:44 2000 Denis Chertykov <denisc@overta.ru>
3841
3842 * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
3843 __tmp_reg__ and __zero_reg__ initialization.
3844
3845 2000-04-30 Richard Henderson <rth@cygnus.com>
3846
3847 * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
3848
3849 * ifcvt.c (noce_process_if_block): Fail the conversion if X is
3850 referenced bewteen the condition and the jump. Don't delete
3851 anything but the jump.
3852
3853 Sun Apr 30 22:48:24 2000 Jason Eckhardt <jle@cygnus.com>
3854
3855 * bb-reorder.c (scope_def): New struct.
3856 (scope_forest_info): New struct.
3857 (struct reorder_block_def): New member "scope".
3858 (REORDER_BLOCK_SCOPE): New macro.
3859 (relate_bbs_with_scopes): New function and prototype.
3860 (make_new_scope): Likewise.
3861 (build_scope_forest): Likewise.
3862 (remove_scope_notes): Likewise.
3863 (insert_intra_1): Likewise.
3864 (insert_intra_bb_scope_notes): Likewise.
3865 (insert_inter_bb_scope_notes): Likewise.
3866 (rebuild_scope_notes): Likewise.
3867 (free_scope_forest_1): Likewise.
3868 (free_scope_forest): Likewise.
3869 (dump_scope_forest): Likewise.
3870 (dump_scope_forest_1): Likewise.
3871 (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
3872 Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
3873 block.
3874 (reorder_basic_blocks): Added calls to build_scope_scope_forest
3875 and remove_scope_notes before reordering is done. Added calls to
3876 rebuild_scope_notes, free_scope_forest, and reorder_blocks after
3877 after reordering is done.
3878
3879 2000-40-30 Bruce Korb <bkorb@gnu.org>
3880
3881 * fixinc/inclhack.def: Added definitions needed by OSR5,
3882 removed two stale entries (defined away with OLD_CPP).
3883 * fixinc/inclhack.sh: regen
3884 * fixinc/fixincl.x: regen
3885
3886 2000-04-30 Richard Henderson <rth@cygnus.com>
3887
3888 * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
3889 from the last insn in the sequence.
3890
3891 2000-04-30 Zack Weinberg <zack@wolery.cumb.org>
3892
3893 * cpplex.c (cpp_idcmp): New function.
3894 * cpplib.h: Prototype it.
3895 * scan_decls.c (scan_decls): Use it to inspect token names.
3896 * fix-header.c (read_scan_file): Likewise. Set system_header_p on
3897 the file being run through the preprocessor.
3898 (check_macro_names): Provide length of token to cpp_defined.
3899
3900 * Makefile.in: Remove stale warning message.
3901
3902 * cppfiles.c (redundant_include_p): Provide length of token to
3903 cpp_defined.
3904 * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
3905 values are unsigned int.
3906 (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
3907 (_cpp_lookup_slot): Do not calculate the hash, either.
3908 * cpphash.h: Update prototypes.
3909 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
3910 Hashes are unsigned int. Calculate hash here, pass by value
3911 to _cpp_lookup_slot.
3912
3913 2000-04-30 Bernd Schmidt <bernds@cygnus.co.uk>
3914
3915 * simplify-rtx.c (check_value_useless): Delete function.
3916 (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
3917 by hand.
3918 (cselib_invalidate_regno): Likewise.
3919 (cselib_invalidate_mem_1): Likewise.
3920 (references_value_p): Recognize useless values by the fact that they
3921 have no locations.
3922 (discard_useless_values): Likewise.
3923 (cselib_record_set): This may turn a useless value
3924 into a useful one.
3925
3926 2000-04-30 Richard Henderson <rth@cygnus.com>
3927
3928 * config/d30v: New port.
3929
3930 * configure.in (d30v-*): Set fp format.
3931 * configure: Rebuild.
3932
3933 2000-04-30 Richard Henderson <rth@cygnus.com>
3934
3935 * ifcvt.c: New file.
3936 * Makefile.in (OBJS): Add it.
3937 (ifcvt.o): New target.
3938 * jump.c (jump_optimize_1): Remove all code related to if-conversion,
3939 and conditional arithmetic.
3940 (find_insert_position): Remove.
3941 * timevar.def (TV_IFCVT, TV_IFCVT2): New.
3942 * toplev.c (DFI_ce, DFI_ce2): New.
3943 (dump_file): Add ce and ce2 dumps.
3944 (rest_of_compilation): Run if_convert a couple o times. Set
3945 cse_not_expected after cse2. Don't set no_new_pseudos until
3946 after sched1 or recompute_reg_usage.
3947
3948 2000-04-30 Richard Henderson <rth@cygnus.com>
3949
3950 * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
3951 (crtend.o, crtbeginS.o, crtendS.o): Likewise.
3952
3953 2000-04-30 Richard Henderson <rth@cygnus.com>
3954
3955 * flow.c (struct reg_cond_life_info): New.
3956 (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
3957 (init_propagate_block_info): Initialize them.
3958 (free_propagate_block_info): Destruct them.
3959 (mark_set_1): Consider conditional life before killing a register.
3960 (mark_regno_cond_dead): New.
3961 (free_reg_cond_life_info): New.
3962 (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
3963 (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
3964 (mark_used_reg): Record conditional life.
3965
3966 * haifa-sched.c (schedule_insns): Disable death counting
3967 sanity check for HAVE_conditional_execution.
3968
3969 2000-04-30 Richard Henderson <rth@cygnus.com>
3970
3971 * Makefile.in (TIMEVAR_H): New.
3972 (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
3973 (timevar.h): Remove rule.
3974
3975 2000-04-29 Richard Henderson <rth@cygnus.com>
3976
3977 * config/alpha/crtend.asm: Use C comments instead of #.
3978 * config/alpha/crtbegin.asm: Likewise. Mark __dso_handle hidden.
3979
3980 * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
3981
3982 2000-04-29 Zack Weinberg <zack@wolery.cumb.org>
3983
3984 * cpphash.h (enum node_type: Take out T_MCONST.
3985 (union hashval): Move into struct hashnode.
3986 (struct hashnode): Pack tighter. Remove file, line, col
3987 members.
3988 * cpphash.c: Constify most of the macro-definition structures.
3989 (struct definition): Replace by struct object_defn
3990 and struct funct_defn. Put file, line, column information
3991 here. All users updated to match.
3992 (_cpp_create_definition, _cpp_macroexpand): Remove special
3993 case for #define WORD OTHERWORD.
3994 * cpplib.c (do_undef): Remove T_MCONST case.
3995
3996 * cpphash.h: Move struct reflist, struct definition, and the
3997 DEFINITION typedef to cpphash.c. Use 'struct definition *' in
3998 union hashval. _cpp_free_definition takes a HASHNODE pointer.
3999 * cpphash.c (_cpp_free_definition): Free data pointed to by
4000 MCONST, XCONST, MACRO, and FMACRO nodes properly.
4001 (_cpp_create_definition, del_HASHNODE): Just call
4002 _cpp_free_definition to clear out a hashnode.
4003 * cpplib.c (do_pragma_poison): Likewise.
4004
4005 Sat Apr 29 12:25:17 2000 Alexandre Oliva <aoliva@cygnus.com>
4006
4007 * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
4008 LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
4009 FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
4010 (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
4011 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
4012 REGNO_AM33_P): Redefine in terms of the new macros.
4013 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
4014 (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
4015 STRUCT_VALUE): Likewise.
4016 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
4017 ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise. Moved.
4018
4019 Sat Apr 29 01:18:45 MET DST 2000 Jan Hubicka <jh@suse.cz>
4020
4021 * regmove.c (struct record_stack_memrefs_data): New.
4022 (record_stack_memrefs): New function.
4023 (combine_stack_adjustments_for_block): Use it.
4024
4025 Sat Apr 29 01:15:27 MET DST 2000 Jan Hubicka <jh@suse.cz>
4026
4027 * calls.c (calls_function_1): Propertly handle TREE_LIST expressions;
4028 use special_function_p to detect alloca.
4029
4030 Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org>
4031
4032 * gcc.texi: Fixes for makeinfo 4.0 --html.
4033
4034 2000-04-28 Zack Weinberg <zack@wolery.cumb.org>
4035
4036 * pcp.h: Delete file.
4037
4038 2000-04-28 Kazu Hirata <kazu@hxi.com>
4039
4040 * h8300.c (function_epilogue): Clean up flags when the last insn
4041 in a function is a barrier.
4042
4043 2000-04-28 Chris Demetriou <cgd@sibyte.com>
4044
4045 * configure.in (sparc-hal-solaris2*): protect [] glob from
4046 my expansion.
4047 (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
4048 rather than hard-coded constants in target_cpu_default2.
4049 * configure: Regenerate.
4050
4051 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
4052
4053 * tree.c (get_callee_fndecl): Extract the initial value from
4054 a readonly decl.
4055
4056 2000-04-28 Richard Henderson <rth@cygnus.com>
4057
4058 * varasm.c (record_constant_1): Record the CODE_LABEL when
4059 taking the address of a LABEL_REF.
4060
4061 2000-04-28 Richard Henderson <rth@cygnus.com>
4062 Jan Hubicka <jh@suse.cz>
4063
4064 * calls.c (combine_pending_stack_adjustment_and_call): Return the
4065 adjustment; don't do the stack adjust.
4066 (expand_call): Call compute_argument_block_size right before
4067 allocating the block; update comment; don't do alignment sanity
4068 checking for sibling call; use args_size instead of
4069 unadjusted_args_size before args_size is adjusted. Use
4070 combine_pending_stack_adjustment_and_call to compute stack adjust
4071 for must_preallocate case.
4072
4073 * expr.c (push_block): Remove shadow `temp' in inner scope.
4074
4075 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
4076
4077 * toplev.c (rest_of_compilation): Call
4078 note_deferral_of_defined_inline_function even if the function
4079 can't be inlined.
4080
4081 2000-04-28 Scott Bambrough <scottb@netwinder.org>
4082
4083 * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
4084
4085 2000-04-28 Richard Henderson <rth@cygnus.com>
4086
4087 * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
4088
4089 2000-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4090
4091 * timevar.c (init_timevar): DeANSIfy function definition.
4092
4093 2000-04-27 Alex Samuel <samuel@codesourcery.com>
4094
4095 * Makefile.in (timevar.o): Depend on flags.h.
4096 * timevar.c (unused_stack_instances): New variable.
4097 (timevar_push): Take a timevar_stack_def from
4098 unused_stack_instances if available.
4099 (timevar_pop): Push the popped timevar_stack_def onto
4100 unused_stack_instances.
4101 (TIMEVAR_ENABLE): New macro.
4102 (timevar_def): Make standalone a 1-bit field. Add field used.
4103 (get_time): Rename parameter to now. Return after clearing it if
4104 not TIMEVAR_ENABLE.
4105 (init_timevar): Do nothing if not TIMEVAR_ENABLE.
4106 (timevar_pop): Likewise.
4107 (timevar_stop): Likewise.
4108 (timevar_push): Likewise. Mark the timing variable as used.
4109 (timevar_start): Likewise.
4110 (timevar_print): Do nothing if not TIMEVAR_ENABLE. Don't print
4111 timevars that were never used.
4112
4113 2000-04-27 Mark Mitchell <mark@codesourcery.com>
4114
4115 * c-common.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
4116 always TREE_READONLY.
4117
4118 2000-04-27 Ulrich Drepper <drepper@cygnus.com>
4119
4120 * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
4121 for call instruction with mode QImode.
4122
4123 2000-04-27 Alex Samuel <samuel@codesourcery.com>
4124
4125 * Makefile.in (OBJS): Add timevar.o.
4126 (toplev.o): Depend on timevar.h.
4127 (ggc-simple.o): Likewise.
4128 (ggc-page.o): Likewise.
4129 (timevar.o): New rule.
4130 (timevar.h): New rule.
4131
4132 * timevar.h: New file.
4133 * timevar.c: Likewise.
4134 * timevar.def: Likewise.
4135
4136 * toplev.h (gc_time, parse_time, varconst_time): Remove.
4137 * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
4138 throughout.
4139 (TIMEVAR): Remove macro.
4140 (gc_time, parse_time, varconst_time, integration_time, jump_time,
4141 cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
4142 flow_time, combine_time, regmove_time, sched_time,
4143 local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
4144 sched2_time, dbr_sched_time, reorder_blocks_time,
4145 rename_registers_time, shorten_branch_time, stack_reg_time,
4146 to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
4147 all_time): Remove.
4148 (compile_file): Don't initialize time variables. Call
4149 init_timevar and start TV_TOTAL timer. Call timevar_print instead
4150 of many calls to print_time.
4151 (rest_of_compilation): Add timing for reload_cse_regs.
4152 (get_run_time): Removed to timevar.c.
4153 (print_time): Likewise.
4154 (get_run_time): Implement using TV_TOTAL time variable.
4155 (print_time): Get total run time from get_run_time.
4156 * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
4157 computing elapsed time explicitly.
4158 * ggc-simple.c (ggc_collect): Likewise.
4159 (gc_time): Remove declaration.
4160
4161 2000-04-27 Mark Mitchell <mark@codesourcery.com>
4162
4163 * calls.c (combine_pending_stack_adjustment_and_call): New function.
4164 (expand_call): Use it.
4165
4166 2000-04-27 Jan Hubicka <jh@suse.cz>
4167
4168 * flow.c (mark_set_1): Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
4169 fields.
4170
4171 Thu Apr 27 12:47:00 2000 Alexandre Oliva <aoliva@cygnus.com>
4172
4173 * config/mn10300/mn10300.md (movhi): Simplify. Prefer data
4174 registers.
4175
4176 Thu Apr 27 17:33:05 MET DST 2000 Jan Hubicka <jh@suse.cz>
4177
4178 * function.c (epilogue_done): Pass whole insn to record_insns.
4179
4180 Thu Apr 27 16:55:28 MET DST 2000 Jan Hubicka <jh@suse.cz>
4181
4182 * cse.c (CSE_ADDRESS_COST): Remove.
4183 (find_best_addr): Add new parameter "MODE", use address_cost instead
4184 of CSE_ADDRESS_COST
4185 (address_cost): New.
4186 (fold_rtx): Update call of find_best_addr.
4187 * rtl.h (address_cost): Declare.
4188 * loop.c (general_induction_var): Add new parameter "MODE", use
4189 address_cost instead of ADDRESS_COST
4190 (init_loop): Use address_cost instead of ADDRESS_COST.
4191 (check_insn_for_givs): Update call of general_induction_var.
4192 (find_mem_givs): Likewise.
4193 (consec_sets_giv): Likewise.
4194 * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
4195 * i386.c (ix86_address_cost): New.
4196 * i386-protos.h (ix86_address_cost): Declare.
4197
4198 Thu Apr 27 11:45:16 2000 Alexandre Oliva <aoliva@cygnus.com>
4199
4200 * config/mn10300/mn10300.md (movqi): Simplify. Prefer data
4201 registers.
4202
4203 Thu Apr 27 16:11:00 MET DST 2000 Jan Hubicka <jh@suse.cz>
4204
4205 * expr.c (store_expr): Use clear_storage instead of direct memset
4206 libcall.
4207
4208 Thu Apr 27 10:36:51 2000 Alexandre Oliva <aoliva@cygnus.com>
4209
4210 * config/mn10300/mn10300.c (mn10300_address_cost): Test
4211 ASHIFT, AND and LABEL_REF.
4212
4213 Thu Apr 27 15:08:46 MET DST 2000 Jan Hubicka <jh@suse.cz>
4214
4215 * invoke.texi (-foptimize-sibling-calls): Fix.
4216
4217 Thu Apr 27 14:54:22 MET DST 2000 Jan Hubicka <jh@suse.cz>
4218
4219 * loop.c (load_mems) Don't use hard registers for the hoisting.
4220
4221 * unroll.c (unroll_loop): Avoid overflow in the n_iterations
4222 calculation; rename const_equiv array in the preconditioning code
4223 from loop_unroll to loop_unroll_precondition
4224
4225 2000-04-27 Richard Henderson <rth@cygnus.com>
4226
4227 * flow.c (struct propagate_block_info): Remove new_dead, new_live;
4228 add new_set.
4229 (propagate_one_insn): Clear it. Don't update reg_live here.
4230 (init_propagate_block_info): Update for pbi member changes.
4231 (free_propagate_block_info): Likewise.
4232 (mark_set_1): Know that zero_extract, sign_extract, and
4233 strict_low_part don't kill their argument. Alter hard subregs.
4234 Update new_set for non-CLOBBER sets. Update reg_live.
4235 (find_auto_inc): Update reg_live, not new_dead.
4236 (mark_used_reg): Update reg_live, not new_live. Examine new_set
4237 to determine if the reg in question was set this insn. Only update
4238 reg info with PROP_REG_INFO.
4239
4240 2000-04-26 Richard Henderson <rth@cygnus.com>
4241
4242 * flow.c (allocate_reg_life_data): Set max_regno here ...
4243 (life_analysis): ... not here.
4244
4245 * flow.c (calculate_global_regs_live): Force stack pointer
4246 live at end.
4247
4248 2000-04-26 Richard Henderson <rth@cygnus.com>
4249
4250 * jump.c (redirect_exp_1): Rework from old redirect_exp. Never
4251 commit change group changes.
4252 (invert_exp_1): Similarly.
4253 (redirect_exp, invert_exp): Use them.
4254 (redirect_jump_1): New.
4255 (invert_jump_1): New.
4256 (jump_optimize_1): Remove code subsumed by condexec.c.
4257 * rtl.h (invert_jump_1, redirect_jump_1): Declare.
4258
4259 2000-04-26 Richard Henderson <rth@cygnus.com>
4260
4261 * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
4262
4263 * genconfig.c (main): Set all HAVE_foo to 1.
4264
4265 * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
4266
4267 2000-04-26 Alex Samuel <samuel@codesourcery.com>
4268
4269 * invoke.texi: Document -fssa flag.
4270
4271 2000-04-26 Richard Henderson <rth@cygnus.com>
4272
4273 * flow.c (count_reg_sets_1): Remove.
4274 (count_reg_sets, count_reg_references): Remove.
4275 (recompute_reg_usage): Implement with update_life_info.
4276 Reallocate life data.
4277
4278 2000-04-26 Richard Henderson <rth@cygnus.com>
4279
4280 * flow.c (update_life_info): Consider blocks null to mean the
4281 universal set.
4282 (calculate_global_regs_live): Likewise.
4283 (life_analysis): Do that instead of collecting all_blocks.
4284
4285 2000-04-26 Richard Henderson <rth@cygnus.com>
4286
4287 * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
4288 a still-valid conditional jump.
4289
4290 2000-04-26 Richard Henderson <rth@cygnus.com>
4291
4292 * jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
4293
4294 * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
4295 * flow.c (calculate_loop_depth): Remove.
4296 * output.h (calculate_loop_depth): Don't declare.
4297 * toplev.c (rest_of_compilation): Expand calculate_loop_depth
4298 inline; run estimate_probability at the same time.
4299
4300 2000-04-26 Neil Booth <NeilB@earthling.net>
4301
4302 * cpplib.h: "~=" is not a single pp-token.
4303 * cpplex.c: Correct commentary.
4304
4305 2000-04-26 Richard Henderson <rth@cygnus.com>
4306
4307 * flow.c (mark_set_1): New arguments code and flags; update all
4308 callers. Track regno_first and regno_last; do HARD_REGNO_NREGS
4309 test in one place. Tidy flags tests. Don't bias REG_N_REFS by
4310 loop_depth when optimizing for size. Do new_dead update after
4311 emitting REG_UNUSED notes. Merge mark_set_reg code.
4312 (mark_set_reg): Remove.
4313 (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
4314 arrange to not emit REG_UNUSED notes.
4315
4316 2000-04-26 Richard Henderson <rth@cygnus.com>
4317
4318 * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
4319 * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
4320
4321 2000-04-26 Richard Henderson <rth@cygnus.com>
4322
4323 * flow.c (propagate_one_insn): Break out from propagate_block.
4324 (init_propagate_block_info): Likewise.
4325 (free_propagate_block_info): Likewise.
4326 (propagate_block): Use them. Export.
4327 * basic-block.h: Declare them all.
4328
4329 2000-04-26 Richard Henderson <rth@cygnus.com>
4330
4331 * basic-block.h (life_analysis): Declare here ...
4332 * output.h: ... not here.
4333 * flow.c (life_analysis): Remove nregs parameter; replace
4334 remove_dead_code with flags. Remove ssa dead code check.
4335 Only init alias analysis if we'll use it.
4336 * reg-stack.c (reg_to_stack): Update life_analysis arguments.
4337 * ssa.c (convert_to_ssa): Likewise.
4338 (convert_from_ssa): Likewise.
4339 * toplev.c (rest_of_compilation): Likewise.
4340
4341 2000-04-26 Richard Henderson <rth@cygnus.com>
4342
4343 * flow.c (flow_delete_block): Rename from delete_block. Export.
4344 * basic-block.h (flow_delete_block): Declare.
4345
4346 2000-04-26 David S. Miller <davem@redhat.com>
4347
4348 * optabs.c (emit_libcall_block): Verify insns with INSN_P before
4349 taking a PATTERN of it.
4350
4351 2000-04-26 <NeilB@earthling.net>
4352
4353 * cpplex.c (spell_other, spell_char): Remove.
4354 (SPELL_CHAR): New.
4355 (token_spelling, trigraph_map): Use unsigned chars.
4356 (_cpp_lex_line): Tidy up the switch statement.
4357 * cpplib.h: Implement spell_char with spell_string.
4358 (C): New.
4359
4360 2000-04-26 <RodneyBrown@pmsc.com>
4361
4362 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
4363 * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
4364
4365 2000-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4366
4367 * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
4368 reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
4369 dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
4370 dwarf2out_return_save, dwarf2out_return_reg,
4371 dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
4372 add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
4373 gen_compile_unit_die, dwarf2out_init): Constify a char*.
4374
4375 * dwarf2out.h (dwarf2out_init): Likewise.
4376
4377 * dwarfout.c (filename_entry, primary_filename, last_filename,
4378 type_tag, output_compile_unit_die, dwarfout_init): Likewise.
4379
4380 * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
4381 dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
4382 dwarf2out_return_reg): Likewise.
4383
4384 2000-04-26 Andreas Jaeger <aj@suse.de>
4385
4386 * extend.texi (Function Attributes): Fix description of pure
4387 attribute.
4388
4389 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
4390
4391 * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
4392 before calling rest_of_compilation.
4393
4394 2000-04-26 Andreas Jaeger <aj@suse.de>
4395
4396 * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
4397 last patch.
4398
4399 2000-04-25 Richard Henderson <rth@cygnus.com>
4400
4401 * cse.c (cse_insn): Emit barrier after unconditional jump.
4402
4403 * calls.c (expand_call): Disable tail call generation once
4404 rtx_equal_function_value_matters is false.
4405
4406 * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
4407 like EDGE_EH edges.
4408
4409 2000-04-25 Jason Merrill <jason@casey.cygnus.com>
4410
4411 * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
4412
4413 * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
4414
4415 * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
4416 is the primary DIE for a member function.
4417 (gen_decl_die): Call set_decl_origin_self here.
4418 * dwarfout.c (output_decl): And here.
4419 * integrate.c (output_inline_function): Not here.
4420 Don't clear DECL_INLINE until after calling rest_of_compilation.
4421 (set_decl_origin_self): No longer static.
4422 * tree.h: Add prototype.
4423 * toplev.c (note_deferral_of_defined_inline_function): Only write
4424 out abstract instance for actual inlines.
4425
4426 2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
4427
4428 * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
4429 EXTENDED_REGS only if TARGET_AM33.
4430 * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
4431 SP_REGS to register allocation and reloading unless absolutely
4432 necessary.
4433 (movsi3): Remove special-case of adding non-constants to SP.
4434
4435 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4436
4437 * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
4438 INCLUDES to search and does not provide any of its own. Also it
4439 now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
4440 parameters. Also it does not call AC_DEFINE.
4441 (gcc_AC_NEED_DECLARATIONS): Likewise. Also this macro now calls
4442 AC_DEFINE and provides for automatic entries for autoheader.
4443 (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
4444
4445 * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
4446 so we can pass -I flags and include gansidecl.h/system.h in this
4447 test.
4448
4449 * acconfig.h: Delete all NEED_DECLARATION_* entries.
4450
4451 2000-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4452
4453 * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4454 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4455 ENABLE_GC_ALWAYS_COLLECT): Delete entries.
4456
4457 * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
4458 ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
4459 ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
4460 for these macros. Clean up spacing and linewraps.
4461
4462 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
4463
4464 * calls.c (expand_call): Use get_callee_fndecl.
4465
4466 * print-tree.c (print_node): Print the chain of an _EXPR.
4467
4468 Tue Apr 25 16:16:04 2000 Andrew MacLeod <amacleod@cygnus.com>
4469 Jim Wilson <wilson@cygnus.com>
4470 Andrew Haley <aph@cygnus.com>
4471
4472 * config/ia64/crtbegin.asm: Add IA-64 unwind support. Correct alloc
4473 and gp save/restore problems.
4474 * config/ia64/crtend.asm: Add IA-64 unwind support.
4475 * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
4476 in fr_pad_size calculation.
4477 (save_restore_insns): Move PR save area. Correct uses of
4478 RTX_FRAME_RELATED_P.
4479 (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
4480 (ia64_expand_epilogue): Add eh_epilogue support.
4481 (ia64_function_prologue): Emit .prologue directive.
4482 (ia64_init_machine_status, ia64_mark_machine_status): New functions.
4483 (ia64_override_options): Set init_machine_status and
4484 mark_machine_status.
4485 (rtx_needs_barrier): Handle bsp reads and writes.
4486 (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
4487 New static variables.
4488 (process_set, process_for_unwind_directive): New functions.
4489 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
4490 ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
4491 ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
4492 macros.
4493 (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
4494 (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
4495 (struct machine_function): Define.
4496 * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
4497
4498 2000-04-25 Bruce Korb <bkorb@gnu.org>
4499
4500 * fixinc/Makefile.in: make the removal of old programs more
4501 robust
4502 * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
4503 install-bin and install-sh
4504
4505 2000-04-25 Nick Clifton <nickc@cygnus.com>
4506
4507 * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
4508 defined, define to return zero.
4509 (function_cannot_inline_p): If a function has any target
4510 specific attributes, then use the macro
4511 FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
4512 whether it can be inlined. If it cannot, issue a suitable
4513 explanation.
4514
4515 * tm.texi: Add a new node 'Inlining' to document the new macro
4516 FUNCTION_ATTRIBUTE_INLINABLE_P.
4517
4518 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
4519
4520 * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
4521 commentary.
4522
4523 2000-04-25 Neil Booth <NeilB@earthling.net>
4524
4525 Restore previous patch, plus the following fixes:
4526
4527 * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
4528 flags, not CPP_OPEN_PAREN.
4529 * cpplex.c (expand_token_space, init_token_list,
4530 cpp_free_token_list): Put the dummy token at list->tokens[-1].
4531 (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
4532
4533 Tue Apr 25 14:06:40 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4534
4535 * config/i386/freebsd.h (INT_ASM_OP): Define.
4536
4537 Tue Apr 25 14:51:07 MET DST 2000 Jan Hubicka <jh@suse.cz>
4538
4539 * loop.c (strength_reduce): Fix typo in the last checkin.
4540
4541 Tue Apr 25 07:33:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4542
4543 * stor-layout.c (finalize_record_size): Simplify to use existing
4544 functions.
4545 (compute_record_mode): No longer static.
4546 * tree.h (compute_record_mode): New declaration.
4547
4548 2000-04-25 Neil Booth <NeilB@earthling.net>
4549
4550 * Revert my patch below until cause of build failures
4551 determined.
4552
4553 2000-04-25 Richard Henderson <rth@cygnus.com>
4554
4555 * combine.c (combine_instructions): Add missing argument
4556 to try_combine.
4557
4558 * toplev.c (rest_of_compilation): Delay sibcall optimization
4559 until after emit_eh_context.
4560
4561 2000-04-24 Nick Clifton <nickc@redhat.com>
4562
4563 * combine.c (combine_instructions): Do not try to combine a
4564 sequence of insns when the second insn has been replaced by a
4565 note.
4566
4567 Mon Apr 24 17:34:18 2000 Mumit Khan <khan@xraylith.wisc.edu>
4568
4569 * gcc.c (load_specs): New static function.
4570 (read_specs): Use it.
4571
4572 * gcc.c (lookup_compiler): Make multiple passes for case
4573 insensitive filesystems.
4574
4575 2000-04-24 Neil Booth <NeilB@earthling.net>
4576
4577 * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
4578 * cpphash.h (_cpp_check_directive): new.
4579 * cpplex.c (handle_newline, cpp_free_token_list,
4580 init_trigraph_map, trigraph_ok, trigraph_replace,
4581 backslash_start, skip_block_comment, skip_line_comment,
4582 skip_whitespace, parse_name, parse_number, parse_string,
4583 copy_comment, _cpp_lex_line, spell_char, spell_string,
4584 spell_comment, spell_name, spell_other, _cpp_lex_file,
4585 _cpp_output_list): new.
4586 (expand_name_space): take length argument.
4587 (init_token_list): add comment list initialisation.
4588 (cpp_scan_line): use auto_expand_name_space. PREV_WHITESPACE
4589 instead of HSPACE_BEFORE.
4590
4591 * cpplib.c (_cpp_check_directive): new
4592 * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
4593 DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
4594 (HSPACE_BEFORE): delete.
4595 (TTYPE_TABLE): rearrange.
4596 (struct cpp_toklist): update.
4597
4598 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4599
4600 * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
4601 gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
4602 argument form of AC_DEFINE.
4603
4604 * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
4605 HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
4606 WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
4607 HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
4608 HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
4609
4610 * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
4611
4612 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4613
4614 * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
4615 deduced.h): Use -isystem, not -I, for including system headers.
4616
4617 2000-04-24 Nick Clifton <nickc@cygnus.com>
4618
4619 * config/fr30/fr30.md (addsi3): Do not use small add instruction if
4620 the source register is the frame pointer or arg pointer.
4621 (addsi3_small_int): Disallow if source register is the frame
4622 pointer or arg pointer.
4623
4624 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4625
4626 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
4627 call to AC_MSG_RESULT.
4628
4629 2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4630
4631 * invoke.texi: Correct grammatical errors, document
4632 -fno-gnu-keywords as identical to -fno-asm for C++.
4633
4634 2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4635
4636 * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
4637 GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
4638 GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
4639 AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
4640 EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
4641
4642 * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
4643 GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
4644 GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
4645 GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
4646 new macros names.
4647
4648 2000-04-24 Mumit Khan <khan@xraylith.wisc.edu>
4649
4650 * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
4651 (pop_alignment): Likewise.
4652 (handle_pragma_token): Likewise.
4653
4654 2000-04-24 Robert Lipe <robertlipe@usa.net>
4655
4656 * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
4657
4658 2000-04-24 Hiroyuki Machida <machida@sm.sony.co.jp>
4659
4660 * combine.c (try_combine): Update reg_nonzero_bits of
4661 newi2pat before newpat.
4662
4663 Mon Apr 24 10:19:48 MET DST 2000 Jan Hubicka <jh@suse.cz>
4664
4665 * loop.c (strength_reduce): Simplify test to INSN_P.
4666 (record_giv): Attempt to simplify the add value, use CONSTANT_P
4667 expressions instead of CONST_INT.
4668 (express_from_1): Likewise.
4669
4670 2000-04-24 Mark Mitchell <mark@codesourcery.com>
4671
4672 * regs.h (reg_n_max): Don't declare.
4673 * flow.c (reg_n_max): Don't define.
4674 * regclass.c (renumber): Don't initialize to zero.
4675 (regno_allocated): Likewise.
4676 (reg_n_max): Define.
4677 (allocate_reg_info): Don't initialize unnecessarily.
4678
4679 Mon Apr 24 00:21:36 2000 Jeffrey A Law (law@cygnus.com)
4680
4681 * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
4682 and blockage_p in the newly allocated attribute.
4683
4684 Sun Apr 23 20:16:49 2000 Alexandre Oliva <aoliva@cygnus.com>
4685
4686 * config/mn10300/mn10300.md (addsi): `inc4' on address
4687 registers does not modify cc, but `inc' on an extended
4688 register does.
4689
4690 Sun Apr 23 16:24:35 2000 Denis Chertykov <denisc@overta.ru>
4691
4692 * reload.c (find_equiv_reg): Checks all valueno regs
4693 as a reload_reg_p regs.
4694
4695 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
4696
4697 * cpphash.c (collect_objlike_expansion): Add sanity check.
4698 (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST. If
4699 the buffer is the empty string, return. Mark __DATE__ and
4700 __TIME__ as XCONST nodes, not MCONST.
4701 (_cpp_macroexpand): Avoid pushing an empty buffer.
4702 (funlike_macroexpand): Don't pop token_buffer here.
4703
4704 Sun Apr 23 18:37:53 2000 Alexandre Oliva <aoliva@cygnus.com>
4705
4706 * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
4707 (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
4708 (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
4709 (REGNO_OK_FOR_BASE_P): Define in terms of them.
4710 (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
4711 (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
4712 (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
4713
4714 Sun Apr 23 22:23:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
4715
4716 * loop.c (simplify_giv_expr): Be more agressive on simplifying
4717 constant MULT givs.
4718
4719 2000-04-23 Zack Weinberg <zack@wolery.cumb.org>
4720
4721 * cpphash.h (struct definition): Move file, line, col members...
4722 (struct hashnode): ... here. Also add 'disabled' flag.
4723 (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
4724 T_IDENTITY. Remove T_DISABLED.
4725 Update prototypes.
4726
4727 * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
4728 (collect_expansion): Split into collect_objlike_expansion and
4729 collect_funlike_expansion.
4730 (_cpp_macroexpand): Split out scan_arguments, stringify, and
4731 funlike_macroexpand.
4732 (_cpp_compare_defs): Rename compare_defs, make static.
4733 (_cpp_make_hashnode): Initialize hp->disabled.
4734 (macro_cleanup): Adjust for new token types. Clear
4735 m->disabled.
4736 (_cpp_create_definition): Move code here to determine what
4737 sort of macro it is, and code to check for redefinitions, from
4738 do_define. Implement a few simple cases without creating a
4739 full DEFINITION.
4740 (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
4741 Handle the simple cases.
4742 (push_macro_expansion): Set buf->has_escapes and hp->disabled
4743 here.
4744
4745 * cppinit.c (builtin_array): Change MCONST to XCONST
4746 everywhere.
4747 * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
4748 fix check for disabled and function-like macros.
4749 * cpplib.c (do_define): Move most logic to
4750 _cpp_create_definition.
4751 (do_undef): Handle new special token types.
4752
4753 Sun Apr 23 14:27:44 MET DST 2000 Jan Hubicka <jh@suse.cz>
4754
4755 * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
4756 of CONSTANT_P for mult_val; always use validate_change to update insn.
4757
4758 2000-04-22 Zack Weinberg <zack@wolery.cumb.org>
4759
4760 * cpphash.c (trad_stringify, add_pat): New functions.
4761 (collect_expansion): Restore support for -traditional syntax.
4762 Use trad_stringify and add_pat.
4763 (_cpp_macroexpand): Restore support for -traditional semantics.
4764 * cpplex.c (_cpp_scan_line): Don't change space_before if we
4765 get a COMMENT token.
4766 (_cpp_lex_token): Provide COMMENT tokens to caller if
4767 traditional and parsing_define_directive.
4768 (skip_comment): Warn about // comments if -Wtraditional.
4769 * cpplib.c (do_define): Fix typo. Create EMPTY nodes with
4770 proper node type.
4771 (do_undef): Don't warn about undefining EMPTY nodes.
4772
4773 Sat Apr 22 22:35:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
4774
4775 * loop.c (strength_reduce): Fix biv removal code.
4776
4777 2000-04-22 Richard Henderson <rth@cygnus.com>
4778
4779 * predict.c (estimate_probability): Examine both sides of
4780 a branch for no exits. Use 90% not 50% for predict taken.
4781 Reorg for one copy of note generation code.
4782
4783 2000-04-22 Richard Henderson <rth@cygnus.com>
4784
4785 * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
4786
4787 2000-04-22 Richard Henderson <rth@cygnus.com>
4788
4789 * diagnostic.c (init_output_buffer): Don't initialize format_args.
4790 (output_clear): Likewise.
4791 (output_printf): Use va_copy.
4792 (vline_wrapper_message_with_location): Likewise.
4793 (v_message_with_decl): Likewise.
4794 (line_wrapper_printf): VA_START infor buffer.format_args directly.
4795 * system.h (va_copy): Provide default implementation.
4796
4797 2000-04-22 Richard Henderson <rth@cygnus.com>
4798
4799 * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
4800 the collected condition is not a constant.
4801
4802 2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
4803
4804 * diagnostic.h: New file.
4805
4806 * Makefile.in (diagnostic.o): Depends on diagnostic.h
4807
4808 * diagnostic.c: Tweak. Rationalize the output logic. Adjust
4809 various function prototypes.
4810 (diagnostic.h): #include.
4811 (struct output_buffer): Move into diagnostic.h.
4812 (get_output_prefix): Rename to output_get_prefix. Export.
4813 (init_output_buffer): Export. Break out. Ajust intialization.
4814 (output_space_left, output_append): Export.
4815 (output_newline): Rename to output_add_newline. Export.
4816 (output_clear): Nullify additional output_buffer fields.
4817 (output_puts): Rename to output_add_string. Export.
4818 (dump_output): Rename to output_flush_on. Export.
4819 (build_location_prefix): Constify return-type.
4820 (emit_output_prefix): Rename to output_emit_prefix. Export.
4821 (set_real_maximum_length): New function.
4822 (output_set_maximum_length): Ditto
4823 (output_clear): Ditto.
4824 (output_add_character): Ditto.
4825 (output_add_integer): Ditto.
4826 (output_add_space): Ditto.
4827 (output_format): Ditto.
4828 (output_printf): Adjust buffer initialization.
4829 (vline_wrapper_message_with_location): Ditto.
4830 (v_message_with_decl): Ditto. Adjust call to output_puts
4831 and get_output_prefix.
4832 (default_print_error_function): Adjust buffer intialization.
4833
4834 Sat Apr 22 06:45:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4835
4836 * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
4837 of VOID_TYPE.
4838
4839 Fri Apr 21 18:33:09 2000 Alexandre Oliva <aoliva@cygnus.com>
4840
4841 * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
4842 of explicit 0.
4843
4844 Fri Apr 21 18:30:00 2000 Alexandre Oliva <aoliva@cygnus.com>
4845
4846 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
4847 accurate data about SP moves.
4848
4849 Fri Apr 21 18:28:28 2000 Alexandre Oliva <aoliva@cygnus.com>
4850
4851 * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
4852 aliases to AM33 registers.
4853
4854 Fri Apr 21 18:26:17 2000 Alexandre Oliva <aoliva@cygnus.com>
4855
4856 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
4857 to all EXTENDED bitmaps.
4858
4859 Fri Apr 21 18:17:12 2000 Alexandre Oliva <aoliva@cygnus.com>
4860
4861 * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
4862 * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
4863 * config/mn10300/mn10300.c (mn10300_address_cost): New function.
4864
4865 Fri Apr 21 18:11:56 2000 Alexandre Oliva <aoliva@cygnus.com>
4866
4867 * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
4868 the operand is not constant.
4869
4870 Fri Apr 21 14:58:29 2000 Denis Chertykov <denisc@overta.ru>
4871
4872 * reload.c (find_equiv_reg): Checks all valueno and regno regs
4873 as a call-clobbered regs.
4874
4875 Fri Apr 21 13:30:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4876
4877 * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
4878 * rtl.h: Likewise.
4879 * rtl.def: Update comment.
4880 * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
4881 * integrate.c (expand_inline_function): Likewise.
4882 * profile.c (branch_prob): Likewise.
4883 * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
4884 * print-rtl.c (print_rtx): Likewise.
4885 * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
4886 (reemit_notes): Likewise; also use enum insn_note.
4887
4888 * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
4889 (place_field): Properly compute know and actual alignment.
4890
4891 * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
4892 in proper format.
4893
4894 * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
4895 note for REG1.
4896
4897 2000-04-21 Zack Weinberg <zack@wolery.cumb.org>
4898
4899 * cpphash.c (struct arg, struct arglist): Const-ify strings.
4900 (warn_trad_stringify, duplicate_arg_p): New helper functions.
4901 (collect_expansion): Rewrite to scan over a token list.
4902 Remove -traditional support.
4903 (collect_formal_parameters): Rename to collect_params; rewrite
4904 to scan over a token list.
4905 (_cpp_create_definition): Adjust to scan a token list.
4906 (_cpp_macroexpand): Remove -traditional support.
4907 (_cpp_compare_defs): Whitespace is now canonicalized.
4908 (comp_def_part): Delete function.
4909
4910 * cpphash.h: Update prototypes.
4911 * cpplex.c (init_token_list): Don't set lineno if there is no
4912 buffer.
4913 (pedantic_whitespace): New function.
4914 (_cpp_scan_line): Mark tokens that had hspace before. Don't
4915 consume a newline. Use pedantic_whitespace.
4916 (_cpp_lex_token): Remove support for -traditional macros.
4917 (_cpp_get_define_token): Delete.
4918 (_cpp_get_directive_token): Do the real work here. Use
4919 pedantic_whitespace.
4920 (_cpp_init_input_buffer): Initialize pfile->directbuf.
4921
4922 * cpplib.c (get_macro_name): Delete.
4923 (do_define): Read the entire line into pfile->directbuf, then
4924 feed the token list to _cpp_create_definition.
4925 * cpplib.h (HSPACE_BEFORE): new define.
4926 (struct cpp_reader): Add a toklist member, "directbuf".
4927
4928 * predict.c (estimate_probability): New heuristic: if a jump
4929 branches around a block with no successors, predict it taken.
4930 Disentangle control flow.
4931
4932 2000-04-20 Richard Henderson <rth@cygnus.com>
4933
4934 * loop.c (emit_iv_add_mult): Revert last change.
4935
4936 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
4937
4938 * cpplib.h (enum cpp_ttype): Add token types for all
4939 punctuators. Distinguish pp-numbers from valid C numbers.
4940 Give some tokens better names. Initialize from macro.
4941 (struct cpp_name, cpp_token, cpp_toklist): New data
4942 structures.
4943 Update prototypes.
4944 * cpplex.c (bump_column, expand_name_space,
4945 expand_token_space, init_token_list, cpp_output_list,
4946 _cpp_scan_line): New functions.
4947 (output_line_command): Add third argument, new line number.
4948 * cpphash.h: Update prototypes.
4949 * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
4950 token names.
4951
4952 2000-04-20 Richard Henderson <rth@cygnus.com>
4953
4954 * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
4955
4956 2000-04-20 Zack Weinberg <zack@wolery.cumb.org>
4957
4958 * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
4959 object pointed to.
4960
4961 Thu Apr 20 14:19:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
4962
4963 * loop.c (emit_iv_add_mult): Simplify it's input and emit
4964 REG_EQUAL note explaining the calculated value.
4965
4966 * calls.c (expand_call): Avoid unnecesary precalculation
4967 and outgoing parameters space guarding for sibling calls.
4968 (store_one_arg): Likewise.
4969
4970 Thu Apr 20 08:01:07 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4971
4972 * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
4973 (rest_of_compilation): Write sibling dump file and account
4974 for time as jump time.
4975 * invoke.texi: Update documentation on dump flags.
4976
4977 2000-04-19 Marek Michalkiewicz <marekm@linux.org.pl>
4978
4979 * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
4980
4981 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
4982
4983 * cpphash.c (special_symbol): Represent an empty macro with
4984 "\r \r " not just "\r ".
4985 (_cpp_macroexpand): Correct condition for the foo ( ) special
4986 case.
4987 (unsafe_chars): Handle EOF as second argument.
4988 (push_macro_expansion): Simplify test for removing escape at
4989 end. Do not trim both escapes if there is no text in between.
4990
4991 2000-04-19 Jim Blandy <jimb@redhat.com>
4992
4993 * dwarf2out.c (DWARF2_ADDR_SIZE): New macro. Use it instead
4994 of PTR_SIZE, when appropriate.
4995
4996 2000-04-19 Mark Mitchell <mark@codesourcery.com>
4997
4998 * system.h (ONLY_INT_FIELDS): Make sure it is defined.
4999 (USE_ENUM_BITFIELDS): Fix typo.
5000
5001 Wed Apr 19 12:14:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5002
5003 * stor-layout.c (place_field): Set rli->offset_align properly.
5004
5005 2000-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5006
5007 * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
5008 INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
5009 PARM_BOUNDARY): Remove unnecessary casts.
5010
5011 Wed Apr 19 12:02:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
5012
5013 * calls.c (precompute_arguments): Remove must_preallocate and
5014 args_size calls.
5015 (expand_call): Update call of precompute_arguments.
5016
5017 * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
5018 check_insn_for_givs): Break out from ...
5019 (strength_reduce) ... here; use for_every_insn_in_loop to call
5020 check_insn_for_givs.
5021 * loop.h (for_every_insn_in_loop): Declare.
5022 (loop_insn_callback): New type.
5023
5024 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
5025
5026 * cpplib.c (do_pragma_poison): Strings in the token buffer are
5027 not nul-terminated.
5028
5029 Tue Apr 18 16:04:12 2000 Jim Wilson <wilson@cygnus.com>
5030
5031 * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
5032 flag_pic and RELOC.
5033
5034 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
5035
5036 * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
5037
5038 * configure.in: Delete --disable-cpplib option and all
5039 references to cpp_main.
5040 * configure: Regenerate.
5041 * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
5042 @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
5043 cccp.o, cccp, or cppmain. Link cppmain.o straight to
5044 cpp$(exeext). Add --no-headers to makeinfo command line when
5045 generating INSTALL. Install and uninstall cpp.1 manpage, not
5046 cccp.1.
5047 * install.texi: Delete all references to cexp.y/cexp.c.
5048 Delete ancient instructions for compiling GCC on 3b1.
5049 * INSTALL: Regenerate.
5050
5051 * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
5052 mips/t-elf, mips/t-r3900: Remove references to cccp.c.
5053 * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
5054 cexp.c/cexp.y.
5055 * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
5056 which is no longer tested anywhere.
5057
5058 * cppinit.c (handle_option): Don't run error message through
5059 gettext twice.
5060
5061 Tue Apr 18 14:16:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5062
5063 * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
5064 * cpperror.c (hashtab.h): Now include.
5065 * cppexp.c (hashtab.h): Likewise.
5066 * cpplex.c (hashtab.h): Likewise.
5067 * cppfiles.c (hashtab.h): Likewise.
5068 (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
5069 to htab_find_slot_with_hash.
5070 * cpphash.c (hashtab.h): Now include.
5071 (_cpp_lookup_slot): INSERT is now enum insert_option.
5072 * cpphash.h (_cpp_lookup_slot): Likewise.
5073 * cppinit.c (hashtab.h): Include earlier.
5074 (initialize_builtins): Pass enum to htab_find_slot.
5075 * cpplib.c (hashtab.h): Now include.
5076 (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
5077 (do_pragma_poison, do_assert): Likewise.
5078 * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
5079 htab_find_slot_with_hash.
5080 * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
5081 * tree.c (type_hash_add): Likewise.
5082 (build1): Minor cleanup.
5083
5084 * ggc-common.c: Add missing blanks.
5085 * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
5086 * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
5087
5088 * stmt.c (mark_case_node): New function.
5089 (mark_case_nesting): Call it.
5090
5091 * expmed.c (emit_store_flag): If comparing two-word integer
5092 with zero, can optimize NE, EQ, GE, and LT.
5093
5094 * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
5095 * conflict.c: Minor cleanups.
5096 * optabs.c: Add blank line
5097 * simplify-rtx.c: Minor cleanups.
5098
5099 2000-04-18 Stan Cox <scox@cygnus.com>
5100
5101 * gengenrtl.c (genlegend): Fix misspelling.
5102
5103 2000-04-18 Robert Lipe <robertlipe@usa.net>
5104
5105 * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that
5106 bitfields of the host compiler are not signed quantities.
5107 * config.in: Regenerate.
5108 * configure: Regenerate.
5109 * system.h (USE_ENUM_BITFIELDS): Added.
5110 (ENUM_BITFIELDS): Added.
5111 * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
5112 (SHORT_ENUM_BUG): Deleted.
5113 * tree.h (tree_common): Members `code', `mode', `built_in_class',
5114 now ENUM_BITFIELD.
5115 * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
5116 (CODE_FIELD_BUG): Likewise.
5117 * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
5118 (OLD_CC): Likewise.
5119 * config/m68k/x-ccur (X_CFLAGS): Likewise.
5120
5121 2000-04-18 Mark Mitchell <mark@codesourcery.com>
5122
5123 * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
5124 mark is active.
5125
5126 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
5127
5128 * cppexp.c (lex): Don't assume tokens are NUL terminated.
5129 * cpplib.c (do_include, do_import, do_include_next,
5130 read_line_number, detect_if_not_defined): Likewise.
5131 * cpphash.c (collect_expansion): Likewise.
5132 (special_symbol, _cpp_macroexpand): Check return from
5133 cpp_file_buffer.
5134 * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
5135 macros. Delete all uses.
5136
5137 * gcc.dg/cpp-mi.c: Add two more test cases.
5138 * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
5139
5140 2000-04-17 Richard Henderson <rth@cygnus.com>
5141
5142 * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
5143 (reorder_basic_blocks): If no epilogue in rtl, force last block last.
5144
5145 2000-04-17 Mark Mitchell <mark@codesourcery.com>
5146
5147 * function.c (expand_function_start): Use hard_function_value to
5148 compute the RTL to use for DECL_RESULT.
5149
5150 Mon Apr 17 23:35:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
5151
5152 * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
5153 (x86_integer_DFmode_moves, x86_partial_reg_dependency,
5154 x86_memory_mismatch_stall): New global variables.
5155 (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
5156 alloved; fix load penalties for Athlon.
5157 * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
5158 x86_memory_mismatch_stall): Declare.
5159 (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
5160 TARGET_MEMORY_MISMATCH_STALL): New.
5161 * i386.md (athlon scheduling parameters): Fix latencies according to
5162 Athlon Optimization Manual.
5163 (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
5164 vector.
5165 (fsqrt instruction patterns): Set athlon_decode to direct.
5166 (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
5167 PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
5168 (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
5169 and TARGET_PARTIAL_REGISTER_STALL machines.
5170 (pushdf_nointeger): New pattern.
5171 (pushdf_integer): Rename from pushdf.
5172 (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
5173 (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
5174
5175 2000-04-17 Richard Henderson <rth@cygnus.com>
5176
5177 * loop.c (canonicalize_condition): Add WANT_REG argument.
5178 Stop the search if we match it.
5179 * expr.h (canonicalize_condition): Update decl.
5180 * predict.c (expected_value_to_br_prob): Use it. Track last
5181 expected value note.
5182 (find_expected_value): Remove.
5183
5184 * reorg.c (mostly_true_jump): Always use BR_PROB if present.
5185
5186 2000-04-17 Zack Weinberg <zack@wolery.cumb.org>
5187
5188 * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
5189 (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
5190 a plain file.
5191 * configure.in: Call AC_FUNC_MMAP_FILE.
5192 * configure: Regenerate.
5193 * config.in: Regenerate.
5194
5195 * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
5196 * fixinc/fixincl.c: Likewise.
5197
5198 2000-04-17 Richard Henderson <rth@cygnus.com>
5199
5200 * builtins.c (expand_builtin_expect): New.
5201 (expand_builtin): Call it.
5202 * builtins.def (BUILT_IN_EXPECT): New.
5203 * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
5204 * extend.texi: Document it.
5205
5206 * predict.c (expected_value_to_br_prob): New.
5207 (find_expected_value): New.
5208 * basic-block.h (expected_value_to_br_prob): Declare.
5209 * toplev.c (rest_of_compilation): Invoke it.
5210
5211 * rtl.h (NOTE_EXPECTED_VALUE): New.
5212 (NOTE_INSN_EXPECTED_VALUE): New.
5213 * rtl.c (note_insn_name): Update.
5214 * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
5215 cases; handle NOTE_INSN_EXPECTED_VALUE.
5216
5217 2000-04-17 Jakub Jelinek <jakub@redhat.com>
5218
5219 * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
5220 leaf sibcall delay slot if flag_pic.
5221 (output_sibcall): Always emit call for leaf sibcall if flag_pic.
5222
5223 2000-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5224
5225 * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
5226
5227 * fixproto: If fix-header fails, exit with an error.
5228
5229 Mon Apr 17 14:59:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
5230
5231 * cse.c (struct check_depdendence_data): New.
5232 (check_dependence): New function.
5233 (invalidate): Use check_depdenence.
5234
5235 2000-04-16 Mark Mitchell <mark@codesourcery.com>
5236
5237 * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
5238 UNITS_PER_WORD is unsigned.
5239
5240 * tree.h (struct tree_common): Remove misleading comment.
5241
5242 2000-04-16 Dave Pitts <dpitts@cozx.com>
5243
5244 * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
5245 message in quotes. Otherwise, IBM's make program treats the '#' as the
5246 start of a comment and ignores the remainder of the line.
5247
5248 * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
5249 upper case.
5250 * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
5251 * cexp.y (initialize_random_junk): Likewise.
5252 * cppfiles.c (find_include_file): Cast alloca return value.
5253 * cppinit.c (initialize_standard_includes): Likewise.
5254 * cpplib.c (cpp_define, cpp_undef): Likewise.
5255 * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
5256 * final.c (output_asm_insn): Allow for holes in EBCDIC.
5257 * fold-const.c (CHARMASK): New.
5258 (real_hex_to_f): Use it.
5259 * real.c (CHARMASK): New.
5260 (etoasc, asctoeg): Use it.
5261 (asctoeg): EBCDIC lower case characters preceed upper case.
5262
5263 * i370.c (mvs_add_label): Change spacing for coding conventions.
5264 * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
5265 outputing case vectors.
5266 (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
5267 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
5268 since vector in in the data CSECT.
5269 (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
5270 * i370.md (Many patterns): Put the length in the XL directives.
5271 (movdi): Put back STM and MVC in definition.
5272 (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
5273 pattern using the TCA.
5274 * oe.h (CPP_SPEC): Added to allow trigraphs.
5275 * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
5276 not support the "long long" type.
5277
5278 2000-04-16 Mark Mitchell <mark@codesourcery.com>
5279
5280 * config/mips/mips-protos.h (mips_legitimate_address_p): New
5281 function.
5282 (mips_reg_mode_ok_for_base_p): Likewise.
5283 * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
5284 (REG_OK_FOR_INDEX_P): Define unconditionally.
5285 (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
5286 (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
5287 * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
5288 that GET_MODE_SIZE is unsigned.
5289 (mips_reg_mode_ok_for_base_p): Define.
5290 (mips_legitimate_address_p): Likewise. Adjust now
5291 that GET_MODE_SIZE is unsigned.
5292 (block_move_loop): Make the number of bytes unsigned.
5293 (expand_block_move): Likewise.
5294 (function_arg): Make the loop counter unsigned to match the
5295 boundary condition.
5296
5297 2000-04-16 Richard Henderson <rth@cygnus.com>
5298
5299 * rtl.h (enum insn_note): New enumeration. Subsume
5300 NOTE_INSN_DELETED and friends.
5301 (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
5302 * rtl.c (note_insn_name): Tweak string order.
5303
5304 2000-04-15 Zack Weinberg <zack@wolery.cumb.org>
5305
5306 * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
5307 to offset * 2.
5308
5309 * cpplex.c (output_line_command): Remove debugging prints.
5310 (cpp_output_tokens): Don't write out a zero-length buffer or
5311 try to see if it has a newline in it.
5312 (_cpp_expand_to_buffer): Copy the source buffer before pushing.
5313 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
5314 the end of the loop. Use memmove. Don't read past the end of
5315 the buffer. Remove trailing newlines from error messages.
5316
5317 2004-04-16 Neil Booth <NeilB@earthling.net>
5318
5319 * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
5320 * cpplib.c: Add new syntax flags to directive table, and
5321 supporting macros.
5322
5323 2000-04-15 Ulrich Drepper <drepper@redhat.com>
5324
5325 * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
5326 using ret $N.
5327
5328 2000-04-15 David Edelsohn <edelsohn@gnu.org>
5329
5330 * toplev.c (display_help): Prefix "f" to "sched-verbose=".
5331 * haifa-sched.c: Update -fsched-verbose comments to use "=".
5332
5333 Sat Apr 15 10:59:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5334
5335 * Makefile.in (ggc-page.o): Now includes toplev.h.
5336 * ggc-page.c (toplev.h): Now included.
5337 (gc_time): Remove declaration.
5338 (ggc_collect): TIME now long.
5339 * toplev.c (parse_time, varasm_time, gc_time): Still global; all
5340 others static.
5341 * toplev.h (gc_time, parse_time, gc_time): New declarations.
5342
5343 * toplev.c: Make *_time variable long to reduce chance of overflow.
5344 (TIMEVAR): Likewise for `otime'.
5345 (print_time): Arg is now long; compute percentage in FP and round.
5346 * toplev.h (print_time): Arg is long.
5347
5348 * tree.c: Minor whitespace changes.
5349
5350 * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
5351 * configure: Rebuilt.
5352 * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
5353 (__fixunsxfDI): Renamed from __fixunsxfdi.
5354 (__fixunsdfDI): Renamed from __fixunsdfdi.
5355 (__fixunssfDI): Renamed from __fixunssfdi.
5356 (__floatdisf): Use proper type in REP_BIT macro.
5357 (__fixunsxfSI): Renamed from __fixunsxfsi.
5358 (__fixunsdfSI): Renamed from __fixunsdfsi.
5359 (__fixunssfSI): Renamed from __fixunssfsi.
5360 * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
5361 Change location of macros and upper-case some names as above.
5362 * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
5363 * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
5364
5365 * varasm.c (assemble_variable): Add cast to remove warning.
5366 (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
5367
5368 * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
5369 * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
5370 region number to -1.
5371
5372 2000-04-15 Richard Earnshaw (rearnsah@arm.com)
5373
5374 * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
5375 call unshare_all_rtl.
5376
5377 * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
5378
5379 Fri Apr 14 16:58:45 2000 Jim Wilson <wilson@cygnus.com>
5380
5381 * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
5382 Use .s1 not .s0 for all FP instructions.
5383
5384 2000-04-14 Zack Weinberg <zack@wolery.cumb.org>
5385
5386 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
5387 interfaces.
5388 (safe_fwrite, output_line_command): New static functions.
5389 (cpp_expand_to_buffer): Now private to cpplib.
5390 (cpp_scan_buffer): Take a printer.
5391
5392 * cpphash.h: Update prototypes.
5393 * cpplib.h: Update prototypes.
5394 (cpp_printer): New.
5395 (cpp_buffer): Remove last_nominal_fname.
5396 (cpp_reader): Remove lineno.
5397
5398 * cppmain.c: Use a cpp_printer.
5399 * fix-header.c: No need to inhibit line commands. Call
5400 cpp_start_read with no printer.
5401
5402 * cpperror.c (cpp_notice_from_errno): Provide default name.
5403 * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
5404 (find_include_file, cpp_read_file): Use make_IHASH.
5405 (file_cleanup): Set control_macro and clear
5406 input_stack_listing_current here.
5407 (_cpp_execute_include): Don't output entering-file marker.
5408 * cpphash.c (special_symbol): Look for the line number in the
5409 buffer, not the reader.
5410 (_cpp_macroexpand): No need to disable line commands.
5411 (_cpp_dump_definition): No need to generate line commands.
5412 (dump_hash_helper): Remove excess newline from output.
5413 * cppinit.c (dump_special_to_buffer): No need to generate line
5414 commands.
5415 (cpp_printer_init): New.
5416 (cpp_start_read): Take a printer, and start it up if it's not
5417 NULL. No need to generate line commands.
5418 (cpp_finish): Expect no buffers stacked at all. Take a
5419 printer argument, and flush the output buffer if it's not
5420 NULL.
5421 * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
5422 Don't put two hashes at the beginning of an assertion.
5423 (cpp_get_token): Don't increment pfile->lineno or emit line
5424 commands here. Return EOF if there's no buffer when we get
5425 EOF.
5426 * cpplib.c (do_define, skip_if_group):
5427 No need to disable line commands.
5428 (_cpp_output_line_command): Delete function.
5429 (do_line): Don't emit line commands here, but set things up so
5430 they will be emitted if necessary. Use _cpp_fake_ihash to
5431 make unique nominal_fnames if necessary.
5432 (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
5433 with 0 for column, not -1.
5434 (_cpp_handle_eof): Don't set the control macro here. Don't
5435 clear input_stack_listing_current here. Don't emit line
5436 commands.
5437
5438 2000-04-14 Geoff Keating <geoffk@cygnus.com>
5439
5440 * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
5441 always, use the default SVR4 start address.
5442
5443 * config/rs6000/linux.h (LINK_SPEC): Don't define.
5444 (LINK_SHLIB_SPEC): Define.
5445 (LINK_START_DEFAULT_SPEC): Define.
5446 (LINK_OS_DEFAULT_SPEC): Define.
5447
5448 * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
5449
5450 * config/rs6000/eabi.asm (__eabi): Call __init rather than
5451 __do_global_ctors to handle constructors.
5452 * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
5453 (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
5454 (STARTFILE_MVME_SPEC): Likewise.
5455 (STARTFILE_SIM_SPEC): Likewise.
5456 (ENDFILE_ADS_SPEC): Use crtend.
5457 (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
5458 (ENDFILE_MVME_SPEC): Likewise.
5459 (ENDFILE_SIM_SPEC): Likewise.
5460 (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
5461 (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
5462 (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
5463 (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
5464 * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
5465 (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
5466 (CRTSTUFF_T_CFLAGS_S): Define.
5467 * config/rs6000/eabi-ctors.c: Delete.
5468
5469 * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
5470 boundary.
5471 (__fini): Likewise.
5472 * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
5473 boundary.
5474 (__fini): Likewise.
5475
5476 Fri Apr 14 16:09:02 2000 Jim Wilson <wilson@cygnus.com>
5477
5478 * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
5479 plus mask size is smaller or equal to the mode size.
5480
5481 Fri Apr 14 18:07:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5482
5483 * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
5484 not yet set.
5485
5486 * expr.c (reload.h): Now included.
5487 (emit_block_move): Set volatile_ok when checking for movstr.
5488 (emit_move_1): Check for replacements in addresses in multi-word case.
5489 * Makefile.in (expr.o): Now includes reload.h.
5490
5491 * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
5492 Never have a LIBCALL end a basic block.
5493 (find_basic_blocks_1): Likewise.
5494 Reorganize CALL_INSN cases.
5495
5496 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
5497
5498 Fri Apr 14 10:54:22 2000 Jim Wilson <wilson@cygnus.com>
5499
5500 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
5501 completers from mov.ret instruction.
5502
5503 2000-04-14 Richard Henderson <rth@cygnus.com>
5504
5505 * fold-const.c (extract_muldiv): Don't distribute and widen
5506 multiply across plus for non-sizetype unsigned types.
5507
5508 2000-04-14 Richard Henderson <rth@cygnus.com>
5509
5510 * flow.c (find_auto_inc): Don't autoinc eliminable registers.
5511 If the original source is dead in the incr insn, it's dead now.
5512
5513 Fri Apr 14 07:40:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5514
5515 * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
5516 see if DECL_BIT_FIELD needs to still be set.
5517
5518 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
5519
5520 * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
5521 print_int_cst_octal with something that's not an INTEGER_CST.
5522
5523 * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
5524 and not a SUBREG to a FLOAT rtl.
5525
5526 Thu Apr 13 19:39:56 2000 Clinton Popetz <cpopetz@cygnus.com>
5527
5528 * emit-rtl.c (try_split): Avoid infinite loop if the split
5529 results in a sequence that contains the original insn.
5530
5531 2000-04-13 Andreas Jaeger <aj@suse.de>
5532
5533 * config/mips/mips.c (expand_block_move): Pass alignment
5534 argument to move_by_pieces in bits, not bytes.
5535
5536 * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
5537 __pic__ for little endian.
5538
5539 2000-04-13 Andreas Jaeger <aj@suse.de>
5540
5541 * config/i386/i386-protos.h: Add prototype for
5542 uno_comparison_operator.
5543
5544 Thu Apr 13 15:55:08 MET DST 2000 Jan Hubicka <jh@suse.cz>
5545
5546 * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
5547 * calls.c (ECF_PURE): New flag.
5548 (emit_call_1): Handle ECF_PURE calls.
5549 (initialize_argument_information): Unset ECF_PURE flag too.
5550 (precompute_arguments): Precompute for ECF_PURE too.
5551 (expand_call): Handle ECF_PURE calls too.
5552 (emit_library_call_value_1): Rename no_queue argument to fn_type,
5553 accept value of 2 as pure function.
5554 (emit_library_call_value, emit_library_call): Rename no_queue argument
5555 to fn_type.
5556 * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
5557
5558 * tree.h (DECL_IS_PURE): New macro.
5559 (struct tree_decl): Add pure_flag.
5560 * c-common.c (enum attrs): Add attribute "pure".
5561 (init_attributes): Initialize attribute "pure"
5562 (decl_attributes): Handle attribute "pure".
5563 * extend.texi (Attribute "pure"): Document.
5564 * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
5565 in pure function.
5566 (flags_from_decl_or_type): Support attribute "pure".
5567
5568 2000-04-13 Jason Merrill <jason@casey.cygnus.com>
5569
5570 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
5571 the token except for numbers and identifiers.
5572
5573 Thu Apr 13 00:09:16 EDT 2000 John Wehle (john@feith.com)
5574
5575 * i386.c (ix86_expand_binary_operator,
5576 ix86_expand_unary_operator): Check no_new_pseudos
5577 instead of reload_in_progress and reload_completed.
5578 (ix86_split_ashldi, ix86_split_ashrdi,
5579 ix86_split_lshrdi): Check no_new_pseudos instead
5580 of reload_completed.
5581
5582 2000-04-12 Jeffrey A Law (law@cygnus.com)
5583
5584 * function.c (purge_addressof): Unshare any shared rtl created by
5585 purge_addressof and its children.
5586
5587 2000-04-12 Mark Mitchell <mark@codesourcery.com>
5588
5589 * function.c (aggregate_value_p): VOID_TYPE nodes are never
5590 aggregates.
5591
5592 2000-04-05 Andreas Jaeger <aj@suse.de>
5593
5594 * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
5595 not compiling PIC code, add flags for mabi=64.
5596 (SUBTARGET_CPP_SIZE_SPEC): New.
5597 (SUBTARGET_CPP_SPEC): New.
5598 (CPP_PREDEFINES): Define __PIC__ and __pic__. PIC code is default
5599 for MIPS/Linux and lots of code needs these defines.
5600
5601 Wed Apr 12 22:44:11 2000 Hans-Peter Nilsson <hp@axis.com>
5602
5603 * reorg.c (fill_slots_from_thread): Check side_effects_p when
5604 trying the "opposite arithmetic" approach.
5605
5606 Wed Apr 12 20:51:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5607
5608 * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
5609 (struct sh_args): Add new field force_mem.
5610 (INIT_CUMULATIVE_ARGS): Initialize it.
5611 (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
5612
5613 Wed Apr 12 17:20:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
5614
5615 * calls.c (expand_call): Do not reverse args in "equal from" field.
5616 (emit_library_call_value_1): Emit_libcall_block for const and pure
5617 function.
5618
5619 Wed Apr 12 16:00:25 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5620
5621 * reload1.c (reload_combine): Don't enable optimization for fixed
5622 registers when encountering a BARRIER.
5623
5624 Wed Apr 12 15:54:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
5625
5626 * builtins.c (expand_builtin_memcmp): Do expansion even with
5627 !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
5628
5629 * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
5630 stack is propertly aligned; add sanity checking for aligned
5631 stack pointer.
5632 (expand_library_call_value_1): Add sanity checking for aligned
5633 stack pointer.
5634
5635 Wed Apr 12 07:51:54 2000 Catherine Moore <clm@cygnus.com>
5636
5637 * calls.c (emit_library_call_value_1): Change 3rd arg to
5638 locate_and_pad_parm to disregard the setting of partial.
5639
5640 Wed Apr 12 08:47:38 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5641
5642 * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
5643
5644 * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
5645 CALL_INSN from the normal case.
5646
5647 Fri Apr 7 12:23:04 MET DST 2000 Jan Hubicka <jh@suse.cz>
5648
5649 * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5650 New global variables.
5651 (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
5652 adjustment.
5653 * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
5654 Declare,
5655 (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
5656 TARGET_ADD_ESP_8): New macros.
5657 * i386.md: Add peep2s to convert esp adjustments to push and pop
5658 instructions.
5659 (pushsi_prologue, popsi_epilogue): New patterns.
5660
5661 2000-04-12 Jakub Jelinek <jakub@redhat.com>
5662
5663 * real.c (toe64): Remove stale #endif from the last change.
5664
5665 2000-04-12 Stephen L Moshier <moshier@mediaone.net>
5666
5667 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
5668 * real.c (toe64): Revert previous change.
5669
5670 2000-04-12 Jakub Jelinek <jakub@redhat.com>
5671
5672 * objc/objc-act.c: Include ggc.h.
5673 (objc_tree_index, objc_global_trees): Convert most of the
5674 static tree variables into a static array with previous names
5675 as defines.
5676 (objc_ellipsis_node): New variable.
5677 (lang_init): Call objc_act_parse_init and c_parse_init.
5678 Create objc_ellipsis_node.
5679 (build_selector_translation_table): Use objc_ellipsis_node instead
5680 of (tree)1.
5681 (hack_method_prototype): Likewise.
5682 (get_arg_type_list): Likewise.
5683 (start_method_def): Likewise.
5684 (continue_method_def): Likewise.
5685 (gen_method_decl): Likewise.
5686 (ggc_mark_imp_list): New function.
5687 (ggc_mark_hash_table): New function.
5688 (objc_act_parse_init): New function.
5689 * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
5690 * c-parse.in (c_parse_init): For objc add roots of objc specific
5691 local tree variables.
5692 * objc/objc-parse.y: Rebuilt.
5693 * objc/objc-parse.c: Rebuilt.
5694 (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
5695
5696 Wed Apr 12 01:00:44 EDT 2000 John Wehle (john@feith.com)
5697
5698 * cse.c (delete_trivially_dead_insns): Also delete insns
5699 that copy a register to itself where the destination is
5700 a strict_low_part.
5701
5702 2000-04-11 Richard Henderson <rth@cygnus.com>
5703
5704 * flow.c (struct propagate_block_info): Add new_dead, new_live.
5705 (propagate_block): Initialize them. Use them in parallel instead
5706 of one tmp variable, ie revert much of the 0408 and 0407 functional
5707 changes, but keep the structural changes.
5708 (mark_set_regs): Take new_dead from propagate_block_info instead.
5709 (mark_set_1, mark_set_reg): Likewise.
5710 (mark_used_regs): Likewise with new_live.
5711 (mark_used_reg): Likewise. Revert 0408 change.
5712
5713 2000-04-11 Nick Clifton <nickc@cygnus.com>
5714
5715 * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
5716 restriction.
5717 (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
5718
5719 2000-04-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5720
5721 * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
5722 const section to output a CONSTRUCTOR based on the same conditions
5723 used for VAR_DECLs.
5724
5725 Tue Apr 11 09:55:59 2000 Jeffrey A Law (law@cygnus.com)
5726
5727 * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
5728 * pa/pa-protos.h (output_call): Add additional argument indicating
5729 if the call is a sibling/tail call.
5730 (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
5731 (compute_64bit_ior, cmpib_comparison_operator): Likewise.
5732 (function_arg, function_arg_partial_nregs): Likewise
5733 * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
5734 (emit_move_sequence): Zero extend certain constants as needed
5735 for TARGET_64BIT.
5736 (compute_zdepdi_operands, output_64bit_and): New functions.
5737 (output_64bit_ior, function_arg): Likewise.
5738 (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
5739 (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
5740 (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
5741 (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
5742 (output_bvb): Likewise.
5743 (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
5744 (output_call): New argument 'sibcall'. Generate sibcall sequences
5745 as needed.
5746 (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT. For
5747 (ouput_arg_descriptor): Do not emit argument descriptors for
5748 TARGET_64BIT.
5749 * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
5750 defined.
5751 (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
5752 (FUNCTION_OK_FOR_SIBALL): Define.
5753 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
5754 (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
5755 (CPP_SPEC): Use new spec infrastructure.
5756 (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
5757 (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
5758 (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
5759 (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
5760 (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
5761 (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
5762 (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
5763 (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
5764 (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
5765 (FUNCTION_ARG); Call out to C code.
5766 (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
5767 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
5768 (MIN_UNITS_PER_WORD): Likewise.
5769 * pa/pa.md (cmpdi): New expander.
5770 (scc patterns, movstrsi): Not available for TARGET_64BIT.
5771 (64bit conditional arithmetic): New patterns.
5772 (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
5773 (movsicc): Not available if modes on all the operands to not match.
5774 (movdicc): New expander and associated patterns.
5775 (64bit branches): New patterns.
5776 (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
5777 (pre_ldd, post_std): New patterns.
5778 (64bit addil, load low part): New patterns.
5779 (special movsf constant): Not available for TARGET_64BIT.
5780 (movsf, movdf expanders): Force constants into memory.
5781 (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
5782 (64bit movdf/movdi patterns): New patterns.
5783 (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
5784 for TARGET_64BIT.
5785 (extendqidi2, extendhidi2, extendsidi2): Similarly.
5786 (adddi3 expander): Allow "arith_operand" for second input.
5787 (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
5788 (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
5789 (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
5790 (muldi3): New expander for TARGET_64BIT.
5791 (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
5792 for TARGET_64BIT.
5793 (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
5794 patterns for TARGET_64BIT.
5795 (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
5796 patterns for TARGET_64BIT.
5797 (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
5798 (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
5799 (sibcall_epilogue): New expander.
5800 (casesi): Tweak for TARGET_64BIT.
5801 (call expanders): Set & use the outgoing argument pointer. Use the
5802 64bit call patterns as needed. Add additional arg to output_call.
5803 (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
5804 (sibcall, sibcall_internal_symref): New expanders.
5805 (sibcall_value, sibcall_value_internal_symref
5806 (interspace_jump): Turn into an expander + matching patterns.
5807 (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
5808 * pa/pa64-regs.h: Eliminate trigraph sequences.
5809 * pa/pa64-start.h (TARGET_PA_20): Fix typo.
5810
5811 2000-04-11 Zack Weinberg <zack@wolery.cumb.org>
5812
5813 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
5814 cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
5815 cpp_token with cpp_ttype everywhere.
5816 * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
5817 Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
5818 CPP_BUF_COL. Line and column numbers are unsigned int, not
5819 long.
5820 * cpplex.c (cpp_buf_line_and_col): Delete.
5821 * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
5822 'long lineno' to 'unsigned int lineno'.
5823 (CPP_BUF_LINE, CPP_BUF_COL): New macros.
5824
5825 2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5826
5827 * extend.texi: ISO C99 is not a draft anymore.
5828 * invoke.texi: ISO C++ is not a draft anymore.
5829 * cpp.texi: __cplusplus is required by the ISO standard.
5830
5831 * extend.texi (-fthis-is-variable): Undocument.
5832 * flags.h (warn_template_debugging): Remove declaration.
5833 * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
5834 -Wenum-clash, -Wtemplate-debugging): Undocument.
5835
5836 2000-04-10 Nick Clifton <nickc@cygnus.com>
5837
5838 * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
5839 integer.
5840 (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
5841 integer.
5842 (ARM_SIGN_EXTEND): Use HOST_UINT.
5843 (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
5844 (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
5845 (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
5846 (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
5847
5848 * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
5849 (arm_gen_constant): Use HOST_UINT.
5850 (arm_canonicalize_constant): Use HOST_UINT.
5851 (arm_reload_in_hi): Use HOST_UINT.
5852 (arm_reload_out_hi): Use HOST_UINT.
5853 (output_multi_immediate): Use HOST_UINT.
5854 (int_log2): Use HOST_UINT.
5855 (arm_poke_function_name): Use HOST_UINT.
5856 (arm_output_epilogue): Use arm_volatile_func().
5857 (output_thumb_prologue): Use arm_strip_name_encoding().
5858
5859 Mon Apr 10 15:40:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5860
5861 * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
5862 of sequence point problems.
5863
5864 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
5865
5866 * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
5867 Recomment.
5868 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
5869
5870 Mon Apr 10 07:21:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5871
5872 * sbitmap.h: Whitespace changes and use upper-case macro args.
5873 (struct simple_bitmap_def): All sizes now unsigned.
5874 (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
5875 * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
5876 (sbitmap_vector_alloc): Parms and local vars now unsigned.
5877 (sbitmap_zero): Cast bzero arg to PTR.
5878 (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
5879 (sbitmap_union_of_diffs): Change loop index to unsigned and rework
5880 loop to make structure clearer.
5881 (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
5882 (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
5883 (sbitmap_a_and_b_or_c): Likewise.
5884 (sbitmap_intersection_of_succs): Minor cleanups.
5885 (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
5886 (sbitmap_union_of_preds): Likewise.
5887 (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
5888 (debug_sbitmap): New function.
5889
5890 * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
5891 * c-typeck.c (convert_for_assignment): Likewise.
5892
5893 * expmed.c (init_expmed): Don't free objects we make.
5894 * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
5895
5896 * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
5897 (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
5898
5899 * gcse.c (expr_hash_table_size): Now unsigned.
5900 (compute_ae_gen): Local variable `i' now unsigned.
5901 (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
5902 (compute_transout, hoist_code): Likewise.
5903 (compute_local_properties): Likewise, also hash_table_size.
5904 (alloc_expr_hash_table): N_INSNS now unsigned.
5905 (delete_null_pointer_checks): Mark arg F as unused.
5906
5907 * regrename.c: Minor cleanups, including chang some variables
5908 to unsigned int.
5909
5910 2000-04-10 Neil Booth <NeilB@earthling.net>
5911
5912 * cpplex.c (skip_block_comment): Use pointer arithmetic rather
5913 than GETC ().
5914 * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
5915
5916 2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5917
5918 * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
5919 __classof__, and __headof__ from the list of gnu keywords.
5920 (-ansi): Remove -foperator-names from list of implied options.
5921 Do not call it ANSI C++.
5922 (-foperator-names): Document as -fno-operator-names.
5923
5924 2000-04-09 Zack Weinberg <zack@wolery.cumb.org>
5925
5926 * cpphash.c (timestamp): Delete.
5927 (del_HASHNODE): If type is T_MCONST, free value.cpval.
5928 (special_symbol): Remove unnecessary braces. Remove
5929 T_VERSION. Treat T_STDC like T_CONST unless
5930 STDC_0_IN_SYSTEM_HEADERS. Render both __DATE__ and __TIME__
5931 when one is encountered, then convert them into T_MCONST
5932 nodes.
5933 * cppinit.c (builtin_array): version_string is T_MCONST.
5934 __STDC__ has a "1" in its cpval. Don't have a terminator
5935 entry. Clean up which entries are dumped.
5936 (initialize_builtins): Only __STDC__ gets the special
5937 -traditional treatment. Count the length of builtin_array.
5938 Render version_string here.
5939 * cpphash.h: Remove T_VERSION. Add T_MCONST.
5940 * cpplib.h (struct cpp_reader): Remove timebuf.
5941
5942 2000-04-09 Richard Henderson <rth@cygnus.com>
5943
5944 * genrecog.c (pred): Update comparison_operator for the unordered
5945 operators.
5946
5947 * config/i386/i386.c (no_comparison_operator): Disallow unordered
5948 operators.
5949 (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
5950 (uno_comparison_operator): New.
5951 (put_condition_code): Handle UNORDERED/ORDERED.
5952 (unsigned_comparison): Likewise.
5953 (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
5954 (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
5955 (ix86_expand_fp_compare): Use them. Take scratch as argument,
5956 update all callers. Handle all 8 unordered operators.
5957 (ix86_expand_setcc): Lose the unordered argument, update all callers.
5958 (ix86_expand_branch): Likewise. Don't fully expand fp branches.
5959 * config/i386/i386.h (PREDICATE_CODES): Update.
5960 * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
5961 (ix86_expand_branch, ix86_expand_setcc): Update.
5962 * config/i386/i386.md (sunordered, sordered): New.
5963 (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
5964 (bunordered, bordered): New.
5965 (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
5966 (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
5967 (*fp_jcc_5, *fp_jcc_6, and splitters): New.
5968
5969 2000-04-09 Philip Blundell <philb@gnu.org>
5970
5971 * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
5972
5973 Sun Apr 9 15:16:14 EDT 2000 John Wehle (john@feith.com)
5974
5975 * i386.md (fix_truncsfhi2, fix_truncdfhi2,
5976 fix_truncxfhi2): New patterns.
5977 * i386.c (output_fix_trunc): Handle converting to HImode.
5978
5979 2000-04-08 Alex Samuel <samuel@codesourcery.com>
5980
5981 * ssa.c (convert_to_ssa): Eliminate dead code when calling
5982 life_analysis.
5983 (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
5984 (for_each_successor_phi): Change parameter to basic_block.
5985 (coalesce_regs_in_successor_phi_nodes): Likewise.
5986 (coalesce_regs_in_copies): Likewise.
5987 (compute_coalesced_reg_partition): Use basic_block instead of index.
5988 * rtl.h (convert_to_ssa): Delete.
5989 (convert_from_ssa): Likewise.
5990 (successor_phi_fn): Likewise.
5991 (for_each_successor_phi): Likewise.
5992 (in_ssa_form): Likewise.
5993 * basic-block.h (convert_to_ssa): Moved from rtl.h.
5994 (convert_from_ssa): Likewise.
5995 (successor_phi_fn): Likewise.
5996 (in_ssa_form): Likewise.
5997 (for_each_successor_phi): Likewise. Change parameter to basic_block.
5998 * flow.c (calculate_global_regs_live): Pass a basic_block to
5999 for_each_successor_phi.
6000
6001 2000-04-08 Richard Henderson <rth@cygnus.com>
6002
6003 * flow.c (mark_used_reg): Use reg_set_p to determine if a register
6004 was modified in the current insn.
6005
6006 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
6007
6008 * arm/thumb.md: Delete.
6009 * arm/thumb-protos.h: Delete.
6010
6011 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
6012
6013 Merge changes from merged-arm-thumb-backend-branch onto trunk.
6014
6015 2000-04-08 Richard Earnshaw (rearnsha@arm.com)
6016
6017 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
6018 into branch.
6019
6020 * arm.md (nop): Use the standard RTL expression. Don't code as a
6021 define_expand.
6022 (*arm_nop, *thumb_nop): Delete.
6023
6024 * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
6025 constants. Use casts instead.
6026 (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
6027 output_multi_immediate, arm_poke_function_name): Likewise.
6028 * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
6029 MASK_RETURN_ADDDR): Likewise.
6030
6031 2000-03-31 Richard Earnshaw (rearnsha@arm.com)
6032
6033 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
6034 into branch.
6035
6036 * arm.md (eh_epilogue): New function.
6037 * arm.h (struct machine_function): Move to here ...
6038 * arm.c: ... from here.
6039 (arm_output_epilogue): Support epilogues for __builtin_eh_return.
6040 (thumb_exit): Extra parameter eh_ofs. All callers changed.
6041 Handle epilogues for __builtin_eh_return. Make bit-fields unsigned.
6042
6043 2000-03-30 Nick Clifton <nickc@cygnus.com>
6044
6045 * config/arm/semi.h (ASM_SPEC): Restore definition.
6046 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
6047
6048 * config/arm/elf.h (ASM_SPEC): Restore definition.
6049 (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
6050
6051 * config/arm/arm.h (ASM_SPEC): Remove definition.
6052 (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
6053
6054 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
6055
6056 * config/arm/arm.c: Disable -fschedule-insns for Thumb.
6057
6058 2000-03-24 Nick Clifton <nickc@cygnus.com>
6059
6060 Various formating tidyups, elimination of compile time
6061 warnings and synchronisation with internal sources:
6062
6063 * config/arm/arm-protos.h (assemble_align): Add prototype.
6064 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
6065 (gen_comapre_reg): Rename to arm_gen_compare_reg.
6066 (arm_return_addr_rtx): Rename to arm_return_addr.
6067
6068 * config/arm/arm.c: Include except.h.
6069 Define shorter typenames for strict minipool_node and struct
6070 minipool_fix.
6071 (arm_return_in_memory): For WinCE return all structures <= 32 bits
6072 in memory.
6073 (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
6074 (gen_comapre_reg): Rename to arm_gen_compare_reg.
6075
6076 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
6077 already defined.
6078 (ASM_SPEC): Define if not already defined.
6079 (ASM_OUTPUT_DEF_FROM_DECLS): Define.
6080
6081 * config/arm/arm.md: Rename references to gen_rotated_half_load to
6082 arm_gen_rotated_half_load, and references to gen_comapre_reg to
6083 arm_gen_compare_reg.
6084 (indirect_jump): Only accept register operands.
6085 (load_indirect_jump): Keep this pattern since combine can generate
6086 it.
6087
6088 * config/arm/coff.h: Include aout.h.
6089 (MULTILIB_DEFAULTS): Only define if not already defined.
6090
6091 * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
6092 into arm.h (so that COFF ports can support thumb based aliases).
6093 (ASM_SPEC): Move definition into arm.h
6094
6095 * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
6096 redundant apcs spec.
6097 (ASM_SPEC): Move definition to arm.h
6098
6099 * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
6100
6101 * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
6102 for entries in the .bss section
6103
6104 2000-03-23 Nick Clifton <nickc@cygnus.com>
6105
6106 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
6107 to thumb_far_jump_used_p.
6108
6109 * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
6110 single integer parameter.
6111
6112 * config/arm/arm.c (struct machine_function): Add two new
6113 fields, 'far_jump_used' and 'arg_pointer_live'.
6114 (thumb_far_jump_used_p): Once the decision has been made that
6115 far jumps might be used, always return true.
6116 If being called from the initial elimination offset macro then
6117 do not bother to perform the test if the arg pointer is not
6118 being used.
6119 (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
6120 (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
6121
6122 2000-03-23 Richard Earnshaw (rearnsha@arm.com)
6123
6124 * arm.c (output_return_instruction): Handle more cases where we can
6125 return from a function with an ldr instruction.
6126 (arm_output_epilogue): Likewise.
6127
6128 * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
6129 if we need to push a large stack frame and there are no callee-saved
6130 registers.
6131
6132 * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
6133 in ARM code if the frame pointer has been eliminated.
6134
6135 * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
6136 unspec_volatile arguments to avoid duplicates.
6137 (consttable_1, consttable_2): Fixes for big-endian mode.
6138
6139 * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
6140 as appropriate.
6141
6142 Re-write constant pool code.
6143 * arm.c (minipool_node, minipool_fix): New types.
6144 (minifix): Delete type.
6145 (arm_add_minipool_constant): Delete.
6146 (arm_compute_minipool_offsets, arm_find_barrier,
6147 arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
6148 (get_jump_table_size): Now returns HOST_WIDE_INT.
6149 (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
6150 functions.
6151 (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
6152 (assign_minipool_offsets, arm_print_value): Likewise.
6153 (dump_minipool): Rewrite.
6154 (arm_barrier_cost): New function.
6155 (create_fix_barrier): New function.
6156 (push_minipool_barrier): New function.
6157 (push_minipool_fix): Record additional information about the fixup
6158 required.
6159 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
6160 check the mode of what needs fixing.
6161 (arm_reorg): Rewrite.
6162
6163 2000-03-08 Nick Clifton <nickc@cygnus.com>
6164
6165 * config/arm/arm.md (indirect_jump): Force constant addresses into
6166 a register.
6167
6168 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
6169
6170 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
6171
6172 2000-02-24 Nick Clifton <nickc@cygnus.com>
6173
6174 * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
6175 adjust is word aligned.
6176 (thumb_expand_epilogue): Make sure that stack adjust is word
6177 aligned.
6178
6179 * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
6180
6181 2000-02-24 Bernd Schmidt <bernds@cygnus.com>
6182
6183 * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
6184 pointer relative addresses.
6185
6186 2000-02-10 Richard Earnshaw <rearnsha@arm.com>
6187
6188 * arm.c (find_barrier): Find the last barrier within the allowed
6189 range.
6190
6191 2000-02-09 Nick Clifton <nickc@cygnus.com>
6192
6193 * config/arm/arm-protos.h: Replace PROTO with PARAMS.
6194
6195 2000-02-09 Nick Clifton <nickc@cygnus.com>
6196
6197 * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
6198 ARM_FUNCTION_PROFILER.
6199
6200 * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
6201 ARM_FUNCTION_PROFILER.
6202
6203 * config/arm/linux-oldld.h: Imported from mainline sources.
6204
6205 2000-02-07 Nick Clifton <nickc@cygnus.com>
6206
6207 * config/arm/lib1funcs.asm: Merge in thumb functions from
6208 lib1thumb.asm.
6209
6210 * config/arm/lib1thumb.asm: Delete.
6211
6212 2000-02-04 Nick Clifton <nickc@cygnus.com>
6213
6214 * config/arm/arm.c: Sychronised with current Red hat local
6215 sources.
6216 * config/arm/arm.h: Ditto.
6217 * config/arm/arm-protos.h: Ditto.
6218
6219 2000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
6220
6221 * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
6222
6223 * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
6224 byte stores.
6225
6226 2000-02-02 Nick Clifton <nickc@cygnus.com>
6227
6228 * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
6229
6230 * config/arm/arm.md (epilogue): Fix rtl checking abort because
6231 (return) was emited using an emit_insn() call.
6232
6233 2000-01-31 Nick Clifton <nickc@cygnus.com>
6234
6235 * config/arm/arm.c (output_thumb_prologue): Fix bug generating
6236 thumb stack frame.
6237 (thumb_exit): Move frame pointer back into hard frame pointer
6238 register if backtracing is being used.
6239
6240 2000-01-13 Richard Earnshaw (rearnsha@arm.com)
6241
6242 * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
6243 into branch.
6244
6245 1999-12-15 Bernd Schmidt <bernds@cygnus.co.uk>
6246
6247 * config/arm/arm.md (neg_pool_offset): Provide default for new
6248 attribute.
6249 (arm_movsi_insn): Add neg_pool_offset attribute.
6250 * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
6251 rtx for the insn that starts the scan and an unsigned long for its
6252 address. Add MIN_OFFSET and PINSERTED args. All callers changed.
6253 Change scan to ignore insns before MIN_OFFSET. Store size of inserted
6254 instructions in *PINSERTED.
6255 (struct minipool_fixup): Add MIN_ADDRESS elt.
6256 (sort_fixups): Compute it.
6257 (arm_reorg): Changes to support inserting pools before the insn to be
6258 fixed up.
6259
6260 1999-12-08 Bernd Schmidt <bernds@cygnus.co.uk>
6261
6262 * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
6263 * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
6264 * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
6265
6266 Wed Nov 3 10:04:07 1999 Nick Clifton <nickc@cygnus.com>
6267
6268 * config/arm/semi.h (TARGET_VERSION): Do not define if already
6269 defined.
6270 (TARGET_DEFAULT): Do not define if already defined.
6271
6272 Tue Nov 2 10:37:25 1999 Nick Clifton <nickc@cygnus.com>
6273
6274 * config/arm/arm.md (anddi3): Allow disjoint source operands.
6275 (iordi3): Allow disjoint source operands.
6276 (xordi3): Allow disjoint source operands.
6277 (negdi2): Permit construction for ARM and Thumb.
6278 (arm_negdi2): Renamed version of old negdi2 pattern.
6279 (thumb_negdi2): New pattern: Only permit non-overlapping
6280 source and destination.
6281
6282 Fri Oct 29 18:52:38 1999 Nick Clifton <nickc@cygnus.com>
6283
6284 * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
6285 scratch low register so that it will not be deleted.
6286
6287 Fri Oct 29 15:23:48 1999 Nick Clifton <nickc@cygnus.com>
6288
6289 * config/arm/pe.h (ARM_PE): Define.
6290
6291 * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
6292 interfacearm attribute if this is a PE toolchain.
6293 (output_return_instruction): Do not emit anything if the function
6294 has the naked attribute set.
6295 (is_called_in_ARM_mode): If the function has the interfacearm
6296 attribute then return true.
6297 (thumb_expand_prologue): Do not generate a prologue for naked
6298 functions.
6299 (thumb_expand_epilogue): Do not generate an epilogie for a naked
6300 function.
6301 (output_thumb_prologue): Do not bother if the function is naked.
6302 Strip PE encoding from function name before emitting.
6303
6304 Thu Oct 28 11:05:13 1999 Richard Earnshaw <rearnsha@arm.com>
6305
6306 * arm.md (pic_load_addr): Fix constraints.
6307
6308 * arm.md (casesi_insn): Fix mis-applied patch.
6309
6310 * arm.md ("core" function unit): Add rules for single- and
6311 multi-cycle insns.
6312 (All TARGET_THUMB patterns): Add "type" attribute information
6313 where needed.
6314 * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
6315 the following insn is a CALL.
6316
6317 * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
6318 pointer.
6319 * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
6320 ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
6321 (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
6322
6323 Wed Oct 27 14:40:48 1999 Nick Clifton <nickc@cygnus.com>
6324
6325 * config/arm/linux-gas.h: oops - this file was missed out when the
6326 branch was created...
6327
6328 Tue Oct 26 17:07:38 1999 Richard Earnshaw <rearnsha@arm.com>
6329
6330 * thumb.c: Deleted. Move contents to ...
6331 * arm.c: ... here.
6332 * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
6333 rule for thumb.o
6334 * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
6335 * configure: Regen.
6336
6337 * arm-protos.h: Use RTX_CODE and tidy up long lines. Don't
6338 declare a prototype for asm_output_align();
6339
6340 * arm.c (thumb_condition_code): Delete.
6341 (arm_print_operand): Always use arm_condition_code array.
6342
6343 * arm.c (thumb_return_addr_rtx): Delete.
6344 (arm_save_machine_status, arm_restore_machine_status): Delete.
6345 (arm_init_machine_status, arm_mark_machine_status): New functions.
6346 (arm_init_expanders): Update accordingly.
6347 (arm_return_addr): Renamed from arm_return_addr_rtx. Rewrite.
6348 (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
6349 * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
6350
6351 Tue Oct 26 13:24:16 1999 Nick Clifton <nickc@cygnus.com>
6352
6353 * configure.in : Fix arm-*-aout target to use new t-arm-aout
6354 script.
6355 * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
6356 targets.
6357
6358 Tue Oct 26 11:27:12 1999 Nick Clifton <nickc@cygnus.com>
6359
6360 * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
6361 stack backtrace structure.
6362
6363 * config/arm/arm-protos.h: Add prototypes for functions defined in
6364 arm/pe.h.
6365
6366 * config/arm/arm.c (arm_override_options): Fix selection of
6367 attributes of default processor.
6368
6369 * config/arm/coff.h: Delete needless #include.
6370
6371 * config/arm/pe.c: Delete unused code.
6372
6373 * config/arm/pe.h (CPP_DEFINES): Delete
6374 (SUBTARGET_CPP_SPEC): Define.
6375 (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
6376
6377 * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
6378
6379 Mon Oct 25 15:42:09 1999 Richard Earnshaw (rearnsha@arm.com)
6380
6381 * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
6382 updated.
6383 (CAN_DEBUG_WITHOUT_FP): Define.
6384 (FIXED_REGISTERS): Make r11 call-saved.
6385 (CALL_USED_REGISTERS): Likewise.
6386 (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
6387 (FRAME_POINTER_REQUIRED): Correct logic for determining when a
6388 frame-pointer is required.
6389 (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
6390 * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
6391 if the target normally needs a stack frame in non-leaf functions.
6392 (use_return_insn): Correct logic for determining when a return
6393 instruction can be used.
6394 (output_return_instruction): Handle the frame-pointer register as
6395 a normal register when not TARGET_APCS_FRAME.
6396 (arm_output_prologue): Likewise.
6397 (arm_output_epilogue): Likewise.
6398 (output_func_epilogue): Likewise.
6399 (arm_expand_prologue): Likewise.
6400 * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
6401
6402 * arm.c (use_return_insn): No need to check floating point regs if
6403 TARGET_SOFT_FLOAT.
6404 (arm_find_minipool_constant): Correct typo; use GET_CODE to get
6405 the code of value stored in the minipool array.
6406 (arm_add_minipool_constant): Likewise.
6407
6408 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6409
6410 * basic-block.h (conflict_graph_enum_fn): K&R fix.
6411
6412 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6413
6414 * tree.c (tree_expr_nonnegative_p): New function.
6415
6416 * tree.h (tree_expr_nonnegative_p): Declare.
6417
6418 * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
6419 elide some sign_compare warnings.
6420 (build_conditional_expr): Likewise.
6421
6422 Sat Apr 8 00:21:51 EDT 2000 John Wehle (john@feith.com)
6423
6424 * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
6425
6426 * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
6427 * i386.c (print_operand): Use the proper suffix for a 387 HImode
6428 operand. Abort if a 387 operand has an unsupported size.
6429
6430 2000-04-08 Neil Booth <NeilB@earthling.net>
6431
6432 * cppexp.c (parse_charconst): Null does not end character
6433 constants.
6434 * cppinit.c (ISTABLE): Null character handled as whitespace.
6435 * cpplex.c (null_warning): new function.
6436 (skip_string): Emit warning if nulls encountered.
6437 (_cpp_skip_hspace): Emit warning if nulls encountered.
6438 (_cpp_lex_token): Emit warning if nulls encountered. Drop
6439 them.
6440 * cpp.texi: Update.
6441
6442 2000-04-07 Richard Henderson <rth@cygnus.com>
6443
6444 * flow.c (loop_depth): Remove.
6445 (reg_next_use, cc0_live, mem_set_list): Replace with ...
6446 (struct propagate_block_info): New.
6447 (life_analysis): Don't allocate reg_next_use.
6448 (propagate_block_delete_insn): Break out of propagate_block.
6449 Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
6450 (propagate_block_delete_libcall): Likewise.
6451 (propagate_block): Create a propagate_block_info struct to pass
6452 to subroutines. Allocate one not two temporary regsets. Don't
6453 clobber memory for const calls. Look for clobbers in
6454 CALL_INSN_FUNCTION_USAGE.
6455 (mark_set_regs): Recognize COND_EXEC.
6456 (mark_set_reg): Break out of mark_set_1.
6457 (mark_used_reg): Break out of mark_used_regs.
6458 (mark_used_regs): Recognize COND_EXEC.
6459 (insn_dead_p): Use propagate_block_info struct.
6460 (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
6461 (find_auto_inc, try_pre_increment_1): Likewise.
6462 (print_rtl_with_bb): Dump regs live at end too.
6463 (count_reg_sets_1): Pass in loop_depth.
6464 (count_reg_sets, count_reg_references): Likewise.
6465 (recompute_reg_usage): Provide it.
6466
6467 2000-04-07 Richard Henderson <rth@cygnus.com>
6468
6469 * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
6470 not the raw files.
6471
6472 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
6473
6474 * cpplib.c (do_elif): Skip the rest of the line if we're
6475 not going to bother evaluating it.
6476 (skip_if_group): Clear pfile->only_seen_white. Reorder loop
6477 to avoid pointless calls to the lexer.
6478
6479 Fri Apr 7 11:50:54 2000 Jim Wilson <wilson@cygnus.com>
6480
6481 * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
6482
6483 2000-04-07 Jason Merrill <jason@casey.cygnus.com>
6484
6485 * calls.c (expand_call): emit_queue if we're trying a sibcall.
6486
6487 2000-04-07 Jakub Jelinek <jakub@redhat.com>
6488
6489 * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
6490
6491 2000-04-06 Geoff Keating <geoffk@cygnus.com>
6492
6493 * Makefile.in: Build crtbeginS and crtendS like crtbegin and
6494 crtend so they can be multilibbed.
6495 (STAGESTUFF): Remove s-crt and s-crtS.
6496
6497 2000-04-07 Richard Henderson <rth@cygnus.com>
6498
6499 * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
6500 if we discover we need a pseudo and no_new_pseudos is true.
6501 * config/alpha/alpha.md (ne:DI insn): New.
6502 (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
6503
6504 2000-04-07 Richard Henderson <rth@cygnus.com>
6505
6506 * rtl.def (COND_EXEC): New.
6507 * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
6508 * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
6509
6510 * genconfig.c (have_cond_arith_flag): Remove.
6511 (have_cond_exec_flag): New.
6512 (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
6513 (main): Print HAVE_conditional_execution.
6514
6515 * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
6516 (sched_analyze_insn, print_pattern): Likewise.
6517 * reload.c (find_equiv_reg): Likewise.
6518 * rtlanal.c (reg_referenced_p): Likewise.
6519 (note_stores, dead_or_set_regno_p): Likewise.
6520 (reg_overlap_mentioned_p): Rewrite to use a switch.
6521
6522 * ggc.h (struct rtx_def): Forward declare.
6523
6524 * print-rtl.c (debug_rtx_range): New.
6525 * rtl.h (debug_rtx_range): Declare.
6526
6527 * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
6528
6529 * gcse.c (gcse_main): Don't rebuild the CFG here.
6530 (delete_null_pointer_checks): Likewise.
6531 * ssa.c (convert_to_ssa): Likewise.
6532 * toplev.c (rest_of_compilation): Do it here instead. Combine
6533 sequential calls to TIMEVAR. Consistently use `insns' instead of
6534 `get_insns()'. Always split insns after reload when optimizing.
6535
6536 * basic-block.h (merge_blocks_nomove): Declare.
6537 (tidy_fallthru_edge): Declare.
6538 * flow.c (merge_blocks_nomove): Document as merging into previous
6539 blocks. Remove cruft from between blocks; remove all edges out of A.
6540 (tidy_fallthru_edge): Export.
6541
6542 2000-04-06 Alex Samuel <samuel@codesourcery.com>
6543
6544 * ssa.c (compute_conservative_reg_partition): Declare with
6545 void arguments.
6546 * toplev.c (clean_dump_file): Remove previously-deleted function
6547 inadvertantly merged back in.
6548 * conflict.c (conflict_graph_add): Use a single call to
6549 htab_find_slot to look up and insert.
6550
6551 2000-04-06 Richard Henderson <rth@cygnus.com>
6552
6553 * genrecog.c (*): Rename _last_insn to last_insn.
6554 (make_insn_sequence): Set the position of the peephole2 C test
6555 to be at the last insn.
6556
6557 2000-04-06 Richard Henderson <rth@cygnus.com>
6558
6559 * flow.c (compute_flow_dominators): Free worklist.
6560
6561 2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
6562
6563 * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
6564
6565 2000-04-06 Alex Samuel <samuel@codesourcery.com>
6566
6567 * rtl.h (INSN_P): New macro.
6568 (successor_phi_fn): New typedef.
6569 (for_each_successor_phi): New prototype.
6570 (in_ssa_form): New variable.
6571 (PHI_NODE_P): Likewise.
6572 * flow.c (calculate_global_regs_live): Add to new_live_at_end from
6573 phi nodes in successors.
6574 (mark_used_regs): Add PHI case.
6575 (set_phi_alternative_reg): New function.
6576 (life_analysis): Assert that dead code elimination is not selected
6577 when in SSA form.
6578 * toplev.c (to_ssa_time): New variable.
6579 (from_ssa_time): Likewise.
6580 (compile_file): Zero to_ssa_time and from_ssa_time.
6581 Print time to convert to and from SSA.
6582 (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
6583 (print_time): Compute percent fraction as integer.
6584 * ssa.c (PHI_NODE_P): Moved to rtl.h.
6585 (convert_to_ssa): Check if we're already in SSA.
6586 Don't eliminate dead code in life_analysis.
6587 Rerun flow and life analysis at bottom.
6588 (eliminate_phi): Use canonical regnos when adding nodes.
6589 (mark_reg_in_phi): New function.
6590 (mark_phi_and_copy_regs): Likewise.
6591 (convert_from_ssa): Rerun life analysis at top.
6592 Use coalesced partition.
6593 Check for removing a phi node at the end of the block.
6594 (compute_coalesced_reg_partition): New function.
6595 (coalesce_regs_in_copies): Likewise.
6596 (coalesce_reg_in_phi): Likewise.
6597 (coalesce_regs_in_sucessor_phi_nodes): Likewise.
6598 (for_each_successor_phi): Likewise.
6599 (rename_context): New struct.
6600 (rename_block): Use a rename_context with rename_insn_1. When
6601 renaming sets of a subreg, emit a copy of the entire reg first.
6602 (rename_insn_1): Treat data as a rename_context *. Save current
6603 insn in set_data.
6604 (rename_set_data): Add field set_insn.
6605 * Makefile.in (HASHTAB_H): Move up in file.
6606 (OBSTACK_H): New macro.
6607 (collect2.o): Use OBSTACK_H in dependencies.
6608 (sdbout.o): Likewise.
6609 (emit-rtl.o): Likewise.
6610 (simplify-rtx.o): Likewise.
6611 (fix-header.o): Likewise.
6612 (OBJS): Add conflict.o.
6613 (conflict.o): New rule.
6614 * basic-block.h: Include partition.h.
6615 (conflict_graph): New typedef.
6616 (conflict_graph_enum_fn): Likewise.
6617 (conflict_graph_new): New prototype.
6618 (conflict_graph_delete): Likewise.
6619 (conflict_graph_add): Likewise.
6620 (conflict_graph_conflict_p): Likewise.
6621 (conflict_graph_enum): Likewise.
6622 (conflict_graph_merge_regs): Likewise.
6623 (conflict_graph_print): Likewise.
6624 (conflict_graph_compute): Likewise.
6625 * conflict.c: New file.
6626
6627 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
6628
6629 * tlink.c (read_repo_files): Don't look for .rpo info for
6630 linker flags.
6631
6632 Thu Apr 6 20:39:26 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6633
6634 * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
6635
6636 Thu Apr 6 19:34:08 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6637
6638 * config/sh/lib1funcs.asm (___udivsi3_i4):
6639 ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
6640 only depends on FMOVD_WORKS.
6641
6642 Thu Apr 6 19:11:47 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6643
6644 * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
6645 make double constant 8-byte aligned.
6646
6647 2000-04-06 Jakub Jelinek <jakub@redhat.com>
6648
6649 * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
6650 movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
6651 movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
6652 (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
6653 Accept storing GENERAL_REGS into offsetable memory.
6654 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
6655 building a TFmode constant other than 0.0L into GENERAL_REGS.
6656
6657 2000-04-06 Clinton Popetz <cpopetz@cygnus.com>
6658
6659 * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
6660
6661 2000-04-06 Zack Weinberg <zack@wolery.cumb.org>
6662
6663 * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
6664 (macro_cleanup): No need to cast pbuf->macro.
6665 (collect_expansion): Use _cpp_get_define_token. Goto done if
6666 it returns VSPACE. Remove check for trailing space after
6667 CPP_COMMENT.
6668 (_cpp_create_definition): Don't diddle flags here. Return
6669 directly on error.
6670 (unsafe_chars): Handle c1 being EOF.
6671 (push_macro_expansion): Use unsafe_chars for both accidental-paste
6672 checks. Don't push the buffer till after we're done with
6673 them.
6674 * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
6675 (PEEKN, FORWARD, GETC, PEEKC): Use them.
6676 (cpp_push_buffer): Don't set new->alimit. Set new->mark
6677 appropriately.
6678 (_cpp_parse_assertion): Don't NUL terminate.
6679 (_cpp_lex_token): Fix -traditional macro handling. Don't skip
6680 hspace before calling _cpp_parse_assertion. Remove all sets
6681 of only_seen_white. Treat '\f' as hspace. Don't do anything
6682 special with '\n' here.
6683 (maybe_macroexpand): Handle T_EMPTY hash entries without
6684 pushing a buffer at all.
6685 (cpp_get_token): Handle clearing only_seen_white here. Handle
6686 incrementing the line number here. Clear
6687 potential_control_macro as well as only_seen_white, if
6688 appropriate.
6689 (cpp_get_non_space_token): Don't eat CPP_POP tokens.
6690 (_cpp_get_define_token): New function, basically like
6691 _cpp_get_directive_token was but doesn't eat horizontal space.
6692 Don't do anything with only_seen_white here.
6693 (_cpp_get_directive_token): Just call _cpp_get_define_token
6694 repeatedly till it returns non-hspace.
6695
6696 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
6697 (conditional_skip, skip_if_group): Return int.
6698 (DIRECTIVE_TABLE): Change origin of all conditional directives
6699 to "COND".
6700 (TRAD_DIRECT_P): New macro.
6701 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue
6702 an error for a bogus directive, unless -lang-asm. Use
6703 TRAD_DIRECT_P. Loop calling handler functions till one returns
6704 zero.
6705 (get_macro_name): Don't diddle flags here.
6706 (do_define): Diddle flags here. Use _cpp_get_directive_token.
6707 Create T_EMPTY nodes for #define macro /* nothing */.
6708 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
6709 Use hp->name when calling pass_thru_directive.
6710 (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
6711 Return the result of conditional_skip and/or skip_if_group.
6712 Don't call _cpp_output_line_command.
6713 (consider_directive_while_skipping): Use _cpp_get_directive_token.
6714 Issue -Wtraditional warnings as appropriate. Don't complain
6715 about unrecognized directives. If we are to stop skipping,
6716 return the number of the directive that ended the skip.
6717 (skip_if_group): Use _cpp_get_directive_token. Turn off macro
6718 expansion and line commands while skipping. Return the result
6719 of consider_directive_while_skipping, if nonzero.
6720 (do_endif): Just set potential_control_macro here.
6721 (validate_else): Use _cpp_get_directive_token.
6722 (do_assert, do_unassert): Don't save pointers into the
6723 token_buffer across calls to the lexer. Use
6724 _cpp_get_directive_token.
6725
6726 * cpplib.h (cpp_buffer): Remove alimit and colno. Make mark a
6727 pointer, not an offset. Replace 'data', which was a generic
6728 pointer, with 'macro', which points to a struct hashnode.
6729 (cpp_reader): Add 'potential_control_macro' pointer.
6730 * cpphash.h (T_UNUSED): Replace with T_EMPTY.
6731 (CPP_BUF_GET, CPP_FORWARD): Delete.
6732 (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
6733 (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
6734 ACTIVE_MARK_P): Update.
6735 (_cpp_get_define_token): New internal function.
6736 * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
6737
6738 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
6739
6740 * configure.in: And here.
6741 * configure: Regenerate.
6742 * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
6743 --enable-libstdcxx-v3 is passed at configure time.
6744 * config.h.in: Regenerate.
6745
6746 2000-04-05 Mark Mitchell <mark@codesourcery.com>
6747
6748 * final.c (final): Use xcalloc to allocate line_note_exists.
6749 * function.c (free_after_compilation): Free the temp_slots.
6750 (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
6751 (combine_temp_slot): Free temp_slots when they get combined.
6752 (purge_addressof): Fix typo in comment.
6753 * stmt.c (mark_goto_fixup): Mark the fixup itself.
6754 (expand_fixup): Allocate the fixup with ggc_alloc_obj.
6755
6756 * ggc.h: Include varray.h.
6757 (ggc_pending_trees): Declare.
6758 (ggc_mark_tree_children): Remove declaration.
6759 (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
6760 * ggc-common.c (ggc_pending_trees): New variable.
6761 (ggc_mark_roots): Call ggc_mark_trees.
6762 (ggc_mark_tree_children): Rename to ggc_mark_trees. Process all
6763 the ggc_pending_trees.
6764 * Makefile.in (GGC_H): New variable. Use it throughout in place
6765 of ggc.h.
6766
6767 Thu Apr 6 00:30:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6768
6769 * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
6770 GET_MODE_SIZE.
6771
6772 Wed Apr 5 23:17:10 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6773
6774 * sh.c (sh_insn_length_adjustment): New function.
6775 * sh-protos.h (sh_insn_length_adjustment): Declare.
6776 * sh.h (ADJUST_INSN_LENGTH): Use it.
6777
6778 Wed Apr 5 12:35:18 2000 Hans-Peter Nilsson <hp@axis.com>
6779
6780 * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
6781 from the insn where REG_RETVAL is added.
6782 (emit_no_conflict_block): Ditto.
6783
6784 * md.texi (Standard Names): Clarify when movX is needed.
6785
6786 * combine.c (simplify_comparison) [MINUS]: Do not replace
6787 all (op (minus A B) 0) with (op A B).
6788
6789 Wed Apr 5 18:03:31 2000 Toshiyasu Morita (toshi.morita@sega.com)
6790 J"orn Rennecke <amylaar@cygnus.co.uk>
6791
6792 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
6793 (block_lump_real): Likewise.
6794
6795 2000-04-05 Chris Demetriou <cgd@netbsd.org>
6796
6797 * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
6798 remaining non-zero debugging masks.
6799
6800 Wed Apr 5 09:44:07 2000 Jeffrey A Law (law@cygnus.com)
6801
6802 * basic-block.h (verify_flow_info): Declare.
6803 (flow_loop_outside_edge_p): Declare.
6804 * flow.c (verify_flow_info): Remove declaration.
6805 (clear_log_links, flow_loop_outside_edge_p): Likewise.
6806
6807 Wed Apr 5 09:34:26 2000 Philippe De Muyter <phdm@macqel.be>
6808
6809 * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
6810 not C++ comments.
6811
6812 2000-04-05 Jakub Jelinek <jakub@redhat.com>
6813
6814 * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
6815 snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
6816 seqdi_zero_trunc+1): Allow splits only if registers are
6817 different.
6818
6819 2000-04-04 Ulrich Drepper <drepper@cygnus.com>
6820
6821 * acconfig.h: Add HAVE_GAS_HIDDEN.
6822 * config.in: Regenerated.
6823 * configure.in: Add test for .hidden pseudo-op in gas.
6824 * configure: Regenerated.
6825 * crtstuff.c: Include auto-host.h.
6826 Emit additional .hidden pseudo-op for __dso_handle if the
6827 assembler knows about it.
6828
6829 2000-04-04 Philippe De Muyter <phdm@macqel.be>
6830
6831 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
6832 before freeing argnames.
6833 * cpplib.c (do_ifndef): Cast return value of xstrdup.
6834
6835 2000-04-05 Michael Meissner <meissner@redhat.com>
6836
6837 * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
6838 Walton <jonboy@gordian.com> to make memory references with update
6839 work wtih -mregnames.
6840
6841 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6842
6843 * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
6844 (regrename_optimize): Rename variables `def_uses' and
6845 `ext_basic_blocks' to avoid conflicts with similarly named
6846 typedefs in traditional C.
6847
6848 * calls.c (initialize_argument_information): Fix typo in previous
6849 change.
6850
6851 2000-04-04 Richard Henderson <rth@cygnus.com>
6852
6853 * regrename.c (consider_available): Test fixed_regs not
6854 PIC_OFFSET_TABLE_REGNUM.
6855
6856 2000-04-04 Geoff Keating <geoffk@cygnus.com>
6857
6858 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
6859 crtend.
6860 (CRTSTUFF_T_CFLAGS_S): Delete definition.
6861 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
6862 (ENDFILE_LINUX_SPEC): Always use crtend.
6863 * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
6864 (powerpc-*-linux-gnu): Likewise.
6865 * configure: Regenerate.
6866
6867 * config/rs6000/eabi.h: Don't include sysv4.h.
6868 (MULTILIB_DEFAULTS): Don't define.
6869 * config/rs6000/eabiaix.h: Don't include eabi.h.
6870 * config/rs6000/eabile.h: Delete.
6871 * config/rs6000/eabilesim.h: Delete.
6872 * config/rs6000/eabisim.h: Don't include eabi.h.
6873 * config/rs6000/linux.h: Don't include sysv4.h.
6874 (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
6875 (MULTILIB_DEFAULTS): Don't redefine.
6876 * config/rs6000/rtems.h: Don't include eabi.h.
6877 * config/rs6000/sol2.h: Don't include sysv4le.h.
6878 * config/rs6000/sysv4le.h: Don't include sysv4.h.
6879 * config/rs6000/t-ppc: Delete.
6880 * config/rs6000/t-ppcgas: Correct comment.
6881 * config/rs6000/t-ppcos: Correct comment. Don't build
6882 multilibs for -fPIC, rather use -fPIC -mstrict-align
6883 as default.
6884 * config/rs6000/t-ppc: Delete.
6885 * config/rs6000/vxppc.h: Don't include sysv4.h.
6886 * config/rs6000/vxppcle.h: Delete.
6887 * configure.in: Use multiple header files for p2pc ELF targets
6888 powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
6889 powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
6890 powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
6891 powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is
6892 always available for these platforms.
6893
6894 2000-04-04 Richard Henderson <rth@cygnus.com>
6895
6896 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
6897
6898 2000-04-04 Stan Cox <scox@cygnus.com>
6899
6900 * Makefile.in: Add rules for regrename.o
6901 * regrename.c: New file.
6902 * rtl.h (regrename_optimize): Add prototype.
6903 * toplev.c (rename_registers_dump, flag_rename_registers): New variables
6904 (compile_file, decode_d_option): Add support for -frename-registers.
6905 (rest_of_compilation): Call regrename_optimize.
6906 * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
6907 New macros.
6908
6909 2000-04-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6910
6911 * Makefile (gccbug): New target.
6912 (doc): Depend on it.
6913 * gcc.texi (Bugs): Link subnodes.
6914 (gccbug): New node.
6915 * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
6916 Document severities, priorities, and classes in bug form.
6917
6918 2000-04-04 Zack Weinberg <zack@wolery.cumb.org>
6919
6920 * cpplex.c (trigraph_map, speccase): Combine into single
6921 table, chartab.
6922 (NORMAL, NONTRI): New macros.
6923 (_cpp_read_and_prescan): Change to use unified table. Use
6924 is_hspace to test for whitespace.
6925
6926 * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
6927 definition that doesn't provoke the "empty body in an
6928 if-statement" warning.
6929
6930 2000-04-04 Clinton Popetz <cpopetz@cygnus.com>
6931
6932 * builtins.c (expand_builtin_strlen): Force the source to
6933 be a memory address.
6934
6935 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6936
6937 * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
6938
6939 Tue Apr 4 19:17:20 MET DST 2000 Jan Hubicka <jh@suse.cz>
6940
6941 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
6942 ECF_LONGJMP, ECF_FORK_OR_EXEC): New constants.
6943 (ECF_IS_CONST): Rename to ECF_CONST.
6944 (special_function_p): Make static, change interface.
6945 (flags_from_decl_or_type, try_to_integrate): Break out from ...
6946 (expand_call) ... here; convert number of variables to flags.
6947 (emit_library_call_vlue_1): Likewise.
6948 (setjmp_call_p): New function.
6949 (initialize_argument_information): Accepts flags as argument;
6950 return flags.
6951 (precompute_arguments): Likewise.
6952 * tree.h (special_function_p): Remove.
6953 (setjmp_call_p): Add prototype.
6954
6955 2000-04-04 Jakub Jelinek <jakub@redhat.com>
6956
6957 * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
6958 so that addresses are offsetable by up to 16 bytes.
6959 (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
6960 non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
6961 offsetable.
6962
6963 * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
6964 (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
6965 (movsf): Don't force any constant to memory if target is integer
6966 hard register.
6967 Move fp_zero_operand check below the const0_rtx check.
6968 (movtf): Likewise. Also allow fp_zero_operand for stores into
6969 memory.
6970 (movdf): Likewise. Also allow fp_zero_operand for stores into
6971 memory and into integer hard registers.
6972 (clear_df, clear_dfp, movdf_const_intreg_sp32,
6973 movdf_const_intreg_sp64): Remove.
6974 (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
6975 conditions.
6976 (movdf_no_e_insn_v9_sp32): New pattern.
6977 (movdf_insn_v9only): Remove.
6978 (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
6979 (movdf_insn_sp64): Remove.
6980 (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
6981 (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
6982 (following splits): Rewrite conditions. Add two new splits
6983 for storing 0.0 into memory and registers.
6984 (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
6985 (movtf_insn_sp32): Redo constraints and conditions.
6986 (movtf_insn_vis_sp32): New pattern.
6987 (movtf_no_e_insn_sp32): Redo constraints and conditions.
6988 (movtf_insn_hq_sp64): Likewise.
6989 (movtf_insn_hq_vis_sp64): New pattern.
6990 (movtf_insn_sp64): Redo constraints and conditions.
6991 (movtf_insn_vis_sp64): New pattern.
6992 (movtf_no_e_insn_sp64): Redo constraints and conditions.
6993 (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
6994 or memory.
6995 * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
6996 -mvis or -m64 to take down the number of various reload patterns.
6997
6998 Tue Apr 4 00:41:53 2000 Jeffrey A Law (law@cygnus.com)
6999
7000 * pa/pa-64.h: New file.
7001 * pa/pa64-regs.h: New file.
7002 * pa/pa64-start.h: New file.
7003 * pa/t-pa64: New file.
7004 * pa/xm-pa64hpux.h: New file.
7005
7006 2000-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7007
7008 * sparc.c (output_restore_regs): Prototype.
7009 (sparc_emit_float_lib_cmp): Constification.
7010
7011 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
7012
7013 * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
7014 Prototype.
7015
7016 * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
7017 (get_value_hash, hash_rtx): Likewise.
7018
7019 * ssa.c (compute_conservative_reg_partition): Prototype.
7020
7021 * tree.c (mark_hash_entry): Prototype.
7022
7023 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
7024
7025 * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
7026 * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
7027 * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
7028
7029 * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
7030 * objc/lang-specs.h: Likewise.
7031
7032 2000-04-03 Neil Booth <NeilB@earthling.net>
7033
7034 * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR
7035 and SYNTAX_ERROR2. Replace `' in messages with ''.
7036 (op_to_str): Make re-entrant.
7037 (_cpp_parse_expr): Implement new error macros. Use | rather
7038 than || to logically or 2 boolean integers. Simply expression
7039 checking we have a left operand iff needed.
7040
7041 2000-04-03 Nick Clifton <nickc@cygnus.com>
7042
7043 * Makefile.in (diagnostic.o): Depend upon diagnostic.c
7044
7045 2000-04-03 Philip Blundell <philb@gnu.org>
7046
7047 * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
7048
7049 2000-04-03 Felix Lee <flee@cygnus.com>
7050
7051 * fixinc/server.c (find_shell): New function. Avoid $SHELL.
7052 (run_shell): Use it.
7053
7054 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk>
7055
7056 * Makefile.in (stmp-int-hdrs): Make include subdir here...
7057 (stmp-fixproto): ...rather than here.
7058
7059 Mon Apr 3 00:50:06 2000 Jason Eckhardt <jle@cygnus.com>
7060
7061 * pa.c (print_operand): Compute 'base' only inside the code paths
7062 that use it.
7063
7064 2000-04-03 Geoffrey Keating <geoffk@cygnus.com>
7065
7066 * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
7067 CEIL_DIV_EXPR.
7068
7069 2000-04-03 Philipp Thomas <pthomas@suse.de>
7070
7071 * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
7072
7073 Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
7074
7075 * Makefile.in (alias.o): Depend on $(TREE_H).
7076
7077 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
7078
7079 * cppinit.c (cpp_start_read): Turn off -Wtraditional if
7080 processing C++.
7081 * cpplib.c (_cpp_handle_directive): Improve warnings for
7082 traditional C and indented directives.
7083
7084 * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
7085 fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
7086 fixinc/inclhack.def: Indent the # of #include_next one space.
7087 * cp/rtti.c: Un-indent #if and #endif.
7088
7089 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
7090 syntax error, but an error has already been printed.
7091 * cpplex.c (_cpp_parse_assertion): Give a more specific error
7092 message when called with nothing remaining on the line.
7093 (_cpp_lex_token): If _cpp_parse_assertion fails, return an
7094 OTHER token, not an ASSERTION.
7095 * cpplib.c (do_assert): When we create a 'base' node, clear
7096 its aschain pointer.
7097
7098 2000-04-02 Neil Booth <NeilB@earthling.net>
7099
7100 * cppexp.c: New typedef op_t. struct operation and struct
7101 token updated to use it.
7102 (op_to_str): New function.
7103 (_cpp_parse_expr): Error messages modified to use op_to_str.
7104
7105 2000-04-02 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
7106
7107 * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
7108 before checking MUST_PASS_IN_STACK.
7109
7110 2000-04-02 Neil Booth <NeilB@earthling.net>
7111
7112 * cppexp.c: New FINISHED dummy token. Combine operator initial
7113 flags and initial priority into a single constant. New
7114 EQUALITY macro. New operator flag SHORT_CIRCUIT.
7115 (_parse_cpp_expr): Implement new constants. Take left operand
7116 checks out of reduction loop. Handle SHORT_CIRCUIT. End of
7117 parse indicated by reducing FINISHED token. Remove new lines
7118 from cpp_error messages.
7119
7120 2000-04-01 Mark Mitchell <mark@codesourcery.com>
7121
7122 * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
7123 permanent obstack.
7124
7125 2000-04-01 Zack Weinberg <zack@wolery.cumb.org>
7126
7127 * cpplib.c: Include symcat.h. Add 'origin' field to struct
7128 directive. Add origin values to DIRECTIVE_TABLE. Generate
7129 the strings and function names on the fly. Take the #sccs
7130 entry out of the table if SCCS_DIRECTIVE is not defined.
7131 (_cpp_handle_directive): Decide if the # was at the beginning
7132 of the line here. Issue -pedantic warnings for extended
7133 directives here. Warn about K+R directives with the #
7134 indented, and C89/extended directives with the # not indented,
7135 here.
7136 (do_import, do_include_next, do_warning, do_ident, do_sccs,
7137 do_assert, do_unassert): Don't issue pedantic warning here.
7138
7139 * cpphash.h: Add CPP_WTRADITIONAL macro.
7140 * cpplib.h (struct cpp_options): Rename warn_stringify to
7141 warn_traditional; update comments.
7142 * cppinit.c (handle_option): Set warn_traditional not
7143 warn_stringify.
7144 * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
7145 CPP_WTRADITIONAL (pfile).
7146 * cpplex.c (_cpp_lex_token): Don't decide if directives should
7147 be ignored in -traditional mode here.
7148
7149 * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
7150 to initialize speccase[] and trigraph_map[]. Delete all
7151 references to pfile->input_speccase. Always treat '?' as a
7152 special character. Remove table-initialization code from
7153 _cpp_init_input_buffer.
7154
7155 * cpplib.h (struct cpp_reader): Remove input_speccase field.
7156 * cppinit.c (cpp_cleanup): Don't free input_speccase.
7157
7158 2000-04-01 Richard Henderson <rth@cygnus.com>
7159
7160 * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
7161 (mostlyclean): Likewise.
7162
7163 * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
7164 (struct dump_file_info, enum dump_file_index, dump_file): New.
7165 (open_dump_file): Take a dump_file_index not a suffix, and a decl
7166 not a string. Clean out file if we havn't yet done so. Do nothing
7167 if the dump isn't enabled.
7168 (close_dump_file): Do nothing if the dump isn't open. Dump
7169 graph data if requested.
7170 (dump_rtl, clean_dump_file): Remove.
7171 (compile_file): Don't clean the dump files. Only finalize .bp dump
7172 if flag_test_coverage or flag_branch_probabilities. Only finalize
7173 .combine dump if optimizing. Iterate over dump_file to finalize the
7174 graph dumps.
7175 (rest_of_compilation): Update for open_dump_file/close_dump_file.
7176 Convert all uses of dump_rtl.
7177 (decode_d_option): Iterate over dump_file to implement 'a' and to
7178 locate pass-specific dumps.
7179
7180 2000-04-01 Neil Booth <NeilB@earthling.net>
7181
7182 * cppexp.c: Redefine priority constants.
7183 (_cpp_parse_expr): Replace left and right priority scheme with
7184 single priority logic. Move LOGICAL to same place as COMPARE.
7185 Remove bogus check for multiple unary +/- operators.
7186
7187 2000-04-01 Neil Booth <NeilB@earthling.net>
7188
7189 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
7190 within the switch statement. Binary operations break out of
7191 the switch naturally. '(' tokens handled by forcing
7192 immediate shift. ')' handled by forcing immediate reduce to
7193 the previous '('. New error messages.
7194
7195 2000-03-31 Geoff Keating <geoffk@cygnus.com>
7196
7197 * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
7198 part', it's already in use. Use %K instead. Add a return at the
7199 end of what is now %K.
7200 * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
7201
7202 Sat Apr 1 02:05:29 MET DST 2000 Jan Hubicka <jh@suse.cz>
7203
7204 * builtins.c (expand_builtin_apply): Pass proper parameters to
7205 allocate_dynamic_stack_space.
7206 * calls.c (emit_call_1): Do not adjust stack pointer for SIB,
7207 update stack_pointer_delta; do not update arg_size_so_far.
7208 (compute_argument_block_size): Use stack_delta instead of
7209 stack_pointer_pending and arg_size_so_far.
7210 (expand_call): Add sanity checking for stack_pointer_delta;
7211 save and restore stack_pointer_delta for SIB, use
7212 stack_pointer_delta for alignment; do not update arg_space_so_far.
7213 (emit_library_call_value): Use stack_pointer_delta for alignment.
7214 (store_one_arg): Do not update arg_space_so_far.
7215 * explow.c (adjust_stack, anti_adjust_stack): Update
7216 stack_pointer_delta.
7217 (allocate_dynamic_stack_space): Add sanity checking for
7218 stack_pointer_delta.
7219 * expr.c (init_expr, clear_pending_stack_adjust): Clear
7220 stack_pointer_delta.
7221 (emit_push_insn): Update stack_pointer_delta.
7222 * function.h (struct expr_status): Add x_stack_pointer_delta;
7223 remove x_arg_space_so_far.
7224 (arg_space_so_far): Remove.
7225 (stack_pointer_delta): New macro.
7226
7227 2000-03-31 Zack Weinberg <zack@wolery.cumb.org>
7228
7229 * cpplib.h: Merge struct cpp_options into struct cpp_reader.
7230 Reorder struct cpp_options and struct cpp_reader for better
7231 packing. Replace CPP_OPTIONS macro with CPP_OPTION which
7232 takes two args. Change all 'char' flags to 'unsigned char'.
7233 Move show_column flag into struct cpp_options. Don't
7234 prototype cpp_options_init.
7235 * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
7236 cppinit.c, cpplex.c, cpplib.c:
7237 Replace CPP_OPTIONS (pfile)->whatever with
7238 CPP_OPTION (pfile, whatever), and likewise for
7239 opts = CPP_OPTIONS (pfile); ... opts->whatever;
7240
7241 * cppinit.c (merge_include_chains): Take a cpp_reader *.
7242 Extract CPP_OPTION (pfile, pending) and work with that
7243 directly.
7244 (cpp_options_init): Delete.
7245 (cpp_reader_init): Turn on on-by-default options here.
7246 Allocate the pending structure here.
7247 (cl_options, enum opt_code): Define these from the same table,
7248 kept in a large macro. Add -fshow-column and -fno-show-column
7249 options.
7250
7251 * cpperror.c (v_message): If show_column is off, don't print
7252 the column number.
7253
7254 * cppmain.c: Update for new interface.
7255 * fix-header.c: Likewise.
7256
7257 2000-03-30 Geoff Keating <geoffk@cygnus.com>
7258
7259 * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
7260 definition.
7261 * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
7262 are passed to any invocation of AR_FOR_TARGET.
7263 (AR_CREATE_FOR_TARGET): New macro.
7264 (AR_EXTRACT_FOR_TARGET): New macro.
7265 (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
7266 AR_EXTRACT_FOR_TARGET.
7267 (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
7268 in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
7269 `$(AR_FOR_TARGET) x'. Pass AR_CREATE_FOR_TARGET and
7270 AR_EXTRACT_FOR_TARGET to sub-makes.
7271
7272 2000-03-31 Neil Booth <NeilB@earthling.net>
7273
7274 * cppexp.c: Delete SKIP_OPERAND. Correct priority
7275 PAREN_INNER_PRIO.
7276 (_cpp_parse_expr): Check for multiple unary +/- operators.
7277 Correct priorities of ':' and '?'. Treat ')' as having a
7278 value. Ensure conditional expression is not void.
7279
7280 2000-03-31 Mark Mitchell <mark@codesourcery.com>
7281
7282 * alias.c (canon_rtx): Make it global.
7283 (rtx_equal_for_memref_p): CONST_INT equality is now pointer
7284 equality.
7285 * cse.c (struct table_elt): Add canon_exp.
7286 (insert): Clear it.
7287 (invalidate): Canonicalize expressions only once.
7288 * rtl.h (canon_rtx): Declare.
7289
7290 2000-03-30 Mark Mitchell <mark@codesourcery.com>
7291
7292 * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
7293 * alias.c (reg_known_value): Add comments.
7294 (init_alias_analysis): Likewise.
7295 * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
7296 address.
7297 (cse_basic_block): Fix typo in comment.
7298 * emit-rtl.c: Include hashtab.h.
7299 (const_int_htab): New variable.
7300 (const_int_htab_hash): New function.
7301 (const_int_htab_eq): Likewise.
7302 (rtx_htab_mark_1): Likewise.
7303 (rtx_htab_mark): Likewise.
7304 (gen_rtx_CONST_INT): Cache all CONST_INTs.
7305 (unshare_all_rtx): Fix formatting.
7306 (init_emit_once): Initialize const_int_htab.
7307 * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
7308 address.
7309 * rtl.texi: Document the fact that all CONST_INTs with the same
7310 value are shared.
7311
7312 2000-03-30 Richard Henderson <rth@cygnus.com>
7313
7314 * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
7315
7316 2000-03-30 Zack Weinberg <zack@wolery.cumb.org>
7317
7318 * configure.in: Comment out --enable-c-cpplib stanza.
7319 * configure: Regenerate.
7320
7321 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7322
7323 * expr.c (store_constructor): Properly compute displacement and
7324 alignment when offset is variable.
7325
7326 * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
7327 cases of alignment in bytes.
7328
7329 Thu Mar 30 13:30:40 2000 Jeffrey A Law (law@cygnus.com)
7330
7331 * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
7332 since it is used to generate c-parse.y.
7333 * objc-parse.c, objc-parse.y: Regenerated.
7334
7335 * function.c (expand_function_end): Pass alignment argument to
7336 emit_block_move in bits, not bytes.
7337
7338 Thu Mar 30 06:32:51 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7339
7340 * expr.c (move_by_pieces_ninsns): Fix one more missing align
7341 correction.
7342
7343 * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
7344
7345 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
7346 * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
7347 * function.c (assign_parms): Likewise.
7348 * integrate.c (expand_inline_function): Likewise.
7349 * stmt.c (expand_decl): Likewise.
7350 (copy_rtx_and_substitute): Likewise.
7351 * expr.c (expand_expr, expand_expr_unaligned): Likewise.
7352 (clear_by_pieces): Fix error in last change.
7353 * emit-rtl.c (init_emit): Set known registers alignment in bits.
7354 * function.h (regno_pointer_align): Now unsigned.
7355 * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
7356 is in bits.
7357 * config/i386/i386.c (aligned_operand): Likewise.
7358 * config/sparc/sparc.c (mem_min_alignment): Likewise.
7359 * config/alpha/alpha.c (aligned_memory_operand): Likewise.
7360 (unaligned_memory_operand): Likewise.
7361 (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
7362 Also make alignments and sizes unsigned and some whitespace cleanup.
7363 (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
7364
7365 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
7366 (expand_builtin_apply): Pass alignment to emit_block_move in bits.
7367 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
7368 (expand_builtin_memset): Likewise, but to clear_storage.
7369 * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
7370 (restore_fixed_argument_area): Likewise.
7371 (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
7372 (load_register_parameters): Likewise, to emit_group_load.
7373 (expand_call): Likewise, to emit_group_store and emit_block_move.
7374 (emit_library_call_value_1): Likewise, to emit_block_move.
7375 (store_one_arg): Likewise, and to emit_push_insn.
7376 * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
7377 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
7378 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
7379 (emit_block_move, emit_group_load, emit_group_store): Likewise.
7380 (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
7381 (expand_assigment, store_expr, store_constructor_field): Likewise.
7382 (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
7383 (store_constructor, store_field, get_inner_reference): Likewise.
7384 Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
7385 (expand_expr, case COMPONENT_REF): Likewise.
7386 (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
7387 and positions; reindent code.
7388 * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
7389 * function.c (purge_addressof_1): Pass bit align to store_bit_field.
7390 (assign_parms): Likewise to emit_group_store.
7391 * optabs.c (prepare_cmp_insn): Alignment is in bits.
7392 (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
7393 * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
7394 (expand_return): Likewise to {extract,store}_bit_field.
7395 * stor-layout.c (get_mode_alignment): Minor cleanup.
7396 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
7397 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
7398
7399 2000-03-29 Nick Clifton <nickc@cygnus.com>
7400
7401 * config/arm/arm.h: Undo effects of previous delta:
7402 (ASM_SPEC): Do not define.
7403 (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
7404
7405 * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
7406 typo.
7407
7408 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
7409
7410 * cppinit.c (cpp_start_read): Call initialize_dependency_output
7411 only after reading in the primary source file.
7412
7413 2000-03-29 Geoff Keating <geoffk@cygnus.com>
7414
7415 * c-common.c (c_common_nodes_and_builtins): The first parameter to
7416 __builtin_va_start and __builtin_va_copy is now either a 'va_list'
7417 or a reference to a va_list.
7418 * builtins.c (stabilize_va_list): Simplify now we don't have to
7419 work around C array address decay.
7420 * c-typeck.c (convert_for_assignment): Handle assignment to
7421 a reference parameter by taking the address of the RHS.
7422 * ginclude/stdarg.h (va_start): Don't take address of first parameter.
7423 (va_copy): Likewise.
7424 (__va_copy): Likewise.
7425 * ginclude/varargs.h (va_start): Likewise.
7426 (__va_copy): Likewise.
7427
7428 Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
7429
7430 * i386/djgpp.h: Remove extraneous "+".
7431
7432 * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
7433
7434 * calls.c (expand_call): Fix typo in last change.
7435
7436 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
7437
7438 * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
7439 been expanded.
7440
7441 Wed Mar 29 15:39:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7442
7443 * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
7444 (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
7445 (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
7446 * tree.c (bit_position, byte_position): Likewise.
7447 * tree.h: Declare new functions.
7448
7449 2000-03-29 Nick Clifton <nickc@cygnus.com>
7450
7451 * config/arm/arm.c: Minor formatting changes/
7452 * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
7453 already defined.
7454 (ASM_SPEC): Define if not already defined.
7455
7456 2000-03-29 Zack Weinberg <zack@wolery.cumb.org>
7457
7458 * cppfiles.c (cpp_read_file): Don't pass zero-length string to
7459 _cpp_calc_hash.
7460
7461 2000-03-29 Jakub Jelinek <jakub@redhat.com>
7462
7463 * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
7464 value, don't output it as unsigned.
7465
7466 Wed Mar 29 10:53:49 2000 Jeffrey A Law (law@cygnus.com)
7467
7468 * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
7469
7470 2000-03-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7471
7472 * c-common.c (c_common_nodes_and_builtins): Don't special case
7473 cplus_mode when declaring builtin bzero/bcmp, always avoid
7474 prototype arguments.
7475
7476 2000-03-29 Bruce Korb <bkorb@gnu.org>
7477
7478 * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
7479 to a non-file
7480
7481 Wed Mar 29 15:08:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
7482
7483 Convert ACCUMULATE_OUTGOING_ARGS to an expression.
7484 * calls.c (PUSH_ARGS_REVERSED) Change to expression.
7485 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
7486 (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
7487 (save_fixed_argument_area, restore_fixed_argument_area):
7488 conditionize by #ifdef REG_PARM_STACK_SPACE only.
7489 (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
7490 to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
7491 (precompute_register_parameters): Avoid #ifdefs on
7492 ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
7493 (stire_one_args): Likewise.
7494 (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
7495 (emit_library_call_value_1): Likewise.
7496 (compute_argument_block_size): Align to STACK_BOUNDARY only for
7497 ACCUMULATE_OUTGOING_ARGS.
7498 * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
7499 value.
7500 (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
7501 (use_crosses_set_p): Likewise.
7502 * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
7503 #define ACCUMULATE_OUTGOING_ARGS 1.
7504 * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
7505 frames.
7506 * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
7507 constants.
7508 (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
7509 (TARGET_SWITCHES): Add push-args, no-push-args,
7510 accumulate-outgoing-args and no-accumulate-outgoing-args.
7511 (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
7512 * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
7513 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
7514 and PUSH_ROUNDING.
7515 (emit_push_insn): Likewise.
7516 * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7517 (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
7518 * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
7519 (STACK_DYNAMIC_OFFSET): Define correctly for both
7520 ACCUMULATE_OUTGOING_ARGS and normal mode.
7521 * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
7522 * tm.texi (PUSH_ARGS): Document.
7523 (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
7524
7525 Wed Mar 29 11:51:13 MET DST 2000 Jan Hubicka <jh@suse.cz>
7526
7527 * flags.h (flag_optimize_sibling_calls): Declare.
7528 * calls.c (expand_call): Fail sibcall when
7529 !flag_optimize_sibling_calls
7530 * invoke.texi (flag_optimize_sibling_calls): Document.
7531 * toplev.c (flag_optimize_sibling_calls): New global variable.
7532 (f_options): Add flag_optimize_sibling_calls.
7533 (rest_of_compilation): Conditionize
7534 optimize_sibling_and_tail_recursive_calls by
7535 flag_optimize_sibling_calls.
7536 (main): Set flag_optimize_sibling_calls for -O2.
7537 * stmt.c (expand_return): Conditionize tail recursion by
7538 flag_optimize_sibling_calls.
7539
7540 2000-03-29 Richard Henderson <rth@cygnus.com>
7541
7542 * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
7543 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
7544
7545 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
7546
7547 * except.c (add_eh_table_entry): Mark type_info's as referenced.
7548
7549 2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7550
7551 * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
7552 is given.
7553 * config/rs6000/aix43.h (CPP_SPEC): Likewise.
7554 * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
7555 * config/rs6000/aix.h: then modified likewise.
7556
7557 2000-03-28 Richard Henderson <rth@cygnus.com>
7558
7559 * rtl.h: Redistribute enum reg_note documentation.
7560 Kill trailing whitespace.
7561 * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
7562 Kill trailing whitespace.
7563
7564 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
7565
7566 * cppfiles.c (hash_IHASH): Just return i->hash.
7567 (cpp_included): Set dummy.hash using _cpp_calc_hash. Use
7568 htab_find_with_hash.
7569 (cpp_read_file): Likewise.
7570 (find_include_file): Likewise. Properly initialize
7571 ih->nshort. Share ih->name and ih->nshort if possible.
7572 * cpphash.c (_cpp_calc_hash): New function.
7573 (hash_HASHNODE): Just return h->hash.
7574 (_cpp_lookup): Set dummy.hash using _cpp_calc_hash. Use
7575 htab_find_with_hash.
7576 * cpphash.h: Prototype _cpp_calc_hash.
7577 * cppinit.c (initialize_builtins): Provide a valid hash
7578 to _cpp_make_hashnode, using _cpp_calc_hash.
7579
7580 * cpphash.c (collect_expansion): # is not a special character
7581 in object-like macros. In -traditional mode, /**/ is not
7582 token paste at the beginning or end of the line.
7583 * cpplib.c (do_include, do_import, do_include_next): If
7584 parse_include fails, return immediately.
7585
7586 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
7587
7588 * config/arm/arm.md (return peepholes): Update to reflect the new
7589 call insn patterns.
7590 * config/arm/arm.c (arm_volatile_func): Also check
7591 current_function_nothrow.
7592 (output_return_instruction, output_func_prologue): Use it.
7593 (arm_output_epilogue, arm_expand_prologue): Likewise.
7594
7595 2000-03-27 Tom Tromey <tromey@cygnus.com>
7596
7597 * gcc.c (handle_braces): In {x*...} case, break out of loop if
7598 switch is found.
7599
7600 Tue Mar 28 11:55:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7601
7602 * expr.c (store_constructor): SIZE now signed.
7603 For EXPR_SIZE, don't evaluate size; just needed if constant.
7604 * fold-const.c (fold): Fix a number of cases when folded tree is
7605 wrong type.
7606 * function.c (flush_addressof): Reenable.
7607 * tree.h (flush_addressof): Likewise.
7608 * toplev.c (independent_decode_option): Look at strings_processed.
7609 * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
7610
7611 Tue Mar 28 08:29:46 2000 Jan Hubicka <jh@suse.cz>
7612
7613 * sibcall.c (indentify_call_return_value): Find last call in the chain;
7614 Allow stack adjustment after function call.
7615
7616 * regmove.c (struct csa_memlist): Make mem field rtx *.
7617 (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
7618 (try_apply_stack_adjustment): Replace whole MEM rtx.
7619 (combine_stack_adjustments_for_block): Update calls
7620 to record_one_stack_ref.
7621
7622 2000-03-28 Neil Booth <NeilB@earthling.net>
7623
7624 * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
7625 '\\' rather than a null character, so nulls are not special. Fix
7626 "\\\n" handling in end-of-buffer conditions. Use trigraph map to
7627 speed trigraph conversion.
7628 (_cpp_init_input_buffer): Initialize trigraph map.
7629
7630 2000-03-27 Alan Modra <alan@linuxcare.com.au>
7631
7632 * config/i386/i386.c (output_387_binary_op): Correct intel
7633 mode assembly output, and add spaces after commas in AT&T
7634 output. Correct Unixware assembler comment. Document input
7635 constraints. Comment fp operations. Reduce profligate buffer
7636 size. Remove extraneous abort. Localize temp var.
7637 (SYSV386_COMPAT): Define. Add !SYSV386_COMPAT code.
7638 (output_fix_trunc): Add spaces after commas in assembly output.
7639
7640 2000-03-27 Richard Henderson <rth@cygnus.com>
7641
7642 * i386-protos.h (ix86_match_ccmode): Declare.
7643 * i386.c (ix86_match_ccmode): New.
7644 (ix86_expand_fp_compare): Update for pattern renames.
7645 (ix86_expand_strlensi_unroll_1): Likewise.
7646 * i386.h (EXTRA_CC_MODES): Add CCZ.
7647 (SELECT_CC_MODE): Use it for EQ/NE zero.
7648 * i386.md (cmpsi_ccz_1): New.
7649 (cmpqi_ccz_1): New.
7650 (*testsi_ccz_1): New.
7651 (testqi_ccz_1): New.
7652 (cmpsi_ccno_1): Rename from cmpsi_0.
7653 (testsi_ccno_1): Rename from testsi_1.
7654 (testqi_ccno_1): Rename from testqi_1.
7655 (*testqi_ext_ccz_0): Rename from testqi_ext_0.
7656 (testqi_ext_ccno_0): Rename from *testqi_ext_1.
7657 (*cmphi_0): Use ix86_match_ccmode.
7658 (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
7659 (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
7660 (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
7661 (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
7662 (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
7663 (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
7664 (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
7665 (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
7666 (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
7667 (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
7668 (appropriate peepholes): Likewise.
7669 (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
7670 (*subsi_3, *subhi_3, *subqi_3): Remove.
7671 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
7672 (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
7673 (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
7674 (*neghi2_cmpz, *negqi2_cmpz): Similarly.
7675 (x86_shift_adj_1): Use CCZ.
7676 (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
7677
7678 2000-03-27 Stan Cox <scox@cygnus.com>
7679
7680 * resource.h (mark_resource_type): New.
7681 * resource.c (find_dead_or_set_registers, mark_target_live_regs,
7682 find_free_register): Use mark_resource_type.
7683 (mark_set_resources): Change include_delayed_effects
7684 to mark_resource_type.
7685 * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
7686 redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
7687 Use mark_resource_type.
7688
7689 2000-03-27 Richard Henderson <rth@cygnus.com>
7690
7691 * i386.md (call_pop_0, call_value_pop_0): New.
7692 (call_pop_1): Remove constraint from unused arg. Support sibcalls.
7693 (call_value_pop_1): Likewise.
7694 (call_0, call_value_0): New.
7695 (call_1, call_value_1): Remove constraint from unused arg.
7696
7697 2000-03-27 Nick Clifton <nickc@cygnus.com>
7698
7699 * invoke.texi (Spec Files): Document new spec % command created by
7700 Tom Tromey's recent patch.
7701
7702 2000-03-27 Jakub Jelinek <jakub@redhat.com>
7703
7704 * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
7705 if not defined.
7706
7707 Mon Mar 27 06:04:22 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7708
7709 * expr.c (expand_assignment): Fix typo in last change.
7710
7711 * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
7712
7713 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7714
7715 * c-convert.c (convert): Return if output or input type is ERROR_MARK.
7716 * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
7717 and DECL_INLINE if FUNCTION_DECL.
7718 (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
7719 (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
7720 Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
7721 (combine_parm_decls): Likewise.
7722 * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
7723 * print-tree.c (print_node): Likewise.
7724 Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
7725 DECL_TRANSPARENT_UNION on proper decl types.
7726 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
7727 * stor-layout.c (layout_decl): Only check DECL_PACKED and
7728 DECL_BIT_FIELD of FIELD_DECL.
7729 * tree.h (DECL_RESULT_FLD): New macro.
7730
7731 * expr.c (expand_assignment): Add code to handle variable-sized
7732 BLKmode case.
7733
7734 2000-03-26 Richard Henderson <rth@cygnus.com>
7735
7736 * calls.c (expand_call): Pass parms not original exp to
7737 optimize_tail_recursion. Mind return value instead of looking
7738 for a barrier.
7739 * stmt.c (optimize_tail_recursion): Take parameter list, not entire
7740 call_expr. Move checks for call_expr and current_function_decl ...
7741 (expand_return): ... here.
7742
7743 2000-03-26 Tom Tromey <tromey@cygnus.com>
7744
7745 * gcc.c (handle_braces): Recognize `%{<S}' construct.
7746 (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
7747 defines.
7748 (process_command): Use them.
7749 (check_live_switch): Likewise.
7750 (give_switch): Skip ignored switches.
7751
7752 2000-03-26 Jan Hubicka <jh@suse.cz>
7753
7754 * jump.c (jump_optimize_1): Fix typo in elide optimizations
7755 for minimal jump pass test.
7756
7757 2000-03-26 Mark Mitchell <mark@codesourcery.com>
7758
7759 * integrate.c (function_cannot_inline_p): Do inline functions that
7760 return `void'.
7761
7762 Sun Mar 26 11:37:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7763
7764 * stor-layout.c (layout_type, set_sizetype): early_type_list is
7765 now a list of TREE_LIST entries, not types.
7766 * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
7767
7768 * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
7769 * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
7770 int_bit_position.
7771 * config/mips/mips.c (function_arg): Likewise; also remove cast
7772 and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
7773 (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
7774 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
7775 * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
7776 (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
7777 (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
7778 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
7779 (struct mips_arg): arg_number, arg_words, fp_arg_words, and
7780 num_adjusts now unsigned.
7781 (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
7782 * config/sparc/sparc.c (struct function_arg_record_value_parms):
7783 NREGS now unsigned.
7784 (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
7785 as is BITPOS variable; use host_integerp and int_bit_position.
7786 (function_arg_record_value_2): Likewise.
7787 (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
7788 Variable REGNO now unsigned.
7789 (function_arg_record_value): NREGS now unsigned.
7790
7791 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
7792
7793 * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
7794
7795 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7796
7797 * Rework fields used to describe positions of bitfields and
7798 modify sizes to be unsigned and use HOST_WIDE_INT.
7799 * alias.c (reg_known_value_size): Now unsigned.
7800 * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
7801 (really_start_incremental_init): Use bitsize_zero_node.
7802 (push_init_level, pop_init_level, output_init_element): Likewise.
7803 Use bitsize_unit_node and bitsize_one_node.
7804 (output_pending_init_elements, process_init_element): Likewise.
7805 * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
7806 (make_extraction): Position and length HOST_WIDE_INT and unsigned
7807 HOST_WIDE_INT, respectively.
7808 (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
7809 (num_sign_bit_copies): Returns unsigned.
7810 BITWIDTH now unsigned; rework arithmetic.
7811 Remove recursive call from arg to MAX.
7812 (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
7813 (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
7814 REGNO now unsigned.
7815 (set_nonzero_bit_and_sign_copies): NUM now unsigned.
7816 (find_split_point, expand_compound_operation, make_extraction): LEN
7817 now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
7818 (make_field_assignment): Likewise.
7819 (combine_simplify_rtx): Add cast.
7820 (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
7821 (force_to_mode): WIDTH now unsigned; add cast.
7822 (if_then_else_cond): SIZE now unsigned.
7823 (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
7824 (extended_count): Now returns unsigned.
7825 (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
7826 Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
7827 (simplify_comparison): MODE_WIDTH now unsigned.
7828 (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
7829 (mark_used_regs_combine): Likewise; rework arithmetic.
7830 (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
7831 (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
7832 (record_promoted_value): REGNO now unsigned.
7833 (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
7834 (get_last_value): REGNO now unsigned.
7835 (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
7836 (reg_dead_regno, reg_dead_endregno): Now unsigned.
7837 (remove_death): Arg REGNO now unsigned.
7838 (move_deaths): REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
7839 (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
7840 now unsigned.
7841 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
7842 * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
7843 (struct cse_reg_info): REGNO now unsigned.
7844 (cached_regno): Now unsigned.
7845 (REGNO_QTY_VALID_P): Add cast.
7846 (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
7847 (remove_invalid_regs): Likewise.
7848 (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
7849 as are variables END and I.
7850 (get_cse_reg_info, insert): Likewise.
7851 (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
7852 (canon_hash): Likewise.
7853 (insert_regs, lookup_for_remove): REGNO now unsigned.
7854 (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
7855 New variable RN.
7856 * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
7857 * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
7858 * emit-rtl.c (subreg_realpart_p): Add cast.
7859 (operand_subword): Arg I is now unsigned as is var PARTWORDS.
7860 (operand_subword_force): Arg I is now unsigned.
7861 * except.c (eh_regs): Variable I is now unsigned.
7862 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
7863 * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
7864 length is unsigned HOST_WIDE_INT; likewise for internal variables.
7865 (store_split_bit_field, extract_fixed_bit_field): Likewise.
7866 (extract_split_bit_field, store_bit_field, extract_bit_field):
7867 Likewise.
7868 * expr.c (store_constructor_fields, store_constructor, store_field):
7869 Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
7870 (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
7871 (do_jump): Likewise.
7872 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
7873 MAX_SIZE is now unsigned.
7874 (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
7875 (emit_group_store): Likewise.
7876 (emit_move_insn): I now unsigned.
7877 (store_constructor): Use host_integerp, tree_low_cst, and
7878 bitsize_unit_node.
7879 (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
7880 Rework all calculations to use trees and new fields.
7881 * expr.h (promoted_input_arg): Regno now unsigned.
7882 (store_bit_field, extract_bit_field): Adjust types of pos and size.
7883 (mark_seen_cases): Arg is HOST_WIDE_INT.
7884 * flow.c (verify_wide_reg_1): REGNO now unsigned.
7885 * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
7886 precisions and alignments are unsigned.
7887 (optimize_bit_field_compare, fold_truthop): Likewise.
7888 (int_const_binop): Adjust threshold for size_int_type_wide call.
7889 (fold_convert): Likewise.
7890 (size_int_type_wide): Make table larger and fix thinko that only
7891 had half of table used.
7892 (all_ones_mask_p, fold): Precisions are unsigned.
7893 * function.c (put_reg_info_stack): REGNO is unsigned.
7894 (instantiate_decl): Size is HOST_WIDE_INT.
7895 (instantiate_virtual_regs): I is unsigned.
7896 (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
7897 (promoted_input_arg): REGNO is unsigned.
7898 * function.h (struct function): x_max_parm_reg is now unsigned.
7899 * gcse.c (max_gcse_regno): Now unsigned.
7900 (struct null_pointer_info): min_reg and max_reg now unsigned.
7901 (lookup_set, next_set): REGNO arg now unsigned.
7902 (compute_hash_table): REGNO and I now unsigned.
7903 (handle_avail_expr): regnum_for_replacing now unsigned.
7904 (cprop_insn): REGNO now unsigned.
7905 (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
7906 * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
7907 * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
7908 * hard-reg-set.h (reg_class_size): Now unsigned.
7909 * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
7910 * jump.c (mark_modified_reg): I now unsigned; add cast.
7911 (rtx_equal_for_thread_p): Add cast.
7912 * loop.c (max_reg_before_loop): Now unsigned.
7913 (struct_movable): REGNO now unsigned.
7914 (try_copy_prop): REGNO arg unsigned.
7915 (regs_match_p): XN and YN now unsigned.
7916 (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
7917 (strength_reduce): Likewise; NREGS also unsigned.
7918 (first_increment_giv, last_increment_giv unsigned): Now unsigned.
7919 * loop.h (struct iv_class): REGNO now unsigned.
7920 (max_reg_before_loop, first_increment_giv, last_increment_giv):
7921 Now unsigned.
7922 * machmode.h (mode_size, mode_unit_size): Now unsigned.
7923 (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
7924 * optabs.c (expand_binop): I and NWORDS now unsigned.
7925 (expand_unop): I now unsigned.
7926 * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
7927 print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
7928 * real.c (significand_size): Now returns unsigned.
7929 * real.h (significand_size): Likewise.
7930 * regclass.c (reg_class_size): Now unsigned.
7931 (choose_hard_reg_mode): Both operands now unsigned.
7932 (record_reg_classes): REGNO and NR now unsigned.
7933 (reg_scan): NREGS now unsigned.
7934 (reg_scan_update): old_max_regno now unsigned.
7935 (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
7936 * reload.c (find_valid_class): BEST_SIZE now unsigned.
7937 (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
7938 (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
7939 Likewise for variable R.
7940 (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
7941 as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
7942 (find_equiv_reg): Add casts.
7943 (regno_clobbered_p): Arg REGNO now unsigned.
7944 * reload.h (struct reload): NREGS now unsigned.
7945 (refers_to_regno_for_reload_p): Regno args are unsigned.
7946 (regno_clobbered_p): Likewise.
7947 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
7948 (compute_use_by_pseudos): REGNO now unsigned.
7949 (find_reg): I and J now unsigned, new variable K, and change loop
7950 variables accordingly; THIS_NREGS now unsigned.
7951 (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
7952 (spill_hard_reg): REGNO arg now unsigned; add casts.
7953 (forget_old_reloads_1): REGNO, NR, and I now unsigned.
7954 (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
7955 (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
7956 END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
7957 (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
7958 (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
7959 (emit_reload_insns): REGNO now unsigned.
7960 (reload_cse_move2add): Add cast.
7961 (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
7962 and rework loop.
7963 * resource.c (mark_referenced_resources, mark_set_resources): New
7964 variable R; REGNO and LAST_REGNO now unsigned.
7965 (mark_target_live_regs): J and REGNO now unsigned.
7966 * rtl.c (mode_size, mode_unit_size): Now unsigned.
7967 * rtl.h (union rtunion_def): New field rtuint.
7968 (XCUINT): New macro.
7969 (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
7970 (operand_subword, operand_subword_force): Word number is unsigned.
7971 (choose_hard_reg_mode): Operands are unsigned.
7972 (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
7973 (find_regno_note, find_regno_fusage, replace_regs): Likewise.
7974 (regno_use_in, combine_instructions, remove_death): Likewise.
7975 (reg_scan, reg_scan_update): Likewise.
7976 (extended_count): Return is unsigned.
7977 * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
7978 INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
7979 (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
7980 (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
7981 (reg_reg_last_1): FIRS and LAST now unsigned.
7982 (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
7983 (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
7984 now unsigned.
7985 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
7986 (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
7987 (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
7988 (replace_regs): Arg NREGS now unsigned.
7989 * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
7990 * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
7991 (simplify_binary_operation): Likewise.
7992 (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
7993 THIS_LAST now unsigned.
7994 (cselib_record_set): Add cast.
7995 * ssa.c (ssa_max_reg_num): Now unsigned.
7996 (rename_block): REGNO now unsigned.
7997 * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
7998 sizes now unsigned.
7999 (all_cases_count): Just return -1 not -2.
8000 COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
8001 Rework tests to use trees whenever possible.
8002 Use host_integerp and tree_low_cst.
8003 (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
8004 Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
8005 (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
8006 * stor-layout.c (mode_for_size): SIZE arg now unsigned.
8007 (smallest_mode_for_size): Likewise.
8008 (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
8009 KNOWN_ALIGN is now an alignment, so simplify code.
8010 Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
8011 (start_record_layout): Renamed from new_record_layout_info.
8012 Update to new fields.
8013 (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
8014 New functions.
8015 (place_union_field): Renamed from layout_union_field.
8016 Update to use new fields in rli.
8017 (place_field): Renamed from layout_field.
8018 Major rewrite to use new fields in rli; pass alignment to layout_decl.
8019 (finalize_record_size): Rework to use new fields in rli and handle
8020 union.
8021 (compute_record_mode): Rework to simplify and to use new DECL fields.
8022 (finalize_type_size): Make rounding more consistent.
8023 (finish_union_layout): Deleted.
8024 (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
8025 (layout_type, case RECORD_TYPE): Call new function names.
8026 (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
8027 (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
8028 (get_best_mode): UNIT is now unsigned; remove casts.
8029 * tree.c (bit_position): Compute from new fields.
8030 (byte_position, int_byte_position): New functions.
8031 (print_type_hash_statistics): Cast to remove warning.
8032 (build_range_type): Use host_integerp and tree_low_cst to try to hash.
8033 (build_index_type): Likewise; make subtype of sizetype.
8034 (build_index_2_type): Pass sizetype to build_range_type.
8035 (build_common_tree_nodes): Use size_int and bitsize_int to
8036 initialize nodes; add bitsize_{zero,one,unit}_node.
8037 * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
8038 (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
8039 (DECL_PACKED, DECL_BIT_FIELD): Likewise.
8040 (DECL_FIELD_BITPOS): Deleted.
8041 (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
8042 (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
8043 (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
8044 (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
8045 (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
8046 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
8047 (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
8048 (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
8049 (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
8050 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
8051 (DECL_ALIGN): Adjust to new field in union.
8052 (DECL_OFFSET_ALIGN): New field.
8053 (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
8054 (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
8055 (union tree_decl): Add struct for both aligns.
8056 (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
8057 (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
8058 (struct record_layout_info): Rework fields to have offset
8059 alignment and byte and bit position.
8060 (start_record_layout, place_field): Renamed from old names.
8061 (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
8062 (byte_position, int_byte_position): Likewise.
8063 (get_inner_reference): Change types of position and length.
8064 * unroll.c (unroll_loop): New variable R; use for some loops.
8065 MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
8066 (calculate_giv_inc): Arg REGNO now unsigned.
8067 (copy_loop_body): REGNO and SRC_REGNO now unsigned.
8068 * varasm.c (assemble_variable): Clean up handling of size using
8069 host_integerp and tree_low_cst.
8070 (decode_addr_const): Use byte, not bit, position.
8071 (output_constructor): bitpos and offsets are HOST_WIDE_INT;
8072 use tree_low_cst and int_bit_position.
8073 * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
8074
8075 Fri Mar 24 20:13:49 2000 Jason Eckhardt <jle@cygnus.com>
8076
8077 * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
8078 (reorder_block_def): New members eff_head and eff_end.
8079 (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
8080 (verify_insn_chain): New function.
8081 (skip_insns_between_block): Add code to skip deleted insns.
8082 Check for note before using.
8083 (chain_reorder_blocks): Replace calls to skip_insns_between_block
8084 with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
8085 Check for note before using.
8086 (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
8087 (fixup_reorder_chain): Restructure, clean up, defect removal.
8088 (reorder_basic_blocks): Remove last_insn and references to it.
8089 Moved insn chain verification code into a new function (see above).
8090 Delete defective code that sets last insn.
8091 Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
8092 all blocks.
8093
8094 2000-03-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8095
8096 * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
8097
8098 2000-03-24 Richard Henderson <rth@cygnus.com>
8099
8100 * tree.c (lang_safe_for_unsave): Remove.
8101 (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
8102 allowing for two levels of unsafeness. Remove lang hook.
8103 * tree.h: Update declarations.
8104 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
8105 Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
8106 Always fail sibcalls when there are pending cleanups.
8107
8108 2000-03-24 Geoff Keating <geoffk@cygnus.com>
8109
8110 * flow.c (propagate_block): When we delete an ADDR_VEC,
8111 also delete the BARRIER following it if there is one.
8112
8113 2000-03-24 Richard Henderson <rth@cygnus.com>
8114
8115 * builtins.c (expand_builtin_bzero): Convert `length' argument
8116 to sizetype.
8117
8118 2000-03-24 Jakub Jelinek <jakub@redhat.com>
8119
8120 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
8121 comparison if regno's are equal.
8122 * calls.c (initialize_argument_informat): Add ecf_flags argument.
8123 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
8124 (expand_call): Update caller.
8125 Avoid making a sibling call if argument size of the callee is larger
8126 than argument size of the caller.
8127 Call hard_function_value with outgoing set if in sibcall pass.
8128 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
8129
8130 * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
8131 Change LEAF_REGISTERS from an array initializer to actual array
8132 identifier. Move static global variable into the function.
8133 (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
8134 sequences for leaf functions.
8135 * global.c (global_alloc): Likewise.
8136 * tm.texi (LEAF_REGISTERS): Update documentation.
8137
8138 * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
8139 TARGET_FLAT leaf disabling hack.
8140 (LEAF_REGISTERS): Changed from an array initializer to actual array
8141 identifier to avoid duplication and remove the above hack.
8142 (FUNCTION_OK_FOR_SIBCALL): Define.
8143 * config/sparc/sparc.md (sibcall): New attr type. Use it almost
8144 always like call attribute.
8145 (eligible_for_sibcall_delay): New attribute.
8146 (sibcall): New delay type.
8147 (sibcall, sibcall_value, sibcall_epilogue): New expands.
8148 (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
8149 sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
8150 * config/sparc/sparc.c (sparc_leaf_regs): New array.
8151 (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
8152 New functions.
8153 (output_function_epilogue): Move part of the code into
8154 output_restore_regs.
8155 (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
8156 TYPE_SIBCALL.
8157 * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
8158 prototypes.
8159
8160 * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
8161 until infrastructure is finished.
8162
8163 Fri Mar 24 13:49:45 2000 Jeffrey A Law (law@cygnus.com)
8164
8165 * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
8166 (save_parm_insns): Not here.
8167
8168 2000-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8169
8170 * builtins.c (expand_builtin_bzero): New function.
8171 (expand_builtin): Handle bzero.
8172
8173 * builtins.def: Add BUILT_IN_BZERO.
8174
8175 * c-common.c (c_common_nodes_and_builtins): Provide builtin
8176 prototype & function for bzero.
8177
8178 2000-03-23 Michael Meissner <meissner@redhat.com>
8179
8180 * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
8181 change adding TARGET_FP to the TF floating point insns, except for
8182 trunctfsf2, which generates direct calls to truncdfsf2.
8183
8184 2000-03-23 Geoff Keating <geoffk@cygnus.com>
8185
8186 * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
8187 try to protect against middle-end changes that break binary
8188 compatibility.
8189 (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
8190
8191 2000-03-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8192
8193 * config/c4x/c4x.md (load_immed_address): Add DP reg clobber.
8194
8195 Thu Mar 23 17:10:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8196
8197 * calls.c (expand_call): If TARGET is passed by reference and
8198 is readonly, write a CLOBBER.
8199
8200 2000-03-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8201
8202 * builtins.c (expand_builtin): Handle bcmp.
8203
8204 * builtins.def: Add BUILT_IN_BCMP.
8205
8206 * c-common.c (c_common_nodes_and_builtins): Provide builtin
8207 prototype & function for bcmp.
8208
8209 Thu Mar 23 11:34:39 2000 Jim Wilson <wilson@cygnus.com>
8210
8211 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
8212 (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
8213 * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
8214
8215 Thu Mar 23 16:04:40 2000 Andrew Haley <aph@cygnus.com>
8216
8217 * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
8218 alternative when using -fp64 -gp32.
8219
8220 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
8221
8222 * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
8223 * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
8224 * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
8225
8226 * frame.h (frame_state): Revert last change.
8227 * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
8228 * libgcc2.c (throw_helper): Revert last change.
8229
8230 2000-03-22 Richard Henderson <rth@cygnus.com>
8231
8232 * stmt.c (expand_asm_operands): Don't promote the temporary.
8233
8234 2000-03-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8235
8236 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
8237 * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
8238 c_get_alias_set): Likewise.
8239 * c-decl.c (duplicate_decls): Likewise.
8240 * c-typeck.c (default_conversion,build_unary_op): Likewise.
8241 * calls.c (initialize_argument_information): Likewise.
8242 * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
8243 Likewise.
8244 * dwarfout.c (decl_class_context,output_type): Likewise.
8245 * expr.c (get_inner_reference): Likewise.
8246 * fold-const.c (simple_operand_p,fold): Likewise.
8247 * function.c (aggregate_value_p): Likewise.
8248 * stmt.c (expand_asm_operands): Likewise.
8249 * varasm.c (named_section): Likewise.
8250
8251 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
8252
8253 Implement dwarf2 exception handling for the ARM.
8254 * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
8255 (DWARF_FRAME_RETURN_COLUMN): Define.
8256 * config/arm/arm.c (emit_multi_reg_push): Return rtx. Attach
8257 REG_FRAME_RELATED_EXPR note.
8258 (emit_sfm): Likewise.
8259 (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
8260 * dwarf2out.c (reg_save): Handle saving a register to itself.
8261 (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
8262 * except.c (eh_regs): Don't use the static chain reg if it's
8263 callee-saved.
8264 * frame.h (frame_state): Add cfa_saved field.
8265 * frame.c (execute_cfa_insn): Set it.
8266 * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
8267 the epilogue.
8268 * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
8269 Now takes a parm.
8270 (instantiate_virtual_regs): Adjust.
8271 * tm.texi: Adjust.
8272 * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
8273 * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
8274 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
8275
8276 * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
8277 (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
8278
8279 2000-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8280
8281 * builtins.def: New file.
8282
8283 * Makefile.in (TREE_H): Depend on builtins.def.
8284
8285 * builtins.c (built_in_names): Use builtins.def.
8286
8287 * tree.h (built_in_function): Likewise.
8288
8289 2000-03-22 Mark Mitchell <mark@codesourcery.com>
8290
8291 * tree.c (size_in_bytes): Return size_zero_node, not
8292 integer_zero_node.
8293
8294 2000-03-22 Geoff Keating <geoffk@cygnus.com>
8295
8296 * config/fp-bit.c (pack_d): Correct the case when a denormal
8297 is rounded up and stops being denormal.
8298
8299 2000-03-21 Richard Henderson <rth@cygnus.com>
8300
8301 * config/alpha/alpha.c (function_arg): Check for void_type_node
8302 before using MUST_PASS_IN_STACK.
8303
8304 2000-03-21 Stephane Carrez <stcarrez@worldnet.fr>
8305
8306 * regmove.c (combine_stack_adjustments_for_block): Check that
8307 the stack pointer is a valid memory address.
8308
8309 Wed Mar 22 11:44:50 MET 2000 Jan Hubicka <jh@suse.cz>
8310
8311 * calls.c: re-install Mar 16 emit_library_call merge.
8312
8313 2000-03-21 Jakub Jelinek <jakub@redhat.com>
8314
8315 * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
8316 we cannot be sure that if reload_completed base register will
8317 be properly aligned.
8318
8319 2000-03-21 Richard Henderson <rth@cygnus.com>
8320
8321 * flow.c (delete_block): Fix typo last change.
8322
8323 2000-03-21 Mark Mitchell <mark@codesourcery.com>
8324
8325 * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
8326 not COMPLETE_TYPE_P, to check the type of the expression.
8327
8328 2000-03-21 Michael Meissner <meissner@redhat.com>
8329
8330 * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
8331 all floating point insns that just tested the macro
8332 TARGET_HAS_XFLOATING_LIBS.
8333 (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
8334 used to only use the gprs.
8335
8336 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
8337
8338 * tree.h (COMPLETE_TYPE_P): New macro.
8339 (COMPLETE_OR_VOID_TYPE_P): New macro.
8340 (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
8341 * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
8342 * c-aux-info.c (gen_type): Use them.
8343 * c-common.c (c_expand_expr_stmt): Likewise.
8344 * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
8345 grokdeclarator, grokparms, finish_struct, start_function,
8346 store_parm_decls, combine_parm_decls): Likewise.
8347 * c-parse.y (cast_expr): Likewise.
8348 * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
8349 c_size_in_bytes, c_alignof, build_component_ref,
8350 build_indirect_ref, build_array_ref, convert_arguments,
8351 build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
8352 * calls.c (initialize_argument_information): Likewise.
8353 * convert.c (convert_to_integer): Likewise.
8354 * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
8355 * dwarfout.c (location_or_const_value_attribute,
8356 output_enumeration_type_die, output_structure_type_die,
8357 output_union_type_die, output_type): Likewise.
8358 * expr.c (safe_from_p, expand_expr): Likewise.
8359 * function.c (assign_parms): Likewise.
8360 * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
8361 * tree.c (build_array_type, build_function_type,
8362 build_method_type, build_offset_type, build_complex_type): Likewise.
8363 * c-parse.c, c-parse.h: Regenerated.
8364
8365 2000-03-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8366
8367 * config/c4x/rtems.h: Include config/rtems.h.
8368
8369 Tue Mar 21 09:24:00 2000 Denis Chertykov <denisc@overta.ru>
8370
8371 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
8372 decl is a FUNCTION_DECL
8373
8374 Mon Mar 20 19:53:53 2000 Jim Wilson <wilson@cygnus.com>
8375
8376 * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
8377 function uses output registers. Don't save RP for leaf functions.
8378 Do save RP even if no epilogue.
8379 * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
8380 (CALL_USED_REGISTERS): Unmark in registers.
8381 (REG_ALLOC_ORDER): Move out regs up, to near the top. Move in regs up,
8382 to near the middle.
8383
8384 2000-03-20 Geoff Keating <geoffk@cygnus.com>
8385
8386 * config/rs6000/rs6000.md (bunordered): New expander.
8387 (bordered): New expander.
8388 (buneq): New expander.
8389 (bunge): New expander.
8390 (bungt): New expander.
8391 (bunle): New expander.
8392 (bunlt): New expander.
8393 (bltgt): New expander.
8394
8395 * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
8396 (ccr_bit_negated_p): New function.
8397 (print_operand): For %C, generate appropriate cror for UNEQ,
8398 UNLT, UNGT, and LTGT. For %T and %t, use ccr_bit_negated_p.
8399
8400 2000-03-20 Andreas Jaeger <aj@suse.de>
8401
8402 * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
8403 warning.
8404
8405 * tree.h (safe_for_unsave): Prototype.
8406
8407 2000-03-20 Richard Henderson <rth@cygnus.com>
8408
8409 * regmove.c (stack_memref_p): Fix typo, reorg for readability.
8410 (combine_stack_adjustments_for_block): Don't allow sp references
8411 in the side of a set we're not fixing up.
8412 * toplev.c (rest_of_compilation): Run combine_stack_adjustments
8413 after life_analysis.
8414
8415 2000-03-20 Richard Henderson <rth@cygnus.com>
8416
8417 * calls.c (expand_call): Don't bother generating tail call
8418 sequences if there are pending cleanups. Use
8419 expand_start_target_temps/expand_end_target_temps to elide
8420 cleanups created during sibcall expansion.
8421
8422 2000-03-20 Geoff Keating <geoffk@cygnus.com>
8423
8424 * configure.in: Set $IFS to a value if it doesn't already have one
8425 in the --enable-checking handling.
8426 * configure: Regenerate.
8427
8428 2000-03-20 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8429
8430 * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
8431 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8432 Regenerated.
8433
8434 Mon Mar 20 11:43:15 MET 2000 Jan Hubicka <jh@suse.cz>
8435
8436 * jump.c (delete_noop_moves): Remove code attempting to
8437 combine stack adjustments.
8438
8439 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8440
8441 * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
8442 * except.c (emit_cleanup_handler): Use them.
8443 (expand_end_all_catch): Likewise.
8444 * function.c (fixup_var_refs): Likewise.
8445 (expand_function_end): Clear catch_clauses_last.
8446 * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
8447 * except.h (struct eh_status): New field x_catch_clauses_last.
8448 (catch_clauses_last): New define.
8449
8450 * Makefile.in (tree.o): Depend on HASHTAB_H.
8451 * tree.c: Include hashtab.h.
8452 (struct type_hash): Remove next field.
8453 (TYPE_HASH_SIZE): Remove.
8454 (TYPE_HASH_INITIAL_SIZE): New define.
8455 (type_hash_table): Change type to htab_t.
8456 (type_hash_eq, type_hash_hash, print_type_hash_statistics,
8457 mark_hash_entry): New functions.
8458 (init_obstacks): Allocate type hash.
8459 (type_hash_lookup): Use htab functions.
8460 (type_hash_add, mark_type_hash): Likewise.
8461 (dump_tree_statistics): Call print_type_hash_statistics.
8462
8463 2000-03-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8464
8465 * rs6000/t-aix41: New file.
8466
8467 * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
8468
8469 Sun Mar 19 13:27:30 2000 Hans-Peter Nilsson <hp@axis.com>
8470
8471 * tm.texi (Driver): Fix typos and tweak entry for
8472 INCLUDE_DEFAULTS.
8473 Move misplaced STRUCT_FORCE_BLK entry ...
8474 (Storage Layout): ... to here.
8475 (Run-time Target): Recommend having TARGET_MASK_... helper macros.
8476
8477 2000-03-19 Richard Henderson <rth@cygnus.com>
8478
8479 * flow.c (delete_block): Delete the addr_vec along with the block.
8480 (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
8481 reference labels.
8482
8483 * fold-const.c (extract_muldiv): Apply type check for defined
8484 overflow to multiply as well as divide.
8485
8486 * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
8487
8488 2000-03-18 Mark Mitchell <mark@codesourcery.com>
8489
8490 * emit-rtl.c (remove_unncessary_notes): Check that all
8491 NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
8492 associated NOTE_BLOCK.
8493 * function.h (identify_blocks): Update comments.
8494 (reorder_blocks): Declare.
8495 * function.c (identify_blocks): Don't take paramters.
8496 (reorder_blocks): Don't take parameters.
8497 * loop.h (find_loop_tree_blocks): Remove.
8498 (unroll_block_trees): Likewise.
8499 * loop.c (loop_optimize): Don't call find_loop_tree_blocks. Use
8500 reorder_blocks instead of unroll_block_trees.h
8501 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
8502 * stmt.c (find_loop_tree_blocks): Remove.
8503 (unroll_block_trees): Likewise.
8504 * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
8505 in whole-function mode.
8506 * tree.h (reorder_blocks): Remove declaration.
8507
8508 * expr.c: Include intl.h.
8509 * Makefile.in (expr.o): Depend on intl.h.
8510
8511 2000-03-18 Richard Henderson <rth@cygnus.com>
8512
8513 * expr.c (emit_move_insn_1): Clarify cannot_inline message.
8514
8515 2000-03-18 Mark Mitchell <mark@codesourcery.com>
8516
8517 * tree.h (tree_index): Remove enumerals for integer types.
8518 (integer_type_kind): New type.
8519 (integer_types): New variable.
8520 (char_type_node): Adjust.
8521 (signed_char_type_node): Likewise.
8522 (unsigned_char_type_node): Likewise.
8523 (short_integer_type_node): Likewise.
8524 (short_unsigned_type_node): Likewise.
8525 (integer_type_node): Likewise.
8526 (unsigned_type_node): Likewise.
8527 (long_integer_type_node): Likewise.
8528 (long_unsigned_type_node): Likewise.
8529 (long_long_integer_type_node): Likewise.
8530 (long_long_unsigned_type_node): Likewise.
8531 * tree.c (integer_types): New variable.
8532 (init_obstacks): Register it as a root.
8533
8534 Sat Mar 18 14:38:00 2000 Jason Eckhardt <jle@cygnus.com>
8535
8536 * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
8537 NEXT_INSN. Update last insn in chain.
8538
8539 2000-03-17 Jason Merrill <jason@casey.cygnus.com>
8540
8541 * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
8542 with TYPE_DECL_SUPPRESS_DEBUG set.
8543
8544 2000-03-18 Richard Henderson <rth@cygnus.com>
8545
8546 * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
8547
8548 2000-03-18 Richard Henderson <rth@cygnus.com>
8549
8550 * i386.c (call_insn_operand): Always allow SYMBOL_REF,
8551 care for HALF_PIC_P.
8552 (expander_call_insn_operand): Remove.
8553 (ix86_expand_epilogue): New arg `emit_return' to control return insn.
8554 * i386.h (PREDICATE_CODES): Update.
8555 * i386.md (all call expanders): Remove predicates, remove special
8556 handling for half-pic.
8557 (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
8558 (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
8559 (sibcall_epilogue): New.
8560
8561 2000-03-17 Richard Henderson <rth@cygnus.com>
8562
8563 * rtlanal.c (single_set): Reject if the parallel has anything
8564 except SET or USE or CLOBBER.
8565
8566 2000-03-17 Jeff Law <law@cygnus.com>
8567 Richard Henderson <rth@cygnus.com>
8568
8569 * Makefile.in (OBJS): Add sibcall.o.
8570 (sibcall.o): New.
8571 * sibcall.c: New file.
8572 * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
8573 (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
8574 (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
8575 Emit sibcall patterns when requested. Update all callers.
8576 (expand_call): Generate CALL_PLACEHOLDER insns when tail call
8577 elimination seems feasable.
8578 * final.c (leaf_function_p): Sibling calls don't discount being
8579 a leaf function.
8580 * flow.c (HAVE_sibcall_epilogue): Provide default.
8581 (find_basic_blocks_1): Sibling calls don't throw.
8582 (make_edges): Make edge from sibling call to EXIT.
8583 (propagate_block): Don't remove sibcall_epilogue insns.
8584 * function.c (prologue, epilogue): Turn into varrays. Update all uses.
8585 (sibcall_epilogue): New.
8586 (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
8587 (identify_blocks_1): Likewise. Break out from ...
8588 (identify_blocks): ... here.
8589 (reorder_blocks_1): Scan CALL_PLACEHOLDER. Break out from ...
8590 (reorder_blocks): ... here.
8591 (init_function_for_compilation): Zap prologue/epilogue as varrays.
8592 (record_insns): Extend a varray instead of mallocing new memory.
8593 (contains): Read a varray not array of ints.
8594 (sibcall_epilogue_contains): New.
8595 (thread_prologue_and_epilogue_insns): Emit and record
8596 sibcall_epilogue patterns.
8597 (init_function_once): Allocate prologue/epilogue varrays.
8598 * genflags.c (gen_insn): Treat sibcall patterns as calls.
8599 * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
8600 Broken out from ...
8601 (save_for_inline_nocopy): ... here.
8602 (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
8603 Broken out from ...
8604 (expand_inline_function): ... here.
8605 (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
8606 (subst_constants): Handle 'n' formats.
8607 * jump.c (jump_optimize_minimal): New.
8608 (jump_optimize_1): New arg `minimal'; update callers. Elide most
8609 optimizations if it's set.
8610 * rtl.c (copy_rtx): Do copy jump & call for insns.
8611 * rtl.h (struct rtx_def): Document use of jump and call for insns.
8612 (SIBLING_CALL_P): New.
8613 (sibcall_use_t): New.
8614 * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
8615 Invoke optimize_sibling_and_tail_recursive_calls.
8616 * tree.c (lang_safe_for_unsave): New.
8617 (safe_for_unsave): New.
8618 * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
8619
8620 * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
8621 * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
8622 (*sibcall_osf_1, *sibcall_value_osf_1): New.
8623
8624 2000-03-17 Mark Mitchell <mark@codesourcery.com>
8625
8626 * objc/objc-act.c (encode_method_prototype): Pass types, not
8627 PARM_DECLs, to int_size_in_bytes.
8628
8629 Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
8630
8631 * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
8632
8633 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
8634 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
8635
8636 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8637
8638 * Clean up usages of TREE_INT_CST_LOW.
8639 * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
8640 * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
8641 Regenerated.
8642 * c-tree.h (min_precision): Move declaration to here.
8643 * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
8644 (build_unary_op, add_pending_init): Use bit_position.
8645 (pending_init_member, process_init_element): Likewise.
8646 (really_start_incremental_init, push_init_level, pop_init_level):
8647 Don't make copies of nodes or modify them in place, use consistent
8648 types when tracking positions, and use tree routines computations.
8649 (set_init_index, output_init_element): Likewise.
8650 (output_pending_init_elements, process_init_element): Likewise.
8651 * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
8652 tree_low_cst and int_bit_position; also minor cleanup.
8653 (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
8654 (print_cst_octal): Precision is unsigned.
8655 (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
8656 * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
8657 (simple_type_align_in_bits): Result is unsigned int.
8658 Use tree_int_low_cst and host_integerp.
8659 (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
8660 (field_byte_offset): Result is HOST_WIDE_INT.
8661 Change types of internal variables so alignments are unsigned int,
8662 offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
8663 Use host_integerp, tree_low_cst, and int_bit_position.
8664 (add_bit_offset_attribute): Likewise.
8665 (add_data_member_location_attribute): Use tree_cst_low.
8666 (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
8667 (add_bit_size_attribute): Use tree_low_cst.
8668 (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
8669 * dwarfout.c: Similar changes to dwarf2out.c.
8670 * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
8671 * genoutput.c (n_occurences): Return -1 for null string.
8672 (strip_whitespace): Accept null string and make into function.
8673 (scan_operands): Reflect above changes.
8674 * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
8675 (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
8676 * ssa.c (rename_registers): Add missing cast of arg to bzero.
8677 * tree.c (int_size_in_bytes): Check for too big to represent.
8678 (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
8679 * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
8680 New declarations.
8681 (min_precision): Delete from here.
8682 * varasm.c (decode_addr_const): Use host_integerp, bit_position,
8683 and int_bit_position.
8684 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
8685 (encode_method_def): Likewise.
8686 (build_ivar_list_initializer): Use int_bit_position.
8687 (generate_shared_structures): Convert size.
8688 (encode_type, encode_complete_bitfield): Use integer_zerop.
8689 (encode_bitfield): Use tree_low_cst and int_bit_position.
8690
8691 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8692
8693 * config/c4x/c4x.h (CPP_SPEC): Fix typo.
8694
8695 2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8696
8697 * call.c (special_function_p): It is only malloc if it returns
8698 Pmode.
8699
8700 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8701
8702 * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
8703 (C33_FLAG, TARGET_C3X): Add macros.
8704 (TARGET_SWITCHES): Add -m33 option.
8705 * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
8706
8707 2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8708
8709 * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
8710 (PARALLEL_PACK_FLAG): Delete.
8711 (TARGET_SWITCHES): Update.
8712 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
8713
8714 Thu Mar 16 18:52:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8715
8716 * fold-const.c (fold): Fix a few cases when the returned result
8717 is not of the same type as the input.
8718
8719 2000-03-16 Nick Clifton <nickc@cygnus.com>
8720
8721 * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
8722 warning.
8723
8724 2000-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8725
8726 * libgcc2.h: Move prototypes above macros with the same name.
8727 Wrap some function prototypes in the conditional which indicates
8728 whether they are supported, i.e. "BITS_PER_UNIT == 8".
8729
8730 2000-03-16 Richard Henderson <rth@cygnus.com>
8731
8732 * calls.c: Revert last two changes.
8733
8734 2000-03-16 Bernd Schmidt <bernds@cygnus.co.uk>
8735
8736 * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
8737 has exponent 0 is a zero.
8738
8739 * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
8740 HASH may already be nonzero. Add code/mode into hash value
8741 immediately after repeat label.
8742 (cselib_lookup): Don't leave the hash table in an inconsistent
8743 state before a hash lookup operation.
8744
8745 Thu Mar 16 17:03:10 MET 2000 Jan Hubicka <jh@suse.cz>
8746
8747 * i386.md (all HI and QI mode non-move patterns): Conditionize
8748 by TARGET_[HQ]IMODE_MATH.
8749 * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8750 x86_promote_qi_regs): Declare.
8751 (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
8752 TARGET_PROMOTE_QI_REGS): New macros.
8753 (PROMOTE_MODE): New macro.
8754 * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
8755 x86_promote_qi_regs): New global variables.
8756
8757 Thu Mar 16 16:50:44 MET 2000 Jan Hubicka <jh@suse.cz>
8758
8759 * calls.c (emit_library_call_value_1): Break out from ...; handle
8760 VOIDmode function calls too.
8761 (emit_library_call_value): ... here.
8762 (emit_library_call): Implement by calling emit_library_call_value_1.
8763
8764 Thu Mar 16 16:01:30 MET 2000 Jan Hubicka <jh@suse.cz>
8765
8766 * calls.c (expand_call): Do sanity checking on arg_space_so_far.
8767 Update arg_space_so_far on stack adjustments.
8768 (emit_library_call, emit_library_call_value): Likewise; take into
8769 account arg_space_so_far and pending_stack_adjust when calculcating
8770 the boundary.
8771
8772 Thu Mar 16 09:02:19 2000 Jason Eckhardt <jle@cygnus.com>
8773
8774 * flow.c: Move all basic block reordering code into its own file.
8775 (create_basic_block): Externalize.
8776 * bb-reorder.c: New file. Copy all basic block reordering code from
8777 flow.c to this file.
8778 (reorder_basic_blocks): Fix fencepost error in for-loop.
8779 (reorder_basic_blocks): Remove braces from single statement for-loops.
8780 * basic-block.h: Add declaration for create_basic_block.
8781 * Makefile.in: Add rules for bb-reorder.o.
8782
8783 2000-03-16 Neil Booth <NeilB@earthling.net>
8784
8785 * cppinit.c (handle_option): Implement #unassert directive
8786 as -A- command line option.
8787 (print_help): Update.
8788 * cpptexi.c: Update.
8789
8790 Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
8791
8792 * md.texi (Standard Names): Document `jump'.
8793
8794 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
8795
8796 * calls.c (emit_call_1): Nothrow functions can still have nonlocal
8797 gotos.
8798
8799 2000-03-15 Geoff Keating <geoffk@cygnus.com>
8800
8801 Merge changes from newppc-branch onto trunk.
8802
8803 2000-03-15 Geoff Keating <geoffk@cygnus.com>
8804
8805 * rs6000.c (toc_hash_table): Update for new hash table functions.
8806 (toc_hash_function): Likewise.
8807 (toc_hash_eq): Likewise.
8808 (toc_hash_mark_entry): Likewise.
8809 (toc_hash_mark_table): Likewise.
8810 (output_toc): Likewise.
8811 (rs6000_add_gc_roots): Likewise.
8812
8813 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8814
8815 * t-aix43 (AR_FOR_TARGET): Deleted. Moved `-X32_64'...
8816 (AR_FLAGS_FOR_TARGET): here. New macro.
8817
8818 2000-03-05 Clinton Popetz <cpopetz@cygnus.com>
8819
8820 * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
8821 fpmem_operand) Delete.
8822 (xer_operand) New.
8823 (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
8824 (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
8825 (rs6000_save_machine_status, rs6000_restore_machine_status,
8826 rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
8827 references to above variables.
8828 (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
8829 * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
8830 DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
8831 (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
8832 (XER_REGNO_P, XER_REGNO): New.
8833 (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
8834 (PREDICATE_CODES): Change fpmem_operand to xer_operand.
8835 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
8836 XER_REGNO_P.
8837 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
8838 REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS, and remove FLOAT_OR_FPMEM_REGS.
8839 (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
8840
8841 2000-02-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8842
8843 * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
8844 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
8845 * rs6000.h: from here.
8846
8847 * rs6000-protos.h (rs6000_select_section): Provide prototype.
8848 (rs6000_select_rtx_section): Likewise.
8849 (rs6000_encode_section_info): Likewise.
8850 (sdata_section): Likewise.
8851 (sdata2_section): Likewise.
8852 (sbss_section): Likewise.
8853 * sysv4.h (rs6000_select_section): Delete prototype.
8854 (rs6000_select_rtx_section): Likewise.
8855 (rs6000_encode_section_info): Likewise.
8856 (sdata_section): Likewise.
8857 (sdata2_section): Likewise.
8858 (sbss_section): Likewise.
8859 (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
8860
8861 * sysv4.h: Delete various unnecessary #undef's and put a comment
8862 on the remaining ones.
8863 Change various comments according to coding standard.
8864
8865 2000-02-29 Clinton Popetz <cpopetz@cygnus.com>
8866
8867 * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
8868 CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
8869 (CR0_REGNO_P) Remove.
8870 * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
8871 setup_incoming_varargs, mtcrf_operation, print_operand,
8872 rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
8873 Use the above macros.
8874
8875 2000-02-24 Clinton Popetz <cpopetz@cygnus.com>
8876
8877 * config/rs6000/rs6000.md: Added a new alternative for each
8878 pattern that had a 'x' alternative but no 'y' alternative.
8879 Added a new split for each of the above patterns.
8880
8881 2000-02-18 Geoff Keating <geoffk@cygnus.com>
8882
8883 * aix41.h (ASM_CPU_SPEC): Delete.
8884 (CPP_CPU_SPEC): Delete.
8885
8886 * aix.h (RS6000_OUTPUT_BASENAME): Define.
8887 (ASM_OUTPUT_LABEL): Define.
8888 (ASM_GLOBALIZE_LABEL): Define.
8889 (STRIP_NAME_ENCODING): Define.
8890 * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
8891 (STRIP_NAME_ENCODING): Don't define.
8892 (ASM_OUTPUT_LABEL): Don't define.
8893 (ASM_GLOBALIZE_LABEL): Don't define.
8894 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
8895 names, and ASM_OUTPUT_LABEL to output labels, rather than
8896 asm_fprintf.
8897 (ASM_OUTPUT_LABEL): Define.
8898 (ASM_OUTPUT_INT): Use assemble_name.
8899 (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
8900 (STRIP_NAME_ENCODING): Don't undefine first.
8901 (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
8902 ELF.
8903 (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
8904 specified with 'asm' even with -fleading-underscore.
8905 * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
8906 (output_epilog): Likewise.
8907 (output_toc): Likewise.
8908 * tramp.asm: Handle -fleading-underscore correctly.
8909
8910 * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
8911 -mminimal-toc.
8912 (nonlocal_goto_receiver): Delete.
8913 * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
8914
8915 * rs6000.h (ASM_OUTPUT_DEF): Don't define.
8916 (SET_ASM_OP): Define.
8917 * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
8918
8919 * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
8920 (ASM_LONG): Define.
8921
8922 * rs6000.c (rs6000_dll_import_ref): Delete, not used.
8923 * rs6000-protos.h (rs6000_dll_import_ref): Delete.
8924
8925 * rs6000.h: Add 'u' to more constants.
8926
8927 2000-02-18 David Edelsohn <edelsohn@gnu.org>
8928
8929 * rs6000.md (mfcr+shift): Delete PowerPC64 version.
8930
8931 2000-02-15 David Edelsohn <edelsohn@gnu.org>
8932
8933 * rs6000.c (reg_or_u_cint_operand): New function.
8934 (logical_operand): Handle 64-bit hosts.
8935 (logical_u_operand): New function.
8936 (non_logical_cint_operand): Handle 64-bit hosts.
8937 (non_logical_u_cint_operand): New function.
8938 * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
8939 (PREDICATE_CODES): Define new functions.
8940 * rs6000-protos.h: Declare new functions.
8941 * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
8942 (movdi_64): Bracket code intended for 64-bit hosts. Create
8943 CONST_DOUBLE for 32-bit values.
8944 (scc insns): Generate DImode compares.
8945 (mfcr insns): Create DImode versions.
8946 (sge matchers): New patterns.
8947
8948 2000-02-15 Gabriel Paubert <paubert@iram.es>
8949
8950 * rs6000.md: Correct instructions length attributes and
8951 constraints on unsigned compare instructions.
8952 (*ne0): Disable for PowerPC64.
8953
8954 2000-02-11 Geoff Keating <geoffk@cygnus.com>
8955
8956 * rs6000.c (output_function_profiler): Use .long for a 32-bit
8957 quantity, fix profile1.C test failure under -fPIC.
8958
8959 * rs6000.c: Add 'u' to many constants to suppress warnings.
8960 (constant_pool_expr_1): Make static.
8961 (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
8962 * rs6000.h: Add 'u' to many constants to suppress warnings.
8963
8964 * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
8965 for the start of the TOC, instead of LCTOC..0.
8966 * aix.h (toc_section): Use LCTOC..1 under AIX for the start
8967 of the TOC.
8968 * rs6000.md (load_toc_aix_si): Use LCTOC..1.
8969 (load_toc_aix_di): Use LCTOC..1.
8970
8971 * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
8972 * rs6000.c (rs6000_legitimize_address): New function from
8973 LEGITIMIZE_ADDRESS. Only use create_TOC_reference on
8974 symbols in the constant pool that really are TOC references.
8975 (print_operand_address): For ELF, write TOC offsets under
8976 -fPIC as subtractions in the insn.
8977 (output_toc): For ELF, define symbols in TOC as normal labels,
8978 to match RTL.
8979 (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
8980 * rs6000-protos.h (rs6000_legitimize_address): Prototype.
8981 (create_TOC_reference): Prototype only when RTX_CODE is defined.
8982 * rs6000.md (movsi): Only use create_TOC_reference on
8983 symbols in the constant pool that really are TOC references.
8984
8985 * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
8986 * rs6000.c (rs6000_reorg): Delete.
8987 * rs6000-protos.h (rs6000_reorg): Delete.
8988
8989 2000-02-09 Geoff Keating <geoffk@cygnus.com>
8990
8991 * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
8992
8993 * aix.h (SETUP_FRAME_ADDRESSES): Define.
8994 * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
8995 [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
8996 [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
8997 * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
8998 rs6000_aix_emit_builtin_unwind_init.
8999 * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
9000 rs6000_emit_eh_toc_restore on AIX.
9001 (return_eh_si): Use r2.
9002 (return_eh_di): Use r2.
9003
9004 * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
9005 since we're breaking binary compatibility anyway.
9006
9007 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
9008
9009 * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
9010 constant_pool_expr_p): Declare them.
9011 (constant_pool_expr_p): Declare it.
9012 * config/rs6000/rs6000.c (toc_label_name): Define.
9013 (rs6000_override_options): Set toc_label_name.
9014 (input_operand): Allow any TOC_RELATIVE_EXPR_P.
9015 (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
9016 uses_TOC): New functions.
9017 (print_operand): Delete old '*' case.
9018 (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9019 and strip off rtl for TOC before calling output_addr_const.
9020 (rs6000_emit_load_toc_table): Use toc_label_name.
9021 * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
9022 the default.
9023 (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
9024 (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
9025 (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
9026 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
9027 into explicit TOC_REGISTER offsets.
9028 (TOC_REGISTER): New macro.
9029 * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
9030 TARGET_TOC to reference TOC_REGISTER.
9031 (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
9032 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
9033 uses_TOC before emitting label references.
9034
9035 2000-02-05 Geoff Keating <geoffk@cygnus.com>
9036
9037 * rs6000.md (stack_tie): Fix warning.
9038
9039 * eabi-ctors.c: Use 'asm' names for the start/end variables,
9040 to handle -fleading-underscore.
9041 * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
9042 (USER_LABEL_PREFIX): New macro.
9043 (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
9044 (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
9045 * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
9046 call-linux can use the same multilibs.
9047 * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
9048 and call-linux multilibs. Do multilib with -fleading-underscore.
9049 (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
9050 (MULTILIB_EXCEPTIONS): Remove call-linux exceptions. Add restrictions
9051 to call-aix.
9052
9053 * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
9054 have MASK_SOFT_FLOAT set.
9055 (CPP_FLOAT_DEFAULT_SPEC): New macro.
9056 (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
9057 CPP_FLOAT_DEFAULT_SPEC.
9058
9059 * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
9060 * rs6000.md: Whitespace change.
9061 * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
9062 * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
9063
9064 2000-02-05 Geoff Keating <geoffk@cygnus.com>
9065
9066 * rs6000.md (eh_epilogue): New expander.
9067 (eh_reg_restore): New expand/split/insn combination.
9068 (return_eh_si): New insn.
9069 (return_eh_di): New insn.
9070
9071 * eabi-ci.asm: Put a label at the start of the .eh_frame section.
9072 * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
9073 * eabi-ctors.c (__do_global_ctors): Register this object's
9074 frame. Clean up. Call atexit() after the constructors.
9075 (__do_global_dtors): Deregister this object's frame. Clean up.
9076 Allow for recursive calls to exit().
9077 * rs6000.c (fixuplabelno): New variable.
9078 * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
9079 TARGET_RELOCATABLE, it slows down exec() under linux.
9080 (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
9081
9082 * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
9083 (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
9084 (ASM_OUTPUT_DWARF_DELTA2): New macro.
9085 (ASM_OUTPUT_DWARF_DELTA4): New macro.
9086 (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
9087 (ASM_OUTPUT_DWARF_ADDR): New macro.
9088 (ASM_OUTPUT_DWARF_DATA4): New macro.
9089 (ASM_OUTPUT_DWARF_DATA2): New macro.
9090 (ASM_OUTPUT_DWARF_OFFSET4): New macro.
9091 (ASM_OUTPUT_DWARF_OFFSET): New macro.
9092 (UNALIGNED_INT_ASM_OP): New macro, fake definition.
9093
9094 2000-02-03 Geoff Keating <geoffk@cygnus.com>
9095
9096 * rs6000.c (rs6000_sr_alias_set): New variable.
9097 (rs6000_override_options): Initialise rs6000_sr_alias_set.
9098 (rs6000_emit_stack_tie): New function.
9099 (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
9100 in a way that dwarf2out can understand.
9101 (rs6000_frame_related): New function.
9102 (rs6000_emit_prologue): Use rs6000_sr_alias_set. Specify
9103 RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
9104 Use rs6000_emit_stack_tie when needed.
9105 (rs6000_emit_epilogue): Use rs6000_sr_alias_set. Don't set
9106 RTX_FRAME_RELATED_P. Use rs6000_emit_stack_tie when needed.
9107 * rs6000.md (stack_tie): New insn.
9108 (return_internal_si): Allow return value to be in the count
9109 register.
9110 (return_internal_di): Likewise.
9111
9112 * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
9113
9114 2000-02-03 Geoff Keating <geoffk@cygnus.com>
9115
9116 * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
9117
9118 2000-01-31 Geoff Keating <geoffk@cygnus.com>
9119
9120 * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
9121
9122 * rs6000.md (stmw): Use the right POWER opcode.
9123 (lmw): Likewise.
9124
9125 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9126
9127 * rs6000-protos.h: New file.
9128
9129 * rs6000.c: Include tm_p.h. Fix compile time warnings.
9130
9131 * rs6000.h: Move prototypes to rs6000-protos.h. Fix compile time
9132 warnings.
9133
9134 * sysv4.h: Likewise.
9135
9136 2000-01-28 Geoff Keating <geoffk@cygnus.com>
9137
9138 * ../../configure.in: Delete powerpcle-*-winnt*
9139 and powerpcle-*-pe|powerpcle-*-cygwin*.
9140 * ../../configure: Regenerated.
9141 * cygwin.h: Delete.
9142 * rs6000.h (OBJECT_WINDOWS_NT): Delete.
9143 (TARGET_WINDOWS_NT): Delete.
9144 (ABI_NT): Delete.
9145 (CALL_NT_DLLIMPORT): Delete.
9146 Delete NT-specific code.
9147 * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
9148 * win-nt.h: Delete.
9149 * t-winnt: Delete.
9150 * nt-ci.asm: Delete.
9151 * nt-cn.asm: Delete.
9152 * ntstack.asm: Delete.
9153
9154 2000-01-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9155
9156 * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
9157 (ASM_FILE_START): Likewise.
9158 (ASM_DECLARE_FUNCTION_NAME): Likewise.
9159 (ASM_OUTPUT_LABELREF): Likewise.
9160 (ASM_OUTPUT_SKIP): Likewise.
9161 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
9162 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
9163 (ASM_OUTPUT_CASE_LABEL): Likewise.
9164 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
9165 (ASM_OUTPUT_ASCII): Likewise.
9166
9167 2000-01-27 Clinton Popetz <cpopetz@cygnus.com>
9168
9169 * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
9170 reload_toc_labelno for non-prologue TOC reloads. Also, don't
9171 increment rs6000_pic_labelno here.
9172 (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
9173 and increment rs6000_pic_labelno here.
9174
9175 2000-01-24 Geoffrey Keating <geoffk@cygnus.com>
9176
9177 * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
9178 rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
9179 allocation knows (reg) is dead before the insn.
9180
9181 2000-01-21 Geoff Keating <geoffk@cygnus.com>
9182
9183 * rs6000.md (movsi_to_cr): Correct typo in output template.
9184
9185 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
9186
9187 * rs6000.c (rs6000_pic_labelno): Always define.
9188 (rs6000_pic_func_labelno): Delete.
9189 (lmw_operation): Check for a zero base register,
9190 which doesn't mean what we want.
9191 (stmw_operation): New function.
9192 (print_operand): Define new 'l' modifier.
9193 (rs6000_stack_info): We must save all 64 bits of the registers
9194 if TARGET_POWERPC64.
9195 (rs6000_output_load_toc_table): Delete.
9196 (rs6000_emit_load_toc_table): New function.
9197 (rs6000_allocate_stack_space): Delete.
9198 (rs6000_emit_allocate_stack): New function.
9199 (rs6000_emit_prologue): New function.
9200 (output_prolog): Use rs6000_emit_prologue.
9201 (rs6000_emit_epilogue): Change a few variable names to be
9202 more accurate. Restore all 64 bits of the registers if
9203 TARGET_POWERPC64. Only restore the FP registers which were used
9204 if they are being saved/restored one-at-a-time.
9205 (output_mi_thunk): Delete inefficient code generation.
9206 (output_function_profiler): Don't use rs6000_output_load_toc_table.
9207 * rs6000.h: Declare rs6000_emit_load_toc_table,
9208 rs6000_allocate_stack_space, stmw_operation. Don't declare
9209 rs6000_output_load_toc_table.
9210 * rs6000.md (elf_high): Allow register 0, but discourage it
9211 heavily.
9212 (elf_low): Support loading into register 0.
9213 (load_toc_aix_si): New pattern.
9214 (load_toc_aix_di): New pattern.
9215 (load_toc_v4_pic_si): New pattern.
9216 (load_toc_v4_pic_di): New pattern.
9217 (load_toc_v4_PIC_1): New pattern.
9218 (load_toc_v4_PIC_1b): New pattern.
9219 (load_toc_v4_PIC_2): New pattern.
9220 (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
9221 (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
9222 (prologue): New expander.
9223 (movesi_from_cr): New pattern.
9224 (stmw): New pattern.
9225 (save_fpregs_si): New pattern.
9226 (save_fpregs_di): New pattern.
9227
9228 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9229
9230 * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
9231 (movdi): Likewise.
9232 (movhi): Likewise.
9233 (movqi): Likewise.
9234
9235 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9236
9237 * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
9238 at present.
9239 (movsi_got_internal): Likewise.
9240 (movsi_got_internal+1): Likewise.
9241 (set_sp): 'unspec 7' does a SImode clobber.
9242
9243 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9244
9245 * rs6000.md (floatsidf2): Don't use the fpmem "register", just
9246 allocate a stack temporary.
9247 (floatsidf2_internal): Likewise.
9248 (floatsidf2_internal+1): Likewise. Don't do bizzare hacks
9249 with unspec.
9250 (floatunssidf2): Don't use the fpmem "register", just
9251 allocate a stack temporary.
9252 (floatunssidf2_internal): Likewise.
9253 (floatunssidf2_internal+1): Likewise. Don't do bizzare hacks
9254 with unspec.
9255 (floatsidf2_loadaddr): Delete.
9256 (floatsidf2_store1): Delete.
9257 (floatsidf2_store2): Delete.
9258 (floatsidf2_load): Delete.
9259 (fix_truncdfsi2): Don't use the fpmem "register", just
9260 allocate a stack temporary.
9261 (fix_truncdfsi2_internal_si): Delete.
9262 (fix_truncdfsi2_internal_di): Delete.
9263 (fix_truncdfsi2_internal): New insn.
9264 (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
9265 (fix_truncdfsi2_store): Delete.
9266 (fix_truncdfsi2_load): Delete.
9267 (fctiwz): Produce gen_fctiwz.
9268
9269 2000-01-19 Geoffrey Keating <geoffk@cygnus.com>
9270
9271 * eabi.h (INVOKE__main): Define.
9272 * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
9273 specially.
9274 (rs6000_emit_prologue): Likewise.
9275 * rs6000.h (struct rs6000_stack): Don't keep track of whether
9276 this is the main program.
9277
9278 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9279
9280 * rs6000.c (rs6000_va_arg): Delete some unused variables.
9281
9282 2000-01-19 Geoff Keating <geoffk@cygnus.com>
9283
9284 * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
9285 goes after the argument.
9286
9287 2000-01-12 Geoff Keating <geoffk@cygnus.com>
9288
9289 * rs6000.md: Document 'unspec' values used.
9290 (epilogue): New expander.
9291 (movesi_to_cr_one): New expander.
9292 (movesi_to_cr and following): New pattern.
9293 (lmw): New pattern.
9294 (return_internal_si): New pattern.
9295 (return_internal_di): New pattern.
9296 (return_and_restore_fpregs_si): New pattern.
9297 (return_and_restore_fpregs_di): New pattern.
9298 * rs6000.h: Declare new functions.
9299 * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
9300 rather than rs6000_calls_p.
9301 (rs6000_makes_calls): Delete.
9302 (lmw_operation): New function.
9303 (mtcrf_operation): New function.
9304 (rs6000_emit_epilogue): New function.
9305 (output_epilog): Call rs6000_emit_epilogue and final if
9306 !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
9307
9308 2000-01-12 Geoff Keating <geoffk@cygnus.com>
9309
9310 * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
9311 * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
9312 * aix.h (SUBTARGET_SWITCHES): Document switches.
9313 * rs6000.h: (TARGET_SWITCHES): Don't print options twice. Make
9314 sched-prolog and sched-epilog the same. Document all the
9315 switches.
9316 (TARGET_OPTIONS): No longer allow -mdebug-.
9317
9318 2000-01-12 Geoff Keating <geoffk@cygnus.com>
9319
9320 * rs6000.h (ASM_FILE_END): Move to aix.h.
9321 (EXTRA_SECTIONS): Move to aix.h.
9322 (READONLY_DATA_SECTION): Move to aix.h.
9323 (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
9324 (SELECT_SECTION): Move to aix.h.
9325 (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
9326 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
9327 (LINK_REGISTER_REGNUM): New definition.
9328 (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
9329 (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
9330 AIX and SVR4.
9331 * sysv4.h: Delete the code between the inclusion of rs6000.h
9332 and svr4.h.
9333 (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
9334 (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
9335 (RS6000_REG_SAVE): Move generic definition to rs6000.h.
9336 (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
9337 * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
9338 (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
9339 (fix_truncdfsi2_internal_di): New pattern.
9340 (fix_truncdfsi2_store): The second arg here is Pmode too.
9341 (fix_truncdfsi2_load): The second arg here is Pmode too.
9342 (tablejumpdi): Now that switch tables hold only SImode values,
9343 gcc needs to know how to add them to the pc which is DImode.
9344 * rs6000.c (rs6000_stack_info): Use symbolic name for
9345 LINK_REGISTER_REGNUM.
9346 (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
9347 (output_toc): Delete unused variables s1 and s2.
9348 (output_ascii): Use fputs not fprintf on a variable string.
9349
9350 2000-01-07 David Edelsohn <edelsohn@gnu.org>
9351
9352 * rs6000.c (processor_target_table): Add power3 as alias for 630.
9353 * aix43.h: Revert Aug 2 change.
9354 (HAS_INIT_SECTION): Define, not visible yet.
9355 (LD_INIT_SWITCH): Define, not visible yet.
9356 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
9357
9358 2000-01-04 Joel Sherrill (joel@OARcorp.com>
9359
9360 * config/rs6000/rtems.h: Include config/rtems.h.
9361
9362 2000-01-04 David Edelsohn <edelsohn@gnu.org>
9363
9364 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
9365 (SLOW_UNALIGNED_ACCESS): Define.
9366 (CASE_VECTOR_MODE): Always use 32-bit offsets.
9367 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
9368 (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
9369 (toc_section): Likewise and .toc pseudo-op.
9370 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
9371 64-bit mode.
9372 (TEXT_SECTION_ASM_OP): Likewise.
9373 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
9374 32-bit offsets.
9375
9376 1999-12-17 Jakub Jelinek <jakub@redhat.com>
9377
9378 * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
9379 UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
9380 compiling libgcc2.
9381
9382 2000-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9383
9384 * rs6000.h: Move more stuff from here...
9385 * aix.h: to here.
9386 * sysv4.h: Cleanup accordingly.
9387 * netware.h: Likewise
9388
9389 2000-01-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9390
9391 * rs6000.h: Continue cleanup.
9392 * aix.h: Likewise.
9393 * lynx.h: Likewise.
9394 * netware.h: Likewise.
9395 * sol2.h: Likewise.
9396 * sysv4.h: Likewise.
9397 * win-nt.h: Likewise.
9398
9399 * rs6000.h (TARGET_SWITCHES): Add descriptions.
9400 (TARGET_OPTIONS): Likewise.
9401
9402 * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
9403 (SUBTARGET_OPTIONS): Likewise.
9404
9405 * rs6000.md: Fix compile time warnings.
9406
9407 2000-01-04 Geoff Keating <geoffk@cygnus.com>
9408
9409 vxworks patches from the Cygnus tree originally by
9410 Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
9411 <vmakarov@cygnus.com>.
9412 * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
9413 (ENDFILE_SPEC): Likewise.
9414 (LIB_VXWORKS_SPEC): New macro.
9415 (STARTFILE_VXWORKS_SPEC): New macro.
9416 (ENDFILE_VXWORKS_SPEC): New macro.
9417 (LINK_START_VXWORKS_SPEC): New macro.
9418 (LINK_OS_VXWORKS_SPEC): New macro.
9419 (CPP_OS_VXWORKS_SPEC): New macro.
9420 (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
9421 * vxppc.h: Rewrite to use proper configuration method.
9422 * vxppcle.h: New file.
9423 * ../../configure.in: Add powerpcle-wrs-vxworks*.
9424 * ../../configure: Rebuilt.
9425
9426 2000-01-04 Geoff Keating <geoffk@cygnus.com>
9427
9428 Lots of changes to rs6000.h, sysv4.h, aix.h,
9429 aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
9430 with the aim that rs6000.h is the first header
9431 included and the others override it.
9432 * aix.h: New file.
9433
9434 * x-aix41-gld: Remove.
9435 * x-aix43: Remove.
9436 * x-aix41: Remove target-specific switches, and don't specify
9437 -Wl,-bbigtoc as we don't need it any more.
9438 * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
9439 Use t-aix43 for AIX 4.3 and above.
9440 * ../../configure: Regenerated.
9441
9442 * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
9443 options, that don't do anything yet.
9444 (MASK_SCHED_PROLOG): New macro.
9445 (MASK_SCHED_EPILOG): New macro.
9446 (TARGET_SCHED_PROLOG): New macro.
9447 (TARGET_SCHED_EPILOG): New macro.
9448
9449 2000-01-04 Geoff Keating <geoffk@cygnus.com>
9450
9451 * rs6000.c: Correct comment, the `minimal' TOCs are actually
9452 one per translation unit, not one per function.
9453 (output_toc): Also do duplicate constant elimination
9454 for per-translation-unit TOCs.
9455
9456 * rs6000.md (nonlocal_goto_receiver): Put it back as before. Add
9457 a comment explaining _exactly_ when this pattern gets used.
9458 (builtin_setjmp_receiver): New pattern for better clarity.
9459 (init_v4_pic): Move it into a section dealing with TOC registers.
9460
9461 1999-12-30 Geoff Keating <geoffk@cygnus.com>
9462
9463 * rs6000.c (toc_hash_table): New variable.
9464 (rs6000_hash_constant): New function.
9465 (toc_hash_function): New function.
9466 (toc_hash_eq): New function.
9467 (toc_hash_mark_entry): New function.
9468 (toc_hash_mark_table): New function.
9469 (output_toc): Don't output duplicate TOC entries in
9470 a single file.
9471 (rs6000_add_gc_roots): Add the hash table as a GC root.
9472 * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
9473 where they clearly shouldn't be. This may need to be fixed
9474 later when there is a GNU ar for AIX.
9475 * x-aix43: Don't define CLIB or AR_FOR_TARGET.
9476 Don't define BOOT_LDFLAGS as it is now not necessary.
9477
9478 1999-12-29 Geoff Keating <geoffk@cygnus.com>
9479
9480 * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
9481 for va_list on AIX. Use unsigned_char_type_node rather than
9482 constructing our own version on svr4.
9483
9484 1999-12-17 Geoff Keating <geoffk@cygnus.com>
9485
9486 * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
9487 since patently it's not.
9488
9489 1999-12-08 Geoff Keating <geoffk@cygnus.com>
9490
9491 * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
9492 define_expand/define_insn pair, and handle restore of the
9493 SVR4 -fpic register.
9494
9495 Wed Mar 15 15:43:38 2000 Jeffrey A Law (law@cygnus.com)
9496
9497 * acconfig.h (HAVE_GAS_WEAK): New define.
9498 * configure.in (assembler weak support): Check for .weak support.
9499 * config.in, configure: Rebuilt.
9500 * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
9501 HAVE_GAS_WEAK is defined.
9502
9503 2000-03-15 Nick Clifton <nickc@cygnus.com>
9504
9505 * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
9506 asm_fprintf().
9507
9508 2000-03-15 Zack Weinberg <zack@wolery.cumb.org>
9509
9510 * cppfiles.c (open_include_file): New function.
9511 (find_include_file, cpp_read_file): Use it.
9512
9513 2000-03-15 Jason Merrill <jason@casey.cygnus.com>
9514
9515 * cpphash.c (dump_hash_helper): Take the slot, not the element.
9516
9517 Wed Mar 15 14:28:54 2000 Jason Eckhardt <jle@cygnus.com>
9518
9519 * flow.c (verify_flow_info): Check for unconditional return.
9520
9521 Wed Mar 15 11:34:27 2000 Jim Wilson <wilson@cygnus.com>
9522
9523 * config/ia64/ia64.md (restore_stack_nonlocal): New.
9524 * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
9525 (__ia64_restore_stack_nonlocal): New.
9526 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
9527
9528 2000-03-15 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9529
9530 * cpphash.c (collect_formal_parameters): Do not complain about
9531 parameter names that just start with `__VA_ARGS__'.
9532
9533 Wed Mar 15 13:26:58 MET 2000 Jan Hubicka <jh@suse.cz>
9534
9535 * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
9536 movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
9537 * i386.c (pentiumpro_cost): Set mul cost to 4.
9538 (x86_use_movx): Set for PPro.
9539
9540 Wed Mar 15 13:07:05 MET 2000 Jan Hubicka <jh@suse.cz>
9541
9542 * i386.md (ix86_compute_frame_size): stack_alignment_needed is
9543 STACK_BOUNDARY for empty frames now.
9544
9545 2000-03-14 Mark Mitchell <mark@codesourcery.com>
9546
9547 * stor-layout.c (layout_union): Remove.
9548 (layout_union_field): New function, split out from layout_union.
9549 (finish_union_layout): Likewise.
9550 (layout_field): Handle unions by calling layout_union_field.
9551 (finish_record_layout): Handle unions.
9552 (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
9553 QUAL_UNION_TYPE handling.
9554
9555 Wed Feb 23 13:00:06 CET 2000 Jan Hubicka <jh@suse.cz>
9556
9557 * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
9558 end of basic block is jump_insn, not barrier; use create_basic_block
9559 instead of creating basic block by hand.
9560
9561 2000-03-14 Jason Eckhardt <jle@cygnus.com>
9562
9563 * flow.c (reorder_basic_blocks): Account for barriers when writing
9564 over NEXT_INSN (last_bb->end).
9565 (verify_flow_info): Add check for missing barriers.
9566
9567 2000-03-14 Greg McGary <gkm@gnu.org>
9568
9569 * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
9570 * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
9571 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
9572 __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
9573 __unbounded, __unbounded__): New keywords.
9574 * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
9575 * c-parse.y, c-parse.c, c-parse.h: Regenerate.
9576 * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
9577
9578 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk>
9579
9580 * cselib.h: New file.
9581 * alias.c: Include "cselib.h".
9582 (fixed_scalar_and_varying_struct_p): Accept the addresses of the
9583 MEMs as two new arguments.
9584 (get_addr): New static function.
9585 (find_base_term): Handle VALUEs.
9586 (memrefs_conflict_p): Likewise.
9587 (true_dependence): Call get_addr on the addresses.
9588 Call fixed_scalar_and_varying_struct_p with addresses that have been
9589 passed through get_addr and canon_rtx.
9590 (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
9591 with true_dependence.
9592 Call get_addr on the addresses; don't call canon_rtx on the MEMs.
9593 * loop.c: Include "cselib.h".
9594 (load_mems): Process extended basic block that enters the loop with
9595 cselib. Use that information to change initialization of the shadow
9596 register so that a constant equivalence is seen by later passes.
9597 * reload1.c: Include "cselib.h".
9598 (reload_cse_invalidate_regno): Delete function.
9599 (reload_cse_mem_conflict_p): Likewise.
9600 (reload_cse_invalidate_mem): Likewise.
9601 (reload_cse_invalidate_rtx): Likewise.
9602 (reload_cse_regno_equal_p): Likewise.
9603 (reload_cse_check_clobber): Likewise.
9604 (reload_cse_record_set): Likewise.
9605 (reg_values): Delete static variable.
9606 (invalidate_regno_rtx): Likewise.
9607 (reload_cse_delete_noop_set): New static function.
9608 (reload_cse_simplify): New static function, broken out of
9609 reload_cse_regs_1.
9610 (reload_cse_noop_set_p): Delete unused argument INSN.
9611 Just call rtx_equal_for_cselib_p on set source and destination.
9612 (reload_cse_regs_1): Break out some code into reload_cse_simplify and
9613 reload_cse_delete_noop_set. Delete code to keep track of values; use
9614 cselib functions instead. Delete code to push/pop obstacks.
9615 (reload_cse_simplify_set): Use cselib to find equivalent values.
9616 Delete code to push/pop obstacks.
9617 (reload_cse_simplify_operands): Likewise.
9618 * rtl.def (VALUE): New rtx code.
9619 * rtl.h (union rtunion_def): New elt rt_cselib.
9620 (X0CSELIB, CSELIB_VAL_PTR): New macros.
9621 * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
9622 (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
9623 unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
9624 discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
9625 hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
9626 cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
9627 cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
9628 cselib_record_set, cselib_record_sets): New static functions.
9629 (cselib_lookup, cselib_update_varray_sizes, cselib_init,
9630 cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
9631 references_value_p): New functions.
9632 (MAX_USELESS_VALUES, REG_VALUES): New macros.
9633 (table, cselib_current_insn, next_unknown_value, cselib_nregs,
9634 n_useless_values, reg_values, callmem, cselib_obstack,
9635 cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
9636 New static variables.
9637 * varray.h (union varray_data_tag): New elt te.
9638 (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
9639 * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
9640 dependencies.
9641
9642 2000-03-14 Nick Clifton <nickc@cygnus.com>
9643
9644 * gcc.c (do_spec_1): Catch the case where %* is used in a
9645 substitution pattern, but it has not been initialised.
9646 Issue a meaningful error message if an unrecognised operator
9647 is encountered in a spec string.
9648
9649 2000-03-14 Richard Earnshaw <rearnsha@arm.com>
9650
9651 * function.c (prepare_function_start): Correctly initialize
9652 cfun->stack_alignment_needed.
9653
9654 2000-03-14 Zack Weinberg <zack@wolery.cumb.org>
9655
9656 * cppfiles.c (find_include_file): Don't assume nshort is a
9657 substring of name.
9658
9659 Tue Mar 14 08:42:21 2000 Jeffrey A Law (law@cygnus.com)
9660
9661 * configure.in (hppa configurations): Add pa32-regs.h to the
9662 list of tm files as appropriate.
9663 * configure: Rebuilt.
9664 * pa.c (compute_frame_size): Remove explicit knowledge about FP
9665 register numbering.
9666 (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
9667 (fmpyaddoperands, fmpysuboperands): Likewise.
9668 * pa.h: Remove various definitions which depend on knowing
9669 how registers are numbered.
9670 * pa32-regs.h: New file with PA32 register numbering specific
9671 definitions.
9672
9673 2000-03-14 Richard Henderson <rth@cygnus.com>
9674
9675 * regmove.c (combine_stack_adjustments): New.
9676 (stack_memref_p, single_set_for_csa): New.
9677 (free_csa_memlist, record_one_stack_memref): New.
9678 (try_apply_stack_adjustment): New.
9679 (combine_stack_adjustments_for_block): New.
9680 * rtl.h (combine_stack_adjustments): Declare.
9681 * toplev.c (rest_of_compilation): Call it.
9682
9683 * i386.md: Revert 2000-01-16 change.
9684
9685 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9686
9687 * gccbug.in: Add web category, gcc specific classes.
9688
9689 2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
9690
9691 * stor-layout.c (finalize_record_size): Fix typo.
9692
9693 2000-03-14 Stan Shebs <shebs@apple.com>
9694
9695 * c-typeck.c (c_alignof): Error on incomplete types.
9696 * extend.texi (Alignment): Document this.
9697
9698 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
9699
9700 * cppfiles.c: Include mkdeps.h.
9701 (find_include_file, read_include_file): Remove _cpp_ prefix
9702 from name, make static.
9703 (_cpp_execute_include): New function, broken out of
9704 do_include.
9705
9706 * cpplib.c: Don't include mkdeps.h.
9707 (struct directive): Remove type field. Reorder entries. The
9708 function takes only one argument.
9709 (struct if_stack): Make type field an int.
9710 (directive_table): Rename to dtable. Generate it, the
9711 prototypes of the directive handlers, and the enum for the
9712 directive numbers, from a template macro.
9713 (do_ifndef, do_include_next, do_import): New functions.
9714 (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
9715 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
9716 do_ident, do_assert, do_unassert, do_sccs): Take only one
9717 argument.
9718 (do_sccs): Define always, but alter behavior based on
9719 SCCS_DIRECTIVE.
9720 (_cpp_handle_directive, consider_directive_while_skipping):
9721 Restructure for new directive table layout.
9722
9723 (pass_thru_directive): Take a directive number, not a pointer
9724 to a struct directive.
9725 (parse_include): New function, broken out of do_include.
9726 (do_include, do_import, do_include_next): Use parse_include
9727 and _cpp_execute_include.
9728 (do_elif, do_else): Test for T_ELSE specifically when checking
9729 for #elif/#else after #else.
9730 (parse_ifdef): New function, broken out of do_ifdef.
9731 (validate_else): Expect a name arg without a leading #.
9732 (if_directive_name): Delete.
9733 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
9734 directive handlers with only one argument.
9735
9736 * cpphash.h: Update prototypes.
9737 (enum node_type): Remove entries for directives.
9738 * Makefile.in: Update dependencies.
9739
9740 * cpphash.c (dump_hash_helper): Only dump nodes of type
9741 T_MACRO. Emit a newline after each definition.
9742
9743 2000-03-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9744
9745 * gccbug.in: New file.
9746 * configure.in (all_outputs): Add gccbug.
9747 * Makefile.in (install-common): Install gccbug.
9748 (GCCBUG_INSTALL_NAME): New variable.
9749 * configure: Rebuilt.
9750
9751 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
9752
9753 * function.c (put_var_into_stack): Use type_for_mode to calculate
9754 part_type. Use MEM_SET_IN_STRUCT_P.
9755 * expr.c (store_field): Handle CONCAT.
9756 (store_constructor): Use fields_length.
9757 * tree.c (fields_length): New fn.
9758 * tree.h: Declare it.
9759
9760 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
9761
9762 * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
9763 (cpplex.o): New target.
9764 * po/POTFILES.in: Add cpplex.c.
9765
9766 * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
9767 cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
9768 cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
9769 skip_block_comment, skip_line_comment, skip_comment,
9770 copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
9771 _cpp_parse_name, skip_string, parse_string,
9772 _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
9773 _cpp_get_directive_token, find_position,
9774 _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
9775 (maybe_macroexpand, _cpp_lex_token): New functions.
9776
9777 * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
9778 parse_goto_mark): Delete.
9779 (_cpp_handle_eof): New function.
9780 (_cpp_handle_directive): Rename from handle_directive.
9781 (_cpp_output_line_command): Rename from output_line_command.
9782 (do_if, do_elif): Call _cpp_parse_expr directly.
9783 * cppfiles.c (_cpp_read_include_file): Don't call
9784 init_input_buffer here.
9785 * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
9786 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
9787 here; pop the token_buffer and skip the rest of the line here.
9788 * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
9789 here.
9790
9791 * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
9792 Define here.
9793 (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
9794 CPP_GOTO_MARK): New macros.
9795 (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
9796 _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
9797 _cpp_read_and_prescan, _cpp_init_input_buffer,
9798 _cpp_grow_token_buffer, _cpp_get_directive_token,
9799 _cpp_handle_directive, _cpp_handle_eof,
9800 _cpp_output_line_command): Prototype them here.
9801 * cpplib.h (enum cpp_token): Add CPP_MACRO.
9802 (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
9803 quote_string, output_line_command): Remove.
9804
9805 2000-03-13 Bernd Schmidt <bernds@cygnus.co.uk>
9806
9807 * stmt.c (expand_end_case): RANGE may be signed, and when checking
9808 whether it is too large we must also verify that it isn't negative.
9809
9810 2000-03-13 Jakub Jelinek <jakub@redhat.com>
9811
9812 * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
9813 (movsi_zero_liveg0): Remove.
9814 (movsf_insn_novis_liveg0): Remove.
9815 (negsi2): Remove.
9816 (negsi2_not_liveg0): Rename to negsi2.
9817 (one_cmplsi2): Remove.
9818 (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
9819 (one_cmplsi2_liveg0): Remove.
9820 * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
9821 MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
9822 (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
9823 (PREDICATE_CODES): Remove zero_operand.
9824 * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
9825 TARGET_BROKEN_SAVERESTORE.
9826 (zero_operand): Remove.
9827 * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
9828 -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
9829 options.
9830 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9831 * config/sparc/linux-aout.h (TARGET_LIVE_G0,
9832 TARGET_BROKEN_SAVERESTORE): Remove.
9833 * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9834 Remove.
9835 * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9836 Remove.
9837 * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
9838 Remove.
9839
9840 * config/sparc/sparc.md (return_df_no_fpu): New pattern.
9841
9842 2000-03-13 Zack Weinberg <zack@wolery.cumb.org>
9843
9844 * cpplib.c (do_pragma_implementation): Fix off-by-one error
9845 truncating a string. Don't assume tokens are nul terminated.
9846 Problem noted by Andreas Jaeger <aj@suse.de>
9847
9848 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
9849
9850 * dwarf2out.c (add_name_and_src_coords_attributes): Only add
9851 DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
9852 (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
9853
9854 2000-03-13 Richard Earnshaw <rearnsha@arm.com>
9855
9856 * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
9857 STRUCTURE_SIZE_BOUNDARY.
9858
9859 2000-03-13 Mark Mitchell <mark@codesourcery.com>
9860
9861 * tree.h (record_layout_info_s): New structure.
9862 (record_layout_info): New type.
9863 (new_record_layout_info): New function.
9864 (layout_field): Likewise.
9865 (finish_record_layout): Likewise.
9866 * stor-layout.c (layout_record): Remove.
9867 (new_record_layout_info): New function.
9868 (layout_field): New function, broken out from layout_record.
9869 (finalize_record_size): Likewise.
9870 (compute_record_mode): Likewise.
9871 (finalize_type_size): New function, broken out from layout_type.
9872 (finish_record_layout): Likewise.
9873 (layout_type): Use them.
9874
9875 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
9876
9877 * cpphash.c: Don't include version.h.
9878 (special_symbol) [case T_VERSION]: Look for the string in
9879 hp->value.cpval; don't use version_string.
9880 * cppinit.c (initialize_builtins): Set hp->value.cpval for
9881 __VERSION__ to version_string.
9882 * Makefile.in (cpphash.o): Update deps.
9883
9884 2000-03-12 Zack Weinberg <zack@wolery.cumb.org>
9885
9886 Convert cpplib to use libiberty/hashtab.c.
9887
9888 * cpplib.h (struct cpp_reader): Make hashtab and
9889 all_include_files of type 'struct htab *'. Delete HASHSIZE
9890 and ALL_INCLUDE_HASHSIZE macros.
9891
9892 * cpphash.h: Update prototypes.
9893 (struct hashnode): Remove next, prev, and bucket_hdr members.
9894 Make length a size_t. Add hash member.
9895 (struct ihash): Remove next member. Add hash member. Make
9896 name a flexible array member.
9897
9898 * cppfiles.c: Include hashtab.h.
9899 (include_hash): Delete.
9900 (IHASHSIZE): New macro.
9901 (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
9902 (cpp_included): Do the hash lookup here.
9903 (_cpp_find_include_file): Rewrite.
9904 (cpp_read_file): Put the "fake" hash entry into the hash
9905 table. Honor the control_macro, if it turns out we've seen
9906 the file before. Don't push the buffer here.
9907 (_cpp_read_include_file): Push the buffer here.
9908 (OMODES): New macro. Use it whenever we call open(2).
9909
9910 * cpphash.c: Include hashtab.h.
9911 (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
9912 _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
9913 _cpp_lookup_slot): New functions.
9914 (HASHSIZE): new macro.
9915 (hashf, _cpp_install, _cpp_delete_macro): Delete.
9916 (_cpp_lookup): Use hashtab.h routines.
9917
9918 * cppinit.c: Include hashtab.h.
9919 (cpp_reader_init): Call _cpp_init_macro_hash and
9920 _cpp_init_include_hash. Don't allocate hashtab directly.
9921 (cpp_cleanup): Just call htab_delete on pfile->hashtab and
9922 pfile->all_include_files.
9923 (initialize_builtins): Use _cpp_make_hashnode and
9924 htab_find_slot to add hash entries.
9925 (cpp_finish): Just call _cpp_dump_macro_hash.
9926 * cpplib.c: Include hashtab.h.
9927 (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
9928 create hash entries.
9929 (do_pragma_poison, do_assert): Likewise.
9930 (do_include): Don't push the buffer here. Don't increment
9931 system_include_depth unless _cpp_read_include_file succeeds.
9932 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
9933 or htab_remove_elt.
9934 (do_pragma_implementation): Use alloca to create copy.
9935
9936 * Makefile.in: Update dependencies.
9937
9938 2000-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9939
9940 * cppinit.c (cl_directive_handler): More K&R fixing.
9941
9942 Sat Mar 11 23:54:26 2000 Jim Wilson <wilson@cygnus.com>
9943
9944 * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
9945 STACK_BOUNDARY.
9946 * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
9947
9948 2000-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9949
9950 * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
9951 Change from char[] to macros.
9952
9953 2000-03-12 Neil Booth <NeilB@earthling.net>
9954
9955 * cppinit.c (cpp_start_read): Update indirect function
9956 call to K&R C.
9957
9958 Sat Mar 11 16:18:12 2000 Jim Wilson <wilson@cygnus.com>
9959
9960 * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
9961 entry.
9962
9963 * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
9964 config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
9965
9966 2000-03-11 Neil Booth <NeilB@earthling.net>
9967
9968 * cppinit.c (struct pending option): Replace undef with a
9969 pointer to a directive handling routine.
9970 (struct cpp_pending): Replace separate assert_ and define_
9971 lists with one directive_ list.
9972 (new_pending_define): Rename new_pending_directive. Extra
9973 argument is the directive's handling routine.
9974 (handle_option): Update to use new_pending_directive.
9975
9976 2000-03-11 Neil Booth <NeilB@earthling.net>
9977
9978 * cppfiles.c (file_cleanup, _cpp_find_include_file,
9979 remap_filename, _cpp_read_include_file, actual_directory,
9980 hack_vms_include_specification): Replace bcopy(), index() etc
9981 calls. Add casts to some allocations. Make some variables
9982 pointers to const [unsigned] char.
9983 * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
9984 collect_formal_parameters): Similarly.
9985 * cppinit.c (struct pending_option, append_include_chain,
9986 cpp_options_init, cpp_reader_init, initialize_standard_includes,
9987 cpp_start_read, new_pending_define, handle_option): Similarly.
9988 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
9989 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
9990 do_pragma_implementation, detect_if_not_defined,
9991 do_ifdef, skip_if_group, cpp_get_token, parse_string,
9992 do_assert, do_unassert): Similarly.
9993 * cpplib.h (cpp_buffer, cpp_options): Update types. Update
9994 function prototypes.
9995 * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
9996
9997 2000-03-10 Richard Henderson <rth@cygnus.com>
9998
9999 * builtins.c (expand_builtin_strlen): Revert last change.
10000 Use emit_insn_before if we're at the beginning of a sequence.
10001
10002 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
10003
10004 * builtins.c (expand_builtin_strlen): Make sure that we have something
10005 at the beginning of the sequence.
10006
10007 * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
10008 deferred inlines.
10009
10010 * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
10011
10012 2000-03-10 Richard Henderson <rth@cygnus.com>
10013
10014 * except.c (can_throw): Use INTVAL on a CONST_INT.
10015 (reachable_handlers): Likewise.
10016 * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
10017
10018 2000-03-10 Andreas Jaeger <aj@suse.de>
10019
10020 * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
10021 MD_STARTFILE_PREFIX since those are not needed on linux.
10022 (ASM_FILE_START): New, from mips/gnu.h.
10023
10024 2000-03-09 Richard Henderson <rth@cygnus.com>
10025 Alex Samuel <samuel@codesourcery.com> and others
10026
10027 * Makefile.in (ssa.o): New rule.
10028 (OBJS): Add ssa.o.
10029 (STAGESTUFF): Add *.ssa and *.ussa.
10030 (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
10031 * rtl.def (PHI): New RTL expression.
10032 * rtl.h (clear_log_links): New declaration.
10033 (convert_to_ssa): Likewise.
10034 (convert_from_ssa): Likewise.
10035 * flow.c (split_edge): If the entry node falls through to the
10036 split edge's source block, split the entry edge.
10037 (clear_log_links): New function.
10038 * toplev.c (ssa_dump): New variable.
10039 (flag_ssa): Likewise.
10040 (f_options): Add "ssa".
10041 (compile_file): Create SSA dump files.
10042 (rest_of_compilation): Go to and from SSA if enabled.
10043 (decide_d_option): Handle -de for SSA dump files.
10044 * ssa.c: New file.
10045
10046 Thu Mar 9 20:01:38 2000 Jim Wilson <wilson@cygnus.com>
10047
10048 * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
10049 same as VAR_DECL.
10050
10051 2000-03-09 Benjamin Kosnik <bkoz@cygnus.com>
10052
10053 * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
10054
10055 Thu Mar 9 18:10:02 2000 Jeffrey A Law (law@cygnus.com)
10056
10057 * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
10058 (MD_STARTFILE_PREFIX_1): New macro.
10059
10060 2000-03-09 Robert Lipe <robertl@sco.com>
10061
10062 * config/ia64/ia64.c: Include system.h.
10063
10064 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
10065
10066 * except.c (nothrow_function_p): If -fno-exceptions, just return.
10067 (init_eh_nesting_info): Likewise.
10068
10069 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
10070 (TREE_NOTHROW): Rename from TREE_RAISES.
10071 * toplev.c (rest_of_compilation): Set it.
10072 * print-tree.c (print_node): Adjust.
10073 * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
10074 (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
10075 * calls.c (emit_call_1): Add 'nothrow' parm. Add
10076 REG_EH_REGION note as appropriate.
10077 (libfunc_nothrow): New fn.
10078 (emit_library_call, emit_library_call_value): Use it.
10079 (expand_call): Check TREE_NOTHROW.
10080
10081 * varasm.c (make_decl_rtl): Skip initial '*' when setting
10082 DECL_ASSEMBLER_NAME.
10083
10084 2000-03-09 Andreas Jaeger <aj@suse.de>
10085
10086 * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
10087 (TARGET_MEM_FUNCTIONS): Define.
10088
10089 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
10090
10091 * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
10092
10093 * except.c (can_throw): See through a SEQUENCE.
10094 (nothrow_function_p): New fn.
10095 * except.h: Declare it.
10096 * function.c (current_function_nothrow): New var.
10097 (prepare_function_start): Initialize it.
10098 * output.h: Declare it.
10099 * toplev.c (rest_of_compilation): Set it.
10100 * dwarf2out.c (dwarf2out_begin_prologue): Use it.
10101
10102 2000-03-09 Zack Weinberg <zack@wolery.cumb.org>
10103
10104 * cpphash.c (collect_formal_parameters): strncmp returns 0 for
10105 match. (cpp_compare_defs): Count the nul separator when
10106 advancing over argument names.
10107
10108 2000-03-09 Bernd Schmidt <bernds@cygnus.co.uk>
10109
10110 * recog.c (preprocess_constraints): Matching constraints affect
10111 same alternative/different operand, not same operand/different
10112 alternative.
10113
10114 * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
10115 register and a constant specially.
10116
10117 2000-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10118
10119 * libgcc2.h: New file.
10120 * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
10121
10122 Wed Mar 8 16:19:42 2000 Jim Wilson <wilson@cygnus.com>
10123
10124 * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
10125 * configure: Regenerate.
10126 * config/ia64: New.
10127
10128 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
10129
10130 * Makefile.in (LIBCPP_DEPS): New macro.
10131 (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
10132 it to declare deps.
10133 * cpperror.c: Include cpphash.h.
10134 * cppexp.c: Include cpphash.h. Remove MULTIBYTE_CHARS
10135 dingleberry.
10136 (lex): Don't use CPP_WARN_UNDEF.
10137 (_cpp_parse_expr): Return an int, the truth value.
10138 * cppfiles.c: Include cpphash.h.
10139 (_cpp_merge_include_chains): Move to cppinit.c and make static.
10140 * cppinit.c (include_defaults_array): Disentangle.
10141 (cpp_cleanup): Don't free the if stack here.
10142 (cpp_finish): Pop off all buffers, not just one.
10143 * cpplib.c (eval_if_expr): Return int.
10144 (do_xifdef): Rename do_ifdef.
10145 (handle_directive): Don't use CPP_PREPROCESSED.
10146 (cpp_get_token): Don't use CPP_C89.
10147 * fix-header.c: Don't use CPP_OPTIONS.
10148
10149 * cpplib.h: Move U_CHAR, enum node_type, struct
10150 file_name_list, struct ihash, is_idchar, is_idstart,
10151 is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
10152 CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
10153 CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
10154 CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
10155 CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
10156 of _cpp_simplify_pathname, _cpp_find_include_file,
10157 _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
10158 Move struct if_stack to cpplib.c. Move struct cpp_pending to
10159 cppinit.c.
10160 Change all uses of U_CHAR to be unsigned char instead.
10161 Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
10162
10163 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10164
10165 * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
10166 (dwarf2out_begin_prologue): Set it.
10167 (output_call_frame_info): Don't emit EH unwind info for leaves.
10168
10169 * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
10170 can occur outside of an EH region.
10171 * except.c: Correct comments about rethrow behavior.
10172 (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
10173
10174 2000-03-08 Andrew MacLeod <amacleod@cygnus.com>
10175
10176 * flow.c (make_edges): Always call make_eh_edge for calls.
10177
10178 2000-03-08 Zack Weinberg <zack@wolery.cumb.org>
10179
10180 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
10181 (struct cpp_buffer): Remove fname and underflow fields.
10182 (struct cpp_reader): Remove get_token field.
10183 (struct include_hash): Rename to struct ihash. Add typedef to
10184 IHASH.
10185 (struct if_stack): Remove fname field.
10186 (IF_STACK_FRAME): Rename to IF_STACK.
10187
10188 * cpperror.c (print_containing_files): Trust that there are no
10189 macro buffers below the top file buffer.
10190 * cppfiles.c: Replace all references to 'struct include_hash'
10191 with 'IHASH'. Rename initialize_input_buffer to
10192 init_input_buffer. Don't set or reference cpp_buffer->fname,
10193 use buffer->ihash->name instead.
10194 * cpphash.c (special_symbol): Use cpp_file_buffer. Use NULL
10195 not CPP_NULL_BUFFER.
10196 * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
10197 IF_STACK_FRAME, IHASH not struct include_hash.
10198 * cpplib.c: Rename eval_if_expression to eval_if_expr. Remove
10199 null_underflow. Use IF_STACK not IF_STACK_FRAME, IHASH not
10200 struct include_hash, NULL not CPP_NULL_BUFFER. Remove all
10201 references to cpp_buffer->fname (delete entirely, or use
10202 ->ihash->name instead) and IF_STACK->fname.
10203 (cpp_push_buffer): Don't set new->underflow.
10204 (do_include): Use cpp_file_buffer.
10205
10206 * cpphash.c (collect_formal_parameters): Remove duplicate
10207 increment of argslen. Pedwarn in C99 mode if __VA_ARGS__ is
10208 used as a macro argument name. Don't append "..." to namebuf
10209 for varargs macros. After we're done scanning, go through
10210 namebuf and make it NUL separated, not comma separated.
10211 (_cpp_compare_defs): Remove register tag from variables.
10212 Expect defn->argnames to be NUL separated.
10213 (_cpp_dump_definition): Expect defn->argnames to be NUL
10214 separated and in forward order.
10215 * cpphash.h: Update documentation of argnames field.
10216
10217 2000-03-08 Richard Henderson <rth@cygnus.com>
10218
10219 * builtins.c (expand_builtin_strlen): Be prepared for strlensi
10220 to fail. Don't pre-expand the source operand.
10221
10222 * i386.md (strlensi): Initialize eoschar and align before use.
10223
10224 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10225
10226 * expr.c (expand_expr, case ARRAY_REF): Still check for missing
10227 CONSTRUCTOR element.
10228
10229 2000-03-08 Gavin Romig-Koch <gavin@cetus.cygnus.com>
10230
10231 * mips.c (mips_expand_prologue): If the last
10232 named argument is the vararg marker "va_list", treat it as
10233 an unnamed argument.
10234
10235 2000-03-08 Clinton Popetz <cpopetz@cygnus.com>
10236
10237 * dbxout.c (dbxout_parms): When correcting for promoted
10238 big-endian parameters, use the mode of the DECL_RTL rather
10239 than UNITS_PER_WORD.
10240
10241 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10242
10243 * c-common.h (make_fname_decl): Declare.
10244 * c-common.c (make_fname_decl): Define.
10245 (declare_hidden_char_array): Remove.
10246 (declare_function_name): Use make_fname_decl.
10247 * c-decl.c (c_make_fname_decl): New function.
10248 (init_decl_processing): Set make_fname_decl.
10249
10250 Tue Mar 7 23:50:31 2000 Jeffrey A Law (law@cygnus.com)
10251
10252 * cccp.c (handle_directive): Initialize backslash_newlines_p.
10253
10254 2000-03-07 Philipp Thomas <pthomas@suse.de>
10255
10256 * po/POTFILES.in: Remove cppalloc.c from file list.
10257
10258 2000-03-07 Steve Chamberlain <sac@pobox.com>
10259
10260 * pj.c (pj_expand_prologue): current_function->args_info is
10261 now current_function_args_info.
10262
10263 * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
10264 LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
10265 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
10266
10267 2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10268
10269 * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
10270 output as hexadecimal rather than the default octal.
10271
10272 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
10273
10274 * cpphash.c (special_symbol): Fix thinko in previous commit.
10275
10276 2000-03-07 Neil Booth <NeilB@earthling.net>
10277
10278 * cppexp.c (struct operation, left_shift, right_shift,
10279 cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
10280 "int"s to "unsigned int"s.
10281 * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
10282 Similarly.
10283 * cpplib.h: Update for above.
10284 * mkdeps.c (deps_init, deps_calc_target): Cast pointers
10285 returned from allocations.
10286
10287 * cppinit.c (opt_comp, parse_options): New functions.
10288 (handle_option): Use parse_option to parse a single command
10289 line option, that possibly takes an argument.
10290 (cpp_handle_options): Sort the array of command line options on
10291 first invocation (non-ASCII hosts only).
10292 (print_help): Update.
10293
10294 2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
10295
10296 * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
10297 backslash counting loops. Problem noted by Matt Kraai <kraai@ghs.com>.
10298
10299 * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
10300 initialized.
10301 * cppinit.c (cpp_cleanup): Free imp->nshort also.
10302
10303 * cpperror.c (cpp_print_containing_files,
10304 cpp_print_file_and_line, v_cpp_message): Rename to
10305 print_containing_files, print_file_and_line, and v_message.
10306 * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
10307 to _cpp_parse_expr, parse_escape, and lex.
10308 (parse_charconst): Remove broken multibyte support.
10309 * cppfiles.c (include_hash): Make static.
10310 (cpp_included): New function.
10311 (merge_include_chains, find_include_file, finclude,
10312 simplify_pathname): Rename to _cpp_merge_include_chains,
10313 _cpp_find_include_file, _cpp_read_include_file, and
10314 _cpp_simplify_pathname.
10315 * cpphash.c (cpp_lookup, free_definition, delete_macro,
10316 cpp_install, create_definition, macroexpand, compare_defs,
10317 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
10318 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
10319 _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
10320 * cppinit.c (cpp_handle_option): Rename to handle_option, make
10321 static.
10322 * cpplib.c: Remove extern prototype of cpp_parse_expr.
10323
10324 * cpphash.h: Update prototypes.
10325 * cpplib.h: Likewise. Prototype _cpp_parse_expr here.
10326
10327 2000-03-07 Andrew Haley <aph@cygnus.com>
10328
10329 * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
10330 PTRDIFF_TYPE should be based solely on Pmode.
10331 (SIZE_TYPE): ditto.
10332
10333 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10334
10335 * rtl.h (rtunion_def): Constify member `rtstr'.
10336 (emit_line_note_after, emit_line_note, emit_line_note_force,
10337 emit_note, decode_asm_operands): Constify.
10338
10339 * cse.c (canon_hash): Likewise.
10340
10341 * dbxout.c (dbxout_block): Likewise.
10342
10343 * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
10344 v_warning_for_asm): Likewise.
10345
10346 * dwarfout.c (function_start_label): Likewise.
10347
10348 * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
10349 emit_line_note_force): Likewise.
10350
10351 * final.c (last_filename, asm_insn_count, final_scan_insn,
10352 output_source_line): Likewise.
10353
10354 * function.h (struct emit_status): Likewise.
10355
10356 * gcse.c (hash_expr_1): Likewise.
10357
10358 * genattr.c (gen_attr, main): Likewise.
10359
10360 * genattrtab.c (struct function_unit, current_alternative_string,
10361 write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
10362 attr_numeral, check_attr_test, check_attr_value,
10363 convert_set_attr_alternative, convert_set_attr,
10364 compute_alternative_mask, simplify_by_exploding, gen_attr,
10365 gen_unit): Likewise.
10366
10367 * genflags.c (gen_insn): Likewise.
10368
10369 * gengenrtl.c (type_from_format): Likewise.
10370
10371 * genopinit.c (gen_insn): Likewise.
10372
10373 * genoutput.c (n_occurrences, process_template, process_template):
10374 Likewise.
10375
10376 * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
10377 Likewise.
10378
10379 * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
10380 Likewise.
10381
10382 * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
10383 ggc_set_mark, ggc_get_size): Likewise.
10384
10385 * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
10386
10387 * optabs.c (init_one_libfunc): Likewise.
10388
10389 * output.h (assemble_start_function): Likewise.
10390
10391 * recog.c (decode_asm_operands): Likewise.
10392
10393 * toplev.c (rest_of_compilation): Likewise.
10394
10395 * tree.h (emit_line_note_after, emit_line_note,
10396 emit_line_note_force): Likewise.
10397
10398 * varasm.c (asm_output_bss, asm_output_aligned_bss,
10399 asm_emit_uninitialised, assemble_start_function,
10400 assemble_variable, const_hash, compare_constant_1,
10401 find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
10402
10403 * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
10404
10405 * alpha/alpha.md (call_vms, call_value_vms): Likewise.
10406
10407 * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
10408
10409 * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
10410
10411 * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
10412 arm_dllimport_name_p): Likewise.
10413
10414 * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
10415 Likewise.
10416
10417 * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
10418
10419 * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10420
10421 * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
10422 arm_mark_dllexport, arm_mark_dllimport,
10423 arm_pe_encode_section_info): Likewise.
10424
10425 * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
10426 ASM_FINISH_DECLARE_OBJECT): Likewise.
10427
10428 * arm/thumb.c (thumb_function_prologue): Likewise.
10429
10430 * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
10431
10432 * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10433
10434 * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
10435
10436 * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
10437
10438 * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
10439
10440 * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10441
10442 * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
10443 ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
10444
10445 * i386/i386-protos.h (asm_output_function_prefix): Likewise.
10446
10447 * i386/i386.c (asm_output_function_prefix): Likewise.
10448
10449 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
10450
10451 * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10452
10453 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
10454
10455 * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
10456 ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
10457 ASM_OUTPUT_SECTION_NAME): Likewise.
10458
10459 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
10460
10461 * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
10462
10463 * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
10464
10465 * m32r/m32r.c (m32r_encode_section_info): Likewise.
10466
10467 * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10468
10469 * mcore/mcore.c (mcore_encode_section_info): Likewise.
10470
10471 * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10472
10473 * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10474
10475 * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10476
10477 * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
10478
10479 * mips/mips.md (movdi, movsi): Likewise.
10480
10481 * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10482
10483 * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10484
10485 * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
10486
10487 * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
10488 ASM_OUTPUT_ASCII): Likewise.
10489
10490 * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
10491 output_mi_thunk, output_toc): Likewise.
10492
10493 * rs6000/rs6000.md (movsi): Likewise.
10494
10495 * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
10496
10497 * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
10498
10499 * v850/v850.c (print_operand, print_operand_address,
10500 v850_encode_data_area): Likewise.
10501
10502 2000-03-07 Clinton Popetz <cpopetz@cygnus.com>
10503
10504 * config/mips/mips.md (zero_extendsidi2): Always force operand
10505 one to memory for mips16.
10506
10507 Mon Mar 6 15:22:29 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10508
10509 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
10510 (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
10511 (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
10512 (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
10513 (min_precision): Result is unsigned.
10514 (add_double, neg_double, mul_double): Low word is unsigned.
10515 (lshift_double, rshift_double, lrotate_double): Likewise.
10516 (rrotate_double, div_and_round_double): Likewise.
10517 (tree_floor_log2, compare_tree_int): New functions.
10518 (preserve_rtl_expr_temps): New declaration.
10519 * c-common.c (declare_hidden_char_array): Use compare_tree_int.
10520 (decl_attributes): Use tree_log2 to find alignment.
10521 Check for TREE_INT_CST_HIGH for format args.
10522 (min_precision): Now unsigned.
10523 Use tree_floor_log2.
10524 (truthvalue_conversion): Delete long-disabled code.
10525 * c-decl.c (finish_struct): Clean up tests on field width.
10526 (finish_function): Use compare_tree_int.
10527 * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
10528 * c-typeck.c (comptypes): Use tree_int_cst_equal.
10529 (default_conversion, digest_init): Use compare_tree_int.
10530 (build_binary_op): Use integer_all_onesp and compare_tree_int.
10531 Fix type errors in forming masks.
10532 * calls.c (initialize_argument_information): Use compare_tree_int.
10533 * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10534 * except.c (expand_eh_region_start_tree): Use compare_tree_int.
10535 * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
10536 (store_field): Use compare_tree_int.
10537 (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
10538 (expand_expr, case ARRAY_REF): Use compare_tree_int.
10539 (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
10540 (do_store_flag): Use compare_tree_int.
10541 * fold-const.c (encode, decode): Low part is always unsigned.
10542 (force_fit_type, add_double, neg_double, mul_double): Likewise.
10543 (lshift_double, rshift_double, lrotate_double): Likewise.
10544 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
10545 (fold_convert): Use compare_tree_int.
10546 (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
10547 (invert_truthvalue, case INTEGER_CST): Likewise.
10548 (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
10549 * mkdeps.c (deps_dummy_targets): Make I unsigned.
10550 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
10551 (lshift_double, rshift_double, lrotate_double, rrotate_double):
10552 Likewise.
10553 * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
10554 (expand_end_case): Use compare_tree_int.
10555 (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
10556 * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
10557 (layout_decl): Likewise.
10558 (layout_record, layout_union): Make sizes unsigned.
10559 (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
10560 (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
10561 * tree.c (struct type_hash): hashcode is unsigned.
10562 (build_type_attribute_variant, type_hash_list): Likewise.
10563 (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
10564 (attribute_hash_list, build_array_type, build_method_type): Likewise.
10565 (build_complex_type): Likewise.
10566 (real_value_from_int_cst): Remove unneeded casts.
10567 (integer_all_onesp): Add casts.
10568 (tree_floor_log2, compare_tree_int): New functions.
10569 (build_index_type): Use tree_int_cst_sgn.
10570 * varasm.c (assemble_variable): Use compare_tree_int.
10571
10572 2000-03-06 Jason Merrill <jason@casey.cygnus.com>
10573
10574 * cpphash.c (collect_expansion): Also catch ## at start of macro.
10575
10576 * varasm.c (make_decl_rtl): Don't add a number to members of
10577 local classes.
10578 (make_function_rtl): Likewise.
10579
10580 2000-03-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10581
10582 * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
10583 patch from 2000-01-28.
10584
10585 2000-03-06 Clinton Popetz <cpopetz@cygnus.com>
10586
10587 * config/sh/sh.c: (barrier_align): Handle a delay slot that is
10588 filled with an insn from the jump target.
10589
10590 2000-03-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10591
10592 * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
10593 (c4x_external_ref): Likewise.
10594 * config/c4x/c4x.c (struct name_list): Likewise.
10595
10596 1999-12-16 Ben Collins <bcollins@debian.org>
10597
10598 * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
10599 argument to genmultilib.
10600 * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
10601 the contents into the multilib.h header.
10602 * gcc.c: Declare multilib_exclusions for the specs file.
10603 (set_multilib_dir): Use it.
10604 (print_multilib_info): Likewise.
10605 * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
10606 to pass to genmultilib.
10607
10608 2000-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10609
10610 * builtins.c (built_in_class_names, built_in_names): Constify a
10611 char*.
10612
10613 * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
10614 int.
10615 (_mcleanup): Ensure value matches format specifier in sprintf.
10616
10617 * cpphash.c (special_symbol): Don't needlessly cast away
10618 const-ness.
10619
10620 * cppinit.c (base_name): Delete unused prototype.
10621
10622 * mkdeps.c (deps_init): Make definition K&R safe.
10623
10624 * tree.h (built_in_class_names, built_in_names): Constify a
10625 char*.
10626
10627 2000-03-06 Jakub Jelinek <jakub@redhat.com>
10628
10629 * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
10630 floating point instructions for epilogue delay.
10631
10632 * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
10633 to gas if it supports .register pseudo.
10634
10635 * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
10636 LONG_DOUBLE_TYPE_SIZE if not defined.
10637 Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
10638 LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
10639 * real.c: Likewise.
10640 * gengenrtl.c: Likewise.
10641 * print-rtl.c: Likewise.
10642 * rtl.c: Likewise.
10643 * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
10644 MASK_LONG_DOUBLE_128.
10645 * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
10646 * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
10647 * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
10648 (SUBTARGET_SWITCHES): Define.
10649 (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
10650 with -mlong-double-128.
10651 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10652 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10653 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10654 (CC1_SPEC): Include -mlong-double-{64,128} as needed.
10655 * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
10656 (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
10657 with -mlong-double-128.
10658 (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
10659 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
10660 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
10661 * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
10662 TARGET_LONG_DOUBLE_128): Define.
10663 * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10664 * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
10665 long double on TARGET_ARCH64.
10666
10667 2000-03-06 Mark Mitchell <mark@codesourcery.com>
10668
10669 * function.c (free_temps_for_rtl_expr): Don't free slots
10670 that have been pushed into a higher level.
10671
10672 Revert this patch:
10673 2000-03-05 Mark Mitchell <mark@codesourcery.com>
10674
10675 2000-03-05 Mark Mitchell <mark@codesourcery.com>
10676
10677 * basic-block.h (ALLOCA_REG_SET): Remove.
10678 (INITIALIZE_REG_SET): New macro.
10679 * flow.c (update_life_info): Use it.
10680 (calculate_global_regs_live): Likewise.
10681 (propagate_block): Likewise.
10682 * global.c (build_insn_chain): Likewise.
10683 * haifa-sched.c (schedule_region): Likewise.
10684
10685 2000-03-05 Stephane Carrez <stcarrez@worldnet.fr>
10686
10687 * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
10688 (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
10689 (DWARF_ARANGES_PAD_SIZE): New define.
10690 (output_aranges): Use it to pad the address range header.
10691 (DWARF_ROUND): Fix for non power of 2 rounding.
10692
10693 2000-03-05 Jason Merrill <jason@casey.cygnus.com>
10694
10695 * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
10696
10697 2000-03-05 Mark Mitchell <mark@codesourcery.com>
10698
10699 * tree.def (RTL_EXPR): Update documentation.
10700 * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
10701 * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
10702 * function.c (preserve_rtl_expr_temp): New function.
10703 (preserve_rtl_expr_temps): Likewise.
10704 (preserve_rtl_expr_result): Use it.
10705
10706 Revert this patch:
10707 2000-03-04 Mark Mitchell <mark@codesourcery.com>
10708
10709 2000-03-04 Thomas Schuster <Thomas.Schuster@gmx.net>
10710
10711 * regmove.c (copy_src_to_dest) Do not create src->dest move
10712 for unchanging destination.
10713
10714 2000-03-04 Mark Mitchell <mark@codesourcery.com>
10715
10716 * function.h (struct sequence_stack): Remove rtl_expr.
10717 (struct emit_staus): Likewise.
10718 (seq_rtl_expr): Remove.
10719 * tree.h (free_temps_for_rtl_expr): Don't declare.
10720 (start_sequence_for_rtl_expr): Likewise.
10721 * rtl.h (preserve_rtl_expr_result): Likewise.
10722 * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
10723 (start_sequence_for_rtl_expr): Remove.
10724 (push_topmost_sequence): Don't save sequence_rtl_expr.
10725 (pop_topmost_sequence): Remove comment about not restoring it.
10726 (end_sequence): Don't set seq_rtl_expr.
10727 (init_emit): Don't initialize it.
10728 (mark_sequence_stack): Don't mark it.
10729 (mark_emit_status): Likewise.
10730 * except.c (protect_with_terminate): Use
10731 start_sequence_for_rtl_expr, not start_sequence.
10732 * expr.c (expand_expr, case RTL_EXPR): Don't call
10733 preserve_rtl_expr_result or free_temps_for_rtl_expr.
10734 * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
10735 (preserve_rtl_expr_result): Remove.
10736 (free_temps_for_rtl_expr): Likewise.
10737 (pop_temp_slots): Likewise.
10738 (mark_temp_slot): Don't mark the rtl_expr.
10739 * stmt.c (expand_start_stmt_expr): Use start_sequence, not
10740 start_sequence_for_rtl_expr.
10741
10742 2000-03-04 Zack Weinberg <zack@wolery.cumb.org>
10743
10744 * mkdeps.c, mkdeps.h: New files.
10745 * po/POTFILES.in: Add them.
10746 * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
10747 (cpplib.o, cppinit.o): Depend on mkdeps.h.
10748 (mkdeps.o): New target.
10749
10750 * cppfiles.c: Delete deps_output.
10751 * cppinit.c: Include mkdeps.h. Delete known_suffixes,
10752 OBJECT_SUFFIX, and base_name.
10753 (cpp_cleanup): Use deps_free. Free ihash->name when clearing
10754 the include hash.
10755 (initialize_dependency_output): Use deps_init,
10756 deps_add_target, deps_calc_target, and deps_add_dep. Remove
10757 all the unnecessary string bashing.
10758 (cpp_finish): Use deps_write. Remove an unnecessary nesting
10759 level.
10760 * cpplib.c (do_include): Use deps_add_dep.
10761 * cpplib.h (struct cpp_reader): Replace deps_buffer,
10762 deps_allocated_size, deps_size, deps_column members with
10763 single pointer to a struct deps. Delete prototype of
10764 deps_output.
10765
10766 * cppinit.c: Fix thinko in previous patch.
10767
10768 Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10769
10770 * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
10771 * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
10772 (mode_for_size_tree): New function.
10773 (layout_decl, layout_type): Call it and clean up BLKmode checks.
10774 * tree.h (mode_for_size_tree): New declaration.
10775
10776 * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
10777
10778 2000-03-04 Jason Merrill <jason@casey.cygnus.com>
10779
10780 * stmt.c (is_body_block): Move...
10781 * dwarfout.c, dwarf2out.c: ...from here.
10782 * tree.h: Declare it.
10783 * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
10784 * final.c (final_start_function): Do call remove_unnecessary_notes
10785 when scheduling.
10786
10787 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
10788
10789 * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
10790
10791 * cpplib.h (_dollar_ok): New macro.
10792 (is_idchar, is_idstart): Use it.
10793 (IStable): Rename to _cpp_IStable. Declare it const if
10794 gcc >=2.7 or C99. Delete all references to FAKE_CONST.
10795 (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
10796 is_space): Update for renamed IStable.
10797
10798 * cppinit.c: Delete all references to FAKE_CONST and CAT
10799 macros. Define init_IStable as empty macro if gcc >=2.7 or
10800 C99. Change TABLE() to ISTABLE and hardcode name of table.
10801 (cpp_start_read): Don't change the IStable based on
10802 dollars_in_ident.
10803
10804 * cpphash.c (unsafe_chars): Add pfile argument. All callers
10805 changed. Handle '$' for char1 correctly.
10806 * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
10807
10808 * cppexp.c (tokentab2): Make const.
10809 (cpp_lex): Make toktab const.
10810 * cppinit.c (include_defaults_array): Make const.
10811 (initialize_standard_includes): Make default_include const.
10812
10813 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
10814
10815 * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
10816 (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
10817 (gen_decl_die): Likewise.
10818 * dwarfout.c (dwarfout_file_scope_decl): Likewise.
10819 (output_decl): Likewise.
10820
10821 * varasm.c (make_function_rtl): If we change the name used in the
10822 rtl, update DECL_ASSEMBLER_NAME accordingly.
10823 (make_decl_rtl): Likewise.
10824
10825 * toplev.c (rest_of_compilation): Tweak formatting.
10826
10827 * toplev.c (rest_of_compilation): find_loop_tree_blocks before
10828 remove_unnecessary_notes.
10829 (debug_ignore_block): New fn.
10830 * toplev.h: Declare it.
10831 * emit-rtl.c (remove_unncessary_notes): Call it.
10832 * dwarf2out.c (dwarf2out_ignore_block): New fn.
10833 * dwarf2out.h: Declare it.
10834 * final.c (final_start_function): Don't call remove_unnecessary_notes
10835 if we did insn scheduling.
10836
10837 2000-03-03 Zack Weinberg <zack@wolery.cumb.org>
10838
10839 * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
10840 * cpplib.h: Delete SET_CPP_PEDANTIC.
10841
10842 Fri Mar 3 14:56:12 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10843
10844 * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
10845 result is a RECORD_TYPE.
10846
10847 2000-03-03 Jonathan Larmour <jlarmour@cygnus.co.uk>
10848
10849 * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
10850
10851 2000-03-03 Richard Henderson <rth@cygnus.com>
10852
10853 * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
10854 addition over compliments over shifts.
10855
10856 Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10857
10858 * reload1.c (reload_combine_note_use): Handle return register USEs.
10859 REG case: Handle multi-hard-register hard regs.
10860
10861 Fri Mar 3 07:38:34 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10862
10863 * md.texi: Document use of '*' in insn pattern name.
10864
10865 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
10866
10867 * calls.c (special_function_p): operator new may not be malloc-like.
10868
10869 * gcse.c (dump_hash_table): Really fix error in last change.
10870
10871 2000-03-02 Denis Chertykov <denisc@overta.ru>
10872
10873 * avr.c (print_operand): Use print_operand_address instead of
10874 output_addr_const.
10875 * avr/libgcc.S: Cleanup code.
10876
10877 2000-03-02 Richard Henderson <rth@cygnus.com>
10878
10879 * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
10880
10881 2000-03-02 Mark Mitchell <mark@codesourcery.com>
10882
10883 * tree.h (TYPE_ALIGN_UNIT): New macro.
10884
10885 2000-03-02 Clinton Popetz <cpopetz@cygnus.com>
10886
10887 * i386.c: (constant_call_address_operand): Reject CONST_INT.
10888
10889 2000-03-02 Jason Merrill <jason@casey.cygnus.com>
10890
10891 * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
10892 for the buffer.
10893 (SET_CPP_PEDANTIC): New macro.
10894 * cpplib.c (do_include): Don't bother checking system_header_p.
10895 (do_warning, do_ident, do_assert, do_unassert): Likewise.
10896 * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
10897
10898 * function.h (struct expr_status): Add x_arg_space_so_far.
10899 (arg_space_so_far): New macro.
10900 * expr.c (init_expr): Initialize it.
10901 * calls.c (emit_call_1): Reset it.
10902 (compute_argument_block_size, expand_call): Use it.
10903 (expand_call, store_one_arg): Increment it.
10904
10905 Thu Mar 2 17:27:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10906
10907 * varasm.c (output_constant): Strip off a CONVERT_EXPR to
10908 a UNION_TYPE.
10909
10910 2000-03-02 Zack Weinberg <zack@wolery.cumb.org>
10911
10912 * cppfiles.c (cpp_read_file): New function.
10913
10914 * cpphash.c (collect_expansion): Make sure to reset last_token
10915 to NORM when we hit a string. Handle trailing whitespace
10916 properly when the expansion is empty.
10917 (create_definition): Disable line commands while parsing the
10918 directive line.
10919 (dump_definition): If pfile->lineno == 0, output a line
10920 command ahead of the dump, and add a trailing newline.
10921
10922 * cppinit.c (append_include_chain): Add fifth argument, which
10923 indicates whether or not system headers are C++ aware.
10924 (initialize_standard_includes): New function,
10925 broken out of read_and_prescan. Pass 'cxx_aware' value from
10926 the include_defaults_array on to append_include_chain.
10927 (dump_special_to_buffer): Const-ify char array.
10928 (builtin_array): Don't dump __BASE_FILE__.
10929 (cpp_start_read): Use cpp_read_file. Reorder code for
10930 clarity. Don't output line commands here for -D/-A/-U
10931 switches. Don't call deps_output for files included with
10932 -include or -imacros.
10933
10934 * cpplib.c (do_define): Don't pay any attention to the second
10935 argument.
10936 (cpp_expand_to_buffer): Disable line commands while scanning.
10937 (output_line_command): Work in the file buffer.
10938 * cpplib.h: Remove no_record_file flag from struct cpp_reader.
10939 Fix formatting of comments. Prototype cpp_read_file.
10940
10941 Thu Mar 2 13:29:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10942
10943 * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
10944 reference the language-equivalent of sizetype.
10945 * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
10946 * fold-const.c (size_binop, size_diffop): Put back checks.
10947 * gcse.c (dump_hash_table): Fix minor error in last change.
10948 * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
10949 Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
10950 all sizetypes.
10951
10952 Thu Mar 2 12:48:45 MET 2000 Jan Hubicka <jh@suse.cz>
10953
10954 * calls.c (expand_call) Do not attempt to combine stack adjustments
10955 with inhibit_defer_pop set.
10956
10957 2000-03-01 Mark Mitchell <mark@codesourcery.com>
10958
10959 * stor-layout.c (layout_decl): Allow front-ends to explicitly set
10960 the DECL_SIZE for a FIELD_DECL.
10961
10962 2000-03-01 Bruce Korb <bkorb@gnu.org>
10963
10964 * fixinc/inclhack.tpl: remove unused symlinks
10965 * fixinc/README: GCC Maintainer info
10966 * fixinc/inclhack.sh: regen
10967 * fixinc/fixincl.sh: regen
10968
10969 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10970
10971 * cpphash.c (collect_expansion): Trim trailing white space
10972 from macro definitions, but don't go past the last insertion
10973 point.
10974
10975 Wed Mar 1 12:14:31 MET 2000 Jan Hubicka <jh@suse.cz>
10976
10977 * i386.md (mulqi3): New pattern.
10978
10979 2000-02-29 Zack Weinberg <zack@wolery.cumb.org>
10980
10981 * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
10982 token types.
10983 (struct cpp_reader): Add parsing_if_directive and
10984 parsing_define_directive flags.
10985 (struct cpp_options): Remove output_conditionals flag.
10986 (check_macro_name): Delete prototype.
10987
10988 * cpphash.h (struct macrodef): Delete.
10989 (struct reflist): Separate from struct definition.
10990 (struct definition): Remove unused fields. Add column number.
10991 (create_definition): Returns a DEFINITION *. Takes a
10992 cpp_reader * and an int.
10993
10994 * cpphash.c (SKIP_WHITE_SPACE): Delete.
10995 (PEEKC): Copy defn from cpplib.c.
10996 (rest_extension, REST_EXTENSION_LENGTH): Delete.
10997 (struct arg): New.
10998 (struct arglist): Simplify.
10999 (collect_expansion): Rewrite. Get tokens by calling
11000 cpp_get_token. Add more error checking.
11001 (collect_formal_parameters): New function, broken out of
11002 create_definition and reworked to use get_directive_token.
11003 (create_definition): All real work is now in collect_expansion
11004 and collect_formal_parameters. do_define handles finding the
11005 macro name. Return a DEFINITION, not a MACRODEF.
11006 (macroexpand): Replace bcopy with memcpy throughout. Replace
11007 character-at-a-time copy loop with memcpy and pointer increments.
11008 (compare-defs): d1->argnames / d2->argnames might be null.
11009
11010 * cpplib.c (copy_rest_of_line): Delete function.
11011 (skip_rest_of_line): Do all the work ourselves.
11012 (skip_string): New function.
11013 (parse_string): Use skip_string.
11014 (get_macro_name): New function.
11015 (check_macro_name): Delete.
11016 (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
11017 (cpp_skip_hspace): Use CPP_BUMP_LINE.
11018 (handle_directive): ICE if we're called on a macro buffer.
11019 (do_define): Determine macro name and type (funlike/objlike)
11020 here. Expunge all uses of MACRODEF.
11021 (cpp_push_buffer): Set line_base to NULL.
11022 (do_undef, read_line_number): Don't worry about getting a POP token.
11023 (eval_if_expression): Set/reset parsing_if_directive around
11024 cpp_parse_expr. Don't clear only_seen_white.
11025 (skip_if_group): Remove output_conditionals logic. Use
11026 skip_rest_of_line.
11027 (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
11028 tokens under appropriate conditions.
11029 (cpp_unassert): Call do_unassert not do_assert. Oops.
11030
11031 * cppexp.c (parse_defined): New function, break out of
11032 cpp_lex.
11033 (cpp_lex): We now get CPP_ASSERTION tokens and can check them
11034 ourselves, with cpp_defined.
11035 * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
11036
11037 * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
11038 * gcc.dg/strpaste-2.c: New.
11039
11040 2000-02-29 Mark Mitchell <mark@codesourcery.com>
11041
11042 * fold-const.c (size_binop): Don't asert inputs are the same and
11043 have TYPE_IS_SIZETYPE set.
11044 (size_diffop): Likewise.
11045
11046 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
11047
11048 * dwarfout.c (output_block): Output abstract blocks even if they
11049 don't have TREE_ASM_WRITTEN set.
11050
11051 * calls.c (emit_library_call): Check for null REG.
11052
11053 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
11054
11055 * c-decl.c (current_function_decl): Move to toplev.c.
11056 (init_decl_processing): Don't add current_function_decl as a ggc
11057 root here.
11058 * dbxout.c (dbxout_symbol): Change return type to int.
11059 (dbxout_symbol_location, dbxout_syms): Likewise.
11060 (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
11061 any locals. Use current_function_func_begin_label if set.
11062 * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
11063 * dwarf2out.c (dwarf2out_begin_prologue): Set
11064 current_function_func_begin_label.
11065 * final.c (final_start_function): Reset it.
11066 * toplev.c (current_function_decl): Define it here.
11067 (current_function_func_begin_label): New variable.
11068 (main): Add both as ggc roots.
11069 * tree.h (current_function_func_begin_label): Declare.
11070
11071 Tue Feb 29 14:07:04 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11072
11073 * gcse.c: Cleanups throughout: mostly white-space, but also
11074 some minor rearrangement of code.
11075
11076 Tue Feb 29 10:45:59 2000 Jeffrey A Law (law@cygnus.com)
11077
11078 * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
11079 returns a PARALLEL. Use emit_group_load and use_group_regs
11080 as needed.
11081 (emit_library_call_value): Similarly.
11082
11083 * pa/t-pa: Use quadlib.c instead of quadlib.asm.
11084 * pa/quadlib.asm: Remove.
11085 * pa/quadlib.c: New file.
11086
11087 * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
11088 * configure: Rebuilt.
11089
11090 2000-02-29 Philip Blundell <pb@futuretv.com>
11091
11092 * config/arm/conix-elf.h: New file.
11093 * configure.in (arm*-*-conix*): New configuration.
11094 * configure: Regenerate.
11095
11096 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
11097
11098 * dwarf2out.c (gen_block_die): Output abstract blocks even if they
11099 don't have TREE_ASM_WRITTEN set.
11100
11101 Mon Feb 28 21:07:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11102
11103 * Eliminate DECL_FIELD_SIZE.
11104 * builtins.c (built_in_class_names, built_in_names): New variables.
11105 * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
11106 * expr.c (expand_expr, case COMPONENT_REF): Get field size from
11107 DECL_SIZE, not DECL_FIELD_SIZE.
11108 * print-tree.c (print_node): Remove code that prints extra blank
11109 lines in some cases.
11110 Properly handle inline and builtin function cases.
11111 * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
11112 * tree.h (built_in_class_named, built_in_names): New declarations.
11113 (union tree_decl): Rename internal unions to u1 and u2 and change
11114 some of their components.
11115 Add new field built_in_class.
11116 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
11117 Reflect above changes.
11118 (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
11119 (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
11120 * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
11121 (encode_field_decl): Likewise; also remove obsolete test for bitfield.
11122
11123 2000-02-28 Dmitri Makarov <dim@windriver.com>
11124
11125 * extend.texi: Document ARM's support for long/short calls.
11126
11127 * invoke.texi: Document ARM's -mlong-calls command line switch.
11128
11129 * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
11130 (arm_encode_call_attribute): Add prototype.
11131 (arm_set_default_type_attribute): Add prototype.
11132 (arm_strip_name_encoding): Add prototype.
11133
11134 * config/arm/arm.c (arm_init_cumulative_args): replace
11135 initialisation og 'long_calls' field with initialisation of
11136 'call_cookie' field.
11137 (enum arm_pragma_enum): New enum.
11138 (arm_pragma_long_calls): New static variable.
11139 (arm_process_pragma): Also process "#pragma long_calls_off".
11140 (arm_valid_type_attribute_p): Accept short_call attribute.
11141 (arm_comp_type_attributes): Check long/short call attributes.
11142 (arm_encode_call_attribute): New function: Encode long_call
11143 or short_call attribute in function name.
11144 (arm_set_default_type_attributes): New function: Assign
11145 default attributes to newly defined type.
11146 (current_file_function_operand): New function: Return true if
11147 the symbol is a function which has already been compiled.
11148 (arm_is_longcall_p): New function: Return true if the
11149 indicated function should be called via a long call.
11150 (arm_get_strip_length): New function. Returns number of
11151 prefix characters to be stripped from a function's name.
11152 (arm_strip_name_encoding): New function. Strip prefix characters
11153 from a function's name.
11154
11155 * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
11156 with 'call_cookie'.
11157 (SHORT_CALL_FAG_CHAR): Define.
11158 (LONG_CALL_FAG_CHAR): Define.
11159 (ENCODED_SHORT_CALL_ATTR_P): Define.
11160 (ENCODED_LONG_CALL_ATTR_P): Define.
11161 (ARM_NAME_ENCODING_LENGTHS): Define.
11162 (STRIP_NAME_ENCODING): Define.
11163 (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
11164 (ARM_ENCODE_CALL_TYPE): Define.
11165 (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
11166 (ARM_DECLARE_FUNCTION_SIZE): Define.
11167 (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
11168
11169 * config/arm/arm.md (call): Call arm_is_longcall_p to decide
11170 if a long call is needed.
11171 (call_value): Ditto.
11172 (call_symbol): Ditto.
11173
11174 * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
11175 ARM_DECLARE_FUNCTION_SIZE.
11176
11177 * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
11178 (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
11179 (ARM_STRIP_NAME_ENCODING): Undefine.
11180 (STRIP_NAME_ENCODING): Undefine.
11181 (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
11182 (ASM_DECLARE_FUNCTION_NAME): Ditto.
11183 (ASM_OUTPUT_COMMON): Ditto.
11184 (ASM_DECLARE_OBJECT_NAME): Ditto.
11185
11186 * config/arm/pe.c (arm_dllexport_name_p): Check for
11187 ARM_PE_FLAG_CHAR.
11188 (arm_dllimport_name_p): Ditto.
11189 (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
11190 (arm_mark_dllimport): Ditto.
11191
11192 Mon Feb 28 22:11:12 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11193
11194 * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
11195
11196 2000-02-28 Mark Mitchell <mark@codesourcery.com>
11197
11198 * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
11199
11200 2000-02-28 Zack Weinberg <zack@wolery.cumb.org>
11201
11202 * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
11203 * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
11204 NO_BUILTIN_WCHAR_TYPE is not defined.
11205 (CPP_WCHAR_TYPE): Delete.
11206 * cccp.c (main): Don't change wchar_type if cplusplus.
11207 (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
11208
11209 2000-02-28 Nick Clifton <nickc@cygnus.com>
11210
11211 * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
11212
11213 Mon Feb 28 14:21:15 2000 Catherine Moore <clm@cygnus.com>
11214
11215 * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
11216 (ASM_WEAKEN_LABEL): Define.
11217
11218 Mon Feb 28 13:07:19 MET 2000 Jan Hubicka <jh@suse.cz>
11219
11220 * expr.c (store_constructor): Do not emit USE.
11221 * rtl.h (stupid_life_analysis): Remove.
11222
11223 Mon Feb 28 07:03:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11224
11225 * function.c (number_blocks): Reset next_block_index based on
11226 what debugging format is used, not what is defined.
11227
11228 * lcm.c: Minor reformatting throughout.
11229 (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
11230
11231 * toplev.c (rest_of_compilation): Account for time in
11232 optimize_mode_switching.
11233
11234 * jump.c (jump_optimize_1): Don't call delete_barrier_successors
11235 if only marking labels.
11236
11237 Mon Feb 28 12:53:57 MET 2000 Jan Hubicka <jh@suse.cz>
11238
11239 * calls.c (expand_call): Attempt to combine stack adjustments with
11240 pending stack adjustments.
11241
11242 Mon Feb 28 11:34:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11243
11244 * loop.c (reg_in_basic_block_p): Don't abort when falling through
11245 to the end of the function.
11246
11247 2000-02-27 Mark Mitchell <mark@codesourcery.com>
11248
11249 * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
11250 blocks.
11251 * final.c (next_block_index): Remove.
11252 (max_block_depth): Likewise.
11253 (pending_blocks): Likewise.
11254 (init_final): Don't initialize them.
11255 (final_start_function): Don't set next_block_index. Set up
11256 BLOCK_NUMBER.
11257 (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
11258 * function.h (number_blocks): New function.
11259 * function.c (get_block_vector): New function.
11260 (identify_blocks): Use it.
11261 (reorder_blocks): Set NOTE_BLOCK.
11262 (number_blocks): New function.
11263 * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
11264 * tree.h (BLOCK_NUMBER): New macro.
11265 (tree_block): Add block_num field.
11266 * dbxout.c (next_block_number): Remove.
11267 (dbxout_init): Don't set it.
11268 (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
11269 set. Use BLOCK_NUMBER, rather than next_block_num, to determine
11270 block numbers.
11271 * toplev.c (rest_of_compilation): Always call
11272 find_loop_tree_blocks. Fix indentation.
11273 * dwarf2out.c (next_block_number): Remove.
11274 (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
11275 to determine block numbers.
11276 (gen_inlined_subroutine_die): Likewise.
11277 (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
11278 (decls_for_scope): Don't increment next_block_number.
11279 * dwarfout.c (next_block_number): Remove.
11280 (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
11281 to determine block numbers.
11282 (output_inlined_subroutine_die): Likewise.
11283 (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
11284 (output_decls_for_scope): Don't increment next_block_number.
11285 * sdbout.c (next_block_number): Remove.
11286 (sdbout_block): Use BLOCK_NUMBER.
11287 (sdbout_begin_block): Simplify.
11288 * xcoffout.c (next_block_number): Remove.
11289 (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
11290 (xcoffout_begin_block): Don't set next_block_number.
11291 (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
11292 next_block_number.
11293
11294 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11295
11296 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
11297 (expand_builtin_strcpy): Pass correct type to size_binop.
11298 (expand_builtin_strcmp): Likewise.
11299 Clean up conditional structure.
11300 * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
11301 (complete_array_type): Don't use size_binop for MAXINDEX.
11302 * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
11303 (c_sizeof_nowarn, c_size_in_bytes): Likewise.
11304 (c_alignof): Use size_one_node.
11305 (build_unary_op): Pass arg of proper type to size_binop.
11306 (really_start_incremental_init, push_init_level): Use sizetype for
11307 constructor{,_bit,_unfilled}_index.
11308 (pop_init_label, output_init_element): Likewise.
11309 (output_pending_init_elements, process_init_element): Likewise.
11310 * calls.c (compute_argument_block_size): Field VAR is ssizetype.
11311 * expr.c (store_expr): Use size_int.
11312 (store_constructor): Use proper types for size_binop args.
11313 (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
11314 (expand_expr_unaligned): Likewise.
11315 (string_contant): Return object of sizetype.
11316 * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
11317 (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
11318 (ARGS_SIZE_TREE): Pass proper types to size_binop.
11319 * fold-const.c (int_const_binop): Refine when size_int is called.
11320 (fold_convert): Likewise.
11321 (size_int_wide): Rework to take KIND as arg, only take low order
11322 bits, handle new sizetype_tab datatype, and chain entries in
11323 size_table.
11324 (size_int_type_wide): New function.
11325 (size_binop): Validate types of arguments.
11326 (ssize_binop): Deleted.
11327 (size_diffop): New function.
11328 (extract_muldiv): Only fold division into multiplication for sizetypes.
11329 * function.c (assign_parms): Use size_diffop and make sure
11330 VAR field is of ssizetype; also pass proper type to size_binop.
11331 (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
11332 (round_down): Deleted from here.
11333 * store-layout.c (sizetype_tab): Now an array.
11334 (sizetype_set, early_root_list): New variables.
11335 (variable_size): Use size_one_node.
11336 (round_up): Pass proper type to size_binop.
11337 (round_down): Moved to here and corrected as above.
11338 (layout_record): Pass proper arg types to size_binop.
11339 (layout_type): Likewise.
11340 If sizetype_set is zero, record the type just laid out.
11341 (make_unsigned_type): Don't call set_sizetype;
11342 (make_signed_type): Likewise; also, call fixup_signed_type.
11343 (initialize_sizetypes): New function.
11344 (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
11345 set name of bitsizetype to "bit_size_type".
11346 Fix up type of sizes of all types made before call.
11347 * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
11348 * tree.c (fix_sizetype): Deleted.
11349 (build_common_tree_nodes): Call initialize_sizetypes.
11350 (build_common_tree_nodes_2): Don't call fix_sizetype.
11351 * tree.h (TYPE_IS_SIZETYPE): New macro.
11352 (initialize_sizetype): New declaration.
11353 (enum size_type_kind): New type.
11354 (struct sizetype_tab): Deleted.
11355 (sizetype_tab): Now array; adjust sizetype macros.
11356 (size_diffop, size_int_type_wide): New functions.
11357 (size_int_wide): Change number of args and type; access macros changed.
11358 (ssize_int, sbitsize_int): New macros.
11359 * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
11360 (ROUND_TYPE_SIZE_UNIT): New macro.
11361
11362 2000-02-27 Zack Weinberg <zack@wolery.cumb.org>
11363
11364 * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
11365
11366 Sun Feb 27 07:44:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11367
11368 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
11369 Mark as possibly unused.
11370
11371 * cse.c (cse_insn): Delete dead code involving tablejump.
11372 Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
11373
11374 * Makefile.in (libcpp.a): Start by deleting it.
11375
11376 2000-02-27 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11377
11378 * cpplib.h (enum file_change_code): Added rename_file.
11379 * cpplib.c (do_line): If a filename is given, set file_change to
11380 rename_file.
11381 (output_line_command): If file_change is rename_file, always
11382 output a # directive with the file name.
11383
11384 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
11385
11386 2000-02-26 Mark Mitchell <mark@codesourcery.com>
11387
11388 * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
11389 when copying a PARM_DECL or RESULT_DECL.
11390
11391 2000-02-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11392
11393 * fix-header.c (recognized_function): Also fix prototypes for
11394 functions taking "void".
11395
11396 2000-02-26 Geoff Keating <geoffk@cygnus.com>
11397
11398 * reload1.c (do_output_reload): Check reg_reloaded_valid before
11399 looking at reg_reloaded_contents.
11400
11401 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
11402
11403 * Makefile.in (STMP_FIXINC): New toggle.
11404 (LIBGCC2_DEPS): Delete all references.
11405 (stmp-headers): Delete target. All references either deleted
11406 or changed to stmp-int-headers.
11407 (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
11408 (LIBCPP_OBJS): Take out cppalloc.o.
11409 (cppalloc.o): Delete target.
11410 (stmp-int-hdrs): Depend on $(STMP_FIXINC).
11411 (gen-protos, fix-header): Link with libiberty.a.
11412 * build-make: Don't change FIXINCLUDES. Override STMP_FIXINC
11413 to empty.
11414
11415 * configure.in: Remove refs to strerror.
11416 * acconfig.h: Take out NEED_DECLARATION_STRERROR.
11417 * system.h: Take out strerror stanza.
11418
11419 * cpperror.c (my_strerror): Delete function.
11420 (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
11421 * cppmain.c (main): Call xmalloc_set_program_name first thing.
11422 * cppalloc.c: Delete file.
11423 * gen-protos.c: Don't provide xrealloc.
11424
11425 * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
11426 xstrerror throughout.
11427
11428 2000-02-26 Bruce Korb <bkorb@gnu.org>
11429
11430 * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
11431 match for DOS headers, too.
11432 * fixinc/inclhack.sh,fixincl.x: Regenerate.
11433
11434 2000-02-26 Geoff Keating <geoffk@cygnus.com>
11435
11436 * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define. The default
11437 is right for most ELF targets.
11438 * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
11439 Let the default file use %U properly.
11440 * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define. Use the
11441 default.
11442
11443 * config/fp-bit.c (pack_d): Properly handle rounding of denormal
11444 numbers.
11445
11446 Sat Feb 26 09:39:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11447
11448 * toplev.c (documented_lang_options): Correct spelling error.
11449 (decode_d_option, decode_f_option, main): Likewise.
11450
11451 * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
11452
11453 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
11454 to tell assembler it is permitted to expand large constants.
11455
11456 2000-02-25 Mumit Khan <khan@xraylith.wisc.edu>
11457
11458 * protoize.c: (AUX_INFO_SUFFIX): New macro.
11459 (aux_info_suffix): Use.
11460 (SAVE_SUFFIX): New macro.
11461 (save_suffix): Use.
11462 (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
11463 (gen_aux_info_file): Use aux_info_suffix instead of ".X".
11464 (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
11465
11466 * invoke.texi (Running Protoize): Update documentation.
11467
11468 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
11469
11470 * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
11471
11472 2000-02-25 John Wehle (john@feith.com)
11473
11474 * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
11475
11476 2000-02-25 Anthony Green <green@cygnus.com>
11477
11478 * toplev.c (rest_of_compilation): Rebuild jump labels if
11479 combine_instructions has created a new direct jump.
11480 * combine.c (try_combine): Add new_direct_jump_p argument. Set it
11481 when appropriate.
11482 (combine_instructions): Call try_combine with new argument.
11483 Return non-null value when new direct jump instruction is created.
11484 * rtl.h: combine_instructions returns an int.
11485
11486 Fri Feb 25 19:49:08 2000 Jeffrey A Law (law@cygnus.com)
11487
11488 * cse.c (cse_insn): Replace the PATTERN of the insn with an new
11489 jump when changing a computed jump into a jump to a known
11490 target.
11491
11492 Fri Feb 25 19:22:44 2000 Graham Stott <grahams@rcp.co.uk>
11493
11494 * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
11495 to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
11496
11497 * i386.md (define_expand "clrstrsi"): Fix typo.
11498
11499 Fri Feb 25 18:49:39 2000 "K. Richard Pixley" <rich@microunity.com>
11500
11501 * rtl.texi: Fix typo.
11502
11503 Fri Feb 25 20:02:35 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11504
11505 * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
11506 UNITS_PER_WORD. Change caller initial_elimination_offset.
11507 (rounded_frame_size): Take into account that argument pushed has
11508 changed. Fix TARGET_ALIGN_DOUBLE problem.
11509
11510 2000-02-25 Geoff Keating <geoffk@cygnus.com>
11511
11512 * haifa-sched.c (schedule_block): Explain the real reason
11513 we delete REG_SAVE_NOTEs on the first insn of a block.
11514 Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
11515
11516 2000-02-24 Mark Mitchell <mark@codesourcery.com>
11517
11518 * input.h (push_srcloc): New function.
11519 (pop_srcloc): Likewise.
11520 * toplev.c (push_srcloc): Define it.
11521 (pop_srcloc): Likewise.
11522
11523 2000-02-24 Richard Henderson <rth@cygnus.com>
11524
11525 * flow.c (life_analysis): When collecting reg info, clear
11526 regs_ever_live.
11527
11528 Thu Feb 24 22:06:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11529
11530 Fix bug exposed by reload.c no longer rounding the frame
11531 size to BIGGEST_ALIGNMENT:
11532 * sh.c (rounded_frame_size): New function.
11533 (sh_expand_prologue, sh_expand_epilogue): Use it.
11534 (initial_elimination_offset): Likewise.
11535
11536 Thu Feb 24 20:04:11 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11537
11538 Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
11539 * sh-protos.h (sh_need_epilogue): Declare.
11540 * sh.c (sh_need_epilogue_known): New static variable.
11541 (sh_need_epilogue): New function.
11542 (function_epilogue): Clear need_epilogue_known.
11543 * sh.md (return): Split into expander / insn pattern.
11544 Make the expander conditional on ! sh_need_epilogue ().
11545
11546 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
11547
11548 * machmode.h (get_mode_alignment): Declare.
11549 (GET_MODE_ALIGNMENT): Call it.
11550 * stor-layout.c (get_mode_alignment): New function. Make
11551 sure alignment is always power of 2.
11552
11553 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
11554
11555 * i386.h: Remove useless definition of "I386" and misleading
11556 comment above it.
11557
11558 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
11559
11560 * tree.h (TREE_SET_PERMANENT): New macro. Document conditions
11561 under which TREE_PERMANENT will be set.
11562 * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
11563 build1): Use TREE_SET_PERMANENT.
11564 * print-tree.c (print_node): Don't report value of
11565 TREE_PERMANENT if ggc_p is true.
11566
11567 * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
11568 decide whether to give a type a new alias set.
11569 * objc/objc-act.c (build_objc_string_object): Never copy the string.
11570 * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
11571 of value of 'obstack'.
11572
11573
11574 2000-02-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11575
11576 * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
11577
11578 2000-02-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11579
11580 * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
11581 * cpplib.c (cpp_get_token): Produce them.
11582 * cppexp.c (cpp_lex): Handle them.
11583
11584 2000-02-23 Nick Clifton <nickc@cygnus.com>
11585
11586 * config/arm/arm.c (arm_comp_type_attributes): Simply and
11587 comment tests on type attributes.
11588
11589 Wed Feb 23 16:42:21 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11590
11591 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
11592 conform to documentation.
11593 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
11594 to check for special cases.
11595 * sh-protos.h (sh_loop_align): Declare.
11596 * sh.c (sh_loop_align): Define.
11597
11598 2000-02-22 Andrew Haley <aph@cygnus.com>
11599
11600 * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
11601 (SIZE_TYPE): Is 32 bits when using -mgp32.
11602 (PTRDIFF_TYPE): Ditto.
11603
11604 Wed Feb 23 07:26:27 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11605
11606 * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
11607
11608 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
11609
11610 * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
11611 BIGGEST_FIELD_ALIGNMENT a constant.
11612
11613 2000-02-21 Jason Merrill <jason@casey.cygnus.com>
11614
11615 * dwarf2out.c (output_line_info): Put the marker for the end of
11616 the line number info at the actual end.
11617 (gen_struct_or_union_type_die): Use decl_function_context
11618 to check for local classes.
11619 * dwarfout.c (output_type): Likewise.
11620
11621 Tue Feb 22 01:38:57 2000 Jeffrey A Law (law@cygnus.com)
11622
11623 * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
11624 for arguments with a mode, but no type.
11625 (FUNCTION_ARG_CALLEE_COPIES): Similarly.
11626 * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
11627 * pa/long_double.h: New file.
11628 * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
11629 both have 128bit wide long doubles.
11630 * configure: Rebuilt.
11631
11632 2000-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11633
11634 * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
11635
11636 * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
11637 fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
11638 (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
11639
11640 * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
11641
11642 * integrate.c (compare_blocks, find_block): Likewise.
11643
11644 * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
11645
11646 * rtl.h (set_file_and_line_for_stmt): Constify a char*.
11647
11648 * stmt.c (stmt_status, set_file_and_line_for_stmt,
11649 expand_asm_operands): Likewise.
11650
11651 Mon Feb 21 17:06:27 2000 Jason Eckhardt <jle@cygnus.com>
11652
11653 * predict.c (estimate_probability): Added the pointer heuristic to
11654 the collection of static branch predictors.
11655
11656 2000-02-21 Catherine Moore <clm@cygnus.com>
11657
11658 * config/mips/mips.h (ASM_SPEC): Add -mfix700.
11659 * invoke.texi (-mfix7000): Document.
11660
11661 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
11662
11663 * diagnostic.c (init_output_buffer): Make it possible to output at
11664 least 32 characters if we're given a too long prefix.
11665
11666 2000-02-20 Mark Mitchell <mark@codesourcery.com>
11667
11668 * varasm.c (initializer_constant_valid_p): Call
11669 lang_expand_constant to simplify the constant.
11670
11671 2000-02-20 Bruce Korb <bkorb@gnu.org>
11672
11673 * fixinc/inclhack.def(stdio_va_list):
11674 typedef needs to be disabled.
11675 * fixinc/inclhack.sh: regen
11676 * fixinc/fixincl.x: regen
11677
11678 2000-02-20 Geoff Keating <geoffk@cygnus.com>
11679
11680 * print-rtl.c (print_rtx): Don't print addresses when
11681 flag_dump_unnumbered.
11682
11683 2000-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11684
11685 * sparc.c (sparc_output_scratch_registers): Mark parameter with
11686 ATTRIBUTE_UNUSED.
11687 (sparc_va_arg, sparc_flat_output_function_prologue,
11688 sparc_flat_output_function_epilogue): Cast value to unsigned in
11689 comparison.
11690 (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
11691
11692 * sparc.md: Add default case in switch.
11693
11694 2000-02-19 Richard Henderson <rth@cygnus.com>
11695
11696 * c-typeck.c (add_pending_init): Don't abort for multiple
11697 fields at the same offset.
11698 (pending_init_member): Test the correct member.
11699
11700 2000-02-19 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11701
11702 * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
11703 instead of SImode.
11704 (start_catch_handler) : Same.
11705
11706 2000-02-19 Brad Lucier (lucier@math.purdue.edu)
11707
11708 * Makefile.in: Have flow.o depend on $(EXPR_H)
11709
11710 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11711
11712 * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
11713 * c-decl.c (duplicate_decls, finish_enum): Likewise.
11714 (finish_decl): Remove -Wlarger-than code from here.
11715 * flags.h (id_clash_len): Now int.
11716 (larger_than_size): Now HOST_WIDE_INT.
11717 * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
11718 Clean up checking to see if in table.
11719 (make_bit_field_ref): Remove extra parm to bitsize_int.
11720 * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
11721 * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
11722 * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
11723 and for computing size of decl.
11724 * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
11725 Move -Wlarger-than code to here.
11726 (layout_record): Remove extra arg to bitsize_int.
11727 Set TYPE_BINFO_SIZE_UNIT.
11728 (layout_union): Remove extra arg to bitsize_int.
11729 Use proper type for size of QUAL_UNION.
11730 (layout_type): Remove extra arg to bitsize_int.
11731 * toplev.c (id_clash_len): Now int.
11732 (larger_than_size): Now HOST_WIDE_INT.
11733 (decode_W_option): Clean up id-clash and larger-than- cases.
11734 * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
11735 (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
11736 * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
11737 (struct tree_decl): New field size_unit.
11738 (size_int_wide): No HIGH operand; NUMBER is now signed.
11739 (size_int_2): Deleted.
11740 (size_int, bitsize_int): Don't use it and rework args.
11741 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
11742
11743 Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com)
11744
11745 * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
11746
11747 2000-02-18 Geoff Keating <geoffk@cygnus.com>
11748
11749 * invoke.texi (Warning Options): Add an explanation of why
11750 you might want the -Wfloat-equal flag.
11751
11752 Fri Feb 18 20:08:57 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11753
11754 * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
11755 * cppinit.c (new_pending_define): Add cast to avoid warning.
11756 * expmed.c (extract_bit_field): Likewise.
11757 * flow.c (enum reorder_skip_type): New type.
11758 (skip_insns_between_blcok): New it.
11759 Rework to avoid warning about possibly undefined variable.
11760 * function.c (assign_parms): Make thisparm_boundary unsigned.
11761 * genrecog.c (write_switch): Cast XWINT result to int.
11762 * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
11763 * mips-tfile.c (init_file): Make two versions of FDR intializer:
11764 one for MIPS and one for Alpha.
11765 (get_tag, copy_object): Add casts to avoid warnings.
11766 * optabs.c (init_one_libfunc): Cast NAME to (char *).
11767 * reload.c (find_reloads): Make TYPE enum reload_type.
11768 * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
11769 * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
11770 * varasm.c (compare_constant_1): Add cast to avoid warning.
11771 * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
11772 to (char *).
11773 (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
11774 Cast switch operand of size to int.
11775 (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
11776 * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
11777 in unhandled case.
11778
11779 2000-02-18 Nick Clifton <nickc@cygnus.com>
11780
11781 * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
11782 anything for an alignment of zero.
11783
11784 * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
11785 anything for an alignment of zero.
11786
11787 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
11788
11789 * gcc.texi (Bug Reporting): Refer to bugs.html.
11790 (Bug Lists): Likewise.
11791 * system.h (GCCBUGURL): New preprocessor define.
11792 * rtl.c (fancy_abort): Use it.
11793 * gcc.c (main): Likewise.
11794
11795 2000-02-18 Richard Henderson <rth@cygnus.com>
11796
11797 * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
11798 (life_analysis_1): Subsume into ...
11799 (life_analysis): ... here. Force PROP_REG_INFO off after reload.
11800 Use update_life_info for the relaxation.
11801 (update_life_info): Update REG_BASIC_BLOCK for registers live on
11802 entry and regs_live_at_setjmp.
11803 (set_noop_p): Simplify.
11804 (notice_stack_pointer_modification_1): Renamed from s/_1//.
11805 (record_volatile_insns): Split into ...
11806 (delete_noop_moves): ... here,
11807 (notice_stack_pointer_modification): ... here,
11808 (insn_dead_p): ... and here.
11809 (propagate_block): Don't query INSN_VOLATILE.
11810 (mark_used_regs): Mind !PROP_REG_INFO.
11811 * toplev.c (rest_of_compilation): Call mark_constant_function here,
11812 not in life_analysis.
11813
11814 Fri Feb 18 01:29:22 EST 2000 John Wehle (john@feith.com)
11815
11816 * loop.c (canonicalize_condition): New function,
11817 broken out of get_condition.
11818 (get_condition): Use it.
11819 * expr.h (canonicalize_condition): Prototype it.
11820
11821 * tree.h (tree_int_cst_msb): Declare.
11822 * tree.c (tree_int_cst_msb): New function.
11823
11824 2000-02-17 Mark Mitchell <mark@codesourcery.com>
11825
11826 * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
11827 isn't set.
11828
11829 * invoke.texi (-fmessage-length=n): Document.
11830
11831 2000-02-17 Jason Merrill <jason@casey.cygnus.com>
11832
11833 * bitmap.c (bitmap_operation): Don't leak bitmap elements.
11834
11835 2000-02-17 Mark Mitchell <mark@codesourcery.com>
11836
11837 * function.c (thread_prologue_and_epilogue_insns): Put a line note
11838 after the prologue.
11839
11840 2000-02-17 Nick Clifton <nickc@cygnus.com>
11841
11842 * config/arm/thumb.c: Replace includes of system headers with
11843 #include "system.h".
11844
11845 2000-02-16 Richard Henderson <rth@cygnus.com>
11846
11847 * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
11848 Add crtbeginS.o and crtendS.o.
11849 * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
11850 (ENDFILE_SPEC): Use crtendS.o.
11851 * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
11852
11853 * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
11854 (__do_global_dtors_aux): ... here. Call __cxa_finalize if
11855 shared and present.
11856 (__dso_handle): New variable.
11857 * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
11858 bias to __CTOR_END__.
11859
11860 2000-02-16 Richard Henderson <rth@cygnus.com>
11861
11862 * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
11863
11864 Wed Feb 16 21:40:04 2000 Hans-Peter Nilsson <hp@bitrange.com>
11865
11866 * longlong.h (__clz_tab): Declare as static to match definition.
11867
11868 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
11869
11870 * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
11871 (XREF_FILE_NAME): Define.
11872
11873 * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
11874 (EH_FRAME_SECTION_ASM_OP): Define.
11875 (IDENT_ASM_OP): Define.
11876 (TEXT_SECTION_ASM_OP): Define.
11877 (CPP_SPEC): Define.
11878 (CTORS_SECTION_ASM_OP): Define.
11879 (CTOR_SECTION_FUNCTION): Use it.
11880 (DTORS_SECTION_ASM_OP): Define.
11881 (DTOR_SECTION_FUNCTION): Use it.
11882
11883 2000-02-16 Zack Weinberg <zack@wolery.cumb.org>
11884
11885 * reg-stack.c (emit_swap_insn): Do not put a new insn before a
11886 NOTE_BASIC_BLOCK.
11887
11888 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
11889 debug_bb_n): New functions.
11890 (dump_flow_info, print_rtl_with_bb): Use dump_regset.
11891 * basic-block.h: Prototype new functions.
11892
11893 Wed Feb 16 21:07:53 2000 Denis Chertykov <denisc@overta.ru>
11894
11895 * configure.in: Add support for avr target.
11896 * configure: Rebuilt.
11897
11898 * invoke.texi: Add AVR invocation docs.
11899 * install.texi: Add information about AVR.
11900 * md.texi: Add AVR constraint letters description.
11901 * extend.texi: Add description for AVR specific attributes.
11902
11903 2000-02-16 Jason Merrill <jason@casey.cygnus.com>
11904
11905 * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
11906
11907 2000-02-16 Nick Clifton <nickc@cygnus.com>
11908
11909 * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
11910 (make_insn_raw): Move RTL check here.
11911
11912 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11913
11914 * version.c: Include gansidecl.h and version.h.
11915
11916 * version.h: Wrap entire file in macro __GCC_VERSION_H__.
11917
11918 * configure.in (gcc_version): When setting, narrow search to
11919 lines containing `version_string'.
11920
11921 * Makefile.in (mainversion): Likewise.
11922 (GCC_H): New variable.
11923 (gcc.h): Delete target.
11924 (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
11925 (version.o): Depend on version.h.
11926 (dbxout.o): Don't depend on gcc.h.
11927
11928 Wed Feb 16 15:04:49 2000 Hans-Peter Nilsson <hp@bitrange.com>
11929 Michael Meissner <meissner@cygnus.com>
11930
11931 * md.texi (Simple Constraints): Add item about whitespace.
11932 * genoutput.c (strip_whitespace): New.
11933 (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
11934 strip_whitespace for constraints.
11935 Test pointer using NULL, not 0.
11936
11937 2000-02-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11938
11939 * cpplib.c (do_line): Pedwarn for #line > 32767.
11940
11941 * c-lex.c (readescape): Warn about '\x', but do not reject it.
11942
11943 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
11944
11945 * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
11946 to default cpp spec.
11947 (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
11948 * cpp.texi: Document __GNUC_PATCHLEVEL__.
11949 * cpp.1: Likewise.
11950
11951 * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
11952 default spec.
11953
11954 2000-02-15 Denis Chertykov <denisc@overta.ru>
11955
11956 * configure.in: Add support for avr target.
11957
11958 Wed Feb 16 03:21:43 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11959
11960 * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
11961 (sh_addr_diff_vec_mode): Don't declare.
11962 * sh.c (sh_addr_diff_vec_mode): Delete.
11963
11964 Wed Feb 16 01:27:52 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11965
11966 * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
11967
11968 Wed Feb 16 00:58:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11969
11970 * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
11971 (smulsi3_highpart_i): Name.
11972 (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
11973 (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
11974 (smulsi3_highpart, umulsi3_highpart): Likewise.
11975
11976 (mulsidi3_i, umulsidi3_i): Make rtl describe operation
11977 correctly independent of endianness.
11978 (mulsidi3, umulsidi3): Now define_insn. Hide details that
11979 confuse the optimizers.
11980 (mulsidi3+1, umulsidi3+1): New define_split.
11981
11982 Tue Feb 15 23:22:26 2000 Andrew Haley <aph@cygnus.com>
11983
11984 * config/sh/sh.md: Guard insn splits against illegal registers.
11985 * config/sh/sh.h: Correct comment about macros.
11986
11987 Tue Feb 15 22:30:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
11988 Andrew MacLeod <amacleod@cygnus.com>
11989
11990 * Makefile.in (lcm.o): Depend on insn-attr.h.
11991 * basic-block.h (optimize_mode_switching): Declare.
11992 * lcm.c (tm_p.h, insn-attr.h): #include.
11993 (seginfo, bb_info): New structs.
11994 (antic, transp, comp, delete, insert) : New file-scope static variables.
11995 (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
11996 (reg_becomes_live, optimize_mode_switching): Likewise.
11997 * tm.texi: Add description of mode switching macros.
11998 * toplev.c (rest_of_compilation): Call optimize_mode_switching.
11999
12000 * sh-protos.h (remove_dead_before_cse): Remove prototype.
12001 (fldi_ok, fpscr_set_from_mem): New prototypes.
12002 * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
12003 (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
12004 Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
12005 (sh_flag_remove_dead_before_cse): Remove declaration.
12006 (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
12007 (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
12008 (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
12009 * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
12010 (barrier_align): Allow for JUMP_INSNS containing a parallel.
12011 (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
12012 (fldi_ok): New function.
12013 (get_fpscr_rtx): Add fpscr_rtx as GC root.
12014 (emit_sf_insn): Only generate fpu switches when optimize < 1.
12015 (emit_df_insn): Likewise.
12016 (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
12017 (sh_flag_remove_dead_before_cse): Delete.
12018 (get_free_reg, fpscr_set_from_mem): New functions.
12019 * sh.md (movdf, movsf): Remove no_new_pseudos code.
12020 (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
12021
12022 2000-02-15 Loren Rittle <ljrittle@acm.org>
12023
12024 * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
12025
12026 2000-02-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12027
12028 * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
12029 cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
12030
12031 * cccp.c: Include version.h and/or don't declare `version_string'.
12032 * collect2.c: Likewise.
12033 * alpha.c: Likewise.
12034 * arm/aof.h: Likewise.
12035 * arm/coff.h: Likewise.
12036 * arm/elf.h: Likewise.
12037 * arm/pe.h: Likewise.
12038 * arm/tcoff.h: Likewise.
12039 * arm/telf.h: Likewise.
12040 * arm/tpe.h: Likewise.
12041 * arm/vxarm.h: Likewise.
12042 * convex/convex.c: Likewise.
12043 * i386/dgux.c: Likewise.
12044 * i386/sun386.h: Likewise.
12045 * m88k/m88k.c: Likewise.
12046 * mcore/mcore-pe.h: Likewise.
12047 * mips/mips.h: Likewise.
12048 * romp/romp.h: Likewise.
12049 * sh/sh.c: Likewise.
12050 * cpphash.c: Likewise.
12051 * cppinit.c: Likewise.
12052 * dwarf2out.c: Likewise.
12053 * dwarfout.c: Likewise.
12054 * gcc.c: Likewise.
12055 * gcc.h: Likewise.
12056 * mips-tfile.c: Likewise.
12057 * protoize.c: Likewise.
12058 * toplev.c: Likewise.
12059 * tree.h: Likewise.
12060
12061 * version.c (version_string): Constify a char*.
12062
12063 * version.h: New file.
12064
12065 2000-02-14 Nick Clifton <nickc@cygnus.com>
12066
12067 * configure.in: Add mcore-elf and mcore-pe targets.
12068 * configure: Regenerate.
12069
12070 * NEWS: Add note that MCore port has been contributed.
12071
12072 * invoke.texi: Document command line switches for MCore port.
12073 * install.texi: Add MCore to list of supported targets.
12074
12075 2000-02-14 Geoff Keating <geoffk@cygnus.com>
12076
12077 * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
12078 then we will need to import the frame handling functions.
12079 (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
12080 to import the frames themselves.
12081
12082 Mon Feb 14 13:31:01 2000 Stan Cox <scox@cygnus.com>
12083 Jason Eckhardt <jle@cygnus.com>
12084
12085 * basic_block.h: Added prototype for reorder_basic_blocks.
12086 * toplev.c: Changes to add -freorder-blocks and graph dump after
12087 block reordering is done.
12088 * flow.c (reorder_block_def): New structure for use during block
12089 reordering.
12090 (REORDER_BLOCK_*): New macros to access members of above structure.
12091 (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
12092 make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
12093 functions for block reordering.
12094
12095 Mon Feb 14 11:24:44 2000 Hans-Peter Nilsson <hp@bitrange.com>
12096
12097 * gcc.texi (Passes): Fix typo.
12098 * md.texi (Standard Names): Ditto.
12099 * tm.texi (Storage Layout): Ditto.
12100
12101 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
12102
12103 * cpplib.c (do_define): Only free the old definition if it
12104 actually had one.
12105
12106 2000-02-13 Neil Booth <NeilB@earthling.net>
12107
12108 * cppfiles.c (read_and_prescan): When emitting deferred
12109 newlines, test speccase[] again instead of checking each
12110 possible whitespace character in turn. When we encounter \r,
12111 look behind for \n first, then ahead.
12112
12113 2000-02-13 Zack Weinberg <zack@wolery.cumb.org>
12114
12115 * cse.c (cse_altered): New internal flag.
12116 (cse_insn): Set it if we changed an insn.
12117 (cse_main): Clear cse_altered before each basic block.
12118 Only garbage collect if cse_altered is true afterward.
12119
12120 Sun Feb 13 14:12:28 2000 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12121
12122 * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
12123
12124 Sun Feb 13 13:21:55 2000 Jeffrey A Law (law@cygnus.com)
12125
12126 * combine.c (simplify_comparison): Fix typo.
12127
12128 Sun Feb 13 12:57:52 2000 Neil Booth <NeilB@earthling.net>
12129
12130 * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
12131 consistently.
12132
12133 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12134
12135 * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
12136 previously inserted node instead of root node. Caller changed.
12137
12138 2000-02-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12139
12140 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
12141
12142 2000-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12143
12144 * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
12145 __dereg_frame_dtor): Add prototype argument.
12146
12147 * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
12148
12149 * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
12150
12151 * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
12152
12153 * gthr-vxworks.h (__gthread_once): Likewise.
12154
12155 * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
12156
12157 Sat Feb 12 01:44:26 MET 2000 Jan Hubicka <jh@suse.cz>
12158
12159 * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
12160 (ix86_expand_epilogue): ... here. Use mov instead of add to restore
12161 stack pointer in functions w/o saved registers, output LEAVE more often
12162 on TARGET_USE_LEAVE machines.
12163
12164 2000-02-07 Dmitri Makarov <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
12165
12166 * config/arm/arm.c (arm_init_cumulative_args); New function:
12167 Initlaise the CUMULATIE_ARGS strcuture for a function
12168 defintion.
12169 (arm_function_arg): New function: Determine where to place a
12170 function's argument. Also handles deciding the function's
12171 call cookie.
12172 (current_file_function_operand): New function: Return true if
12173 the symbol is a function which has already been compiled.
12174 (arm_is_long_call_p): New function: Return true if the
12175 indicated function should be called via a long call.
12176 (arm_valid_type_attribute_p): New function: Return true if the
12177 attribute is a valid, arm specific, attribute.
12178 (arm_comp_type_attribute): New function: Return true if the
12179 two types have compatable, arm specific, attributes.
12180
12181 * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
12182 structure.
12183 (FUNCTION_ARG): Redefine to call arm_function_arg.
12184 (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
12185 structure field.
12186 (INIT_CUMULATIVE_ARGS): Redefine to call
12187 arm_init_cumulative_args.
12188 (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
12189 field.
12190 (SETUP_INCOMING_VARARGS): Redefine to use correct structure
12191 field.
12192 (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
12193 functions.
12194 (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
12195 (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
12196 (COMP_TYPE_ATTRIBUTES): Define.
12197
12198 * config/arm/arm.md (call): Call arm_is_long_call_p to decide
12199 if a long call is needed.
12200 (call_value): Call arm_is_long_call_p to decide if a long call
12201 is needed.
12202 (call_symbol): Call arm_is_long_call_p to decide if a long call
12203 is needed.
12204
12205 * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
12206
12207 2000-02-11 Denis Chertykov <denisc@overta.ru>
12208
12209 * README.AVR: New file with information about the avr ports.
12210 * config/avr: New directory with avr port files.
12211
12212 2000-02-11 Andreas Jaeger <aj@suse.de>
12213
12214 * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
12215
12216 2000-02-11 Zack Weinberg <zack@wolery.cumb.org>
12217
12218 * cpphash.c: Fix formatting, update commentary.
12219 (dump_definition): Take three separate arguments instead of a
12220 MACRODEF structure argument.
12221 * cpphash.h: Update prototype of dump_definition.
12222 * cppinit.c (cpp_finish): Update call of dump_definition.
12223
12224 * cpplib.c (do_define): Always create new hash entry with
12225 T_MACRO type. Remove redundant check for redefinition of
12226 poisoned identifier. Update call of dump_definition.
12227 (do_undef): Don't call check_macro_name. Rename sym_length to
12228 len.
12229 (do_error, do_warning): Don't use copy_rest_of_line or
12230 SKIP_WHITE_SPACE.
12231 (do_warning): Don't use pedwarn for the actual warning,
12232 only the notice about its not being in the standard. (Fixes
12233 bug with #warning in system headers.)
12234 (do_ident): Stricter argument checking - accept only a single
12235 string after #ident. Also, macro-expand the line.
12236 (do_xifdef): Use cpp_defined. De-obfuscate.
12237
12238 (do_pragma): Split out specific pragma handling to separate
12239 functions. Use get_directive_token. Update commentary. Do
12240 not pass on #pragma once or #pragma poison to the front end.
12241 (do_pragma_once, do_pragma_implementation, do_pragma_poison,
12242 do_pragma_default): New.
12243
12244 Feb 11 12:30:53 2000 Jeffrey A Law (law@cygnus.com)
12245
12246 * jump.c (jump_optimize_1): The first operand in a relational
12247 can be a CONST_INT.
12248 * optabs.c (emit_conditional_move): Handle relationals which
12249 have a known true/false result.
12250
12251 2000-02-11 Geoff Keating <geoffk@cygnus.com>
12252
12253 * function.c (thread_prologue_and_epilogue_insns): Don't insert
12254 a RETURN insn into a block which already ends with a jump.
12255
12256 2000-02-11 Geoff Keating <geoffk@cygnus.com>
12257
12258 * haifa-sched.c (BUF_LEN): Increase a lot.
12259
12260 2000-02-11 Nick Clifton <nickc@cygnus.com>
12261
12262 * configure.in: Add tm_p_file specification for thumb targets.
12263 * configure: Regenerate.
12264
12265 * config/arm/thumb-protos.h: New file: Prototypes for exported
12266 functions defined in thumb.c.
12267
12268 2000-02-11 Robert Lipe <robertl@sco.com>
12269
12270 * Makefile.in (bootstrap-lean): Remove additional files.
12271 (bootstrap2-lean): Likewise.
12272 (VOL_FILES): List of files for above.
12273
12274 2000-02-11 Nathan Sidwell <nathan@acm.org>
12275
12276 * cpphash.c (special_symbol): Remove spurious argument to
12277 cpp_lookup.
12278
12279 2000-02-11 Joel Sherrill (joel@OARcorp.com>
12280
12281 * configure.in: (i*86-*-rtems*): Swapped elf and coff
12282 stanzas.
12283 * configure: Rebuilt.
12284
12285 2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
12286
12287 * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
12288
12289 Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
12290
12291 * pa.c, pa.h: Remove trigraph sequences within comments.
12292
12293 Fri Feb 11 02:51:56 2000 Pavel Roskin <pavel_roskin@geocities.com>
12294
12295 * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
12296
12297 Fri Feb 11 02:48:30 2000 Brad Lucier (lucier@math.purdue.edu)
12298
12299 * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
12300
12301 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12302
12303 * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
12304
12305 2000-02-11 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12306
12307 * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
12308 (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
12309 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
12310 (ASM_FILE_END): Use c4x_file_end.
12311 * config/c4x/c4x.c (c4x_global_label): New function.
12312 (c4x_external_ref, c4x_file_end): Likewise.
12313
12314 * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
12315 (c4x_external_ref, c4x_end_file): Likewise.
12316
12317 2000-02-10 Zack Weinberg <zack@wolery.cumb.org>
12318
12319 * cppexp.c: Don't include cpphash.h.
12320 (parse_charconst, cpp_lex): Use cpp_defined.
12321 (cpp_lex): Use get_directive_token throughout. Remove
12322 unnecessary cases from switch. Move assertion-handling code
12323 down to OTHER case.
12324 (cpp_parse_expr): If we see '+' or '-', check the context to
12325 determine if they are unary or binary operators. Streamline
12326 the jumps a bit. Do not call skip_rest_of_line.
12327
12328 * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
12329 static. Export get_directive_token. Update commentary.
12330 (cpp_defined): New function.
12331 (do_define): Remove reference to T_PCSTRING. Call
12332 free_definition to release memory for old definition, when
12333 redefining a macro.
12334 (eval_if_expression): Set only_seen_white to 0 before calling
12335 cpp_parse_expr. Call skip_rest_of_line after it returns.
12336 (cpp_read_check_assertion): Don't preserve a pointer into the
12337 token buffer across a call to cpp_get_token.
12338
12339 * Makefile.in (cppexp.o): Don't depend on cpphash.h.
12340 * cppfiles.c (redundant_include_p): Use cpp_defined.
12341 * cpphash.c (free_definition): New function.
12342 (delete_macro): Use it. Update commentary.
12343 * cpphash.h: Typedef HASHNODE here. Prototype cpp_lookup and
12344 free_definition.
12345 * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
12346 from enum node_type. Prototype cpp_defined and get_directive_token.
12347 Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
12348
12349 * fix-header.c (check_macro_names): Use cpp_defined.
12350 (read_scan_file): Set inhibit_warnings and inhibit_errors in
12351 the options structure.
12352
12353 2000-02-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12354
12355 * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
12356
12357 2000-02-10 Jason Merrill <jason@casey.cygnus.com>
12358
12359 * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
12360 rather than die->die_tag.
12361
12362 Thu Feb 10 16:26:49 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12363
12364 * combine.c (make_extraction, force_to_mode): Avoid warning on
12365 mixed-signedness conditionals.
12366 (make_field_assignment, nonzero_bits): Likewise.
12367 * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
12368 (store_split_bit_field, extract_split_bit_field): Likewise.
12369 (extract_fixed_bit_field, store_bit_field,
12370 * expr.c: Change alignment to be unsigned everywhere.
12371 (move_by_pieces, store_constructor_field, store_constructor):
12372 Alignment parm is unsigned.
12373 (emit_block_move, emit_group_load, emit_group_store): Likewise.
12374 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
12375 (do_compare_rtx_and_jump): Likewise.
12376 (move_by_pieces_ninsns, clear_by_pieces): Likewise.
12377 Compare align with GET_MODE_ALIGNMENT.
12378 (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
12379 (get_inner_reference): Likewise.
12380 (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
12381 (expand_assignment): Local vars for alignment now unsigned.
12382 (store_constructor, store_field, expand_expr, do_jump): Likewise.
12383 (do_compare_and_jump): Likewise.
12384 (store_field): Call new function expr_align.
12385 * expr.h (emit_block_move, emit_group_load, emit_group_store):
12386 Alignment arg now unsigned.
12387 (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
12388 (do_compare_rtx_and_jump, store_bit_field): Likewise.
12389 (extract_bit_field): Likewise.
12390 * fold-const.c (add_double): Add cast to eliminate signedness warning.
12391 * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
12392 (get_best_mode): Alignment arg is unsigned.
12393 * rtl.h (move_by_pieces): Likewise.
12394 * store-layout.c (maximum_field_alignment, set_alignment):
12395 Now unsigned.
12396 (layout_decl): Alignment arg is now unsigned.
12397 Remove unneeded casts.
12398 (layout_record, layout_union, layout_type): Remove unneeded casts.
12399 Local alignment variables now unsigned.
12400 (get_best_mode): Alignment arg now unsigned.
12401 * tree.c (expr_align): New function.
12402 * tree.h (expr_align): Likewise.
12403 (maximum_field_alignment, set_alignment): Now unsigned.
12404 (get_inner_reference): Alignment argument is now pointer to unsigned.
12405 * varasm.c (assemble_variable): Add cast to eliminate warning.
12406
12407 Thu Feb 10 12:56:47 2000 Jim Wilson <wilson@cygnus.com>
12408
12409 * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
12410 then store directly into op0.
12411
12412 * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
12413 the CALL_INSN, and emit the note immediately after it.
12414
12415 2000-02-10 Nick Clifton <nickc@cygnus.com>
12416
12417 * config/arm/thumb.md (epilogue): Include a (return) in the
12418 generated insn, and emit it using emit_jump_insn not
12419 emit_insn.
12420
12421 Thu Feb 10 18:28:59 MET 2000 Jan Hubicka <jh@suse.cz>
12422
12423 * function.c (assign_temp): Change zero-sized arrays to size 1.
12424 * integrate.c (expand_inline_function): Do not update
12425 stack_alignment_needed
12426 * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
12427 add some sanity checking, remove optimization for function with
12428 zero frame size.
12429
12430 2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12431
12432 * flow.c (mark_regs_live_at_end): Delete unused variables.
12433
12434 * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
12435
12436 * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
12437 in macro FRAME_GROWS_DOWNWARD.
12438
12439 * stmt.c (expand_end_bindings): Delete unused variable.
12440
12441 * unroll.c (iteration_info): Mark parameter `loop' with
12442 ATTRIBUTE_UNUSED.
12443
12444 2000-02-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12445
12446 * fixinc/server.c (load_data): Return NULL if the marker line is
12447 not found.
12448 (run_shell): If load_data returns NULL, retry the command once, in
12449 a new shell.
12450
12451 * configure: Rebuilt.
12452
12453 2000-02-09 Bruce Korb <bkorb@gnu.org>
12454
12455 * gcc/fixincludes: ** DELETED **
12456 * gcc/fixcpp: ** DELETED **
12457 * gcc/fixinc-nt.sed: ** DELETED **
12458 * gcc/just-fixinc: ** DELETED **
12459 * gcc/Makefile.in: Removed out-dated commentary
12460 * gcc/configure.in: Removed fast-fixincludes disablement.
12461 * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
12462
12463 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
12464 * function.c (thread_prologue_and_epilogue_insns): Uncomment
12465 last change.
12466
12467 2000-02-09 Richard Henderson <rth@cygnus.com>
12468
12469 * jump.c (delete_insn): Don't delete user labels at -O0.
12470
12471 2000-02-09 Robert Lipe <robertl@sco.com>
12472
12473 * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
12474 Don't link with HOST_LIBS.
12475
12476 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
12477
12478 * configure.in: Correct --help text for --with-dwarf2.
12479 Put tm-dwarf2.h after other tm files, if it's requested.
12480 * configure: Regenerate.
12481 * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
12482 defining it.
12483
12484 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
12485
12486 * cpplib.h: Provide HASHNODE typedef and forward decl of
12487 struct hashnode only. Kill cpp_hashnode typedef. MACRODEF,
12488 DEFINITION, struct hashnode, struct macrodef, struct
12489 definition, scan_decls prototype, default defn of
12490 INCLUDE_LEN_FUDGE moved elsewhere.
12491
12492 * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
12493 definition, and struct hashnode moved here. Remove the unused
12494 'predefined' field from struct definition. Replace the 'args'
12495 union with its sole member. All users updated (cpphash.c).
12496 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add
12497 multiple include guard.
12498
12499 * cpphash.c (hashf): Make static; use better algorithm; drop
12500 HASHSIZE parameter; return an unsigned int.
12501 (cpp_lookup): Drop HASH parameter. PFILE parameter is
12502 used. Calculate HASHSIZE modulus here.
12503 (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
12504 here.
12505 (create_definition): Drop PREDEFINITION parameter.
12506 * cpplib.c (do_define): Don't calculate a hash value here.
12507 Don't pass (keyword == NULL) to create_definition.
12508
12509 * scan.h: Prototype scan_decls here.
12510 * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
12511 * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
12512 callers of cpp_lookup and cpp_install updated.
12513
12514 * cpphash.c (macarg): Hoist all the flag diddling out of the
12515 function...
12516 (macroexpand): ... and out of the loop that calls macarg.
12517 Skip over the initial paren before macro arguments with
12518 cpp_get_non_space_token; point may be some distance before
12519 that paren. Abort if it's not there.
12520
12521 * cpplib.c (parse_clear_mark): Delete function.
12522 (parse_set_mark, parse_goto_mark): Make static.
12523 (ACTIVE_MARK_P): New macro.
12524 (skip_block_comment, skip_line_comment): Do not bump the line
12525 if ACTIVE_MARK_P is true.
12526 (cpp_pop_buffer): The buffer to be popped may not have an
12527 active mark.
12528 (cpp_get_token): When looking for the initial paren before
12529 macro arguments, only set a mark in a file buffer, Always
12530 return to that mark before proceeding to call macroexpand or
12531 return a NAME token.
12532
12533 * cpplib.h: Remove prototypes of parse_set_mark,
12534 parse_clear_mark, parse_goto_mark.
12535 (struct cpp_options): Rename 'put_out_comments' to
12536 'discard_comments' and invert its sense.
12537 * cppinit.c, cpphash.c, cpplib.c: All users of
12538 put_out_comments changed to use discard_comments, with
12539 opposite sense.
12540
12541 2000-02-09 Clinton Popetz <cpopetz@cygnus.com>
12542
12543 * function.c (thread_prologue_and_epilogue_insns): Don't delete
12544 the edge from a block that both jumps and falls through to the
12545 fallthru block.
12546
12547 2000-02-09 Scott Bambrough <scottb@netwinder.org>
12548
12549 * config/arm/arm.md (movsi): In PIC mode, make sure that a
12550 constant source address is legitimate.
12551
12552 2000-02-09 Philip Blundell <pb@futuretv.com>
12553
12554 * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
12555 correctly.
12556
12557 * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
12558 generating PIC.
12559 (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
12560
12561 2000-02-09 Zack Weinberg <zack@wolery.cumb.org>
12562
12563 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
12564 ends with a newline and a NUL. Don't be so clever manipulating
12565 strings.
12566
12567 Wed Feb 9 14:18:08 MET 2000 Jan Hubicka <jh@suse.cz>
12568
12569 * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
12570 not to BIGGEST_ALIGNMENT.
12571
12572 2000-02-08 Geoff Keating <geoffk@cygnus.com>
12573
12574 * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
12575 * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
12576 (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
12577 (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
12578 * frame.c (execute_cfa_insn): Handle
12579 DW_CFA_GNU_negative_offset_extended.
12580
12581 2000-02-08 Richard Henderson <rth@cygnus.com>
12582
12583 * flow.c (tidy_fallthru_edges): Split out from ...
12584 (delete_unreachable_blocks): ... here.
12585 (find_basic_blocks): Use it.
12586
12587 Tue Feb 8 15:51:50 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12588
12589 * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
12590
12591 2000-02-08 Zack Weinberg <zack@wolery.cumb.org>
12592
12593 * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
12594 (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
12595 (fix-header.o): Don't depend on cpphash.h.
12596
12597 * scan.c (hashstr): New function.
12598 * scan.h: Prototype it.
12599 * fix-header.c: Don't include cpphash.h. Use hashstr.
12600 * gen-protos.c: Don't include cpphash.h or cpplib.h. Use
12601 hashstr. Report hash table statistics. Add private
12602 definition of xrealloc.
12603
12604 2000-02-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12605
12606 * i386.h (TARGET_SWITCHES): Fix typo in option name.
12607
12608 2000-02-08 Clinton Popetz <cpopetz@cygnus.com>
12609
12610 * function.c (thread_prologue_and_epilogue_insns): Don't replace
12611 jumps with returns unless they are jumps to the fallthru block.
12612
12613 Tue Feb 8 07:53:55 2000 Jan Hubicka <jh@suse.cz>
12614
12615 * i386.md (addqi3_cc): Fix contraints.
12616
12617 Tue Feb 8 01:39:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
12618
12619 * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
12620
12621 2000-02-07 Mark Mitchell <mark@codesourcery.com>
12622
12623 * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
12624 carriage return after a macro name.
12625
12626 2000-02-07 Fred Fish <fnf@be.com>
12627
12628 * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
12629 so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
12630
12631 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>
12632
12633 * cppfiles.c (deps_output): Count spacers in deps_column.
12634
12635 2000-02-07 Neil Booth <NeilB@earthling.net>
12636
12637 * cppinit.c (initialize_dependency_output): If there is no
12638 suffix, don't try to look for known suffixes. Use strrchr.
12639 (cpp_start_read): Remove duplicate initialization.
12640
12641 Mon Feb 7 18:36:41 MET 2000 Jan Hubicka <jh@suse.cz>
12642
12643 * calls.c (compute_argument_block_size): New argument
12644 preferred_stack_boundary.
12645 (expand_call): update cfun->preferred_stack_boundary, update call of
12646 compute_argument_block_size
12647 (emit_library_call): Increate cfun->preferred_stack_boundary
12648 to PREFERRED_STACK_BOUNDARY
12649 (emit_library_call_value): Likewise.
12650 * explow.c (allocate_dynamic_stack_spave): Likewise.
12651 * function.c (prepare_function_start): Set
12652 cfun->preferred_stack_boundary
12653 * function.h (struct function): Add preferred_stack_boundary field.
12654 * integrate.c (expand_inline_function): Update
12655 cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
12656 (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
12657 * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
12658
12659 2000-02-06 Zack Weinberg <zack@wolery.cumb.org>
12660
12661 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
12662 cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
12663 cpp_pedwarn, cpp_pedwarn_with_line,
12664 cpp_pedwarn_with_file_and_line): Move to cpperror.c.
12665 (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
12666 v_cpp_error_with_line, v_cpp_warning_with_line,
12667 cpp_message_from_errno, cpp_perror_with_name): Delete.
12668
12669 * cpperror.c (cpp_print_containing_files): Take starting
12670 buffer as argument.
12671 (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
12672 (v_cpp_message): Now called directly by all entry points.
12673 Remove -1 case.
12674 (cpp_pfatal_with_name, cpp_message): Delete.
12675 (cpp_notice_from_errno, cpp_ice): New functions.
12676 (cpp_notice): Is now for reporting error conditions, just
12677 without an associated file.
12678 (cpp_error, cpp_error_with_line): Don't do anything if
12679 opts->inhibit_errors is on.
12680 (cpp_pedwarn_with_file_and_line): Take column argument also.
12681
12682 * cpplib.h: Update prototypes of exported functions.
12683 (struct cpp_options): Add inhibit_errors.
12684
12685 * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
12686 non-error messages. Include intl.h.
12687
12688 * cppinit.c, cppmain.c: Likewise. Also, use
12689 cpp_notice_from_errno instead of cpp_perror_with_name or
12690 cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
12691
12692 * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
12693 report internal errors.
12694
12695 * cpplib.c (do_define): Switch bcopy to memcpy.
12696 Give cpp_pedwarn_with_file_and_line a dummy column argument.
12697
12698 * cpplib.c (copy_rest_of_line): Revert previous change: don't
12699 bail out early if we hit a line comment.
12700
12701 2000-02-06 Richard Henderson <rth@cygnus.com>
12702
12703 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
12704 * basic-block.h: Declare them.
12705 * emit-rtl.h (active_insn_p): New.
12706 (next_active_insn, prev_active_insn): Use it.
12707 * rtl.h: Declare it.
12708 * function.c (emit_return_into_block): New.
12709 (thread_prologue_and_epilogue_insns): Insert return insns instead
12710 of epilogues when possible.
12711 * jump.c (jump_optimize_1): Remove code to insert a return insn
12712 on the fallthru to the exit block.
12713
12714 * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
12715 and for non-empty stack frames.
12716 * i386.md (return): Expand to return-pop as needed.
12717
12718 2000-02-06 Richard Henderson <rth@cygnus.com>
12719
12720 * simplify-rtx.c (simplify_relational_operation): Canonicalize
12721 constant to op1 for testing.
12722
12723 2000-02-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12724
12725 * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
12726 (fixuns_truncqfqi2): Use it.
12727
12728 2000-02-06 Richard Henderson <rth@cygnus.com>
12729
12730 * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
12731 as a TYPE_LEA insn.
12732
12733 * i386.md (widening and peepholes): Mask the constant instead of
12734 using gen_lowpart.
12735
12736 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
12737
12738 * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
12739 input pointer before possibly branching off to the backslash
12740 code.
12741 * cpphash.c (macroexpand): Correctly delete \r escapes when
12742 stringifying parameters.
12743 * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
12744 if we can; bail out early if we hit a line comment.
12745 (handle_directive): Treat '# 123' in an .S file just like
12746 '# <punctuation>'. Discard the shifted '#' if we hit '#\n'.
12747 Return 1 for '# not_a_directive'.
12748 (get_directive_token): Pop macro buffers here, so that
12749 cpp_get_token can't sneakily move past a newline.
12750 Add sanity checks.
12751 (cpp_get_token): goto randomchar if handle_directive returns 0.
12752
12753 * cppalloc.c: Update copyright.
12754 * cpplib.c: Merge all the static function prototypes into one
12755 block.
12756 * cpplib.h: Remove #if 0 block.
12757
12758 * cpperror.c: Remove #ifdef EMACS block.
12759 * cppmain.c: Likewise.
12760 * cpphash.c: Remove #if 0 blocks.
12761 * cppinit.c: Remove #if 0 blocks, and the -lint option.
12762 * cpplib.c: Remove #if 0 blocks and code referencing
12763 pcp_inside_if or for_lint. Remove duplicate error message.
12764 Fix error messages for #else after #else or #elif. Reformat.
12765 Remove archaic TODO list.
12766 * cpplib.h: Remove pcp_inside_if and for_lint flags.
12767
12768 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
12769
12770 * i386/osf1elf.h: Add missing backslash to multiline string.
12771
12772 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12773
12774 * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
12775
12776 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12777
12778 * Makefile.in (c-common.o): Depend on $(EXPR_H).
12779
12780 * c-common.c: Include expr.h.
12781
12782 * c-pragma.c (mark_align_stack): Add prototype.
12783
12784 * caller-save.c (add_stored_regs): Likewise.
12785
12786 * combine.c (record_promoted_value): Likewise.
12787
12788 * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
12789 Likewise.
12790
12791 * cppinit.c (new_pending_define): Likewise.
12792
12793 * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
12794
12795 * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
12796 AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
12797 AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
12798 class_scope_p): Likewise.
12799
12800 * dwarf2out.h (dwarf2out_set_demangle_name_func,
12801 dwarf2out_add_library_unit_info): Likewise.
12802
12803 * ggc.h (ggc_page_print_statistics): Likewise.
12804
12805 * haifa-sched.c (propagate_deps): Likewise.
12806
12807 * reg-stack.c (next_flags_user, record_label_references): Likewise.
12808
12809 * rtl.h (set_stack_check_libfunc): Likewise.
12810
12811 * toplev.h (set_fatal_function): Likewise.
12812
12813 * toplev.c (set_fatal_function): Delete prototype.
12814
12815 * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
12816
12817 2000-02-05 Geoff Keating <geoffk@cygnus.com>
12818
12819 * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
12820 (FUNC_END): Likewise.
12821
12822 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12823
12824 * caller-save.c: Include tm_p.h.
12825
12826 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12827
12828 * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
12829
12830 2000-02-04 Neil Booth <NeilB@earthling.net>
12831
12832 * cccp.c (main): Check 'dir' for a NULL pointer before passing
12833 it to strcmp.
12834
12835 2000-02-04 Zack Weinberg <zack@wolery.cumb.org>
12836
12837 * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
12838 * genflags.c: Use the max_operand_1 logic from genemit.c to
12839 calculate how many arguments gen_insn prototypes have. Remove
12840 NO_MD_PROTOTYPES ifdefs from the generated file.
12841 * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
12842 file. Cast gen_insn initializers to insn_gen_fn.
12843 * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
12844 * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
12845
12846 2000-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12847
12848 * fixinc/Makefile.in (HDR): Add machname.h.
12849 (clean): Likewise.
12850
12851 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12852
12853 * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
12854 (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
12855 (c4x_cpu_version): Ditto.
12856 * config/c4x/c4x-protos.h: ... here.
12857
12858 2000-02-04 Jason Merrill <jason@casey.cygnus.com>
12859
12860 * dwarf2out.c (add_abstract_origin_attribute): Don't call
12861 gen_abstract_function on our context if we're a nested function.
12862
12863 2000-02-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12864
12865 * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
12866 * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
12867
12868 2000-02-04 Bruce Korb <bkorb@gnu.org>
12869
12870 * fixinc/genfixes(machname.h):
12871 Move the functionality from gen-machine.h into this file.
12872 UNdef MN_NAME_PAT if there are no names to change.
12873 Also, be a little kinder when AutoGen is not present.
12874
12875 * fixinc/Makefile.in(machname.h):
12876 Change the generation rule to use genfixes.
12877
12878 * fixinc/fixfixes.c(machine_name):
12879 machine_name_fix's functionality now dependent upon whether
12880 MN_NAME_PAT is defined.
12881
12882 * fixinc/fixtests.c(machine_name):
12883 ditto.
12884
12885 * fixinc/fixlib.c(mn_get_regexps): conditional on definition
12886 of MN_NAME_PAT.
12887
12888 * fixinc/fixlib.h(mn_get_regexps):
12889 ditto
12890
12891 * fixinc/gen-machine.h: DELETED
12892
12893 2000-02-04 Jan Hubicka <jh@suse.cz>
12894 Richard Henderson <rth@cygnus.com>
12895
12896 * i386.c (SAVE_REGS_FIRST): Remove.
12897 (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
12898 (ix86_compute_frame_size): Likewise.
12899 (ix86_expand_prologue): Likewise. Use pro_epilogue_adjust_stack.
12900 (ix86_emit_restore_regs): Remove.
12901 (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
12902 when a frame pointer is in use.
12903 (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode. Use mov
12904 instead of pop to restore a register when profitable; emit leave
12905 when profitable.
12906 (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
12907 as a TYPE_LEA insn.
12908 (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
12909 * i386.md (prologue_allocate_stack): Remove.
12910 (epilogue_deallocate_stack): Remove.
12911 (pro_epilogue_adjust_stack): New.
12912
12913 2000-02-04 Richard Henderson <rth@cygnus.com>
12914
12915 * function.c (diddle_return_value): Rework to use a callback function.
12916 Use current_function_return_rtx if it's been set up.
12917 (do_clobber_return_reg, clobber_return_register): New.
12918 (do_use_return_reg, use_return_register): New.
12919 (expand_function_end): Use them.
12920 * stmt.c (expand_null_return): Likewise.
12921 * function.h: Declare them.
12922 * flow.c (mark_regs_live_at_end): Use diddle_return_value.
12923 (mark_reg): Change arguments as appropriate for callback.
12924 * integrate.c (expand_inline_function): Revert 19 Jan change.
12925
12926 Fri Feb 4 20:25:42 2000 Hans-Peter Nilsson <hp@bitrange.com>
12927
12928 * tm.texi (Values in Registers): Fix typo: "fo" "for".
12929 (Misc): Say the scheduler, not the Haifa scheduler.
12930
12931 2000-02-04 Clinton Popetz <cpopetz@cygnus.com>
12932
12933 * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
12934 when in_mem is set. Update all callers.
12935
12936 2000-02-04 Richard Henderson <rth@cygnus.com>
12937
12938 * i386/openbsd.h (INT_ASM_OP): Define.
12939
12940 Fri Feb 4 10:51:30 2000 Hans-Peter Nilsson <hp@bitrange.com>
12941
12942 * tm.texi: Fix various typos.
12943
12944 Thu Feb 3 17:17:32 2000 Steve Ellcey <sje@cup.hp.com>
12945
12946 * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
12947 (MD_STARTFILE_PREFIX_1): New macro.
12948
12949 Thu Feb 3 15:08:13 MET 2000 Jan Hubicka <jh@suse.cz>
12950
12951 * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
12952 destination when needed.
12953 (strmovsi, strsetsi): New expander.
12954 (strmovsi_1, strsetsi_1): New pattern.
12955 * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
12956 TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
12957 (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
12958 * invoke.texi (align-stringops, inline-all-stringops): Document.
12959
12960 Wed Feb 2 23:04:47 2000 Krister Walfridsson <cato@df.lth.se>
12961
12962 * i386/netbsd.h (INT_ASM_OP): Define.
12963
12964 2000-02-02 Zack Weinberg <zack@wolery.cumb.org>
12965
12966 * cpplib.h (cpp_reader): Add new flag, no_directives.
12967 * cpphash.c (macarg): Set it.
12968 * cpplib.c (handle_directive): If no_directives is on and we
12969 find a directive, issue an error and discard the line.
12970
12971 Wed Feb 2 13:07:10 2000 Jim Wilson <wilson@cygnus.com>
12972
12973 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
12974 FP constants. Add ! TARGET_FPU check for FP constants.
12975
12976 2000-02-02 Clinton Popetz <cpopetz@cygnus.com>
12977
12978 * flow.c (find_basic_blocks): Don't kill label_value_list
12979 here.
12980 (cleanup_cfg): Kill it here.
12981
12982 Wed Feb 2 08:12:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12983
12984 * expr.c (store_field): Ensure ALIGN is no stricter than the
12985 alignment of EXP.
12986
12987 2000-02-02 Richard Henderson <rth@cygnus.com>
12988
12989 * jump.c (delete_insn): Partially revert 19 Jan change;
12990 don't convert unused code labels to notes at -O0.
12991
12992 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12993
12994 * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
12995 split_all_insns to recreate REG_LABEL notes for flow2 pass.
12996
12997 2000-02-01 Richard Henderson <rth@cygnus.com>
12998
12999 * i386.c (general_no_elim_operand): New.
13000 (nonmemory_no_elim_operand): New.
13001 (ix86_expand_move): Copy eliminable operands before a push.
13002 * i386-protos.h: Declare new functions.
13003 * i386.h (CAN_ELIMINATE): Simplify.
13004 (PREDICATE_CODES): Update.
13005 * i386.md (push insns): Don't allow eliminable register operands.
13006
13007 2000-02-01 Richard Henderson <rth@cygnus.com>
13008
13009 * flow.c (mark_regs_live_at_end): Follow expand_function_end and
13010 replace BLKmode with DECL_RTL's mode.
13011
13012 2000-02-01 Zack Weinberg <zack@wolery.cumb.org>
13013
13014 * frame.c (find_fde): Convert for loop to do-while so compiler
13015 sees it's always executed at least once.
13016 * libgcc2.c (BBINBUFSIZE): Kill.
13017 (__bb_init_prg): Use fgets.
13018 (__bb_exit_trace_func): Don't paste strings.
13019 * unroll.c (unroll_loop): Initialize unroll_type, not
13020 unroll_number, and tweak logic to match.
13021
13022 * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
13023 all failure paths.
13024 (ix86_flags_dependant): Likewise. Disentangle control flow.
13025 (ix86_sched_reorder): Break guts out to
13026 ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
13027 (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
13028 any possible use.
13029
13030 * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
13031 use string concatenation. Don't save and restore esi.
13032
13033 * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
13034 (machname.h): Remove script to separate file. Use two-step
13035 sequence so target is not created if script fails.
13036 * fixinc/gen-machname.h: New file. Handle case where no non-reserved
13037 identifiers are defined.
13038 * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
13039 an empty string, machine_name doesn't need to do anything at
13040 all.
13041 (is_cxx_header): Add more cases to regexp.
13042 * fixinc/fixlib.h: Update prototype.
13043 * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
13044 mn_get_regexps.
13045 * fixinc/fixincl.c: Define NO_BOGOSITY.
13046
13047 * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
13048 (hp_sysfile): Add missing comma.
13049 (math_exception): Put the wrapper ifdefs at the beginning and
13050 the end of the file.
13051 * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
13052
13053 2000-02-01 Richard Henderson <rth@cygnus.com>
13054
13055 * sparc.c (fp_zero_operand): Turn into a normal predicate.
13056 Use CONST0_RTX. Update all callers.
13057 * sparc.h, sparc-protos.h: Update accordingly.
13058 * sparc.md (fp mov insns): Use fp_zero_operand directly
13059 where applicable.
13060
13061 Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
13062
13063 * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
13064 example.
13065
13066 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13067
13068 * Makefile.in (specs.ready): New target.
13069 (fixinc.sh): Depend on `specs.ready' instead of `specs'.
13070
13071 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13072
13073 * fixinc.irix: Use unique filenames for writing into /tmp,
13074 * fixinc.ptx: Likewise.
13075 * fixinc.sco: Likewise.
13076 * fixinc.svr4: Likewise.
13077 * fixinc.winnt: Likewise.
13078
13079 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13080
13081 * tsystem.h: New file.
13082
13083 * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
13084 s-crtS): Depend on tsystem.h.
13085
13086 * crtstuff.c: Include tsystem.h.
13087 * frame.c: Likewise.
13088 * libgcc2.c: Likewise.
13089
13090 Tue Feb 1 19:53:27 CET 2000 Jan Hubicka <jh@suse.cz>
13091
13092 * builtins.c (expand_builtin_memset): Expand for variable sized
13093 lengths too.
13094
13095 2000-02-01 David Billinghurst <David.Billinghurst@riotinto.com.au>
13096
13097 * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
13098 on ABI.
13099
13100 Tue Feb 1 00:57:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
13101
13102 * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
13103
13104 * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
13105
13106 2000-01-31 Chandra Chavva <cchavva@cygnus.com>
13107
13108 * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
13109 case 3->2 combining (combining with splitting) in which 2 is CC0
13110 setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
13111 checked at the begining of the function with the aid of calling
13112 function 'can_combine_p'.
13113
13114 2000-01-31 Dave Brolley <brolley@redhat.com>
13115
13116 * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
13117
13118 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
13119
13120 * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
13121 new label.
13122
13123 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13124
13125 * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
13126
13127 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
13128 PROTO -> PARAMS.
13129
13130 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
13131
13132 * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
13133 i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
13134 i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
13135 i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
13136 i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
13137 i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
13138 i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
13139 i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
13140 i386/vxi386.h, i386/win-nt.h, i386/win32.h:
13141 Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
13142
13143 * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
13144 Add %(cpp_cpu) to CPP_SPEC.
13145
13146 * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
13147 Add %(cc1_cpu) to CC1_SPEC.
13148
13149 2000-01-28 Ulrich Drepper <drepper@redhat.com>
13150
13151 * c-decl.c (c_decode_option): Accept optional numeric argument to
13152 -Wformat and set warn_format.
13153 * c-common.c: Don't emit warning about non-constant printf format
13154 string unless warn_format > 1.
13155
13156 2000-01-30 Richard Henderson <rth@cygnus.com>
13157
13158 * alpha.md (return_internal): Allow after reload only.
13159
13160 2000-01-30 Richard Henderson <rth@cygnus.com>
13161
13162 * i386.c (ix86_compute_frame_size): Omit padding1 if the
13163 local frame size is zero.
13164
13165 2000-01-30 Richard Henderson <rth@cygnus.com>
13166
13167 * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
13168 * alpha.h (EPILOGUE_USES): New. Mark $26 live.
13169 * alpha.md (return): Turn into an expander.
13170 (return_internal): Don't use $26.
13171 (epilogue): Emit the return insn.
13172
13173 2000-01-30 Richard Henderson <rth@cygnus.com>
13174
13175 * alpha.md (negtf2, abstf2): Fix word order thinko.
13176 (extendsftf2): New.
13177 (trunctfsf2): Avoid intermediate rounding errors.
13178
13179 2000-01-30 Zack Weinberg <zack@wolery.cumb.org>
13180
13181 * cppfiles.c (find_position): Drop 'colp' argument, return the
13182 new line base.
13183 (read_and_prescan): Adjust to match. Don't ever manipulate
13184 line or line_base except via find_position.
13185
13186 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
13187
13188 * c-parse.in: Apply Ulrich's changes from c-parse.y.
13189 * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
13190 Regenerate.
13191
13192 2000-01-29 Zack Weinberg <zack@wolery.cumb.org>
13193
13194 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
13195 just print "<command line>". If 'filename' is null or an
13196 empty string, print "<stdin>" for the filename.
13197 * cpplib.c (do_define): Don't print the 'location of the
13198 previous definition' message if we're still parsing the
13199 command line.
13200 (cpp_pedwarn_with_file_and_line): Always call
13201 cpp_file_line_for_message.
13202
13203 2000-01-29 Mark Mitchell <mark@codesourcery.com>
13204
13205 * flow.c (mark_regs_live_at_end): Fix typo.
13206
13207 2000-01-28 Ulrich Drepper <drepper@redhat.com>
13208
13209 * c-common.c: Adjust variable names, comments, help strings to c99.
13210 * c-lex.c: Likewise.
13211 * c-parse.y: Likewise.
13212 * c-tree.h: Likewise.
13213 * cccp.c: Likewise.
13214 * cpplib.h: Likewise.
13215 * c-decl.c: Likewise. Recognize options with names "*99" as well.
13216 * cppinit.c: Likewise.
13217
13218 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13219
13220 * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
13221 * c4x.c: Define the optab rtx values.
13222 (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
13223 (c4x_emit_libcall): Use new optab rtx values.
13224 (c4x_emit_libcall3): Likewise.
13225 (c4x_emit_libcall_mulhi): Likewise.
13226 * c4x-protos.h: Add prototypes for optab rtx values and change
13227 prototypes for above c4x_emit_libcall functions.
13228
13229 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13230
13231 * c4x.c (c4x_output_ascii): Restrict line length of output when TI
13232 syntax is used.
13233 (c4x_function_prologue): Use regnames intead of float_reg_names when
13234 TI syntax is used.
13235 (c4x_function_epilogue): Likewise.
13236 (c4x_print_operand): Likewise.
13237 * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
13238 * c4x.md (set_high): Disable for TARGET_TI.
13239
13240 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13241
13242 * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
13243 of framepointer + constant to ADDR_REGS class.
13244 * c4x.md (addqi3, addqi3_noclobber_reload): Update.
13245 * c4x.c (std_or_reg_operand): New function.
13246 * c4x-protos.h (std_or_reg_operand): Prototype it.
13247
13248 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13249
13250 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
13251 object names as libgcc2.c.
13252 * libgcc.S: Use newly defined names.
13253
13254 Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
13255 * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
13256 function.
13257 * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
13258 * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
13259 (FLOW_LOOP_LAST_BLOCK): Likewise.
13260
13261 2000-01-21 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13262
13263 * basic-block.h (struct loop): New fields 'first' and 'last'.
13264 * flow.c (flow_loops_find): Compute loop->first and loop->last.
13265 (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
13266 and loop->last to check for NOTE_INSN_LOOP_END.
13267
13268 Fri Jan 28 10:57:58 2000 Jason Eckhardt <jle@cygnus.com>
13269
13270 * predict.c (estimate_probability): Use the new FIRST and LAST fields
13271 of the loop descriptor rather than HEADER and LATCH. Also added
13272 missing break statements as well making some coding style modifications
13273 as suggested by Michael Hayes.
13274
13275 2000-01-28 Richard Henderson <rth@cygnus.com>
13276
13277 * flow.c (find_basic_blocks): Remove do_cleanup argument.
13278 Break out that code ...
13279 (cleanup_cfg): ... here.
13280 (commit_one_edge_insertion): Detect a return instruction being
13281 emitted to an edge. Emit a barrier following; clear fallthru.
13282 (commit_edge_insertions): Verify CFG consistency.
13283 * function.c (expand_function_start): Kill unused variable.
13284 (expand_function_end): Likewise.
13285 (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
13286 to insert the epilogue.
13287
13288 * gcse.c (gcse_main): Adjust for find_basic_blocks change.
13289 (delete_null_pointer_checks): Likewise.
13290 * output.h: Likewise.
13291 * reg-stack.c (reg_to_stack): Likewise.
13292 * toplev.c (rest_of_compilation): Likewise. Run
13293 thread_prologue_and_epilogue_insns after rebuilding the CFG.
13294
13295 2000-01-28 Richard Henderson <rth@cygnus.com>
13296
13297 * Makefile.in (flow.o): Revert 24 Jan change.
13298 * flow.c (mark_regs_live_at_end): Likewise. Force BLKmode
13299 FUNCTION_VALUE result to DECL_RESULT's mode.
13300
13301 * haifa-sched.c (schedule_insns): Don't recompute reg info
13302 after reload.
13303
13304 2000-01-28 Zack Weinberg <zack@wolery.cumb.org>
13305
13306 * configure.in: Make --enable-cpplib the default.
13307 * configure: Regenerate.
13308 * gcc.dg/990119-1.c: No longer expected to fail.
13309
13310 2000-01-28 Bernd Schmidt <bernds@cygnus.co.uk>
13311
13312 * jump.c (jump_optimize_1): Delete an optimization that is also done
13313 by merge_blocks in flow.
13314
13315 2000-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13316
13317 * diagnostic.c (build_message_string, output_printf,
13318 line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
13319 (build_location_prefix): Fix non-literal format string.
13320
13321 2000-01-27 Richard Henderson <rth@cygnus.com>
13322
13323 * alpha.md (trunctfsf2): New.
13324
13325 2000-01-27 Andrew Hobson <ahobson@eng.mindspring.net>
13326
13327 * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
13328
13329 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
13330
13331 * cppinit.c (cpp_handle_option): Recognize C++ comments under
13332 -std=gnu89.
13333 * cpplib.c (skip_block_comment, skip_line_comment): Split code
13334 out of...
13335 (skip_comment) ... here. Permit C++ comments in system
13336 headers always. Warn about C++ comments in user code under
13337 -std=gnu89 -pedantic.
13338 (copy_comment): Use skip_comment.
13339 (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
13340 return EOF.
13341 (consider_directive_while_skipping, do_else, do_endif): Call
13342 validate_else unconditionally.
13343 (validate_else): Check CPP_PEDANTIC here. Accept non-comment
13344 text after the conditional in a system header.
13345 * cpplib.h (struct cpp_buffer): Add flag
13346 warned_cplusplus_comments.
13347
13348 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
13349
13350 * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
13351 Use unshare_all_rtl_1.
13352 (unshare_all_rtl_again): New function.
13353 (unshare_all_rtl_1): New function split out of unshare_all_rtl.
13354
13355 * function.c (purge_addressof_1): Use unshare_all_rtl_again
13356 rather than resetting the 'used' flags ourself.
13357
13358 * toplev.c (rest_of_compilation): Add current_function_decl
13359 to the unshare_all_rtl call.
13360 * tree.h: Prototype unshare_all_rtl.
13361 * rtl.h: Prototype unshare_all_rtl_again here.
13362
13363 2000-01-27 Geoffrey Keating <geoffk@cygnus.com>
13364
13365 * genoutput.c (output_prologue): Include ggc.h in generated
13366 files.
13367 * Makefile.in (insn-output.o): Depends on ggc.h.
13368
13369 2000-01-27 Ian Dall <ian@sibyl.beware.dropbear.id.au>
13370 Hans-Peter Nilsson <hp@bitrange.com>
13371
13372 * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
13373 Remove redundant include of xm-ns32k.h.
13374 * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
13375 Remove redundant include of xm-ns32k.h.
13376 * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
13377 Remove redundant include of xm-ns32k.h.
13378 * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
13379
13380 * ns32k/ns32k.h: Update comment on multiply-add instructions.
13381 (TARGET_SWITCHES): Add documentation strings.
13382 (DWARF_FRAME_REGNUM): Override default definition.
13383 (REG_CLASS_CONTENTS): Add comments.
13384 (SUBSET_P): Format to reduce line length.
13385 (SMALL_REGISTER_CLASSES): Make a run time option.
13386 (GO_IF_NONINDEXED_ADDRESS): Reformat.
13387 (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
13388 dereferencing it. Braces to avoid "ambiguous else" were misplaced.
13389 (regclass_map): fix typo in comment.
13390 * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
13391 Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
13392 (trace, reg_or_mem_operand): Delete, unused function.
13393 (calc_address_cost): Small offsets are cheaper than large ones.
13394 (expand_block_move): Generate more efficient code when bytes is a
13395 known at compile time.
13396 * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
13397 (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
13398 instead of reg_or_mem_operand.
13399
13400 * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
13401 not general_operand. Similarly use "=rm" or stricter, not "=g".
13402 For input operands, use stricter constraints than "g" if not
13403 general_operand. Similarly use stricter predicate than
13404 "general_operand" when stricter constraints than "g" are present,
13405 except for matching constraints.
13406 (movstrsi): Use "memory_operand" for operands 0 and 1.
13407 (truncsiqi2, truncsihi2, trunchiqi2): Remove.
13408 (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
13409 not reg_or_mem_operand.
13410 (udivmoddisi4): Ditto.
13411 Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
13412 Use nonimmediate_operand for operand 3, not register_operand.
13413 (udivmoddiqi4_internal): Use register_operand for operand 1, not
13414 reg_or_mem_operand.
13415
13416 2000-01-27 Fred Fish <fnf@be.com>
13417
13418 * gthr-posix.h: Fix typo; compatibily -> compatibility.
13419 * gthr-single.h: Likewise.
13420 * gthr-solaris.h: Likewise.
13421 * gthr-vxworks.h: Likewise.
13422 * gthr-win32.h: Likewise.
13423 * gthr.h: Likewise.
13424
13425 2000-01-27 Zack Weinberg <zack@wolery.cumb.org>
13426
13427 * cppinit.c: Add " (cpplib)" to end of string printed by
13428 -v / --version.
13429
13430 2000-01-27 Richard Henderson <rth@cygnus.com>
13431
13432 * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
13433 testing for a signed comparison.
13434 (alpha_emit_floatuns): New.
13435 * alpha-protos.h: Declare it.
13436 * alpha.md (floatunsdisf2, floatunsdidf2): New.
13437 (extendsfdf2): Tidy.
13438
13439 2000-01-27 Jakub Jelinek <jakub@redhat.com>
13440
13441 * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
13442 no -g option specifying debugging format, default to -gstabs+.
13443
13444 Wed Jan 26 22:19:14 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
13445
13446 * calls.c (special_function_p): New argument fork_or_exec.
13447 (expand_call): When profile_arc_flag is set and the function
13448 is in the fork_or_exec group, call __bb_fork_func first.
13449 * libgcc2.c, _bb module (__bb_fork_func): New function.
13450 (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
13451 output file.
13452 * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
13453 * tree.h (special_function_p): Update prototype.
13454
13455 2000-01-26 Richard Henderson <rth@cygnus.com>
13456
13457 * alpha.c (alpha_split_tfmode_pair): New.
13458 * alpha-protos.h: Declare it.
13459 * alpha.md (abstf2, negtf2): New.
13460 (movtf insn): Add input G constraint.
13461 (movtf splitter): Use alpha_split_tfmode_pair.
13462
13463 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13464
13465 * i386/cygwin.h: PROTO -> PARAMS.
13466
13467 2000-01-26 Jakub Jelinek <jakub@redhat.com>
13468
13469 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
13470 TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
13471 using _Qp_cmp/_Q_cmp and testing the return value.
13472 (print_operand): Call reverse_condition_maybe_unordered if
13473 we are handling CCFPmode or CCFPEmode.
13474 Handle ORDERED, UN* and LTGT comparisons.
13475 * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
13476 if not TARGET_HARD_QUAD.
13477 (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
13478 bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
13479 Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
13480 Adjust gen_b* calls so that they reflect return comparison of
13481 sparc_emit_float_lib_cmp.
13482
13483 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13484
13485 * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
13486 incoming operands array is large enough for one more operand.
13487 (alpha_emit_xfloating_arith): Likewise.
13488
13489 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
13490
13491 * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
13492 file with one line and no trailing newline.
13493 Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
13494 * fixinc/fixtests.c (machine_name_test): Fix fencepost error
13495 checking if the match is on the line.
13496 * fixinc/gnu-regex.c: Provide regerror not __regerror.
13497
13498 2000-01-25 Richard Henderson <rth@cygnus.com>
13499
13500 * sparc.c (output_cbranch): Fix accidental squashing of the
13501 fp branch pre-delay nop.
13502
13503 2000-01-25 Richard Henderson <rth@cygnus.com>
13504
13505 * tree.def (UNNE_EXPR): Remove.
13506 * c-typeck.c (build_binary_op): Don't handle it.
13507 * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
13508
13509 * rtl.def (UNNE): Remove.
13510 (LTGT): Add.
13511 * jump.c (reverse_condition): Update accordingly.
13512 (swap_condition): Likewise.
13513 (comparison_dominates_p): Handle unordered comparisons.
13514 (reverse_condition_maybe_unordered): New.
13515 * rtl.h (reverse_condition_maybe_unordered): Declare.
13516
13517 * sparc.c (select_cc_mode): Update for UNNE/LTGT.
13518 (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
13519 * sparc.h (REVERSIBLE_CC_MODE): Always true. Update docs.
13520 * sparc.md (bltgt): New.
13521
13522 2000-01-25 Nick Clifton <nickc@redhat.com>
13523
13524 * emit-rtl.c (emit_insn): Only check machine class insns for
13525 improper emission of a RETURN.
13526
13527 2000-01-25 Richard Henderson <rth@cygnus.com>
13528
13529 * Makefile.in (flow.o): Depend on $(EXPR_H).
13530 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
13531 duplicate the structure of diddle_return_value for keeping regs live.
13532
13533 2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13534
13535 * loop.c (current_loop_info): Delete.
13536 (consec_sets_invariant_p): Add loop argument, update callers.
13537 (get_condition_for_loop): Likewise.
13538 (count_nonfixed_reads, update_giv_derive): Likewise.
13539 (simplify_giv_expr, general_induction_var): Likewise.
13540 (consec_sets_giv, recombine_givs): Likewise.
13541 (move_movables): Delete loop_start and loop_end arguments,
13542 add loop argument, and update callers.
13543 (find_mem_givs, check_final_value): Likewise.
13544 (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
13545 (loop_invariant_p): Rename from invariant_p, add loop argument, and
13546 update callers.
13547 (basic_induction_var): Add loop argument, delete loop_level argument,
13548 and update callers.
13549 * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
13550 add loop argument, and update callers.
13551 (find_splittable_regs, find_splittable_givs): Likewise.
13552 (reg_dead_after_loop, loop_find_equiv_value): Likewise.
13553 (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
13554 (biv_total_increment): Delete loop_start and loop_end arguments;
13555 update callers.
13556 (precondition_loop_p): Delete loop_start and loop_info arguments;
13557 update callers.
13558 * loop.h (get_condition_for_loop): Add loop argument.
13559 (biv_total_increment): Delete loop_start and loop_end arguments.
13560 (precondition_loop_p): Delete loop_start and loop_info arguments;
13561 add loop argument.
13562 (final_biv_value): Delete loop_start and loop_end arguments;
13563 add loop argument.
13564 (final_giv_value, back_branch_in_range_p): Likewise.
13565
13566 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
13567
13568 * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
13569
13570 2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
13571
13572 * Makefile.in (c-gperf.h) : Change the "See" pointer to
13573 point to the new "generated_files" doc.
13574
13575 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
13576
13577 * config/fp-bit.c (_unord_f2): Fix typo.
13578
13579 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
13580
13581 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
13582 c-typeck.c, objc/objc-act.c: Remove all references to obstack
13583 functions obsoleted by GC, such as push_obstacks_nochange,
13584 end_temporary_allocation, savealloc, saveable_tree_cons, etc.
13585 and code which existed only to decide whether or not to call
13586 them. Remove now-unused NESTED argument from start_function;
13587 all callers changed. Do not change behavior based on ggc_p.
13588 The use of the ixp_obstack in c-iterate.c and the util_obstack
13589 in objc/objc-act.c remain; these are not obsoleted by garbage
13590 collection.
13591 * c-tree.h: Update prototype for start_function.
13592
13593 * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
13594
13595 2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
13596
13597 * config/mips/mips.md (zero_extendsidi2_internal): Disable for
13598 mips16.
13599
13600 2000-01-25 Richard Henderson <rth@cygnus.com>
13601
13602 * sparc-protos.h (select_cc_mode): Declare.
13603 * sparc.c (select_cc_mode): New. Handle unordered compares.
13604 (output_cbranch): Always reverse via code change. Handle
13605 unordered compares. Factor tests and string updates.
13606 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
13607 (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
13608 * sparc.md (bunordered, bordered): New.
13609 (bungt, bunlt, buneq, bunge, bunle): New.
13610
13611 2000-01-25 Richard Henderson <rth@cygnus.com>
13612
13613 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
13614 * ggc-common.c (ggc_add_rtx_varray_root): New.
13615 (ggc_mark_rtx_varray): New.
13616 (ggc_mark_rtx_varray_ptr): New. Shift all ggc_mark_foo_ptr
13617 functions down below ggc_mark_foo.
13618 * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
13619
13620 2000-01-25 Richard Henderson <rth@cygnus.com>
13621
13622 * alpha.c (secondary_reload_class): Don't allocate a secondary
13623 for integral mode memories into FLOAT_REGS. Rearrange the more
13624 complicated memory expression inward.
13625
13626 2000-01-25 Zack Weinberg <zack@wolery.cumb.org>
13627
13628 * inclhack.def: Fixes to play nicer with FreeBSD, and
13629 corrections to comments.
13630 (cxx_unready): Add select expression.
13631 (irix_sockaddr): Add bypass expression.
13632 (machine_ansi_h_va_list): New fix.
13633 (stdio_va_list): No need to edit _BSD_VA_LIST_.
13634 Split out addition of "#include <stdarg.h>" to...
13635 (stdio_stdarg_h): ... here.
13636 (systypes_for_aix): Rename to systypes_stdlib_size_t. Apply
13637 to stdlib.h also. Do not munge _BSD_SIZE_T_.
13638 (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
13639 size_t.
13640 (ultrix_ifdef): Tighten up select expression.
13641
13642 * fixincl.tpl: Exorcise 'exesel'. Rewrite calculations of
13643 re_ct and max_mach to avoid use of shell. Make printed names
13644 match names in inclhack.def. Use static copyright date.
13645 Don't count c_test and test expressions as requiring regex_t
13646 slots. Add some commentary.
13647 * inclhack.tpl: Do not include the 'This script contains N
13648 fixup scripts' line if PROGRAM is defined. Use static
13649 copyright date.
13650
13651 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
13652
13653 * dwarf2out.c: include "varray.h", not dyn-string.h.
13654 (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
13655 (addr_const_to_string, addr_to_string): Lose.
13656 (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
13657 (struct dw_val_struct): val_addr is now an rtx.
13658 (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
13659 (used_rtx_varray): New varray.
13660 (dwarf2out_init): Initialize it.
13661 (save_rtx): New fn.
13662 (mem_loc_descriptor, add_const_value_attribute): Call it instead of
13663 addr_to_string.
13664 * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
13665 sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
13666 * Makefile.in (dwarf2out.o): Update dependencies.
13667
13668 2000-01-24 Richard Henderson <rth@cygnus.com>
13669
13670 * i386.c (i386_dwarf_output_addr_const): New.
13671 * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
13672
13673 * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
13674 if defined.
13675 * dwarfout.c (output_mem_loc_descriptor): Likewise.
13676 * i386.c (i386_simplify_dwarf_addr): New.
13677 * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
13678
13679 Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
13680
13681 * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
13682 TYPE_STUB_DECL is NULL.
13683
13684 2000-01-24 Richard Henderson <rth@cygnus.com>
13685
13686 * builtins.c (expand_tree_builtin): Move ...
13687 * c-common.c (expand_tree_builtin): ... here.
13688
13689 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13690
13691 * loop.h (LOOP_INFO): New accessor macro.
13692 * basic-block.h (struct loop): Rename field `info' to `aux'.
13693 * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
13694 (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
13695 * unroll.c (loop_iterations, unroll_loop): Likewise.
13696
13697 2000-01-24 Christopher Faylor <cgf@cygnus.com>
13698
13699 * config/i386/t-cygwin: Accomodate new winsup directory layout
13700 when searching for include files.
13701
13702 2000-01-24 Richard Henderson <rth@cygnus.com>
13703
13704 * rtl.def: Add unordered fp comparisions.
13705 * tree.def: Likewise.
13706 * tree.h: Add ISO C 9x unordered fp comparision builtins.
13707
13708 * builtins.c (expand_tree_builtin): New function.
13709 * c-typeck.c (build_function_call): Use it.
13710 (build_binary_op): Support unordered compares.
13711 * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
13712
13713 * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
13714 (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
13715 * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
13716 (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
13717 * jump.c (reverse_condition): Don't abort for UNLE etc, but
13718 return UNKNOWN.
13719 (swap_condition): Handle unordered compares.
13720 (thread_jumps): Check can_reverse before reversing.
13721 * loop.c (get_condition): Likewise. Allow UNORERED/ORDERED to be
13722 reversed for FP.
13723
13724 * optabs.c (can_compare_p): New argument CODE. Verify branch or
13725 setcc is present before acking for cmp_optab. Update all callers.
13726 (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
13727 * expmed.c (do_cmp_and_jump): Update for can_compare_p.
13728 * expr.c (expand_expr): Likewise. Support unordered compares.
13729 (do_jump, do_store_flag): Likewise.
13730 * expr.h (enum libfunc_index): Add unordered compares.
13731
13732 * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
13733 (DPBIT_FUNCS): Add _unord_df.
13734 * config/fp-bit.c (_unord_f2): New.
13735 * fp-test.c (main): Try unordered compare builtins.
13736
13737 * alpha-protos.h (alpha_fp_comparison_operator): Declare.
13738 * alpha.c (alpha_comparison_operator): Check mode properly.
13739 (alpha_swapped_comparison_operator): Likewise.
13740 (signed_comparison_operator): Likewise.
13741 (alpha_fp_comparison_operator): New.
13742 (alpha_emit_conditional_branch): Handle unordered compares.
13743 * alpha.h (PREDICATE_CODES): Update.
13744 * alpha.md (fp compares): Use alpha_fp_comparison_operator.
13745 (bunordered, bordered): New.
13746
13747 2000-01-24 Richard Henderson <rth@cygnus.com>
13748
13749 * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
13750 * alpha.md (movtf): New expander, insn, and splitter.
13751
13752 Mon Jan 24 19:49:47 MET 2000 Jan Hubicka <jh@suse.cz>
13753
13754 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
13755 dead registers.
13756
13757 Mon Jan 24 17:37:31 MET 2000 Jan Hubicka <jh@suse.cz>
13758
13759 * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
13760 (FIXED_REGISTERS, CALL_USED_REGISTERS,
13761 REG_ALLOC_ORDER): Add frame pointer
13762 (FRAME_POINTER_REGNUM): Set to 20
13763 (HARD_FRAME_POINTER_REGNUM): New macro.
13764 (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
13765 to HARD_FRAME_POINTER.
13766 (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
13767 (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
13768 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
13769 (HI_REGISTER_NAMES): Add "frame".
13770 (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
13771 (debug_reg): Handle FRAME_POINTER_REGNUM.
13772 (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
13773 GENERAL_REGS and INDEX_REGS.
13774 * i386.c (SAVED_REGS_FIRST): new macro.
13775 (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
13776 (ix86_decompose_address, memory_address_length): Likewise.
13777 (regclass_map): Add frame pointer.
13778 (call_insn_operand): Handle frame_pointer_rtx.
13779 (reg_no_sp_operand): Likewise.
13780 (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
13781 (print_operand, legitimize_pic_address): Fix formating.
13782 (ix86_compute_frame_size): Make static, update prototype, new
13783 parameters padding1, padding2, use ix86_nsaved_regs, use
13784 stack_alignment_needed.
13785 (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
13786 to HARD_FRAME_POINTER_REGNUM conversions.
13787 (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
13788 (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
13789 (print_reg): Abort on FRAME_POINTER_REGNUM
13790
13791 Mon Jan 24 16:50:08 MET 2000 Jan Hubicka <jh@suse.cz>
13792
13793 * i386.h (PREDICATE_CODES): Add aligned_operand.
13794 * i386.c (aligned_operand): New function.
13795 (ix86_aligned_p): Kill.
13796 * i386.md (movhi_1): Emit mov for aligned operands.
13797 (promoting peep2s): Use aligned_operand.
13798
13799 2000-01-23 Zack Weinberg <zack@wolery.cumb.org>
13800
13801 * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
13802 expression to allow underscores in macro names.
13803 (fix_char_macro_defines): Increment scanning pointer.
13804
13805 2000-01-23 Richard Henderson <rth@cygnus.com>
13806
13807 * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
13808 * alpha/osf5.h: New file.
13809 * configure.in (alpha-*-osf5): Add it to tm_file.
13810
13811 * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
13812
13813 * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
13814 (alpha_emit_xfloating_cvt, function_arg): Declare.
13815 * alpha.c (alpha_emit_conditional_branch): Call
13816 alpha_emit_xfloating_compare for TFmode compares.
13817 (alpha_lookup_xfloating_lib_func): New.
13818 (alpha_compute_xfloating_mode_arg): New.
13819 (alpha_emit_xfloating_libcall): New.
13820 (alpha_emit_xfloating_arith): New.
13821 (alpha_emit_xfloating_compare): New.
13822 (alpha_emit_xfloating_cvt): New.
13823 (print_operand): Add default abort case.
13824 (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
13825 * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
13826 (BIGGEST_ALIGNMENT): Increase to 128 bits.
13827 (RETURN_IN_MEMORY): True for TF/TCmode.
13828 (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
13829 (FUNCTION_ARG): Move to function_arg.
13830 (FUNCTION_ARG_PASS_BY_REFERENCE): New.
13831 (ASM_OUTPUT_LONG_DOUBLE): New.
13832 (ASM_OUTPUT_DOUBLE): Always output bits.
13833 * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
13834 (fix_trunctfdi2, floatditf2, floatunsditf2): New.
13835 (extenddftf2, trunctfdf2): New.
13836
13837 2000-01-23 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13838
13839 * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
13840 * config/sparc/sol2.h: ... here.
13841
13842 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13843
13844 * basic-block.h (struct loops): New field `levels'.
13845 * flow.c (flow_loops_level_compute): Traverse all outer loops.
13846 (flow_loop_level_compute): Initialise level to 1.
13847 (flow_loops_find): Set loops->levels.
13848 (flow_loops_dump): Print loops->levels.
13849
13850 2000-01-23 Richard Henderson <rth@cygnus.com>
13851
13852 * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
13853 (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
13854
13855 2000-01-23 Richard Henderson <rth@cygnus.com>
13856
13857 * i386.c (dbx_register_map, svr4_dbx_register_map): New.
13858 * i386.h (DBX_REGISTER_NUMBER): Use them.
13859 * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
13860 * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
13861 * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
13862 * i386/sequent.h: Kill incorrect comment.
13863
13864 2000-01-23 Mark Mitchell <mark@codesourcery.com>
13865
13866 * ggc-page.c (struct page_entry): Make `context_depth' an
13867 `unsigned short'.
13868 (struct globals): Likewise.
13869
13870 2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
13871
13872 * loop.c (check_dbra_loop): When checking a loop for
13873 reversability, check the source of any stores to ensure
13874 they don't depend on an initial value.
13875
13876 2000-01-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13877
13878 * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
13879
13880 2000-01-22 Zack Weinberg <zack@wolery.cumb.org>
13881
13882 * fixinc/fixincl.c: Move declarations of 'pz_fname' and
13883 'pz_scan' into scope of entire function. Only affects
13884 compiles with -DDEBUG.
13885
13886 2000-01-22 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
13887
13888 * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
13889 section naming to that prior to 2000-01-07 patch.
13890 * config/mips/elf.h (UNIQUE_SECTION): Ditto.
13891 * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
13892 * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
13893 * config/i386/interix.c (UNIQUE_SECTION): Ditto.
13894 * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
13895
13896 2000-01-22 Bernd Schmidt <bernds@cygnus.co.uk>
13897
13898 * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
13899 constant.
13900
13901 2000-01-21 Jim Wilson <wilson@cygnus.com>
13902
13903 * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
13904 * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
13905
13906 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
13907
13908 * cpphash.c (change_newlines): Delete function.
13909 (struct argdata): Delete 'newlines' and 'use_count' fields.
13910 (macroexpand): Remove code referencing those fields.
13911
13912 2000-01-22 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13913
13914 * loop.c (loops_info): New variable.
13915 (loop_optimize): Allocate loops->array and free it on exit.
13916 Allocate memory for loops_info and assign to each loop,
13917 replacing alloca.
13918 (find_and_verify_loops): Do not allocate loops->array.
13919
13920 2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
13921
13922 * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
13923
13924 2000-01-21 Jakub Jelinek <jakub@redhat.com>
13925
13926 * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
13927 pseudos if expanded after first flow.
13928 (movdi_pic_label_ref): Likewise.
13929
13930 2000-01-20 Richard Henderson <rth@cygnus.com>
13931
13932 * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
13933
13934 2000-01-20 Zack Weinberg <zack@wolery.cumb.org>
13935
13936 * Makefile.in (fixinc.sh): Depend on specs.
13937 * fixinc/Makefile.in: Add rule to create machname.h.
13938 (fixlib.o): Depend on machname.h.
13939 * fixinc/fixtests.c (machine_name): New test.
13940 * fixinc/fixfixes.c (machine_name): New fix.
13941 * fixinc/fixlib.c (mn_get_regexps): New helper function for
13942 the machine_name test and fix.
13943 * fixinc/fixlib.h: Prototype it.
13944 * fixinc/inclhack.def (machine_name): Use the C test and fix.
13945 * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
13946
13947 * gcc.c (do_spec_1) [case P]: Take care not to create
13948 identifiers with three leading or trailing underscores.
13949
13950 * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
13951 (fixincl): Don't specify libraries twice on link line.
13952 (gnu-regex.o): Remove special rule.
13953 * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
13954 defined by config.h. Do not define _REGEX_RE_COMP.
13955 (regcomp): Allocate and initialize a fastmap.
13956 * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
13957
13958 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
13959
13960 * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
13961
13962 2000-01-19 Richard Henderson <rth@cygnus.com>
13963
13964 * flow.c (propagate_block): Replace FIRST, LAST and BNUM
13965 arguments with BB. Update all callers. Tidy line wrapping.
13966
13967 2000-01-19 Clinton Popetz <cpopetz@cygnus.com>
13968
13969 * emit-rtl.c (try_split): Return last_insn if we split the
13970 last_insn.
13971
13972 Thu Jan 20 01:01:23 MET 2000 Jan Hubicka <jh@suse.cz>
13973
13974 * i386-protos.h (ix86_compute_frame_size): Remove prototype.
13975 (ix86_initial_elimination_offset): Declare.
13976 * i386.c (ix86_nsaved_regs): Break out from ...
13977 (ix86_can_use_return_insn_p): ... here.
13978 (ix86_emit_save_regs): Break out from ...
13979 (ix86_expand_prologue): ... here.
13980 (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
13981 out from ...
13982 (ix86_expand_epilogue): ... here.
13983 (ix86_compute_frame_size): Make static, add prototype.
13984 (ix86_initial_elimination_offset): Break out from ...
13985 * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
13986
13987 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13988
13989 * recog.h (OUT_FCN): Delete.
13990
13991 * vax.md: Call `get_insn_template' instead of OUT_FCN.
13992
13993 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13994
13995 * cppalloc.c: PROTO -> PARAMS.
13996 * cpperror.c: Likewise.
13997 * cppfiles.c: Likewise.
13998 * cpplib.c: Likewise.
13999 * cpplib.h: Likewise.
14000
14001 * config/arm/arm-protos.h: PROTO -> PARAMS.
14002 * config/arm/arm.c: Likewise.
14003 * config/c4x/c4x.c: Likewise.
14004 * config/fr30/fr30-protos.h: Likewise.
14005 * config/nextstep.c: Likewise.
14006 * config/pa/pa.c: Likewise.
14007 * config/pj/pj.c: Likewise.
14008 * config/rs6000/rs6000.c: Likewise.
14009 * config/v850/v850-protos.h: Likewise.
14010 * config/v850/v850.c: Likewise.
14011
14012 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14013
14014 * i370-protos.h: New file.
14015
14016 * i370.c: Include tm_p.h. Fix compile time warnings.
14017
14018 * i370.h: Move prototypes to i370-protos.h. Fix compile time
14019 warnings.
14020
14021 * i370.md: Likewise.
14022
14023 2000-01-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14024
14025 * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
14026 (target_isinf, target_isnan, eisnan): Mark parameter with
14027 ATTRIBUTE_UNUSED.
14028 (eiisinf): Wrap in INFINITY.
14029 (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
14030 (ibmtoe): Remove unused variable `rndsav'.
14031
14032 Wed Jan 19 20:23:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
14033
14034 * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
14035 (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
14036
14037 2000-01-19 Zack Weinberg <zack@wolery.cumb.org>
14038
14039 * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
14040 * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
14041 (fix_char_macro_defines, fix_char_macro_uses): New functions.
14042
14043 * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
14044 Recognize Emacs mode markers also.
14045 * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
14046 C++ comments in C++ headers. Call is_cxx_header only if
14047 necessary.
14048
14049 * fixinc/inclhack.def (avoid_bool): Add select for the problem and
14050 bypass for ncurses.
14051 (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
14052 (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
14053 ... these, which use the new C fixes.
14054 (math_exception): Escape literal '+' in bypass expression.
14055
14056 * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
14057 Regenerate.
14058
14059 2000-01-19 Geoff Keating <geoffk@cygnus.com>
14060
14061 * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
14062 inside the MEM.
14063
14064 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14065
14066 * loop.c (loop_optimize): Allocate loop_info structure for each loop
14067 prior to calling scan_loop.
14068
14069 Wed Jan 19 19:54:38 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
14070
14071 * sh.c (find_barrier, gen_block_redirect): Fix indentation.
14072 (split_branches, calc_live_regs): Likewise.
14073
14074 Wed Jan 19 19:12:36 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
14075
14076 * sh.md (fpu_single, fp_mode): New attributes.
14077
14078 2000-01-20 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14079
14080 * loop.c (current_loop_info): Renamed from loop_info_data
14081 and changed to a pointer.
14082 (loop_optimize): Allocate loop_info structure for each loop
14083 and initialise to zero.
14084 (scan_loop): Set current_loop_info.
14085
14086 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
14087 on iteration_var.
14088
14089 2000-01-19 Richard Henderson <rth@cygnus.com>
14090
14091 * stupid.c: Die die die.
14092 * Makefile.in (OBJS): Remove stupid.o.
14093 (stupid.o): Likewise.
14094
14095 * except.c (emit_eh_context): Don't emit USEs for stupid.
14096 * explow.c (probe_stack_range): Likewise.
14097 * flags.h (obey_regdecls): Remove.
14098 * flow.c (find_basic_blocks): Don't run try_merge_blocks
14099 when not optimizing.
14100 (life_analysis): Limit data collection when not optimizing.
14101 (mark_regs_live_at_end): Always mark the return value registers.
14102 (mark_used_regs): Remove dummy RETURN case.
14103 (print_rtl_with_bb): Don't consult obey_regdecls.
14104 * function.c (use_variable, use_variable_after): Remove.
14105 (assign_parms): Consult optimize not obey_regdecls.
14106 (expand_function_start): Don't emit USEs for stupid.
14107 (expand_function_end): Likewise.
14108 * global.c (build_insn_chain): Export.
14109 * integrate.c (expand_inline_function): Kill return-value USE
14110 handling code.
14111 * jump.c (jump_optimize_1): Do simple jump optimizations and
14112 dead code elimination.
14113 (calculate_can_reach_end): Remove check_deleted argument.
14114 (delete_insn): Patch out insns even when not optimizing.
14115 * local-alloc.c (block_alloc): Don't do tying when not optimizing.
14116 * rtl.h (use_variable, use_variable_after): Remove declarations.
14117 (build_insn_chain): Declare.
14118 * stmt.c (expand_value_return): Don't emit USEs for stupid.
14119 (expand_end_bindings): Likewise.
14120 (expand_decl): Likewise. Consult optimize not obey_regdecls.
14121 * toplev.c (obey_regdecls): Remove.
14122 (rest_of_compilation): Don't set it. Kill stupid in favour of
14123 flow1, local-alloc, and reload.
14124 (main): Don't set obey_regdecls.
14125
14126 * config/nextstep.c (handle_pragma): Likewise.
14127
14128 * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
14129
14130 * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
14131
14132 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14133
14134 * alpha-protos.h: PROTO -> PARAMS.
14135 * alpha.c: Likewise.
14136 * elf.h: Likewise.
14137 * h8300.c: Likewise.
14138 * i386-protos.h: Likewise.
14139 * i386.c: Likewise.
14140 * m32r-protos.h: Likewise.
14141 * m32r.c: Likewise.
14142 * mips.c: Likewise.
14143 * mips.md: Likewise.
14144 * gmon-sol2.c: Likewise.
14145 * sparc.c: Likewise.
14146
14147 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14148
14149 * ns32k-protos.h: New file.
14150
14151 * ns32k.c: Fix compile time warnings.
14152
14153 * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time
14154 warnings.
14155
14156 * ns32k.md: Likewise.
14157
14158 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14159
14160 * vax-protos.h: New file.
14161
14162 * vax.c: Fix compile time warnings.
14163
14164 * vax.h: Move prototypes to vax-protos.h. Fix compile time
14165 warnings.
14166
14167 * vax.md: Likewise.
14168
14169 * vaxv.md: Likewise.
14170
14171 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14172
14173 * romp-protos.h: New file.
14174
14175 * romp.c: Fix compile time warnings.
14176
14177 * romp.h: Move prototypes to romp-protos.h. Fix compile time
14178 warnings.
14179
14180 * romp.md: Likewise.
14181
14182 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14183
14184 * we32k-protos.h: New file.
14185
14186 * we32k.c: Fix compile time warnings.
14187
14188 * we32k.h: Move prototypes to we32k-protos.h. Fix compile time
14189 warnings.
14190
14191 2000-01-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14192
14193 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
14194
14195 * except.c (eh_regs): Likewise.
14196
14197 * final.c (output_operand): Likewise.
14198
14199 * fold-const.c (target_isinf, target_isnan): Likewise.
14200
14201 Tue Jan 18 16:19:55 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
14202
14203 * i386.h (BIGGEST_ALIGNMENT): Set to 128.
14204 (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
14205
14206 * i386.md (memstr): Do not use rep stosb for counts divisible by 4
14207 when optimize_size.
14208 (clrstrsi): Rewrite.
14209 (strsethi, strsetqi): New expanders.
14210 (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
14211 (cmpstrsi): Emit compare insn before cmpstrsi_1
14212 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
14213 (strlensi_1): Likewise.
14214 (cmpstrsi_1): Likewise; do not output compare.
14215 (strlen expander): Do not unroll when optimizing for size.
14216 (*subsi3_carry): Rename to subsi3_carry
14217 (addqi3_cc): New pattern.
14218 * i386.h (processor_costs): Add move_ratio field.
14219 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
14220 * i386.c (*_cost): Set move_ratio.
14221 (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
14222 (x86_expand_strlensi_1): Rewrite the main loop.
14223
14224 2000-01-17 Richard Henderson <rth@cygnus.com>
14225
14226 * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
14227 * cse.c (find_comparison_args, fold_rtx): Likewise.
14228 * integrate.c (subst_constants): Likewise.
14229 * loop.c (get_condition): Likewise.
14230
14231 * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
14232
14233 * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
14234
14235 2000-01-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
14236
14237 * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
14238 (RESTORE_WARN_FLAGS): Unpack it.
14239 Change semantic type of extension to ttype.
14240 * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
14241 * c-parse.y, c-parse.c, objc/objc-parse.y,
14242 objc/objc-parse.c: Regenerate.
14243
14244 2000-01-17 Zack Weinberg <zack@wolery.cumb.org>
14245
14246 * fixinc/fixlib.c: Add copyright notice.
14247 (compile_re): New function.
14248 * fixinc/fixlib.h: Prototype compile_re.
14249
14250 * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
14251 Use compile_re to compile regular expressions.
14252
14253 * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
14254 where the pattern matched.
14255
14256 * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
14257 use 'replace'.
14258 (ultrix_ansi_compat): Likewise.
14259 (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
14260 add egrep test.
14261 (interactv_add2, interactv_add3): Delete.
14262 (x11_sprintf): Don't use filename glob.
14263 * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
14264 Regenerate.
14265
14266 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14267
14268 * print-rtl.c: PROTO -> PARAMS.
14269 * real.c: Likewise.
14270 * reg-stack.c: Likewise.
14271 * resource.c: Likewise.
14272 * sdbout.h: Likewise.
14273 * simplify-rtx.c: Likewise.
14274 * stor-layout.c: Likewise.
14275 * stupid.c: Likewise.
14276 * xcoffout.c: Likewise.
14277 * xcoffout.h: Likewise.
14278
14279 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14280
14281 * toplev.c: PROTO -> PARAMS.
14282 * toplev.h: Likewise.
14283 * tree.c: Likewise.
14284 * tree.h: Likewise.
14285 * unroll.c: Likewise.
14286 * varasm.c: Likewise.
14287 * varray.c: Likewise.
14288 * varray.h: Likewise.
14289
14290 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14291
14292 * reload.c: PROTO -> PARAMS.
14293 * reload.h: Likewise.
14294 * reload1.c: Likewise.
14295 * reorg.c: Likewise.
14296 * resource.h: Likewise.
14297 * rtl.c: Likewise.
14298 * rtl.h: Likewise.
14299 * rtlanal.c: Likewise.
14300 * sbitmap.h: Likewise.
14301 * sdbout.c: Likewise.
14302 * stack.h: Likewise.
14303 * stmt.c: Likewise.
14304 * system.h: Likewise.
14305
14306 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14307
14308 * machmode.h: PROTO -> PARAMS.
14309 * mbchar.h: Likewise.
14310 * mips-tdump.c: Likewise.
14311 * mips-tfile.c: Likewise.
14312 * optabs.c: Likewise.
14313 * output.h: Likewise.
14314 * prefix.c: Likewise.
14315 * profile.c: Likewise.
14316 * protoize.c: Likewise.
14317 * real.h: Likewise.
14318 * recog.c: Likewise.
14319 * recog.h: Likewise.
14320 * regclass.c: Likewise.
14321 * regmove.c: Likewise.
14322 * regs.h: Likewise.
14323
14324 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14325
14326 * ggc-common.c: PROTO -> PARAMS.
14327 * ggc-page.c: Likewise.
14328 * ggc-simple.c: Likewise.
14329 * ggc.h: Likewise.
14330 * global.c: Likewise.
14331 * graph.c: Likewise.
14332 * gthr-win32.h: Likewise.
14333 * haifa-sched.c: Likewise.
14334 * halfpic.h: Likewise.
14335 * integrate.c: Likewise.
14336 * integrate.h: Likewise.
14337 * jump.c: Likewise.
14338 * lcm.c: Likewise.
14339 * local-alloc.c: Likewise.
14340 * loop.c: Likewise.
14341 * loop.h: Likewise.
14342
14343 2000-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14344
14345 * genattr.c: PROTO -> PARAMS.
14346 * genattrtab.c: Likewise.
14347 * gencheck.c: Likewise.
14348 * gencodes.c: Likewise.
14349 * genconfig.c: Likewise.
14350 * genemit.c: Likewise.
14351 * genextract.c: Likewise.
14352 * genflags.c: Likewise.
14353 * gengenrtl.c: Likewise.
14354 * genopinit.c: Likewise.
14355 * genoutput.c: Likewise.
14356 * genpeep.c: Likewise.
14357 * genrecog.c: Likewise.
14358
14359 2000-01-16 Mark Mitchell <mark@codesourcery.com>
14360
14361 * tree.h (BINFO_VPTR_FIELD): Augment documentation.
14362
14363 2000-01-16 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14364
14365 * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
14366 * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
14367 * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
14368 * configure, config.in: Rebuilt.
14369
14370 2000-01-16 Zack Weinberg <zack@wolery.cumb.org>
14371
14372 * config/i386/i386.md: Add peephole to merge successive stack
14373 adjusts.
14374
14375 Sat Jan 15 15:41:14 EST 2000 John Wehle (john@feith.com)
14376
14377 * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
14378 instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK
14379 when walking backwards to find all the parameter loads when
14380 the basic block ends in a call.
14381
14382 2000-01-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14383
14384 * loop.c (this_loop_info): Delete.
14385 (uid_loop): Add in place of uid_loop_num. All uses updated.
14386 (loop_number_exit_count): Delete and replace with entry in loop
14387 structure. All uses updated.
14388 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
14389 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
14390 (loop_outer_loop): Likewise.
14391 (loop_invalid, loop_number_exit_labels): Likewise.
14392 (loop_used_count_register): Delete and replace with entry in
14393 loop_info structure.
14394 (find_and_verify_loops): Add loops argument.
14395 (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
14396 loop_end, etc. arguments with loop structure pointer. All callers
14397 changed.
14398 (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
14399 (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
14400 (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
14401 (insert_bct): Likewise.
14402 (basic_induction_var): New argument level.
14403 * loop.h (struct loop_info): Delete fields num, loops_enclosed,
14404 vtop, and cont. Add used_count_register.
14405 (uid_loop): Delete declaration.
14406 (loop_number_exit_count): Likewise.
14407 (loop_number_loop_starts, loop_number_loop_ends): Likewise.
14408 (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
14409 (loop_outer_loop, loop_used_count_register): Likewise.
14410 (loop_invalid, loop_number_exit_labels): Likewise.
14411 (unroll_loop): Replace loop_start and loop_end arguments
14412 with loop structure pointer.
14413 (loop_precondition_p, loop_iterations): Likewise.
14414 Include basic-block.h.
14415 * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
14416 with loop structure pointer.
14417 (loop_precondition_p, loop_iterations): Likewise.
14418 * basic-block.h (struct loop): New entries vtop, cont,
14419 cont_dominator, start, end, top, scan_start, exit_labels,
14420 exit_count.
14421 * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
14422
14423 2000-01-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14424
14425 * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
14426
14427 2000-01-14 Nathan Sidwell <sidwell@codesourcery.com>
14428
14429 * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
14430
14431 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14432
14433 * pdp11-protos.h: New file.
14434
14435 * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile
14436 time warnings.
14437
14438 * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time
14439 warnings.
14440
14441 * pdp11.md: Likewise.
14442
14443 * 2bsd.h: Likewise.
14444
14445 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14446
14447 * mn10300-protos.h: New file.
14448
14449 * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile
14450 time warnings.
14451
14452 * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time
14453 warnings.
14454
14455 * mn10300.md: Likewise.
14456
14457 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14458
14459 * mn10200-protos.h: New file.
14460
14461 * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile
14462 time warnings.
14463
14464 * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time
14465 warnings.
14466
14467 * mn10200.md: Likewise.
14468
14469 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14470
14471 * h8300-protos.h: New file.
14472
14473 * h8300.c: Include tm_p.h. Add static prototypes. Fix compile
14474 time warnings.
14475
14476 * h8300.h: Move prototypes to h8300-protos.h. Fix compile time
14477 warnings.
14478
14479 * h8300.md: Likewise.
14480
14481 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14482
14483 * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
14484 (asm_emit_uninitialised): Likewise.
14485
14486 2000-01-13 Gavin Romig-Koch <gavin@cygnus.com>
14487
14488 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
14489 * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
14490
14491 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
14492
14493 * config/mips/mips.c (override_options): Don't turn on extra
14494 alignment for mips16.
14495
14496 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
14497
14498 * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
14499 eabi, and make sure queued POSTINCREMENT rtl is emitted at
14500 the right point.
14501
14502 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
14503
14504 * builtins.c (PAD_VARARGS_DOWN): Define.
14505 (std_expand_builtin_va_arg): Use the above macro.
14506 * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
14507 * tm.texi (Register Arguments): Document the above macro.
14508
14509 2000-01-14 Nick Clifton <nickc@cygnus.com>
14510
14511 * emit-rtl.c (emit_insn): If checking is enabled, make sure
14512 that this function has not been used to emit a jump
14513 instruction.
14514
14515 * jump.c (return_jump_1): Cope with being passed a null rtx.
14516
14517 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14518
14519 * eh-common.h: PROTO -> PARAMS.
14520 * emit-rtl.c: Likewise.
14521 * errors.c: Likewise.
14522 * errors.h: Likewise.
14523 * except.c: Likewise.
14524 * except.h: Likewise.
14525 * explow.c: Likewise.
14526 * expmed.c: Likewise.
14527 * expr.c: Likewise.
14528 * expr.h: Likewise.
14529 * final.c: Likewise.
14530 * fix-header.c: Likewise.
14531 * flow.c: Likewise.
14532 * fold-const.c: Likewise.
14533 * function.c: Likewise.
14534 * function.h: Likewise.
14535 * gcc.c: Likewise.
14536 * gcov-io.h: Likewise.
14537 * gcov.c: Likewise.
14538 * gcse.c: Likewise.
14539
14540 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14541
14542 * sh-protos.h: New file.
14543
14544 * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
14545 Add static prototypes. Fix compile time warnings.
14546
14547 * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings.
14548 * sh.md: Likewise.
14549 * elf.h: Likewise.
14550
14551 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14552
14553 * arc-protos.h: New file.
14554
14555 * arc.c: Include tm_p.h. Add static prototypes. Fix compile
14556 time warnings.
14557
14558 * arc.h: Move prototypes to arc-protos.h. Fix compile time
14559 warnings.
14560
14561 * arc.md: Likewise.
14562
14563 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14564
14565 * dsp16xx-protos.h: New file.
14566
14567 * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile
14568 time warnings.
14569
14570 * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time
14571 warnings.
14572
14573 * dsp16xx.md: Likewise.
14574
14575 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14576
14577 * convex-protos.h: New file.
14578
14579 * convex.c: Include tm_p.h. Add static prototypes. Fix compile
14580 time warnings.
14581
14582 * convex.h: Move prototypes to convex-protos.h. Fix compile time
14583 warnings.
14584
14585 2000-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14586
14587 * elxsi-protos.h: New file.
14588
14589 * elxsi.c: Include tm_p.h. Add static prototypes. Fix compile
14590 time warnings.
14591
14592 * elxsi.h: Move prototypes to elxsi-protos.h. Fix compile time
14593 warnings.
14594
14595 * elxsi.md: Likewise.
14596
14597 2000-01-14 Clinton Popetz <cpopetz@cygnus.com>
14598
14599 * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
14600 case for moving from HI/LO/HI_LO_REG. This makes the behavior
14601 match the comment for MIPS16.
14602
14603 Fri Jan 14 00:28:06 2000 Jeffrey A Law (law@cygnus.com)
14604
14605 * flow.c (split_edge): Do not call set_block_for_insn if we
14606 do not have a basic_block_for_insn structure.
14607
14608 * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
14609 and destination functions are 32bit aligned within the trampoline.
14610 (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
14611 (TRAMPOLINE_ALIGNMENT): Define.
14612
14613 * cse.c (cse_insn): When changing (set (pc) (reg)) to
14614 (set (pc) (label_ref)), verify the change creates a valid insn.
14615
14616 * fr30.c (call_operand): Tighten and rework to match rules for
14617 call RTL expressions.
14618 * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
14619 * fr30.md (call patterns): Improve constraints.
14620
14621 Thu Jan 13 23:44:03 2000 Richard Henderson <rth@cygnus.com>
14622
14623 * fr30.c (fr30_expand_epilogue): Revert last change.
14624 Use emit_jump_insn for the return insn.
14625
14626 Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>
14627 Stan Cox <scox@cygnus.com>
14628
14629 * predict.c: New file. Preliminary infrastructure work for static
14630 branch prediction and basic block reordering.
14631 * basic-block.h: Add prototype for estimate_probability.
14632 * Makefile.in: Add rules for predict.o.
14633
14634 2000-01-13 Jason Merrill <jason@yorick.cygnus.com>
14635
14636 * fixincludes (va_list): Use __not_va_list__ for the dummy.
14637 * fixinc/*: Likewise.
14638
14639 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14640
14641 * cccp.c: PROTO -> PARAMS.
14642 * cexp.y: Likewise.
14643 * collect2.c: Likewise.
14644 * combine.c: Likewise.
14645 * convert.h: Likewise.
14646 * cse.c: Likewise.
14647 * dbxout.c: Likewise.
14648 * dbxout.h: Likewise.
14649 * diagnostic.c: Likewise.
14650 * doprint.c: Likewise.
14651 * dwarf2out.c: Likewise.
14652 * dwarf2out.h: Likewise.
14653 * dwarfout.c: Likewise.
14654 * dwarfout.h: Likewise.
14655 * dyn-string.h: Likewise.
14656
14657 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14658
14659 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
14660 macro conditionals guarding use.
14661
14662 * dwarf2out.c: Include "tm_p.h".
14663
14664 * function.c (locate_and_pad_parm): Mark parameter with
14665 ATTRIBUTE_UNUSED.
14666 (expand_function_end): Likewise for variable `context'.
14667
14668 * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
14669
14670 2000-01-13 Nick Clifton <nickc@cygnus.com>
14671
14672 * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
14673 register to prevent compile time warnings.
14674
14675 2000-01-13 Zack Weinberg <zack@wolery.cumb.org>
14676
14677 * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
14678 to avoid -Wtraditional warning.
14679
14680 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14681
14682 * 1750a-protos.h: New file.
14683
14684 * 1750a.c: Include tm_p.h. Add static prototypes. Fix compile
14685 time warnings.
14686
14687 * 1750a.h: Move prototypes to 1750a-protos.h. Fix compile time
14688 warnings.
14689
14690 * 1750a.md: Likewise.
14691
14692 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14693
14694 * a29k-protos.h: New file.
14695
14696 * a29k.c: Include tm_p.h. Add static prototypes. Fix compile
14697 time warnings.
14698
14699 * a29k.h: Move prototypes to a29k-protos.h. Fix compile time
14700 warnings.
14701
14702 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14703
14704 * clipper-protos.h: New file.
14705
14706 * clipper.c: Include tm_p.h. Add static prototypes. Fix compile
14707 time warnings.
14708
14709 * clipper.h: Move prototypes to clipper-protos.h. Fix compile time
14710 warnings.
14711
14712 Thu Jan 13 16:03:06 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
14713
14714 * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
14715
14716 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
14717
14718 * configure.in (--enable-new-gxx-abi): New option.
14719 * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
14720 * Makefile.in (GXX_ABI_FLAG): New variable.
14721 * configure: Regenerate.
14722
14723 2000-01-13 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14724
14725 * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
14726 * tm.texi (FORCE_STRUCT_BLK): Document.
14727 * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
14728
14729 Wed Jan 12 23:12:47 2000 Hans-Peter Nilsson <hp@axis.com>
14730
14731 * config/ns32k/ns32k.md: Revert Jan 9 change.
14732
14733 * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
14734 to a mode-test, if the predicate is address_operand.
14735
14736 Wed Jan 12 22:34:00 2000 Jeffrey A Law (law@cygnus.com)
14737
14738 * combine.c (if_then_else_cond): Be careful about what kinds
14739 of RTL expressions are passed to operand_subword.
14740
14741 * flow.c (split_edge): If we have to insert a new jump, make
14742 sure to associate it with a basic block.
14743
14744 * flow.c (commit_one_edge_insertion): A block with one successor
14745 can end in a JUMP_INSN that is not a simplejump.
14746
14747 2000-01-12 Robert Lipe <robertl@sco.com>
14748
14749 * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
14750 (BUILD_VA_LIST_TYPE): Define.
14751 (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
14752 with crtstuff.c.
14753
14754 2000-01-12 Jason Merrill <jason@casey.cygnus.com>
14755
14756 * cccp.c (do_pragma): Add cast to (char *).
14757
14758 2000-01-12 Richard Henderson <rth@cygnus.com>
14759 Fred Fish <fnf@be.com>
14760 Jason Merrill <jason@cygnus.com>
14761
14762 * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
14763 * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
14764 * i386/beos-elf.h, i386/beos-pe.h: New files.
14765
14766 * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
14767 * cross-make (SYSTEM_HEADER_DIR): Define using
14768 CROSS_SYSTEM_HEADER_DIR.
14769
14770 * gcc.c (LIBRARY_PATH_ENV): Provide default.
14771 (process_command): Use it.
14772 (main): Likewise. Kill trailing = from env vars.
14773 (build_search_list): Put it back.
14774 * collect2.c (main): Use LIBRARY_PATH_ENV.
14775
14776 * configure.in (GCC_NEED_DECLARATIONS): Add environ.
14777 * toplev.c: Use NEED_DECLARATION_ENVIRON.
14778
14779 * tm.texi (Frame Layout): Document SMALL_STACK.
14780 * c-common.c (c_common_nodes_and_builtins): Check it.
14781
14782 * system.h: Undef alloca after including glibc's <stdlib.h>,
14783 if USE_C_ALLOCA is defined.
14784
14785 * gcc.c (set_input): New fn.
14786 (main): After all input files are compiled, reset the input file
14787 info to the first.
14788
14789 * aclocal.m4 (rindex, index): If already defined, don't attempt
14790 to redefine.
14791
14792 * ginclude/varargs.h: (__va_list__): Define ifndef.
14793 * ginclude/stdarg.h: Likewise.
14794
14795 * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
14796 instead of unsigned char.
14797
14798 * hash.h (true, false, boolean): Undef before enum.
14799
14800 * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
14801 proper type of "HOST_WIDE_INT *", rather than their natural type of
14802 "unsigned HOST_WIDE_INT *".
14803
14804 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14805
14806 * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
14807
14808 * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
14809
14810 * regclass.c (choose_hard_reg_mode): Likewise.
14811
14812 * reload.c (find_valid_class, strict_memory_address_p): Likewise.
14813
14814 * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
14815
14816 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14817
14818 * c-common.c: PROTO -> PARAMS.
14819 * c-common.h: Likewise.
14820 * c-decl.c: Likewise.
14821 * c-iterate.c: Likewise.
14822 * c-lang.c: Likewise.
14823 * c-lex.c: Likewise.
14824 * c-lex.h: Likewise.
14825 * c-parse.in: Likewise.
14826 * c-pragma.c: Likewise.
14827 * c-pragma.h: Likewise.
14828 * c-tree.h: Likewise.
14829 * c-typeck.c: Likewise.
14830 * objc/objc-act.c: Likewise.
14831 * objc/objc-act.h: Likewise.
14832
14833 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14834
14835 * m88k-protos.h: New file.
14836
14837 * m88k.c: Include tm_p.h. Add static prototypes. Fix compile
14838 time warnings.
14839
14840 * m88k.h: Move prototypes to m88k-protos.h. Fix compile time warnings.
14841
14842 * m88k.md: Likewise.
14843
14844 * tekXD88.h: Likewise.
14845
14846 2000-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14847
14848 * m68k-protos.h: New file.
14849
14850 * m68k.c: Include tm_p.h. Add static prototypes. Fix compile
14851 time warnings.
14852
14853 * m68k.h: Move prototypes to m68k-protos.h. Fix compile time warnings.
14854
14855 * mot3300.h: Likewise.
14856
14857 2000-01-12 Richard Earnshaw <rearnsha@arm.com>
14858
14859 * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
14860 extract_bitlst.
14861 (extract_bitlist): Declare bitlen.
14862
14863 2000-01-12 Zack Weinberg <zack@wolery.cumb.org
14864
14865 * cccp.c: Accept and ignore -lang-fortran.
14866
14867 * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
14868 qualifiers don't match at any level of pointerness.
14869
14870 2000-01-12 Robert Lipe <robertl@sco.com>
14871
14872 * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
14873
14874 2000-01-12 Bernd Schmidt <bernds@cygnus.co.uk>
14875
14876 * reload1.c (reload_reg_unavailable): New static variable.
14877 (reload_reg_free_p): Test it.
14878 (reload_reg_free_for_value_p): Test it instead of
14879 reload_reg_used.
14880 (choose_reload_regs_init): Compute it.
14881
14882 Wed Jan 12 03:24:41 2000 Toshiyasu Morita (toshi.morita@sega.com)
14883
14884 * reorg.c (fill_slots_from_thread): Check modified_in_p
14885 before replacing.
14886
14887 Wed Jan 12 03:20:31 2000 John Marshall <john_w_marshall@palm.com>
14888
14889 * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
14890 these nodes even if INTERNALS is not set.
14891
14892 Wed Jan 12 09:39:22 2000 Nick Burrett <nick.burrett@btinternet.com>
14893
14894 * gcse.c (delete_null_pointer_checks_1): Cope when
14895 get_condition cannot determine the condition.
14896
14897 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
14898
14899 * toplev.h (set_message_length): Declare.
14900
14901 * diagnostic.c (obstack_chunk_alloc): Define macro.
14902 (obstack_chunk_free): Likewise.
14903 (struct output_buffer): New data structure.
14904 (vmessage): Remove.
14905 (output_maximum_width): New variable.
14906 (doing_line_wrapping, set_message_length, init_output_buffer,
14907 get_output_prefix, output_space_left, emit_output_prefix,
14908 output_newline, output_append, output_puts, dump_output,
14909 vbuild_message_string, build_message_string, build_location_prefix,
14910 voutput_notice, output_printf, line_wrapper_printf,
14911 vline_wrapper_message_with_location): New functions. Implement
14912 automatic line wrapping.
14913 (v_message_with_decl): Make it handle automatic line wrapping.
14914 (v_error_with_file_and_line): Likewise.
14915 (v_warning_with_file_and_line): Likewise.
14916 (announce_function): Likewise.
14917 (default_print_error_function): Likewise.
14918
14919 2000-01-11 16:24 -0800 Zack Weinberg <zack@wolery.cumb.org>
14920
14921 * cpplib.h (struct cpp_options): Change lang_asm to char.
14922 Add lang_fortran.
14923 * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
14924 done in cpp_handle_option now.
14925 (initialize_builtins): Take out special case code used only by
14926 __STDC_VERSION__.
14927 (cpp_handle_option): Turn off trigraphs and trigraph warnings
14928 if -traditional. Recognize -lang-fortran and set
14929 lang_fortran, also turn off cplusplus_comments.
14930 (print_help): Document -lang-fortran.
14931 * cpplib.c (handle_directive): Ignore `# 123 "file"' if
14932 lang_asm. Ignore all directives other than `# 123 "file"' if
14933 CPP_PREPROCESSED.
14934 (cpp_get_token): If -traditional, don't recognize directives
14935 unless the # is in column 1.
14936 (parse_string): If lang_fortran or lang_asm, silently
14937 terminate strings ('' or "") at end of line.
14938 Remove unnecessary braces.
14939
14940 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14941 Richard Henderson <rth@cygnus.com>
14942
14943 * resource.c (mark_referenced_resources): Mark a set strict_low_part
14944 as used.
14945 * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
14946 strict_low_part when possible.
14947
14948 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14949
14950 * alias.c: PROTO -> PARAMS.
14951 * basic-block.h: Likewise.
14952 * bitmap.c: Likewise.
14953 * bitmap.h: Likewise.
14954 * builtins.c: Likewise.
14955 * c-aux-info.c: Likewise.
14956 * caller-save.c: Likewise.
14957 * calls.c: Likewise.
14958
14959 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14960
14961 * Makefile.in (toplev.o): Depend on regs.h.
14962
14963 * output.h (tdesc_section): Prototype.
14964
14965 * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
14966
14967 * sdbout.c: Include "tm_p.h".
14968
14969 * toplev.c: Include "regs.h".
14970
14971 Tue Jan 11 11:37:58 2000 Mike Stump <mrs@wrs.com>
14972
14973 * unroll.c (unroll_loop): Add EH support.
14974
14975 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14976
14977 * pa-protos.h: New file.
14978
14979 * pa.c: Include recog.h and tm_p.h.
14980 (compute_zdepwi_operands, compute_movstrsi_length,
14981 remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
14982 find_addr_reg, import_milli): Add static prototypes.
14983 (pa_cpu_string, pa_arch_string): Constify a char*.
14984 (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
14985 (read_only_operand): Add argument `mode'.
14986 (singlemove_string, output_move_double, output_fp_move_double,
14987 output_block_move, output_and, output_ior, output_ascii,
14988 remove_useless_addtr_insns, milli_names, output_mul_insn,
14989 output_div_insn, output_mod_insn, output_arg_descriptor,
14990 output_cbranch, output_bb, output_bvb, output_dbra, ,
14991 output_millicode_call, output_call, hppa_encode_label,
14992 output_parallel_movb, output_parallel_addb): Constify a char*.
14993 (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
14994 (output_parallel_addb): Remove extra arg to `constrain_operands'
14995
14996 * pa.h: Move all prototypes to pa-protos.h.
14997 (pa_cpu_string, pa_arch_string): Constify a char*.
14998 (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
14999
15000 * pa.md: Call `function_label_operand' with mode argument.
15001 Likewise for `read_only_operand'.
15002 Fix nesting of parens in call to `symbolic_operand'.
15003
15004 2000-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15005
15006 * i860-protos.h: New file.
15007
15008 * i860.c: Include tm_p.h. Add static prototypes. Fix compile
15009 time warnings.
15010
15011 * i860.h: Move prototypes to i860-protos.h. Fix compile time warnings.
15012
15013 * i860.md: Likewise.
15014
15015 Tue Jan 11 18:59:35 MET 2000 Jan Hubicka <jh@suse.cz>
15016
15017 * i386.md (movstrsi expander): Rewrite.
15018 (movstrsi_1 insn): Deleted.
15019 (strmovhi, strmovqi expander): New expanders.
15020 (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
15021 * i386.c (x86_single_stringop): New global variable.
15022 * i386.h (x86_single_stringop): Declare.
15023 (TARGET_SINGLE_STRINGOP): New macro.
15024
15025 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
15026
15027 * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
15028 integer vararg POSTINCREMENT before the destination of the jump
15029 for the hard fp case.
15030 (function_arg_pass_by_reference): Pass a copy of CUM to
15031 FUNCTION_ARG.
15032
15033 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
15034 for CONSTANT_ADDRESS_P above while loop for subreg.
15035
15036 2000-01-11 Clinton Popetz <cpopetz@cygnus.com>
15037
15038 * flow.c (propagate_block): When a prologue/epilogue insn
15039 is marked dead, unconditionally clear libcall_is_dead and
15040 insn_is_dead, and only dump rtl if warnings aren't being
15041 suppressed.
15042
15043 Tue Jan 11 16:26:47 MET 2000 Jan Hubicka <jh@suse.cz>
15044
15045 * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
15046 * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
15047 (FIXED_REGISTERS): Set dirflag as fixed.
15048 (CALL_USED_REGISTERS): Set dirflag as used.
15049 (REG_ALLOC_ORDER): Set dirflag as last one.
15050 (DIRFLAG_REG): New macro.
15051 (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
15052 (HI_REGISTER_NAMES): Add dirflag.
15053 (DEBUF_PRINT_REG): Handle dirflag.
15054 * i386.md (type attribute): New cld and str types.
15055 (length_opcode attribute): Set cld and str to 1.
15056 (memory attribute): Set str to unknown - it is not clear from the
15057 patterns.
15058 (pent_np function unit): Prefixed string operations takes 12 cycles
15059 minimally; cld takes 2 cycles.
15060 (ppro_uops attribute): Str is "many" and cld is "few".
15061 (ppro_p0 unit): Handle cld here.
15062 (k6_alux unit): Handle cld and str types.
15063 (k6_load unit): It is ocupied by str opcodes.
15064 (k6_store unit): It is ocupied by str opcodes.
15065 (athlon_decode): Str is vector decoded.
15066 (athlon_ieu): Handle str and cld.
15067 (cld pattern): New.
15068 (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
15069 (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
15070 cmpstrsi_nz_1 insn): Do not output cld instruction
15071
15072 Tue Jan 11 06:14:39 2000 David Starner <dstarner98@aasaa.ofe.org>
15073
15074 * gcc.texi (G++ and GCC): Add Java and Chill.
15075 (Bug Critera): Don't list languages.
15076
15077 * gcc.texi (Incompatibilities): No longer claim most C compilers
15078 are K&R.
15079
15080 * gcc.texi (G++ and GCC): Update other front-ends list.
15081
15082 Tue Jan 11 05:49:01 2000 Jeffrey A Law (law@cygnus.com)
15083
15084 * i386.c (ix86_expand_setcc): Fix typo.
15085 (ix86_expand_movcc): Similarly.
15086
15087 * Band-aid until haifa's bitset implementation is nuked.
15088 * haifa-sched.c (extract_bitlst): New parameter for size of the
15089 bitset in bits. All callers changed. Avoid looking at undefined
15090 bits in the bitset.
15091 (edgeset_bitsize): New variable.
15092 (schedule_region): Initialize edgeset_bitsize.
15093
15094 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15095
15096 * Makefile.in (optabs.o): Depend on real.h
15097 (resource.o): Depend on insn-attr.h
15098
15099 * builtins.c (result_vector): Wrap prototype in macro conditions
15100 governing definition and use.
15101
15102 * c-common.c: Include tm_p.h.
15103
15104 * c-lex.c: Likewise.
15105
15106 * elfos.h: Constify a char*.
15107
15108 * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
15109 (get_attr_length, shorten_branches, profile_after_prologue): Mark
15110 parameter with ATTRIBUTE_UNUSED.
15111
15112 * fold-const.c (exact_real_inverse): Wrap variable `i' in
15113 CHECK_FLOAT_VALUE.
15114
15115 * haifa-sched.c (schedule_insns): Mark parameter with
15116 ATTRIBUTE_UNUSED.
15117
15118 * optabs.c: Include real.h.
15119
15120 * real.h (ereal_atof): Add prototype arguments.
15121
15122 * resource.c: Include insn-attr.h.
15123
15124 * sdbout.c (sdbout_queue_anonymous_type,
15125 sdbout_dequeue_anonymous_types): Wrap in macro
15126 SDB_ALLOW_FORWARD_REFERENCES.
15127 (sdbout_init, sdbout_start_new_source_file): Mark parameter with
15128 ATTRIBUTE_UNUSED.
15129
15130 * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
15131
15132 * stupid.c: Include tm_p.h.
15133
15134 * tree.c (real_value_from_int_cst): Mark parameter with
15135 ATTRIBUTE_UNUSED.
15136
15137 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15138
15139 * i960-protos.h: New file.
15140
15141 * i960.c: Include tm_p.h. Add static prototypes. Fix compile
15142 time warnings.
15143
15144 * i960.h: Move prototypes to i960-protos.h. Fix compile time warnings.
15145
15146 2000-01-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15147
15148 * combine.c (expand_field_assignment): Do not discard SUBREGs
15149 while computing nonzero_bits.
15150
15151 2000-01-09 Nick Clifton <nickc@cygnus.com>
15152
15153 * config/arm/arm.c: Fix compile time warnings about signed vs
15154 unsigned constants.
15155 * config/arm/arm.h: Fix compile time warnings about signed vs
15156 unsigned constants.
15157
15158 2000-01-09 Philip Blundell <philb@gnu.org>
15159
15160 * config/arm/arm.c (output_return_instruction): Use `ldr' rather
15161 than `ldm' with only one register.
15162 * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
15163 only one register.
15164
15165 * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
15166 clobbered.
15167
15168 Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
15169
15170 * config/ns32k/ns32k.md (load or push effective address): Operand 1
15171 must have SImode.
15172
15173 2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15174
15175 * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
15176 assignment used as truth value.
15177
15178 * function.c (assign_temp): Mark parameter `dont_promote' with
15179 ATTRIBUTE_UNUSED. Wrap variable `unsignedp' with macro
15180 PROMOTE_FOR_CALL_ONLY.
15181
15182 * genrecog.c (write_subroutine): Mark variable `operands' with
15183 ATTRIBUTE_UNUSED.
15184
15185 * optabs.c (prepare_cmp_insn): Mark parameter `align' with
15186 ATTRIBUTE_UNUSED.
15187
15188 * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
15189 (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
15190
15191 * toplev.c (note_deferral_of_defined_inline_function): Likewise
15192 for `decl'.
15193
15194 2000-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15195
15196 * config/c4x.h: Tidy up comments.
15197 * config/c4x.c: Likewise.
15198
15199 Sun Jan 9 01:02:55 EST 2000 John Wehle (john@feith.com)
15200
15201 * fold-const.c (lshift_double, rshift_double): Handle
15202 shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
15203
15204 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15205
15206 * toplev.c (rest_of_compilation): Initialize cse_not_expected as
15207 in prepare_function_start().
15208
15209 Sat Jan 8 12:12:46 2000 Nick Clifton <nickc@cygnus.com>
15210
15211 * config/v850/v850.c (expand_epilogue): Interrupt functions no
15212 longer allocate extra stack for function calls.
15213
15214 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15215
15216 * config/c4x/c4x.md (*subqf3_set): Fix typo.
15217
15218 2000-01-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15219
15220 * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
15221
15222 2000-01-07 David Edelsohn <edelsohn@gnu.org>
15223
15224 * rs6000.c (processor_target_table): Add power3 as alias for 630.
15225 * aix43.h: Revert Aug 2 change.
15226 (HAS_INIT_SECTION): Define, not visible yet.
15227 (LD_INIT_SWITCH): Define, not visible yet.
15228 * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
15229
15230 * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
15231
15232 * collect2.c (main): Expand ld2 size further.
15233 (export_object_lst): Cast assignment to avoid warning.
15234 (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
15235 (scan_prog_file, COFF): Do not collect initialization or
15236 finalization functions generated for entire shared object if
15237 init/fini support present.
15238
15239 2000-01-07 Nick Clifton <nickc@cygnus.com>
15240
15241 * config/elfos.h: Tidy up formatting of marcos. Make sure
15242 that .section directives are always prefixed by a tab.
15243
15244 * config/svr4.h: Add #include "elfos.h" and remove duplicate
15245 definitions.
15246
15247 2000-01-07 Matt Austern <austern@sgi.com>
15248
15249 * fold-const.c (real_hex_to_f): Remove duplicate declaration of
15250 expon.
15251
15252 Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
15253
15254 * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
15255 crtstuff.c.
15256 (crtbegin.o, s-crtS): Likewise.
15257
15258 2000-01-06 Richard Henderson <rth@cygnus.com>
15259
15260 * alpha.md (adddi_2+1): Limit offset such that it will be
15261 loadable with a single ldah+lda pair.
15262 (adddi_2+2): Explicitly fail split if we can't make it work.
15263
15264 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
15265
15266 * protoize.c: Conditionally include unistd.h.
15267 (IS_SAME_PATH_CHAR): New macro.
15268 (IS_SAME_PATH): New macro.
15269 (CPLUS_FILE_SUFFIX): New macro.
15270 (cplus_suffix): New static variable.
15271 (is_abspath): New static function.
15272 (in_system_include_dir): Handle DOS style pathnames.
15273 (file_could_be_converted): Likewise.
15274 (file_normally_convertible): Likewise.
15275 (directory_specified_p): Likewise.
15276 (file_excluded_p): Likewise.
15277 (abspath): Likewise.
15278 (shortpath): Likewise.
15279 (referenced_file_is_newer): Likewise.
15280 (save_def_or_dec): Likewise.
15281 (do_processing): Likewise.
15282 (main): Likewise.
15283 (edit_file): Likewise. Use rename instead of link.
15284 (rename_c_file): Likewise. Don't rename syscalls file.
15285 (munge_compile_params): Define null device for DOS based systems.
15286 (process_aux_info_file): Use binary mode if appliable.
15287 (edit_file): Likewise.
15288 * invoke.texi (Running Protoize): Document C++ suffixes used.
15289
15290 * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
15291 IS_DIR_SEPARATOR macros.
15292 * collect2.c: Likewise.
15293 * cppinit.c: Likewise.
15294 * dwarf2out.c: Likewise.
15295 * gcc.c: Likewise.
15296 * gcov.c: Likewise.
15297 * prefix.c: Likewise.
15298 * rtl.c: Likewise.
15299 * toplev.c: Likewise.
15300 * system.h: And move to here.
15301
15302 * prefix.c (update_path): Fix typo in variable name.
15303
15304 2000-01-06 Richard Henderson <rth@cygnus.com>
15305
15306 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
15307 (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
15308 (count_reg_sets_1, count_reg_references): Likewise.
15309 (flow_loops_level_compute): Start counting actual loop depth at 1.
15310 (flow_loops_find): Likewise.
15311 * local-alloc.c (update_equiv_regs): Likewise.
15312 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
15313
15314 2000-01-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
15315
15316 * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
15317 FIRST_PSEUDO_REGISTER
15318 * dwarf2out.c: Don't include frame.h
15319 * dwarfout.c: Likewise
15320 * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
15321 frame.h
15322
15323 Thu Jan 6 13:44:59 CET 2000 Jan Hubicka <jh@suse.cz>
15324
15325 * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
15326 dead registers.
15327
15328 * i386.c (movsf splitter): Fix typo in my last checkin.
15329
15330 2000-01-05 Nick Clifton <nickc@cygnus.com>
15331
15332 * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
15333 own definition of this macro.
15334 (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
15335 flag_data_sections or UNIQUE_SECTION_P are true.
15336
15337 * tm.texi (UNIQUE_SECTION): Document that it can be called for
15338 unitialised data decls.
15339
15340 * config/i386/winnt.c (i386_pe_unique_section): Cope with
15341 being called for uninitialised data.
15342
15343 * config/i386/interix.c (i386_pe_unique_section): Cope with
15344 being called for uninitialised data.
15345
15346 * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
15347 for uninitialised data.
15348
15349 * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
15350 for uninitialised data.
15351
15352 * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
15353 for uninitialised data.
15354
15355 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
15356 (UNIQUE_SECTION_P): Always generate a unique section if
15357 flag_data_sections is true.
15358 (UNIQUE_SECTION): Also generate unique sections for
15359 uninitialised data.
15360 (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
15361 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
15362 named_section().
15363
15364 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15365
15366 * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
15367 SI, or DI.
15368
15369 2000-01-06 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15370
15371 * config/c4x/c4x.md (udivqi3, divqi3): Delete.
15372 (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
15373 (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
15374 (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
15375 (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
15376
15377 * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
15378
15379 2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.columbia.edu>
15380
15381 * c-decl.c (finish_enum): Simplify code to determine minimum and
15382 maximum values of the enum, and calculate the type. Remove check
15383 for FUNCTION_DECLs in the values list, which cannot happen. Replace
15384 the DECL_INITIAL of each enumeration constant with a copy converted
15385 to the enumeration type. When updating variant types, don't bother
15386 updating the type itself.
15387
15388 * c-typeck.c (build_binary_op): Simplify conditional expressions
15389 when weeding out spurious signed-unsigned warnings. Add new
15390 spurious warning category: if the unsigned quantity is an enum
15391 and its maximum value fits in signed_type(result_type). Update
15392 commentary.
15393 (build_conditional_expr): Warn here if one alternative is signed
15394 and the other is unsigned.
15395
15396 2000-01-05 Nick Clifton <nickc@cygnus.com>
15397
15398 * config/fr30/fr30.h: Remove extraneous comments.
15399
15400 2000-01-05 Bernd Schmidt <bernds@cygnus.co.uk>
15401
15402 * reload1.c (choose_reload_regs): When disabling a reload, also
15403 set reload_spill_index to -1.
15404
15405 2000-01-04 Joel Sherrill (joel@OARcorp.com>
15406
15407 * configure.in (m68*-*-rtemscoff*): New target, formal name for
15408 old m68*-*-rtems*.
15409 (m68*-*-rtemself*): New target.
15410 (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
15411 (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
15412 (sparc*-*-rtemself*): New target.
15413 (sparc*-*-rtems*): Now elf not a.out.
15414 * config/i386/rtems.h: Include config/rtems.h.
15415 * config/i386/rtemself.h: Include config/rtems.h.
15416 * config/i960/rtems.h: Include config/rtems.h.
15417 * config/m68k/rtems.h: Include config/rtems.h.
15418 * config/m68k/rtemself.h: Include config/rtems.h.
15419 * config/mips/rtems64.h: Include config/rtems.h.
15420 * config/pa/rtems.h: Include config/rtems.h.
15421 * config/rs6000/rtems.h: Include config/rtems.h.
15422 * config/sh/rtems.h: Include config/rtems.h.
15423 * config/sh/rtemself.h: Include config/rtems.h.
15424 * config/sparc/rtems.h: Include config/rtems.h.
15425 * config/sparc/rtemself.h: Include config/rtems.h
15426
15427 Tue Jan 4 23:59:26 2000 Denis Chertykov <denisc@overta.ru>
15428
15429 * final.c (shorten_branches): Correctly compute length of
15430 asms without operands.
15431
15432 Tue Jan 4 22:55:41 2000 Steve Chamberlain <sac@pobox.com>
15433
15434 * configure.in: Add pj target.
15435 * configure: Regenerate.
15436 * config/pj: New directory.
15437 * config/pj/lib1funcs.S: New file.
15438 * config/pj/linux.h: New file.
15439 * config/pj/pj.c: New file.
15440 * config/pj/pj.md: New file.
15441 * config/pj/pjl.h: New file.
15442 * config/pj/t-pj: New file.
15443 * config/pj/xm-pj.h: New file
15444
15445 Tue Jan 4 22:30:16 2000 Jeffrey A Law (law@cygnus.com)
15446
15447 * toplev.c (rest_of_compilation): Run shorten-branches before
15448 reg-stack for now.
15449
15450 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15451
15452 * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
15453 macros so that they're consistent with their names.
15454 * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15455 * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
15456
15457 2000-01-05 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15458
15459 * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
15460 modified inadvertently.
15461
15462 2000-01-04 Joel Sherrill <joel@OARcorp.com>
15463
15464 * configure.in (v850*-*-rtems*): New target.
15465 * configure: Regenerate.
15466 * config/v850/rtems.h: New file.
15467
15468 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
15469
15470 * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
15471 (__gthread_key_create): Likewise.
15472 (__gthread_key_dtor): Likewise.
15473 (__gthread_once): Fix logic.
15474 (__gthread_key_delete): Cast away constness.
15475
15476 * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
15477 * invoke.texi: Document.
15478 * i386/mingw32.h (CPP_SPEC): Use.
15479 (LIBGCC_SPEC): Likewise.
15480 * i386/crtdll.h (LIBGCC_SPEC): Likewise.
15481
15482 2000-01-04 David Edelsohn <edelsohn@gnu.org>
15483
15484 * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
15485 (HANDLE_PRAGMA_PACK): Undefine.
15486 (SLOW_UNALIGNED_ACCESS): Define.
15487
15488 2000-01-04 David Edelsohn <edelsohn@gnu.org>
15489
15490 * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15491 to default definition.
15492 (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
15493 (store_fixed_bit_field): Call macro with word_mode and alignment.
15494 (extract_bit_field): Call macro with relevant mode and alignment.
15495 * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
15496 to default definition.
15497 (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
15498 and alignment.
15499 (move_by_pieces_ninsns): Likewise.
15500 (clear_by_pieces): Likewise.
15501 (emit_push_insn): Likewise.
15502 (store_field): Call macro with relevant mode and alignment.
15503 (expand_expr): Likewise.
15504 (expand_expr_unaligned): Likewise.
15505
15506 * rs6000.h (HANDLE_PRAGMA_PACK): Define.
15507 (SLOW_UNALIGNED_ACCESS): Define.
15508 (CASE_VECTOR_MODE): Always use 32-bit offsets.
15509 (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
15510 (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
15511 (toc_section): Likewise and .toc pseudo-op.
15512 (ASM_DECLARE_FUNCTION): Likewise. Align text more strictly in
15513 64-bit mode.
15514 (TEXT_SECTION_ASM_OP): Likewise.
15515 (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
15516 32-bit offsets.
15517
15518 * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
15519 * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
15520 * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
15521 * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
15522 * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
15523
15524 Tue Jan 4 11:44:13 2000 Jeffrey A Law (law@cygnus.com)
15525
15526 * regclass.c: Revert my Jan 4 change to loop cost computation.
15527
15528 Tue Jan 4 19:22:39 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
15529
15530 * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
15531 compilation.
15532
15533 2000-01-04 Stan Cox <scox@cygnus.com>
15534
15535 * haifa-sched.c (build_control_flow): Change unreachable simple
15536 loop test to check if current block has only one predecessor.
15537 (find_rgns): Initialize degree. Use dest as degree index, not src.
15538
15539 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15540
15541 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
15542
15543 * calls.c (expand_call): Likewise for
15544 `old_stack_arg_under_construction'.
15545
15546 * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
15547
15548 * function.c (pad_to_arg_alignment): Likewise for `save_var' and
15549 `save_constant'.
15550
15551 * gcc.c (execute): Likewise for `ut' and `st'.
15552
15553 * genattrtab.c (attr_rtx): Likewise for `rt_val'.
15554
15555 * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
15556
15557 * jump.c (jump_optimize_1): Likewise for `temp2'.
15558
15559 * local-alloc.c (block_alloc): Likewise for `r1'.
15560
15561 * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
15562
15563 * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
15564 (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
15565
15566 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
15567 and `set2'.
15568
15569 * reload.c (find_reloads): Likewise for `goal_alternative_number'
15570 and `goal_earlyclobber'.
15571
15572 * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
15573
15574 * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
15575
15576 * stupid.c (stupid_life_analysis): Likewise for `chain'.
15577
15578 * unroll.c (copy_loop_body): Likewise for `copy'.
15579
15580 * varasm.c (output_constructor): Likewise for `byte'.
15581
15582 Tue Jan 4 15:34:34 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
15583
15584 * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
15585 all FP constants for constant->reg moves.
15586 (ix86_split_to_parts): Try to convert memory address into immediate
15587 when available in the constant pool.
15588 * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
15589 moves.
15590 (LEGITIMATE_CONSTANT_P): Return 1.
15591 * i386.md (pushsf): New splitter to convert constant pool memory
15592 reference to immediate.
15593 (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
15594 reload.
15595
15596 2000-01-04 Bernd Schmidt <bernds@cygnus.co.uk>
15597
15598 * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
15599 (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
15600 ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
15601 (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
15602 rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
15603
15604 2000-01-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
15605
15606 * ginclude/stdbool.h: Support compilation as C++.
15607
15608 Tue Jan 4 01:35:13 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
15609
15610 * fold-const.c (make_range): Don't try to reverse an unbounded range.
15611
15612 Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
15613
15614 * regclass.c (regclass): Properly compute loop_cost. Adjust
15615 comments.
15616
15617 * regclass.c: Fix minor whitespace problems.
15618
15619 2000-01-03 Anthony Green <green@cygnus.com>
15620
15621 * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
15622 Restore the pic register if required.
15623
15624 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
15625
15626 * c-common.c (format_char_info): Update comment.
15627 (check_format_info): Recognize 'z' modifier in the same way 'Z'
15628 was recognized. Emit warning for formats new in ISO C99 only
15629 if flag_isoc9x is not set.
15630
15631 Mon Jan 3 12:59:54 2000 Mark P. Mitchell <mark@codesourcery.com>
15632
15633 * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
15634
15635 Mon Jan 3 15:33:37 MET 2000 Jan Hubicka <hubicka@freesoft.cz>
15636
15637 * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
15638 SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
15639 (make_compound_operation): Choose cheaper alternative between
15640 ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
15641
15642 * regclass.c (op_costs): Remove global variable.
15643 (record_reg_classes): New parameter "op_costs" and "reg_pref".
15644 (record_operand_costs): Break out from ...
15645 (scan_one_insn): ... here.
15646 (dump_regclass): Make dumps nicer.
15647 (regclass): Dump preferrences choosed and changes done during passes.
15648
15649 2000-01-03 Jakub Jelinek <jakub@redhat.com>
15650
15651 * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
15652
15653 2000-01-03 Jakub Jelinek <jakub@redhat.com>
15654
15655 * config/sparc/sparc.c (gen_df_reg): New function.
15656 * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
15657 * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
15658 movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
15659 movtf_cc_reg_sp64+1): Use it.
15660
15661 2000-01-02 Mark Mitchell <mark@codesourcery.com>
15662
15663 * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
15664 copied LABEL_DECLs.
15665
15666 Mon Jan 3 02:54:40 2000 Hans-Peter Nilsson <hp@bitrange.com>
15667
15668 * config/i386/i386.c (ix86_expand_unary_operator): Function
15669 definition made void.
15670 (ix86_expand_binary_operator): Update outdated preceding comment.
15671 * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
15672 prototype.
15673
15674 * config/i386/i386.c (override_options): Fix option-name typo.
15675
15676 2000-01-02 Mark Mitchell <mark@codesourcery.com>
15677
15678 * system.h (CEIL): Define.
15679 * builtins.c (CEIL): Remove.
15680 * expmed.c (CEIL): Likewise.
15681 * expr.c (CEIL): Likewise.
15682 * stor-layout.c (CEIL): Likewise.
15683
15684 2000-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15685
15686 * expr.c (store_constructor_field): Fix typo introduced with last
15687 gcc2 merge.
15688
15689 2000-01-01 Mark Mitchell <mark@codesourcery.com>
15690
15691 * tree.h (BINFO_N_BASETYPES): New macro.
15692
15693 2000-01-01 Bernd Schmidt <bernds@cygnus.co.uk>
15694
15695 * expmed.c (emit_store_flag): Prevent losing a pending stack
15696 adjust the same way we prevent losing queued increments.
15697
15698 See ChangeLog.2 for earlier changes.